diff --git a/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl index 07e543764..453981d89 100644 --- a/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl @@ -94,12 +94,21 @@

{l s='PHP Version'}: {$version.php}

-

- {l s='MySQL Version'}: {$version.mysql} -

{if $apache_instaweb}

{l s='PageSpeed module for Apache installed (mod_instaweb)'}

{/if} + +
+

{l s='Database information'}

+

+ {l s='MySQL Version'}: {$database.version} +

+

+ {l s='MySQL Engine'}: {$database.engine} +

+

+ {l s='Tables prefix'}: {$database.prefix} +


{l s='Store information'}

diff --git a/admin-dev/themes/default/template/controllers/localization/content.tpl b/admin-dev/themes/default/template/controllers/localization/content.tpl new file mode 100644 index 000000000..5f83cd664 --- /dev/null +++ b/admin-dev/themes/default/template/controllers/localization/content.tpl @@ -0,0 +1,29 @@ +{* +* 2007-2012 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision$ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + +{$localization_form} +
+{$localization_options} \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/maintenance/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/maintenance/helpers/options/options.tpl new file mode 100644 index 000000000..101ef3a3b --- /dev/null +++ b/admin-dev/themes/default/template/controllers/maintenance/helpers/options/options.tpl @@ -0,0 +1,37 @@ +{* +* 2007-2012 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision$ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + +{extends file="helpers/options/options.tpl"} +{block name="start_field_block"} + {if $field['type'] == 'maintenance_ip'} +
+ {$field['script_ip']} + + {$field['link_remove_ip']} + {else} +
+ {/if} +{/block} \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/order_preferences/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/order_preferences/helpers/options/options.tpl new file mode 100644 index 000000000..638ab1d44 --- /dev/null +++ b/admin-dev/themes/default/template/controllers/order_preferences/helpers/options/options.tpl @@ -0,0 +1,28 @@ +{* +* 2007-2012 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision$ +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} +{extends file="helpers/options/options.tpl"} + +{block name="after"}{/block} diff --git a/admin-dev/themes/default/template/controllers/preferences/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/preferences/helpers/options/options.tpl index bdd9b5451..74c3a5217 100644 --- a/admin-dev/themes/default/template/controllers/preferences/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/controllers/preferences/helpers/options/options.tpl @@ -29,11 +29,6 @@ {if $field['type'] == 'disabled'}
{$field['disabled']} - {elseif $field['type'] == 'maintenance_ip'} -
- {$field['script_ip']} - - {$field['link_remove_ip']} {else}
{/if} diff --git a/cache/class_index.php b/cache/class_index.php index c3a6dc007..8fb3e8659 100644 --- a/cache/class_index.php +++ b/cache/class_index.php @@ -17,7 +17,7 @@ 'AdminAccountingExportControllerCore' => 'controllers/admin/AdminAccountingExportController.php', 'AdminAccountingManagementController' => 'override/controllers/admin/AdminAccountingManagementController.php', 'AdminAccountingManagementControllerCore' => 'controllers/admin/AdminAccountingManagementController.php', - 'AdminAccountingRegisteredNumberController' => '', + 'AdminAccountingRegisteredNumberController' => 'override/controllers/admin/AdminAccountingRegisteredNumberController.php', 'AdminAccountingRegisteredNumberControllerCore' => 'controllers/admin/AdminAccountingRegisteredNumberController.php', 'AdminAddonsCatalogController' => 'override/controllers/admin/AdminAddonsCatalogController.php', 'AdminAddonsCatalogControllerCore' => 'controllers/admin/AdminAddonsCatalogController.php', @@ -25,8 +25,8 @@ 'AdminAddonsMyAccountControllerCore' => 'controllers/admin/AdminAddonsMyAccountController.php', 'AdminAddressesController' => 'override/controllers/admin/AdminAddressesController.php', 'AdminAddressesControllerCore' => 'controllers/admin/AdminAddressesController.php', - 'AdminAliasesController' => 'override/controllers/admin/AdminAliasesController.php', - 'AdminAliasesControllerCore' => 'controllers/admin/AdminAliasesController.php', + 'AdminAdminPreferencesController' => 'override/controllers/admin/AdminAdminPreferencesController.php', + 'AdminAdminPreferencesControllerCore' => 'controllers/admin/AdminAdminPreferencesController.php', 'AdminAttachmentsController' => 'override/controllers/admin/AdminAttachmentsController.php', 'AdminAttachmentsControllerCore' => 'controllers/admin/AdminAttachmentsController.php', 'AdminAttributeGeneratorController' => 'override/controllers/admin/AdminAttributeGeneratorController.php', @@ -49,8 +49,6 @@ 'AdminCmsContentControllerCore' => 'controllers/admin/AdminCmsContentController.php', 'AdminCmsController' => 'override/controllers/admin/AdminCmsController.php', 'AdminCmsControllerCore' => 'controllers/admin/AdminCmsController.php', - 'AdminContactController' => 'override/controllers/admin/AdminContactController.php', - 'AdminContactControllerCore' => 'controllers/admin/AdminContactController.php', 'AdminContactsController' => 'override/controllers/admin/AdminContactsController.php', 'AdminContactsControllerCore' => 'controllers/admin/AdminContactsController.php', 'AdminController' => 'override/classes/controller/AdminController.php', @@ -59,12 +57,12 @@ 'AdminCountriesControllerCore' => 'controllers/admin/AdminCountriesController.php', 'AdminCurrenciesController' => 'override/controllers/admin/AdminCurrenciesController.php', 'AdminCurrenciesControllerCore' => 'controllers/admin/AdminCurrenciesController.php', + 'AdminCustomerPreferencesController' => 'override/controllers/admin/AdminCustomerPreferencesController.php', + 'AdminCustomerPreferencesControllerCore' => 'controllers/admin/AdminCustomerPreferencesController.php', 'AdminCustomerThreadsController' => 'override/controllers/admin/AdminCustomerThreadsController.php', 'AdminCustomerThreadsControllerCore' => 'controllers/admin/AdminCustomerThreadsController.php', 'AdminCustomersController' => 'override/controllers/admin/AdminCustomersController.php', 'AdminCustomersControllerCore' => 'controllers/admin/AdminCustomersController.php', - 'AdminDbController' => 'override/controllers/admin/AdminDbController.php', - 'AdminDbControllerCore' => 'controllers/admin/AdminDbController.php', 'AdminDeliverySlipController' => 'override/controllers/admin/AdminDeliverySlipController.php', 'AdminDeliverySlipControllerCore' => 'controllers/admin/AdminDeliverySlipController.php', 'AdminEmailsController' => 'override/controllers/admin/AdminEmailsController.php', @@ -75,8 +73,6 @@ 'AdminFeaturesControllerCore' => 'controllers/admin/AdminFeaturesController.php', 'AdminGendersController' => 'override/controllers/admin/AdminGendersController.php', 'AdminGendersControllerCore' => 'controllers/admin/AdminGendersController.php', - 'AdminGeneratorController' => 'override/controllers/admin/AdminGeneratorController.php', - 'AdminGeneratorControllerCore' => 'controllers/admin/AdminGeneratorController.php', 'AdminGeolocationController' => 'override/controllers/admin/AdminGeolocationController.php', 'AdminGeolocationControllerCore' => 'controllers/admin/AdminGeolocationController.php', 'AdminGroupShopController' => 'override/controllers/admin/AdminGroupShopController.php', @@ -101,6 +97,8 @@ 'AdminLoginControllerCore' => 'controllers/admin/AdminLoginController.php', 'AdminLogsController' => 'override/controllers/admin/AdminLogsController.php', 'AdminLogsControllerCore' => 'controllers/admin/AdminLogsController.php', + 'AdminMaintenanceController' => 'override/controllers/admin/AdminMaintenanceController.php', + 'AdminMaintenanceControllerCore' => 'controllers/admin/AdminMaintenanceController.php', 'AdminManufacturersController' => 'override/controllers/admin/AdminManufacturersController.php', 'AdminManufacturersControllerCore' => 'controllers/admin/AdminManufacturersController.php', 'AdminMetaController' => 'override/controllers/admin/AdminMetaController.php', @@ -113,6 +111,8 @@ 'AdminNotFoundControllerCore' => 'controllers/admin/AdminNotFoundController.php', 'AdminOrderMessageController' => 'override/controllers/admin/AdminOrderMessageController.php', 'AdminOrderMessageControllerCore' => 'controllers/admin/AdminOrderMessageController.php', + 'AdminOrderPreferencesController' => 'override/controllers/admin/AdminOrderPreferencesController.php', + 'AdminOrderPreferencesControllerCore' => 'controllers/admin/AdminOrderPreferencesController.php', 'AdminOrdersController' => 'override/controllers/admin/AdminOrdersController.php', 'AdminOrdersControllerCore' => 'controllers/admin/AdminOrdersController.php', 'AdminOutstandingController' => 'override/controllers/admin/AdminOutstandingController.php', @@ -121,7 +121,6 @@ 'AdminPPreferencesControllerCore' => 'controllers/admin/AdminPPreferencesController.php', 'AdminPaymentController' => 'override/controllers/admin/AdminPaymentController.php', 'AdminPaymentControllerCore' => 'controllers/admin/AdminPaymentController.php', - 'AdminPdfController' => 'override/controllers/admin/AdminPdfController.php', 'AdminPerformanceController' => 'override/controllers/admin/AdminPerformanceController.php', 'AdminPerformanceControllerCore' => 'controllers/admin/AdminPerformanceController.php', 'AdminPreferencesController' => 'override/controllers/admin/AdminPreferencesController.php', diff --git a/classes/AdminTab.php b/classes/AdminTab.php index 02a4887bf..fcf353534 100644 --- a/classes/AdminTab.php +++ b/classes/AdminTab.php @@ -25,6 +25,9 @@ * International Registered Trademark & Property of PrestaShop SA */ +/** + * @deprecated 1.5.0 + */ abstract class AdminTabCore { /** @var integer Tab id */ @@ -200,7 +203,7 @@ abstract class AdminTabCore ); /** @var array noTabLink array of admintabs with no content */ - public $noTabLink = array('AdminCatalog', 'AdminTools', 'AdminStock', 'AdminAccounting'); + public $noTabLink = array('AdminCatalog', 'AdminPriceRule', 'AdminTools', 'AdminStock', 'AdminAdmin'); public function __construct() { diff --git a/classes/Module.php b/classes/Module.php index 201a2f224..9f82126e4 100644 --- a/classes/Module.php +++ b/classes/Module.php @@ -1582,21 +1582,25 @@ abstract class ModuleCore return false; if (!$employee) $employee = Context::getContext()->employee; - if (!isset($cache_permissions[$employee->id_profile])) + + if ($employee->id_profile == _PS_ADMIN_PROFILE_) + return true; + + if (!isset(self::$cache_permissions[$employee->id_profile])) { - $cache_permissions[$employee->id_profile] = array(); + self::$cache_permissions[$employee->id_profile] = array(); $result = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('SELECT `id_module`, `view`, `configure` FROM `'._DB_PREFIX_.'module_access` WHERE `id_profile` = '.(int)$employee->id_profile); foreach ($result as $row) { - $cache_permissions[$employee->id_profile][$row['id_module']]['view'] = $row['view']; - $cache_permissions[$employee->id_profile][$row['id_module']]['configure'] = $row['configure']; + self::$cache_permissions[$employee->id_profile][$row['id_module']]['view'] = $row['view']; + self::$cache_permissions[$employee->id_profile][$row['id_module']]['configure'] = $row['configure']; } } - if (!isset($cache_permissions[$employee->id_profile][$id_module])) + if (!isset(self::$cache_permissions[$employee->id_profile][$id_module])) throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.'); - return (bool)$cache_permissions[$employee->id_profile][$id_module][$variable]; + return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable]; } /** diff --git a/classes/Profile.php b/classes/Profile.php index a8abe4a27..ed4d03446 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -114,17 +114,33 @@ class ProfileCore extends ObjectModel { if (!isset(self::$_cache_accesses[$id_profile])) { - $result = Db::getInstance()->executeS(' - SELECT * - FROM `'._DB_PREFIX_.'access` - WHERE `id_profile` = '.(int)$id_profile); - - self::$_cache_accesses[$id_profile] = array(); - foreach ($result as $row) + // Super admin profile has full auth + if ($id_profile == _PS_ADMIN_PROFILE_) { - if (!isset(self::$_cache_accesses[$id_profile][$row['id_tab']])) - self::$_cache_accesses[$id_profile][$row['id_tab']] = array(); - self::$_cache_accesses[$id_profile][$row['id_tab']] = $row; + foreach (Tab::getTabs(Context::getContext()->language->id) as $tab) + self::$_cache_accesses[$id_profile][$tab['id_tab']] = array( + 'id_profile' => _PS_ADMIN_PROFILE_, + 'id_tab' => $tab['id_tab'], + 'view' => '1', + 'add' => '1', + 'edit' => '1', + 'delete' => '1', + ); + } + else + { + $result = Db::getInstance()->executeS(' + SELECT * + FROM `'._DB_PREFIX_.'access` + WHERE `id_profile` = '.(int)$id_profile); + + self::$_cache_accesses[$id_profile] = array(); + foreach ($result as $row) + { + if (!isset(self::$_cache_accesses[$id_profile][$row['id_tab']])) + self::$_cache_accesses[$id_profile][$row['id_tab']] = array(); + self::$_cache_accesses[$id_profile][$row['id_tab']] = $row; + } } } return self::$_cache_accesses[$id_profile]; diff --git a/classes/Tab.php b/classes/Tab.php index 4b4316537..c2ee9aac1 100644 --- a/classes/Tab.php +++ b/classes/Tab.php @@ -429,6 +429,9 @@ class TabCore extends ObjectModel { static $tabAccesses = null; + if (Context::getContext()->employee->id_profile == _PS_ADMIN_PROFILE_) + return true; + if ($tabAccesses === null) $tabAccesses = Profile::getProfileAccesses(Context::getContext()->employee->id_profile); diff --git a/classes/Tools.php b/classes/Tools.php index d45f7f973..15816a881 100644 --- a/classes/Tools.php +++ b/classes/Tools.php @@ -1558,9 +1558,6 @@ class ToolsCore if (is_null($disable_multiviews)) $disable_multiviews = (int)Configuration::get('PS_HTACCESS_DISABLE_MULTIVIEWS'); - if (!$rewrite_settings && !Shop::isFeatureActive()) - return true; - // Check current content of .htaccess and save all code outside of prestashop comments $specific_before = $specific_after = ''; if (file_exists($path)) @@ -1610,16 +1607,19 @@ class ToolsCore if ($disable_multiviews) fwrite($write_fd, "\n# Disable Multiviews\nOptions -Multiviews\n\n"); - fwrite($write_fd, "RewriteEngine on\n\n"); - foreach ($domains as $domain => $list_uri) - foreach ($list_uri as $uri) - // Rewrite virtual multishop uri - if ($uri['virtual']) - { - fwrite($write_fd, 'RewriteCond %{HTTP_HOST} ^'.$domain.'$'."\n"); - fwrite($write_fd, 'RewriteRule ^'.trim($uri['virtual'], '/').'/?$ '.$uri['physical'].$uri['virtual']."index.php [L,R]\n"); - fwrite($write_fd, 'RewriteRule ^'.ltrim($uri['virtual'], '/').'(.*) '.$uri['physical']."$1 [L]\n\n"); - } + if (Shop::isFeatureActive()) + { + fwrite($write_fd, "RewriteEngine on\n\n"); + foreach ($domains as $domain => $list_uri) + foreach ($list_uri as $uri) + // Rewrite virtual multishop uri + if ($uri['virtual']) + { + fwrite($write_fd, 'RewriteCond %{HTTP_HOST} ^'.$domain.'$'."\n"); + fwrite($write_fd, 'RewriteRule ^'.trim($uri['virtual'], '/').'/?$ '.$uri['physical'].$uri['virtual']."index.php [L,R]\n"); + fwrite($write_fd, 'RewriteRule ^'.ltrim($uri['virtual'], '/').'(.*) '.$uri['physical']."$1 [L]\n\n"); + } + } // Webservice fwrite($write_fd, 'RewriteRule ^api/?(.*)$ '."webservice/dispatcher.php?url=$1 [QSA,L]\n\n"); diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index 90f418664..a8892d4fa 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -61,7 +61,7 @@ class AdminControllerCore extends Controller public $id = -1; /** @var array noTabLink array of admintab names which have no content */ - public $noTabLink = array('AdminCatalog', 'AdminTools', 'AdminStock', 'AdminAccounting'); + public $noTabLink = array('AdminCatalog', 'AdminPriceRule', 'AdminTools', 'AdminStock', 'AdminAdmin'); public $required_database = false; @@ -1250,15 +1250,11 @@ class AdminControllerCore extends Controller $tabs[$index]['href'] = $this->context->link->getAdminLink($tab['class_name']); $sub_tabs = Tab::getTabs($this->context->language->id, $tab['id_tab']); - // Add parent tab to sub_tabs list - array_unshift($sub_tabs, $tab); - foreach ($sub_tabs as $index2 => $sub_tab) { // class_name is the name of the class controller if (Tab::checkTabRights($sub_tab['id_tab']) === true - && (bool)$sub_tab['active'] - && !in_array($sub_tab['class_name'], $this->noTabLink)) // check that tab is not in "do not display" list + && (bool)$sub_tab['active']) $sub_tabs[$index2]['href'] = $this->context->link->getAdminLink($sub_tab['class_name']); else unset($sub_tabs[$index2]); diff --git a/classes/helper/HelperOptions.php b/classes/helper/HelperOptions.php index 16effc4a3..22f65dfdb 100644 --- a/classes/helper/HelperOptions.php +++ b/classes/helper/HelperOptions.php @@ -121,8 +121,6 @@ class HelperOptionsCore extends Helper } '; $field['link_remove_ip'] = '  '.$this->l('Add my IP', 'Helper').''; - if (!isset($category_data['bottom'])) - $category_data['bottom'] = ''; } // Multishop default value diff --git a/controllers/admin/AdminAdminPreferencesController.php b/controllers/admin/AdminAdminPreferencesController.php new file mode 100644 index 000000000..a3a13d055 --- /dev/null +++ b/controllers/admin/AdminAdminPreferencesController.php @@ -0,0 +1,206 @@ + +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision$ +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +class AdminAdminPreferencesControllerCore extends AdminController +{ + + public function __construct() + { + $this->className = 'Configuration'; + $this->table = 'configuration'; + + parent::__construct(); + + // Upload quota + $max_upload = (int)ini_get('upload_max_filesize'); + $max_post = (int)ini_get('post_max_size'); + $upload_mb = min($max_upload, $max_post); + + // Options list + $this->options = array( + 'general' => array( + 'title' => $this->l('General'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PRESTASTORE_LIVE' => array( + 'title' => $this->l('Automatically check for module updates'), + 'desc' => $this->l('New modules and updates are displayed on the modules page'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool', + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_COOKIE_CHECKIP' => array( + 'title' => $this->l('Check IP on the cookie'), + 'desc' => $this->l('Check the IP address of the cookie in order to avoid your cookie being stolen'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool', + 'default' => '0', + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_COOKIE_LIFETIME_FO' => array( + 'title' => $this->l('Lifetime of the Front Office cookie'), + 'desc' => $this->l('Indicate the number of hours'), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'text', + 'default' => '480', + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_COOKIE_LIFETIME_BO' => array( + 'title' => $this->l('Lifetime of the Back Office cookie'), + 'desc' => $this->l('Indicate the number of hours'), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'text', + 'default' => '480', + 'visibility' => Shop::CONTEXT_ALL + ), + ), + ), + 'upload' => array( + 'title' => $this->l('Upload quota'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PS_ATTACHMENT_MAXIMUM_SIZE' => array( + 'title' => $this->l('Attachment maximum size'), + 'desc' => $this->l('Set the maximum size of attachment files (in MegaBytes).').' '.$this->l('Maximum:').' '. + ((int)str_replace('M', '', ini_get('post_max_size')) > (int)str_replace('M', '', ini_get('upload_max_filesize')) ? ini_get('upload_max_filesize') : ini_get('post_max_size')), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'text', + 'suffix' => $this->l('Megabits'), + 'default' => '2' + ), + 'PS_LIMIT_UPLOAD_FILE_VALUE' => array( + 'title' => $this->l('Limit upload file value'), + 'desc' => $this->l('Define the limit upload for a downloadable product, this value have to be inferior or egal to your server\'s maximum upload file ').sprintf('(%s MB).', $upload_mb), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'text', + 'suffix' => $this->l('Megabits'), + 'default' => '1' + ), + 'PS_LIMIT_UPLOAD_IMAGE_VALUE' => array( + 'title' => $this->l('Limit upload image value'), + 'desc' => $this->l('Define the limit upload for an image, this value have to be inferior or egal to your server\'s maximum upload file ').sprintf('(%s MB).', $upload_mb), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'text', + 'suffix' => $this->l('Megabits'), + 'default' => '1' + ), + ), + ), + 'help' => array( + 'title' => $this->l('Help'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PS_HELPBOX' => array( + 'title' => $this->l('Back Office help boxes'), + 'desc' => $this->l('Enable yellow help boxes which are displayed under form fields in the Back Office'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool', + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_HIDE_OPTIMIZATION_TIPS' => array( + 'title' => $this->l('Hide optimization tips'), + 'desc' => $this->l('Hide optimization tips on the back office homepage'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + ), + ), + 'notifications' => array( + 'title' => $this->l('Notifications'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PS_SHOW_NEW_ORDERS' => array( + 'title' => $this->l('Show notifications for new orders'), + 'desc' => $this->l('This will display notifications when new orders will be made on your shop'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_SHOW_NEW_CUSTOMERS' => array( + 'title' => $this->l('Show notifications for new customers'), + 'desc' => $this->l('This will display notifications when new customers will register on your shop'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_SHOW_NEW_MESSAGES' => array( + 'title' => $this->l('Show notifications for new messages'), + 'desc' => $this->l('This will display notifications when new messages will be posted on your shop'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + ), + ), + ); + } + + public function postProcess() + { + $upload_max_size = (int)str_replace('M', '', ini_get('upload_max_filesize')); + $post_max_size = (int)str_replace('M', '', ini_get('post_max_size')); + $max_size = $upload_max_size < $post_max_size ? $upload_max_size : $post_max_size; + + if (Tools::getValue('PS_LIMIT_UPLOAD_FILE_VALUE') > $max_size || Tools::getValue('PS_LIMIT_UPLOAD_IMAGE_VALUE') > $max_size) + { + $this->errors[] = Tools::displayError('The limit choosen is superior to the server\'s maximum upload file You need to improve the limit of your server.'); + return; + } + + if (Tools::getIsset('PS_LIMIT_UPLOAD_FILE_VALUE') && !Tools::getValue('PS_LIMIT_UPLOAD_FILE_VALUE')) + $_POST['PS_LIMIT_UPLOAD_FILE_VALUE'] = 1; + + if (Tools::getIsset('PS_LIMIT_UPLOAD_IMAGE_VALUE') && !Tools::getValue('PS_LIMIT_UPLOAD_IMAGE_VALUE')) + $_POST['PS_LIMIT_UPLOAD_IMAGE_VALUE'] = 1; + + parent::postProcess(); + } + + /** + * Update PS_ATTACHMENT_MAXIMUM_SIZE + */ + public function updateOptionPsAttachementMaximumSize($value) + { + if (!$value) + return; + + $upload_max_size = (int)str_replace('M', '', ini_get('upload_max_filesize')); + $post_max_size = (int)str_replace('M', '', ini_get('post_max_size')); + $max_size = $upload_max_size < $post_max_size ? $upload_max_size : $post_max_size; + $value = ($max_size < Tools::getValue('PS_ATTACHMENT_MAXIMUM_SIZE')) ? $max_size : Tools::getValue('PS_ATTACHMENT_MAXIMUM_SIZE'); + Configuration::updateValue('PS_ATTACHMENT_MAXIMUM_SIZE', $value); + } +} diff --git a/controllers/admin/AdminAliasesController.php b/controllers/admin/AdminAliasesController.php deleted file mode 100644 index cdf0a586b..000000000 --- a/controllers/admin/AdminAliasesController.php +++ /dev/null @@ -1,124 +0,0 @@ - -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 8971 $ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -class AdminAliasesControllerCore extends AdminController -{ - public function __construct() - { - $this->table = 'alias'; - $this->className = 'Alias'; - $this->lang = false; - $this->requiredDatabase = true; - - $this->addRowAction('edit'); - $this->addRowAction('delete'); - - $this->context = Context::getContext(); - - if (!Tools::getValue('realedit')) - $this->deleted = false; - - $this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?'))); - - $this->fieldsDisplay = array( - 'alias' => array('title' => $this->l('Aliases'), 'width' => 'auto'), - 'search' => array('title' => $this->l('Search'), 'width' => 100), - 'active' => array('title' => $this->l('Status'), 'width' => 25, 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false) - ); - - parent::__construct(); - } - - public function renderForm() - { - $this->fields_form = array( - 'legend' => array( - 'title' => $this->l('Aliases'), - 'image' => '../img/admin/search.gif' - ), - 'input' => array( - array( - 'type' => 'text', - 'label' => $this->l('Alias:'), - 'name' => 'alias', - 'size' => 40, - 'required' => true, - 'desc' => array( - $this->l('Enter each alias separated by a comma (\',\') (e.g., \'prestshop,preztashop,prestasohp\')'), - $this->l('Forbidden characters: <>;=#{}') - ) - ), - array( - 'type' => 'text', - 'label' => $this->l('Result:'), - 'name' => 'search', - 'size' => 15, - 'required' => true, - 'desc' => $this->l('Search this word instead.') - ) - ), - 'submit' => array( - 'title' => $this->l(' Save '), - 'class' => 'button' - ) - ); - - $this->fields_value = array('alias' => $this->object->getAliases()); - - return parent::renderForm(); - } - - public function postProcess() - { - if (isset($_POST['submitAdd'.$this->table])) - { - $search = strval(Tools::getValue('search')); - $string = strval(Tools::getValue('alias')); - $aliases = explode(',', $string); - if (empty($search) || empty($string)) - $this->errors[] = $this->l('aliases and result are both required'); - if (!Validate::isValidSearch($search)) - $this->errors[] = $search.' '.$this->l('is not a valid result'); - foreach ($aliases as $alias) - if (!Validate::isValidSearch($alias)) - $this->errors[] = $alias.' '.$this->l('is not a valid alias'); - - if (!count($this->errors)) - { - foreach ($aliases as $alias) - { - $obj = new Alias(null, trim($alias), trim($search)); - $obj->save(); - } - } - } - else - parent::postProcess(); - } -} - - diff --git a/controllers/admin/AdminContactController.php b/controllers/admin/AdminContactController.php deleted file mode 100644 index d190f0757..000000000 --- a/controllers/admin/AdminContactController.php +++ /dev/null @@ -1,206 +0,0 @@ - -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 7060 $ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -class AdminContactControllerCore extends AdminController -{ - public function __construct() - { - $this->className = 'Configuration'; - $this->table = 'configuration'; - - parent::__construct(); - - $temporyArrayFields = $this->_getDefaultFieldsContent(); - $this->_buildOrderedFieldsShop($temporyArrayFields); - } - - protected function _getDefaultFieldsContent() - { - $this->context = Context::getContext(); - $countryList = array(); - $countryList[] = array('id' => '0', 'name' => $this->l('Choose your country')); - foreach (Country::getCountries($this->context->language->id) as $country) - $countryList[] = array('id' => $country['id_country'], 'name' => $country['name']); - $stateList = array(); - $stateList[] = array('id' => '0', 'name' => $this->l('Choose your state (if applicable)')); - foreach (State::getStates($this->context->language->id) as $state) - $stateList[] = array('id' => $state['id_state'], 'name' => $state['name']); - - $formFields = array( - 'PS_SHOP_NAME' => array( - 'title' => $this->l('Shop name:'), - 'desc' => $this->l('Displayed in e-mails and page titles'), - 'validation' => 'isGenericName', - 'required' => true, - 'size' => 30, - 'type' => 'text' - ), - 'PS_SHOP_EMAIL' => array('title' => $this->l('Shop e-mail:'), - 'desc' => $this->l('Displayed in e-mails sent to customers'), - 'validation' => 'isEmail', - 'required' => true, - 'size' => 30, - 'type' => 'text' - ), - 'PS_SHOP_DETAILS' => array( - 'title' => $this->l('Registration:'), - 'desc' => $this->l('Shop registration information (e.g., SIRET or RCS)'), - 'validation' => 'isGenericName', - 'size' => 30, - 'type' => 'textarea', - 'cols' => 30, - 'rows' => 5 - ), - 'PS_SHOP_ADDR1' => array( - 'title' => $this->l('Shop address line 1:'), - 'validation' => 'isAddress', - 'size' => 30, - 'type' => 'text' - ), - 'PS_SHOP_ADDR2' => array( - 'title' => 'Address line 2', - 'validation' => 'isAddress', - 'size' => 30, - 'type' => 'text' - ), - 'PS_SHOP_CODE' => array( - 'title' => $this->l('Post/Zip code:'), - 'validation' => 'isGenericName', - 'size' => 6, - 'type' => 'text' - ), - 'PS_SHOP_CITY' => array( - 'title' => $this->l('City:'), - 'validation' => 'isGenericName', - 'size' => 30, - 'type' => 'text'), - 'PS_SHOP_COUNTRY_ID' => array( - 'title' => $this->l('Country:'), - 'validation' => 'isInt', - 'type' => 'select', - 'list' => $countryList, - 'identifier' => 'id', - 'cast' => 'intval', - 'defaultValue' => (int)$this->context->country->id - ), - 'PS_SHOP_STATE_ID' => array( - 'title' => $this->l('State:'), - 'validation' => 'isInt', - 'type' => 'select', - 'list' => $stateList, - 'identifier' => 'id', - 'cast' => 'intval' - ), - 'PS_SHOP_PHONE' => array( - 'title' => $this->l('Phone:'), - 'validation' => 'isGenericName', - 'size' => 30, - 'type' => 'text' - ), - 'PS_SHOP_FAX' => array( - 'title' => $this->l('Fax:'), - 'validation' => 'isGenericName', - 'size' => 30, - 'type' => 'text' - ), - ); - return $formFields; - } - - protected function _buildOrderedFieldsShop($formFields) - { - $associatedOrderKey = array( - 'PS_SHOP_NAME' => 'company', - 'PS_SHOP_ADDR1' => 'address1', - 'PS_SHOP_ADDR2' => 'address2', - 'PS_SHOP_CITY' => 'city', - 'PS_SHOP_STATE_ID' => 'State:name', - 'PS_SHOP_CODE' => 'postcode', - 'PS_SHOP_COUNTRY_ID' => 'Country:name', - 'PS_SHOP_PHONE' => 'phone'); - - $fields = array(); - $orderedFields = AddressFormat::getOrderedAddressFields(Configuration::get('PS_SHOP_COUNTRY_ID'), false, true); - - foreach ($orderedFields as $lineFields) - if (($patterns = explode(' ', $lineFields))) - foreach ($patterns as $pattern) - if (($key = array_search($pattern, $associatedOrderKey))) - $fields[$key] = $formFields[$key]; - foreach ($formFields as $key => $value) - if (!isset($fields[$key])) - $fields[$key] = $formFields[$key]; - - $this->options = array( - 'general' => array( - 'title' => $this->l('Contact details'), - 'icon' => 'tab-contact', - 'fields' => $fields, - 'submit' => array('title' => $this->l(' Save '), 'class' => 'button') - ), - ); - } - - public function beforeUpdateOptions() - { - if (isset($_POST['PS_SHOP_STATE_ID']) && $_POST['PS_SHOP_STATE_ID'] != '0') - { - $sql = 'SELECT `active` FROM `'._DB_PREFIX_.'state` - WHERE `id_country` = '.(int)Tools::getValue('PS_SHOP_COUNTRY_ID').' - AND `id_state` = '.(int)Tools::getValue('PS_SHOP_STATE_ID'); - $isStateOk = Db::getInstance()->getValue($sql); - if ($isStateOk != 1) - $this->errors[] = Tools::displayError('This state is not in this country.'); - } - } - - public function updateOptionPsShopCountryId($value) - { - if (!$this->errors && $value) - { - $country = new Country($value, $this->context->language->id); - if ($country->id) - { - Configuration::updateValue('PS_SHOP_COUNTRY_ID', $value); - Configuration::updateValue('PS_SHOP_COUNTRY', pSQL($country->name)); - } - } - } - - public function updateOptionPsShopStateId($value) - { - if (!$this->errors && $value) - { - $state = new State($value); - if ($state->id) - { - Configuration::updateValue('PS_SHOP_STATE_ID', $value); - Configuration::updateValue('PS_SHOP_STATE', pSQL($state->name)); - } - } - } -} diff --git a/controllers/admin/AdminCountriesController.php b/controllers/admin/AdminCountriesController.php index c5a0c6b6f..f59a1b204 100644 --- a/controllers/admin/AdminCountriesController.php +++ b/controllers/admin/AdminCountriesController.php @@ -56,14 +56,6 @@ class AdminCountriesControllerCore extends AdminController 'general' => array( 'title' => $this->l('Countries options'), 'fields' => array( - 'PS_COUNTRY_DEFAULT' => array( - 'title' => $this->l('Default country:'), - 'desc' => $this->l('The default country used in shop'), - 'cast' => 'intval', - 'type' => 'select', - 'identifier' => 'id_country', - 'list' => Country::getCountries(Context::getContext()->language->id) - ), 'PS_RESTRICT_DELIVERED_COUNTRIES' => array( 'title' => $this->l('Restrict countries in FO by those delivered by active carriers'), 'cast' => 'intval', diff --git a/controllers/admin/AdminCurrenciesController.php b/controllers/admin/AdminCurrenciesController.php index dc99b79f6..f6bf1c98e 100644 --- a/controllers/admin/AdminCurrenciesController.php +++ b/controllers/admin/AdminCurrenciesController.php @@ -54,22 +54,6 @@ class AdminCurrenciesControllerCore extends AdminController $this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?'))); $this->options = array( - 'general' => array( - 'title' => $this->l('Currencies options'), - 'fields' => array( - 'PS_CURRENCY_DEFAULT' => array( - 'title' => $this->l('Default currency:'), - 'desc' => $this->l('The default currency used in shop') - .'
'. - $this->l('If you change default currency, you will have to manually edit every product price.').'
', - 'cast' => 'intval', - 'type' => 'select', - 'identifier' => 'id_currency', - 'list' => Currency::getCurrencies() - ) - ), - 'submit' => array() - ), 'change' => array( 'title' => $this->l('Currency rates'), 'image' => '../img/admin/exchangesrate.gif', @@ -319,11 +303,5 @@ class AdminCurrenciesControllerCore extends AdminController } parent::initProcess(); } - - public function updateOptionPsCurrencyDefault($value) - { - Configuration::updateValue('PS_CURRENCY_DEFAULT', $value); - Currency::refreshCurrencies(); - } } diff --git a/controllers/admin/AdminCustomerPreferencesController.php b/controllers/admin/AdminCustomerPreferencesController.php new file mode 100644 index 000000000..4cb27744d --- /dev/null +++ b/controllers/admin/AdminCustomerPreferencesController.php @@ -0,0 +1,114 @@ + +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision$ +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +class AdminCustomerPreferencesControllerCore extends AdminController +{ + public function __construct() + { + $this->className = 'Configuration'; + $this->table = 'configuration'; + + parent::__construct(); + + $registration_process_type = array( + array( + 'value' => PS_REGISTRATION_PROCESS_STANDARD, + 'name' => $this->l('Only account creation') + ), + array( + 'value' => PS_REGISTRATION_PROCESS_AIO, + 'name' => $this->l('Standard (account creation and address creation)') + ) + ); + + $this->options = array( + 'general' => array( + 'title' => $this->l('General'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PS_REGISTRATION_PROCESS_TYPE' => array( + 'title' => $this->l('Registration process type'), + 'desc' => $this->l('The "Only account creation" step register process allows the customer to register faster, and create his address later.'), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'select', + 'list' => $registration_process_type, + 'identifier' => 'value' + ), + 'PS_CART_FOLLOWING' => array( + 'title' => $this->l('Cart re-display at login'), + 'desc' => $this->l('After customer logs in, recall and display contents of his/her last shopping cart'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_PASSWD_TIME_FRONT' => array( + 'title' => $this->l('Regenerate password:'), + 'desc' => $this->l('Security minimum time to wait to regenerate the password'), + 'validation' => 'isUnsignedInt', + 'cast' => 'intval', + 'size' => 5, + 'type' => 'text', + 'suffix' => $this->l('minutes') + ), + 'PS_B2B_ENABLE' => array( + 'title' => $this->l('Enable B2B mode'), + 'desc' => $this->l('Activate or deactivate B2B mode. When this option is enable some features about B2B appear.'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + ), + 'submit' => array('title' => $this->l(' Save '), 'class' => 'button'), + ), + ); + } + + /** + * Update PS_B2B_ENABLE and enables / disables the associated tabs + * @param $value integer Value of option + */ + public function updateOptionPsB2bEnable($value) + { + $value = (int)$value; + + $tabs_class_name = array('AdminOutstanding'); + if (!empty($tabs_class_name)) + { + foreach ($tabs_class_name as $tab_class_name) + { + $tab = Tab::getInstanceFromClassName($tab_class_name); + if (Validate::isLoadedObject($tab)) + { + $tab->active = $value; + $tab->save(); + } + } + } + Configuration::updateValue('PS_B2B_ENABLE', $value); + } +} diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index c5abd5c25..046cf9bda 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -138,24 +138,6 @@ class AdminCustomersControllerCore extends AdminController $this->shopLinkType = 'shop'; $this->shopShareDatas = Shop::SHARE_CUSTOMER; - $this->options = array( - 'general' => array( - 'title' => $this->l('Customers options'), - 'fields' => array( - 'PS_PASSWD_TIME_FRONT' => array( - 'title' => $this->l('Regenerate password:'), - 'desc' => $this->l('Security minimum time to wait to regenerate the password'), - 'validation' => 'isUnsignedInt', - 'cast' => 'intval', - 'size' => 5, - 'type' => 'text', - 'suffix' => ' '.$this->l('minutes') - ) - ), - 'submit' => array() - ) - ); - parent::__construct(); } @@ -742,7 +724,6 @@ class AdminCustomersControllerCore extends AdminController else return false; } - } public function processUpdate($token) diff --git a/controllers/admin/AdminDbController.php b/controllers/admin/AdminDbController.php deleted file mode 100644 index 05a8955dc..000000000 --- a/controllers/admin/AdminDbController.php +++ /dev/null @@ -1,275 +0,0 @@ - -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 7465 $ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -class AdminDbControllerCore extends AdminController -{ - public function __construct() - { - $this->className = 'Configuration'; - $this->table = 'configuration'; - - parent::__construct(); - - $this->options = array( - 'database' => array( - 'title' => $this->l('Database'), - 'icon' => 'database_gear', - 'fields' => array( - 'db_server' => array( - 'title' => $this->l('Server:'), - 'desc' => $this->l('IP or server name; \'localhost\' will work in most cases'), - 'size' => 30, - 'type' => 'text', - 'required' => true, - 'defaultValue' => _DB_SERVER_, - 'visibility' => Shop::CONTEXT_ALL - ), - 'db_name' => array( - 'title' => $this->l('Database:'), - 'desc' => $this->l('Database name (e.g., \'prestashop\')'), - 'size' => 30, - 'type' => 'text', - 'required' => true, - 'defaultValue' => _DB_NAME_, - 'visibility' => Shop::CONTEXT_ALL - ), - 'db_prefix' => array( - 'title' => $this->l('Prefix:'), - 'size' => 30, - 'type' => 'text', - 'defaultValue' => _DB_PREFIX_, - 'visibility' => Shop::CONTEXT_ALL - ), - 'db_user' => array( - 'title' => $this->l('User:'), - 'size' => 30, - 'type' => 'text', - 'required' => true, - 'defaultValue' => _DB_USER_, - 'visibility' => Shop::CONTEXT_ALL - ), - 'db_passwd' => array( - 'title' => $this->l('Password:'), - 'size' => 30, - 'type' => 'password', - 'desc' => $this->l('Leave blank if no change'), - 'defaultValue' => _DB_PASSWD_, - 'visibility' => Shop::CONTEXT_ALL - ) - ), - 'submit' => array() - ) - ); - - $this->fieldsDisplay = array ( - 'table' => array( - 'title' => $this->l('Table'), - 'type' => 'string', - 'width' => 120 - ), - 'table_engine' => array( - 'title' => $this->l('Table Engine'), - 'type' => 'string', - 'width' => 120 - ) - ); - } - - public function initContent() - { - $this->warnings[] = $this->l('Be VERY CAREFUL with these settings, as changes may cause your PrestaShop online store to malfunction. For all issues, check the config/settings.inc.php file.'); - $this->display = 'options'; - $this->initToolbar(); - $this->content .= $this->renderOptions(); - $this->content .= $this->renderForm(); - - $this->context->smarty->assign(array( - 'content' => $this->content, - 'url_post' => self::$currentIndex.'&token='.$this->token, - )); - } - - public function renderForm() - { - $engines = array(); - $tab_engines = $this->getEngines(); - foreach ($tab_engines as $key => $engine) - $engines[]['name'] = $engine; - - $this->fields_form = array( - 'legend' => array( - 'title' => $this->l('MySQL Engine'), - 'image' => '../img/admin/AdminBackup.gif' - ), - 'input' => array( - array( - 'type' => 'table', - 'name' => 'table' - ), - array( - 'type' => 'select', - 'label' => $this->l('Change Engine to'), - 'name' => 'engineType', - 'options' => array( - 'query' => $engines, - 'id' => 'name', - 'name' => 'name' - ) - ) - ), - 'submit' => array( - 'title' => $this->l(' Save '), - 'class' => 'button' - ) - ); - - $table_status = $this->getTablesStatus(); - foreach ($table_status as $key => $table) - if (!preg_match('#^'._DB_PREFIX_.'.*#Ui', $table['Name'])) - unset($table_status[$key]); - - $this->tpl_form_vars = array('table_status' => $table_status); - - $this->show_toolbar = false; - - return parent::renderForm(); - } - - /* - public function initContent() - { - $this->warnings[] = $this->l('Be VERY CAREFUL with these settings, as changes may cause your PrestaShop online store to malfunction. - For all issues, check the config/settings.inc.php file.'); - - $this->initToolbar(); - $this->content .= $this->renderOptions(); - - $table_status = $this->getTablesStatus(); - foreach ($table_status as $key => $table) - if (!preg_match('#^'._DB_PREFIX_.'.*#Ui', $table['Name'])) - unset($table_status[$key]); - - $this->context->smarty->assign(array( - 'update_url' => self::$currentIndex.'&submitAdd'.$this->table.'=1&token='.$this->token, - 'table_status' => $table_status, - 'engines' => $this->getEngines(), - 'content' => $this->content, - )); - } - */ - - public function postProcess() - { - // PrestaShop demo mode - if (_PS_MODE_DEMO_) - { - $this->errors[] = Tools::displayError('This functionnality has been disabled.'); - return; - } - - if ($this->action == 'update_options') - { - foreach ($this->options['database']['fields'] as $field => $values) - if (isset($values['required']) && $values['required']) - if (($value = Tools::getValue($field)) == false && (string)$value != '0') - $this->errors[] = Tools::displayError('field').' '.$values['title'].' '.Tools::displayError('is required.'); - - if (!count($this->errors)) - { - /* Datas are not saved in database but in config/settings.inc.php */ - $settings = array(); - foreach ($this->options['database']['fields'] as $k => $data) - if ($value = Tools::getValue($k)) - $settings['_'.Tools::strtoupper($k).'_'] = $value; - - if (Db::checkConnection( - isset($settings['_DB_SERVER_']) ? $settings['_DB_SERVER_'] : _DB_SERVER_, - isset($settings['_DB_USER_']) ? $settings['_DB_USER_'] : _DB_USER_, - isset($settings['_DB_PASSWD_']) ? $settings['_DB_PASSWD_'] : _DB_PASSWD_, - isset($settings['_DB_NAME_']) ? $settings['_DB_NAME_'] : _DB_NAME_, - true - ) == 0) - { - rewriteSettingsFile(null, null, $settings); - Tools::redirectAdmin(self::$currentIndex.'&conf=6'.'&token='.$this->token); - } - else - $this->errors[] = Tools::displayError('Unable to connect to a database with these identifiers.'); - } - } - - // Change engine - if ($this->action == 'save') - { - if (!isset($_POST['tablesBox']) || !count($_POST['tablesBox'])) - $this->errors[] = Tools::displayError('You did not select any tables'); - else - { - $available_engines = $this->getEngines(); - $tables_status = $this->getTablesStatus(); - $tables_engine = array(); - - foreach ($tables_status as $table) - $tables_engine[$table['Name']] = $table['Engine']; - - $engine_type = pSQL(Tools::getValue('engineType')); - - /* Datas are not saved in database but in config/settings.inc.php */ - $settings = array('_MYSQL_ENGINE_' => $engine_type); - rewriteSettingsFile(null, null, $settings); - - foreach ($_POST['tablesBox'] as $table) - { - if ($engine_type == $tables_engine[$table]) - $this->errors[] = $table.' '.$this->l('is already in').' '.$engine_type; - else - if (!Db::getInstance()->execute('ALTER TABLE `'.bqSQL($table).'` ENGINE=`'.bqSQL($engine_type).'`')) - $this->errors[] = $this->l('Can\'t change engine for').' '.$table; - } - if (!count($this->errors)) - Tools::redirectAdmin(self::$currentIndex.'&conf=4'.'&token='.$this->token); - } - } - } - - public function getEngines() - { - $engines = Db::getInstance()->executeS('SHOW ENGINES'); - $allowed_engines = array(); - foreach ($engines as $engine) - if (in_array($engine['Engine'], array('InnoDB', 'MyISAM')) && in_array($engine['Support'], array('DEFAULT', 'YES'))) - $allowed_engines[] = $engine['Engine']; - return $allowed_engines; - } - - public function getTablesStatus() - { - return Db::getInstance()->executeS('SHOW TABLE STATUS'); - } -} - - diff --git a/controllers/admin/AdminGeneratorController.php b/controllers/admin/AdminGeneratorController.php deleted file mode 100644 index 99b124d80..000000000 --- a/controllers/admin/AdminGeneratorController.php +++ /dev/null @@ -1,181 +0,0 @@ - -* @copyright 2007-2012 PrestaShop SA -* @version Release: $Revision: 6844 $ -* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -class AdminGeneratorControllerCore extends AdminController -{ - protected $options = array('array for auto display'); - - public function __construct() - { - $this->ht_file = _PS_ROOT_DIR_.'/.htaccess'; - $this->rb_file = _PS_ROOT_DIR_.'/robots.txt'; - $this->sm_file = _PS_ROOT_DIR_.'/sitemap.xml'; - $this->rb_data = $this->getRobotsContent(); - - return parent::__construct(); - } - - public function initContent() - { - $this->tpl_option_vars['checkConfiguration_ht'] = $this->checkConfiguration($this->ht_file); - $this->tpl_option_vars['checkConfiguration_rb'] = $this->checkConfiguration($this->rb_file); - $this->tpl_option_vars['ps_htaccess_cache_control'] = Configuration::get('PS_HTACCESS_CACHE_CONTROL'); - $this->tpl_option_vars['ps_rewriting_settings'] = Configuration::get('PS_REWRITING_SETTINGS'); - $this->tpl_option_vars['mod_rewrite'] = Tools::modRewriteActive(); - $this->tpl_option_vars['ps_htaccess_disable_multiviews'] = Configuration::get('PS_HTACCESS_DISABLE_MULTIVIEWS'); - - parent::initContent(); - } - - public function checkConfiguration($file) - { - if (file_exists($file)) - return is_writable($file); - return is_writable(dirname($file)); - } - - public function postProcess() - { - if (Tools::isSubmit('submitHtaccess')) - { - if ($this->tabAccess['edit'] === '1') - { - Configuration::updateValue('PS_HTACCESS_CACHE_CONTROL', (int)Tools::getValue('PS_HTACCESS_CACHE_CONTROL')); - Configuration::updateValue('PS_REWRITING_SETTINGS', (int)Tools::getValue('PS_REWRITING_SETTINGS')); - Configuration::updateValue('PS_HTACCESS_DISABLE_MULTIVIEWS', (int)Tools::getValue('PS_HTACCESS_DISABLE_MULTIVIEWS')); - if (Tools::generateHtaccess($this->ht_file, null, null, '', Tools::getValue('PS_HTACCESS_DISABLE_MULTIVIEWS'))) - Tools::redirectAdmin(self::$currentIndex.'&conf=4&token='.$this->token); - $this->errors[] = $this->l('Cannot write into file:').' '.$this->ht_file.'
'.$this->l('Please check write permissions.'); - } - else - $this->errors[] = Tools::displayError('You do not have permission to edit here.'); - } - - if (Tools::isSubmit('submitRobots')) - { - if ($this->tabAccess['edit'] === '1') - { - if (!$write_fd = @fopen($this->rb_file, 'w')) - $this->errors[] = sprintf(Tools::displayError('Cannot write into file: %s. Please check write permissions.'), $this->rb_file); - else - { - // PS Comments - fwrite($write_fd, "# robots.txt automaticaly generated by PrestaShop e-commerce open-source solution\n"); - fwrite($write_fd, "# http://www.prestashop.com - http://www.prestashop.com/forums\n"); - fwrite($write_fd, "# This file is to prevent the crawling and indexing of certain parts\n"); - fwrite($write_fd, "# of your site by web crawlers and spiders run by sites like Yahoo!\n"); - fwrite($write_fd, "# and Google. By telling these \"robots\" where not to go on your site,\n"); - fwrite($write_fd, "# you save bandwidth and server resources.\n"); - fwrite($write_fd, "# For more information about the robots.txt standard, see:\n"); - fwrite($write_fd, "# http://www.robotstxt.org/wc/robots.html\n"); - - //GoogleBot specific - fwrite($write_fd, "# GoogleBot specific\n"); - fwrite($write_fd, "User-agent: Googlebot\n"); - foreach ($this->rb_data['GB'] as $gb) - fwrite($write_fd, 'Disallow: '.__PS_BASE_URI__.$gb."\n"); - - // User-Agent - fwrite($write_fd, "# All bots\n"); - fwrite($write_fd, "User-agent: *\n"); - - // Directories - fwrite($write_fd, "# Directories\n"); - foreach ($this->rb_data['Directories'] as $dir) - fwrite($write_fd, 'Disallow: '.__PS_BASE_URI__.$dir."\n"); - - // Files - fwrite($write_fd, "# Files\n"); - foreach ($this->rb_data['Files'] as $file) - fwrite($write_fd, 'Disallow: '.__PS_BASE_URI__.$file."\n"); - - // Sitemap - fwrite($write_fd, "# Sitemap\n"); - if (file_exists($this->sm_file)) - if (filesize($this->sm_file)) - fwrite( - $write_fd, - 'Sitemap: '.(Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').$_SERVER['SERVER_NAME'].__PS_BASE_URI__.'sitemap.xml'."\n" - ); - fwrite($write_fd, "\n"); - - fclose($write_fd); - Tools::redirectAdmin(self::$currentIndex.'&conf=4&token='.$this->token); - } - } else - $this->errors[] = Tools::displayError('You do not have permission to edit here.'); - } - } - - public function getRobotsContent() - { - $tab = array(); - - // Directories - $tab['Directories'] = array('classes/', 'config/', 'download/', 'mails/', 'modules/', 'translations/', 'tools/'); - - // Files - $disallow_controllers = array( - 'addresses', 'address', 'authentication', 'cart', 'discount', 'footer', - 'get-file', 'header', 'history', 'identity', 'images.inc', 'init', 'my-account', 'order', 'order-opc', - 'order-slip', 'order-detail', 'order-follow', 'order-return', 'order-confirmation', 'pagination', 'password', - 'pdf-invoice', 'pdf-order-return', 'pdf-order-slip', 'product-sort', 'search', 'statistics','attachment', 'guest-tracking' - ); - - // Rewrite files - $tab['Files'] = array(); - if (Configuration::get('PS_REWRITING_SETTINGS')) - { - $sql = 'SELECT ml.url_rewrite - FROM '._DB_PREFIX_.'meta m - INNER JOIN '._DB_PREFIX_.'meta_lang ml ON ml.id_meta = m.id_meta - WHERE m.page IN (\''.implode('\', \'', $disallow_controllers).'\')'; - if ($results = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql)) - foreach ($results as $row) - $tab['Files'][] = $row['url_rewrite']; - } - - $tab['GB'] = array( - '*orderby=','*orderway=','*tag=','*id_currency=','*search_query=','*id_lang=','*back=','*utm_source=','*utm_medium=','*utm_campaign=','*n=' - ); - - foreach ($disallow_controllers as $controller) - $tab['GB'][] = '*controller='.$controller; - - return $tab; - } - - /** - * @see AdminController::initToolbar() - */ - public function initToolbar() - { - parent::initToolbar(); - - unset($this->toolbar_btn['save']); - } -} diff --git a/controllers/admin/AdminHomeController.php b/controllers/admin/AdminHomeController.php index e966bfd14..18e11041b 100644 --- a/controllers/admin/AdminHomeController.php +++ b/controllers/admin/AdminHomeController.php @@ -105,7 +105,7 @@ class AdminHomeControllerCore extends AdminController $this->context->smarty->assign('hide_tips', Configuration::get('PS_HIDE_OPTIMIZATION_TIPS')); $opti_list[] = array( 'title' => $this->l('URL rewriting'), - 'href' => $link->getAdminLink('AdminGenerator'), + 'href' => $link->getAdminLink('AdminMeta'), 'color' => $lights[$rewrite]['color'], 'image' => $lights[$rewrite]['image'], ); @@ -147,7 +147,7 @@ class AdminHomeControllerCore extends AdminController $opti_list[] = array( 'title' => $this->l('.htaccess up-to-date'), - 'href' => $link->getAdminLink('AdminGenerator'), + 'href' => $link->getAdminLink('AdminMeta'), 'color' => $lights[$htaccessAfterUpdate]['color'], 'image' => $lights[$htaccessAfterUpdate]['image'], ); diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index 82c8b36ba..b42067828 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -55,12 +55,100 @@ class AdminImagesControllerCore extends AdminController 'description' => $this->l('JPEG images have a small file size and standard quality. PNG images have a bigger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.').'

'.$this->l('WARNING: This feature may not be compatible with your theme or with some modules. In particular, PNG mode is not compatible with the Watermark module. If you encounter any issue, turn it off by selecting "Use JPEG".'), 'fields' => array( - 'PS_IMAGE_QUALITY' => array('title' => $this->l('Image quality'), 'show' => true, 'required' => true, 'type' => 'radio', 'choices' => array('jpg' => $this->l('Use JPEG'), 'png' => $this->l('Use PNG only if the base image is in PNG format'), 'png_all' => $this->l('Use PNG for all images'))), - 'PS_JPEG_QUALITY' => array('title' => $this->l('JPEG quality'), 'desc' => $this->l('Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file)'), 'validation' => 'isUnsignedId', 'required' => true, 'cast' => 'intval', 'type' => 'text'), - 'PS_PNG_QUALITY' => array('title' => $this->l('PNG quality'), 'desc' => $this->l('Ranges from 9 (worst quality, smallest file) to 0 (best quality, biggest file)'), 'validation' => 'isUnsignedId', 'required' => true, 'cast' => 'intval', 'type' => 'text'), + 'PS_IMAGE_QUALITY' => array( + 'title' => $this->l('Image quality'), + 'show' => true, + 'required' => true, + 'type' => 'radio', + 'choices' => array('jpg' => $this->l('Use JPEG'), 'png' => $this->l('Use PNG only if the base image is in PNG format'), 'png_all' => $this->l('Use PNG for all images')) + ), + 'PS_JPEG_QUALITY' => array( + 'title' => $this->l('JPEG quality'), + 'desc' => $this->l('Ranges from 0 (worst quality, smallest file) to 100 (best quality, biggest file)'), + 'validation' => 'isUnsignedId', + 'required' => true, + 'cast' => 'intval', + 'type' => 'text' + ), + 'PS_PNG_QUALITY' => array( + 'title' => $this->l('PNG quality'), + 'desc' => $this->l('Ranges from 9 (worst quality, smallest file) to 0 (best quality, biggest file)'), + 'validation' => 'isUnsignedId', + 'required' => true, + 'cast' => 'intval', + 'type' => 'text' + ), ), 'submit' => array('name' => 'submitImagePreferences'), - ) + ), + 'product_images' => array( + 'title' => $this->l('Products images'), + 'fields' => array( + 'PS_IMAGE_GENERATION_METHOD' => array( + 'title' => $this->l('Image generated by:'), + 'validation' => 'isUnsignedId', + 'required' => false, + 'cast' => 'intval', + 'type' => 'select', + 'list' => array( + array( + 'id' => '0', + 'name' => $this->l('auto') + ), + array( + 'id' => '1', + 'name' => $this->l('width') + ), + array( + 'id' => '2', + 'name' => $this->l('height') + ) + ), + 'identifier' => 'id', + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_PRODUCT_PICTURE_MAX_SIZE' => array( + 'title' => $this->l('Maximum size of product pictures:'), + 'desc' => $this->l('The maximum size of pictures uploadable by customers (in Bytes)'), + 'validation' => 'isUnsignedId', + 'required' => true, + 'cast' => 'intval', + 'type' => 'text', + 'suffix' => $this->l('bytes'), + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_PRODUCT_PICTURE_WIDTH' => array( + 'title' => $this->l('Product pictures width:'), + 'desc' => $this->l('The maximum width of pictures uploadable by customers'), + 'validation' => 'isUnsignedId', + 'required' => true, + 'cast' => 'intval', + 'type' => 'text', + 'width' => 'px', + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_PRODUCT_PICTURE_HEIGHT' => array( + 'title' => $this->l('Product pictures height:'), + 'desc' => $this->l('The maximum height of pictures uploadable by customers'), + 'validation' => 'isUnsignedId', + 'required' => true, + 'cast' => 'intval', + 'type' => 'text', + 'height' => 'px', + 'visibility' => Shop::CONTEXT_ALL + ), + 'PS_LEGACY_IMAGES' => array( + 'title' => $this->l('Use the legacy image filesystem:'), + 'desc' => $this->l('This should be set to yes unless you successfully moved images in Preferences > Images tab'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'required' => false, + 'type' => 'bool', + 'visibility' => Shop::CONTEXT_ALL + ), + ), + 'submit' => array('title' => $this->l(' Save '), 'class' => 'button'), + ), ); $this->fields_form = array( diff --git a/controllers/admin/AdminImportController.php b/controllers/admin/AdminImportController.php index 91c613aa1..3d0e1d9af 100644 --- a/controllers/admin/AdminImportController.php +++ b/controllers/admin/AdminImportController.php @@ -2156,16 +2156,14 @@ class AdminImportControllerCore extends AdminController case UPLOAD_ERR_INI_SIZE: $this->errors[] = Tools::displayError('The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:') - .'
+ .'
php_value upload_max_filesize 20M '. Tools::displayError('(clic to open Generator tab)').''; break; case UPLOAD_ERR_FORM_SIZE: $this->errors[] = Tools::displayError('The uploaded file exceeds the post_max_size directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:') - .'
+ .'
php_value post_max_size 20M '. Tools::displayError('(clic to open Generator tab)').''; break; diff --git a/controllers/admin/AdminInformationController.php b/controllers/admin/AdminInformationController.php index 4288ffd73..5d4985f6a 100644 --- a/controllers/admin/AdminInformationController.php +++ b/controllers/admin/AdminInformationController.php @@ -37,11 +37,15 @@ class AdminInformationControllerCore extends AdminController { $this->tpl_view_vars = array( 'version' => array( - 'mysql' => Db::getInstance()->getVersion(), 'php' => phpversion(), 'ps' => _PS_VERSION_, 'server' => $_SERVER['SERVER_SOFTWARE'], ), + 'database' => array( + 'version' => Db::getInstance()->getVersion(), + 'prefix' => _DB_PREFIX_, + 'engine' => _MYSQL_ENGINE_, + ), 'uname' => function_exists('php_uname') ? php_uname('s').' '.php_uname('v').' '.php_uname('m') : '', 'apache_instaweb' => Tools::apacheModExists('mod_instaweb'), 'shop' => array( diff --git a/controllers/admin/AdminLanguagesController.php b/controllers/admin/AdminLanguagesController.php index d37ee8082..a540da2a3 100644 --- a/controllers/admin/AdminLanguagesController.php +++ b/controllers/admin/AdminLanguagesController.php @@ -94,22 +94,6 @@ class AdminLanguagesControllerCore extends AdminController $this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?'))); $this->specificConfirmDelete = $this->l('When you delete a language, ALL RELATED TRANSLATIONS IN THE DATABASE WILL BE DELETED, are you sure you want to delete this language?'); - $this->options = array( - 'general' => array( - 'title' => $this->l('Languages options'), - 'fields' => array( - 'PS_LANG_DEFAULT' => array( - 'title' => $this->l('Default language:'), - 'desc' => $this->l('The default language used in shop'), - 'cast' => 'intval', - 'type' => 'select', - 'identifier' => 'id_lang', - 'list' => Language::getlanguages(false) - ) - ), - 'submit' => array() - ) - ); parent::__construct(); } @@ -478,13 +462,6 @@ class AdminLanguagesControllerCore extends AdminController parent::copyFromPost($object, $table); } - public function beforeUpdateOptions() - { - $lang = new Language((int)Tools::getValue('PS_LANG_DEFAULT')); - if (!$lang->active) - $this->errors[] = Tools::displayError('You cannot set this language as default language because it\'s disabled'); - } - public function ajaxProcessCheckLangPack() { $this->json = true; diff --git a/controllers/admin/AdminLocalizationController.php b/controllers/admin/AdminLocalizationController.php index 55e99127f..12f433dbe 100644 --- a/controllers/admin/AdminLocalizationController.php +++ b/controllers/admin/AdminLocalizationController.php @@ -32,7 +32,43 @@ class AdminLocalizationControllerCore extends AdminController $this->className = 'Configuration'; $this->table = 'configuration'; + parent::__construct(); + $this->options = array( + 'general' => array( + 'title' => $this->l('Configuration'), + 'fields' => array( + 'PS_LANG_DEFAULT' => array( + 'title' => $this->l('Default language:'), + 'desc' => $this->l('The default language used in shop'), + 'cast' => 'intval', + 'type' => 'select', + 'identifier' => 'id_lang', + 'list' => Language::getlanguages(false) + ), + 'PS_COUNTRY_DEFAULT' => array( + 'title' => $this->l('Default country:'), + 'desc' => $this->l('The default country used in shop'), + 'cast' => 'intval', + 'type' => 'select', + 'identifier' => 'id_country', + 'list' => Country::getCountries($this->context->language->id) + ), + 'PS_CURRENCY_DEFAULT' => array( + 'title' => $this->l('Default currency:'), + 'desc' => + $this->l('The default currency used in shop') + .'
' + .$this->l('If you change default currency, you will have to manually edit every product price.') + .'
', + 'cast' => 'intval', + 'type' => 'select', + 'identifier' => 'id_currency', + 'list' => Currency::getCurrencies() + ), + ), + 'submit' => array() + ), 'localization' => array( 'title' => $this->l('Localization'), 'width' => 'width2', @@ -88,11 +124,20 @@ class AdminLocalizationControllerCore extends AdminController 'type' => 'text', 'visibility' => Shop::CONTEXT_ALL ) - ) + ), + 'submit' => array('title' => $this->l(' Save '), 'class' => 'button') ) ); - parent::__construct(); + if (function_exists('date_default_timezone_set')) + $this->options['general']['fields']['PS_TIMEZONE'] = array( + 'title' => $this->l('Time Zone:'), + 'validation' => 'isAnything', + 'type' => 'select', + 'list' => Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('SELECT name FROM '._DB_PREFIX_.'timezone'), + 'identifier' => 'name', + 'visibility' => Shop::CONTEXT_ALL + ); } public function postProcess() @@ -231,18 +276,29 @@ class AdminLocalizationControllerCore extends AdminController public function initContent() { - // toolbar (save, cancel, new, ..) - $this->initToolbar(); - $this->content .= $this->renderOptions(); - if (!$this->loadObject(true)) return; - $this->content .= $this->renderForm(); + // toolbar (save, cancel, new, ..) + $this->initToolbar(); $this->context->smarty->assign(array( - 'content' => $this->content, + 'localization_form' => $this->renderForm(), + 'localization_options' => $this->renderOptions(), 'url_post' => self::$currentIndex.'&token='.$this->token, )); } + + public function beforeUpdateOptions() + { + $lang = new Language((int)Tools::getValue('PS_LANG_DEFAULT')); + if (!$lang->active) + $this->errors[] = Tools::displayError('You cannot set this language as default language because it\'s disabled'); + } + + public function updateOptionPsCurrencyDefault($value) + { + Configuration::updateValue('PS_CURRENCY_DEFAULT', $value); + Currency::refreshCurrencies(); + } } diff --git a/controllers/admin/AdminMaintenanceController.php b/controllers/admin/AdminMaintenanceController.php new file mode 100644 index 000000000..b7208be12 --- /dev/null +++ b/controllers/admin/AdminMaintenanceController.php @@ -0,0 +1,62 @@ + +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision$ +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +class AdminMaintenanceControllerCore extends AdminController +{ + public function __construct() + { + $this->className = 'Configuration'; + $this->table = 'configuration'; + + parent::__construct(); + + $this->options = array( + 'general' => array( + 'title' => $this->l('General'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PS_SHOP_ENABLE' => array( + 'title' => $this->l('Enable Shop'), + 'desc' => $this->l('Activate or deactivate your shop. Deactivate your shop while you perform maintenance on it. Please note that the webservice will not be disabled'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_MAINTENANCE_IP' => array( + 'title' => $this->l('Maintenance IP'), + 'desc' => $this->l('IP addresses allowed to access the Front Office even if shop is disabled. Use a comma to separate them (e.g., 42.24.4.2,127.0.0.1,99.98.97.96)'), + 'validation' => 'isGenericName', + 'type' => 'maintenance_ip', + 'size' => 30, + 'default' => '' + ), + ), + 'submit' => array('title' => $this->l(' Save '), 'class' => 'button'), + ), + ); + } +} diff --git a/controllers/admin/AdminMetaController.php b/controllers/admin/AdminMetaController.php index 5a1ba97a0..77a88be39 100644 --- a/controllers/admin/AdminMetaController.php +++ b/controllers/admin/AdminMetaController.php @@ -36,6 +36,11 @@ class AdminMetaControllerCore extends AdminController { parent::__construct(); + $this->ht_file = _PS_ROOT_DIR_.'/.htaccess'; + $this->rb_file = _PS_ROOT_DIR_.'/robots.txt'; + $this->sm_file = _PS_ROOT_DIR_.'/sitemap.xml'; + $this->rb_data = $this->getRobotsContent(); + $this->addRowAction('edit'); $this->addRowAction('delete'); $this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?'))); @@ -49,28 +54,64 @@ class AdminMetaControllerCore extends AdminController $this->_group = 'GROUP BY a.id_meta'; $mod_rewrite = Tools::modRewriteActive(); + $general_fields = array( + 'PS_REWRITING_SETTINGS' => array( + 'title' => $this->l('Friendly URL'), + 'desc' => ($mod_rewrite ? $this->l('Enable only if your server allows URL rewriting (recommended)') : ''), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'rewriting_settings', + 'mod_rewrite' => $mod_rewrite + ), + 'PS_CANONICAL_REDIRECT' => array( + 'title' => $this->l('Automatically redirect to Canonical url'), + 'desc' => $this->l('Recommended but your theme must be compliant'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + ); + + if ($this->checkConfiguration($this->ht_file)) + $general_fields['PS_HTACCESS_DISABLE_MULTIVIEWS'] = array( + 'title' => $this->l('Disable apache multiviews'), + 'desc' => $this->l('Enable this option only if you have problems with some pages URL rewriting.'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool', + ); + + // Options to generate robot.txt + $robots_description = $this->l('Your file robots.txt MUST be in your website\'s root directory and nowhere else.'); + $robots_description .= '
'.$this->l('eg: http://www.yoursite.com/robots.txt'); + if ($this->checkConfiguration($this->rb_file)) + { + $robots_description .= '
'.$this->l('Generate your "robots.txt" file by clicking on the following button (this will erase your old robots.txt file):'); + $robots_submit = array('name' => 'submitRobots', 'title' => $this->l('Generate robots.txt file')); + } + else + { + $robots_description .= '
'.$this->l('Before being able to use this tool, you need to:'); + $robots_description .= '
- '.$this->l('create a robots.txt blank file in your root dir'); + $robots_description .= '
- '.$this->l(' give it write permissions (CHMOD 666 on Unix system)'); + } + + $robots_options = array( + 'title' => $this->l('Robots file generation'), + 'description' => $robots_description, + ); + + if (isset($robots_submit)) + $robots_options['submit'] = $robots_submit; + + // List of options $this->options = array( 'general' => array( 'title' => $this->l('URLs Setup'), - 'fields' => array( - 'PS_REWRITING_SETTINGS' => array( - 'title' => $this->l('Friendly URL'), - 'desc' => ($mod_rewrite ? $this->l('Enable only if your server allows URL rewriting (recommended)') : ''), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'rewriting_settings', - 'mod_rewrite' => $mod_rewrite - ), - 'PS_CANONICAL_REDIRECT' => array( - 'title' => $this->l('Automatically redirect to Canonical url'), - 'desc' => $this->l('Recommended but your theme must be compliant'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - ), + 'fields' => $general_fields, 'submit' => array() ), + 'robots' => $robots_options, 'routes' => array( 'title' => $this->l('Schema of URLs'), 'description' => $this->l('You can change here the pattern of your links. There are some available keywords for each route listed below, keywords with * are required. To add a keyword in URL use {keyword} syntax. You can add some text before or after the keyword IF the keyword is not empty with syntax {prepend:keyword:append}, for example {-hey-:meta_title} will add "-hey-my-title" in URL if meta title is set, or nothing. Friendly URL and rewriting Apache option must be activated on your web server to use this functionality.'), @@ -225,10 +266,63 @@ class AdminMetaControllerCore extends AdminController } Hook::exec('actionAdminMetaSave'); } + else if (Tools::isSubmit('submitRobots')) + $this->generateRobotsFile(); return parent::postProcess(); } + public function generateRobotsFile() + { + if (!$write_fd = @fopen($this->rb_file, 'w')) + $this->errors[] = sprintf(Tools::displayError('Cannot write into file: %s. Please check write permissions.'), $this->rb_file); + else + { + // PS Comments + fwrite($write_fd, "# robots.txt automaticaly generated by PrestaShop e-commerce open-source solution\n"); + fwrite($write_fd, "# http://www.prestashop.com - http://www.prestashop.com/forums\n"); + fwrite($write_fd, "# This file is to prevent the crawling and indexing of certain parts\n"); + fwrite($write_fd, "# of your site by web crawlers and spiders run by sites like Yahoo!\n"); + fwrite($write_fd, "# and Google. By telling these \"robots\" where not to go on your site,\n"); + fwrite($write_fd, "# you save bandwidth and server resources.\n"); + fwrite($write_fd, "# For more information about the robots.txt standard, see:\n"); + fwrite($write_fd, "# http://www.robotstxt.org/wc/robots.html\n"); + + //GoogleBot specific + fwrite($write_fd, "# GoogleBot specific\n"); + fwrite($write_fd, "User-agent: Googlebot\n"); + foreach ($this->rb_data['GB'] as $gb) + fwrite($write_fd, 'Disallow: '.__PS_BASE_URI__.$gb."\n"); + + // User-Agent + fwrite($write_fd, "# All bots\n"); + fwrite($write_fd, "User-agent: *\n"); + + // Directories + fwrite($write_fd, "# Directories\n"); + foreach ($this->rb_data['Directories'] as $dir) + fwrite($write_fd, 'Disallow: '.__PS_BASE_URI__.$dir."\n"); + + // Files + fwrite($write_fd, "# Files\n"); + foreach ($this->rb_data['Files'] as $file) + fwrite($write_fd, 'Disallow: '.__PS_BASE_URI__.$file."\n"); + + // Sitemap + fwrite($write_fd, "# Sitemap\n"); + if (file_exists($this->sm_file)) + if (filesize($this->sm_file)) + fwrite( + $write_fd, + 'Sitemap: '.(Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').$_SERVER['SERVER_NAME'].__PS_BASE_URI__.'sitemap.xml'."\n" + ); + fwrite($write_fd, "\n"); + fclose($write_fd); + + $this->redirect_after = self::$currentIndex.'&conf=4&token='.$this->token; + } + } + public function getList($id_lang, $orderBy = null, $orderWay = null, $start = 0, $limit = null, $id_lang_shop = false) { parent::getList($id_lang, $orderBy, $orderWay, $start, $limit, Context::getContext()->shop->id); @@ -268,7 +362,7 @@ class AdminMetaControllerCore extends AdminController public function updateOptionPsRewritingSettings() { Configuration::updateValue('PS_REWRITING_SETTINGS', (int)Tools::getValue('PS_REWRITING_SETTINGS')); - Tools::generateHtaccess(); + Tools::generateHtaccess($this->ht_file, null, null, '', Tools::getValue('PS_HTACCESS_DISABLE_MULTIVIEWS')); } public function updateOptionPsRouteProductRule() @@ -340,4 +434,55 @@ class AdminMetaControllerCore extends AdminController $this->addFieldRoute('cms_category_rule', $this->l('Route to CMS category')); $this->addFieldRoute('module', $this->l('Route to modules')); } + + /** + * Check if a file is writable + * + * @param string $file + * @return bool + */ + public function checkConfiguration($file) + { + if (file_exists($file)) + return is_writable($file); + return is_writable(dirname($file)); + } + + public function getRobotsContent() + { + $tab = array(); + + // Directories + $tab['Directories'] = array('classes/', 'config/', 'download/', 'mails/', 'modules/', 'translations/', 'tools/'); + + // Files + $disallow_controllers = array( + 'addresses', 'address', 'authentication', 'cart', 'discount', 'footer', + 'get-file', 'header', 'history', 'identity', 'images.inc', 'init', 'my-account', 'order', 'order-opc', + 'order-slip', 'order-detail', 'order-follow', 'order-return', 'order-confirmation', 'pagination', 'password', + 'pdf-invoice', 'pdf-order-return', 'pdf-order-slip', 'product-sort', 'search', 'statistics','attachment', 'guest-tracking' + ); + + // Rewrite files + $tab['Files'] = array(); + if (Configuration::get('PS_REWRITING_SETTINGS')) + { + $sql = 'SELECT ml.url_rewrite + FROM '._DB_PREFIX_.'meta m + INNER JOIN '._DB_PREFIX_.'meta_lang ml ON ml.id_meta = m.id_meta + WHERE m.page IN (\''.implode('\', \'', $disallow_controllers).'\')'; + if ($results = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql)) + foreach ($results as $row) + $tab['Files'][] = $row['url_rewrite']; + } + + $tab['GB'] = array( + '*orderby=','*orderway=','*tag=','*id_currency=','*search_query=','*id_lang=','*back=','*utm_source=','*utm_medium=','*utm_campaign=','*n=' + ); + + foreach ($disallow_controllers as $controller) + $tab['GB'][] = '*controller='.$controller; + + return $tab; + } } diff --git a/controllers/admin/AdminOrderPreferencesController.php b/controllers/admin/AdminOrderPreferencesController.php new file mode 100644 index 000000000..36a53c1f0 --- /dev/null +++ b/controllers/admin/AdminOrderPreferencesController.php @@ -0,0 +1,184 @@ + +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision$ +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +class AdminOrderPreferencesControllerCore extends AdminController +{ + public function __construct() + { + $this->className = 'Configuration'; + $this->table = 'configuration'; + + parent::__construct(); + + // List of CMS tabs + $cms_tab = array(0 => array( + 'id' => 0, + 'name' => $this->l('None') + )); + foreach (CMS::listCms($this->context->language->id) as $cms_file) + $cms_tab[] = array('id' => $cms_file['id_cms'], 'name' => $cms_file['meta_title']); + + // List of order process types + $order_process_type = array( + array( + 'value' => PS_ORDER_PROCESS_STANDARD, + 'name' => $this->l('Standard (5 steps)') + ), + array( + 'value' => PS_ORDER_PROCESS_OPC, + 'name' => $this->l('One page checkout') + ) + ); + + // Tax list + $taxes[] = array('id' => 0, 'name' => $this->l('None')); + foreach (Tax::getTaxes($this->context->language->id) as $tax) + $taxes[] = array('id' => $tax['id_tax'], 'name' => $tax['name']); + + $this->options = array( + 'general' => array( + 'title' => $this->l('General'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PS_ORDER_PROCESS_TYPE' => array( + 'title' => $this->l('Order process type'), + 'desc' => $this->l('You can choose the order process type as either standard (5 steps) or One Page Checkout'), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'select', + 'list' => $order_process_type, + 'identifier' => 'value' + ), + 'PS_GUEST_CHECKOUT_ENABLED' => array( + 'title' => $this->l('Enable guest checkout'), + 'desc' => $this->l('Your guest can make an order without registering'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_PURCHASE_MINIMUM' => array( + 'title' => $this->l('Minimum purchase total required in order to validate order:'), + 'desc' => $this->l('Set to 0 to disable this feature'), + 'validation' => 'isFloat', + 'cast' => 'floatval', + 'type' => 'price' + ), + 'PS_ALLOW_MULTISHIPPING' => array( + 'title' => $this->l('Allow multi-shipping'), + 'desc' => $this->l('Allow the customer to ship his order to multiple addresses. This option will transform the customer cart in one or more orders.'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_SHIP_WHEN_AVAILABLE' => array( + 'title' => $this->l('Delayed shipping'), + 'desc' => $this->l('Allow the customer to split his order. One with the products "in stock", and an other with the other products. This option will transform the customer cart in two orders.'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_CONDITIONS' => array( + 'title' => $this->l('Terms of service'), + 'desc' => $this->l('Require customers to accept or decline terms of service before processing the order'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool', + 'js' => array( + 'on' => 'onchange="changeCMSActivationAuthorization()"', + 'off' => 'onchange="changeCMSActivationAuthorization()"' + ) + ), + 'PS_CONDITIONS_CMS_ID' => array( + 'title' => $this->l('Conditions of use CMS page'), + 'desc' => $this->l('Choose the Conditions of use CMS page'), + 'validation' => 'isInt', + 'type' => 'select', + 'list' => $cms_tab, + 'identifier' => 'id', + 'cast' => 'intval' + ), + ), + 'submit' => array('title' => $this->l(' Save '), 'class' => 'button'), + ), + 'gift' => array( + 'title' => $this->l('Gift options'), + 'icon' => 'tab-preferences', + 'fields' => array( + 'PS_GIFT_WRAPPING' => array( + 'title' => $this->l('Offer gift-wrapping'), + 'desc' => $this->l('Suggest gift-wrapping to customer and possibility of leaving a message'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_GIFT_WRAPPING_PRICE' => array( + 'title' => $this->l('Gift-wrapping price'), + 'desc' => $this->l('Set a price for gift-wrapping'), + 'validation' => 'isPrice', + 'cast' => 'floatval', + 'type' => 'price' + ), + 'PS_GIFT_WRAPPING_TAX' => array( + 'title' => $this->l('Gift-wrapping tax'), + 'desc' => $this->l('Set a tax for gift-wrapping'), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'select', + 'list' => $taxes, + 'identifier' => 'id' + ), + 'PS_RECYCLABLE_PACK' => array( + 'title' => $this->l('Offer recycled packaging'), + 'desc' => $this->l('Suggest recycled packaging to customer'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'type' => 'bool' + ), + 'PS_GIFT_WRAPPING_ACCOUNT_NUMBER' => array( + 'title' => $this->l('Gift-wrapping account number'), + 'desc' => $this->l('Set an account number for your gift-wrapping (used for accounting)'), + 'validation' => 'isString', + 'type' => 'text', + 'size' => 30, + ), + ), + 'submit' => array('title' => $this->l(' Save '), 'class' => 'button'), + ), + ); + } + + /** + * This method is called before we start to update options configuration + */ + public function beforeUpdateOptions() + { + $sql = 'SELECT `id_cms` FROM `'._DB_PREFIX_.'cms` + WHERE id_cms = '.(int)Tools::getValue('PS_CONDITIONS_CMS_ID'); + if (Tools::getValue('PS_CONDITIONS') && (Tools::getValue('PS_CONDITIONS_CMS_ID') == 0 || !Db::getInstance()->getValue($sql))) + $this->errors[] = Tools::displayError('Assign a valid CMS page if you want it to be read.'); + } +} diff --git a/controllers/admin/AdminPPreferencesController.php b/controllers/admin/AdminPPreferencesController.php index 807927ec2..50fc8c4f3 100644 --- a/controllers/admin/AdminPPreferencesController.php +++ b/controllers/admin/AdminPPreferencesController.php @@ -35,6 +35,67 @@ class AdminPPreferencesControllerCore extends AdminController parent::__construct(); $this->options = array( + 'products' => array( + 'title' => $this->l('Products (general)'), + 'fields' => array( + 'PS_CATALOG_MODE' => array( + 'title' => $this->l('Catalog mode:'), + 'desc' => $this->l('When active, all features for shopping will be disabled'), + 'validation' => 'isBool', + 'cast' => 'intval', + 'required' => false, + 'type' => 'bool' + ), + 'PS_COMPARATOR_MAX_ITEM' => array( + 'title' => $this->l('Max items in the comparator:'), + 'desc' => $this->l('Specify here the threshold from which be displayed a message announcing an upcoming out of stock.').' '.$this->l('Set to 0 to disable this feature'), + 'validation' => 'isUnsignedId', + 'required' => true, + 'cast' => 'intval', + 'type' => 'text' + ), + 'PS_NB_DAYS_NEW_PRODUCT' => array( + 'title' => $this->l('Number of days during which the product is considered \'new\':'), + 'validation' => 'isUnsignedInt', + 'cast' => 'intval', + 'type' => 'text' + ), + 'PS_CART_REDIRECT' => array( + 'title' => $this->l('Re-direction after adding product to cart:'), + 'desc' => $this->l('Concerns only the non-AJAX version of the cart'), + 'cast' => 'intval', + 'show' => true, + 'required' => false, + 'type' => 'radio', + 'validation' => 'isBool', + 'choices' => array( + 0 => $this->l('previous page'), + 1 => $this->l('cart summary') + ) + ), + 'PS_PRODUCT_SHORT_DESC_LIMIT' => array( + 'title' => $this->l('Short description max size'), + 'desc' => $this->l('Set the maximum size of product short description'), + 'validation' => 'isInt', + 'cast' => 'intval', + 'type' => 'text', + 'suffix' => $this->l('characters'), + ), + 'PS_QTY_DISCOUNT_ON_COMBINATION' => array( + 'title' => $this->l('Quantity discounts based on:'), + 'desc' => $this->l('How to calculate quantity discounts'), + 'cast' => 'intval', + 'show' => true, + 'required' => false, + 'type' => 'radio', + 'validation' => 'isBool', + 'choices' => array( + 0 => $this->l('Products'), + 1 => $this->l('Combinations') + ) + ) + ), + ), 'order_by_pagination' => array( 'title' => $this->l('Pagination'), 'fields' => array( @@ -121,73 +182,6 @@ class AdminPPreferencesControllerCore extends AdminController ) ) ), - 'product_images' => array( - 'title' => $this->l('Products images'), - 'fields' => array( - 'PS_IMAGE_GENERATION_METHOD' => array( - 'title' => $this->l('Image generated by:'), - 'validation' => 'isUnsignedId', - 'required' => false, - 'cast' => 'intval', - 'type' => 'select', - 'list' => array( - array( - 'id' => '0', - 'name' => $this->l('auto') - ), - array( - 'id' => '1', - 'name' => $this->l('width') - ), - array( - 'id' => '2', - 'name' => $this->l('height') - ) - ), - 'identifier' => 'id', - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_PRODUCT_PICTURE_MAX_SIZE' => array( - 'title' => $this->l('Maximum size of product pictures:'), - 'desc' => $this->l('The maximum size of pictures uploadable by customers (in Bytes)'), - 'validation' => 'isUnsignedId', - 'required' => true, - 'cast' => 'intval', - 'type' => 'text', - 'suffix' => $this->l('bytes'), - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_PRODUCT_PICTURE_WIDTH' => array( - 'title' => $this->l('Product pictures width:'), - 'desc' => $this->l('The maximum width of pictures uploadable by customers'), - 'validation' => 'isUnsignedId', - 'required' => true, - 'cast' => 'intval', - 'type' => 'text', - 'suffix' => 'px', - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_PRODUCT_PICTURE_HEIGHT' => array( - 'title' => $this->l('Product pictures height:'), - 'desc' => $this->l('The maximum height of pictures uploadable by customers'), - 'validation' => 'isUnsignedId', - 'required' => true, - 'cast' => 'intval', - 'type' => 'text', - 'suffix' => 'px', - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_LEGACY_IMAGES' => array( - 'title' => $this->l('Use the legacy image filesystem:'), - 'desc' => $this->l('This should be set to yes unless you successfully moved images in Preferences > Images tab'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'required' => false, - 'type' => 'bool', - 'visibility' => Shop::CONTEXT_ALL - ), - ) - ), 'stock' => array( 'title' => $this->l('Products stock'), 'fields' => array( @@ -220,74 +214,6 @@ class AdminPPreferencesControllerCore extends AdminController 'type' => 'bool', 'visibility' => Shop::CONTEXT_ALL ), - ) - ), - 'products' => array( - 'title' => $this->l('Products (general)'), - 'fields' => array( - 'PS_CATALOG_MODE' => array( - 'title' => $this->l('Catalog mode:'), - 'desc' => $this->l('When active, all features for shopping will be disabled'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'required' => false, - 'type' => 'bool' - ), - 'PS_COMPARATOR_MAX_ITEM' => array( - 'title' => $this->l('Max items in the comparator:'), - 'desc' => $this->l('Specify here the threshold from which be displayed a message announcing an upcoming out of stock.').' '.$this->l('Set to 0 to disable this feature'), - 'validation' => 'isUnsignedId', - 'required' => true, - 'cast' => 'intval', - 'type' => 'text' - ), - 'PS_PURCHASE_MINIMUM' => array( - 'title' => $this->l('Minimum purchase total required in order to validate order:'), - 'desc' => $this->l('Set to 0 to disable this feature'), - 'validation' => 'isFloat', - 'cast' => 'floatval', - 'type' => 'price' - ), - 'PS_NB_DAYS_NEW_PRODUCT' => array( - 'title' => $this->l('Number of days during which the product is considered \'new\':'), - 'validation' => 'isUnsignedInt', - 'cast' => 'intval', - 'type' => 'text' - ), - 'PS_CART_REDIRECT' => array( - 'title' => $this->l('Re-direction after adding product to cart:'), - 'desc' => $this->l('Concerns only the non-AJAX version of the cart'), - 'cast' => 'intval', - 'show' => true, - 'required' => false, - 'type' => 'radio', - 'validation' => 'isBool', - 'choices' => array( - 0 => $this->l('previous page'), - 1 => $this->l('cart summary') - ) - ), - 'PS_PRODUCT_SHORT_DESC_LIMIT' => array( - 'title' => $this->l('Short description max size'), - 'desc' => $this->l('Set the maximum size of product short description'), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'text', - 'suffix' => $this->l('characters') - ), - 'PS_QTY_DISCOUNT_ON_COMBINATION' => array( - 'title' => $this->l('Quantity discounts based on:'), - 'desc' => $this->l('How to calculate quantity discounts'), - 'cast' => 'intval', - 'show' => true, - 'required' => false, - 'type' => 'radio', - 'validation' => 'isBool', - 'choices' => array( - 0 => $this->l('Products'), - 1 => $this->l('Combinations') - ) - ) ), 'bottom' => '', 'submit' => array() diff --git a/controllers/admin/AdminPerformanceController.php b/controllers/admin/AdminPerformanceController.php index ab765e831..f87368b8d 100644 --- a/controllers/admin/AdminPerformanceController.php +++ b/controllers/admin/AdminPerformanceController.php @@ -192,7 +192,7 @@ class AdminPerformanceControllerCore extends AdminController 'input' => array( array( 'type' => 'hidden', - 'name' => 'ccc_up' + 'name' => 'ccc_up', ), array( 'type' => 'radio', @@ -288,6 +288,26 @@ class AdminPerformanceControllerCore extends AdminController 'label' => $this->l('Keep W3C validation') ) ) + ), + array( + 'type' => 'radio', + 'label' => $this->l('Apache optimization'), + 'name' => 'PS_HTACCESS_CACHE_CONTROL', + 'class' => 't', + 'desc' => $this->l('This will add directives to your .htaccess file which should improve caching and compression.'), + 'is_bool' => true, + 'values' => array( + array( + 'id' => 'PS_HTACCESS_CACHE_CONTROL_1', + 'value' => 1, + 'label' => $this->l('Yes'), + ), + array( + 'id' => 'PS_HTACCESS_CACHE_CONTROL_0', + 'value' => 0, + 'label' => $this->l('No'), + ), + ), ) ) ); @@ -297,6 +317,8 @@ class AdminPerformanceControllerCore extends AdminController $this->fields_value['PS_HTML_THEME_COMPRESSION'] = Configuration::get('PS_HTML_THEME_COMPRESSION'); $this->fields_value['PS_JS_HTML_THEME_COMPRESSION'] = Configuration::get('PS_JS_HTML_THEME_COMPRESSION'); $this->fields_value['PS_HIGH_HTML_THEME_COMPRESSION'] = Configuration::get('PS_HIGH_HTML_THEME_COMPRESSION'); + $this->fields_value['PS_HTACCESS_CACHE_CONTROL'] = Configuration::get('PS_HTACCESS_CACHE_CONTROL'); + $this->fields_value['ccc_up'] = 1; } public function initFieldsetMediaServer() @@ -585,10 +607,15 @@ class AdminPerformanceControllerCore extends AdminController !Configuration::updateValue('PS_JS_THEME_CACHE', (int)Tools::getValue('PS_JS_THEME_CACHE')) || !Configuration::updateValue('PS_HTML_THEME_COMPRESSION', (int)Tools::getValue('PS_HTML_THEME_COMPRESSION')) || !Configuration::updateValue('PS_JS_HTML_THEME_COMPRESSION', (int)Tools::getValue('PS_JS_HTML_THEME_COMPRESSION')) || - !Configuration::updateValue('PS_HIGH_HTML_THEME_COMPRESSION', (int)Tools::getValue('PS_HIGH_HTML_THEME_COMPRESSION'))) + !Configuration::updateValue('PS_HIGH_HTML_THEME_COMPRESSION', (int)Tools::getValue('PS_HIGH_HTML_THEME_COMPRESSION')) || + !Configuration::updateValue('PS_HTACCESS_CACHE_CONTROL', (int)Tools::getValue('PS_HTACCESS_CACHE_CONTROL'))) $this->errors[] = Tools::displayError('Unknown error.'); else + { $redirecAdmin = true; + if (Configuration::get('PS_HTACCESS_CACHE_CONTROL')) + Tools::generateHtaccess(); + } } else $this->errors[] = Tools::displayError('You do not have permission to edit here.'); diff --git a/controllers/admin/AdminPreferencesController.php b/controllers/admin/AdminPreferencesController.php index 382e0df0e..764c83c5a 100644 --- a/controllers/admin/AdminPreferencesController.php +++ b/controllers/admin/AdminPreferencesController.php @@ -34,40 +34,11 @@ class AdminPreferencesControllerCore extends AdminController $this->className = 'Configuration'; $this->table = 'configuration'; - $max_upload = (int)ini_get('upload_max_filesize'); - $max_post = (int)ini_get('post_max_size'); - $upload_mb = min($max_upload, $max_post); + // Prevent classes which extend AdminPreferences to load useless data if (get_class($this) == 'AdminPreferencesController') { - $timezones = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS('SELECT name FROM '._DB_PREFIX_.'timezone'); - $taxes[] = array('id' => 0, 'name' => $this->l('None')); - foreach (Tax::getTaxes($this->context->language->id) as $tax) - $taxes[] = array('id' => $tax['id_tax'], 'name' => $tax['name']); - - $order_process_type = array( - array( - 'value' => PS_ORDER_PROCESS_STANDARD, - 'name' => $this->l('Standard (5 steps)') - ), - array( - 'value' => PS_ORDER_PROCESS_OPC, - 'name' => $this->l('One page checkout') - ) - ); - - $registration_process_type = array( - array( - 'value' => PS_REGISTRATION_PROCESS_STANDARD, - 'name' => $this->l('Only account creation') - ), - array( - 'value' => PS_REGISTRATION_PROCESS_AIO, - 'name' => $this->l('Standard (account creation and address creation)') - ) - ); - $round_mode = array( array( 'value' => PS_ROUND_UP, @@ -83,31 +54,7 @@ class AdminPreferencesControllerCore extends AdminController ) ); - $cms_tab = array(0 => - array( - 'id' => 0, - 'name' => $this->l('None') - ) - ); - foreach (CMS::listCms($this->context->language->id) as $cms_file) - $cms_tab[] = array('id' => $cms_file['id_cms'], 'name' => $cms_file['meta_title']); - $fields = array( - 'PS_SHOP_ENABLE' => array( - 'title' => $this->l('Enable Shop'), - 'desc' => $this->l('Activate or deactivate your shop. Deactivate your shop while you perform maintenance on it. Please note that the webservice will not be disabled'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_MAINTENANCE_IP' => array( - 'title' => $this->l('Maintenance IP'), - 'desc' => $this->l('IP addresses allowed to access the Front Office even if shop is disabled. Use a comma to separate them (e.g., 42.24.4.2,127.0.0.1,99.98.97.96)'), - 'validation' => 'isGenericName', - 'type' => 'maintenance_ip', - 'size' => 30, - 'default' => '' - ), 'PS_SSL_ENABLED' => array( 'title' => $this->l('Enable SSL'), 'desc' => $this->l('If your hosting provider allows SSL, you can activate SSL encryption (https://) for customer account identification and order processing'), @@ -116,15 +63,6 @@ class AdminPreferencesControllerCore extends AdminController 'type' => 'bool', 'default' => '0' ), - 'PS_COOKIE_CHECKIP' => array( - 'title' => $this->l('Check IP on the cookie'), - 'desc' => $this->l('Check the IP address of the cookie in order to avoid your cookie being stolen'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool', - 'default' => '0', - 'visibility' => Shop::CONTEXT_ALL - ), 'PS_TOKEN_ENABLE' => array( 'title' => $this->l('Increase Front Office security'), 'desc' => $this->l('Enable or disable token on the Front Office in order to improve PrestaShop security'), @@ -134,152 +72,6 @@ class AdminPreferencesControllerCore extends AdminController 'default' => '0', 'visibility' => Shop::CONTEXT_ALL ), - 'PS_HELPBOX' => array( - 'title' => $this->l('Back Office help boxes'), - 'desc' => $this->l('Enable yellow help boxes which are displayed under form fields in the Back Office'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool', - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_COOKIE_LIFETIME_FO' => array( - 'title' => $this->l('Lifetime of the Front Office cookie'), - 'desc' => $this->l('Indicate the number of hours'), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'text', - 'default' => '480', - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_COOKIE_LIFETIME_BO' => array( - 'title' => $this->l('Lifetime of the Back Office cookie'), - 'desc' => $this->l('Indicate the number of hours'), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'text', - 'default' => '480', - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_B2B_ENABLE' => array( - 'title' => $this->l('Enable B2B mode'), - 'desc' => $this->l('Activate or deactivate B2B mode. When this option is enable some features about B2B appear.'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_ORDER_PROCESS_TYPE' => array( - 'title' => $this->l('Order process type'), - 'desc' => $this->l('You can choose the order process type as either standard (5 steps) or One Page Checkout'), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'select', - 'list' => $order_process_type, - 'identifier' => 'value' - ), - 'PS_ALLOW_MULTISHIPPING' => array( - 'title' => $this->l('Allow multi-shipping'), - 'desc' => $this->l('Allow the customer to ship his order to multiple addresses. This option will transform the customer cart in one or more orders.'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_SHIP_WHEN_AVAILABLE' => array( - 'title' => $this->l('Delayed shipping'), - 'desc' => $this->l('Allow the customer to split his order. One with the products "in stock", and an other with the other products. This option will transform the customer cart in two orders.'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_REGISTRATION_PROCESS_TYPE' => array( - 'title' => $this->l('Registration process type'), - 'desc' => $this->l('The "Only account creation" step register process allows the customer to register faster, and create his address later.'), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'select', - 'list' => $registration_process_type, - 'identifier' => 'value' - ), - 'PS_GUEST_CHECKOUT_ENABLED' => array( - 'title' => $this->l('Enable guest checkout'), - 'desc' => $this->l('Your guest can make an order without registering'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_CONDITIONS' => array( - 'title' => $this->l('Terms of service'), - 'desc' => $this->l('Require customers to accept or decline terms of service before processing the order'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool', - 'js' => array( - 'on' => 'onchange="changeCMSActivationAuthorization()"', - 'off' => 'onchange="changeCMSActivationAuthorization()"' - ) - ), - 'PS_CONDITIONS_CMS_ID' => array( - 'title' => $this->l('Conditions of use CMS page'), - 'desc' => $this->l('Choose the Conditions of use CMS page'), - 'validation' => 'isInt', - 'type' => 'select', - 'list' => $cms_tab, - 'identifier' => 'id', - 'cast' => 'intval' - ), - 'PS_GIFT_WRAPPING' => array( - 'title' => $this->l('Offer gift-wrapping'), - 'desc' => $this->l('Suggest gift-wrapping to customer and possibility of leaving a message'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_GIFT_WRAPPING_PRICE' => array( - 'title' => $this->l('Gift-wrapping price'), - 'desc' => $this->l('Set a price for gift-wrapping'), - 'validation' => 'isPrice', - 'cast' => 'floatval', - 'type' => 'price' - ), - 'PS_GIFT_WRAPPING_TAX' => array( - 'title' => $this->l('Gift-wrapping tax'), - 'desc' => $this->l('Set a tax for gift-wrapping'), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'select', - 'list' => $taxes, - 'identifier' => 'id' - ), - 'PS_GIFT_WRAPPING_ACCOUNT_NUMBER' => array( - 'title' => $this->l('Gift-wrapping account number'), - 'desc' => $this->l('Set an account number for your gift-wrapping (used for accounting)'), - 'validation' => 'isString', - 'type' => 'text', - 'size' => 30, - ), - - 'PS_ATTACHMENT_MAXIMUM_SIZE' => array( - 'title' => $this->l('Attachment maximum size'), - 'desc' => $this->l('Set the maximum size of attachment files (in MegaBytes).').' '.$this->l('Maximum:').' '. - ((int)str_replace('M', '', ini_get('post_max_size')) > (int)str_replace('M', '', ini_get('upload_max_filesize')) ? ini_get('upload_max_filesize') : ini_get('post_max_size')), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'text', - 'default' => '2' - ), - 'PS_RECYCLABLE_PACK' => array( - 'title' => $this->l('Offer recycled packaging'), - 'desc' => $this->l('Suggest recycled packaging to customer'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_CART_FOLLOWING' => array( - 'title' => $this->l('Cart re-display at login'), - 'desc' => $this->l('After customer logs in, recall and display contents of his/her last shopping cart'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), 'PS_PRICE_ROUND_MODE' => array( 'title' => $this->l('Round mode'), 'desc' => $this->l('You can choose how to round prices: always round superior; always round inferior, or classic rounding'), @@ -289,21 +81,6 @@ class AdminPreferencesControllerCore extends AdminController 'list' => $round_mode, 'identifier' => 'value' ), - 'PRESTASTORE_LIVE' => array( - 'title' => $this->l('Automatically check for module updates'), - 'desc' => $this->l('New modules and updates are displayed on the modules page'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool', - 'visibility' => Shop::CONTEXT_ALL - ), - 'PS_HIDE_OPTIMIZATION_TIPS' => array( - 'title' => $this->l('Hide optimization tips'), - 'desc' => $this->l('Hide optimization tips on the back office homepage'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), 'PS_DISPLAY_SUPPLIERS' => array( 'title' => $this->l('Display suppliers and manufacturers'), 'desc' => $this->l('Display manufacturers and suppliers list even if corresponding blocks are disabled'), @@ -311,57 +88,8 @@ class AdminPreferencesControllerCore extends AdminController 'cast' => 'intval', 'type' => 'bool' ), - 'PS_SHOW_NEW_ORDERS' => array( - 'title' => $this->l('Show notifications for new orders'), - 'desc' => $this->l('This will display notifications when new orders will be made on your shop'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_SHOW_NEW_CUSTOMERS' => array( - 'title' => $this->l('Show notifications for new customers'), - 'desc' => $this->l('This will display notifications when new customers will register on your shop'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_SHOW_NEW_MESSAGES' => array( - 'title' => $this->l('Show notifications for new messages'), - 'desc' => $this->l('This will display notifications when new messages will be posted on your shop'), - 'validation' => 'isBool', - 'cast' => 'intval', - 'type' => 'bool' - ), - 'PS_LIMIT_UPLOAD_FILE_VALUE' => array( - 'title' => $this->l('Limit upload file value'), - 'desc' => $this->l('Define the limit upload for a downloadable product, this value have to be inferior or egal to your server\'s maximum upload file ').sprintf('(%s MB).', $upload_mb), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'text', - 'suffix' => $this->l('Megabits'), - 'default' => '1' - ), - 'PS_LIMIT_UPLOAD_IMAGE_VALUE' => array( - 'title' => $this->l('Limit upload image value'), - 'desc' => $this->l('Define the limit upload for an image, this value have to be inferior or egal to your server\'s maximum upload file ').sprintf('(%s MB).', $upload_mb), - 'validation' => 'isInt', - 'cast' => 'intval', - 'type' => 'text', - 'suffix' => $this->l('Megabits'), - 'default' => '1' - ), ); - if (function_exists('date_default_timezone_set')) - $fields['PS_TIMEZONE'] = array( - 'title' => $this->l('Time Zone:'), - 'validation' => 'isAnything', - 'type' => 'select', - 'list' => $timezones, - 'identifier' => 'name', - 'visibility' => Shop::CONTEXT_ALL - ); - // No HTTPS activation if you haven't already. if (!Tools::usingSecureMode()) { @@ -376,95 +104,10 @@ class AdminPreferencesControllerCore extends AdminController 'icon' => 'tab-preferences', 'fields' => $fields, 'submit' => array('title' => $this->l(' Save '), 'class' => 'button'), - ), ); } parent::__construct(); } - - public function postProcess() - { - $upload_max_size = (int)str_replace('M', '', ini_get('upload_max_filesize')); - $post_max_size = (int)str_replace('M', '', ini_get('post_max_size')); - $max_size = $upload_max_size < $post_max_size ? $upload_max_size : $post_max_size; - - if (Tools::getValue('PS_LIMIT_UPLOAD_FILE_VALUE') > $max_size || Tools::getValue('PS_LIMIT_UPLOAD_IMAGE_VALUE') > $max_size) - { - $this->errors[] = Tools::displayError('The limit choosen is superior to the server\'s maximum upload file You need to improve the limit of your server.'); - return; - } - - if (Tools::getIsset('PS_LIMIT_UPLOAD_FILE_VALUE') && !Tools::getValue('PS_LIMIT_UPLOAD_FILE_VALUE')) - $_POST['PS_LIMIT_UPLOAD_FILE_VALUE'] = 1; - - if (Tools::getIsset('PS_LIMIT_UPLOAD_IMAGE_VALUE') && !Tools::getValue('PS_LIMIT_UPLOAD_IMAGE_VALUE')) - $_POST['PS_LIMIT_UPLOAD_IMAGE_VALUE'] = 1; - - Tools::clearCache($this->context->smarty); - parent::postProcess(); - } - - protected function getConf($fields, $languages) - { - $tab['_MEDIA_SERVER_1_'] = _MEDIA_SERVER_1_; - $tab['_MEDIA_SERVER_2_'] = _MEDIA_SERVER_2_; - $tab['_MEDIA_SERVER_3_'] = _MEDIA_SERVER_3_; - - return $tab; - } - - /** - * This method is called before we start to update options configuration - */ - public function beforeUpdateOptions() - { - if (get_class($this) != 'AdminPreferences') - return; - - $sql = 'SELECT `id_cms` FROM `'._DB_PREFIX_.'cms` - WHERE id_cms = '.(int)Tools::getValue('PS_CONDITIONS_CMS_ID'); - if (Tools::getValue('PS_CONDITIONS') && (Tools::getValue('PS_CONDITIONS_CMS_ID') == 0 || !Db::getInstance()->getValue($sql))) - $this->errors[] = Tools::displayError('Assign a valid CMS page if you want it to be read.'); - } - - /** - * Update PS_ATTACHMENT_MAXIMUM_SIZE - */ - public function updateOptionPsAttachementMaximumSize($value) - { - if (!$value) - return; - - $upload_max_size = (int)str_replace('M', '', ini_get('upload_max_filesize')); - $post_max_size = (int)str_replace('M', '', ini_get('post_max_size')); - $max_size = $upload_max_size < $post_max_size ? $upload_max_size : $post_max_size; - $value = ($max_size < Tools::getValue('PS_ATTACHMENT_MAXIMUM_SIZE')) ? $max_size : Tools::getValue('PS_ATTACHMENT_MAXIMUM_SIZE'); - Configuration::update('PS_ATTACHMENT_MAXIMUM_SIZE', $value); - } - - /** - * Update PS_B2B_ENABLE and enables / disables the associated tabs - * @param $value integer Value of option - */ - public function updateOptionPsB2bEnable($value) - { - $value = (int)$value; - - $tabs_class_name = array('AdminOutstanding'); - if (!empty($tabs_class_name)) - { - foreach ($tabs_class_name as $tab_class_name) - { - $tab = Tab::getInstanceFromClassName($tab_class_name); - if (Validate::isLoadedObject($tab)) - { - $tab->active = $value; - $tab->save(); - } - } - } - Configuration::updateValue('PS_B2B_ENABLE', $value); - } } diff --git a/controllers/admin/AdminSearchConfController.php b/controllers/admin/AdminSearchConfController.php index 80ce442bf..76691df8f 100644 --- a/controllers/admin/AdminSearchConfController.php +++ b/controllers/admin/AdminSearchConfController.php @@ -27,13 +27,33 @@ class AdminSearchConfControllerCore extends AdminController { + protected $toolbar_scroll = false; + public function __construct() { - $this->className = 'Configuration'; - $this->table = 'configuration'; + $this->table = 'alias'; + $this->className = 'Alias'; + $this->lang = false; + $this->requiredDatabase = true; parent::__construct(); + // Alias fields + $this->addRowAction('edit'); + $this->addRowAction('delete'); + + if (!Tools::getValue('realedit')) + $this->deleted = false; + + $this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?'))); + + $this->fieldsDisplay = array( + 'alias' => array('title' => $this->l('Aliases'), 'width' => 'auto'), + 'search' => array('title' => $this->l('Search'), 'width' => 100), + 'active' => array('title' => $this->l('Status'), 'width' => 25, 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false) + ); + + // Search options $current_file_name = array_reverse(explode('/', $_SERVER['SCRIPT_NAME'])); $cron_url = Tools::getHttpHost(true, true).__PS_BASE_URI__. substr($_SERVER['SCRIPT_NAME'], strlen(__PS_BASE_URI__), -strlen($current_file_name['0'])). @@ -167,4 +187,99 @@ class AdminSearchConfControllerCore extends AdminController ), ); } + + public function initProcess() + { + parent::initProcess(); + // This is a composite page, we don't want the "options" display mode + if ($this->display == 'options') + $this->display = ''; + } + + /** + * Function used to render the options for this controller + */ + public function renderOptions() + { + if ($this->options && is_array($this->options)) + { + $helper = new HelperOptions($this); + $this->setHelperDisplay($helper); + $helper->toolbar_scroll = true; + $helper->toolbar_btn = array('save' => array( + 'href' => '#', + 'desc' => $this->l('Save') + )); + $helper->id = $this->id; + $helper->tpl_vars = $this->tpl_option_vars; + $options = $helper->generateOptions($this->options); + + return $options; + } + } + + public function renderForm() + { + $this->fields_form = array( + 'legend' => array( + 'title' => $this->l('Aliases'), + 'image' => '../img/admin/search.gif' + ), + 'input' => array( + array( + 'type' => 'text', + 'label' => $this->l('Alias:'), + 'name' => 'alias', + 'size' => 40, + 'required' => true, + 'desc' => array( + $this->l('Enter each alias separated by a comma (\',\') (e.g., \'prestshop,preztashop,prestasohp\')'), + $this->l('Forbidden characters: <>;=#{}') + ) + ), + array( + 'type' => 'text', + 'label' => $this->l('Result:'), + 'name' => 'search', + 'size' => 15, + 'required' => true, + 'desc' => $this->l('Search this word instead.') + ) + ), + 'submit' => array( + 'title' => $this->l(' Save '), + 'class' => 'button' + ) + ); + + $this->fields_value = array('alias' => $this->object->getAliases()); + + return parent::renderForm(); + } + + public function processSave($token) + { + $search = strval(Tools::getValue('search')); + $string = strval(Tools::getValue('alias')); + $aliases = explode(',', $string); + if (empty($search) || empty($string)) + $this->errors[] = $this->l('aliases and result are both required'); + if (!Validate::isValidSearch($search)) + $this->errors[] = $search.' '.$this->l('is not a valid result'); + foreach ($aliases as $alias) + if (!Validate::isValidSearch($alias)) + $this->errors[] = $alias.' '.$this->l('is not a valid alias'); + + if (!count($this->errors)) + { + foreach ($aliases as $alias) + { + $obj = new Alias(null, trim($alias), trim($search)); + $obj->save(); + } + } + + if (empty($this->errors)) + $this->confirmations[] = $this->l('Creation successfull'); + } } diff --git a/controllers/admin/AdminStoresController.php b/controllers/admin/AdminStoresController.php index b037b6246..60fb3da5e 100644 --- a/controllers/admin/AdminStoresController.php +++ b/controllers/admin/AdminStoresController.php @@ -112,6 +112,8 @@ class AdminStoresControllerCore extends AdminController ); parent::__construct(); + + $this->_buildOrderedFieldsShop($this->_getDefaultFieldsContent()); } public function renderList() @@ -386,6 +388,168 @@ class AdminStoresControllerCore extends AdminController return $ret; } -} + protected function _getDefaultFieldsContent() + { + $this->context = Context::getContext(); + $countryList = array(); + $countryList[] = array('id' => '0', 'name' => $this->l('Choose your country')); + foreach (Country::getCountries($this->context->language->id) as $country) + $countryList[] = array('id' => $country['id_country'], 'name' => $country['name']); + $stateList = array(); + $stateList[] = array('id' => '0', 'name' => $this->l('Choose your state (if applicable)')); + foreach (State::getStates($this->context->language->id) as $state) + $stateList[] = array('id' => $state['id_state'], 'name' => $state['name']); + $formFields = array( + 'PS_SHOP_NAME' => array( + 'title' => $this->l('Shop name:'), + 'desc' => $this->l('Displayed in e-mails and page titles'), + 'validation' => 'isGenericName', + 'required' => true, + 'size' => 30, + 'type' => 'text' + ), + 'PS_SHOP_EMAIL' => array('title' => $this->l('Shop e-mail:'), + 'desc' => $this->l('Displayed in e-mails sent to customers'), + 'validation' => 'isEmail', + 'required' => true, + 'size' => 30, + 'type' => 'text' + ), + 'PS_SHOP_DETAILS' => array( + 'title' => $this->l('Registration:'), + 'desc' => $this->l('Shop registration information (e.g., SIRET or RCS)'), + 'validation' => 'isGenericName', + 'size' => 30, + 'type' => 'textarea', + 'cols' => 30, + 'rows' => 5 + ), + 'PS_SHOP_ADDR1' => array( + 'title' => $this->l('Shop address line 1:'), + 'validation' => 'isAddress', + 'size' => 30, + 'type' => 'text' + ), + 'PS_SHOP_ADDR2' => array( + 'title' => 'Address line 2', + 'validation' => 'isAddress', + 'size' => 30, + 'type' => 'text' + ), + 'PS_SHOP_CODE' => array( + 'title' => $this->l('Post/Zip code:'), + 'validation' => 'isGenericName', + 'size' => 6, + 'type' => 'text' + ), + 'PS_SHOP_CITY' => array( + 'title' => $this->l('City:'), + 'validation' => 'isGenericName', + 'size' => 30, + 'type' => 'text' + ), + 'PS_SHOP_COUNTRY_ID' => array( + 'title' => $this->l('Country:'), + 'validation' => 'isInt', + 'type' => 'select', + 'list' => $countryList, + 'identifier' => 'id', + 'cast' => 'intval', + 'defaultValue' => (int)$this->context->country->id + ), + 'PS_SHOP_STATE_ID' => array( + 'title' => $this->l('State:'), + 'validation' => 'isInt', + 'type' => 'select', + 'list' => $stateList, + 'identifier' => 'id', + 'cast' => 'intval' + ), + 'PS_SHOP_PHONE' => array( + 'title' => $this->l('Phone:'), + 'validation' => 'isGenericName', + 'size' => 30, + 'type' => 'text' + ), + 'PS_SHOP_FAX' => array( + 'title' => $this->l('Fax:'), + 'validation' => 'isGenericName', + 'size' => 30, + 'type' => 'text' + ), + ); + return $formFields; + } + protected function _buildOrderedFieldsShop($formFields) + { + $associatedOrderKey = array( + 'PS_SHOP_NAME' => 'company', + 'PS_SHOP_ADDR1' => 'address1', + 'PS_SHOP_ADDR2' => 'address2', + 'PS_SHOP_CITY' => 'city', + 'PS_SHOP_STATE_ID' => 'State:name', + 'PS_SHOP_CODE' => 'postcode', + 'PS_SHOP_COUNTRY_ID' => 'Country:name', + 'PS_SHOP_PHONE' => 'phone'); + + $fields = array(); + $orderedFields = AddressFormat::getOrderedAddressFields(Configuration::get('PS_SHOP_COUNTRY_ID'), false, true); + + foreach ($orderedFields as $lineFields) + if (($patterns = explode(' ', $lineFields))) + foreach ($patterns as $pattern) + if (($key = array_search($pattern, $associatedOrderKey))) + $fields[$key] = $formFields[$key]; + foreach ($formFields as $key => $value) + if (!isset($fields[$key])) + $fields[$key] = $formFields[$key]; + + $this->options['contact'] = array( + 'title' => $this->l('Contact details'), + 'icon' => 'tab-contact', + 'fields' => $fields, + 'submit' => array('title' => $this->l(' Save '), 'class' => 'button') + ); + } + + public function beforeUpdateOptions() + { + if (isset($_POST['PS_SHOP_STATE_ID']) && $_POST['PS_SHOP_STATE_ID'] != '0') + { + $sql = 'SELECT `active` FROM `'._DB_PREFIX_.'state` + WHERE `id_country` = '.(int)Tools::getValue('PS_SHOP_COUNTRY_ID').' + AND `id_state` = '.(int)Tools::getValue('PS_SHOP_STATE_ID'); + $isStateOk = Db::getInstance()->getValue($sql); + if ($isStateOk != 1) + $this->errors[] = Tools::displayError('This state is not in this country.'); + } + } + + public function updateOptionPsShopCountryId($value) + { + if (!$this->errors && $value) + { + $country = new Country($value, $this->context->language->id); + if ($country->id) + { + Configuration::updateValue('PS_SHOP_COUNTRY_ID', $value); + Configuration::updateValue('PS_SHOP_COUNTRY', pSQL($country->name)); + } + } + } + + public function updateOptionPsShopStateId($value) + { + if (!$this->errors && $value) + { + $state = new State($value); + if ($state->id) + { + Configuration::updateValue('PS_SHOP_STATE_ID', $value); + Configuration::updateValue('PS_SHOP_STATE', pSQL($state->name)); + } + } + } +} \ No newline at end of file diff --git a/install-dev/data/img/t/AdminAccountingExport.gif b/install-dev/data/img/t/AdminAccountingExport.gif new file mode 100644 index 000000000..0d86b876e Binary files /dev/null and b/install-dev/data/img/t/AdminAccountingExport.gif differ diff --git a/install-dev/data/img/t/AdminAdmin.gif b/install-dev/data/img/t/AdminAdmin.gif new file mode 100644 index 000000000..529fce2cc Binary files /dev/null and b/install-dev/data/img/t/AdminAdmin.gif differ diff --git a/install-dev/data/img/t/AdminContact.gif b/install-dev/data/img/t/AdminContact.gif deleted file mode 100644 index 7f85b9660..000000000 Binary files a/install-dev/data/img/t/AdminContact.gif and /dev/null differ diff --git a/install-dev/data/img/t/AdminDb.gif b/install-dev/data/img/t/AdminDb.gif deleted file mode 100644 index ee12dc40f..000000000 Binary files a/install-dev/data/img/t/AdminDb.gif and /dev/null differ diff --git a/install-dev/data/img/t/AdminGenerator.gif b/install-dev/data/img/t/AdminGenerator.gif deleted file mode 100644 index 7b277197b..000000000 Binary files a/install-dev/data/img/t/AdminGenerator.gif and /dev/null differ diff --git a/install-dev/data/img/t/AdminPDF.gif b/install-dev/data/img/t/AdminPDF.gif deleted file mode 100644 index d5d9488f3..000000000 Binary files a/install-dev/data/img/t/AdminPDF.gif and /dev/null differ diff --git a/install-dev/data/img/t/AdminParentCustomer.gif b/install-dev/data/img/t/AdminParentCustomer.gif new file mode 100644 index 000000000..2194c59db Binary files /dev/null and b/install-dev/data/img/t/AdminParentCustomer.gif differ diff --git a/install-dev/data/img/t/AdminParentLocalization.gif b/install-dev/data/img/t/AdminParentLocalization.gif new file mode 100644 index 000000000..c1d63637f Binary files /dev/null and b/install-dev/data/img/t/AdminParentLocalization.gif differ diff --git a/install-dev/data/img/t/AdminParentModules.gif b/install-dev/data/img/t/AdminParentModules.gif new file mode 100644 index 000000000..3061be7d4 Binary files /dev/null and b/install-dev/data/img/t/AdminParentModules.gif differ diff --git a/install-dev/data/img/t/AdminParentOrders.gif b/install-dev/data/img/t/AdminParentOrders.gif new file mode 100644 index 000000000..be9175d6f Binary files /dev/null and b/install-dev/data/img/t/AdminParentOrders.gif differ diff --git a/install-dev/data/img/t/AdminParentPreferences.gif b/install-dev/data/img/t/AdminParentPreferences.gif new file mode 100644 index 000000000..c2e2f68e5 Binary files /dev/null and b/install-dev/data/img/t/AdminParentPreferences.gif differ diff --git a/install-dev/data/img/t/AdminParentPriceRule.gif b/install-dev/data/img/t/AdminParentPriceRule.gif new file mode 100644 index 000000000..4b5256d1d Binary files /dev/null and b/install-dev/data/img/t/AdminParentPriceRule.gif differ diff --git a/install-dev/data/img/t/AdminParentShipping.gif b/install-dev/data/img/t/AdminParentShipping.gif new file mode 100644 index 000000000..482ceea3c Binary files /dev/null and b/install-dev/data/img/t/AdminParentShipping.gif differ diff --git a/install-dev/data/img/t/AdminParentShop.gif b/install-dev/data/img/t/AdminParentShop.gif new file mode 100644 index 000000000..8db408186 Binary files /dev/null and b/install-dev/data/img/t/AdminParentShop.gif differ diff --git a/install-dev/data/img/t/AdminParentStats.gif b/install-dev/data/img/t/AdminParentStats.gif new file mode 100644 index 000000000..9102f3a81 Binary files /dev/null and b/install-dev/data/img/t/AdminParentStats.gif differ diff --git a/install-dev/data/img/t/AdminPriceRule.gif b/install-dev/data/img/t/AdminPriceRule.gif new file mode 100644 index 000000000..4b5256d1d Binary files /dev/null and b/install-dev/data/img/t/AdminPriceRule.gif differ diff --git a/install-dev/data/xml/access.xml b/install-dev/data/xml/access.xml index aff5af3b7..efcb7f225 100644 --- a/install-dev/data/xml/access.xml +++ b/install-dev/data/xml/access.xml @@ -9,104 +9,98 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/data/xml/tab.xml b/install-dev/data/xml/tab.xml index 37e805bd4..d37be1929 100644 --- a/install-dev/data/xml/tab.xml +++ b/install-dev/data/xml/tab.xml @@ -27,42 +27,42 @@ AdminCatalog - - AdminCustomers - - AdminOrders + AdminParentOrders - - AdminPayment + + AdminParentCustomer + + + AdminPriceRule - AdminShipping + AdminParentShipping - - AdminStats + + AdminParentLocalization - AdminModules - - - AdminEmployees + AdminParentModules - AdminPreferences + AdminParentPreferences AdminTools + + AdminAdmin + + + AdminParentStats + - AdminShop + AdminParentShop AdminStock - - AdminAccounting - AdminProducts @@ -72,18 +72,18 @@ AdminTracking - - AdminManufacturers - - - AdminSuppliers - AdminAttributesGroups AdminFeatures + + AdminManufacturers + + + AdminSuppliers + AdminScenes @@ -93,33 +93,18 @@ AdminAttachments - - AdminSpecificPriceRule - - - AdminAddresses - - - AdminGroups - - - AdminCarts - - - AdminGenders - - - AdminOutstanding + + AdminOrders AdminInvoices - - AdminDeliverySlip - AdminReturn + + AdminDeliverySlip + AdminSlip @@ -129,41 +114,77 @@ AdminOrderMessage - - AdminCurrencies + + AdminCustomers - - AdminTaxes + + AdminAddresses - - AdminTaxRulesGroup + + AdminGroups - + + AdminCarts + + + AdminCustomerThreads + + + AdminContacts + + + AdminGenders + + + AdminOutstanding + + AdminCartRules + + AdminSpecificPriceRule + + + AdminShipping + AdminCarriers - - AdminStates - - - AdminCountries - - - AdminZones - AdminRangePrice AdminRangeWeight - - AdminSearchEngines + + AdminLocalization - - AdminReferrers + + AdminLanguages + + + AdminZones + + + AdminCountries + + + AdminStates + + + AdminCurrencies + + + AdminTaxRulesGroup + + + AdminTaxes + + + AdminTranslations + + + AdminModules AdminAddonsCatalog @@ -171,101 +192,110 @@ AdminAddonsMyAccount - - AdminThemes - AdminModulesPositions - - AdminProfiles + + AdminPayment - - AdminAccess + + AdminPreferences - - AdminContacts + + AdminOrderPreferences - - AdminTabs + + AdminPPreferences - - AdminCustomerThreads + + AdminCustomerPreferences - - AdminContact - - + AdminThemes AdminMeta - - AdminPPreferences - - - AdminAliases - - - AdminEmails + + AdminCmsContent AdminImages - - AdminDb - - - AdminLocalization + + AdminStores AdminSearchConf - - AdminPerformance + + AdminMaintenance AdminGeolocation - - AdminLanguages - - - AdminTranslations - - - AdminQuickAccesses - AdminInformation + + AdminPerformance + + + AdminEmails + AdminImport - - AdminSubDomains - AdminBackup - - AdminCmsContent + + AdminRequestSql - - AdminGenerator - - - AdminStores - - - AdminWebservice + + AdminAccountingManagement AdminLogs - - AdminRequestSql + + AdminSubDomains + + + AdminWebservice + + + AdminAdminPreferences + + + AdminQuickAccesses + + + AdminEmployees + + + AdminProfiles + + + AdminAccess + + + AdminTabs + + + AdminStats + + + AdminSearchEngines + + + AdminReferrers + + + AdminAccountingExport + + + AdminShop AdminGroupShop @@ -294,14 +324,5 @@ AdminStockConfiguration - - AdminAccountingManagement - - - AdminAccountingExport - - - AdminAccountingRegisteredNumber - diff --git a/install-dev/fixtures/apple/data/access.xml b/install-dev/fixtures/apple/data/access.xml index 369f60ceb..1fd178551 100644 --- a/install-dev/fixtures/apple/data/access.xml +++ b/install-dev/fixtures/apple/data/access.xml @@ -9,397 +9,429 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/langs/de/data/tab.xml b/install-dev/langs/de/data/tab.xml index 6756b2f8a..c292bf873 100644 --- a/install-dev/langs/de/data/tab.xml +++ b/install-dev/langs/de/data/tab.xml @@ -7,86 +7,96 @@ - - + + - + - + + - - - + + - - - - - - + - + - - - + + + + + + + + + + - - - - - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -96,7 +106,4 @@ - - - diff --git a/install-dev/langs/en/data/tab.xml b/install-dev/langs/en/data/tab.xml index 36dda8195..67e0162dc 100644 --- a/install-dev/langs/en/data/tab.xml +++ b/install-dev/langs/en/data/tab.xml @@ -7,86 +7,96 @@ - - + + - + - + + - - - + + - - - - - - + - + - - - + + + + + + + + + + - - - - - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -96,7 +106,4 @@ - - - diff --git a/install-dev/langs/es/data/tab.xml b/install-dev/langs/es/data/tab.xml index dde14d97a..680ce3fcd 100644 --- a/install-dev/langs/es/data/tab.xml +++ b/install-dev/langs/es/data/tab.xml @@ -7,86 +7,96 @@ - - + + - + - + + - - - + + - - - - - - + - + - - - + + + + + + + + + + - - - - - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -96,7 +106,4 @@ - - - diff --git a/install-dev/langs/fr/data/tab.xml b/install-dev/langs/fr/data/tab.xml index 205f46583..07909bcf5 100644 --- a/install-dev/langs/fr/data/tab.xml +++ b/install-dev/langs/fr/data/tab.xml @@ -7,86 +7,96 @@ - - + + - + - + + - - - + + - - - - - - + - + - - - + + + + + + + + + + - - - - - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -96,7 +106,4 @@ - - - diff --git a/install-dev/langs/it/data/tab.xml b/install-dev/langs/it/data/tab.xml index 3f94e7c73..6b93e1f7c 100644 --- a/install-dev/langs/it/data/tab.xml +++ b/install-dev/langs/it/data/tab.xml @@ -7,86 +7,96 @@ - - + + - + - + + - - - + + - - - - - - + - + - - - + + + + + + + + + + - - - - - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + @@ -96,7 +106,4 @@ - - - diff --git a/override/controllers/admin/AdminAccountingRegisteredNumberController.php b/override/controllers/admin/AdminAccountingRegisteredNumberController.php new file mode 100644 index 000000000..aefbf5c09 --- /dev/null +++ b/override/controllers/admin/AdminAccountingRegisteredNumberController.php @@ -0,0 +1,7 @@ +:'; -$_LANGADM['AdminCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; +$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Angezeigt'; +$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; $_LANGADM['AdminCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; -$_LANGADM['AdminCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; -$_LANGADM['AdminCategories02fa003c38fefcda498b876f67f4cac7'] = 'Vereinfachte URL:'; -$_LANGADM['AdminCategories2ef9671539ece086eb5c74c851a08565'] = 'Nur Buchstaben und das Minus-Zeichen (-) sind erlaubt'; -$_LANGADM['AdminCategories50d783e43630e20d36ad09f7e01f163c'] = 'Zugang Gruppen:'; -$_LANGADM['AdminCategoriesc6155aaecccf794cd2a00fcc35898022'] = 'Name der Gruppe'; $_LANGADM['AdminCategoriesa8cff2e828f241eed159bc28e76707c7'] = 'Klicken Sie auf alle Gruppen, denen Sie Zugang zu dieser Kategorie geben möchten'; -$_LANGADM['AdminCategories69e62346c35bc63795db142cfbb0af66'] = 'Keine Gruppe angelegt'; -$_LANGADM['AdminCategoriesfd7df45f68e2570620083998fbc0710a'] = 'Speichern und in die Elternkategorie zurückkehren'; -$_LANGADM['AdminCategoriesc9cc8cce247e49bae79f15173ce97354'] = 'Speichern'; -$_LANGADM['AdminCategories19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminContact63406c9482c644975f227cc93788e8fb'] = 'Wählen Sie Ihr Land'; -$_LANGADM['AdminContactffea2d321be109fc7243cfeb515fe257'] = 'Wählen Sie Ihr Land (falls zutreffend)'; -$_LANGADM['AdminContact61f0fa926f97eafb392975ed79cebb4a'] = 'Name des Shops:'; -$_LANGADM['AdminContact792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'In den Kopfzeile der Seiten und E-Mails angezeigt'; -$_LANGADM['AdminContact237726599268adc200964601cdafeb16'] = 'E-Mailadresse des Shops:'; -$_LANGADM['AdminContact0188aaac1db951dc90bced9ecd606c04'] = 'In den E-Mails an die Kunden angezeigt'; -$_LANGADM['AdminContactd7ceaa3ddb4fc6884046456463ecb258'] = 'Registrierung:'; -$_LANGADM['AdminContact76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Registrierung des Shops (z. B.: SIRET, RCS, ...)'; -$_LANGADM['AdminContact3c720ca57528095461f52d40d26d956a'] = 'Shopadresse Zeile 1:'; -$_LANGADM['AdminContact3d4d4cac03e194ab20154382cd544e0f'] = 'Anschrift Zeile 2'; -$_LANGADM['AdminContacte0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Postleitzahl:'; -$_LANGADM['AdminContactbffb711ec36f280459d11dce315da72f'] = 'Stadt:'; -$_LANGADM['AdminContactf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; -$_LANGADM['AdminContact18325105de95083e4a1d10b78f29c2bc'] = 'Staat:'; -$_LANGADM['AdminContact673ae02fffb72f0fe68a66f096a01347'] = 'Telefonnr.:'; -$_LANGADM['AdminContact0e2fb5b02182fd28b9b96e86ed27838f'] = 'Faxnr.:'; -$_LANGADM['AdminContact5dd532f0a63d89c5af0243b74732f63c'] = 'Kontakt'; -$_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminContactsb78a3223503896721cca1303f776159b'] = 'Name'; -$_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; -$_LANGADM['AdminContactsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Weitere Informationen'; -$_LANGADM['AdminContacts8058aef8e4c03453b1b088795677726a'] = 'Kontakt-Optionen'; -$_LANGADM['AdminContactsb3f251dafa622267b0972a0d52dfd9b2'] = 'Senden von Dateien zulassen'; -$_LANGADM['AdminContacts73b06e25d15e914d4d2ba43c6de1805e'] = 'Erlaubt den Kunden, eine Datei über die Kontaktseite zu versenden'; -$_LANGADM['AdminContactsbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminContacts93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminContactsd5e76fe30ec7b495d900aa33b91becc4'] = 'Vordefinierte Nachricht'; -$_LANGADM['AdminContacts338e6d0526d113f735e9dce7c899a185'] = 'Bitte geben Sie die Standard-Nachricht ein, die erscheinen soll, wenn Sie einen ?? auf der Kundenservice-Seite beantworten'; -$_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Kontakte'; -$_LANGADM['AdminContacts51ec9bf4aaeab1b25bb57f9f8d4de557'] = 'Name:'; -$_LANGADM['AdminContacts7e98c222c4dd2e73d37bc5cd0eca2fca'] = 'Name des Kontakts (z.B.: Technischer Support)'; -$_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'Die E-Mail wird an diese Adresse gesendet'; -$_LANGADM['AdminContactsa4fa45b9c05d906d897b3a04f3d09838'] = 'Auf dem Kundenservice speichern'; +$_LANGADM['AdminCategoriesb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All'; +$_LANGADM['AdminCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Weitere Informationen'; +$_LANGADM['AdminCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminCategoriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; +$_LANGADM['AdminCategoriesea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminCategoriesef61fb324d729c341ea8ab9901e23566'] = 'Neu'; +$_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'ausgewählt'; +$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Logo der Kategorie von Ihrem Rechner herunterladen'; +$_LANGADM['AdminCms0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; +$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Ihre CMS-Seite wird als Entwurf gespeichert'; +$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'Vereinfachte URL'; +$_LANGADM['AdminCms2ef9671539ece086eb5c74c851a08565'] = 'Nur Buchstaben und das Minus-Zeichen (-) sind erlaubt'; +$_LANGADM['AdminCms38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminCms3f64b2beede1082fd32ddb0bf11a641f'] = 'META Beschreibung'; +$_LANGADM['AdminCms45b1bce0ceb1e155fc99d59a21761b9e'] = 'Inhalt der Seite'; +$_LANGADM['AdminCms52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position'; +$_LANGADM['AdminCms5ece607071fe59ddc4c88dc6abfe2310'] = 'Keine Seite gefunden'; +$_LANGADM['AdminCms6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminCms789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Kategorie CMS'; +$_LANGADM['AdminCms7b250cb374c12c42a75227ba75df7779'] = 'Meta Titel:'; +$_LANGADM['AdminCms7d7559ccac6bc30a4d985db11cb34a3a'] = 'META Schlüsselwörter'; +$_LANGADM['AdminCmsCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'Vereinfachte URL:'; +$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Nur Buchstaben und das Minus-Zeichen (-) sind erlaubt'; +$_LANGADM['AdminCmsCategories2f74f5e9674526a836ce24ad5584fc6e'] = 'Elternkategorie:'; +$_LANGADM['AdminCmsCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; +$_LANGADM['AdminCmsCategories49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminCmsCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminCmsCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position'; +$_LANGADM['AdminCmsCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminCmsCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Veröffentlicht:'; +$_LANGADM['AdminCmsCategories789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Kategorie CMS'; +$_LANGADM['AdminCmsCategories7b250cb374c12c42a75227ba75df7779'] = 'Metatitel:'; +$_LANGADM['AdminCmsCategories86754577897acfb25deb69039d49d9a7'] = 'Veröffentlicht'; +$_LANGADM['AdminCmsCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; +$_LANGADM['AdminCmsCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Weitere Informationen'; +$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCmsCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminCmsCategoriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminCmsContent62381fc27e62649a16182a616de3f7ea'] = 'Aktuelle Kategorie'; +$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Titel'; +$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminCmscc4fbd30d676ea2f9994b7063a8ada15'] = 'Seiten in dieser Kategorie'; +$_LANGADM['AdminCmse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL'; +$_LANGADM['AdminCmsef61fb324d729c341ea8ab9901e23566'] = 'Neu'; +$_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Speichern und Vorschau'; $_LANGADM['AdminContacts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminContactsec444d8079f945e297c3a6d5359bb4d7'] = 'Diese Nachricht wird in der Registerkarte Kundenservice gespeichert'; $_LANGADM['AdminContacts0a958d0b68cae1805a8f64cdcddb821b'] = 'Weitere Informationen zu diesem Kontakt'; $_LANGADM['AdminContacts38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminContacts19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCountries59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; -$_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO-Code'; -$_LANGADM['AdminCountriesd8ec51bf63378409b1d40cc45c80f926'] = 'Telefonvorwahl'; -$_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zone'; +$_LANGADM['AdminContacts51ec9bf4aaeab1b25bb57f9f8d4de557'] = 'Name:'; +$_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'Die E-Mail wird an diese Adresse gesendet'; +$_LANGADM['AdminContacts7e98c222c4dd2e73d37bc5cd0eca2fca'] = 'Name des Kontakts (z.B.: Technischer Support)'; +$_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; +$_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Kontakte'; +$_LANGADM['AdminContactsa4fa45b9c05d906d897b3a04f3d09838'] = 'Auf dem Kundenservice speichern'; +$_LANGADM['AdminContactsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Weitere Informationen'; +$_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminContactsb78a3223503896721cca1303f776159b'] = 'Name'; +$_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminContactsec444d8079f945e297c3a6d5359bb4d7'] = 'Diese Nachricht wird in der Registerkarte Kundenservice gespeichert'; +$_LANGADM['AdminController01f8544c8fd4628bc686502e8b727d95'] = 'das Feld'; +$_LANGADM['AdminController07213a0161f52846ab198be103b5ab43'] = 'Fehler'; +$_LANGADM['AdminController0a5fa53f3f20f67f98bd6c3b16df059d'] = 'ist erforderlich'; +$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Lokalisierungspaket erfolgreich installiert'; +$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'Bestellungen'; +$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche'; +$_LANGADM['AdminController151648106e4bf98297882ea2ea1c4b0e'] = 'Aktualisierung erfolgreich'; +$_LANGADM['AdminController16c64b6f203dd2b0a840184ef902a704'] = 'Modul erfolgreich in den Hook integriert'; +$_LANGADM['AdminController2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Modul erfolgreich reinitialisiert'; +$_LANGADM['AdminController2c76ba09452e3da727ed4e65cf2f2593'] = 'Sprache kopiert'; +$_LANGADM['AdminController2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Ladevorgang erfolgreich'; +$_LANGADM['AdminController3879149292f9af4469cec013785d6dfd'] = 'Warnungen'; +$_LANGADM['AdminController3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; +$_LANGADM['AdminController40606a2d55f7c33c732f1d3c1b5b1e66'] = 'Modul erfolgreich gelöscht'; +$_LANGADM['AdminController4236a440a662cc8253d7536e5aa17942'] = 'Abmelden'; +$_LANGADM['AdminController4402aa7e384266cd7d0350c1cc9a0123'] = 'Übersetzung erfolgreich hinzugefügt, aber die Sprache konnte nicht erstellt werden'; +$_LANGADM['AdminController46b1b35fd252d60dd4d1b610a9224943'] = 'Modul erfolgreich aus dem Hook entfernt'; +$_LANGADM['AdminController46f22f2a56ddd091f4b2b2c35c5ca989'] = 'Katalog'; +$_LANGADM['AdminController4b6f7d34a58ba399f077685951d06738'] = 'Kunden'; +$_LANGADM['AdminController4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es bestehen'; +$_LANGADM['AdminController4f32a32dea642737580dd71cdfd8d3c0'] = 'Schnellzugriff'; +$_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Holen Sie mich hier raus!'; +$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Aus Sicherheitsgründen müssen Sie:'; +$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'Rechnungen'; +$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Vorschaubilder wiederhergestellt'; +$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Zurück zur Liste'; +$_LANGADM['AdminController6357d3551190ec7e79371a8570121d3a'] = 'Es bestehen'; +$_LANGADM['AdminController70f4b635847038d056e33959821a7a66'] = 'Maximale Zeichenzahl'; +$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Bilder erfolgreich verschoben'; +$_LANGADM['AdminController7b83d3f08fa392b79e3f553b585971cd'] = 'Warnung'; +$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Modul geladen'; +$_LANGADM['AdminController7e47a344b06d82a8836cbee2748a79e6'] = 'ist erforderlich zumindest in'; +$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Erstellung erfolgreich'; +$_LANGADM['AdminController8642a2f37a5d42b54ce53b1fbdd1583f'] = 'Warenkörbe'; +$_LANGADM['AdminController87a2663d841b78f01c27c0edb4f50b76'] = 'Löschvorgang beendet'; +$_LANGADM['AdminController8a3cfd894d57e33c55400fc9d76aa08a'] = 'Klicken Sie hier, um mehr zu erfahren'; +$_LANGADM['AdminController9469a4605b719b91e2cdac9e3bbf460d'] = 'Übersetzungen hinzugefügt'; +$_LANGADM['AdminController998b344cff693ad388a14ba89b1523c7'] = 'ist ungültig'; +$_LANGADM['AdminControllera1acc250773be8550f5758190e1db93a'] = 'Status aktualisiert'; +$_LANGADM['AdminControllera4da6f31ab268a5310bc475e63ab92db'] = 'Ich kenne die Risiken und möchte die Seite anzeigen'; +$_LANGADM['AdminControllera7c974ac23201089a5d17536bbb09f05'] = 'Modul installiert'; +$_LANGADM['AdminControllera7df4df5ba87b5e752c81b276959e797'] = 'Auswahl gelöscht'; +$_LANGADM['AdminControllera92269f5f14ac147a821728c23204c0b'] = 'Warnungen verbergen'; +$_LANGADM['AdminControllerad3737feaf28ed81b4073c7113f6228e'] = 'Nachricht wurde gesendet'; +$_LANGADM['AdminControllerb85b9d2e7e1153bd3d5a4bb0f57d347b'] = 'Verdoppelung erfolgreich'; +$_LANGADM['AdminControllerbbaed3b1f842925ef862ec19261744d8'] = 'Modul deinstalliert'; +$_LANGADM['AdminControllerbbaff12800505b22a853e8b7f4eb6a22'] = 'Kontakt'; +$_LANGADM['AdminControllerbee83fbebb6a50869091c78685f2b7f7'] = 'Maximale Zeichen, einschließlich html-Zeichen'; +$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'Überall'; +$_LANGADM['AdminControllercc3787ca78f445f481069a4c047f7e7a'] = 'Wählen Sie eine Sprache:'; +$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Rückzahlung abgeschlossen'; +$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Meinen Shop anzeigen'; +$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Security Key ungültig'; +$_LANGADM['AdminControllerdef73ea130852d9e7813ee61eefa24e7'] = 'Konfiguration aktualisiert'; +$_LANGADM['AdminControllere41431d37c0f818843740e11a69c5ec2'] = 'Kommentar hinzugefügt'; +$_LANGADM['AdminControllere6a7f8a2f42cc35979973da8dfb10720'] = 'Forum'; +$_LANGADM['AdminControllere99c06952f4336ce189d8df45980dca0'] = 'löschen Sie die / install Ordner'; +$_LANGADM['AdminControlleree05efe0548fdafc9e85cb4c34fbe845'] = 'Bild gelöscht'; +$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Neu'; +$_LANGADM['AdminControllerf755e8b92cb8f02c24f6f539180d45b1'] = 'ist zu lang'; +$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'Mein Profil'; $_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminCountries5252b12033d3181aa8270eea2fd4c4d4'] = 'Präferenzen Land'; -$_LANGADM['AdminCountriesd14d3384847c11b0708990b3343c8dbf'] = 'Standard-Land:'; -$_LANGADM['AdminCountriesb017db41a29dff4007de058af406341e'] = 'Im Shop verwendetes Standard-Land'; +$_LANGADM['AdminCountries09545da0018af8fd4d2725858aa9b26d'] = 'Steuer-Identifikationsnummer erforderlich?'; $_LANGADM['AdminCountries13feb6ab1a436929f78c13ec405ce215'] = 'Beschränken Ländern von denjenigen von aktiven Trägern geliefert'; -$_LANGADM['AdminCountries91bb198c336e8b4a82bed07cffd78891'] = 'Will Display wieder die letzte registrierte Layout'; -$_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Wird ein Standard-Layout für dieses Land angezeigt'; -$_LANGADM['AdminCountriesfc6bff84b96cbd12e8b2acb2cbe4c979'] = 'Will zurück Display Sie aktuelle Bearbeitung Layout'; -$_LANGADM['AdminCountries96cddc4940425c2e51164e6f53ca3acf'] = 'Will das aktuelle Layout löschen'; -$_LANGADM['AdminCountries4cc62307750c99e9f150d2baa18b6b81'] = 'Sind Sie sicher, diese Auswahl zu übernehmen?'; -$_LANGADM['AdminCountries790d59ef178acbc75d233bf4211763c6'] = 'Land'; -$_LANGADM['AdminCountriesf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; -$_LANGADM['AdminCountries6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminCountries4aff46f8a7e137cff28dc9011eb2bbd3'] = 'Name des Landes'; +$_LANGADM['AdminCountries14a5ddaea551658f02fb0ef893f81313'] = 'Neues Layout'; +$_LANGADM['AdminCountries187dc89384a93e0bd008a5d1ec2339b6'] = 'Steuerbezeichnung anzeigen'; +$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminCountries378296aa6056b95fe9d841aed8f3bfae'] = 'Postleitzahl erforderlich:'; +$_LANGADM['AdminCountries38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; $_LANGADM['AdminCountries3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO-Code:'; $_LANGADM['AdminCountries4940bea043a2202dd111a1e408438407'] = 'ISO-Code mit 2 oder 3 Buchstaben, z.B.: FR für Frankreich'; -$_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Offizielle Liste hier'; -$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Telefonvorwahl:'; -$_LANGADM['AdminCountries4d92aeac3faeb1d29b189135fe2b3e49'] = 'Internationale Telefonvorwahl, z.B.: 33 für Frankreich'; -$_LANGADM['AdminCountries8e10808175a8d945d13bab31fb2e2663'] = 'Standard-Währung'; -$_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Standard-Währung des Shops'; -$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Gebiet:'; -$_LANGADM['AdminCountries99b9aff66ba02be54313144319cf1889'] = 'Geografische Zone des Lande'; -$_LANGADM['AdminCountries378296aa6056b95fe9d841aed8f3bfae'] = 'Postleitzahl erforderlich:'; -$_LANGADM['AdminCountries93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminCountries881e132cc7aae22327a99e24c73cbe34'] = 'PLZ-Format:'; -$_LANGADM['AdminCountriesf986c3dfa3c510d15d32b59e2e83e037'] = 'Nationale Postleitzahl (L für einen Brief, N für eine Zahl und C für den ISO-Code des Landes), z.B. NNNNN für Frankreich. Keine Überprüfung, falls nicht definiert.'; -$_LANGADM['AdminCountriesa314046def218cebb078f190756b0a4a'] = 'Adressenanzeige'; -$_LANGADM['AdminCountries91a69103975e222d07735acffd42239c'] = 'Rechtsfelder für Adressinformationen (mehr Details)'; -$_LANGADM['AdminCountriesd88def0eb4ff593621b4113e1fc54965'] = 'Verwenden Sie die zuletzt registrierten Layout'; -$_LANGADM['AdminCountries6d869ac09b11028c6884152b08f52786'] = 'Als Standard verwenden'; $_LANGADM['AdminCountries4a9a923126a30b7ab47cc43ed8a25895'] = 'Verwenden Sie meine aktuelle modifiziertes Layout'; -$_LANGADM['AdminCountries14a5ddaea551658f02fb0ef893f81313'] = 'Neues Layout'; -$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminCountries4aff46f8a7e137cff28dc9011eb2bbd3'] = 'Name des Landes'; +$_LANGADM['AdminCountries4cc62307750c99e9f150d2baa18b6b81'] = 'Sind Sie sicher, diese Auswahl zu übernehmen?'; +$_LANGADM['AdminCountries4d92aeac3faeb1d29b189135fe2b3e49'] = 'Internationale Telefonvorwahl, z.B.: 33 für Frankreich'; +$_LANGADM['AdminCountries5252b12033d3181aa8270eea2fd4c4d4'] = 'Präferenzen Land'; +$_LANGADM['AdminCountries59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; +$_LANGADM['AdminCountries6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminCountries6d869ac09b11028c6884152b08f52786'] = 'Als Standard verwenden'; +$_LANGADM['AdminCountries790d59ef178acbc75d233bf4211763c6'] = 'Land'; +$_LANGADM['AdminCountries881e132cc7aae22327a99e24c73cbe34'] = 'PLZ-Format:'; +$_LANGADM['AdminCountries8e10808175a8d945d13bab31fb2e2663'] = 'Standard-Währung'; +$_LANGADM['AdminCountries91bb198c336e8b4a82bed07cffd78891'] = 'Will Display wieder die letzte registrierte Layout'; +$_LANGADM['AdminCountries93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminCountries9639e32cab248434a17ab32237cb3b71'] = 'Anwenden'; +$_LANGADM['AdminCountries96cddc4940425c2e51164e6f53ca3acf'] = 'Will das aktuelle Layout löschen'; +$_LANGADM['AdminCountries99b9aff66ba02be54313144319cf1889'] = 'Geografische Zone des Lande'; +$_LANGADM['AdminCountriesa314046def218cebb078f190756b0a4a'] = 'Adressenanzeige'; +$_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Standard-Währung des Shops'; +$_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Wird ein Standard-Layout für dieses Land angezeigt'; +$_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO-Code'; +$_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zone'; +$_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCountriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminCountriesd42225935a374f1249f2a45ebed00772'] = 'Aktiviert oder deaktiviert'; +$_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; $_LANGADM['AdminCountriescef82d41923398076fb06d463541d707'] = 'Enthält Staaten:'; -$_LANGADM['AdminCountries09545da0018af8fd4d2725858aa9b26d'] = 'Steuer-Identifikationsnummer erforderlich?'; -$_LANGADM['AdminCountries187dc89384a93e0bd008a5d1ec2339b6'] = 'Steuerbezeichnung anzeigen'; -$_LANGADM['AdminCountries38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminCountries19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminCountyb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCountye25b163360646e8f71af8a8ee0fad1a3'] = 'Landkreis'; -$_LANGADM['AdminCounty46a2a41cc6e552044816a2d04634545d'] = 'Staat'; -$_LANGADM['AdminCounty00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminCountyf66c1590e73de9cb7cd7503f13d80118'] = 'Landkreise'; -$_LANGADM['AdminCounty3bbbfb7c06723c054b8dd150bc064a36'] = 'Speichern Sie diesen Landkreis, dann können Sie Postleitzahlen zuordnen'; -$_LANGADM['AdminCountyf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; -$_LANGADM['AdminCounty18325105de95083e4a1d10b78f29c2bc'] = 'Staat:'; -$_LANGADM['AdminCounty4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminCounty24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminCountyb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminCountyd42225935a374f1249f2a45ebed00772'] = 'Aktiviert oder deaktiviert'; -$_LANGADM['AdminCounty38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminCounty9ea67be453eaccf020697b4654fc021a'] = 'Speichern und fortfahren'; -$_LANGADM['AdminCounty19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfeld'; -$_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Währung'; -$_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO-Code'; -$_LANGADM['AdminCurrenciesde9b254aa38ded29b5a826d9e752b90b'] = 'Num. ISO-Code'; -$_LANGADM['AdminCurrencies02c86eb2792f3262c21d030a87e19793'] = 'Symbol'; -$_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Wechselkurse'; +$_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Offizielle Liste hier'; +$_LANGADM['AdminCountriesd88def0eb4ff593621b4113e1fc54965'] = 'Verwenden Sie die zuletzt registrierten Layout'; +$_LANGADM['AdminCountriesd8ec51bf63378409b1d40cc45c80f926'] = 'Telefonvorwahl'; +$_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Gebiet:'; +$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Telefonvorwahl:'; +$_LANGADM['AdminCountriesf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; +$_LANGADM['AdminCountriesf986c3dfa3c510d15d32b59e2e83e037'] = 'Nationale Postleitzahl (L für einen Brief, N für eine Zahl und C für den ISO-Code des Landes), z.B. NNNNN für Frankreich. Keine Überprüfung, falls nicht definiert.'; +$_LANGADM['AdminCountriesfc6bff84b96cbd12e8b2acb2cbe4c979'] = 'Will zurück Display Sie aktuelle Bearbeitung Layout'; +$_LANGADM['AdminCurrencies007f2226bf0915adaf9ef63b0e8287ca'] = 'Format:'; +$_LANGADM['AdminCurrencies0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; $_LANGADM['AdminCurrencies00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminCurrenciesb67536699de7bf5ddd53bd913e87758a'] = 'Präferenzen Währungen'; -$_LANGADM['AdminCurrencies8e10808175a8d945d13bab31fb2e2663'] = 'Standard-Währung'; -$_LANGADM['AdminCurrencies36144ac2644548932977cc36677c1698'] = 'Im Shop verwendete Standard-Währung'; -$_LANGADM['AdminCurrenciescc2f0a18cb0448ca2101f93be765e487'] = 'Wenn Sie die Standard-Währung ändern, müssen Sie jeden Produktpreis manuell bearbeiten.'; -$_LANGADM['AdminCurrencies795b18173b4ddc7ea79c606ccd0f3feb'] = 'Sie können die Standard-Währung nicht löschen'; -$_LANGADM['AdminCurrenciese7e915ec26ac2be5f5730752e5fc3b78'] = 'Sie können die Standard-Währung nicht deaktivieren'; -$_LANGADM['AdminCurrencies77428b04a1847555eb9bc52422a377b0'] = 'Wechselkurse'; -$_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Wechselkurse aktualisieren'; +$_LANGADM['AdminCurrencies02c86eb2792f3262c21d030a87e19793'] = 'Symbol'; +$_LANGADM['AdminCurrencies19e5c58e6f3027749ab6aa14c5a650fd'] = 'in Dollar'; +$_LANGADM['AdminCurrencies260f0e6ff1df0aa4f39310176b5d6c44'] = 'Platzieren Sie diese URL in crontab oder rufen Sie sie manuell täglich'; +$_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Symbol:'; +$_LANGADM['AdminCurrencies2e5845557ed8ecd864f0db5ce4dac829'] = 'Erscheint im Front Office, zum Beispiel: Euro, Dollar'; +$_LANGADM['AdminCurrencies32dd182c91d1a647c40ce4561eb33da9'] = 'Erscheint im Front Office, zum Beispiel: €, $'; +$_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Währung'; +$_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO-Code:'; +$_LANGADM['AdminCurrencies444a643f521c7fff9ef731ff301d86cc'] = 'Erscheint zusammen mit allen Preisen, z.B.'; +$_LANGADM['AdminCurrencies44d23fb07dc0be241d77d922bbc871c1'] = 'Numerischer ISO-Code, z.B.: 840 für Dollar, 978 für Euro'; $_LANGADM['AdminCurrencies48781284e7a2c2b1479559ce12aa73c5'] = 'Wechselkurse in Echtzeit aktualisieren'; $_LANGADM['AdminCurrencies5e7ad8ee59bd36302bbc58bc710eeabb'] = 'Wechselkurse aktualisieren'; -$_LANGADM['AdminCurrencies260f0e6ff1df0aa4f39310176b5d6c44'] = 'Platzieren Sie diese URL in crontab oder rufen Sie sie manuell täglich'; -$_LANGADM['AdminCurrenciesdfcfc43722eef1eab1e4a12e50a068b1'] = 'Währungen'; $_LANGADM['AdminCurrencies77295c7d814e7397c55f64ec06313984'] = 'Währung:'; -$_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Nur Buchstaben und Bindestrich sind erlaubt'; -$_LANGADM['AdminCurrencies2e5845557ed8ecd864f0db5ce4dac829'] = 'Erscheint im Front Office, zum Beispiel: Euro, Dollar'; -$_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO-Code:'; -$_LANGADM['AdminCurrencies8632ac58071857c4425a9b6042f1fe21'] = 'ISO-Code, z.B.: USD für Dollar, EUR für Euro'; +$_LANGADM['AdminCurrencies77428b04a1847555eb9bc52422a377b0'] = 'Wechselkurse'; +$_LANGADM['AdminCurrencies795b18173b4ddc7ea79c606ccd0f3feb'] = 'Sie können die Standard-Währung nicht löschen'; $_LANGADM['AdminCurrencies7fa4d1ea7f7b9d819c54d83bb3263512'] = 'Numerischer ISO-Code:'; -$_LANGADM['AdminCurrencies44d23fb07dc0be241d77d922bbc871c1'] = 'Numerischer ISO-Code, z.B.: 840 für Dollar, 978 für Euro'; -$_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Symbol:'; -$_LANGADM['AdminCurrencies32dd182c91d1a647c40ce4561eb33da9'] = 'Erscheint im Front Office, zum Beispiel: €, $'; -$_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Wechselkurse:'; -$_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Wechselkurs von einer Einheit der Standard-Währung (z.B. 1 €) in diese Währung. Wenn die Standard-Währung beispielsweise der Euro ist und diese Währung der Dollar, geben Sie\'1,20\' ein'; -$_LANGADM['AdminCurrencies007f2226bf0915adaf9ef63b0e8287ca'] = 'Format:'; -$_LANGADM['AdminCurrencies19e5c58e6f3027749ab6aa14c5a650fd'] = 'in Dollar'; -$_LANGADM['AdminCurrenciesaa3606501de88ea50155297736664490'] = 'in Euro'; -$_LANGADM['AdminCurrencies444a643f521c7fff9ef731ff301d86cc'] = 'Erscheint zusammen mit allen Preisen, z.B.'; -$_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Dezimale:'; -$_LANGADM['AdminCurrencies93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminCurrenciesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; $_LANGADM['AdminCurrencies82158fd670cc8b5dedefd4201d9701cd'] = 'Zeigt die Preise in Dezimalen'; +$_LANGADM['AdminCurrencies8632ac58071857c4425a9b6042f1fe21'] = 'ISO-Code, z.B.: USD für Dollar, EUR für Euro'; +$_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Wechselkurse aktualisieren'; $_LANGADM['AdminCurrencies87bd3cbac63d9410fff1815181cb60cc'] = 'Leerzeichen:'; +$_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Wechselkurs von einer Einheit der Standard-Währung (z.B. 1 €) in diese Währung. Wenn die Standard-Währung beispielsweise der Euro ist und diese Währung der Dollar, geben Sie\'1,20\' ein'; +$_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Nur Buchstaben und Bindestrich sind erlaubt'; +$_LANGADM['AdminCurrenciesaa3606501de88ea50155297736664490'] = 'in Euro'; +$_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO-Code'; +$_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCurrenciesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Wechselkurse:'; +$_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Wechselkurse'; $_LANGADM['AdminCurrenciesd6b378c31ecfd51965a5a318e06af249'] = 'Fügt Sie ein Leerzeichen zwischen Zeichen und Preis ein, z.B.'; -$_LANGADM['AdminCurrencies0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; -$_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminCurrencies19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminCustomerThreadsc3bf447eabe632720a3aa1a7ce401274'] = 'Offen'; -$_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Beendet'; -$_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'Warten auf 1'; -$_LANGADM['AdminCustomerThreads1033cc268ed0919b5d4e76ea6053ed25'] = 'Warten auf 2'; -$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; -$_LANGADM['AdminCustomerThreads1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail'; -$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; -$_LANGADM['AdminCustomerThreads4994a8ffeba4ac3140beb89e8d41f174'] = 'Sprache'; -$_LANGADM['AdminCustomerThreadsec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Mitarbeiter'; -$_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Nachrichten'; -$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Letzte Nachricht'; -$_LANGADM['AdminCustomerThreadsd21b5a78517318e6d35414d4217950ce'] = 'Nachricht gesendet an'; -$_LANGADM['AdminCustomerThreads240f3031f25601fa128bd4e15f0a37de'] = 'Kommentar'; -$_LANGADM['AdminCustomerThreads518f0adf73dca7abeebc9c3a85352cfc'] = 'Keine neuen Nachrichten'; -$_LANGADM['AdminCustomerThreads47bab378f9e6268f758db00bcbf014fa'] = 'Neue Nachrichten'; -$_LANGADM['AdminCustomerThreadsf752f758ff0b5c465d65c2d0bcc579cd'] = 'Neue Nachricht'; -$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Gesamtzahl der Themen'; -$_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'In Bearbeitung'; -$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Alle Kundennachrichten'; -$_LANGADM['AdminCustomerThreads8a1926ed751f4c73a2271945278cf2df'] = 'Alle Mitarbeiternachrichten'; -$_LANGADM['AdminCustomerThreadsf112c37a7318adef5c2d14c687172c25'] = 'Ungelesene Themen'; -$_LANGADM['AdminCustomerThreads9cce8dbf2a8e527cbf71bcf8a8a7e352'] = 'Beendete Themen'; -$_LANGADM['AdminCustomerThreads2273d1167a6212812d95dc8fadbae78e'] = 'Kundenservice'; -$_LANGADM['AdminCustomerThreadsc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiken'; -$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Kunde sehen'; -$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'Kunden-ID'; -$_LANGADM['AdminCustomerThreads1bda80f2be4d3658e0baa43fbe7ae8c1'] = 'Sehen'; -$_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Gesendet am'; -$_LANGADM['AdminCustomerThreadsd62b749697e3c1b9c26a645ad5d56656'] = 'Browser'; -$_LANGADM['AdminCustomerThreadsbfb069b69766c9a8a1fac8aabfd970b2'] = 'Dateianhang'; -$_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'Datei sehen'; -$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Bestellung Nummer'; -$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'Bestellung sehen'; -$_LANGADM['AdminCustomerThreadsc851a34d4806acb02a55df148f9d7f25'] = 'Produkt Nummer'; -$_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Thema'; -$_LANGADM['AdminCustomerThreadsc5730b7ad58a3bad76e6b6b763521ec7'] = 'Nachrichten ansehen'; +$_LANGADM['AdminCurrenciesde9b254aa38ded29b5a826d9e752b90b'] = 'Num. ISO-Code'; +$_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Dezimale:'; +$_LANGADM['AdminCurrenciese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminCurrenciese7e915ec26ac2be5f5730752e5fc3b78'] = 'Sie können die Standard-Währung nicht deaktivieren'; +$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'Allgemein'; +$_LANGADM['AdminCustomerPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'Minuten'; +$_LANGADM['AdminCustomerPreferences6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Wiederherstellung des Kennworts:'; +$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Minimaler Zeitraum vor dem Anfordern eines neuen Kennworts'; +$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Wiederherstellung des Warenkorbs nach Authentifizierung des Kunden'; +$_LANGADM['AdminCustomerPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'Warenkorb nach Identifizierung neu anzeigen'; $_LANGADM['AdminCustomerThreads018d4d01cba3905ad11258518b4ea424'] = 'Gesendet von'; -$_LANGADM['AdminCustomerThreads818d947aeb9e604f54ce4c3444cc0256'] = 'ID Diskussion'; -$_LANGADM['AdminCustomerThreads0e2f5e3f12561ac94047979ec5406946'] = 'ID Nachricht'; -$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Nachricht'; -$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Diese Nachricht beantworten'; -$_LANGADM['AdminCustomerThreadse8b4e59e41f890acd1d5d86d494d6d02'] = 'Geben Sie Ihre Antwort hier unten an'; -$_LANGADM['AdminCustomerThreads91e2e681ab0c5817498a10318df5aec9'] = 'Ihre Antwort wird gesendet an'; -$_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Meine Antwort senden'; -$_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Diese Diskussion weiterleiten an'; -$_LANGADM['AdminCustomerThreads7bc873cba11f035df692c3549366c722'] = '-- bitte auswählen --'; -$_LANGADM['AdminCustomerThreads81e053d78f01540e9cd6fb68a1c03976'] = 'Jemand anderes'; -$_LANGADM['AdminCustomerThreads2605a817441c19cc88eb9e5d17845dc0'] = 'Hier können Sie einen Kommentar hinzufügen'; -$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Weiterleiten'; -$_LANGADM['AdminCustomerThreads1a7b79fd8642e9a33c12372e405d95d6'] = 'Zur nächsten unbearbeiteten Nachricht gehen'; -$_LANGADM['AdminCustomerThreads54ebd9a5b69ce86503616d72ed9e82c6'] = 'Die nächste unbearbeitete Nachricht dieser Kategorie beantworten'; -$_LANGADM['AdminCustomerThreads408f476244defe7636d3143848bf1024'] = 'Alle anderen Nachrichten dieser Kategorie wurden bearbeitet'; -$_LANGADM['AdminCustomerThreadsc9d31b30a6ca5a4613085216dfe9894f'] = 'Diese Nachricht als bearbeitet definieren'; -$_LANGADM['AdminCustomerThreadse2b74d691e528e8686dfb0b72aafe299'] = 'Diese Nachricht'; -$_LANGADM['AdminCustomerThreads73884952f6f4716ecd7c111b2a84e988'] = 'als \"Warten auf 1\" melden'; -$_LANGADM['AdminCustomerThreads7cc947927ae700f1b5086b8575ea1689'] = '(Später beantworten)'; -$_LANGADM['AdminCustomerThreads5515c12607ca7c861299ff6c174a79f9'] = 'Klicken Sie hier, um den Status \"Warten\" zu deaktivieren'; -$_LANGADM['AdminCustomerThreads2a4abb9e0d8f1c4fbaf12a48687f7bb7'] = 'wie \"Warten auf 2\"'; -$_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; -$_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Datum'; +$_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Beendet'; +$_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'In Bearbeitung'; $_LANGADM['AdminCustomerThreads068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminCustomerThreadsea067eb37801c5aab1a1c685eb97d601'] = 'Bezahlter Gesamtbetrag'; -$_LANGADM['AdminCustomerThreadsc453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung'; -$_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'Status'; $_LANGADM['AdminCustomerThreads06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; -$_LANGADM['AdminCustomerThreadsd8a065ef1c8b81af153be321e200ace7'] = 'Bestätigte Bestellungen:'; -$_LANGADM['AdminCustomerThreadsd55669822f1a8cf72ec1911e462a54eb'] = 'für'; +$_LANGADM['AdminCustomerThreads0e2f5e3f12561ac94047979ec5406946'] = 'ID Nachricht'; +$_LANGADM['AdminCustomerThreads1033cc268ed0919b5d4e76ea6053ed25'] = 'Warten auf 2'; +$_LANGADM['AdminCustomerThreads1bda80f2be4d3658e0baa43fbe7ae8c1'] = 'Sehen'; +$_LANGADM['AdminCustomerThreads1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail'; +$_LANGADM['AdminCustomerThreads2273d1167a6212812d95dc8fadbae78e'] = 'Kundenservice'; +$_LANGADM['AdminCustomerThreads240f3031f25601fa128bd4e15f0a37de'] = 'Kommentar'; +$_LANGADM['AdminCustomerThreads2605a817441c19cc88eb9e5d17845dc0'] = 'Hier können Sie einen Kommentar hinzufügen'; +$_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Gesendet am'; +$_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Meine Antwort senden'; +$_LANGADM['AdminCustomerThreads408f476244defe7636d3143848bf1024'] = 'Alle anderen Nachrichten dieser Kategorie wurden bearbeitet'; +$_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Nachrichten'; +$_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Diese Diskussion weiterleiten an'; +$_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Datum'; +$_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'Status'; +$_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Thema'; +$_LANGADM['AdminCustomerThreads47bab378f9e6268f758db00bcbf014fa'] = 'Neue Nachrichten'; +$_LANGADM['AdminCustomerThreads4994a8ffeba4ac3140beb89e8d41f174'] = 'Sprache'; $_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminCustomerThreads518f0adf73dca7abeebc9c3a85352cfc'] = 'Keine neuen Nachrichten'; +$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Weiterleiten'; +$_LANGADM['AdminCustomerThreads54ebd9a5b69ce86503616d72ed9e82c6'] = 'Die nächste unbearbeitete Nachricht dieser Kategorie beantworten'; +$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Alle Kundennachrichten'; +$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Gesamtzahl der Themen'; $_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; -$_LANGADM['AdminCustomersd1457b72c3fb323a2671125aef3eab5d'] = '?'; -$_LANGADM['AdminCustomersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; -$_LANGADM['AdminCustomers77587239bf4c54ea493c7033e1dbf636'] = 'Nachname'; -$_LANGADM['AdminCustomers20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname'; -$_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; -$_LANGADM['AdminCustomers9d8d2d5ab12b515182a505f54db7f538'] = 'Alter'; +$_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'Datei sehen'; +$_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'Warten auf 1'; +$_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; +$_LANGADM['AdminCustomerThreads7bc873cba11f035df692c3549366c722'] = '-- bitte auswählen --'; +$_LANGADM['AdminCustomerThreads818d947aeb9e604f54ce4c3444cc0256'] = 'ID Diskussion'; +$_LANGADM['AdminCustomerThreads81e053d78f01540e9cd6fb68a1c03976'] = 'Jemand anderes'; +$_LANGADM['AdminCustomerThreads8a1926ed751f4c73a2271945278cf2df'] = 'Alle Mitarbeiternachrichten'; +$_LANGADM['AdminCustomerThreads91e2e681ab0c5817498a10318df5aec9'] = 'Ihre Antwort wird gesendet an'; +$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Nachricht'; +$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Kunde sehen'; +$_LANGADM['AdminCustomerThreads9cce8dbf2a8e527cbf71bcf8a8a7e352'] = 'Beendete Themen'; +$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; +$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Diese Nachricht beantworten'; +$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCustomerThreadsbfb069b69766c9a8a1fac8aabfd970b2'] = 'Dateianhang'; +$_LANGADM['AdminCustomerThreadsc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiken'; +$_LANGADM['AdminCustomerThreadsc3bf447eabe632720a3aa1a7ce401274'] = 'Offen'; +$_LANGADM['AdminCustomerThreadsc453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung'; +$_LANGADM['AdminCustomerThreadsc5730b7ad58a3bad76e6b6b763521ec7'] = 'Nachrichten ansehen'; +$_LANGADM['AdminCustomerThreadsc851a34d4806acb02a55df148f9d7f25'] = 'Produkt Nummer'; +$_LANGADM['AdminCustomerThreadsc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminCustomerThreadsc9d31b30a6ca5a4613085216dfe9894f'] = 'Diese Nachricht als bearbeitet definieren'; +$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'Bestellung sehen'; +$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; +$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Letzte Nachricht'; +$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Bestellung Nummer'; +$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'Kunden-ID'; +$_LANGADM['AdminCustomerThreadsd21b5a78517318e6d35414d4217950ce'] = 'Nachricht gesendet an'; +$_LANGADM['AdminCustomerThreadsd55669822f1a8cf72ec1911e462a54eb'] = 'für'; +$_LANGADM['AdminCustomerThreadsd62b749697e3c1b9c26a645ad5d56656'] = 'Browser'; +$_LANGADM['AdminCustomerThreadsd8a065ef1c8b81af153be321e200ace7'] = 'Bestätigte Bestellungen:'; +$_LANGADM['AdminCustomerThreadse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminCustomerThreadse8b4e59e41f890acd1d5d86d494d6d02'] = 'Geben Sie Ihre Antwort hier unten an'; +$_LANGADM['AdminCustomerThreadsea067eb37801c5aab1a1c685eb97d601'] = 'Bezahlter Gesamtbetrag'; +$_LANGADM['AdminCustomerThreadsec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminCustomerThreadsf112c37a7318adef5c2d14c687172c25'] = 'Ungelesene Themen'; +$_LANGADM['AdminCustomerThreadsf752f758ff0b5c465d65c2d0bcc579cd'] = 'Neue Nachricht'; +$_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Mitarbeiter'; $_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; $_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'News.'; -$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Part.'; -$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Anmeldung'; -$_LANGADM['AdminCustomersc2cc7082a89c1ad6631a2f66af5f00c0'] = 'Verbindung'; -$_LANGADM['AdminCustomers6dc6993c567c112a42b193c430f9ec43'] = 'Kunden-Optionen'; -$_LANGADM['AdminCustomers6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Wiederherstellung des Kennworts:'; -$_LANGADM['AdminCustomers87eed0b2fbd8bec6796514f309d87aec'] = 'Minimaler Zeitraum vor dem Anfordern eines neuen Kennworts'; -$_LANGADM['AdminCustomers640fd0cc0ffa0316ae087652871f4486'] = 'Minuten'; -$_LANGADM['AdminCustomers45d3153df3f835bbf6a68c2302e494d7'] = 'Wie möchten Sie diese(n) Kunden löschen?'; -$_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'Sie haben 2 Möglichkeiten, um einen Kunden zu löschen, wählen Sie die, die Ihnen am meisten zusagt.'; -$_LANGADM['AdminCustomers7c02e576ed6029a3a1d64700cc43ebf7'] = 'Ich möchte meine(n) Kunden vollständig löschen, alle Daten werden aus der Datenbank gelöscht. Ein Kunde mit der gleichen E-Mail-Adresse kann sich neu anmelden.'; -$_LANGADM['AdminCustomersaa9000a0aa27a0920d69744960520677'] = 'Ich möchte nicht, dass mein(e) Kunde(n) sich noch einmal anmelden können. Die Kunden werden von dieser Liste gelöscht, aber die Daten bleiben in der Datenbank gespeichert.'; -$_LANGADM['AdminCustomersceece2e4b93f9a5a091e1c64120ff5bd'] = 'Löschen'; -$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; -$_LANGADM['AdminCustomersc151015063ad115e4c3b081763c0927d'] = 'Anmeldedatum:'; -$_LANGADM['AdminCustomers3ef92bbd0151806f23ecd301fd78347c'] = 'Letzter Besuch:'; -$_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'nie'; -$_LANGADM['AdminCustomers2447b4dc5878520d00a3f4aaf210f7a2'] = 'Rang: '; -$_LANGADM['AdminCustomers20966a36da784c2f62d105419dcb4018'] = 'Newsletter:'; -$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in:'; -$_LANGADM['AdminCustomers25235196c2744e9050067d45587d6a8b'] = 'Alter:'; -$_LANGADM['AdminCustomersad921d60486366258809553a3db49a4a'] = 'unbekannt'; -$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Letzte Aktualisierung:'; -$_LANGADM['AdminCustomers24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Dieser Kunde ist als'; -$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'Besucher angemeldet'; -$_LANGADM['AdminCustomers80e915c39ca9254655d2802979aa698b'] = 'Umwandeln in ein Kundenkonto'; -$_LANGADM['AdminCustomers450a7392b73a4b434634f8fe0e3f13c8'] = 'Diese Funktion generiert ein zufälliges Kennwort und sendet eine E-Mail an den Kunden'; -$_LANGADM['AdminCustomers81fe7d0c685ca9f1829f5ff52370d06e'] = 'Ein registrierter Kunde Konto existiert mit der gleichen E-Mail-Adresse'; -$_LANGADM['AdminCustomersa7136d956fbff49c3912e44722dbf000'] = 'Persönliche Notiz hinzufügen'; -$_LANGADM['AdminCustomersac7ba2fb36727fd3fcbf967c27cd9dc0'] = 'Diese Notiz ist für alle Mitarbeiter sichtbar, aber nicht für den Kunden.'; -$_LANGADM['AdminCustomers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'Ihre Notiz wurde gespeichert'; -$_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Fehler: Ihr Notiz ist nicht gültig'; -$_LANGADM['AdminCustomers2f38713e640e4bd37998f94e968a55f7'] = 'Fehler: Ihre Notiz kann nicht gespeichert werden'; -$_LANGADM['AdminCustomers41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Nachrichten'; -$_LANGADM['AdminCustomersec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Nachricht'; -$_LANGADM['AdminCustomersabce3ef910cfc047f0721654cb71f2db'] = 'Gesendet am'; -$_LANGADM['AdminCustomersc468b616937d511677ad875addd16ded'] = 'hat Sie nie kontaktiert.'; -$_LANGADM['AdminCustomersa37ede293936e29279ed543129451ec3'] = 'Gruppen'; -$_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; -$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; -$_LANGADM['AdminCustomers44749712dbec183e983dcd78a7736c41'] = 'Datum'; +$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; +$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = 'Mind. 5 Zeichen, nur Buchstaben, Zahlen'; $_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminCustomersea067eb37801c5aab1a1c685eb97d601'] = 'Bezahlter Gesamtbetrag'; -$_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung'; -$_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'Status'; -$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Gültige Bestellungen:'; -$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'für'; -$_LANGADM['AdminCustomersa9c74a800ed9f3d504e76d8c59acc497'] = 'Ungültige Bestellungen:'; +$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; +$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'Besucher angemeldet'; +$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Anmeldung'; $_LANGADM['AdminCustomers1251852566309cb1f01aa44d71af2528'] = 'hat nie bestellt'; -$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; -$_LANGADM['AdminCustomers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen'; -$_LANGADM['AdminCustomers1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma'; -$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse'; -$_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; -$_LANGADM['AdminCustomerse174c1b711f254d538c689a90c5842a5'] = 'Telefonnummer(n)'; -$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'hat nie eine Adresse gespeichert'; -$_LANGADM['AdminCustomers9d5bf15117441a1b52eb1f0808e4aad3'] = 'Ermäßigungsgutscheine'; -$_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Code'; -$_LANGADM['AdminCustomersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; -$_LANGADM['AdminCustomers689202409e48743b914713f96d93947c'] = 'Wert'; -$_LANGADM['AdminCustomers907d7000b3555d1a1b12f1fed29a9ec4'] = 'Verfügbare Menge'; -$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'hat keinen Ermäßigungsgutschein'; -$_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Warenkörbe'; -$_LANGADM['AdminCustomers96b0141273eabab320119c467cdcaf17'] = 'Gesamt'; -$_LANGADM['AdminCustomers914419aa32f04011357d3b604a86d7eb'] = 'Lieferant'; -$_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'Kein Warenkorb verfügbar'; -$_LANGADM['AdminCustomers93bd48ecb9c4d5c4eec7fefffbb2070f'] = 'Letzte Verbindungen'; -$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Seitenzugriffe'; -$_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Gesamtzeit'; -$_LANGADM['AdminCustomers3edf8ca26a1ec14dd6e91dd277ae1de6'] = 'Herkunft'; -$_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'IP-Adresse'; +$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Dieser Kunde ist als'; $_LANGADM['AdminCustomers14542f5997c4a02d4276da364657f501'] = 'Direkt-Link'; -$_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Zuordnungen'; -$_LANGADM['AdminCustomerse239a881630d41e28d0664273bdcf625'] = 'Zurück zur Kundenliste'; -$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; -$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Geschlecht:'; -$_LANGADM['AdminCustomers88183b946cc5f0e8c96b2e66e1c74a7e'] = 'Unbekannt'; -$_LANGADM['AdminCustomersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Nachname:'; +$_LANGADM['AdminCustomers1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma'; +$_LANGADM['AdminCustomers20966a36da784c2f62d105419dcb4018'] = 'Newsletter:'; +$_LANGADM['AdminCustomers20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname'; +$_LANGADM['AdminCustomers2447b4dc5878520d00a3f4aaf210f7a2'] = 'Rang: '; +$_LANGADM['AdminCustomers24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminCustomers25235196c2744e9050067d45587d6a8b'] = 'Alter:'; +$_LANGADM['AdminCustomers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen'; +$_LANGADM['AdminCustomers2f38713e640e4bd37998f94e968a55f7'] = 'Fehler: Ihre Notiz kann nicht gespeichert werden'; +$_LANGADM['AdminCustomers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminCustomers39d595f1a4ce984b95e9b52821b62177'] = 'Geburtsdatum:'; +$_LANGADM['AdminCustomers3cf21846659529ae741430ff2ddf287f'] = 'Klicken Sie alle Gruppen an, zu denen das Mitglied gehört'; +$_LANGADM['AdminCustomers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminCustomers3edf8ca26a1ec14dd6e91dd277ae1de6'] = 'Herkunft'; +$_LANGADM['AdminCustomers3ef92bbd0151806f23ecd301fd78347c'] = 'Letzter Besuch:'; +$_LANGADM['AdminCustomers3f783e6afc73242779dde81c7825def0'] = 'Leer lassen, wenn keine Änderung'; +$_LANGADM['AdminCustomers41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Nachrichten'; +$_LANGADM['AdminCustomers44749712dbec183e983dcd78a7736c41'] = 'Datum'; +$_LANGADM['AdminCustomers450a7392b73a4b434634f8fe0e3f13c8'] = 'Diese Funktion generiert ein zufälliges Kennwort und sendet eine E-Mail an den Kunden'; +$_LANGADM['AdminCustomers45d3153df3f835bbf6a68c2302e494d7'] = 'Wie möchten Sie diese(n) Kunden löschen?'; +$_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'Status'; +$_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Nachricht'; +$_LANGADM['AdminCustomers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'Kein Warenkorb verfügbar'; +$_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'Ihre Notiz wurde gespeichert'; +$_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; +$_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'IP-Adresse'; +$_LANGADM['AdminCustomers5e5f0a863cd129317037e3def37b4097'] = 'Firma:'; +$_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'Kunde ist damit einverstanden, Werbenachrichten zu erhalten'; $_LANGADM['AdminCustomers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; $_LANGADM['AdminCustomers668a8d8d7ffe5da112b266e46b79b685'] = 'Vorname:'; -$_LANGADM['AdminCustomers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminCustomersb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort:'; -$_LANGADM['AdminCustomers3f783e6afc73242779dde81c7825def0'] = 'Leer lassen, wenn keine Änderung'; -$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = 'Mind. 5 Zeichen, nur Buchstaben, Zahlen'; +$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Letzte Aktualisierung:'; +$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'hat keinen Ermäßigungsgutschein'; +$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; +$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Part.'; +$_LANGADM['AdminCustomers77587239bf4c54ea493c7033e1dbf636'] = 'Nachname'; $_LANGADM['AdminCustomers78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse:'; -$_LANGADM['AdminCustomers39d595f1a4ce984b95e9b52821b62177'] = 'Geburtsdatum:'; -$_LANGADM['AdminCustomers86f5978d9b80124f509bdb71786e929e'] = 'Januar'; -$_LANGADM['AdminCustomers659e59f062c75f81259d22786d6c44aa'] = 'Februar'; -$_LANGADM['AdminCustomersfa3e5edac607a88d8fd7ecb9d6d67424'] = 'März'; -$_LANGADM['AdminCustomers3fcf026bbfffb63fb24b8de9d0446949'] = 'April'; -$_LANGADM['AdminCustomers195fbb57ffe7449796d23466085ce6d8'] = 'Mai'; -$_LANGADM['AdminCustomers688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juni'; -$_LANGADM['AdminCustomers1b539f6f34e8503c97f6d3421346b63c'] = 'Juli'; -$_LANGADM['AdminCustomers41ba70891fb6f39327d8ccb9b1dafb84'] = 'August'; -$_LANGADM['AdminCustomerscc5d90569e1c8313c2b1c2aab1401174'] = 'September'; -$_LANGADM['AdminCustomerseca60ae8611369fe28a02e2ab8c5d12e'] = 'Oktober'; -$_LANGADM['AdminCustomers7e823b37564da492ca1629b4732289a8'] = 'November'; -$_LANGADM['AdminCustomers82331503174acbae012b2004f6431fa5'] = 'Dezember'; -$_LANGADM['AdminCustomersb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Verbindung des Kunden zulassen oder nicht zulassen'; -$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Kunde hat den Newsletter abonniert'; -$_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'Kunde ist damit einverstanden, Werbenachrichten zu erhalten'; +$_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'Sie haben 2 Möglichkeiten, um einen Kunden zu löschen, wählen Sie die, die Ihnen am meisten zusagt.'; +$_LANGADM['AdminCustomers7c02e576ed6029a3a1d64700cc43ebf7'] = 'Ich möchte meine(n) Kunden vollständig löschen, alle Daten werden aus der Datenbank gelöscht. Ein Kunde mit der gleichen E-Mail-Adresse kann sich neu anmelden.'; +$_LANGADM['AdminCustomers80e915c39ca9254655d2802979aa698b'] = 'Umwandeln in ein Kundenkonto'; +$_LANGADM['AdminCustomers81fe7d0c685ca9f1829f5ff52370d06e'] = 'Ein registrierter Kunde Konto existiert mit der gleichen E-Mail-Adresse'; +$_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; $_LANGADM['AdminCustomers8d177b48ffca1fb18c3bfd1e8c0eb645'] = 'Standard-Gruppe'; -$_LANGADM['AdminCustomers8783bc7ae2b9e8d93a2bc15150aaefa8'] = 'Gruppen:'; -$_LANGADM['AdminCustomersc6155aaecccf794cd2a00fcc35898022'] = 'Name der Gruppe'; -$_LANGADM['AdminCustomers3cf21846659529ae741430ff2ddf287f'] = 'Klicken Sie alle Gruppen an, zu denen das Mitglied gehört'; -$_LANGADM['AdminCustomers69e62346c35bc63795db142cfbb0af66'] = 'Keine Gruppe angelegt'; -$_LANGADM['AdminCustomers19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminDbe307db07b3975fef922a80d07455ee5e'] = 'Datenbank:'; -$_LANGADM['AdminDb505de52d5ae227b6e8acb02dce2a0c4d'] = 'Server:'; -$_LANGADM['AdminDb67cfd6717606cadb04e8ae03082a0182'] = 'IP-oder Server-Name, \'localhost\' funktionieren in den meisten Fällen'; -$_LANGADM['AdminDb006e7be42e56d810865222669c716f9e'] = 'Datenbank:'; -$_LANGADM['AdminDb9222f8688de5dfd4dabc06fffe8c6aa0'] = 'Name der Datenbank (z.B. \"prestashop\")'; -$_LANGADM['AdminDbf72ba2e5f0388494cc5041adad99581f'] = 'Präfix:'; -$_LANGADM['AdminDb5ff9df198222a96f26bf2cb279d83bd8'] = 'Benutzer:'; -$_LANGADM['AdminDbb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort:'; -$_LANGADM['AdminDb3f783e6afc73242779dde81c7825def0'] = 'Leer lassen, wenn keine Änderung'; -$_LANGADM['AdminDb6bb09f0abb00bcba314068abab6fecb7'] = 'ist bereits in'; -$_LANGADM['AdminDba7fd7e3f904a981a4952454d79a806e8'] = 'Kann Engine nicht wechseln für'; -$_LANGADM['AdminDbf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Bestätigung'; -$_LANGADM['AdminDb55bf473fba81a29380af1598e67c555b'] = 'Engine wechseln'; -$_LANGADM['AdminDb01b6e20344b68835c5ed1ddedf20d531'] = 'für'; -$_LANGADM['AdminDbb833598a404d0408f61b9762278c9bea'] = 'Seien Sie SEHR VORSICHTIG bei diesen Einstellungen, eine fehlerhafte Änderung kann große Funktionsprobleme in Ihrem Online-Shop verursachen. Bei Problemen öffnen Sie die Datei config / settings.inc.php.'; -$_LANGADM['AdminDb6c1375701d87f2636b01cf951d0a375b'] = 'MySQL-Engine'; +$_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Verbindung des Kunden zulassen oder nicht zulassen'; +$_LANGADM['AdminCustomers914419aa32f04011357d3b604a86d7eb'] = 'Lieferant'; +$_LANGADM['AdminCustomers93bd48ecb9c4d5c4eec7fefffbb2070f'] = 'Letzte Verbindungen'; +$_LANGADM['AdminCustomers96b0141273eabab320119c467cdcaf17'] = 'Gesamt'; +$_LANGADM['AdminCustomers9d8d2d5ab12b515182a505f54db7f538'] = 'Alter'; +$_LANGADM['AdminCustomersa37ede293936e29279ed543129451ec3'] = 'Gruppen'; +$_LANGADM['AdminCustomersa7136d956fbff49c3912e44722dbf000'] = 'Persönliche Notiz hinzufügen'; +$_LANGADM['AdminCustomersa82868319826fb092b73968e661b5b38'] = 'Ermäßigungsgutscheine'; +$_LANGADM['AdminCustomersa9c74a800ed9f3d504e76d8c59acc497'] = 'Ungültige Bestellungen:'; +$_LANGADM['AdminCustomersaa9000a0aa27a0920d69744960520677'] = 'Ich möchte nicht, dass mein(e) Kunde(n) sich noch einmal anmelden können. Die Kunden werden von dieser Liste gelöscht, aber die Daten bleiben in der Datenbank gespeichert.'; +$_LANGADM['AdminCustomersabce3ef910cfc047f0721654cb71f2db'] = 'Gesendet am'; +$_LANGADM['AdminCustomersac7ba2fb36727fd3fcbf967c27cd9dc0'] = 'Diese Notiz ist für alle Mitarbeiter sichtbar, aber nicht für den Kunden.'; +$_LANGADM['AdminCustomersad921d60486366258809553a3db49a4a'] = 'unbekannt'; +$_LANGADM['AdminCustomersb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort:'; +$_LANGADM['AdminCustomersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCustomersb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminCustomersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Nachname:'; +$_LANGADM['AdminCustomersc151015063ad115e4c3b081763c0927d'] = 'Anmeldedatum:'; +$_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Gesamtzeit'; +$_LANGADM['AdminCustomersc2cc7082a89c1ad6631a2f66af5f00c0'] = 'Verbindung'; +$_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung'; +$_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'nie'; +$_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Code'; +$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Geschlecht:'; +$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Kunde hat den Newsletter abonniert'; +$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; +$_LANGADM['AdminCustomersceece2e4b93f9a5a091e1c64120ff5bd'] = 'Löschen'; +$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Gültige Bestellungen:'; +$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Seitenzugriffe'; +$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'für'; +$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'hat nie eine Adresse gespeichert'; +$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse'; +$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; +$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in:'; +$_LANGADM['AdminCustomerse174c1b711f254d538c689a90c5842a5'] = 'Telefonnummer(n)'; +$_LANGADM['AdminCustomerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminCustomersea067eb37801c5aab1a1c685eb97d601'] = 'Bezahlter Gesamtbetrag'; +$_LANGADM['AdminCustomersec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminCustomersf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Fehler: Ihr Notiz ist nicht gültig'; +$_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Warenkörbe'; +$_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Zuordnungen'; $_LANGADM['AdminDb51c45b795d5d18a3e4e0c37e8b20a141'] = 'Tabelle'; $_LANGADM['AdminDbb0d1963f24d64313f9c8d83662cc551a'] = 'Tabellen-Engine '; -$_LANGADM['AdminDbac7484fa4e36b9b26ceb27526ee7268f'] = 'Zu neuer Engine wechseln'; -$_LANGADM['AdminDeliverySlip4b8e87b44ae65d84dfab14d17d2f10ee'] = 'Lieferschein-Optionen'; -$_LANGADM['AdminDeliverySlip97794c45ba541adc77cd08dd3114cefc'] = 'Präfix:'; -$_LANGADM['AdminDeliverySlip7b59b85b45733b885f95f89f8924f0fd'] = 'Präfix für die Nummerierung von Lieferscheinen'; -$_LANGADM['AdminDeliverySlip1de536cfcff31d969aacc0b7f66410c3'] = 'Nummer der Scheine:'; -$_LANGADM['AdminDeliverySlip071e16ef4a5515728cc97ed028d85711'] = 'Der nächste Lieferschein beginnt mit dieser Nummer, die sich bei jedem neuen Schein erhöht'; -$_LANGADM['AdminDeliverySlip4bc8978f084bf1726cb133a3dc8cc379'] = 'PDF der Lieferscheine ausdrucken'; -$_LANGADM['AdminDeliverySlip1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; -$_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Format: 31.12.2007 (inklusive)'; -$_LANGADM['AdminDeliverySlip33caa076f23f453dd4061726f3706325'] = 'Bis:'; -$_LANGADM['AdminDeliverySlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Format: 31.12.2008 (inklusive)'; $_LANGADM['AdminDeliverySlip067af5895a7ced3197520b591f9a41eb'] = 'PDF-Datei erzeugen'; -$_LANGADM['AdminDeliverySlip70397c4b252a5168c5ec003931cea215'] = 'Pflichtfelder'; -$_LANGADM['AdminDeliverySlipf596633d68fc44d6c7460676060d5dcb'] = 'Startdatum ungültig'; -$_LANGADM['AdminDeliverySlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Enddatum ungültig'; -$_LANGADM['AdminDeliverySlipc569149bbb8ca2ea337fa0a4c6c98409'] = 'Keinen Lieferschein für diesen Zeitraum gefunden'; -$_LANGADM['AdminDiscountsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminDiscountsca0dbad92a874b2f69b549293387925e'] = 'Code'; -$_LANGADM['AdminDiscountsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung'; -$_LANGADM['AdminDiscountsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; -$_LANGADM['AdminDiscounts689202409e48743b914713f96d93947c'] = 'Wert'; -$_LANGADM['AdminDiscounts03ab340b3f99e03cff9e84314ead38c0'] = 'Menge'; -$_LANGADM['AdminDiscountse12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminDiscountsec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminDiscountseca147fc2bad45a5b40b1577b27b7be9'] = 'Gutschein Optionen'; -$_LANGADM['AdminDiscounts04ec6ad95a38b319aa81f123b65fa051'] = 'Gutscheine aktivieren'; -$_LANGADM['AdminDiscounts498d8e2df8c61ff257ae9c8fb6000969'] = 'Erlaubt die Verwendung von Ermäßigungsgutscheinen in Ihrem Shop'; -$_LANGADM['AdminDiscountsa82868319826fb092b73968e661b5b38'] = 'Ermäßigungsgutscheine'; -$_LANGADM['AdminDiscountsbcc7582c9a66be8187578997794a9c1f'] = 'Code'; -$_LANGADM['AdminDiscountsa4bb440d400f4dc30f148b44d08680b4'] = 'Ungültige Zeichen: Zahlen und'; -$_LANGADM['AdminDiscounts195f63d9a5d9395a335d4d688918e4fc'] = 'Code des Ermäßigungsgutscheins, mindestens 3 Zeichen, der Kunde gibt ihn bei seiner Bestellung ein'; -$_LANGADM['AdminDiscountse659b52eba1f0299b2d8ca3483919e72'] = 'Typ'; -$_LANGADM['AdminDiscounts7bc873cba11f035df692c3549366c722'] = '-- bitte auswählen --'; -$_LANGADM['AdminDiscounts998d08a9606f9656e8d1fcab8b762155'] = 'Entweder den Betrag oder % je nach Ihrer vorherigen Auswahl'; -$_LANGADM['AdminDiscounts1e3daef46deb690d10c979b6c6fd84a8'] = 'Verhalten:'; -$_LANGADM['AdminDiscounts38f19115f40b5d081e3282f8c2df6744'] = 'Reduziert den Wert des Ermäßigungsgutschein auf den der Bestellung'; -$_LANGADM['AdminDiscounts106e44a3be976738ef3896d06e273ff9'] = 'Einen neuen Ermäßigungsgutschein mit dem Restbetrag erstellen'; -$_LANGADM['AdminDiscounts3e351cfbf51376aa42d9f0ec9739af87'] = 'Negative Rechnung erstellen'; -$_LANGADM['AdminDiscountsd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; -$_LANGADM['AdminDiscounts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen'; -$_LANGADM['AdminDiscounts61f9fb8b88d84bd3634ae4723e777c3b'] = 'Wird im Warenkorb neben dem Code angezeigt'; -$_LANGADM['AdminDiscounts8c38776925f7cf41c090646a43157024'] = 'Kategorien:'; -$_LANGADM['AdminDiscounts49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminDiscounts2865645a2b9a5767eb89b189f2ecd74b'] = 'Klicken Sie alle Kästchen derjenigen Kategorien an, die die Ermäßigung betreffen'; -$_LANGADM['AdminDiscountsc50eaa2ada5495158d3095fa2ddf9c04'] = 'Zur Verfügung stehende Gesamtmenge:'; -$_LANGADM['AdminDiscounts153d0acf0df787b54f7302940a72d280'] = 'Zur Verfügung stehende Gesamtmenge (hauptsächlich für Gutscheine, die für alle zugänglich sind)'; -$_LANGADM['AdminDiscounts9b07d8d7f793121a9a69500562f7e25d'] = 'Menge pro Person:'; -$_LANGADM['AdminDiscounts05be82dd4fff82f72167941221540c9f'] = 'Maximale Nutzungsanzahl durch einen einzigen Benutzer'; -$_LANGADM['AdminDiscounts9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Minimaler Kaufbetrag'; -$_LANGADM['AdminDiscounts887ee91702c962a70b87cbef07bbcaec'] = 'MwSt. zzgl..'; -$_LANGADM['AdminDiscountse2e79605fc9450ec17957cf0e910f5c6'] = 'inkl. MwSt..'; -$_LANGADM['AdminDiscounts4f5e701d9688498a831fe5d2c8b14062'] = '0 falls nicht anwendbar'; -$_LANGADM['AdminDiscountsd7f9e940c5055ccbcdb08849e1eb47df'] = 'Kombinierbar mit anderen Ermäßigungsgutscheinen'; -$_LANGADM['AdminDiscounts5ee348002fb5ec8e0abee8d46d279c75'] = 'Kombinierbar mit Sonderangeboten'; -$_LANGADM['AdminDiscounts7046a6b20140e18ec4755718497875de'] = 'Richtet sich an:'; -$_LANGADM['AdminDiscounts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Alle Kunden'; -$_LANGADM['AdminDiscountsa37ede293936e29279ed543129451ec3'] = 'Gruppen'; -$_LANGADM['AdminDiscountse6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Kunden'; -$_LANGADM['AdminDiscountsf1117307e696cf5dc323c4f226d84e45'] = 'Filtern:'; -$_LANGADM['AdminDiscounts5b7ba8ccca237283e41cc488902640dd'] = 'Keine Übereinstimmung'; -$_LANGADM['AdminDiscounts06e16827f1b8a32b8b822890532cdeec'] = 'Zu viele Ergebnisse...'; -$_LANGADM['AdminDiscounts1e6d57e813355689e9c77e947d73ad8f'] = 'Vom:'; -$_LANGADM['AdminDiscountsfeb096790722428ee1bcb7525d24f828'] = 'Datum, ab dem der Ermäßigungsgutschein gültig ist'; -$_LANGADM['AdminDiscountsc1cdab856b5cb6cf77685d4face46d4d'] = 'Format: JJJJ-MM-TT HH: MM: SS'; -$_LANGADM['AdminDiscounts33caa076f23f453dd4061726f3706325'] = 'Bis:'; -$_LANGADM['AdminDiscountsd4d3b5e48b9569ce73f10132c2b27fc2'] = 'Datum, ab dem der Ermäßigungsgutschein nicht mehr gültig ist'; -$_LANGADM['AdminDiscounts146e4e0d10ebffa49eac213dfea16f2e'] = 'Ermäßigungsgutschein mit der Übersicht des Warenkorbs anzeigen'; -$_LANGADM['AdminDiscounts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminDiscountsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminDiscounts24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminDiscountse398b74759e89e64fbf671008726912a'] = 'Ermäßigungsgutschein aktivieren oder deaktivieren'; -$_LANGADM['AdminDiscounts38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminDiscounts19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail-Adresse'; -$_LANGADM['AdminEmails68e07c80282df8c6f72fd4edf630dc75'] = 'E-Mail senden an:'; -$_LANGADM['AdminEmails765f159ab61b665aca550bd1a767f9d2'] = 'Wenn ein Kunde eine Nachricht von seiner Bestellseite aus sendet'; -$_LANGADM['AdminEmailsad3bc3094733fbf7e0a10f0da116b864'] = 'Verwenden Sie die Funktion mail () im PHP. In den meisten Fällen empfohlen'; -$_LANGADM['AdminEmailsfd304ecc43446476fd981bb6b4f41f7f'] = 'Meinen eigenen SMTP-Einstellungen verwenden. NUR für Experten'; -$_LANGADM['AdminEmailsde79cca647023ab0f822dce4e3035478'] = 'Die E-Mail im HTML-Format senden'; -$_LANGADM['AdminEmails7d0435ff9cf1b9631daa6c4770441b9e'] = 'Die E-Mail im Text-Format senden'; -$_LANGADM['AdminEmails130c5b3473c57faa76e2a1c54e26f88e'] = 'Beide'; -$_LANGADM['AdminEmailsd1e73ceb688ab6a0d6d3e7c10cb1c474'] = 'Mail-Domain'; -$_LANGADM['AdminEmailsb3e39b71a787e2e14c64bac946c37849'] = 'Domain-Name zum Mail Senden (freilassen, wenn Sie ihn nicht kennen)'; -$_LANGADM['AdminEmails33b3f142e242a624cb69a5f5f689039d'] = 'SMTP-Server:'; -$_LANGADM['AdminEmailsb0ac90156891121f5fbf84b276f89fcf'] = 'IP-oder Server-Name (z.B. smtp.mondomaine.com)'; -$_LANGADM['AdminEmails2800e9378401033bf3debf195b967343'] = 'Benutzer:'; -$_LANGADM['AdminEmails4ec202ee546b3c9ee3415854939ac39a'] = 'Leer lassen, wenn nicht anwendbar'; +$_LANGADM['AdminDeliverySlip071e16ef4a5515728cc97ed028d85711'] = 'Der nächste Lieferschein beginnt mit dieser Nummer, die sich bei jedem neuen Schein erhöht'; +$_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Format: 31.12.2007 (inklusive)'; +$_LANGADM['AdminDeliverySlip1de536cfcff31d969aacc0b7f66410c3'] = 'Nummer der Scheine:'; +$_LANGADM['AdminDeliverySlip1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; +$_LANGADM['AdminDeliverySlip33caa076f23f453dd4061726f3706325'] = 'Bis:'; +$_LANGADM['AdminDeliverySlip4b8e87b44ae65d84dfab14d17d2f10ee'] = 'Lieferschein-Optionen'; +$_LANGADM['AdminDeliverySlip4bc8978f084bf1726cb133a3dc8cc379'] = 'PDF der Lieferscheine ausdrucken'; +$_LANGADM['AdminDeliverySlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Format: 31.12.2008 (inklusive)'; +$_LANGADM['AdminDeliverySlip7b59b85b45733b885f95f89f8924f0fd'] = 'Präfix für die Nummerierung von Lieferscheinen'; +$_LANGADM['AdminDeliverySlip97794c45ba541adc77cd08dd3114cefc'] = 'Präfix:'; $_LANGADM['AdminEmails037373672dd4a89426144d40f2e8ad91'] = 'Kennwort:'; -$_LANGADM['AdminEmails8a7363b823dce00b3b1b7e62ca1d777d'] = 'Verschlüsselung:'; -$_LANGADM['AdminEmailsd8f5b3c4ad206980b27a9d88a217a0d5'] = 'Verschlüsseltes Protokoll verwenden'; -$_LANGADM['AdminEmails6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; $_LANGADM['AdminEmails099d7d04319e5191b7473e016c55e320'] = 'TLS'; -$_LANGADM['AdminEmailsea52c36203c5f99c3ce2442d531b1a22'] = 'SSL'; -$_LANGADM['AdminEmails64ea53ab0a03507af104853e03c2db28'] = 'Port:'; +$_LANGADM['AdminEmails130c5b3473c57faa76e2a1c54e26f88e'] = 'Beide'; +$_LANGADM['AdminEmails14dee5807769f30f20b8d17a6afd951c'] = 'Test E-Mail senden an'; +$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'E-Mail-Adresse'; $_LANGADM['AdminEmails1fd75178ab1de3368fc619c5bd83b7cb'] = 'Zu verwendende Port-Nummer (z.B.: 25)'; +$_LANGADM['AdminEmails2800e9378401033bf3debf195b967343'] = 'Benutzer:'; +$_LANGADM['AdminEmails329a07ff51a56b7ce7e8412a8bce3f8b'] = 'Fehler: Bitte prüfen Sie Ihre Konfiguration'; +$_LANGADM['AdminEmails33b3f142e242a624cb69a5f5f689039d'] = 'SMTP-Server:'; +$_LANGADM['AdminEmails4ec202ee546b3c9ee3415854939ac39a'] = 'Leer lassen, wenn nicht anwendbar'; +$_LANGADM['AdminEmails64ea53ab0a03507af104853e03c2db28'] = 'Port:'; $_LANGADM['AdminEmails652d1d00f6782dfd7d3dbd4ad2e30145'] = 'Test Ihrer E-Mail-Konfiguration'; $_LANGADM['AdminEmails66d129a76b5e0b7352c7470f75833e5c'] = 'Dies ist eine Test-Mail, ist Ihr Server kann nun E-Mails versenden'; +$_LANGADM['AdminEmails68e07c80282df8c6f72fd4edf630dc75'] = 'E-Mail senden an:'; +$_LANGADM['AdminEmails6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; +$_LANGADM['AdminEmails765f159ab61b665aca550bd1a767f9d2'] = 'Wenn ein Kunde eine Nachricht von seiner Bestellseite aus sendet'; +$_LANGADM['AdminEmails7d0435ff9cf1b9631daa6c4770441b9e'] = 'Die E-Mail im Text-Format senden'; +$_LANGADM['AdminEmails8a7363b823dce00b3b1b7e62ca1d777d'] = 'Verschlüsselung:'; +$_LANGADM['AdminEmailsad3bc3094733fbf7e0a10f0da116b864'] = 'Verwenden Sie die Funktion mail () im PHP. In den meisten Fällen empfohlen'; +$_LANGADM['AdminEmailsb0ac90156891121f5fbf84b276f89fcf'] = 'IP-oder Server-Name (z.B. smtp.mondomaine.com)'; +$_LANGADM['AdminEmailsb3e39b71a787e2e14c64bac946c37849'] = 'Domain-Name zum Mail Senden (freilassen, wenn Sie ihn nicht kennen)'; $_LANGADM['AdminEmailsbe656d2d5c1e6f223dca152937941705'] = 'Test-Nachricht - PrestaShop'; -$_LANGADM['AdminEmailsdb30a86adf0ef9fbc6feb6fa5c8e23d7'] = 'Nachricht wurde gesendet'; -$_LANGADM['AdminEmails329a07ff51a56b7ce7e8412a8bce3f8b'] = 'Fehler: Bitte prüfen Sie Ihre Konfiguration'; -$_LANGADM['AdminEmailse5110300599f995b9d8cfbe930fba83e'] = 'Diese Adresse ist ungültig'; -$_LANGADM['AdminEmails14dee5807769f30f20b8d17a6afd951c'] = 'Test E-Mail senden an'; +$_LANGADM['AdminEmailsd1e73ceb688ab6a0d6d3e7c10cb1c474'] = 'Mail-Domain'; $_LANGADM['AdminEmailsd6a55d64219386584388bf3731384c3f'] = 'Test E-Mail senden'; -$_LANGADM['AdminEmployeesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname'; -$_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname'; -$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; -$_LANGADM['AdminEmployeescce99c598cfdb9773ab041d54c3d973a'] = 'Rolle'; -$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Status'; -$_LANGADM['AdminEmployees9273a15f9ab581801b7faeeda6ca08e4'] = 'Optionen Mitarbeiter'; -$_LANGADM['AdminEmployees06a4c5177eef6113324fdb443b824023'] = 'Wiederherstellung des Kennworts:'; -$_LANGADM['AdminEmployeesb0534bc7430b91d63ff484c2b3a3e1be'] = 'Minimaler Zeitraum vor dem Anfordern eines neuen Kennworts'; -$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'Minuten'; -$_LANGADM['AdminEmployees442a8f5db7f786e260bbd65c7bc0cb55'] = 'Speicherung der Standardsprache:'; -$_LANGADM['AdminEmployeesff37db4701ba8f1a289fc2f81cc43f9d'] = 'Den Mitarbeitern erlauben, Ihre Standardsprache für Ihre Formulare zu speichern'; -$_LANGADM['AdminEmployeesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminEmployeeseb626c94531ec554f93b2b78a77c8b1b'] = 'Mitarbeiter'; -$_LANGADM['AdminEmployeesbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Nachname:'; -$_LANGADM['AdminEmployees668a8d8d7ffe5da112b266e46b79b685'] = 'Vorname:'; -$_LANGADM['AdminEmployeesb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort:'; -$_LANGADM['AdminEmployeesdc5e055e0c66ae48929d03a327972a58'] = 'Leer lassen, wenn Sie Ihr Kennwort nicht ändern möchten'; -$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Mindestens 8 Zeichen, nur Buchstaben, Zahlen oder Bindestriche'; -$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse:'; -$_LANGADM['AdminEmployeesccec78d886c47adb7e5a79567d262c0d'] = 'Farbe des Back Office'; -$_LANGADM['AdminEmployeesc0008270d1fea195879befd65d85298f'] = 'Der Hintergrund des Back Office wird in dieser Farbe angezeigt. Nur HTML-Farben (z.B.:'; -$_LANGADM['AdminEmployees0885f0c211f74834f0109c5abaf4cdc4'] = 'Sprache:'; -$_LANGADM['AdminEmployeesa9e4402481bd9b8e36752bf731f67eb6'] = 'Thema:'; -$_LANGADM['AdminEmployeese4b41fb20213ac1461a81cb0c310bd97'] = 'Schnittstellenmodus'; -$_LANGADM['AdminEmployeesf177aa999000021a3901ac78a2728b59'] = 'Anzeige beim Überfliegen'; -$_LANGADM['AdminEmployeesd4e0f6342c209912053fec10be72c94b'] = 'Anzeige beim Anklicken'; -$_LANGADM['AdminEmployees79f79257476673a2aea1b2a41adf3384'] = 'Zeige Screencast:'; +$_LANGADM['AdminEmailsd8f5b3c4ad206980b27a9d88a217a0d5'] = 'Verschlüsseltes Protokoll verwenden'; +$_LANGADM['AdminEmailsdb30a86adf0ef9fbc6feb6fa5c8e23d7'] = 'Nachricht wurde gesendet'; +$_LANGADM['AdminEmailsde79cca647023ab0f822dce4e3035478'] = 'Die E-Mail im HTML-Format senden'; +$_LANGADM['AdminEmailse5110300599f995b9d8cfbe930fba83e'] = 'Diese Adresse ist ungültig'; +$_LANGADM['AdminEmailsea52c36203c5f99c3ce2442d531b1a22'] = 'SSL'; +$_LANGADM['AdminEmailsfd304ecc43446476fd981bb6b4f41f7f'] = 'Meinen eigenen SMTP-Einstellungen verwenden. NUR für Experten'; $_LANGADM['AdminEmployees00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminEmployeesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminEmployees4d1f8c97363b784de6d8924bc655cab6'] = 'Zeigen Sie den Service Video auf dem Armaturenbrett des Back-Office'; +$_LANGADM['AdminEmployees06a4c5177eef6113324fdb443b824023'] = 'Wiederherstellung des Kennworts:'; +$_LANGADM['AdminEmployees0885f0c211f74834f0109c5abaf4cdc4'] = 'Sprache:'; +$_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname'; +$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Mindestens 8 Zeichen, nur Buchstaben, Zahlen oder Bindestriche'; $_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminEmployees41bc9496fbde8565bd5fc699e513fbd9'] = 'Diesem Mitarbeiter erlauben, sich in den Back Office einzuloggen'; -$_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Rolle'; -$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- bitte auswählen --'; $_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminEmployees19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminFeatures49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminFeaturesc82a6100dace2b41087ba6cf99a5976a'] = 'Werte'; -$_LANGADM['AdminFeaturesea59bdc2e534a7c88b324959995c0cb2'] = 'Zurück zur Liste der Eigenschaften'; -$_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Neue Eigenschaft hinzufügen'; +$_LANGADM['AdminEmployees41bc9496fbde8565bd5fc699e513fbd9'] = 'Diesem Mitarbeiter erlauben, sich in den Back Office einzuloggen'; +$_LANGADM['AdminEmployees442a8f5db7f786e260bbd65c7bc0cb55'] = 'Speicherung der Standardsprache:'; +$_LANGADM['AdminEmployees4d1f8c97363b784de6d8924bc655cab6'] = 'Zeigen Sie den Service Video auf dem Armaturenbrett des Back-Office'; +$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'Minuten'; +$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Status'; +$_LANGADM['AdminEmployees668a8d8d7ffe5da112b266e46b79b685'] = 'Vorname:'; +$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse:'; +$_LANGADM['AdminEmployees79f79257476673a2aea1b2a41adf3384'] = 'Zeige Screencast:'; +$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- bitte auswählen --'; +$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; +$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname'; +$_LANGADM['AdminEmployees9273a15f9ab581801b7faeeda6ca08e4'] = 'Optionen Mitarbeiter'; +$_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Rolle'; +$_LANGADM['AdminEmployeesa9e4402481bd9b8e36752bf731f67eb6'] = 'Thema:'; +$_LANGADM['AdminEmployeesb0534bc7430b91d63ff484c2b3a3e1be'] = 'Minimaler Zeitraum vor dem Anfordern eines neuen Kennworts'; +$_LANGADM['AdminEmployeesb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort:'; +$_LANGADM['AdminEmployeesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminEmployeesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminEmployeesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminEmployeesbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Nachname:'; +$_LANGADM['AdminEmployeesc0008270d1fea195879befd65d85298f'] = 'Der Hintergrund des Back Office wird in dieser Farbe angezeigt. Nur HTML-Farben (z.B.:'; +$_LANGADM['AdminEmployeescce99c598cfdb9773ab041d54c3d973a'] = 'Rolle'; +$_LANGADM['AdminEmployeesccec78d886c47adb7e5a79567d262c0d'] = 'Farbe des Back Office'; +$_LANGADM['AdminEmployeesdc5e055e0c66ae48929d03a327972a58'] = 'Leer lassen, wenn Sie Ihr Kennwort nicht ändern möchten'; +$_LANGADM['AdminEmployeese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminEmployeeseb626c94531ec554f93b2b78a77c8b1b'] = 'Mitarbeiter'; +$_LANGADM['AdminEmployeesff37db4701ba8f1a289fc2f81cc43f9d'] = 'Den Mitarbeitern erlauben, Ihre Standardsprache für Ihre Formulare zu speichern'; $_LANGADM['AdminFeatures0c8a987e64c2d46886bf92e29c736bdc'] = 'Neuen Eigenschaftswert hinzufügen'; -$_LANGADM['AdminFeatures1e0f6215dd017b783915dc1b422aeaab'] = 'Klicken Sie auf den Namen einer Eigenschaft,um die Werte zu sehen, klicken Sie erneut, um Sie auszublenden.'; -$_LANGADM['AdminFeatures47d093130260ea69f3782a4b693d7d2c'] = 'Keine Eigenschaft verfügbar'; -$_LANGADM['AdminFeatures689202409e48743b914713f96d93947c'] = 'Wert'; -$_LANGADM['AdminFeatures06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; -$_LANGADM['AdminFeatures7dce122004969d56ae2e0245cb754d35'] = 'Bearbeiten'; -$_LANGADM['AdminFeatures081ae3451dfd55c52ba7ec21926e0854'] = 'Wert löschen'; -$_LANGADM['AdminFeaturesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminFeatures2a35a5a97d356cd4245c3496bc771f0c'] = 'Kein Wert definiert'; -$_LANGADM['AdminFeatures6adab6d3fdf92c448d60cf8824e4851c'] = 'Ausgewählte Elemente löschen'; -$_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; -$_LANGADM['AdminFeaturese8cf85cec621489ec026f7e06c67eb4e'] = 'Element löschen'; -$_LANGADM['AdminFeatures4e140ba723a03baa6948340bf90e2ef6'] = 'Name'; -$_LANGADM['AdminFeatures6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminFeatures21021ea0e52be8e9c599f4dff41e5be0'] = 'Eigenschaft'; $_LANGADM['AdminFeatures38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminFeatures19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminFeaturesValues0c8a987e64c2d46886bf92e29c736bdc'] = 'Neuen Eigenschaftswert hinzufügen'; -$_LANGADM['AdminFeaturesValuesacdb802bfc2b99b15d1782570285c427'] = 'Inhalt:'; -$_LANGADM['AdminFeaturesValues6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminFeaturesValuesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Eigenschaft:'; -$_LANGADM['AdminFeaturesValues38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminFeaturesValues19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminGeneratorad11acdc8759d7a20ca3b868a8db30ae'] = 'Htaccess-Datei erzeugen'; -$_LANGADM['AdminGenerator3f3e336e2f1fa10375efd923fca18b55'] = 'Warnung:'; -$_LANGADM['AdminGenerator620da2256fdfaa8c903cc870221450ca'] = 'Dieses Tool kann NUR verwendet werden, wenn Ihre Seite auf einem Apache-Webserver gehostet wird. Bitte fragen Sie Ihren Webhoster.'; -$_LANGADM['AdminGenerator53bdd80ab93282cc38ef9c605f058eba'] = 'Dieses Tool erzeugt automatisch die Datei \". htaccess \". So können Sie die URL des Shops neu schreiben und die Fehlermeldung 404 individuell anpassen.'; -$_LANGADM['AdminGenerator15970c4fdbca1fc48c5b412d94e798c0'] = 'Optimierung'; -$_LANGADM['AdminGenerator32d593fb52ab5e4ae3f16844b576867d'] = 'Durch das Anklicken dieses Felds wird Ihre Datei .htaccess automatisch mit Richtlinien zur Verbesserung des Cache und der Komprimierung ergänzt.'; -$_LANGADM['AdminGenerator1dec4f55522b828fe5dacf8478021a9e'] = 'Vereinfachte URLs'; -$_LANGADM['AdminGenerator223cf855cfa657eeb99550e1acd8eaa3'] = 'Aktivieren Sie diese Option nur, wenn der Rewrite-Modus auf Ihrem Server aktiviert ist.'; -$_LANGADM['AdminGeneratoracaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Disable apache Mehrfachansichten'; -$_LANGADM['AdminGenerator7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Aktivieren Sie diese Option nur, wenn Sie Probleme mit einigen Seiten URL-Rewriting haben.'; -$_LANGADM['AdminGenerator8b1fa347125449d64bb72e2c723cd8bf'] = 'Spezifische Konfiguration'; -$_LANGADM['AdminGeneratord59b3e143646e3f3e28005adccdb36a3'] = 'Fügen Sie hier die jeweiligen Richtlinien des Host (SetEnv PHP_VER 5, AddType x-MAPP-php5. Php ...).'; -$_LANGADM['AdminGeneratorb696dfaf5a833f70d71d26d052c6eaa3'] = 'Datei \".htaccess\" erzeugen durch Klicken auf folgende Schaltfläche:'; -$_LANGADM['AdminGenerator3c108dd1d7338dcc6a9face1824db1dd'] = 'Datei .htaccess erzeugen'; +$_LANGADM['AdminFeatures49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminFeatures4e140ba723a03baa6948340bf90e2ef6'] = 'Name'; +$_LANGADM['AdminFeatures52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position'; +$_LANGADM['AdminFeatures6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminFeatures630f6dc397fe74e52d5189e2c80f282b'] = 'Zurück zur Liste'; +$_LANGADM['AdminFeatures689202409e48743b914713f96d93947c'] = 'Wert'; +$_LANGADM['AdminFeaturesacdb802bfc2b99b15d1782570285c427'] = 'Inhalt:'; +$_LANGADM['AdminFeaturesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Eigenschaft:'; +$_LANGADM['AdminFeaturesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminFeaturesc82a6100dace2b41087ba6cf99a5976a'] = 'Werte'; +$_LANGADM['AdminFeaturesc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Neue Eigenschaft hinzufügen'; +$_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; +$_LANGADM['AdminGenders38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Bild:'; +$_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminGenders4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminGenders6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminGendersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; +$_LANGADM['AdminGendersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGendersbe53a0541a6d36f6ecb879fa2c584b08'] = 'Bild'; +$_LANGADM['AdminGenderse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminGenderse659b52eba1f0299b2d8ca3483919e72'] = 'Typ'; $_LANGADM['AdminGenerator067b367b527d0a275f99b9071dd69e28'] = 'Dies überschreibt Ihre'; $_LANGADM['AdminGenerator149603e6c03516362a8da23f624db945'] = 'alte'; -$_LANGADM['AdminGenerator5b1315f64379c20167cc186f3cfed249'] = '. htaccess-Datei!'; -$_LANGADM['AdminGeneratorb8a27e47e64caa3e36c8894c3745357b'] = 'Bevor Sie dieses Tool verwenden können, müssen Sie:'; -$_LANGADM['AdminGeneratord443c06bc05c5f7d35d95aba3ddcf817'] = '- eine'; -$_LANGADM['AdminGenerator8052c42ab3b8aa06a3f5f788a4ddccc2'] = '. htaccess\'-Datei erzeugen'; -$_LANGADM['AdminGenerator93f711fc90428ec9589a70706e1866a2'] = 'leere Datei im Ordner'; -$_LANGADM['AdminGenerator60e4943ad37920b1f95133fae1420b59'] = 'ihr die Berechtigungen erteilen (CHMOD 666 auf Unix-Systemen)'; +$_LANGADM['AdminGenerator15970c4fdbca1fc48c5b412d94e798c0'] = 'Optimierung'; +$_LANGADM['AdminGenerator1dec4f55522b828fe5dacf8478021a9e'] = 'Vereinfachte URLs'; +$_LANGADM['AdminGenerator2129c4f9bb14dcddabb6453bfbeff246'] = 'Dieses Tool generiert automatisch die \"robots.txt\" \" und bietet so die Möglichkeit, den Zugriff auf bestimmte Seiten für Suchmaschinen zu sperren.'; +$_LANGADM['AdminGenerator223cf855cfa657eeb99550e1acd8eaa3'] = 'Aktivieren Sie diese Option nur, wenn der Rewrite-Modus auf Ihrem Server aktiviert ist.'; +$_LANGADM['AdminGenerator32d593fb52ab5e4ae3f16844b576867d'] = 'Durch das Anklicken dieses Felds wird Ihre Datei .htaccess automatisch mit Richtlinien zur Verbesserung des Cache und der Komprimierung ergänzt.'; $_LANGADM['AdminGenerator345d6249c20c6319bb09edaaf536744b'] = 'Robots-Datei erzeugen'; $_LANGADM['AdminGenerator3b823baba7abb920bd1c18104ae7537b'] = 'Ihre robots.txt-Datei MUSS sich im Stammverzeichnis Ihrer Webseite befinden und nirgendwo anders.'; -$_LANGADM['AdminGeneratorb65cc08420e484602c7c313336933452'] = 'Bsp.: http://www.monsite.com/robots.txt'; -$_LANGADM['AdminGenerator2129c4f9bb14dcddabb6453bfbeff246'] = 'Dieses Tool generiert automatisch die \"robots.txt\" \" und bietet so die Möglichkeit, den Zugriff auf bestimmte Seiten für Suchmaschinen zu sperren.'; -$_LANGADM['AdminGeneratorffd4c6a67eb0c56d04a5ebca5e8cbf80'] = 'Datei \"robots.txt\" erzeugen durch Klicken auf folgende Schaltfläche:'; -$_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Datei robots.txt erzeugen'; +$_LANGADM['AdminGenerator3c108dd1d7338dcc6a9face1824db1dd'] = 'Datei .htaccess erzeugen'; +$_LANGADM['AdminGenerator3f3e336e2f1fa10375efd923fca18b55'] = 'Warnung:'; +$_LANGADM['AdminGenerator53bdd80ab93282cc38ef9c605f058eba'] = 'Dieses Tool erzeugt automatisch die Datei \". htaccess \". So können Sie die URL des Shops neu schreiben und die Fehlermeldung 404 individuell anpassen.'; +$_LANGADM['AdminGenerator5b1315f64379c20167cc186f3cfed249'] = '. htaccess-Datei!'; +$_LANGADM['AdminGenerator60e4943ad37920b1f95133fae1420b59'] = 'ihr die Berechtigungen erteilen (CHMOD 666 auf Unix-Systemen)'; +$_LANGADM['AdminGenerator620da2256fdfaa8c903cc870221450ca'] = 'Dieses Tool kann NUR verwendet werden, wenn Ihre Seite auf einem Apache-Webserver gehostet wird. Bitte fragen Sie Ihren Webhoster.'; $_LANGADM['AdminGenerator76bdc7d3324595e5c6430ba466690cba'] = 'Datei robots.txt!'; +$_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Datei robots.txt erzeugen'; +$_LANGADM['AdminGenerator7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Aktivieren Sie diese Option nur, wenn Sie Probleme mit einigen Seiten URL-Rewriting haben.'; +$_LANGADM['AdminGenerator8052c42ab3b8aa06a3f5f788a4ddccc2'] = '. htaccess\'-Datei erzeugen'; +$_LANGADM['AdminGenerator93f711fc90428ec9589a70706e1866a2'] = 'leere Datei im Ordner'; $_LANGADM['AdminGeneratoraa2646a667ee1cd83235786dccef4a26'] = 'robots.txt'; +$_LANGADM['AdminGeneratoracaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Disable apache Mehrfachansichten'; +$_LANGADM['AdminGeneratorad11acdc8759d7a20ca3b868a8db30ae'] = 'Htaccess-Datei erzeugen'; +$_LANGADM['AdminGeneratorb65cc08420e484602c7c313336933452'] = 'Bsp.: http://www.monsite.com/robots.txt'; +$_LANGADM['AdminGeneratorb696dfaf5a833f70d71d26d052c6eaa3'] = 'Datei \".htaccess\" erzeugen durch Klicken auf folgende Schaltfläche:'; +$_LANGADM['AdminGeneratorb8a27e47e64caa3e36c8894c3745357b'] = 'Bevor Sie dieses Tool verwenden können, müssen Sie:'; $_LANGADM['AdminGeneratorc03c063bb390b0042cabd4e08ac92347'] = 'leer im Ordner:'; -$_LANGADM['AdminGenerator99bd735570f4e71f3596ad208f6f63c6'] = 'Schreiben in der Datei nicht möglich:'; -$_LANGADM['AdminGeneratorff75496593d3ce1584f5e974e9668330'] = 'Bitte prüfen Sie die Berechtigungen.'; -$_LANGADM['AdminGeolocation323d4eb70b252acb4a04eaf9e0882597'] = 'Präferenz Geotargeting'; -$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Zur Verwendung des Geotargeting-Verfahrens, laden Sie bitte'; -$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'diese Datei herunter'; -$_LANGADM['AdminGeolocation3d3aa857bbce5746c7156f447f6bdc60'] = 'und entpacken Sie sie im Ordner tools/geoip/'; -$_LANGADM['AdminGeolocation665d5ac9ea21d13ec63596b0d84bf9ea'] = 'Geotargeting über IP'; -$_LANGADM['AdminGeolocationc95467b224ae2a3f8a4c12ddbbb0448e'] = 'Geotargeting über IP:'; -$_LANGADM['AdminGeolocation00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminGeolocationb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminGeolocation5ce2a0bcb8967528a33c2c0d31cbb194'] = 'Diese Option ermöglicht Ihnen unter anderem eine Zugriffsbeschränkung auf Ihren Shop, siehe unten.'; -$_LANGADM['AdminGeolocationc9cc8cce247e49bae79f15173ce97354'] = 'Speichern'; -$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Optionen'; -$_LANGADM['AdminGeolocation4fe49a258059a1dca12770e1dfe40ea2'] = 'Folgende Funktionen sind nur mit mit aktivierter Geotargeting über IP-Funktion möglich.'; +$_LANGADM['AdminGeneratord443c06bc05c5f7d35d95aba3ddcf817'] = '- eine'; +$_LANGADM['AdminGeneratorffd4c6a67eb0c56d04a5ebca5e8cbf80'] = 'Datei \"robots.txt\" erzeugen durch Klicken auf folgende Schaltfläche:'; $_LANGADM['AdminGeolocation2eef60563335b16d4a98900298fe7841'] = 'Verhalten des Geotargeting für Länder mit Zugriffsbeschränkung:'; -$_LANGADM['AdminGeolocation9135a9ffd14e4b05e4e3bc4eab58fda7'] = 'Die Besucher können Ihren Katalog nicht sehen'; -$_LANGADM['AdminGeolocationfff95e613286b45e8c44f4316200a83f'] = 'Die Besucher können Ihren Katalog sehen, aber keine Bestellung ausführen'; $_LANGADM['AdminGeolocation38e8888ae62868f7ec6cc940ffcaf373'] = 'Verhalten des Geotargeting für Länder ohne Zugriffsbeschränkung:'; +$_LANGADM['AdminGeolocation3d3aa857bbce5746c7156f447f6bdc60'] = 'und entpacken Sie sie im Ordner tools/geoip/'; +$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Zur Verwendung des Geotargeting-Verfahrens, laden Sie bitte'; $_LANGADM['AdminGeolocation4609449450efd4dbe3f05ef2e9c5151d'] = 'Alle Funktionen sind verfügbar'; -$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Wählen Sie die Länder, die auf Ihren Shop zugreifen können:'; $_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminGeolocationa79a12d2d7ab4c5524e33e62a568d77c'] = 'Whitelist der IP-Adressen'; +$_LANGADM['AdminGeolocation4fe49a258059a1dca12770e1dfe40ea2'] = 'Folgende Funktionen sind nur mit mit aktivierter Geotargeting über IP-Funktion möglich.'; +$_LANGADM['AdminGeolocation5ce2a0bcb8967528a33c2c0d31cbb194'] = 'Diese Option ermöglicht Ihnen unter anderem eine Zugriffsbeschränkung auf Ihren Shop, siehe unten.'; $_LANGADM['AdminGeolocation5e23ef5156fb0aca3cb2cc23fed2e267'] = 'Sie können zahlreiche IP-Adressen hinzufügen, diese Adresse können immer die Zugangserlaubnis zu Ihrem Shop haben (z.B. Google bots IP).'; $_LANGADM['AdminGeolocation911bac7fe508d2b815eab0612120b564'] = 'Zugelassene IP-Adressen:'; -$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminGroups104d9898c04874d0fbac36e125fa1369'] = 'Ermäßigung'; -$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Mitglieder'; -$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Erstellungsdatum:'; -$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Kundengruppe'; -$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Ermäßigung:'; +$_LANGADM['AdminGeolocation9135a9ffd14e4b05e4e3bc4eab58fda7'] = 'Die Besucher können Ihren Katalog nicht sehen'; +$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'diese Datei herunter'; +$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Wählen Sie die Länder, die auf Ihren Shop zugreifen können:'; +$_LANGADM['AdminGeolocationa79a12d2d7ab4c5524e33e62a568d77c'] = 'Whitelist der IP-Adressen'; +$_LANGADM['AdminGeolocationc95467b224ae2a3f8a4c12ddbbb0448e'] = 'Geotargeting über IP:'; +$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Optionen'; +$_LANGADM['AdminGeolocationfff95e613286b45e8c44f4316200a83f'] = 'Die Besucher können Ihren Katalog sehen, aber keine Bestellung ausführen'; +$_LANGADM['AdminGroupShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminGroupShop1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; +$_LANGADM['AdminGroupShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; +$_LANGADM['AdminGroupShop24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminGroupShop287234a1ff35a314b5b6bc4e5828e745'] = 'Varianten'; +$_LANGADM['AdminGroupShop38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminGroupShop98f770b0af18ca763421bac22b4b6805'] = 'Eingeschaften'; +$_LANGADM['AdminGroupShopa37ede293936e29279ed543129451ec3'] = 'Gruppen'; +$_LANGADM['AdminGroupShopb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGroupShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminGroupShopdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zonen'; +$_LANGADM['AdminGroupShope25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; $_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; -$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Erteilt automatisch eine Ermäßigung auf ALLE Produkte des Shops für die Mitglieder dieser Gruppe'; -$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Aktuelle Ermäßigungen:'; -$_LANGADM['AdminGroups3adbdb3ac060038aa0e6e6c138ef9873'] = 'Kategorie'; -$_LANGADM['AdminGroups689202409e48743b914713f96d93947c'] = 'Wert'; -$_LANGADM['AdminGroups004bf6c9a40003140292e97330236c53'] = 'Aktion'; -$_LANGADM['AdminGroupsf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminGroupsa9199a42a34f3a6004c9cd2cb268c10f'] = 'Keine Ermäßigung'; +$_LANGADM['AdminGroups151a3c668742e11d24b6f8e65f7f7ee6'] = 'Anmeldedatum'; $_LANGADM['AdminGroups2dc9a383d693a2ded8b1ef832926ea93'] = 'Preisanzeige:'; -$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'ohne Steuern'; -$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'Steuern inbegriffen'; +$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Aktuelle Ermäßigungen:'; +$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Erstellungsdatum:'; $_LANGADM['AdminGroups35756bfdf07485441e0b1dd219025374'] = 'Wie man die Preise für diese Kundengruppe in den Bestelldetails anzeigt (Steuern inbegriffen / nicht inbegriffen).'; $_LANGADM['AdminGroups38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminGroups19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminGroupsc53a3dc4f27d93e065c2c5be5a78b74f'] = 'Neue Gruppenermäßigungen'; -$_LANGADM['AdminGroups56a8a9eb05f9014da51a4f9b57322ac7'] = 'Kategorie:'; -$_LANGADM['AdminGroups60c4a9a7f56f6b9669f84977ebd0f93d'] = 'Nur Produkte, die dieser Kategorie haben als Standard-Kategorie betroffen sein werden'; +$_LANGADM['AdminGroups3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; $_LANGADM['AdminGroups567183b8b1122180690be51cc6df2b74'] = 'Ermäßigung (in %):'; -$_LANGADM['AdminGroups1fe63847218648baf13474e3d25747bb'] = 'Hinzufügen'; -$_LANGADM['AdminGroupsdaab80c5dadc81fa2d019c562f805994'] = 'Geschlecht'; -$_LANGADM['AdminGroups1ec5f5ec77c51a968271b2ca9862907d'] = 'E-Mail'; -$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Geburtsdatum'; -$_LANGADM['AdminGroups22ffd0379431f3b615eb8292f6c31d12'] = 'Anmeldedatum'; +$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Erteilt automatisch eine Ermäßigung auf ALLE Produkte des Shops für die Mitglieder dieser Gruppe'; +$_LANGADM['AdminGroups6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; $_LANGADM['AdminGroups7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; -$_LANGADM['AdminGroupsec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminGroups06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; +$_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; +$_LANGADM['AdminGroups93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Geburtsdatum'; +$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Ermäßigung:'; +$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminGroupsbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'ohne Steuern'; +$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Kundengruppe'; +$_LANGADM['AdminGroupsd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; +$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Mitglieder'; +$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'Steuern inbegriffen'; $_LANGADM['AdminGroupsfb93ea877b4e204a3676b9a27fe423b9'] = 'Kundenmitglieder dieser Gruppe'; -$_LANGADM['AdminGroupsaac3536927a1e082bbdbbd18039b486b'] = 'Den Kunden kontaktieren'; -$_LANGADM['AdminGroupsd2a99b49c6a18dbbd911e51e55cc5c6d'] = 'Bestellungen sehen'; -$_LANGADM['AdminGroups424b1a913da3df93e2366d28f29e1893'] = 'Kundendaten ändern'; -$_LANGADM['AdminGroups729a51874fe901b092899e9e8b31c97a'] = 'Sind Sie sicher?'; -$_LANGADM['AdminGroupsc3b0525bb0516119f4233bc8f78ec05e'] = 'Diesen Kunden löschen'; -$_LANGADM['AdminGroups3987833f7cb48f6bd0cf402d6994d346'] = 'Keine Benutzer in dieser Gruppe.'; -$_LANGADM['AdminHomeafd87eb38820c73315688a7cab2571d4'] = 'Ein guter Anfang...'; -$_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'Vereinfachte URLs'; -$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache und Kompressions-Browser'; -$_LANGADM['AdminHome5ad483f10dec94a21c78d89edc1fef94'] = 'Smarty-Optimierung'; -$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Verkettung, Kompression & Cache'; -$_LANGADM['AdminHome73a910e532bbbc17742ac1ad88189026'] = 'Shop aktiviert'; -$_LANGADM['AdminHomeaff26d06b54b6d6acb2ed185a5477f49'] = 'Index nach dem Update aktualisieren'; -$_LANGADM['AdminHome6cf148afcc6acae611cf5f65ddf074f9'] = '.htaccess up-to-date'; -$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Dashboard'; -$_LANGADM['AdminHome486389453cfc7006870efa54fb7f6df9'] = 'Neue Version von PrestaShop verfügbar'; -$_LANGADM['AdminHome801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download'; +$_LANGADM['AdminHome004bf6c9a40003140292e97330236c53'] = 'Aktion'; $_LANGADM['AdminHome095939fea07d985d07ababe2c18f5b9c'] = 'Aktualisierungswarnung nicht verfügbar'; -$_LANGADM['AdminHome8ea6ef7812005ab540c9406c35fa4bb3'] = 'Um Aktualisierungswarnung zu erhalten, müssen Sie den Befehl allow_url_fopen in der Konfigurationsdatei php.ini aktivieren.'; -$_LANGADM['AdminHome5d3ee00c373c5c4ed47a761939e94b76'] = 'Mehr Infos'; -$_LANGADM['AdminHomeba96d5954aa6db09c9004b6dc12b6014'] = 'Wenn Sie nicht weiter wissen, kontaktieren Sie bitte den Administrator Ihres Providers.'; -$_LANGADM['AdminHome385500f9c4d131f38c706dbc9d3a77c4'] = 'Weitere Lehr-Videos ansehen'; -$_LANGADM['AdminHome57747250ec23a658f7a227ac9241aeef'] = 'Nicht mehr zeigen'; -$_LANGADM['AdminHome52015afb6ec8b940ef903ff73f4c4058'] = 'Neue Kategorie'; -$_LANGADM['AdminHome830faa39d4dffcb14f4f514c9342e5d1'] = 'Erstellen Sie eine neue Kategorie und ordnen Sie Ihre Produkte in Ihrem Shop.'; -$_LANGADM['AdminHome656c3be690ee43df4b845bd2a2ebe587'] = 'Neues Produkt'; -$_LANGADM['AdminHome2c3b06b32caf673175832aeb3833f32a'] = 'Füllen Sie Ihren Katalog mit neuen Produkten.'; -$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiken'; -$_LANGADM['AdminHomec0eef64157eb4bb621577e628f595beb'] = 'Steuern Sie Ihr Geschäft mit einer kompletten Analyse Ihres Shops.'; -$_LANGADM['AdminHome4b08baa69304b6f4cd7ee5453beeea5e'] = 'Neuer Mitarbeiter'; -$_LANGADM['AdminHome54361fc9e712ed173d019c3d4a6e2ca0'] = 'Fügen Sie ein Mitarbeiterkonto hinzu, um einen Teil Ihrer Shop-Verwaltung zu delegieren.'; -$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Mehr Infos dazu'; -$_LANGADM['AdminHomeb98263dfd493178c43eca9b08a2ce4dc'] = 'Statistik des Monats'; +$_LANGADM['AdminHome0b7902adbdb6335dacf47d249fad05f1'] = 'Verkäufe der Woche'; $_LANGADM['AdminHome11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Verkäufe'; $_LANGADM['AdminHome145091c4a142b35c98a860e2df97ef26'] = 'Anmeldungen'; -$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Bestellungen'; -$_LANGADM['AdminHomedcd13f267cf781b25dd8826080425464'] = 'Besuchte Produktseiten'; -$_LANGADM['AdminHomebcd454728d21fd1b7adcb2bb02af7316'] = 'Kundenservice'; -$_LANGADM['AdminHomea340073fa87f8783e926b7865a8d9fe0'] = 'Ungelesene Diskussionen'; -$_LANGADM['AdminHome3a1c9b4de5495314cf4e6ce5baaf1001'] = 'Aktuelle Diskussionen'; -$_LANGADM['AdminHome490244040ff9e9a9084ac9347fb38b97'] = 'Beendete Diskussionen'; -$_LANGADM['AdminHomecab723c421c5278820b5020b6f360d54'] = 'Gesamtzahl der Diskussionen'; -$_LANGADM['AdminHome0b7902adbdb6335dacf47d249fad05f1'] = 'Verkäufe der Woche'; -$_LANGADM['AdminHomec89b149018866032dd690b0983f1ac78'] = 'Verkäufe + Steuern'; -$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Verkettung, Kompression & Cache'; +$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Dashboard'; +$_LANGADM['AdminHome2c3b06b32caf673175832aeb3833f32a'] = 'Füllen Sie Ihren Katalog mit neuen Produkten.'; $_LANGADM['AdminHome2ea989f83006e233627987293f4bde0a'] = 'Kunde'; -$_LANGADM['AdminHomeec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminHome96b0141273eabab320119c467cdcaf17'] = 'Gesamt'; -$_LANGADM['AdminHome004bf6c9a40003140292e97330236c53'] = 'Aktion'; +$_LANGADM['AdminHome385500f9c4d131f38c706dbc9d3a77c4'] = 'Weitere Lehr-Videos ansehen'; +$_LANGADM['AdminHome3a1c9b4de5495314cf4e6ce5baaf1001'] = 'Aktuelle Diskussionen'; $_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Details'; +$_LANGADM['AdminHome486389453cfc7006870efa54fb7f6df9'] = 'Neue Version von PrestaShop verfügbar'; +$_LANGADM['AdminHome490244040ff9e9a9084ac9347fb38b97'] = 'Beendete Diskussionen'; +$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache und Kompressions-Browser'; $_LANGADM['AdminHome4ff2e716a7d06ce5274b4090b39abad3'] = 'Sehen'; -$_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Breite'; -$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Höhe'; -$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Wenn Sie eine Änderung vornehmen, vergessen Sie nicht, die Bilder wieder herzustellen'; -$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Bilder'; -$_LANGADM['AdminImages204dd5cbb153eae3c105e3a42f1c0ff8'] = 'Typname:'; -$_LANGADM['AdminImagesa11abdf9fb207f44c2d44c72d8a1203f'] = 'Nur Buchstaben (z.B. klein, groß ...)'; -$_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Breite:'; -$_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Maximale Breite in Pixel'; -$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Höhe:'; -$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Maximale Höhe in Pixel'; -$_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Produkte:'; +$_LANGADM['AdminHome54361fc9e712ed173d019c3d4a6e2ca0'] = 'Fügen Sie ein Mitarbeiterkonto hinzu, um einen Teil Ihrer Shop-Verwaltung zu delegieren.'; +$_LANGADM['AdminHome57747250ec23a658f7a227ac9241aeef'] = 'Nicht mehr zeigen'; +$_LANGADM['AdminHome5ad483f10dec94a21c78d89edc1fef94'] = 'Smarty-Optimierung'; +$_LANGADM['AdminHome6cf148afcc6acae611cf5f65ddf074f9'] = '.htaccess up-to-date'; +$_LANGADM['AdminHome73a910e532bbbc17742ac1ad88189026'] = 'Shop aktiviert'; +$_LANGADM['AdminHome7e4b7faf0fc36dc296e66f6ea3096dcd'] = 'Klicken Sie hier, wenn Sie den Hauptdomainnamen ändern möchten'; +$_LANGADM['AdminHome801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download'; +$_LANGADM['AdminHome830faa39d4dffcb14f4f514c9342e5d1'] = 'Erstellen Sie eine neue Kategorie und ordnen Sie Ihre Produkte in Ihrem Shop.'; +$_LANGADM['AdminHome96b0141273eabab320119c467cdcaf17'] = 'Gesamt'; +$_LANGADM['AdminHomea340073fa87f8783e926b7865a8d9fe0'] = 'Ungelesene Diskussionen'; +$_LANGADM['AdminHomeafd87eb38820c73315688a7cab2571d4'] = 'Ein guter Anfang...'; +$_LANGADM['AdminHomeaff26d06b54b6d6acb2ed185a5477f49'] = 'Index nach dem Update aktualisieren'; +$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Mehr Infos dazu'; +$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminHomeb98263dfd493178c43eca9b08a2ce4dc'] = 'Statistik des Monats'; +$_LANGADM['AdminHomeba96d5954aa6db09c9004b6dc12b6014'] = 'Wenn Sie nicht weiter wissen, kontaktieren Sie bitte den Administrator Ihres Providers.'; +$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Bestellungen'; +$_LANGADM['AdminHomebcd454728d21fd1b7adcb2bb02af7316'] = 'Kundenservice'; +$_LANGADM['AdminHomec0eef64157eb4bb621577e628f595beb'] = 'Steuern Sie Ihr Geschäft mit einer kompletten Analyse Ihres Shops.'; +$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiken'; +$_LANGADM['AdminHomec89b149018866032dd690b0983f1ac78'] = 'Verkäufe + Steuern'; +$_LANGADM['AdminHomecab723c421c5278820b5020b6f360d54'] = 'Gesamtzahl der Diskussionen'; +$_LANGADM['AdminHomedcd13f267cf781b25dd8826080425464'] = 'Besuchte Produktseiten'; +$_LANGADM['AdminHomeec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'Vereinfachte URLs'; $_LANGADM['AdminImages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminImagesf9a9027d728e8c701143cc8b1829400b'] = 'Dieser Typ wird bei den Produktbildern angewendet'; -$_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Kategorien:'; -$_LANGADM['AdminImages910467fa766cf5eeaa7034bf404e3c6a'] = 'Dieser Typ wird bei den Bildern der Kategorien angewendet'; -$_LANGADM['AdminImages0e1e874dde345d19583102a9fd63fb7e'] = 'Hersteller:'; -$_LANGADM['AdminImagesc4fd2ca4519bd381b87fd6078971d87f'] = 'Dieser Typ wird bei den Bildern der Hersteller angewendet'; -$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Lieferer:'; -$_LANGADM['AdminImages3c9e0f95a0c3f7dd4c650d3ed1a0afb5'] = 'Dieser Typ wird bei den Bildern der Lieferer angewendet'; -$_LANGADM['AdminImages7e92dc38b95095cfee88452579f3fb67'] = 'Szenen:'; -$_LANGADM['AdminImagesd72f2c002b37407379420bf987bca76a'] = 'Dieser Typ wird bei den Szenenbildern angewendet'; -$_LANGADM['AdminImages89e2077ce10ec7fc0bde234fbc48c5cb'] = 'Geschäfte:'; -$_LANGADM['AdminImages1bb3c9f27926baa18c5070fa6498f34e'] = 'Dieser Typ wird bei den Bildern der Geschäfte angewendet'; -$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminImages19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Kategorien'; -$_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; -$_LANGADM['AdminImages1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; -$_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Szenen'; +$_LANGADM['AdminImages044a77653804fe33652d68098d98121e'] = 'Verwenden Sie die Legacy-image-Dateisystem:'; +$_LANGADM['AdminImages048a517fd1781ed314402df592f2ea68'] = 'Breite:'; $_LANGADM['AdminImages068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Geschäfte'; -$_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Wiederherstellen der Vorschaubilder'; -$_LANGADM['AdminImagese4bb324f29622b389af104bce1db6fdc'] = 'Stellt die Vorschaubilder für alle Produkte und Kategorien wieder her'; -$_LANGADM['AdminImages9310244aa3f5325c976135a2a089949b'] = 'Bitte warten Sie, der Vorgang kann mehrere Minuten dauern, bis über eine Stunde'; -$_LANGADM['AdminImages66a3f886eb548f3575add71847622388'] = 'Vorsicht!! Manuell erzeugte Vorschaubilder werden automatisch durch die automatische Generierung ersetzt.'; -$_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Bild auswählen'; -$_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle'; -$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Format auswählen'; -$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Vorherige Bilder löschen'; -$_LANGADM['AdminImagesed13a29f9258d2b988ea7ba9d11de98b'] = 'Dieses Kontrollkästchen nur dann deaktivieren, wenn die Bearbeitung unterbrochen wurde und Sie sie fortsetzen möchten.'; -$_LANGADM['AdminImages729a51874fe901b092899e9e8b31c97a'] = 'Sind Sie sicher?'; -$_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Bewegen Sie Bilder'; $_LANGADM['AdminImages0be9bdbde253c5d649e8667c0bae6754'] = 'Ein neues Speichersystem für Produktbilder wird nun von PrestaShop verwendet. Es bietet eine bessere Leistung, wenn Ihr Geschäft hat eine sehr große Anzahl von Produkten.'; -$_LANGADM['AdminImages5e869c034d4bd6df7f278053e786e4fb'] = 'Doppelte Bilder wurden gefunden, wenn das Produkt bewegen Bilder. Es ist wahrscheinlich durch ungenutzte Demonstration Bildern verursacht. Bitte stellen Sie sicher, dass der Ordner'; -$_LANGADM['AdminImages6ab89e213e3557e2ab248510d89051d1'] = 'enthält nur Demonstration Bilder dann diesen Ordner löschen.'; -$_LANGADM['AdminImages6713e1295572974656e3e04d18e77ca9'] = 'PrestaShop hat festgestellt, dass Ihre Server-Konfiguration ist nicht kompatibel mit der neuen Storage-System (Richtlinie \"safe_mode\" aktiviert ist). Sie sollten weiterhin die tatsächlichen System zu verwenden.'; +$_LANGADM['AdminImages0e1e874dde345d19583102a9fd63fb7e'] = 'Hersteller:'; $_LANGADM['AdminImages0fb0d96026cc27f8a45d6cb909289903'] = 'Sie können wählen, dass Ihre Bilder in das bisherige System gespeichert - nichts Falsches daran.'; -$_LANGADM['AdminImages6e9b08be274aa15f116c641e4c9b8599'] = 'Sie können auch entscheiden, Ihre Bilder in die neue Storage-System zu bewegen: in diesem Fall auf die \"Move Bilder\" Button klicken. Bitte haben Sie Geduld, da dies mehrere Minuten dauern kann.'; +$_LANGADM['AdminImages1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; +$_LANGADM['AdminImages1bb3c9f27926baa18c5070fa6498f34e'] = 'Dieser Typ wird bei den Bildern der Geschäfte angewendet'; $_LANGADM['AdminImages1bd266b7c30df50f9b77b0e0f55f2878'] = 'Nach dem Umzug alle Ihre Produktbilder, für die beste Leistung, die gehen'; -$_LANGADM['AdminImagese686877843ac3c9f4c45aaea265fe59c'] = 'Produkt Registerkarte Einstellungen'; -$_LANGADM['AdminImagesfb3164a4f7305b347948b8aca17c1735'] = 'und stellen Sie \"Use the legacy Bild Dateisystem\" auf NEIN.'; -$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'JPEG-Bilder haben eine geringe Dateigröße und Standard-Qualität. PNG-Bilder haben eine größere Datei, eine höhere Qualität und Transparenz unterstützen. Beachten Sie, dass in allen Fällen die Bilddateien wird die. Jpg-Erweiterung haben.'; -$_LANGADM['AdminImagesff167676b1516b34e7f9be0fea5349d6'] = 'WARNUNG: Dieses Feature ist möglicherweise nicht kompatibel mit Ihrem Thema oder mit einigen Modulen. Insbesondere ist PNG-Modus nicht kompatibel mit dem Wasserzeichen-Modul. Wenn Sie irgendwelche Problem auftreten, schalten Sie ihn aus, indem Sie \"Use JPEG\".'; -$_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Bildqualität'; +$_LANGADM['AdminImages204dd5cbb153eae3c105e3a42f1c0ff8'] = 'Typname:'; +$_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; +$_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Wiederherstellen der Vorschaubilder'; $_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Verwenden Sie JPEG'; -$_LANGADM['AdminImagesb8d0be967a9105f094abc811656ee660'] = 'Verwenden Sie PNG nur, wenn die Basis-Image ist im PNG-Format'; -$_LANGADM['AdminImages718e1e271056782b288616e916511980'] = 'Verwenden Sie PNG für alle Bilder'; -$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'JPEG-Qualität'; -$_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'Reicht von 0 (schlechteste Qualität, kleinste Datei) bis 100 (beste Qualität, größte Datei)'; -$_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'PNG Qualität'; $_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'Reicht von 9 (schlechteste Qualität, kleinste Datei) bis 0 (beste Qualität, größte Datei)'; -$_LANGADM['AdminImportaf1b98adf7f686b84cd0b443e022b7a0'] = 'Kategorien'; +$_LANGADM['AdminImages32465c25dfecca0db61214b9af3bd9f1'] = 'Maximale Größe der Produktbilder:'; +$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Breite'; +$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminImages3c9e0f95a0c3f7dd4c650d3ed1a0afb5'] = 'Dieser Typ wird bei den Bildern der Lieferer angewendet'; +$_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Bildqualität'; +$_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Breite:'; +$_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminImages5e869c034d4bd6df7f278053e786e4fb'] = 'Doppelte Bilder wurden gefunden, wenn das Produkt bewegen Bilder. Es ist wahrscheinlich durch ungenutzte Demonstration Bildern verursacht. Bitte stellen Sie sicher, dass der Ordner'; +$_LANGADM['AdminImages66a3f886eb548f3575add71847622388'] = 'Vorsicht!! Manuell erzeugte Vorschaubilder werden automatisch durch die automatische Generierung ersetzt.'; +$_LANGADM['AdminImages6713e1295572974656e3e04d18e77ca9'] = 'PrestaShop hat festgestellt, dass Ihre Server-Konfiguration ist nicht kompatibel mit der neuen Storage-System (Richtlinie \"safe_mode\" aktiviert ist). Sie sollten weiterhin die tatsächlichen System zu verwenden.'; +$_LANGADM['AdminImages6ab89e213e3557e2ab248510d89051d1'] = 'enthält nur Demonstration Bilder dann diesen Ordner löschen.'; +$_LANGADM['AdminImages6e9b08be274aa15f116c641e4c9b8599'] = 'Sie können auch entscheiden, Ihre Bilder in die neue Storage-System zu bewegen: in diesem Fall auf die \"Move Bilder\" Button klicken. Bitte haben Sie Geduld, da dies mehrere Minuten dauern kann.'; +$_LANGADM['AdminImages718e1e271056782b288616e916511980'] = 'Verwenden Sie PNG für alle Bilder'; +$_LANGADM['AdminImages729a51874fe901b092899e9e8b31c97a'] = 'Sind Sie sicher?'; +$_LANGADM['AdminImages7e92dc38b95095cfee88452579f3fb67'] = 'Szenen:'; +$_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Geschäfte'; +$_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Bewegen Sie Bilder'; +$_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Kategorien:'; +$_LANGADM['AdminImages9310244aa3f5325c976135a2a089949b'] = 'Bitte warten Sie, der Vorgang kann mehrere Minuten dauern, bis über eine Stunde'; +$_LANGADM['AdminImages9a61f5ce3180789a8455f536681cabc1'] = 'Höhe:'; +$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'automatisch'; +$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Lieferer:'; +$_LANGADM['AdminImagesa11abdf9fb207f44c2d44c72d8a1203f'] = 'Nur Buchstaben (z.B. klein, groß ...)'; +$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Kategorien'; +$_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle'; +$_LANGADM['AdminImagesb435e227d5dd201e1768b2bcb2e0aa81'] = 'Höhe'; +$_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Bild auswählen'; +$_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Produkte:'; +$_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'Reicht von 0 (schlechteste Qualität, kleinste Datei) bis 100 (beste Qualität, größte Datei)'; +$_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Szenen'; +$_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Maximale Breite in Pixel'; +$_LANGADM['AdminImagesc4d833424eba2cd43c9327d4943dc61f'] = 'Bild erstellt von:'; +$_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'PNG Qualität'; +$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'Maximale Breite der vom Kunden gesendeten Bilder'; +$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Wenn Sie eine Änderung vornehmen, vergessen Sie nicht, die Bilder wieder herzustellen'; +$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Maximale Höhe in Pixel'; +$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Vorherige Bilder löschen'; +$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'JPEG-Qualität'; +$_LANGADM['AdminImagesd72f2c002b37407379420bf987bca76a'] = 'Dieser Typ wird bei den Szenenbildern angewendet'; +$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'Maximale Höhe der vom Kunden gesendeten Bilder'; +$_LANGADM['AdminImagese4bb324f29622b389af104bce1db6fdc'] = 'Stellt die Vorschaubilder für alle Produkte und Kategorien wieder her'; +$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Maximale Größe der vom Kunden gesendeten Bilder (in Bytes)'; +$_LANGADM['AdminImagese686877843ac3c9f4c45aaea265fe59c'] = 'Produkt Registerkarte Einstellungen'; +$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Dies sollte auf yes gesetzt werden, wenn Sie moved successfully Bilder in Preferences> Registerkarte Bilder'; +$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Höhe:'; +$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'Breite'; +$_LANGADM['AdminImagesed13a29f9258d2b988ea7ba9d11de98b'] = 'Dieses Kontrollkästchen nur dann deaktivieren, wenn die Bearbeitung unterbrochen wurde und Sie sie fortsetzen möchten.'; +$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Höhe'; +$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Format auswählen'; +$_LANGADM['AdminImagesf9a9027d728e8c701143cc8b1829400b'] = 'Dieser Typ wird bei den Produktbildern angewendet'; +$_LANGADM['AdminImagesfb3164a4f7305b347948b8aca17c1735'] = 'und stellen Sie \"Use the legacy Bild Dateisystem\" auf NEIN.'; +$_LANGADM['AdminImagesff167676b1516b34e7f9be0fea5349d6'] = 'WARNUNG: Dieses Feature ist möglicherweise nicht kompatibel mit Ihrem Thema oder mit einigen Modulen. Insbesondere ist PNG-Modus nicht kompatibel mit dem Wasserzeichen-Modul. Wenn Sie irgendwelche Problem auftreten, schalten Sie ihn aus, indem Sie \"Use JPEG\".'; +$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'JPEG-Bilder haben eine geringe Dateigröße und Standard-Qualität. PNG-Bilder haben eine größere Datei, eine höhere Qualität und Transparenz unterstützen. Beachten Sie, dass in allen Fällen die Bilddateien wird die. Jpg-Erweiterung haben.'; +$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Bilder'; +$_LANGADM['AdminImport016382f8033b4456071a3beabecfea85'] = 'Postleitzahl *'; +$_LANGADM['AdminImport01f30cc97564a56c119068478c42c1a6'] = 'Alias *'; +$_LANGADM['AdminImport0450d266974d92724ff4bacc3a51952e'] = 'Kategorien'; +$_LANGADM['AdminImport05fd7d5b9c8aa44117e13d22445b42ee'] = 'Sind Sie sicher, die Sie löschen möchten'; $_LANGADM['AdminImport068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminImportb9208b03bcc9eb4a336258dcdcb66207'] = 'Varianten'; -$_LANGADM['AdminImporte6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Kunden'; -$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen'; -$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; -$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; -$_LANGADM['AdminImportb8495b50f5c172ebad1cc5c615548afa'] = 'Diese Spalte ignorieren'; -$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'Produkt-ID'; -$_LANGADM['AdminImport78d2b04f57eb3af4fbc20e169de7e6c6'] = 'Optionen (Gruppe: Wert)'; -$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; -$_LANGADM['AdminImport8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Artikel-Nr. des Lieferer'; -$_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Kaufpreis'; -$_LANGADM['AdminImport3601146c4e948c32b6424d2c0a7f0118'] = 'Preis'; -$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Ökosteuer'; -$_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; -$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; -$_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Fehler'; -$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Bildposition'; -$_LANGADM['AdminImport9c163d2934fbdd2775356db804d451fc'] = 'Position des Produktes Bild für diese Kombination verwenden. Wenn Sie dieses Feld verwenden, lassen Sie Bild-URL leer.'; -$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL des Bildes'; -$_LANGADM['AdminImport14913d7e9d486e77b5c8d085e3797f94'] = 'Bestehende Bilder löschen'; -$_LANGADM['AdminImporte6691747add3b37b9c381b8d9476fd4c'] = 'Wenn Sie nicht Spalte, sondern nur Spaltenbilder festlegen, werden alle Produktbilder durch die in der Importdatei angegebene ersetzt.'; -$_LANGADM['AdminImportb718adec73e04ce3ec720dd11a06a308'] = 'Kennung'; -$_LANGADM['AdminImportfd0dcc6233b026d257763713c133cf72'] = 'Aktiv (0/1)'; -$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nachname *'; -$_LANGADM['AdminImport52b68aaa602d202c340d9e4e9157f276'] = 'Elternkategorie'; -$_LANGADM['AdminImportb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung'; -$_LANGADM['AdminImporta51d7d2f3e952dfcf1e12ae572d7b337'] = 'Kennzeichen '; -$_LANGADM['AdminImport5482749e99fa2d325e607075c3fd1c7a'] = 'Meta Schlüsselwörter'; -$_LANGADM['AdminImport2a982c2c140ad66259355df1e2c5b69f'] = 'Meta Beschreibung'; -$_LANGADM['AdminImportc1a59288c830561834340f6e7d969401'] = 'Vereinfachte URL'; -$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Kategorien (x, y, z. ..)'; -$_LANGADM['AdminImport4da86e0470f0b14e4e516442202a8d26'] = 'Preis ohne MwSt.'; -$_LANGADM['AdminImportf0a8011e2482cf9351b7bf565c7950ad'] = 'Preis inkl. MwSt.'; +$_LANGADM['AdminImport06f3fb7ee08834bb2e77d55f61c090be'] = 'Vorname *'; $_LANGADM['AdminImport070ed01b52ff55b770f6a04fbe4f5c0c'] = 'ID Steuerregel'; -$_LANGADM['AdminImportb548dcad953710689b3066823b90f517'] = 'Ermäßigt (0/1)'; -$_LANGADM['AdminImportb30690be173bcd4a83df0cd68f89a385'] = 'Ermäßigungssumme'; -$_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Ermäßigung in Prozent'; -$_LANGADM['AdminImportbfd574f8096a396d831b1c1ac88c75d1'] = 'Ermäßigung vom (JJJJ-MM-TT)'; +$_LANGADM['AdminImport0a8b4817e5c1e8849b9cbd65997441b5'] = 'Combinations Probe-Datei'; +$_LANGADM['AdminImport14913d7e9d486e77b5c8d085e3797f94'] = 'Bestehende Bilder löschen'; +$_LANGADM['AdminImport1522206cca1be4bf77fff2ea9838ec2c'] = '* Pflichtfelder'; +$_LANGADM['AdminImport156629ee3d24b3979f322c21ae137eb3'] = 'Lieferanten Beispieldatei'; +$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; +$_LANGADM['AdminImport1b10c2304e2f49d53c39bc40fd393335'] = 'Kunden Beispieldatei'; +$_LANGADM['AdminImport1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma'; +$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>'; +$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; +$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nachname *'; +$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'Vorlage'; +$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen'; +$_LANGADM['AdminImport2a982c2c140ad66259355df1e2c5b69f'] = 'Meta Beschreibung'; +$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Adresse 2'; +$_LANGADM['AdminImport2f5e75d22f59829ba10e2e6276321af8'] = 'Adressen Beispieldatei'; +$_LANGADM['AdminImport34219bb13b784f30df289c19f5dc0e31'] = 'Verwenden Sie das Produkt Referenz als Schlüssel?'; +$_LANGADM['AdminImport3f761068f17769a19635a176fb7e4339'] = 'Feldtrenner:'; +$_LANGADM['AdminImport4059b0251f66a18cb56f544728796875'] = 'Info'; +$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL des Bildes'; +$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Adresse 1 *'; +$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Staat'; $_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Ermäßigung bis zum (JJJJ-MM-TT)'; -$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Artikel-Nr.'; -$_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'Artikel-Nr. Lieferer'; -$_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Lieferer'; -$_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller'; -$_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Kurzbeschreibung'; -$_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Tags (x, y, z. ..)'; -$_LANGADM['AdminImport927f1f2b947a6e113e98af5ae86fcc49'] = 'Text Auf Lager'; -$_LANGADM['AdminImport77493578c6e0675711fe7355a8457668'] = 'Text Wird Bestellt'; -$_LANGADM['AdminImportf2149c422ab7577f063b69a2884d17f0'] = 'Verfügbar für Ordnung'; -$_LANGADM['AdminImportb1a2a959c20b1bd847895e73a5fddbc9'] = 'Datum hinzufügen Produkt'; -$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Preis anzeigen'; $_LANGADM['AdminImport4d2589e1bcd4263cb99927b59f0f88d2'] = 'URLs der Bilder (x, y, z. ..)'; -$_LANGADM['AdminImport21021ea0e52be8e9c599f4dff41e5be0'] = 'Eigenschaft'; +$_LANGADM['AdminImport4da86e0470f0b14e4e516442202a8d26'] = 'Preis ohne MwSt.'; +$_LANGADM['AdminImport4fc9f126d937e438ca06874284019dc3'] = 'CSV-Datei wurde in Ihren Shop importiert'; +$_LANGADM['AdminImport5020eaae41baf0caa37bcb73b4a12934'] = 'Mobilnummer'; +$_LANGADM['AdminImport52b68aaa602d202c340d9e4e9157f276'] = 'Elternkategorie'; +$_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminImport5482749e99fa2d325e607075c3fd1c7a'] = 'Meta Schlüsselwörter'; +$_LANGADM['AdminImport54b4744bfd46cc4e06988ee168b13abf'] = 'Hersteller Beispieldatei'; +$_LANGADM['AdminImport59bb75350cf3a0b65c338572cdc80ef8'] = 'Opt-in (0/1)'; +$_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Ermäßigung in Prozent'; +$_LANGADM['AdminImport628fbfc7462b2873bb027ee850185859'] = 'keine Einheit ausgewählt'; +$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Zusatz'; +$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Artikel-Nr.'; +$_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; $_LANGADM['AdminImport71d0ceacdf562024f2d4c3a76d3b63e4'] = 'Nur online verfügbar'; +$_LANGADM['AdminImport72d6d7a1885885bb55a565fd1070581a'] = 'Import'; +$_LANGADM['AdminImport72ef2b9b6965d078e3c7f95487a82d1c'] = 'Überspringen'; +$_LANGADM['AdminImport74b997703c3e7fc1db960f1366ba03ab'] = 'löschen?'; +$_LANGADM['AdminImport77493578c6e0675711fe7355a8457668'] = 'Text Wird Bestellt'; +$_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Fehler'; +$_LANGADM['AdminImport7abccc0f7eefd61743e408d28aac7cff'] = 'Beim Laden der Dateikopie ist ein Fehler aufgetreten'; +$_LANGADM['AdminImport7cb32e708d6b961d476baced73d362bb'] = 'Umsatzsteuer-Identifikationsnummer'; +$_LANGADM['AdminImport8340505ddafcba256c7b9b2b8643bffd'] = 'Nachname *'; +$_LANGADM['AdminImport84005574d8d764336cd8e9207de82506'] = 'Nur die Dateien UTF-8 und iso-8859-1 sind erlaubt'; +$_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Ermäßigung ungültig'; +$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; +$_LANGADM['AdminImport903ee94af7e98ce06a57d2243ddd3efd'] = 'Daten importieren'; +$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Dateien laden'; +$_LANGADM['AdminImport927f1f2b947a6e113e98af5ae86fcc49'] = 'Text Auf Lager'; +$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'Produkt-ID'; +$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'Zeilen'; +$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'ist ungültig'; +$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'Die Tag-Liste'; +$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Bildposition'; +$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = '<<'; $_LANGADM['AdminImport9e2941b3c81256fac10392aaca4ccfde'] = 'Zustand'; $_LANGADM['AdminImporta10d0bff85112a2b35f885a38088cd20'] = 'Aktiv (0/1)'; -$_LANGADM['AdminImportfd90e8dd48a4f75b240cc0f87b1da451'] = 'E-Mail *'; -$_LANGADM['AdminImportfa55b690a40b612af02ba2958cd6cb71'] = 'Kennwort *'; -$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Geburtstag (JJJJ-MM-TT) '; -$_LANGADM['AdminImport8340505ddafcba256c7b9b2b8643bffd'] = 'Nachname *'; -$_LANGADM['AdminImport06f3fb7ee08834bb2e77d55f61c090be'] = 'Vorname *'; -$_LANGADM['AdminImportb884d81a33fb67e1d4fe450b3cbde8d6'] = 'Newsletter (0/1)'; -$_LANGADM['AdminImport59bb75350cf3a0b65c338572cdc80ef8'] = 'Opt-in (0/1)'; -$_LANGADM['AdminImport01f30cc97564a56c119068478c42c1a6'] = 'Alias *'; -$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'E-Mail Kunde'; -$_LANGADM['AdminImport1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma'; -$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Adresse 1 *'; -$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Adresse 2'; -$_LANGADM['AdminImport016382f8033b4456071a3beabecfea85'] = 'Postleitzahl *'; -$_LANGADM['AdminImportc05439c165c2d03540b424b6aea96781'] = 'Stadt *'; -$_LANGADM['AdminImportfe85a08ae01fa46c3e1e05c7a61fd85d'] = 'Land *'; -$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Staat'; -$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Zusatz'; -$_LANGADM['AdminImportbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefonnr.'; -$_LANGADM['AdminImport5020eaae41baf0caa37bcb73b4a12934'] = 'Mobilnummer'; -$_LANGADM['AdminImport7cb32e708d6b961d476baced73d362bb'] = 'Umsatzsteuer-Identifikationsnummer'; -$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'oder'; -$_LANGADM['AdminImport4059b0251f66a18cb56f544728796875'] = 'Info'; -$_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Ermäßigung ungültig'; -$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'Die Tag-Liste'; -$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'ist ungültig'; -$_LANGADM['AdminImportd2cbb6d5d88d4e31c190e535a57b1de5'] = 'Lieferer ungültig'; -$_LANGADM['AdminImport4fc9f126d937e438ca06874284019dc3'] = 'CSV-Datei wurde in Ihren Shop importiert'; -$_LANGADM['AdminImportfb30e78874e1485a0d7e3fa8ae5f7d61'] = 'Der Ordner \'import\' im Ordner \'admin\' muss beschreibbar sein (CHMOD 755 / 777)'; -$_LANGADM['AdminImport9db4c047fbc2df77e904876ca407a10a'] = 'Beispieldateien'; -$_LANGADM['AdminImportc0cad1da1e9b23dd6e383276f8e3950e'] = 'Kategorien Beispieldatei'; -$_LANGADM['AdminImportc0bc21edce0f247286513a9f524a3c3e'] = 'Produkte Beispieldatei'; -$_LANGADM['AdminImport0a8b4817e5c1e8849b9cbd65997441b5'] = 'Combinations Probe-Datei'; -$_LANGADM['AdminImport1b10c2304e2f49d53c39bc40fd393335'] = 'Kunden Beispieldatei'; -$_LANGADM['AdminImport2f5e75d22f59829ba10e2e6276321af8'] = 'Adressen Beispieldatei'; -$_LANGADM['AdminImport54b4744bfd46cc4e06988ee168b13abf'] = 'Hersteller Beispieldatei'; -$_LANGADM['AdminImport156629ee3d24b3979f322c21ae137eb3'] = 'Lieferanten Beispieldatei'; -$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Dateien laden'; -$_LANGADM['AdminImport792744786ed30c5623dd1cf0c16f4ffe'] = 'Wählen Sie eine Datei'; -$_LANGADM['AdminImport4a12ec732a35b911b2abfd483386366f'] = 'Sie können Ihre Datei auch per FTP in den Ordner laden'; -$_LANGADM['AdminImport84005574d8d764336cd8e9207de82506'] = 'Nur die Dateien UTF-8 und iso-8859-1 sind erlaubt'; -$_LANGADM['AdminImport05fd7d5b9c8aa44117e13d22445b42ee'] = 'Sind Sie sicher, die Sie löschen möchten'; -$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; -$_LANGADM['AdminImport72d6d7a1885885bb55a565fd1070581a'] = 'Import'; -$_LANGADM['AdminImport7b415a851d29284e119147dd2192737a'] = 'Wählen Sie die zu importierende Einheit'; -$_LANGADM['AdminImport0e87c23180c781f97b01557106e25962'] = 'Wählen Sie Ihre CSV-Datei:'; -$_LANGADM['AdminImporteb3e0d29bf7cbcc03b883b65a7f8457e'] = 'Verfügbare Dateien'; -$_LANGADM['AdminImportc740d734b391a2925bb3e49dd04fdd77'] = 'Verfügbare Datei'; -$_LANGADM['AdminImport0cdacf949575a8424fc1ef1515c78d3c'] = 'Wählen Sie die Sprache (lokale Sprache muss installiert sein):'; -$_LANGADM['AdminImportbe750b2c24ba5c283445bdb62a692a4f'] = 'Datei iso-8859-1'; -$_LANGADM['AdminImport3f761068f17769a19635a176fb7e4339'] = 'Feldtrenner:'; +$_LANGADM['AdminImporta51d7d2f3e952dfcf1e12ae572d7b337'] = 'Kennzeichen <title>'; +$_LANGADM['AdminImportaf1b98adf7f686b84cd0b443e022b7a0'] = 'Kategorien'; $_LANGADM['AdminImportb070d64c5a2f10b4b8eb361ba4f61833'] = 'z.B.'; -$_LANGADM['AdminImportbf8a4a7e7e5c9cff1528294e1b1dd3f0'] = 'Trenner für mehrwertige Felder'; -$_LANGADM['AdminImport0450d266974d92724ff4bacc3a51952e'] = 'Kategorien'; $_LANGADM['AdminImportb0b5ccb4a195a07fd3eed14affb8695f'] = 'vor Import'; -$_LANGADM['AdminImport74b997703c3e7fc1db960f1366ba03ab'] = 'löschen?'; -$_LANGADM['AdminImport34219bb13b784f30df289c19f5dc0e31'] = 'Verwenden Sie das Produkt Referenz als Schlüssel?'; -$_LANGADM['AdminImportc290a5941ad6eb0d5fe8752c15c5fd78'] = 'Nächster Schritt'; -$_LANGADM['AdminImport651463c8be1ff45540a213cfcae30cfc'] = 'Beachten Sie, dass beim Import von Kategorien nicht die gleichen Kategorienamen vergeben werden'; -$_LANGADM['AdminImportfbb6344e653db9f1e291725cd254bd9c'] = 'Beachten Sie, dass Referenzen nicht als einzigartig in der Datenbank angegeben'; -$_LANGADM['AdminImport6fa9eb1f1c5bd853188d93953b6e92b2'] = 'Keine CSV-Datei verfügbar ist, laden Sie bitte eine Datei oben.'; -$_LANGADM['AdminImport6a84219217279f2f1ad80deda1c512d8'] = 'Sie können viele Informationen über CSV-Import erhalten Sie unter:'; -$_LANGADM['AdminImport950770fc8c228bda83a28836b467df5d'] = 'Mehr über CSV-Format unter:'; -$_LANGADM['AdminImportc78474e0acad6beccb0671eacf904543'] = 'Verfügbare Felder'; -$_LANGADM['AdminImport1522206cca1be4bf77fff2ea9838ec2c'] = '* Pflichtfelder'; -$_LANGADM['AdminImporte6fe8dc743bfea4d45a4d582e3f86150'] = 'Bitte geben Sie einen Namen zum Speichern ein.'; -$_LANGADM['AdminImporte4c59d4886a08fc06a4f37face87a26c'] = 'Ihre Daten'; +$_LANGADM['AdminImportb1a2a959c20b1bd847895e73a5fddbc9'] = 'Datum hinzufügen Produkt'; +$_LANGADM['AdminImportb30690be173bcd4a83df0cd68f89a385'] = 'Ermäßigungssumme'; +$_LANGADM['AdminImportb548dcad953710689b3066823b90f517'] = 'Ermäßigt (0/1)'; +$_LANGADM['AdminImportb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung'; $_LANGADM['AdminImportb5d54fa42bc065a54e2f881ef700d833'] = 'Speichern und passende Konfiguration laden'; +$_LANGADM['AdminImportb718adec73e04ce3ec720dd11a06a308'] = 'Kennung'; +$_LANGADM['AdminImportb8495b50f5c172ebad1cc5c615548afa'] = 'Diese Spalte ignorieren'; +$_LANGADM['AdminImportb884d81a33fb67e1d4fe450b3cbde8d6'] = 'Newsletter (0/1)'; +$_LANGADM['AdminImportb9208b03bcc9eb4a336258dcdcb66207'] = 'Varianten'; +$_LANGADM['AdminImportbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefonnr.'; +$_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Tags (x, y, z. ..)'; +$_LANGADM['AdminImportbf8a4a7e7e5c9cff1528294e1b1dd3f0'] = 'Trenner für mehrwertige Felder'; +$_LANGADM['AdminImportbfd574f8096a396d831b1c1ac88c75d1'] = 'Ermäßigung vom (JJJJ-MM-TT)'; +$_LANGADM['AdminImportc05439c165c2d03540b424b6aea96781'] = 'Stadt *'; +$_LANGADM['AdminImportc0bc21edce0f247286513a9f524a3c3e'] = 'Produkte Beispieldatei'; +$_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller'; +$_LANGADM['AdminImportc0cad1da1e9b23dd6e383276f8e3950e'] = 'Kategorien Beispieldatei'; +$_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Kurzbeschreibung'; +$_LANGADM['AdminImportc1a59288c830561834340f6e7d969401'] = 'Vereinfachte URL'; +$_LANGADM['AdminImportc290a5941ad6eb0d5fe8752c15c5fd78'] = 'Nächster Schritt'; +$_LANGADM['AdminImportc78474e0acad6beccb0671eacf904543'] = 'Verfügbare Felder'; +$_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'Artikel-Nr. Lieferer'; +$_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Kaufpreis'; $_LANGADM['AdminImportc9cc8cce247e49bae79f15173ce97354'] = 'Speichern'; -$_LANGADM['AdminImportf19dbf2edb3a0bd74b0524d960ff21eb'] = 'Laden'; -$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; +$_LANGADM['AdminImportd2cbb6d5d88d4e31c190e535a57b1de5'] = 'Lieferer ungültig'; $_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Wählen Sie den Wert für jede Spalte'; +$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Kategorien (x, y, z. ..)'; +$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Preis anzeigen'; +$_LANGADM['AdminImporte6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Kunden'; +$_LANGADM['AdminImporte6fe8dc743bfea4d45a4d582e3f86150'] = 'Bitte geben Sie einen Namen zum Speichern ein.'; +$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Geburtstag (JJJJ-MM-TT) '; +$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'oder'; +$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Ökosteuer'; +$_LANGADM['AdminImportea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Lieferer'; +$_LANGADM['AdminImportf0a8011e2482cf9351b7bf565c7950ad'] = 'Preis inkl. MwSt.'; +$_LANGADM['AdminImportf19dbf2edb3a0bd74b0524d960ff21eb'] = 'Laden'; +$_LANGADM['AdminImportf2149c422ab7577f063b69a2884d17f0'] = 'Verfügbar für Ordnung'; +$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; $_LANGADM['AdminImportf44347857ec02907fd13f88f00ccd532'] = 'Die Spalten können nicht Werte des gleichen Typs enthalten'; -$_LANGADM['AdminImport72ef2b9b6965d078e3c7f95487a82d1c'] = 'Überspringen'; -$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'Zeilen'; -$_LANGADM['AdminImport903ee94af7e98ce06a57d2243ddd3efd'] = 'Daten importieren'; -$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = '<<'; -$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>'; -$_LANGADM['AdminImport7abccc0f7eefd61743e408d28aac7cff'] = 'Beim Laden der Dateikopie ist ein Fehler aufgetreten'; -$_LANGADM['AdminImport628fbfc7462b2873bb027ee850185859'] = 'keine Einheit ausgewählt'; -$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Aktualisieren Sie Ihre PHP-Version'; -$_LANGADM['AdminInformationc168c59890774aa16b1c1fc49168394b'] = 'Konfigurieren Sie Ihren Server so, dass das Versenden einer Datei erlaubt ist'; -$_LANGADM['AdminInformationcbd78fd00d31a53c432de73acfde28fa'] = 'Konfigurieren Sie Ihren Server so, dass das Erstellen neuer Ordner und Dateien erlaubt ist'; -$_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Aktivieren der GD-Bibliothek auf Ihrem Server'; -$_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Aktivieren der MySQL-Unterstützung auf Ihrem Server'; -$_LANGADM['AdminInformation4c663c632162a23d0f65510f7064aa87'] = 'Schreibrechte im Ordner config definieren'; -$_LANGADM['AdminInformation46f5bf0f6fa63aec1b72ad8dae7ddeba'] = 'Schreibrechte im Ordner tools definieren'; -$_LANGADM['AdminInformation7bb1734784c970616ce5f3a4814dadd6'] = 'Schreibrechte im Ordner cache definieren'; -$_LANGADM['AdminInformation2a3ff2643b520b827a90e28d94132d42'] = 'Schreibrechte im Ordner sitemap.xml definieren'; +$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'E-Mail Kunde'; +$_LANGADM['AdminImportfa55b690a40b612af02ba2958cd6cb71'] = 'Kennwort *'; +$_LANGADM['AdminImportfb30e78874e1485a0d7e3fa8ae5f7d61'] = 'Der Ordner \'import\' im Ordner \'admin\' muss beschreibbar sein (CHMOD 755 / 777)'; +$_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminImportfd0dcc6233b026d257763713c133cf72'] = 'Aktiv (0/1)'; +$_LANGADM['AdminImportfd90e8dd48a4f75b240cc0f87b1da451'] = 'E-Mail *'; +$_LANGADM['AdminImportfe85a08ae01fa46c3e1e05c7a61fd85d'] = 'Land *'; $_LANGADM['AdminInformation01a9d4924686f17b2133f5956d18780a'] = 'Rekursiv-Schreibrechte im Ordner img definieren'; -$_LANGADM['AdminInformation77d1a005b31f2fcdce1fcdac2a337c42'] = 'Rekursiv-Schreibrechte im Ordner mails definieren'; -$_LANGADM['AdminInformationcb78ec269534f33d27c82ac6e1c59dae'] = 'Rekursiv-Schreibrechte im Ordner modules definieren'; -$_LANGADM['AdminInformationae72ff89c480df239bc55b2ea63e99c0'] = 'Schreibrechte für Themen einstellen/'; -$_LANGADM['AdminInformation6991d2d7bca0854d11c9d0c92c63142a'] = 'Rekursiv: der Ordner /lang/ und seine Unterordner'; -$_LANGADM['AdminInformation93405bfa9b7b11e81895230d1ebff2f5'] = 'Schreibrechte für Übersetzungsordner und Unterordner einstellen'; -$_LANGADM['AdminInformationd4e63b4d8344eb2bcc7c478470a144e7'] = 'Rekursiv-Schreibrechte im Ordner upload definieren'; -$_LANGADM['AdminInformatione5a85bc7e9867202a56449ade1060389'] = 'Rekursiv-Schreibrechte im Ordner download definieren'; -$_LANGADM['AdminInformationc71fc197a1737d2d837bdae9b5794012'] = 'Fopen auf Ihrem Server aktivieren'; -$_LANGADM['AdminInformation9e987a2c638032d7659ec58e58ef3626'] = 'PHP-Option \"Register Global\" auf \"Off\" festlegen'; -$_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'GZIP-Komprimierung aktivieren'; -$_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Erforderliche Parameter'; -$_LANGADM['AdminInformatione7fda5b7b853496978bc2822541e9d89'] = 'Bitte prüfen Sie folgende(n) Fehler'; -$_LANGADM['AdminInformatione3beee990a3abfcc54a09f5727e1ee11'] = 'Optionale Parameter'; -$_LANGADM['AdminInformationa82be0f551b8708bc08eb33cd9ded0cf'] = 'Informationen'; -$_LANGADM['AdminInformation6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Hilfe'; -$_LANGADM['AdminInformationdb67130c0c7e67fac8de13f4c9f053e1'] = 'Diese Informationen ist wichtig beim Übermitteln von Programmfehlern oder Problemen im Forum.'; $_LANGADM['AdminInformation0be76c14451b87542668bec6a03f102d'] = 'Informationen zu Ihrer Konfiguration'; -$_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Informationen auf Ihrem Server'; -$_LANGADM['AdminInformation768648b98e03adaf128f072119af31d3'] = 'PrestaShop-Version'; -$_LANGADM['AdminInformationd0ac12f046d68599acee4386c5c1f860'] = 'Version der Server-Software'; -$_LANGADM['AdminInformationab64e3d5feb645333b320d80a84c8255'] = 'PHP-Version'; -$_LANGADM['AdminInformationc26b24f06d2ee6f5b27a7f6e200711be'] = 'MySQL-Version'; -$_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'PageSpeed-Modul für Apache installiert (mod_instaweb)'; -$_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Informationen über Ihren Shop'; -$_LANGADM['AdminInformationd4b5a23bc61aeea35b4ce013d7e262c4'] = 'URL Ihres Shops'; -$_LANGADM['AdminInformationfaf165f191e0bbd2c13864a08ee9aa83'] = 'Name des verwendeten Themas'; -$_LANGADM['AdminInformation3ff44d56eb2bfbb8f0903e99a28a0819'] = 'Informationen zur E-Mail-Konfiguration'; +$_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Erforderliche Parameter'; +$_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Aktivieren der GD-Bibliothek auf Ihrem Server'; +$_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'GZIP-Komprimierung aktivieren'; +$_LANGADM['AdminInformation2a3ff2643b520b827a90e28d94132d42'] = 'Schreibrechte im Ordner sitemap.xml definieren'; $_LANGADM['AdminInformation3685800496ee1d4fd5cc25d805589f0e'] = 'Mail-Sendemethode'; -$_LANGADM['AdminInformationb285f29261478440add9d1cc0b631f0c'] = 'Sie verwenden die Funktion mail () im PHP'; -$_LANGADM['AdminInformationd5995399dae916bb1393c329b3453a88'] = 'Sie verwenden Ihre SMTP-Einstellungen'; -$_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'SMTP-Server'; -$_LANGADM['AdminInformationc5d1f3e6332bf2995c1bf1395c51a9e2'] = 'Benutzer'; -$_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Definiert'; -$_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'Undefiniert'; +$_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Informationen über Ihren Shop'; $_LANGADM['AdminInformation3cffa2fabd5519beaf4c2fbd0610899b'] = 'Kennwort'; -$_LANGADM['AdminInformationd7f2615c71a1567cc13cf3a7f7de0aea'] = 'Verschlüsselung'; +$_LANGADM['AdminInformation3ff44d56eb2bfbb8f0903e99a28a0819'] = 'Informationen zur E-Mail-Konfiguration'; +$_LANGADM['AdminInformation4c663c632162a23d0f65510f7064aa87'] = 'Schreibrechte im Ordner config definieren'; $_LANGADM['AdminInformation60aaf44d4b562252c04db7f98497e9aa'] = 'Port'; -$_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'Ihre Informationen'; +$_LANGADM['AdminInformation6991d2d7bca0854d11c9d0c92c63142a'] = 'Rekursiv: der Ordner /lang/ und seine Unterordner'; +$_LANGADM['AdminInformation6c1375701d87f2636b01cf951d0a375b'] = 'MySQL-Engine'; $_LANGADM['AdminInformation724d606e1653113be000dc4079074e86'] = 'Informationen, die Sie betreffen'; +$_LANGADM['AdminInformation768648b98e03adaf128f072119af31d3'] = 'PrestaShop-Version'; +$_LANGADM['AdminInformation77d1a005b31f2fcdce1fcdac2a337c42'] = 'Rekursiv-Schreibrechte im Ordner mails definieren'; +$_LANGADM['AdminInformation7bb1734784c970616ce5f3a4814dadd6'] = 'Schreibrechte im Ordner cache definieren'; +$_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Informationen auf Ihrem Server'; +$_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'Ihre Informationen'; +$_LANGADM['AdminInformation93405bfa9b7b11e81895230d1ebff2f5'] = 'Schreibrechte für Übersetzungsordner und Unterordner einstellen'; +$_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Aktivieren der MySQL-Unterstützung auf Ihrem Server'; +$_LANGADM['AdminInformation9e987a2c638032d7659ec58e58ef3626'] = 'PHP-Option \"Register Global\" auf \"Off\" festlegen'; +$_LANGADM['AdminInformationa82be0f551b8708bc08eb33cd9ded0cf'] = 'Informationen'; +$_LANGADM['AdminInformationab64e3d5feb645333b320d80a84c8255'] = 'PHP-Version'; +$_LANGADM['AdminInformationae72ff89c480df239bc55b2ea63e99c0'] = 'Schreibrechte für Themen einstellen/'; +$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Aktualisieren Sie Ihre PHP-Version'; +$_LANGADM['AdminInformationb285f29261478440add9d1cc0b631f0c'] = 'Sie verwenden die Funktion mail () im PHP'; +$_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'SMTP-Server'; +$_LANGADM['AdminInformationc168c59890774aa16b1c1fc49168394b'] = 'Konfigurieren Sie Ihren Server so, dass das Versenden einer Datei erlaubt ist'; +$_LANGADM['AdminInformationc26b24f06d2ee6f5b27a7f6e200711be'] = 'MySQL-Version'; +$_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Definiert'; +$_LANGADM['AdminInformationc5d1f3e6332bf2995c1bf1395c51a9e2'] = 'Benutzer'; +$_LANGADM['AdminInformationc71fc197a1737d2d837bdae9b5794012'] = 'Fopen auf Ihrem Server aktivieren'; +$_LANGADM['AdminInformationcb78ec269534f33d27c82ac6e1c59dae'] = 'Rekursiv-Schreibrechte im Ordner modules definieren'; +$_LANGADM['AdminInformationcbd78fd00d31a53c432de73acfde28fa'] = 'Konfigurieren Sie Ihren Server so, dass das Erstellen neuer Ordner und Dateien erlaubt ist'; +$_LANGADM['AdminInformationd0ac12f046d68599acee4386c5c1f860'] = 'Version der Server-Software'; +$_LANGADM['AdminInformationd4b5a23bc61aeea35b4ce013d7e262c4'] = 'URL Ihres Shops'; +$_LANGADM['AdminInformationd4e63b4d8344eb2bcc7c478470a144e7'] = 'Rekursiv-Schreibrechte im Ordner upload definieren'; +$_LANGADM['AdminInformationd5995399dae916bb1393c329b3453a88'] = 'Sie verwenden Ihre SMTP-Einstellungen'; +$_LANGADM['AdminInformationd7f2615c71a1567cc13cf3a7f7de0aea'] = 'Verschlüsselung'; +$_LANGADM['AdminInformationdb67130c0c7e67fac8de13f4c9f053e1'] = 'Diese Informationen ist wichtig beim Übermitteln von Programmfehlern oder Problemen im Forum.'; +$_LANGADM['AdminInformatione3beee990a3abfcc54a09f5727e1ee11'] = 'Optionale Parameter'; +$_LANGADM['AdminInformatione5a85bc7e9867202a56449ade1060389'] = 'Rekursiv-Schreibrechte im Ordner download definieren'; +$_LANGADM['AdminInformatione7fda5b7b853496978bc2822541e9d89'] = 'Bitte prüfen Sie folgende(n) Fehler'; $_LANGADM['AdminInformatione91dd9bbca6e42bb85c0f2d94aaee995'] = 'Ihre Konfiguration überprüfen'; -$_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Rechnungsoptionen'; -$_LANGADM['AdminInvoices3ae56a835894e53600833725244b578f'] = 'Rechnungen aktivieren:'; -$_LANGADM['AdminInvoices23bf11ceb4fb51647fd977aba60246d3'] = 'Übernahme der Rechnungen aktivieren oder deaktivieren'; -$_LANGADM['AdminInvoices832d6a06e91e49828a89fb1ca4651d37'] = 'Präfix:'; -$_LANGADM['AdminInvoices0df35f41ce9f64e7f14819bd4145a2be'] = 'Verwendetes Präfix für die Rechnungsnummerierung'; -$_LANGADM['AdminInvoicesdb2d9ca9b008f4cdb2c5902adaa84fdc'] = 'Rechnungsnummer:'; -$_LANGADM['AdminInvoicesd07d0f209cc31af1d743ea84d572c77a'] = 'Die nächste Rechnung wird mit dieser Zahl beginnen und dann steigern sich mit jedem weiteren Rechnung. Auf 0 setzen, wenn Sie die aktuelle Nummer behalten wollen (#'; -$_LANGADM['AdminInvoices1513c8f4f5c2d340ac3e1c3d09aeff4c'] = 'Freier Text:'; -$_LANGADM['AdminInvoicescff972b8880cbbf6753afb2706b43fc8'] = 'Dieser Text wird am unteren Ende der Rechnung erscheinen'; -$_LANGADM['AdminInvoicesc491f71acb93db711c341417e8c6be9e'] = 'PDF der Rechnungen ausdrucken'; -$_LANGADM['AdminInvoices9a0a4f0869ab12a21407047290750e7a'] = 'Nach Datum'; -$_LANGADM['AdminInvoices1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; +$_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'Undefiniert'; +$_LANGADM['AdminInformationfaf165f191e0bbd2c13864a08ee9aa83'] = 'Name des verwendeten Themas'; +$_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'PageSpeed-Modul für Apache installiert (mod_instaweb)'; $_LANGADM['AdminInvoices0b1fb1278454d848f968d419e29c253b'] = 'Format: 31.12.2007 (inklusive)'; +$_LANGADM['AdminInvoices0df35f41ce9f64e7f14819bd4145a2be'] = 'Verwendetes Präfix für die Rechnungsnummerierung'; +$_LANGADM['AdminInvoices1513c8f4f5c2d340ac3e1c3d09aeff4c'] = 'Freier Text:'; +$_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Rechnungsoptionen'; +$_LANGADM['AdminInvoices1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; +$_LANGADM['AdminInvoices23bf11ceb4fb51647fd977aba60246d3'] = 'Übernahme der Rechnungen aktivieren oder deaktivieren'; $_LANGADM['AdminInvoices33caa076f23f453dd4061726f3706325'] = 'Bis:'; +$_LANGADM['AdminInvoices366a2e6043b7f22bbb12df4a5fce45fb'] = 'Keine Rechnung für diesen Zeitraum gefunden'; +$_LANGADM['AdminInvoices38b1cc080b5571823889c6f775bf6606'] = 'Ungültige Rechnungsnummer (muss größer sein als '; +$_LANGADM['AdminInvoices3ae56a835894e53600833725244b578f'] = 'Rechnungen aktivieren:'; $_LANGADM['AdminInvoices647ad0242a9d796e3c83ecf6d6435bc2'] = 'Format: 31.12.2008 (inklusive)'; -$_LANGADM['AdminInvoices067af5895a7ced3197520b591f9a41eb'] = 'PDF-Datei erzeugen'; -$_LANGADM['AdminInvoices70397c4b252a5168c5ec003931cea215'] = 'Pflichtfelder'; +$_LANGADM['AdminInvoices832d6a06e91e49828a89fb1ca4651d37'] = 'Präfix:'; +$_LANGADM['AdminInvoices9a0a4f0869ab12a21407047290750e7a'] = 'Nach Datum'; +$_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'Keine Rechnung für diesen Status gefunden'; $_LANGADM['AdminInvoicesa7bc5a8c54672ab332de0c0174dcd236'] = 'Nach Status'; -$_LANGADM['AdminInvoices61fe9018991004014d12b8d81568df90'] = 'Status'; -$_LANGADM['AdminInvoicesfef8859b22e06e4d4918f091612bf958'] = 'Sie können auch Bestellungen, die noch nicht abgerechnet wurden, exportieren.'; +$_LANGADM['AdminInvoicesc491f71acb93db711c341417e8c6be9e'] = 'PDF der Rechnungen ausdrucken'; +$_LANGADM['AdminInvoicescff972b8880cbbf6753afb2706b43fc8'] = 'Dieser Text wird am unteren Ende der Rechnung erscheinen'; +$_LANGADM['AdminInvoicesd07d0f209cc31af1d743ea84d572c77a'] = 'Die nächste Rechnung wird mit dieser Zahl beginnen und dann steigern sich mit jedem weiteren Rechnung. Auf 0 setzen, wenn Sie die aktuelle Nummer behalten wollen (#'; +$_LANGADM['AdminInvoicesdb2d9ca9b008f4cdb2c5902adaa84fdc'] = 'Rechnungsnummer:'; $_LANGADM['AdminInvoicesf596633d68fc44d6c7460676060d5dcb'] = 'Startdatum ungültig'; $_LANGADM['AdminInvoicesff9e9791ff17e1ca431449bb2fe992c0'] = 'Enddatum ungültig'; -$_LANGADM['AdminInvoices366a2e6043b7f22bbb12df4a5fce45fb'] = 'Keine Rechnung für diesen Zeitraum gefunden'; -$_LANGADM['AdminInvoicescb63a9e24da94fffad24dd2f9bcf4ca4'] = 'Bestell-Status ungültig'; -$_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'Keine Rechnung für diesen Status gefunden'; -$_LANGADM['AdminInvoices38b1cc080b5571823889c6f775bf6606'] = 'Ungültige Rechnungsnummer (muss größer sein als '; -$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO-Code'; -$_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'Sprach-Code'; -$_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Datums-Format'; -$_LANGADM['AdminLanguagesc11566e30920ed4786e534e5332d5b87'] = 'Datums-Format (full)'; $_LANGADM['AdminLanguages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminLanguages950baf75b9fd48b9cb4a3d30ffeda4ef'] = 'Sprachpräferenzen'; -$_LANGADM['AdminLanguages7c89197a7b81992ee832cb5a89fa6d9d'] = 'Standard-Sprache'; -$_LANGADM['AdminLanguages6b61093b5fc4585833f0981390993490'] = 'Im Shop verwendete Standard-Sprache'; -$_LANGADM['AdminLanguagesa2bc582c21c4b24f18a32d703c0a109b'] = 'Sie können englisches Sprachpaket nicht löschen, es ist Bestandteil des Kernsystems. Aber Sie können es deaktivieren.'; -$_LANGADM['AdminLanguages6b6a046a46f8e97af0b9e92ccfda7801'] = 'Sie können die Standard-Sprache nicht löschen'; -$_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'Sie können die momentan verwendete Sprache nicht löschen, ändern Sie diese Einstellung vor dem Löschen'; -$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'Sie können die momentan verwendete Sprache nicht löschen, ändern Sie diese Einstellung vor dem Löschen'; -$_LANGADM['AdminLanguagescc83a240095b0a0b6e1840bb7d43830c'] = 'Wenn Sie eine Datei mit Übersetzungen löschen, werden alle Übersetzungen gelöscht'; -$_LANGADM['AdminLanguages7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; -$_LANGADM['AdminLanguagesd0b04f12f9593c3d35d1bcdf9691f14b'] = 'Wenn Sie eine Sprache löschen, WERDEN ALLE ÜBERSETZUNGEN DIESER SPRACHE GELÖSCHT. Wollen Sie diese Sprache wirklich löschen?'; -$_LANGADM['AdminLanguagesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'Für diesen ISO-Code ist ein Sprachpaket verfügbar (es heißt'; -$_LANGADM['AdminLanguagesb77f96511c7d447e59c9361c9e464631'] = 'PrestaShop-Version, die mit dieser Sprache und Ihrem System kompatibel ist:'; -$_LANGADM['AdminLanguagesced0eeffb26feb6012f17fbebfe4e7f8'] = 'Nach dem Anlegen der Sprache können Sie den Inhalt des Sprachpakets importieren, das Sie hier oben auf der Seite \"Tools> Übersetzungen\" herunterladen können'; -$_LANGADM['AdminLanguages1044b6aeffc2c0ae2044fd7c1a6296ba'] = 'Kein Sprachpaket bei Prestashop.com passt zu diesem ISO-Code'; -$_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download'; -$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Sprachen'; -$_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO-Code:'; -$_LANGADM['AdminLanguages6b7af0b6d91545318696c648d6b466ac'] = 'ISO-Code mit 2 Buchstaben (z. B. fr, en, de)'; $_LANGADM['AdminLanguages01a3b3d8af14e844c49a3a5acc870c6b'] = 'Sprach-Code:'; -$_LANGADM['AdminLanguages8bc0a3b0cb05ff731e0fb30f35264898'] = 'Vollständiger Sprachcode (z.B. en-us, pt-br)'; -$_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Datums-Format:'; -$_LANGADM['AdminLanguages9d03b9a48a9f2f06a9698d1f9484011b'] = 'Datums-Format, lite (zB Ymd, d / m / Y)'; -$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Datums-Format (voll):'; -$_LANGADM['AdminLanguages4728927eaacb4a87f8661de4a791589b'] = 'Datums-Format, Full (zB Ymd H: i: s, d / m / YH: i)'; -$_LANGADM['AdminLanguagesc907a021c935ae6144fa2ccadfe9360d'] = 'Fahne:'; -$_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Landesfahne von Ihrem Rechner herunterladen'; -$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Bild \"kein Bild\":'; -$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Angezeigtes Bild, wenn kein Bild verfügbar ist'; -$_LANGADM['AdminLanguagesaff03422ee7ccc83301ebd200479efc1'] = 'Ist RTL Sprache:'; -$_LANGADM['AdminLanguages93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminLanguagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminLanguagesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nicht'; -$_LANGADM['AdminLanguagese6ced2c612d5024c1a2331cdf96e1c33'] = 'Um dann aktiv, wenn diese Sprache von rechts nach links Sprache'; -$_LANGADM['AdminLanguages886815cb03a02e29a28906c196292ba0'] = '(Experimental: Ihr Thema muss konform mit RTL Sprache)'; -$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminLanguages4c85fb98bf7cfd94c638d0f4e4e39b92'] = 'Diese Sprache aktivieren'; -$_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Prüft, ob ein Sprachpaket für diesen ISO-Code zur Verfügung .steht...'; -$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminLanguages19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminLanguages0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Vorsicht'; -$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'Dieses Paket ist nicht vollständig und kann nicht verwendet werden.'; $_LANGADM['AdminLanguages095f8912cc70c6a345714cf35f0595a4'] = 'Übersetzungsdateien'; -$_LANGADM['AdminLanguagesce17cda4e805e146bbd1869cdeb844b4'] = 'Themendatei'; +$_LANGADM['AdminLanguages0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Vorsicht'; +$_LANGADM['AdminLanguages1044b6aeffc2c0ae2044fd7c1a6296ba'] = 'Kein Sprachpaket bei Prestashop.com passt zu diesem ISO-Code'; +$_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Datums-Format:'; +$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Angezeigtes Bild, wenn kein Bild verfügbar ist'; +$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Datums-Format (voll):'; +$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Sprachen'; +$_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO-Code:'; +$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'Dieses Paket ist nicht vollständig und kann nicht verwendet werden.'; +$_LANGADM['AdminLanguages4728927eaacb4a87f8661de4a791589b'] = 'Datums-Format, Full (zB Ymd H: i: s, d / m / YH: i)'; +$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminLanguages4c85fb98bf7cfd94c638d0f4e4e39b92'] = 'Diese Sprache aktivieren'; +$_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Datums-Format'; +$_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Landesfahne von Ihrem Rechner herunterladen'; +$_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'Für diesen ISO-Code ist ein Sprachpaket verfügbar (es heißt'; +$_LANGADM['AdminLanguages6b6a046a46f8e97af0b9e92ccfda7801'] = 'Sie können die Standard-Sprache nicht löschen'; +$_LANGADM['AdminLanguages6b7af0b6d91545318696c648d6b466ac'] = 'ISO-Code mit 2 Buchstaben (z. B. fr, en, de)'; $_LANGADM['AdminLanguages6ca38c60dc2544d36428b74669fd9f56'] = 'E-Mail-Datei'; +$_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Prüft, ob ein Sprachpaket für diesen ISO-Code zur Verfügung .steht...'; +$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Bild \"kein Bild\":'; +$_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download'; +$_LANGADM['AdminLanguages886815cb03a02e29a28906c196292ba0'] = '(Experimental: Ihr Thema muss konform mit RTL Sprache)'; +$_LANGADM['AdminLanguages8bc0a3b0cb05ff731e0fb30f35264898'] = 'Vollständiger Sprachcode (z.B. en-us, pt-br)'; +$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; +$_LANGADM['AdminLanguages9d03b9a48a9f2f06a9698d1f9484011b'] = 'Datums-Format, lite (zB Ymd, d / m / Y)'; +$_LANGADM['AdminLanguagesa2bc582c21c4b24f18a32d703c0a109b'] = 'Sie können englisches Sprachpaket nicht löschen, es ist Bestandteil des Kernsystems. Aber Sie können es deaktivieren.'; +$_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO-Code'; +$_LANGADM['AdminLanguagesaff03422ee7ccc83301ebd200479efc1'] = 'Ist RTL Sprache:'; +$_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'Sie können die momentan verwendete Sprache nicht löschen, ändern Sie diese Einstellung vor dem Löschen'; +$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminLanguagesb77f96511c7d447e59c9361c9e464631'] = 'PrestaShop-Version, die mit dieser Sprache und Ihrem System kompatibel ist:'; +$_LANGADM['AdminLanguagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'Sie können die momentan verwendete Sprache nicht löschen, ändern Sie diese Einstellung vor dem Löschen'; +$_LANGADM['AdminLanguagesc11566e30920ed4786e534e5332d5b87'] = 'Datums-Format (full)'; $_LANGADM['AdminLanguagesc8177e39573538431ca4c24841ee3fbe'] = 'Die fehlenden Dateien sind rot markiert'; -$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Lokalisation'; +$_LANGADM['AdminLanguagesc907a021c935ae6144fa2ccadfe9360d'] = 'Fahne:'; +$_LANGADM['AdminLanguagescc83a240095b0a0b6e1840bb7d43830c'] = 'Wenn Sie eine Datei mit Übersetzungen löschen, werden alle Übersetzungen gelöscht'; +$_LANGADM['AdminLanguagesce17cda4e805e146bbd1869cdeb844b4'] = 'Themendatei'; +$_LANGADM['AdminLanguagesced0eeffb26feb6012f17fbebfe4e7f8'] = 'Nach dem Anlegen der Sprache können Sie den Inhalt des Sprachpakets importieren, das Sie hier oben auf der Seite \"Tools> Übersetzungen\" herunterladen können'; +$_LANGADM['AdminLanguagesd0b04f12f9593c3d35d1bcdf9691f14b'] = 'Wenn Sie eine Sprache löschen, WERDEN ALLE ÜBERSETZUNGEN DIESER SPRACHE GELÖSCHT. Wollen Sie diese Sprache wirklich löschen?'; +$_LANGADM['AdminLanguagese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'Sprach-Code'; +$_LANGADM['AdminLanguagese6ced2c612d5024c1a2331cdf96e1c33'] = 'Um dann aktiv, wenn diese Sprache von rechts nach links Sprache'; +$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'Die Sprache Ihres Servers.'; $_LANGADM['AdminLocalization1a8940a8dec839073dae5489faff67f7'] = 'Gewichtseinheit:'; -$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'Die Gewichtseinheit in Ihrem Shop (z.B. kg oder lbs)'; +$_LANGADM['AdminLocalization254f642527b45bc260048e30704edb39'] = 'Konfiguration'; +$_LANGADM['AdminLocalization36144ac2644548932977cc36677c1698'] = 'Im Shop verwendete Standard-Währung'; +$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Lokalisation'; +$_LANGADM['AdminLocalization38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Sprachen'; +$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Lokale Sprache:'; $_LANGADM['AdminLocalization48751633fc026587e3c0179405247ac4'] = 'Längeneinheit'; +$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Lokales Land:'; +$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'Die Gewichtseinheit in Ihrem Shop (z.B. kg oder lbs)'; +$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Import des Lokalisationspakets'; +$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importieren'; +$_LANGADM['AdminLocalization6b61093b5fc4585833f0981390993490'] = 'Im Shop verwendete Standard-Sprache'; +$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Steuern'; $_LANGADM['AdminLocalization763441fe3cb9c82d0ffa63a7c5892b61'] = 'Die Längeneinheit in Ihrem Shop (z.B. km oder mi)'; +$_LANGADM['AdminLocalization7c89197a7b81992ee832cb5a89fa6d9d'] = 'Standard-Sprache'; +$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Verbindung zu prestashop.com nicht möglich'; +$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'Das Land Ihres Servers.'; +$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Lokalisationspaket, das Sie importieren möchten:'; +$_LANGADM['AdminLocalization8e10808175a8d945d13bab31fb2e2663'] = 'Standard-Währung'; +$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Fortgeschritten'; $_LANGADM['AdminLocalizationa44d74a22a9161292ed48e7e08214a92'] = 'Volumeneinheit:'; +$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Einheiten (z.B. Gewicht, Volumen, Abstand)'; +$_LANGADM['AdminLocalizationb017db41a29dff4007de058af406341e'] = 'Im Shop verwendetes Standard-Land'; +$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Bundesländer'; +$_LANGADM['AdminLocalizationcc2f0a18cb0448ca2101f93be765e487'] = 'Wenn Sie die Standard-Währung ändern, müssen Sie jeden Produktpreis manuell bearbeiten.'; +$_LANGADM['AdminLocalizationd14d3384847c11b0708990b3343c8dbf'] = 'Standard-Land:'; +$_LANGADM['AdminLocalizationd5bc5fd307b108537039b6b6f98889d5'] = 'Zeitzone:'; +$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Währungen'; $_LANGADM['AdminLocalizatione8fa60f47938a6d0c897198af8804338'] = 'Die Volumeneinheit in Ihrem Shop'; +$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Zu importiertender Inhalt:'; $_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Maßeinheit:'; $_LANGADM['AdminLocalizationf804c2bdebc117d9cde3cddad3b49845'] = 'Die Maßeinheit in Ihrem Shop (z.B. cm oder in)'; -$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Fortgeschritten'; -$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Lokale Sprache:'; -$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'Die Sprache Ihres Servers.'; -$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Lokales Land:'; -$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'Das Land Ihres Servers.'; -$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Import des Lokalisationspakets'; -$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Lokalisationspaket, das Sie importieren möchten:'; -$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Verbindung zu prestashop.com nicht möglich'; -$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Zu importiertender Inhalt:'; -$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Bundesländer'; -$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Steuern'; -$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Währungen'; -$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Sprachen'; -$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Einheiten (z.B. Gewicht, Volumen, Abstand)'; -$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importieren'; -$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Kritikalitätsgrad'; -$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Nachricht'; -$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Objekttyp'; -$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'Objekt-ID'; -$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Fehlercode'; -$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Datum'; -$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Protokolle per Mail'; -$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Minimaler Kritikalitätsgrad'; -$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = '\"5\" eingeben, wenn Sie keine E-Mails mehr erhalten möchten.'; +$_LANGADM['AdminLogin01a569ddc6cf67ddec2a683f0a5f5956'] = 'Kennwort vergessen?'; +$_LANGADM['AdminLogin0206fb59f6e0cd0d3d271b58e9109dca'] = 'Kennwort vergessen?'; +$_LANGADM['AdminLogin07213a0161f52846ab198be103b5ab43'] = 'Fehler'; +$_LANGADM['AdminLogin34bdd7b9823059fa742afab7be9d4c58'] = 'Ihr Kennwort wurde Ihnen per E-Mail zugesandt'; +$_LANGADM['AdminLogin4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es bestehen'; +$_LANGADM['AdminLogin6357d3551190ec7e79371a8570121d3a'] = 'Es bestehen'; +$_LANGADM['AdminLogin78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse'; +$_LANGADM['AdminLogin94966d90747b97d1f0f206c98a8b1ac3'] = 'Senden'; +$_LANGADM['AdminLoginafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Aus Sicherheitsgründen können Sie nicht auf das Verwaltungsfeld zugreifen, solange Sie nicht:'; +$_LANGADM['AdminLoginb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort'; +$_LANGADM['AdminLoginbffe9a3c9a7e00ba00a11749e022d911'] = 'Login'; +$_LANGADM['AdminLogincb5e100e5a9a3e7f6d1fd97512215282'] = 'Fehler'; +$_LANGADM['AdminLogine99c06952f4336ce189d8df45980dca0'] = 'löschen Sie die / install Ordner'; $_LANGADM['AdminLogs0250518090d13c807ece595694bffa98'] = 'Der Shop-Besitzer erhält E-Mails.'; -$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Kritikalitätsgrade'; -$_LANGADM['AdminLogs12fef2a1dcc2efcbc89321a5abf92736'] = 'Das bedeuten die Kritikalitätsgrade:'; -$_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'Rein informativ'; +$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Objekttyp'; $_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Warnung'; -$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Fehler'; $_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Schwerwiegendes Problem (Absturz)'; -$_LANGADM['AdminManufacturersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminManufacturersc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller'; +$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Kritikalitätsgrade'; +$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Datum'; +$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Nachricht'; +$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Fehlercode'; +$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = '\"5\" eingeben, wenn Sie keine E-Mails mehr erhalten möchten.'; +$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Fehler'; +$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Protokolle per Mail'; +$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'Rein informativ'; +$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Minimaler Kritikalitätsgrad'; +$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'Objekt-ID'; +$_LANGADM['AdminLogse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Kritikalitätsgrad'; +$_LANGADM['AdminMaintenance049104cffa3c1841dece50e6e41f749c'] = 'Ihren Shop aktivieren oder deaktivieren. Deaktivieren Sie Ihren Shop während Ihrer Wartungsarbeiten. Der Webservice wird in dieser Zeit nicht ausgesetzt.'; +$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'Allgemein'; +$_LANGADM['AdminMaintenance38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Shop aktivieren'; +$_LANGADM['AdminMaintenance894cd7887e47ca0e836e31577664b1ea'] = 'IP-Adressen mit Zugangsberechtigung zum Front Office selbst bei deaktiviertem Shop. Verwenden Sie ein Komma (\',\'), um sie zu trennen (zum Beispiel 42.24.4.2,127.0.0.1,99.98.97.96)'; +$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'Wartungs-IP'; +$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Element Nr. löschen'; +$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; +$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminManufacturers068f80c7519d0528fb08e82137a72131'] = 'Produkte'; +$_LANGADM['AdminManufacturers18325105de95083e4a1d10b78f29c2bc'] = 'Staat'; +$_LANGADM['AdminManufacturers1caa6ff629641a4eb20f190f7a0539ca'] = 'Name des Merkmals'; $_LANGADM['AdminManufacturers20db0bfeecd8fe60533206a2b5e9891a'] = 'Vorname'; -$_LANGADM['AdminManufacturers8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname'; -$_LANGADM['AdminManufacturers77638e87a55b8747e79590defafa75c9'] = 'Postleitzahl'; +$_LANGADM['AdminManufacturers234078adec0a64008b6ae77653776cfa'] = 'Kurzbeschreibung:'; +$_LANGADM['AdminManufacturers2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; +$_LANGADM['AdminManufacturers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen'; +$_LANGADM['AdminManufacturers2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse:'; +$_LANGADM['AdminManufacturers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminManufacturers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; +$_LANGADM['AdminManufacturers3a2ffc65800e37e450c8aeb609ebf724'] = 'Alle Adressen:'; +$_LANGADM['AdminManufacturers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen'; +$_LANGADM['AdminManufacturers49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminManufacturers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminManufacturers4ff771c5a62c10ddbe02b9b5357b3402'] = 'Herstellerlogo von Ihrem Rechner herunterladen'; +$_LANGADM['AdminManufacturers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminManufacturers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Alle Produkte:'; $_LANGADM['AdminManufacturers57d056ed0984166336b7879c2af3657f'] = 'Stadt'; $_LANGADM['AdminManufacturers59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; -$_LANGADM['AdminManufacturers34c7cc7e30ac36bc5e108bc567aeef73'] = 'Herstelleradressen'; -$_LANGADM['AdminManufacturers49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminManufacturers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen'; -$_LANGADM['AdminManufacturers068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminManufacturers2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; $_LANGADM['AdminManufacturers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminManufacturersc1069a480848e06782b81b8bea9c0c94'] = 'Kurzbeschreibung:'; -$_LANGADM['AdminManufacturersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung:'; -$_LANGADM['AdminManufacturers4ff771c5a62c10ddbe02b9b5357b3402'] = 'Herstellerlogo von Ihrem Rechner herunterladen'; -$_LANGADM['AdminManufacturers9e11e4b371570340ca07913bc4783a7a'] = 'META Titel'; -$_LANGADM['AdminManufacturers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen'; -$_LANGADM['AdminManufacturers3f64b2beede1082fd32ddb0bf11a641f'] = 'META Beschreibung'; -$_LANGADM['AdminManufacturers7d7559ccac6bc30a4d985db11cb34a3a'] = 'META Schlüsselwörter'; -$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; -$_LANGADM['AdminManufacturersb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktivieren'; -$_LANGADM['AdminManufacturers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminManufacturers19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminManufacturers3a2ffc65800e37e450c8aeb609ebf724'] = 'Alle Adressen:'; -$_LANGADM['AdminManufacturers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Alle Produkte:'; -$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; -$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Element Nr. löschen'; -$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref.:'; -$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; -$_LANGADM['AdminManufacturersaf7448c885be0d8acd5eb84322176570'] = 'UPC'; -$_LANGADM['AdminManufacturers647b89b705fafd7d44aa6f01a5cb4711'] = 'Menge'; -$_LANGADM['AdminManufacturers1caa6ff629641a4eb20f190f7a0539ca'] = 'Name des Merkmals'; $_LANGADM['AdminManufacturers63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; -$_LANGADM['AdminManufacturers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminManufacturers647b89b705fafd7d44aa6f01a5cb4711'] = 'Menge'; +$_LANGADM['AdminManufacturers668a8d8d7ffe5da112b266e46b79b685'] = 'Vorname:'; +$_LANGADM['AdminManufacturers77638e87a55b8747e79590defafa75c9'] = 'Postleitzahl'; +$_LANGADM['AdminManufacturers7b250cb374c12c42a75227ba75df7779'] = 'Meta Titel:'; +$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; +$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; +$_LANGADM['AdminManufacturers8d3f5eff9c40ee315d452392bed5309b'] = 'Nachname'; +$_LANGADM['AdminManufacturersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; +$_LANGADM['AdminManufacturersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminManufacturersaf7448c885be0d8acd5eb84322176570'] = 'UPC'; +$_LANGADM['AdminManufacturersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminManufacturersb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktivieren'; +$_LANGADM['AdminManufacturersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Nachname:'; +$_LANGADM['AdminManufacturersbffb711ec36f280459d11dce315da72f'] = 'Stadt:'; +$_LANGADM['AdminManufacturersc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller'; +$_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; +$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref.:'; +$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Hersteller:'; +$_LANGADM['AdminManufacturersf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; $_LANGADM['AdminManufacturersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminManufacturers694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; -$_LANGADM['AdminMessagesd79cf3f429596f77db95c65074663a54'] = 'Bestellnummer'; -$_LANGADM['AdminMessagesd37c2bf1bd3143847fca087b354f920e'] = 'Kundenummer'; -$_LANGADM['AdminMessagesce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; -$_LANGADM['AdminMessagescf090b8fa4a136ed6058aaf84d5d2538'] = 'Letzte Nachricht'; -$_LANGADM['AdminMessages8c35beea89f7d76d6289bde100482c2f'] = 'Ungelesen(e) Nachricht(en)'; -$_LANGADM['AdminMessages301516a74ab570fe8ed6944932f7d428'] = 'Anzahl Nachrichten'; -$_LANGADM['AdminMessages375abd9b89e341b5a917c6ec15209860'] = 'Dieser Kunde hat seine Bestellung noch nicht abgeschlossen, hier aber hier seine Nachrichten:'; -$_LANGADM['AdminMessages0d698fffffee7ffeb5d468acdf03c71c'] = 'Warenkorb-ID:'; -$_LANGADM['AdminMessagesd13d8380c3f4de07fef91a42fe6c60d7'] = 'Kunden-ID:'; -$_LANGADM['AdminMessages0d8d58008ef5dd7afce337373ef73993'] = 'Datum:'; -$_LANGADM['AdminMessages940663fd4428d2c86f9a4780b6574028'] = 'Nachricht:'; -$_LANGADM['AdminMessages6e9783376d951cfd780e9fdb67a0f02c'] = 'Details sehen:'; -$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Seite'; -$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Titel'; -$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'Vereinfachte URL:'; -$_LANGADM['AdminMetabc5d446bc10f94f2132fa898d11a423a'] = 'URL-Einstellungen'; -$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Nur dann aktivieren, wenn Ihr Server URL-Rewriting zulässt (empfohlen)'; -$_LANGADM['AdminMeta34d6a3e98f1b347c4f1df6257cd793c5'] = 'Wenn Sie diese Funktion aktivieren, müssen Sie'; -$_LANGADM['AdminMeta3cf5f5fe88091d2e57f5597b184b5959'] = 'eine htaccess-Datei generieren'; -$_LANGADM['AdminMeta44bc5350d0a72d6f348aaeebb4004d8e'] = 'Automatisch zur kanonischen URL weiterleiten'; -$_LANGADM['AdminMetae73d8e659020c1acff040a3a3eaf9d21'] = 'Wird empfohlen, Ihr Thema muss jedoch zugelassen sein'; $_LANGADM['AdminMeta0af89096135210f23a49637e3d9f3a60'] = 'Meta-Tags'; +$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Seite'; +$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'Vereinfachte URL:'; +$_LANGADM['AdminMeta2affaa9860b7565fac919c53798b398d'] = 'Beispiel: \"contacts\" für http://maboutique.com/shop/contacts leitet Sie weiter auf http://maboutique.com/shop/contact-form.php'; +$_LANGADM['AdminMeta345d6249c20c6319bb09edaaf536744b'] = 'Robots-Datei erzeugen'; +$_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'Umgeschriebene URL:'; +$_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; +$_LANGADM['AdminMeta3b823baba7abb920bd1c18104ae7537b'] = 'Ihre robots.txt-Datei MUSS sich im Stammverzeichnis Ihrer Webseite befinden und nirgendwo anders.'; +$_LANGADM['AdminMeta44bc5350d0a72d6f348aaeebb4004d8e'] = 'Automatisch zur kanonischen URL weiterleiten'; +$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminMeta7959e21ff0b83542251ca0b4e9a62eea'] = 'Datei robots.txt erzeugen'; +$_LANGADM['AdminMeta7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Aktivieren Sie diese Option nur, wenn Sie Probleme mit einigen Seiten URL-Rewriting haben.'; +$_LANGADM['AdminMeta82fa9d45784fa48b4a37f4e225de5451'] = 'Kurzbeschreibung'; +$_LANGADM['AdminMeta93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; +$_LANGADM['AdminMetaacaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Disable apache Mehrfachansichten'; +$_LANGADM['AdminMetab65cc08420e484602c7c313336933452'] = 'Bsp.: http://www.monsite.com/robots.txt'; +$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Titel'; +$_LANGADM['AdminMetab8a27e47e64caa3e36c8894c3745357b'] = 'Bevor Sie dieses Tool verwenden können, müssen Sie:'; +$_LANGADM['AdminMetabafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminMetabc5d446bc10f94f2132fa898d11a423a'] = 'URL-Einstellungen'; +$_LANGADM['AdminMetac12e753c3108c17350db4e5990ff626e'] = 'Liste der Schlüsselwörter'; +$_LANGADM['AdminMetac9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminMetad65773e40ecde8c2b27057f09fc868ff'] = 'Titel der Seite:'; +$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Nur dann aktivieren, wenn Ihr Server URL-Rewriting zulässt (empfohlen)'; $_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Seite:'; $_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = 'Es ist keine Seite verfügbar!'; -$_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Name der betreffenden Seite'; -$_LANGADM['AdminMetad65773e40ecde8c2b27057f09fc868ff'] = 'Titel der Seite:'; -$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; $_LANGADM['AdminMetae67422bc0428fba3af157a4d4851d2b4'] = 'Titel der betreffenden Seite'; -$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; -$_LANGADM['AdminMeta82fa9d45784fa48b4a37f4e225de5451'] = 'Kurzbeschreibung'; -$_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; -$_LANGADM['AdminMetac12e753c3108c17350db4e5990ff626e'] = 'Liste der Schlüsselwörter'; -$_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'Umgeschriebene URL:'; -$_LANGADM['AdminMeta2affaa9860b7565fac919c53798b398d'] = 'Beispiel: \"contacts\" für http://maboutique.com/shop/contacts leitet Sie weiter auf http://maboutique.com/shop/contact-form.php'; -$_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminMeta19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminModules7258e7251413465e0a3eb58094430bde'] = 'Verwaltung'; -$_LANGADM['AdminModules49a1b0ce5fd874636756adcf1423e035'] = 'Werbung & Marketing'; -$_LANGADM['AdminModules59e06cbd4be5387138b589509ce17162'] = 'Statistiken & Analysen'; -$_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Rechnungsstellung'; -$_LANGADM['AdminModules6ff063fbc860a79759a7369ac32cee22'] = 'Bestellvorgang'; -$_LANGADM['AdminModules5dc6d69e21ca0f5779b9cfeae1154f05'] = 'Content Management'; +$_LANGADM['AdminMetae73d8e659020c1acff040a3a3eaf9d21'] = 'Wird empfohlen, Ihr Thema muss jedoch zugelassen sein'; +$_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Name der betreffenden Seite'; $_LANGADM['AdminModules0095a9fa74d1713e43e370a7d7846224'] = 'Export'; -$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Front Office-Funktionen'; -$_LANGADM['AdminModulescef02fed5f63407268c2c0202d1d3708'] = 'International & Lokalisation'; -$_LANGADM['AdminModules335676135e0f03d2756262a437c95a0e'] = 'Merchandising'; -$_LANGADM['AdminModules5b985caa89b2ca61bbeee91a896c610d'] = 'Migrations-Tools'; -$_LANGADM['AdminModulese77ecbf1af4f4c210146d351f8dfbc3b'] = 'Zahlung'; -$_LANGADM['AdminModules2bcde8baf68a8b2a88a4a072437639e8'] = 'Zahlungssicherheit'; -$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Preise & Sonderangebote'; -$_LANGADM['AdminModulesa9964513dc046a2cd404413f77b4656e'] = 'Schnell-/ Massenbearbeitung'; -$_LANGADM['AdminModules485e7b5a1a22f24d67a011c7ae21382a'] = 'Suche und Filter'; -$_LANGADM['AdminModulesd88946b678e4c2f251d4e292e8142291'] = 'SEO - Referenzierung'; -$_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Lieferant & Logistik'; -$_LANGADM['AdminModules5f17a788546ddb43236732f8b0bdfd7e'] = 'Slideshows'; -$_LANGADM['AdminModulesa8b87a22bdd589f5d056645941a01841'] = 'Einkaufsführer'; -$_LANGADM['AdminModulescc50be8368055ce40af5f926b8ba5eef'] = 'Marktplatz'; -$_LANGADM['AdminModules222e1825c6eb93a516fba01be7861ddd'] = 'Soziale Netzwerke'; -$_LANGADM['AdminModules3182ea023795eb83ed0ce3beea5beb73'] = 'Weitere Module'; -$_LANGADM['AdminModules551746895fb66f979bce758992475bfc'] = 'keine Datei ausgewählt'; -$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'Modul nicht gefunden'; -$_LANGADM['AdminModulese55f75a29310d7b60f7ac1d390c8ae42'] = 'Modul'; -$_LANGADM['AdminModules0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück'; -$_LANGADM['AdminModules53103fcc4656f55c219b600ded3c7438'] = '?? verwalten'; -$_LANGADM['AdminModulescbabf7f87548581cdb2329bda9023c22'] = 'Übersetzungen verwalten'; -$_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Autoren'; -$_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Neues Modul hinzufügen'; -$_LANGADM['AdminModules141be25d6cbf58bd13da78f7102f8323'] = 'Neues Modul von der Festplatte hochladen'; -$_LANGADM['AdminModules3c68e6875a6e023501e84f0dee439713'] = 'Neues Modul aus PrestaShop Addons hinzufügen'; -$_LANGADM['AdminModules13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche'; -$_LANGADM['AdminModulescc5df44726705000d55c4d0d0266f206'] = 'Das Modul muss ein ZIP- oder TGZ-Archiv sein.'; -$_LANGADM['AdminModules5b48d0f5735d2f9b73a8f3ec7c4858ba'] = 'Moduldatei'; -$_LANGADM['AdminModules5815819625f2a7b13017e31a3d1af0dd'] = 'Laden Sie das Modul von Ihrem Desktop.'; -$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Modul laden'; -$_LANGADM['AdminModulesc25d750d2eddb83507fc2ba18fa78782'] = 'URL des Moduls'; -$_LANGADM['AdminModulesc52057a18e7202b3aa98f5b34d0c748a'] = 'Laden Sie das Modul direkt aus dem Internet herunter.'; -$_LANGADM['AdminModules4be55b9233bbb7cd6201501723b118ed'] = 'Modul herunterladen'; -$_LANGADM['AdminModulesd87ec4c65196916e14f131724e4e603d'] = 'Alle Registerkarten öffnen'; -$_LANGADM['AdminModules8da5006b9b85fdb71d1239fcca8f63de'] = 'Alle Registerkarten schließen'; $_LANGADM['AdminModules00c3388449f7c4d73cc8c417d7d38554'] = 'Alle Module'; -$_LANGADM['AdminModules5976afe9ba86f2fdc39868d5282b02fa'] = 'Native Module'; -$_LANGADM['AdminModules4cf4871b73927be08c4d9cd5874f899f'] = 'Partner-Module'; -$_LANGADM['AdminModulesc3ba72d64cf29d2df49198be13ff9e50'] = 'Weitere Module'; -$_LANGADM['AdminModules9472e641f3ca4a8e3704f4fa9adc7835'] = 'Installiert und deinstalliert'; -$_LANGADM['AdminModulesd9e87fc7a13ba398295447791c67b586'] = 'Installierte Module'; -$_LANGADM['AdminModulesdb35d7e7450a0534ecc64bbaf554922b'] = 'Deinstallierte Module'; -$_LANGADM['AdminModules6b8f34307b46c249a91d84e52ae94caf'] = 'Aktiviert & deaktiviert'; -$_LANGADM['AdminModulesdfe6e46e2d3e3ba76b5d9aee197c0747'] = 'Module aktiviert'; -$_LANGADM['AdminModulesa0f454ebaee933c7791ffcdda76944b3'] = 'Module deaktiviert'; -$_LANGADM['AdminModulesc3987e4cac14a8456515f0d200da04ee'] = 'Alle Länder'; -$_LANGADM['AdminModulesd188407e1d066cd41925efebe2dab3da'] = 'Aktuelles Land:'; -$_LANGADM['AdminModules526d688f37a86d3c3f27d0c5016eb71d'] = 'Filter zurücksetzen'; -$_LANGADM['AdminModulesd7778d0c64b6ba21494c97f77a66885a'] = 'Filtern'; -$_LANGADM['AdminModules0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'Module'; -$_LANGADM['AdminModules22884db148f0ffb0d830ba431102b0b5'] = 'Modul'; -$_LANGADM['AdminModuleseb5534a6983af195fab96bffe2ca4549'] = 'Modul aktiviert'; -$_LANGADM['AdminModulesa753d00275ac2a01fb62f29bcd3d7403'] = 'Modul installiert, aber nicht konfiguriert'; -$_LANGADM['AdminModulesefab7397e527d5501f6d83dd6cd0466b'] = 'Modul deaktiviert'; -$_LANGADM['AdminModules5cd043a1b14e0369f9d6270c2257a81a'] = 'Modul nicht installiert'; -$_LANGADM['AdminModulesdf3f079de6961496f0460dcfdbf9bca3'] = 'von'; -$_LANGADM['AdminModules349838fb1d851d3e2014b9fe39203275'] = 'Installieren'; -$_LANGADM['AdminModulesa27dfe771799a09fd55fea73286eb6ab'] = 'Deinstallieren'; +$_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Autoren'; +$_LANGADM['AdminModules0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück'; +$_LANGADM['AdminModules06933067aafd48425d67bcb01bba5cb6'] = 'Aktualisierung'; +$_LANGADM['AdminModules13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche'; +$_LANGADM['AdminModules222e1825c6eb93a516fba01be7861ddd'] = 'Soziale Netzwerke'; $_LANGADM['AdminModules29c632cf1c7f140b6e86f3af04df48d4'] = 'Auswahl installieren'; -$_LANGADM['AdminModules7245ac07bbd56e6d0f7489a7dddb836f'] = 'Auswahl deinstallieren'; -$_LANGADM['AdminModulesf7c686a2f449e94bbbafca23e76dd33b'] = 'Bildsymbol-Legende'; -$_LANGADM['AdminModules150854c56046ef1253500d082fdfbbc2'] = 'Modul installiert und aktiviert'; -$_LANGADM['AdminModules48a963c9173e950ace0c801509eb8ef2'] = 'Modul installiert, aber deaktiviert'; -$_LANGADM['AdminModulesbacc7d9b8003258a090961660729a9b5'] = 'Kein Modul '; -$_LANGADM['AdminModulesbcfaccebf745acfd5e75351095a5394a'] = 'Deaktivieren'; +$_LANGADM['AdminModules2bcde8baf68a8b2a88a4a072437639e8'] = 'Zahlungssicherheit'; $_LANGADM['AdminModules2faec1f9f8cc7f8f40d521c4dd574f49'] = 'Aktivieren'; -$_LANGADM['AdminModulesf1206f9fadc5ce41694f69129aecac26'] = 'Konfigurieren'; +$_LANGADM['AdminModules3182ea023795eb83ed0ce3beea5beb73'] = 'Weitere Module'; +$_LANGADM['AdminModules335676135e0f03d2756262a437c95a0e'] = 'Merchandising'; +$_LANGADM['AdminModules349838fb1d851d3e2014b9fe39203275'] = 'Installieren'; +$_LANGADM['AdminModules3adbdb3ac060038aa0e6e6c138ef9873'] = 'Kategorie'; +$_LANGADM['AdminModules485e7b5a1a22f24d67a011c7ae21382a'] = 'Suche und Filter'; +$_LANGADM['AdminModules49a1b0ce5fd874636756adcf1423e035'] = 'Werbung & Marketing'; +$_LANGADM['AdminModules4cf4871b73927be08c4d9cd5874f899f'] = 'Partner-Module'; +$_LANGADM['AdminModules526d688f37a86d3c3f27d0c5016eb71d'] = 'Filter zurücksetzen'; +$_LANGADM['AdminModules53103fcc4656f55c219b600ded3c7438'] = '?? verwalten'; +$_LANGADM['AdminModules551746895fb66f979bce758992475bfc'] = 'keine Datei ausgewählt'; +$_LANGADM['AdminModules5815819625f2a7b13017e31a3d1af0dd'] = 'Laden Sie das Modul von Ihrem Desktop.'; +$_LANGADM['AdminModules5976afe9ba86f2fdc39868d5282b02fa'] = 'Native Module'; +$_LANGADM['AdminModules59e06cbd4be5387138b589509ce17162'] = 'Statistiken & Analysen'; +$_LANGADM['AdminModules5b48d0f5735d2f9b73a8f3ec7c4858ba'] = 'Moduldatei'; +$_LANGADM['AdminModules5b985caa89b2ca61bbeee91a896c610d'] = 'Migrations-Tools'; +$_LANGADM['AdminModules5dc6d69e21ca0f5779b9cfeae1154f05'] = 'Content Management'; +$_LANGADM['AdminModules5f17a788546ddb43236732f8b0bdfd7e'] = 'Slideshows'; +$_LANGADM['AdminModules6b8f34307b46c249a91d84e52ae94caf'] = 'Aktiviert & deaktiviert'; +$_LANGADM['AdminModules6ff063fbc860a79759a7369ac32cee22'] = 'Bestellvorgang'; +$_LANGADM['AdminModules7245ac07bbd56e6d0f7489a7dddb836f'] = 'Auswahl deinstallieren'; +$_LANGADM['AdminModules7258e7251413465e0a3eb58094430bde'] = 'Verwaltung'; +$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Front Office-Funktionen'; +$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Modul laden'; +$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Preise & Sonderangebote'; +$_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Lieferant & Logistik'; +$_LANGADM['AdminModules9472e641f3ca4a8e3704f4fa9adc7835'] = 'Installiert und deinstalliert'; +$_LANGADM['AdminModules96b0141273eabab320119c467cdcaf17'] = 'Gesamt'; +$_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Neues Modul hinzufügen'; +$_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Rechnungsstellung'; $_LANGADM['AdminModules9ce81cf948b7325d53c64aa610851552'] = 'Diese Handlung löscht das Modul endgültig von Ihrem Server. Sind Sie wirklich sicher?'; -$_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminModules3488a51eb7f723d65daeff912e69b177'] = 'Gewälte Filter'; -$_LANGADM['AdminModulesPositions51a8b3a61ad63d4e5df2ce86870e39b8'] = 'Modul hinzufügen'; +$_LANGADM['AdminModulesPositions08a38277b0309070706f6652eeae9a53'] = 'Unten'; +$_LANGADM['AdminModulesPositions0e914d3a9383dca6cf82f48659c41688'] = 'Hier können Sie im Front Office Ihres Shops Module live verschieben und löschen.'; +$_LANGADM['AdminModulesPositions0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'Module'; +$_LANGADM['AdminModulesPositions1063e38cb53d94d386f21227fcd84717'] = 'Löschen'; +$_LANGADM['AdminModulesPositions19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; +$_LANGADM['AdminModulesPositions22884db148f0ffb0d830ba431102b0b5'] = 'Modul'; +$_LANGADM['AdminModulesPositions258f49887ef8d14ac268c92b02503aaa'] = 'Oben'; $_LANGADM['AdminModulesPositions498f79c4c5bbde77f1bceb6c86fd0f6d'] = 'Zeigen'; $_LANGADM['AdminModulesPositions4ba24d91566786f5315acf453418dbb6'] = 'Alle Module'; -$_LANGADM['AdminModulesPositions6d7c1e5020617c62ce515b7d9d610dd8'] = 'Unsichtbare Hooks anzeigen'; -$_LANGADM['AdminModulesPositions8e278f6a1ae38a12b2378eec8d08aa4f'] = 'Live Edit'; -$_LANGADM['AdminModulesPositions0e914d3a9383dca6cf82f48659c41688'] = 'Hier können Sie im Front Office Ihres Shops Module live verschieben und löschen.'; -$_LANGADM['AdminModulesPositions6c60f3604bf60b7521bfc60e9c4f65ca'] = 'LiveEdit starten'; -$_LANGADM['AdminModulesPositionsfeb6f2e19409f021e5fd65c51d21d254'] = 'Ausgewählte Objekte entfernen'; -$_LANGADM['AdminModulesPositions0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'Module'; -$_LANGADM['AdminModulesPositions22884db148f0ffb0d830ba431102b0b5'] = 'Modul'; -$_LANGADM['AdminModulesPositionsfc5ad043a6703887bcf45eb8348d8680'] = 'Technischer Name:'; -$_LANGADM['AdminModulesPositions258f49887ef8d14ac268c92b02503aaa'] = 'Oben'; -$_LANGADM['AdminModulesPositions08a38277b0309070706f6652eeae9a53'] = 'Unten'; -$_LANGADM['AdminModulesPositions7dce122004969d56ae2e0245cb754d35'] = 'Bearbeiten'; -$_LANGADM['AdminModulesPositionsf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminModulesPositions51a8b3a61ad63d4e5df2ce86870e39b8'] = 'Modul hinzufügen'; $_LANGADM['AdminModulesPositions605e21f380bbda2912e12a4c16737227'] = 'Kein Modul für diesen Haltepunkt'; -$_LANGADM['AdminModulesPositionse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modul'; -$_LANGADM['AdminModulesPositions98a11cd6082576d0b5c84f37bde0b380'] = 'Modul integrieren in'; -$_LANGADM['AdminModulesPositionsd5f1381c5f97f928df4ef8d18c2a27c0'] = 'Ausnahmen'; -$_LANGADM['AdminModulesPositions9ee91b01130064edd60d330a3888d17e'] = 'Dateien, für die das Modul nicht angezeigt wird'; +$_LANGADM['AdminModulesPositions6c60f3604bf60b7521bfc60e9c4f65ca'] = 'LiveEdit starten'; +$_LANGADM['AdminModulesPositions6d7c1e5020617c62ce515b7d9d610dd8'] = 'Unsichtbare Hooks anzeigen'; +$_LANGADM['AdminModulesPositions7dce122004969d56ae2e0245cb754d35'] = 'Bearbeiten'; $_LANGADM['AdminModulesPositions8a6617dfa35ce54642fc61fd53935a91'] = 'Bitte trennen Sie jeden Dateinamen mit einem Komma'; +$_LANGADM['AdminModulesPositions8e278f6a1ae38a12b2378eec8d08aa4f'] = 'Live Edit'; +$_LANGADM['AdminModulesPositions98a11cd6082576d0b5c84f37bde0b380'] = 'Modul integrieren in'; +$_LANGADM['AdminModulesPositions9ee91b01130064edd60d330a3888d17e'] = 'Dateien, für die das Modul nicht angezeigt wird'; $_LANGADM['AdminModulesPositionsc9cc8cce247e49bae79f15173ce97354'] = 'Speichern'; -$_LANGADM['AdminModulesPositions19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminModulesPositionsd5f1381c5f97f928df4ef8d18c2a27c0'] = 'Ausnahmen'; +$_LANGADM['AdminModulesPositionse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modul'; +$_LANGADM['AdminModulesPositionsec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen'; +$_LANGADM['AdminModulesPositionsf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminModulesPositionsfc5ad043a6703887bcf45eb8348d8680'] = 'Technischer Name:'; +$_LANGADM['AdminModulesPositionsfeb6f2e19409f021e5fd65c51d21d254'] = 'Ausgewählte Objekte entfernen'; +$_LANGADM['AdminModulesa0f454ebaee933c7791ffcdda76944b3'] = 'Module deaktiviert'; +$_LANGADM['AdminModulesa27dfe771799a09fd55fea73286eb6ab'] = 'Deinstallieren'; +$_LANGADM['AdminModulesa8b87a22bdd589f5d056645941a01841'] = 'Einkaufsführer'; +$_LANGADM['AdminModulesa9964513dc046a2cd404413f77b4656e'] = 'Schnell-/ Massenbearbeitung'; +$_LANGADM['AdminModulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Kategorien'; +$_LANGADM['AdminModulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung:'; +$_LANGADM['AdminModulesbcfaccebf745acfd5e75351095a5394a'] = 'Deaktivieren'; +$_LANGADM['AdminModulesbffe9a3c9a7e00ba00a11749e022d911'] = 'Login'; +$_LANGADM['AdminModulesc3987e4cac14a8456515f0d200da04ee'] = 'Alle Länder'; +$_LANGADM['AdminModulesc3ba72d64cf29d2df49198be13ff9e50'] = 'Weitere Module'; +$_LANGADM['AdminModulescbabf7f87548581cdb2329bda9023c22'] = 'Übersetzungen verwalten'; +$_LANGADM['AdminModulescc50be8368055ce40af5f926b8ba5eef'] = 'Marktplatz'; +$_LANGADM['AdminModulescef02fed5f63407268c2c0202d1d3708'] = 'International & Lokalisation'; +$_LANGADM['AdminModulesd188407e1d066cd41925efebe2dab3da'] = 'Aktuelles Land:'; +$_LANGADM['AdminModulesd7778d0c64b6ba21494c97f77a66885a'] = 'Filtern'; +$_LANGADM['AdminModulesd88946b678e4c2f251d4e292e8142291'] = 'SEO - Referenzierung'; +$_LANGADM['AdminModulesd9e87fc7a13ba398295447791c67b586'] = 'Installierte Module'; +$_LANGADM['AdminModulesdb35d7e7450a0534ecc64bbaf554922b'] = 'Deinstallierte Module'; +$_LANGADM['AdminModulesdf3f079de6961496f0460dcfdbf9bca3'] = 'von'; +$_LANGADM['AdminModulesdfe6e46e2d3e3ba76b5d9aee197c0747'] = 'Module aktiviert'; +$_LANGADM['AdminModulese55f75a29310d7b60f7ac1d390c8ae42'] = 'Modul'; +$_LANGADM['AdminModulese77ecbf1af4f4c210146d351f8dfbc3b'] = 'Zahlung'; +$_LANGADM['AdminModulesf1206f9fadc5ce41694f69129aecac26'] = 'Konfigurieren'; +$_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'Modul nicht gefunden'; +$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Vordefinierte Nachrichten'; +$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; $_LANGADM['AdminOrderMessage49ee3087348e8d44e1feda1917443987'] = 'Name'; $_LANGADM['AdminOrderMessage4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Nachricht'; -$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Vordefinierte Nachrichten'; $_LANGADM['AdminOrderMessage4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; $_LANGADM['AdminOrderMessage940663fd4428d2c86f9a4780b6574028'] = 'Nachricht:'; -$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminOrderMessage70397c4b252a5168c5ec003931cea215'] = 'Pflichtfelder'; -$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminOrders03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu'; -$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; -$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Gesamt'; -$_LANGADM['AdminOrdersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung'; -$_LANGADM['AdminOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminOrders44749712dbec183e983dcd78a7736c41'] = 'Datum'; -$_LANGADM['AdminOrdersbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; -$_LANGADM['AdminOrdersce06c769dac054ae0bed803d833f3f1c'] = 'Guthaben bzgl. der Bestellung Nr.'; -$_LANGADM['AdminOrderse183b47cb3af26aadf83cddda0d47453'] = 'benutzerdefiniert'; -$_LANGADM['AdminOrderse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref.:'; -$_LANGADM['AdminOrdersdd70925db57b570bcb660d68c30d5e0b'] = 'Ref. Lieferer:'; -$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte #'; -$_LANGADM['AdminOrders853ae90f0351324bd73ea615e6487517'] = ' :'; -$_LANGADM['AdminOrders3f3e336e2f1fa10375efd923fca18b55'] = 'Vorsicht:'; -$_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'bezahlt statt'; -$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Bestellung Nr.'; -$_LANGADM['AdminOrdersa6ecff447ea8327b43f5d16a924fb6be'] = 'Rechnung sehen'; -$_LANGADM['AdminOrdersf8246f1c2cfd9a81a376223428bd09d7'] = 'Keine Rechnung'; -$_LANGADM['AdminOrdersddd167afc1441dcab03a9546c8ef8b51'] = 'Lieferschein sehen'; -$_LANGADM['AdminOrdersa6181ae0a3e0370de94efa64782a6e79'] = 'Kein Lieferschein'; -$_LANGADM['AdminOrdersbe4254ec37a7bf0d2babdf04bce774cf'] = 'Bestellung ausdrucken'; -$_LANGADM['AdminOrdersb0068c134904cebb9f815c58a69d0f2e'] = 'Seite ausdrucken'; -$_LANGADM['AdminOrdersf4ec5f57bd4d31b803312d873be40da9'] = 'Ändern'; -$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Informationen zum Kunden'; +$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminOrderMessagee25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminOrderPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Steuer der Geschenkverpackungen'; +$_LANGADM['AdminOrderPreferences0db377921f4ce762c62526131097968f'] = 'Allgemein'; +$_LANGADM['AdminOrderPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Diese Funktion ermöglicht das Durchlaufen eines Bestellvorgangs, ohne ein Konto zu erstellen'; +$_LANGADM['AdminOrderPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Bietet dem Kunden Geschenkverpackungen an und die Möglichkeit, eine Nachricht zu hinterlassen '; +$_LANGADM['AdminOrderPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Preise Geschenkverpackungen'; +$_LANGADM['AdminOrderPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Erfordert die Zustimmung des Kunden zu den AGB während des Bestellvorgangs'; +$_LANGADM['AdminOrderPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminOrderPreferences403e42a4b26e379cb13563c98ab63067'] = 'Express-Bestellung aktivieren (Guest checkout)'; +$_LANGADM['AdminOrderPreferences59aad85b376259844b471a758908a3c1'] = 'Art des Bestellvorgangs'; +$_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; +$_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Sie können die Art des Bestellvorgangs wählen, entweder Standard (5 Schritte, 5 Seiten) oder \"One Page Checkout\" (5 Schritte auf derselben Seite)'; +$_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Wählen Sie die CMS-Seite der allgemeinen Geschäftsbedingungen'; +$_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Legt eine Steuer für den Preis der Geschenkverpackung fest'; +$_LANGADM['AdminOrderPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Mindestgesamtbetrag zur Durchführung einer Bestellung:'; +$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'One page checkout'; +$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Recycling-Geschenkverpackungen anbieten'; +$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 Schritte)'; +$_LANGADM['AdminOrderPreferencesc173252856179a44a9506a968359de8b'] = 'Legt den Preis für die Geschenkverpackung fest'; +$_LANGADM['AdminOrderPreferencesca9bccbec65b9e333e8896dbe43369df'] = '0 deaktiviert diese Funktion'; +$_LANGADM['AdminOrderPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Geschenkverpackungen anbieten'; +$_LANGADM['AdminOrderPreferencesd4d27f93d89b170800f7896e3e438468'] = 'CMS-Seite der allgemeinen Geschäftsbedingungen'; +$_LANGADM['AdminOrderPreferencese4045598261988d9988c594243a9434d'] = 'Allgemeine Geschäftsbedingungen'; +$_LANGADM['AdminOrderPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Der Kunde wählt ein Paket aus Recyclingmaterial'; +$_LANGADM['AdminOrders004bf6c9a40003140292e97330236c53'] = 'Tools'; $_LANGADM['AdminOrders01abfc750a0c942167651c40d088531d'] = 'Nr.'; -$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Diese Bestellung wurde von ausgeführt'; -$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'Gastkonto'; -$_LANGADM['AdminOrders80e915c39ca9254655d2802979aa698b'] = 'Umwandeln in ein Kundenkonto'; -$_LANGADM['AdminOrdersaf5730c209cb9ef0ddb9f7dc91a50e4e'] = 'Diese Funktion generiert ein zufälliges Kennwort und sendet eine E-Mail an den Kunden'; -$_LANGADM['AdminOrders81fe7d0c685ca9f1829f5ff52370d06e'] = 'Ein registrierter Kunde Konto existiert mit der gleichen E-Mail-Adresse'; -$_LANGADM['AdminOrders1402e450396cb76b53b95f6e1746d700'] = 'Kundenkonto angelegt am:'; -$_LANGADM['AdminOrdersb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Bestätigte Bestellungen:'; -$_LANGADM['AdminOrders5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Gesamtbetrag, der seit des Anlegens des Kontos gezahlt wurde:'; -$_LANGADM['AdminOrdersfb61758d0f0fda4ba867c3d5a46c16a7'] = 'Quellen'; -$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'Herkunft:'; -$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'Nach:'; -$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Schlüsselwörter:'; -$_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Rechnung'; -$_LANGADM['AdminOrders42f6d99a2dddc4858882ed8e9a210b52'] = 'Rechnung Nr.:'; -$_LANGADM['AdminOrders786469e804d769a45d37c3618e47c51f'] = 'Erstellt am:'; -$_LANGADM['AdminOrders247ebfa7699e5457979b4e369999d101'] = 'Noch keine Rechnung.'; -$_LANGADM['AdminOrdersc3f15ecc6da0827a8da712cb43a0b596'] = 'Informationen zum Lieferanten'; -$_LANGADM['AdminOrdersfd5f7a8ff6ee357c83f108926c18210d'] = 'Gesamtgewicht:'; -$_LANGADM['AdminOrdersf8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:'; -$_LANGADM['AdminOrdersea0b24419607e128a129c0c384d9b72a'] = 'Lieferschein Nr.'; -$_LANGADM['AdminOrdersf3ebde38fb84b9d5677bf2600e4270da'] = 'Verfolgungsnummer'; -$_LANGADM['AdminOrders4422db6dbadf8e15dec32da8bc2e885f'] = 'Paketsendung verfolgen'; -$_LANGADM['AdminOrders8588fd6e73a866096416593954bd98f2'] = 'Paketnummer spezifizieren'; -$_LANGADM['AdminOrdersf5d74ea75357b5e139854c14f8e24fe3'] = 'Details der Bestellung'; -$_LANGADM['AdminOrdersb5a83868feaf5e67aee62ac69fe4d3d4'] = 'Ursprünglicher Warenkorb:'; -$_LANGADM['AdminOrders580034e942d61c23826cb31dc2cb3c89'] = 'Warenkorb Nr.'; -$_LANGADM['AdminOrdersff22b5cb66c61ec9785919d33f48ee3b'] = 'Zahlungsweise:'; -$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminOrders9d5bf15117441a1b52eb1f0808e4aad3'] = 'Ermäßigungsgutscheine'; -$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Verpackung'; -$_LANGADM['AdminOrdersea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Transport'; -$_LANGADM['AdminOrders482af2fbf8fede13613a03b1b1fec7d1'] = 'Bezahlt:'; -$_LANGADM['AdminOrders38cea52ef18b15dfe649d5183871dee0'] = 'Recycling-Verpackung:'; -$_LANGADM['AdminOrders09dcc3b32a3b46e280067eb50780cfc3'] = 'Geschenkverpackung:'; -$_LANGADM['AdminOrders940663fd4428d2c86f9a4780b6574028'] = 'Nachricht:'; -$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Lieferadresse:'; -$_LANGADM['AdminOrders601d8c4b9f72fc1862013c19b677a499'] = 'Rechnungsadresse:'; -$_LANGADM['AdminOrders8281efa2494e3344518040d38c11eb8a'] = 'Rücksendung des Produkts nicht möglich'; -$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'Die zurückzusendende Menge ist größer als die verfügbare Menge'; -$_LANGADM['AdminOrdersdeb10517653c255364175796ace3553f'] = 'Produkt'; -$_LANGADM['AdminOrdersfbaedde498cdead4f2780217646e9ba1'] = 'PU'; $_LANGADM['AdminOrders03ab340b3f99e03cff9e84314ead38c0'] = 'Menge'; -$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Erstattet'; -$_LANGADM['AdminOrdersfdfac28b5ad628f25649d9c2eb4fc62e'] = 'Zurückgesandt'; +$_LANGADM['AdminOrders03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu'; +$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Produkte'; +$_LANGADM['AdminOrders06933067aafd48425d67bcb01bba5cb6'] = 'Aktualisierung'; +$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'Gastkonto'; +$_LANGADM['AdminOrders0885f0c211f74834f0109c5abaf4cdc4'] = 'Sprache:'; +$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Diese Bestellung wurde von ausgeführt'; +$_LANGADM['AdminOrders09dcc3b32a3b46e280067eb50780cfc3'] = 'Geschenkverpackung:'; +$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Lieferadresse:'; +$_LANGADM['AdminOrders0d8d58008ef5dd7afce337373ef73993'] = 'Datum:'; +$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Einspritzen'; +$_LANGADM['AdminOrders1402e450396cb76b53b95f6e1746d700'] = 'Kundenkonto angelegt am:'; +$_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'bezahlt statt'; +$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'Die zurückzusendende Menge ist größer als die verfügbare Menge'; +$_LANGADM['AdminOrders1c4b007ab8b28deb5a575109f32684ed'] = 'Dem Kunden zeigen'; +$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Informationen zum Kunden'; +$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'Herkunft:'; +$_LANGADM['AdminOrders20d1f35b42c6d4939d789a775880ba21'] = 'Sobald die Nachricht gelesen ist, klicken Sie bitte auf die grüne Kerbe'; +$_LANGADM['AdminOrders2633d6725607d13e80f5e30514b91fbe'] = 'Gesamt Ermäßigungen:'; $_LANGADM['AdminOrders27ce7f8b5623b2e2df568d64cf051607'] = 'Lager'; -$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Zurück'; -$_LANGADM['AdminOrders76f0ed934de85cc7131910b32ede7714'] = 'Erstatten'; -$_LANGADM['AdminOrdersea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; -$_LANGADM['AdminOrders81a45bb93f6dc37a6c0dcc3af725d331'] = 'Laut der Gruppe des Benutzers werden die Preise folgendermaßen angezeigt:'; -$_LANGADM['AdminOrders5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'ohne MwSt.'; +$_LANGADM['AdminOrders284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adressen'; +$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Wählen Sie eine vordefinierte Nachricht'; +$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texte #'; +$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Schlüsselwörter:'; +$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'Nach:'; $_LANGADM['AdminOrders341216368d7ecd01ce32b8b9892293cf'] = 'mit MwSt.'; +$_LANGADM['AdminOrders341ee6bf57abde84135c32f55a607de2'] = 'Möchten Sie dem Kunden diese Nachricht senden?'; +$_LANGADM['AdminOrders3601146c4e948c32b6424d2c0a7f0118'] = 'Preis'; +$_LANGADM['AdminOrders38cea52ef18b15dfe649d5183871dee0'] = 'Recycling-Verpackung:'; +$_LANGADM['AdminOrders3f3e336e2f1fa10375efd923fca18b55'] = 'Vorsicht:'; +$_LANGADM['AdminOrders400264c3cd8f2e65b9f19375230b59b8'] = 'Ermäßigungsgutschein'; +$_LANGADM['AdminOrders41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Nachrichten'; +$_LANGADM['AdminOrders44749712dbec183e983dcd78a7736c41'] = 'Datum'; +$_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Rechnung'; +$_LANGADM['AdminOrders49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Produkte löschen'; +$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Alle Produkte:'; +$_LANGADM['AdminOrders5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Gesamtbetrag, der seit des Anlegens des Kontos gezahlt wurde:'; +$_LANGADM['AdminOrders5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'ohne MwSt.'; +$_LANGADM['AdminOrders601d8c4b9f72fc1862013c19b677a499'] = 'Rechnungsadresse:'; +$_LANGADM['AdminOrders630f6dc397fe74e52d5189e2c80f282b'] = 'Zurück zur Liste'; +$_LANGADM['AdminOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminOrders66c4c5112f455a19afde47829df363fa'] = 'Gesamt:'; +$_LANGADM['AdminOrders689202409e48743b914713f96d93947c'] = 'Wert'; +$_LANGADM['AdminOrders691b338fa68b3c177c6ebbc745624c6a'] = 'Gesamt Versandkosten:'; +$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Produkte zurücksenden'; +$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Versandkosten mit einschließen:'; +$_LANGADM['AdminOrders729a51874fe901b092899e9e8b31c97a'] = 'Sind Sie sicher?'; +$_LANGADM['AdminOrders73bd682c8a8613f6c009f1b802dc2cef'] = 'Privat:'; +$_LANGADM['AdminOrders7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; +$_LANGADM['AdminOrders74c06eb18eeb118d7b3c623d0c717290'] = 'Produkte erstatten'; +$_LANGADM['AdminOrders76f0ed934de85cc7131910b32ede7714'] = 'Erstatten'; +$_LANGADM['AdminOrders77295c7d814e7397c55f64ec06313984'] = 'Währung:'; +$_LANGADM['AdminOrders7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; +$_LANGADM['AdminOrders80e915c39ca9254655d2802979aa698b'] = 'Umwandeln in ein Kundenkonto'; +$_LANGADM['AdminOrders81a45bb93f6dc37a6c0dcc3af725d331'] = 'Laut der Gruppe des Benutzers werden die Preise folgendermaßen angezeigt:'; +$_LANGADM['AdminOrders81fe7d0c685ca9f1829f5ff52370d06e'] = 'Ein registrierter Kunde Konto existiert mit der gleichen E-Mail-Adresse'; +$_LANGADM['AdminOrders8281efa2494e3344518040d38c11eb8a'] = 'Rücksendung des Produkts nicht möglich'; +$_LANGADM['AdminOrders853ae90f0351324bd73ea615e6487517'] = ' :'; +$_LANGADM['AdminOrders887ee91702c962a70b87cbef07bbcaec'] = 'ohne MwSt.'; +$_LANGADM['AdminOrders8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; +$_LANGADM['AdminOrders914419aa32f04011357d3b604a86d7eb'] = 'Lieferant'; +$_LANGADM['AdminOrders936ccdb97115e9f35a11d35e3d5b5cad'] = 'Klicken Sie hier'; +$_LANGADM['AdminOrders93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminOrders940663fd4428d2c86f9a4780b6574028'] = 'Nachricht:'; +$_LANGADM['AdminOrders94966d90747b97d1f0f206c98a8b1ac3'] = 'Senden'; +$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Gesamt'; +$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Zurück'; +$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = 'Max. 600 Zeichen'; +$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'um einen Kommentar hinzuzufügen oder dem Kunden zu senden'; +$_LANGADM['AdminOrders9d5bf15117441a1b52eb1f0808e4aad3'] = 'Ermäßigungsgutscheine'; +$_LANGADM['AdminOrdersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; +$_LANGADM['AdminOrdersa6181ae0a3e0370de94efa64782a6e79'] = 'Kein Lieferschein'; +$_LANGADM['AdminOrdersa6ecff447ea8327b43f5d16a924fb6be'] = 'Rechnung sehen'; +$_LANGADM['AdminOrdersa82868319826fb092b73968e661b5b38'] = 'Ermäßigungsgutscheine'; +$_LANGADM['AdminOrdersadaaee4b22041c27198d410c68d952c9'] = '%'; +$_LANGADM['AdminOrdersaf5730c209cb9ef0ddb9f7dc91a50e4e'] = 'Diese Funktion generiert ein zufälliges Kennwort und sendet eine E-Mail an den Kunden'; +$_LANGADM['AdminOrdersb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Bestätigte Bestellungen:'; +$_LANGADM['AdminOrdersb2f40690858b404ed10e62bdf422c704'] = 'Betrag'; +$_LANGADM['AdminOrdersb52b44c9d23e141b067d7e83b44bb556'] = 'Produkte:'; +$_LANGADM['AdminOrdersb55a2d6e1009d3881156a3495dd26de5'] = 'Neue Nachricht'; +$_LANGADM['AdminOrdersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung:'; +$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminOrdersb9af8635591dc44009ccd8e5389722ec'] = 'Kein Produkt gefunden'; +$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Verpackung'; +$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminOrdersbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; +$_LANGADM['AdminOrdersbe4254ec37a7bf0d2babdf04bce774cf'] = 'Bestellung ausdrucken'; +$_LANGADM['AdminOrdersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Zahlung'; +$_LANGADM['AdminOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Diese Nachricht als gelesen markieren'; +$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Erstattet'; +$_LANGADM['AdminOrdersce06c769dac054ae0bed803d833f3f1c'] = 'Guthaben bzgl. der Bestellung Nr.'; +$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; +$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Bestellung Nr.'; +$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'von'; +$_LANGADM['AdminOrdersdc5f499e83aef4f6811faa4081631740'] = 'Am'; +$_LANGADM['AdminOrdersdc8d1b4e8c9bdf1eed97eb9ed5877a43'] = 'Wollen Sie die aktuelle Nachricht löschen?'; +$_LANGADM['AdminOrdersdd70925db57b570bcb660d68c30d5e0b'] = 'Ref. Lieferer:'; +$_LANGADM['AdminOrdersdd9644efbcf9d41c5be6daed03514dd8'] = 'Weiter>'; +$_LANGADM['AdminOrdersddd167afc1441dcab03a9546c8ef8b51'] = 'Lieferschein sehen'; +$_LANGADM['AdminOrdersdeb10517653c255364175796ace3553f'] = 'Produkt'; +$_LANGADM['AdminOrderse06d7593c1cd6dabef450be6c3da7091'] = 'Produkt-Rücksendungen'; +$_LANGADM['AdminOrderse183b47cb3af26aadf83cddda0d47453'] = 'benutzerdefiniert'; +$_LANGADM['AdminOrderse2e79605fc9450ec17957cf0e910f5c6'] = 'mit MwSt.'; +$_LANGADM['AdminOrderse413f403aa8d5253b487d09fc84e47a0'] = 'Guthaben erzeugen'; +$_LANGADM['AdminOrderse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref.:'; +$_LANGADM['AdminOrdersea067eb37801c5aab1a1c685eb97d601'] = 'Bezahlter Gesamtbetrag'; +$_LANGADM['AdminOrdersea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminOrdersea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Transport'; +$_LANGADM['AdminOrdersec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen'; +$_LANGADM['AdminOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status'; $_LANGADM['AdminOrdersef5f330df17f8c955005c26466c2463c'] = 'Die Produktrücksendungen sind deaktiviert'; $_LANGADM['AdminOrdersf14b582c1b0eab88ed5904fb781568c0'] = 'Name der Ermäßigung:'; -$_LANGADM['AdminOrders689202409e48743b914713f96d93947c'] = 'Wert'; -$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Einspritzen'; -$_LANGADM['AdminOrderse413f403aa8d5253b487d09fc84e47a0'] = 'Guthaben erzeugen'; -$_LANGADM['AdminOrders400264c3cd8f2e65b9f19375230b59b8'] = 'Ermäßigungsgutschein'; -$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Versandkosten mit einschließen:'; -$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Produkte zurücksenden'; -$_LANGADM['AdminOrders74c06eb18eeb118d7b3c623d0c717290'] = 'Produkte erstatten'; -$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Produkte löschen'; -$_LANGADM['AdminOrders341ee6bf57abde84135c32f55a607de2'] = 'Möchten Sie dem Kunden diese Nachricht senden?'; -$_LANGADM['AdminOrdersb55a2d6e1009d3881156a3495dd26de5'] = 'Neue Nachricht'; -$_LANGADM['AdminOrders936ccdb97115e9f35a11d35e3d5b5cad'] = 'Klicken Sie hier'; -$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'um einen Kommentar hinzuzufügen oder dem Kunden zu senden'; -$_LANGADM['AdminOrdersdc8d1b4e8c9bdf1eed97eb9ed5877a43'] = 'Wollen Sie die aktuelle Nachricht löschen?'; -$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Wählen Sie eine vordefinierte Nachricht'; -$_LANGADM['AdminOrders1c4b007ab8b28deb5a575109f32684ed'] = 'Dem Kunden zeigen'; -$_LANGADM['AdminOrders93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = 'Max. 600 Zeichen'; -$_LANGADM['AdminOrders94966d90747b97d1f0f206c98a8b1ac3'] = 'Senden'; -$_LANGADM['AdminOrders41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Nachrichten'; -$_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Diese Nachricht als gelesen markieren'; -$_LANGADM['AdminOrdersdc5f499e83aef4f6811faa4081631740'] = 'Am'; -$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'von'; -$_LANGADM['AdminOrders73bd682c8a8613f6c009f1b802dc2cef'] = 'Privat:'; -$_LANGADM['AdminOrders20d1f35b42c6d4939d789a775880ba21'] = 'Sobald die Nachricht gelesen ist, klicken Sie bitte auf die grüne Kerbe'; -$_LANGADM['AdminOrderse06d7593c1cd6dabef450be6c3da7091'] = 'Produkt-Rücksendungen'; -$_LANGADM['AdminOrders737c6aff6b2dd08403139539f31a3f7e'] = 'Keine Produkt-Rücksendungen für diese Bestellung.'; -$_LANGADM['AdminOrderscf3bae95c5f6023d5a10fe415b205a45'] = 'Guthaben'; -$_LANGADM['AdminOrders8986eb49c98d0bc7867e0a5ecfefc4d7'] = 'Kein Guthaben für diese Bestellung.'; -$_LANGADM['AdminOrders630f6dc397fe74e52d5189e2c80f282b'] = 'Zurück zur Liste'; -$_LANGADM['AdminOrders66c4c5112f455a19afde47829df363fa'] = 'Gesamt:'; -$_LANGADM['AdminOrdersStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminOrdersStates49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminOrdersStates817434295a673aed431435658b65d9a7'] = 'Bildsymbol'; -$_LANGADM['AdminOrdersStatesbd88be5f33d835d0667fece965ab2443'] = 'Senden Sie dem Kunden eine E-Mail'; -$_LANGADM['AdminOrdersStates466eadd40b3c10580e3ab4e8061161ce'] = 'Rechnung'; -$_LANGADM['AdminOrdersStates4bc61ab0b24e55663cafd86775a73d7a'] = 'E-Mail-Vorlage'; -$_LANGADM['AdminOrdersStates510f6a8fda6eb21f9ff01954e034a29a'] = 'Aus Sicherheitsgründen können Sie den standardmässig eingestellten Bestellstatus nicht löschen'; -$_LANGADM['AdminOrdersStates33af8066d3c83110d4bd897f687cedd2'] = 'Bestellstatus'; -$_LANGADM['AdminOrdersStates46d654225b4ccc1607fd1af012d18e12'] = 'Name des Status:'; -$_LANGADM['AdminOrdersStatesa4bb440d400f4dc30f148b44d08680b4'] = 'Ungültige Zeichen: Zahlen und'; -$_LANGADM['AdminOrdersStatesbf068ace28aa095e354ff02a01d32f1e'] = 'Bestellstaus (z.B. wartet auf)'; -$_LANGADM['AdminOrdersStates37242ae69082dfc3ec9d365a18a9606e'] = 'Bildsymbol:'; -$_LANGADM['AdminOrdersStatesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Wählen Sie ein Bildsymbol aus Ihrem Rechner (Dateityp: .gif, vorgeschlagene Größe: 16x16)'; -$_LANGADM['AdminOrdersStatesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Farbe:'; -$_LANGADM['AdminOrdersStatesa6c03b9eff966268fe4de7b97f64309b'] = 'Ermöglicht Farbmarkierung des Status. Nur HTML (z.B.: '; -$_LANGADM['AdminOrdersStates70f04749e7995edd7d59e2d034c08929'] = 'Betrachten Sie die zugehörige Bestellung als bestätigt'; -$_LANGADM['AdminOrdersStates35388ca9e482238c6e9755d70a5a91a0'] = 'Dem Kunden das Sehen und Herunterladen seiner PDF-Rechnung erlauben'; -$_LANGADM['AdminOrdersStates08d2ca380ff45ca948d4f825ff4c31dc'] = 'Diesen Status in der Bestellung vor dem Kunden verbergen'; -$_LANGADM['AdminOrdersStates450dcddb1c36122c2c95a91d2bceec1d'] = 'Dem Kunden eine E-Mail senden beim übergang auf diesen Status'; -$_LANGADM['AdminOrdersStates278c491bdd8a53618c149c4ac790da34'] = 'Vorlage'; -$_LANGADM['AdminOrdersStatesd9374980cff5b423a8ad65e86e8c86b0'] = 'Bitte kopieren Sie zunächst Ihre E-Mail-Vorlage in den Ordner'; -$_LANGADM['AdminOrdersStates6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Nur Buchstaben, Zahlen und-_ sind erlaubt'; -$_LANGADM['AdminOrdersStates31fde7b05ac8952dacf4af8a704074ec'] = 'Vorschau'; -$_LANGADM['AdminOrdersStatesb32475cd81cfdb314b57ae77c560640f'] = 'Name der E-Mail-Vorlage (HTML und .txt)'; -$_LANGADM['AdminOrdersStates38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminOrdersStates19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminPdf788ebe0fc7fc09c0c20069659af8e139'] = 'Konfigurieren der PDF in der eingestellten Sprache:'; -$_LANGADM['AdminPdf41fcf9407f9c20e5d2306bbc4c3fed2f'] = 'Verschlüsselung:'; -$_LANGADM['AdminPdf7b66a66ca2141a1184bf40c300d00007'] = 'Verschlüsselung der PDF-Rechnungen'; -$_LANGADM['AdminPdf7b33872f9b52c649fda24a8fef9492bb'] = 'Schriftart:'; -$_LANGADM['AdminPdf8b28d3153d454696bef299fd0bbc2d7e'] = 'Schriftart der PDF-Rechnungen'; +$_LANGADM['AdminOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminOrdersf4ec5f57bd4d31b803312d873be40da9'] = 'Ändern'; +$_LANGADM['AdminOrdersf8246f1c2cfd9a81a376223428bd09d7'] = 'Keine Rechnung'; +$_LANGADM['AdminOrdersf8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:'; +$_LANGADM['AdminOrdersf8b1369a8e9d90da0cae0b11049309af'] = 'Undefiniert'; +$_LANGADM['AdminOrdersfb61758d0f0fda4ba867c3d5a46c16a7'] = 'Quellen'; +$_LANGADM['AdminOrdersfbaedde498cdead4f2780217646e9ba1'] = 'PU'; +$_LANGADM['AdminOrdersfdfac28b5ad628f25649d9c2eb4fc62e'] = 'Zurückgesandt'; +$_LANGADM['AdminOutstanding1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Firma'; +$_LANGADM['AdminOutstanding44749712dbec183e983dcd78a7736c41'] = 'Datum'; +$_LANGADM['AdminOutstandingbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; +$_LANGADM['AdminOutstandingce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; +$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Letzte Menge anzeigen, wenn diese unter liegt:'; $_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Katalog-Modus:'; +$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Nicht verfügbare Merkmale auf der Produktseite anzeigen:'; $_LANGADM['AdminPPreferences0a2ab45f848348a2626b7491ab6d8cdd'] = 'Wenn diese Einstellung aktiviert ist, sind alle Kauf-Funktionen deaktiviert'; $_LANGADM['AdminPPreferences11c3382637c5733a6221acf98129b298'] = 'Bestellung von Produkten zulassen, die nicht auf Lager sind:'; +$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Kurzbeschreibung max size'; +$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Standard-Sortierungsreihenfolge für die Produktliste'; $_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Die Schaltfläche In den Warenkorb legen wird ausgeblendet, wenn das Produkt nicht verfügbar ist '; -$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Bestandsverwaltung aktivieren:'; -$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Verfügbare Mengen auf der Produktseite anzeigen:'; -$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'JqZoom anstatt Thickbox auf den Produktseiten aktivieren:'; -$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Nicht verfügbare Merkmale auf der Produktseite anzeigen:'; -$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Schaltfläche \"In den Warenkorb legen\" anzeigen, wenn das Produkt Merkmale besitzt'; -$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Schaltfläche \"In den Warenkorb legen\" anzeigen oder entfernen auf Seiten mit mehreren Produkten für die Produkte mit Attributen, um den Kunden dazu zu bringen, die Details des Produkts und damit seine Merkmale aufzurufen.'; -$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Maximale Produktanzahl auf der Vergleichsseite:'; -$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = '0 deaktiviert diese Funktion'; -$_LANGADM['AdminPPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Mindestgesamtbetrag zur Durchführung einer Bestellung:'; -$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Letzte Menge anzeigen, wenn diese unter liegt:'; -$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Anzahl der Tage, an denen ein Produkt als \"neu\" betrachtet wird:'; +$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Preis des Produkts'; $_LANGADM['AdminPPreferences39cb26ab18c110579dec495581a11552'] = 'Weiterleitung nach dem Hinzufügen eines Produkts in den Warenkorb:'; -$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Betrifft nur nicht-AJAX-Version des Warenkorbs'; +$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Maximale Produktanzahl auf der Vergleichsseite:'; +$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Position in der Kategorie'; $_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'vorherige Seite'; +$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Datum des Hinzufügens'; +$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'So berechnen Sie Mengenrabatte'; $_LANGADM['AdminPPreferences74451598607d4a1844581e95abc69e82'] = 'Inhalt des Warenkorbs'; $_LANGADM['AdminPPreferences759892e4fd5da7b789eee82dcca9df45'] = 'Produkt pro Seite:'; -$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Produktanzahl pro Seite. Standard-Wert: 10'; -$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Standard-Sortierung:'; -$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Standard-Sortierung für die Produktliste'; -$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Name des Produkts'; -$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Preis des Produkts'; -$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Datum des Hinzufügens'; -$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Position in der Kategorie'; +$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Verfügbare Mengen auf der Produktseite anzeigen:'; +$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Anzahl der Tage, an denen ein Produkt als \"neu\" betrachtet wird:'; +$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Bestandsverwaltung aktivieren:'; +$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Mengenrabatte auf Basis von:'; +$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Katalog-Modus:'; +$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Betrifft nur nicht-AJAX-Version des Warenkorbs'; +$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Schaltfläche \"In den Warenkorb legen\" anzeigen, wenn das Produkt Merkmale besitzt'; +$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Legen Sie die maximale Größe des Produkts kurze Beschreibung'; +$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'JqZoom anstatt Thickbox auf den Produktseiten aktivieren:'; +$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinations'; $_LANGADM['AdminPPreferencesc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller'; +$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Schaltfläche \"In den Warenkorb legen\" anzeigen oder entfernen auf Seiten mit mehreren Produkten für die Produkte mit Attributen, um den Kunden dazu zu bringen, die Details des Produkts und damit seine Merkmale aufzurufen.'; +$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Standard-Sortierung für die Produktliste'; +$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Produktanzahl pro Seite. Standard-Wert: 10'; +$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = '0 deaktiviert diese Funktion'; +$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Aufsteigend'; $_LANGADM['AdminPPreferencesd920ec381c352d9d92a53ed3d261e8c6'] = 'Datum der Änderung'; $_LANGADM['AdminPPreferencesdcf765af784bde828a35fc529a1760ef'] = 'Standard-Reihenfolge:'; -$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Standard-Sortierungsreihenfolge für die Produktliste'; -$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Aufsteigend'; +$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Name des Produkts'; $_LANGADM['AdminPPreferencese3cf5ac19407b1a62c6fccaff675a53b'] = 'Absteigend'; -$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Kurzbeschreibung max size'; -$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Legen Sie die maximale Größe des Produkts kurze Beschreibung'; -$_LANGADM['AdminPPreferencesc4d833424eba2cd43c9327d4943dc61f'] = 'Bild erstellt von:'; -$_LANGADM['AdminPPreferences9df22f196a33acd0b372fe502de51211'] = 'automatisch'; -$_LANGADM['AdminPPreferenceseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'Breite'; -$_LANGADM['AdminPPreferencesb435e227d5dd201e1768b2bcb2e0aa81'] = 'Höhe'; -$_LANGADM['AdminPPreferences32465c25dfecca0db61214b9af3bd9f1'] = 'Maximale Größe der Produktbilder:'; -$_LANGADM['AdminPPreferencese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Maximale Größe der vom Kunden gesendeten Bilder (in Bytes)'; -$_LANGADM['AdminPPreferences048a517fd1781ed314402df592f2ea68'] = 'Breite:'; -$_LANGADM['AdminPPreferencesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'Maximale Breite der vom Kunden gesendeten Bilder'; -$_LANGADM['AdminPPreferences9a61f5ce3180789a8455f536681cabc1'] = 'Höhe:'; -$_LANGADM['AdminPPreferencesdde6c96bcb0af50f18f37572267d904a'] = 'Maximale Höhe der vom Kunden gesendeten Bilder'; -$_LANGADM['AdminPPreferences044a77653804fe33652d68098d98121e'] = 'Verwenden Sie die Legacy-image-Dateisystem:'; -$_LANGADM['AdminPPreferencese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Dies sollte auf yes gesetzt werden, wenn Sie moved successfully Bilder in Preferences> Registerkarte Bilder'; -$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Mengenrabatte auf Basis von:'; -$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'So berechnen Sie Mengenrabatte'; -$_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Produkte'; -$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinations'; -$_LANGADM['AdminPaymenta75b01d1ff66cd0a327bda1effa71dec'] = 'Liste der Zahlungsmodule'; -$_LANGADM['AdminPayment1f3a05f7b45df8e5c5cafaf0485eedd5'] = 'Klicken Sie, um die Liste der Zahlungsmodule zu sehen.'; -$_LANGADM['AdminPaymentdba77f97d76421a973d8e4903ec1b056'] = 'Einschränkungen der Zahlungsmodule'; -$_LANGADM['AdminPayment1c2e8d60a8f68d08b7009d5e4d5fa137'] = 'Bitte klicken Sie bei jedem Modul auf die zu aktivierende Währung(en).'; -$_LANGADM['AdminPaymentfa8d45faf5026180b0506317cab3a421'] = 'Bitte klicken Sie bei jedem Modul auf das (die) zu aktivierende(n) Land (Länder).'; -$_LANGADM['AdminPaymenta286df2cd70ded397d9f3955b0382c1c'] = 'Bitte klicken Sie bei jeder Gruppe auf das (die) zu aktivierende(n) Zahlungsmodul(e).'; -$_LANGADM['AdminPayment9d653d0b5635dcdbbbbaa7c4b42e7a31'] = 'Währungsbeschränkungen'; +$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Standard-Sortierung:'; $_LANGADM['AdminPayment1b1e7483572e24b802c4f4dec44b7a31'] = 'Gruppenbeschränkungen'; -$_LANGADM['AdminPayment66b063fcc97a757c25e64c785b3f18a8'] = 'Länderbeschränkungen'; -$_LANGADM['AdminPaymentcf7da676516ac041a93fd91755fa40f9'] = 'Keine Zahlungsmodul installiert'; +$_LANGADM['AdminPayment1c2e8d60a8f68d08b7009d5e4d5fa137'] = 'Bitte klicken Sie bei jedem Modul auf die zu aktivierende Währung(en).'; +$_LANGADM['AdminPayment1f3a05f7b45df8e5c5cafaf0485eedd5'] = 'Klicken Sie, um die Liste der Zahlungsmodule zu sehen.'; $_LANGADM['AdminPayment3e15057a39314e679d553bd9b6522ec8'] = 'Währung des Kunden'; +$_LANGADM['AdminPayment66b063fcc97a757c25e64c785b3f18a8'] = 'Länderbeschränkungen'; +$_LANGADM['AdminPayment9d653d0b5635dcdbbbbaa7c4b42e7a31'] = 'Währungsbeschränkungen'; +$_LANGADM['AdminPaymenta286df2cd70ded397d9f3955b0382c1c'] = 'Bitte klicken Sie bei jeder Gruppe auf das (die) zu aktivierende(n) Zahlungsmodul(e).'; +$_LANGADM['AdminPaymenta75b01d1ff66cd0a327bda1effa71dec'] = 'Liste der Zahlungsmodule'; $_LANGADM['AdminPaymentcdf4c2da827655c1ea74209dd683c903'] = 'Standard-Währung'; +$_LANGADM['AdminPaymentcf7da676516ac041a93fd91755fa40f9'] = 'Keine Zahlungsmodul installiert'; +$_LANGADM['AdminPaymentdba77f97d76421a973d8e4903ec1b056'] = 'Einschränkungen der Zahlungsmodule'; $_LANGADM['AdminPaymente39a06ebd5bb473161c5dff3c79c80a5'] = 'Speichern'; -$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'So verwenden Sie Memcached, müssen Sie die Memcache PECL Erweiterung auf Ihrem Server.'; -$_LANGADM['AdminPerformance3d064d5efb6cf2ed52cf72bfef7c7db2'] = 'Zur Verwendung des Ordners CacheFS'; -$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'muss die Schreibrechte haben'; -$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; -$_LANGADM['AdminPerformancec12c5b5693a651c1a235e9040315ad33'] = 'Dies veranlasst Smarty dazu, die Vorlagen bei jedem Aufruf zu (re-)kompilieren. Das ist praktisch für die Entwicklung und das Debugging, sollte aber niemals in einer Produktionsumgebung eingesetzt werden.'; -$_LANGADM['AdminPerformance5824d53b7b15b236750314bdbf40f32a'] = 'Cache:'; -$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminPerformancebafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'Sollte außer für Tests und Debuggings aktiviert sein.'; -$_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Verkettung, Kompression und Caching)'; -$_LANGADM['AdminPerformanceecffc19cb5ada347980c0fd06ca337f4'] = 'Mit CCC wird die Ladezeit Ihrer Seiten im Front Office reduziert. Diese Funktionen ermöglichen eine Leistungssteigerung, ohne dabei den Quellcode Ihres Front Office zu ändern. Sie können sicher sein, dass Ihr Thema mit PrestaShop 1,4 + kompatibel ist. Ansonsten kann CCC Probleme verursachen.'; -$_LANGADM['AdminPerformancec7ceaefb9d7fd3731ae2a28abad2cb95'] = '\"Smart Cache\" für Stylesheets'; -$_LANGADM['AdminPerformance6a4a08e9914c7067816a4a338cac9d20'] = 'CCC für Stylesheets verwenden'; -$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Konventionelle Funktionsweise beibehalten'; -$_LANGADM['AdminPerformancecf00874a93cf1cca317853c54c9f40e3'] = '\"Smart Cache\" für den JavaScript-Code'; -$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'CCC für den JavaScript-Code verwenden'; -$_LANGADM['AdminPerformancec469db474a76169ecfbe4d16c0a94646'] = 'Konventionelle Funktionsweise beibehalten'; -$_LANGADM['AdminPerformancef109757e57bb970f6b86a8f6c3e2b0d7'] = 'Reduzierung des HTML-Codes'; -$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Den HTML-Code nach Ausführung der Smarty-Kompilierung reduzieren'; -$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Konventionelle Funktionsweise beibehalten'; -$_LANGADM['AdminPerformance64cef1b605534126797bee68f6555fec'] = 'Kompression von JavaScript im HTML-Code'; -$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Kompression von JavaScript im HTML-Code nach Ausführung der Smarty-Kompilierung'; -$_LANGADM['AdminPerformance60eae0eda2c68006eb838a8cfd24cf80'] = 'Konventionelle Funktionsweise beibehalten'; -$_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Maximale Komprimierung des HTML-Codes (riskant)'; -$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'Maximale Komprimierung des HTML-Codes Funktioniert nur, wenn \"HTML-Code reduzieren\" aktiviert ist. Vorsicht, diese Funktion deaktiviert die W3C-Validierung.'; -$_LANGADM['AdminPerformancef15de4c26829bbbde82a73377dee57be'] = 'W3C-Validierung beibehalten'; -$_LANGADM['AdminPerformance86d197c88189c32765b202ff04db1022'] = 'Media-Server (wird nur dann verwendet, wenn CCC aktiviert ist)'; -$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Sie benötigen eine andere Domain oder Subdomain, um nicht mehr das Cookie für statische Inhalte zu verwenden.'; -$_LANGADM['AdminPerformance3ed7fddd0f381c4fe4683fc9e856dbcf'] = 'Media Server Nr. 1'; -$_LANGADM['AdminPerformance6acc18c03f7557fffe520276b1d92875'] = 'Name der zweiten Domain Ihres Shops (z.B. myshop-media-server-1.com). Wenn Sie keine weitere Domain haben, lassen Sie dieses Feld leer'; -$_LANGADM['AdminPerformance9dafd449b62301e26c635b976b231b88'] = 'Media Server Nr. 2'; -$_LANGADM['AdminPerformance41082af484e7d21ed97209e00f9acf97'] = 'Name der dritten Domain Ihres Shops (z.B. myshop-media-server-2.com). Wenn Sie keine weitere Domain haben, lassen Sie dieses Feld leer'; -$_LANGADM['AdminPerformance391e79edab921e1974705a7096055dde'] = 'Media Server Nr. 3'; -$_LANGADM['AdminPerformanced909b5755af85b4f5d19f9cce0775a91'] = 'Name der vierten Domain Ihres Shops (z.B. myshop-media-server-3.com). Wenn Sie keine weitere Domain haben, lassen Sie dieses Feld leer'; -$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Verschlüsselung'; -$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt ist schneller als unsere Klasse Blowfish, braucht aber die PHP-Erweiterung \"mcrypt\". Wenn Sie diese Einstellung ändern, werden alle alten Cookies neu initialisiert.'; -$_LANGADM['AdminPerformance4afa80e77a07f7488ce4d1bdd8c4977a'] = 'Algorithmus'; -$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Rijndael mit der Bibliothek mcrypt verwenden.'; -$_LANGADM['AdminPerformancedc653b2b8f2af0dee63edabf1a7ede5b'] = 'Verwenden Sie die lokale Klasse Blowfish'; -$_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; -$_LANGADM['AdminPerformance209007e0c3ea294541d8dbaf9b2c0cc8'] = 'Verwenden Sie den Cache:'; +$_LANGADM['AdminPaymentfa8d45faf5026180b0506317cab3a421'] = 'Bitte klicken Sie bei jedem Modul auf das (die) zu aktivierende(n) Land (Länder).'; $_LANGADM['AdminPerformance00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminPerformanceb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Cache-System aktivieren oder deaktivieren'; -$_LANGADM['AdminPerformancef3799005455e4338e44d1d9130e4c758'] = 'Cache-System'; +$_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; $_LANGADM['AdminPerformance05894ba2c918dd33592bf1bd21c347f6'] = 'Memcached'; -$_LANGADM['AdminPerformance6c202452e44c42e323204da2a3a3c24a'] = 'Dateisystem'; -$_LANGADM['AdminPerformance3b690cc2c46a821f4ec11a89f0683f1c'] = 'Das System CacheFS sollte nur verwendet werden, wenn die Infrastruktur nur ein Front-End-Server enthalten. Fragen Sie Ihren Hosting-Unternehmen, wenn Sie nicht kennen.'; -$_LANGADM['AdminPerformance1a278351f1f4e09e91647c5ecdaecd61'] = 'Anzahl der Ebenen des Verzeichnisbaums'; -$_LANGADM['AdminPerformance74c9e12c3a19cfb79b79faf579934844'] = 'Server hinzufügen'; -$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'IP-Adresse'; -$_LANGADM['AdminPerformance64ea53ab0a03507af104853e03c2db28'] = 'Port:'; $_LANGADM['AdminPerformance0ae00a25b134fd5949f4e08e28194b1b'] = 'Gewicht:'; -$_LANGADM['AdminPerformance71401d51b276ed4ddcee6b6d4f6f843b'] = 'Server hinzufügen'; +$_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'Sollte außer für Tests und Debuggings aktiviert sein.'; +$_LANGADM['AdminPerformance1a278351f1f4e09e91647c5ecdaecd61'] = 'Anzahl der Ebenen des Verzeichnisbaums'; +$_LANGADM['AdminPerformance209007e0c3ea294541d8dbaf9b2c0cc8'] = 'Verwenden Sie den Cache:'; +$_LANGADM['AdminPerformance21021ea0e52be8e9c599f4dff41e5be0'] = 'Eigenschaft'; +$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'So verwenden Sie Memcached, müssen Sie die Memcache PECL Erweiterung auf Ihrem Server.'; +$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'Durch das Anklicken dieses Felds wird Ihre Datei .htaccess automatisch mit Richtlinien zur Verbesserung des Cache und der Komprimierung ergänzt.'; +$_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Maximale Komprimierung des HTML-Codes (riskant)'; +$_LANGADM['AdminPerformance3b690cc2c46a821f4ec11a89f0683f1c'] = 'Das System CacheFS sollte nur verwendet werden, wenn die Infrastruktur nur ein Front-End-Server enthalten. Fragen Sie Ihren Hosting-Unternehmen, wenn Sie nicht kennen.'; +$_LANGADM['AdminPerformance3d064d5efb6cf2ed52cf72bfef7c7db2'] = 'Zur Verwendung des Ordners CacheFS'; +$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Den HTML-Code nach Ausführung der Smarty-Kompilierung reduzieren'; +$_LANGADM['AdminPerformance41082af484e7d21ed97209e00f9acf97'] = 'Name der dritten Domain Ihres Shops (z.B. myshop-media-server-2.com). Wenn Sie keine weitere Domain haben, lassen Sie dieses Feld leer'; $_LANGADM['AdminPerformance490aa6e856ccf208a054389e47ce0d06'] = 'ID'; -$_LANGADM['AdminPerformancef396ae69aa223c04dff639b3649ba1dd'] = 'IP'; +$_LANGADM['AdminPerformance5824d53b7b15b236750314bdbf40f32a'] = 'Cache:'; $_LANGADM['AdminPerformance60aaf44d4b562252c04db7f98497e9aa'] = 'Port'; +$_LANGADM['AdminPerformance60eae0eda2c68006eb838a8cfd24cf80'] = 'Konventionelle Funktionsweise beibehalten'; +$_LANGADM['AdminPerformance64cef1b605534126797bee68f6555fec'] = 'Kompression von JavaScript im HTML-Code'; +$_LANGADM['AdminPerformance64ea53ab0a03507af104853e03c2db28'] = 'Port:'; +$_LANGADM['AdminPerformance689202409e48743b914713f96d93947c'] = 'Wert'; +$_LANGADM['AdminPerformance6a4a08e9914c7067816a4a338cac9d20'] = 'CCC für Stylesheets verwenden'; +$_LANGADM['AdminPerformance6acc18c03f7557fffe520276b1d92875'] = 'Name der zweiten Domain Ihres Shops (z.B. myshop-media-server-1.com). Wenn Sie keine weitere Domain haben, lassen Sie dieses Feld leer'; +$_LANGADM['AdminPerformance6c202452e44c42e323204da2a3a3c24a'] = 'Dateisystem'; +$_LANGADM['AdminPerformance71401d51b276ed4ddcee6b6d4f6f843b'] = 'Server hinzufügen'; +$_LANGADM['AdminPerformance74c9e12c3a19cfb79b79faf579934844'] = 'Server hinzufügen'; +$_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Cache-System aktivieren oder deaktivieren'; +$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'Maximale Komprimierung des HTML-Codes Funktioniert nur, wenn \"HTML-Code reduzieren\" aktiviert ist. Vorsicht, diese Funktion deaktiviert die W3C-Validierung.'; +$_LANGADM['AdminPerformance86d197c88189c32765b202ff04db1022'] = 'Media-Server (wird nur dann verwendet, wenn CCC aktiviert ist)'; $_LANGADM['AdminPerformance8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; -$_LANGADM['AdminPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; -$_LANGADM['AdminPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 Schritte)'; -$_LANGADM['AdminPreferencesb563636fd3896671be0104bbc6783be4'] = 'One page checkout'; -$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'höher'; -$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'niedriger'; -$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'klassisch'; -$_LANGADM['AdminPreferences7fe15a347d66e291d7a1375273226205'] = 'Shop aktivieren'; -$_LANGADM['AdminPreferences049104cffa3c1841dece50e6e41f749c'] = 'Ihren Shop aktivieren oder deaktivieren. Deaktivieren Sie Ihren Shop während Ihrer Wartungsarbeiten. Der Webservice wird in dieser Zeit nicht ausgesetzt.'; -$_LANGADM['AdminPreferencesdaf835712085aaaf81818e7ebfeb66b8'] = 'Wartungs-IP'; -$_LANGADM['AdminPreferences894cd7887e47ca0e836e31577664b1ea'] = 'IP-Adressen mit Zugangsberechtigung zum Front Office selbst bei deaktiviertem Shop. Verwenden Sie ein Komma (\',\'), um sie zu trennen (zum Beispiel 42.24.4.2,127.0.0.1,99.98.97.96)'; -$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'SSL aktivieren'; -$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Wenn Ihr Provider das SSL-Protokoll anbietet, können Sie die SSL-Verschlüsselung (https://) aktivieren zur Identifizierung der Kunden und des Bestellvorgangs'; -$_LANGADM['AdminPreferencesed5454727fb14b9800ead242d0972184'] = 'IP auf dem Cookie prüfen'; -$_LANGADM['AdminPreferences9cfc2e28ebe44b3e14f9d780d2150650'] = 'Überprüfen Sie die IP-Adresse des Cookies, um zu verhindern, dass Ihre Cookies gestohlen werden'; -$_LANGADM['AdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Die Lebensdauer des Front Office Cookie'; -$_LANGADM['AdminPreferences6d964e25aa6aa88c8353880e00202cf4'] = 'Geben Sie die Anzahl der Stunden'; -$_LANGADM['AdminPreferencese673b146824251548feecf1f3929aceb'] = 'Die Lebensdauer der Back Office-Cookie'; -$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Verbessert die Sicherheit des Front Office'; -$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Aktiviert oder deaktiviert die Token im Front Office, um die Sicherheit von PrestaShop zu verbessern'; -$_LANGADM['AdminPreferences16c390c0fd1efc4f493a6a861aa22d2f'] = 'Tooltip BackOffice'; -$_LANGADM['AdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Aktiviert die kontextbezogene Hilfe unterhalb der Eingabefelder'; -$_LANGADM['AdminPreferences59aad85b376259844b471a758908a3c1'] = 'Art des Bestellvorgangs'; -$_LANGADM['AdminPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Sie können die Art des Bestellvorgangs wählen, entweder Standard (5 Schritte, 5 Seiten) oder \"One Page Checkout\" (5 Schritte auf derselben Seite)'; -$_LANGADM['AdminPreferences403e42a4b26e379cb13563c98ab63067'] = 'Express-Bestellung aktivieren (Guest checkout)'; -$_LANGADM['AdminPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Diese Funktion ermöglicht das Durchlaufen eines Bestellvorgangs, ohne ein Konto zu erstellen'; -$_LANGADM['AdminPreferencese4045598261988d9988c594243a9434d'] = 'Allgemeine Geschäftsbedingungen'; -$_LANGADM['AdminPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Erfordert die Zustimmung des Kunden zu den AGB während des Bestellvorgangs'; -$_LANGADM['AdminPreferencesd4d27f93d89b170800f7896e3e438468'] = 'CMS-Seite der allgemeinen Geschäftsbedingungen'; -$_LANGADM['AdminPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Wählen Sie die CMS-Seite der allgemeinen Geschäftsbedingungen'; -$_LANGADM['AdminPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Geschenkverpackungen anbieten'; -$_LANGADM['AdminPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Bietet dem Kunden Geschenkverpackungen an und die Möglichkeit, eine Nachricht zu hinterlassen '; -$_LANGADM['AdminPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Preise Geschenkverpackungen'; -$_LANGADM['AdminPreferencesc173252856179a44a9506a968359de8b'] = 'Legt den Preis für die Geschenkverpackung fest'; -$_LANGADM['AdminPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Steuer der Geschenkverpackungen'; -$_LANGADM['AdminPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Legt eine Steuer für den Preis der Geschenkverpackung fest'; -$_LANGADM['AdminPreferences3aadb5e86b174ecada1174e22f5a6368'] = 'Maximale Größe der angehängten Dateien'; -$_LANGADM['AdminPreferences2ca89cca013873c7f841e1acf242b3d6'] = 'Legen Sie die maximale Größe des Anhangs Dateien (in Megabyte).'; -$_LANGADM['AdminPreferences12cbe1a4645659457808631047989afb'] = 'Maximum:'; -$_LANGADM['AdminPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Recycling-Geschenkverpackungen anbieten'; -$_LANGADM['AdminPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Der Kunde wählt ein Paket aus Recyclingmaterial'; -$_LANGADM['AdminPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'Warenkorb nach Identifizierung neu anzeigen'; -$_LANGADM['AdminPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Wiederherstellung des Warenkorbs nach Authentifizierung des Kunden'; -$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Rundungsregel'; -$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Sie können den Rundungsmodus wählen, entweder immer nach oben, nach unten oder auf die herkömmliche Art abrunden.'; -$_LANGADM['AdminPreferences46f18d3960afc01e5a1a5a0e0e9d571b'] = 'Aktualisierungen der Module automatisch prüfen'; -$_LANGADM['AdminPreferences686a2ac82a5a64eca870ba9a55b8a675'] = 'Neue Module und Aktualisierungen werden auf der Modulseite angezeigt'; -$_LANGADM['AdminPreferencesa9fff6d50be898f47a507354626b8b8d'] = 'Optimierungstipps zum Verstecken'; -$_LANGADM['AdminPreferencese4e2107f99e82247d7e32ac7919c4416'] = 'Optimierungstipps zum Verstecken auf der Startseite des Back Office'; -$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Lieferer und Hersteller anzeigen'; -$_LANGADM['AdminPreferences4be87dc8773fa2fb95b7b8302cb47fa9'] = 'Lieferer und Hersteller anzeigen, auch wenn die entsprechenden Blöcke deaktiviert sind'; -$_LANGADM['AdminPreferencesd5bc5fd307b108537039b6b6f98889d5'] = 'Zeitzone:'; -$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Hier klicken, um HTTPS Protokoll zu verwenden, befor Sie SSL einschalten.'; +$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Rijndael mit der Bibliothek mcrypt verwenden.'; +$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'IP-Adresse'; +$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Verschlüsselung'; +$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Konventionelle Funktionsweise beibehalten'; +$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'muss die Schreibrechte haben'; +$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Sie benötigen eine andere Domain oder Subdomain, um nicht mehr das Cookie für statische Inhalte zu verwenden.'; +$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'CCC für den JavaScript-Code verwenden'; +$_LANGADM['AdminPerformanceb07e7131a6007b2a1a765bdd0e1e4894'] = 'Eigenschaft:'; +$_LANGADM['AdminPerformanceb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminPerformancebafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminPerformancec12c5b5693a651c1a235e9040315ad33'] = 'Dies veranlasst Smarty dazu, die Vorlagen bei jedem Aufruf zu (re-)kompilieren. Das ist praktisch für die Entwicklung und das Debugging, sollte aber niemals in einer Produktionsumgebung eingesetzt werden.'; +$_LANGADM['AdminPerformancec469db474a76169ecfbe4d16c0a94646'] = 'Konventionelle Funktionsweise beibehalten'; +$_LANGADM['AdminPerformancec9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminPerformancecf00874a93cf1cca317853c54c9f40e3'] = '\"Smart Cache\" für den JavaScript-Code'; +$_LANGADM['AdminPerformanced909b5755af85b4f5d19f9cce0775a91'] = 'Name der vierten Domain Ihres Shops (z.B. myshop-media-server-3.com). Wenn Sie keine weitere Domain haben, lassen Sie dieses Feld leer'; +$_LANGADM['AdminPerformancedc653b2b8f2af0dee63edabf1a7ede5b'] = 'Verwenden Sie die lokale Klasse Blowfish'; +$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Kompression von JavaScript im HTML-Code nach Ausführung der Smarty-Kompilierung'; +$_LANGADM['AdminPerformanceecffc19cb5ada347980c0fd06ca337f4'] = 'Mit CCC wird die Ladezeit Ihrer Seiten im Front Office reduziert. Diese Funktionen ermöglichen eine Leistungssteigerung, ohne dabei den Quellcode Ihres Front Office zu ändern. Sie können sicher sein, dass Ihr Thema mit PrestaShop 1,4 + kompatibel ist. Ansonsten kann CCC Probleme verursachen.'; +$_LANGADM['AdminPerformancef109757e57bb970f6b86a8f6c3e2b0d7'] = 'Reduzierung des HTML-Codes'; +$_LANGADM['AdminPerformancef15de4c26829bbbde82a73377dee57be'] = 'W3C-Validierung beibehalten'; +$_LANGADM['AdminPerformancef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Merkmal'; +$_LANGADM['AdminPerformancef3799005455e4338e44d1d9130e4c758'] = 'Cache-System'; +$_LANGADM['AdminPerformancef396ae69aa223c04dff639b3649ba1dd'] = 'IP'; +$_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Verkettung, Kompression und Caching)'; +$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt ist schneller als unsere Klasse Blowfish, braucht aber die PHP-Erweiterung \"mcrypt\". Wenn Sie diese Einstellung ändern, werden alle alten Cookies neu initialisiert.'; +$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; +$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Konventionelle Funktionsweise beibehalten'; $_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Allgemein'; -$_LANGADM['AdminPreferences93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminPreferencesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminPreferencesc6e98a4b0af7d0f66842f744d999e436'] = 'Um ein neues Thema nutzen Sie bitte folgendermaßen vor:'; -$_LANGADM['AdminPreferences432eb00cc8aace97c632fea212575b51'] = 'Importieren Sie Ihre Themen mit diesem Modul:'; -$_LANGADM['AdminPreferences2b5bde814a5f94ea73f447cdbcfb49fd'] = 'Theme Installer'; -$_LANGADM['AdminPreferences64915993f11c4fbd47d8a6465f44125c'] = 'Wenn Ihr Thema importiert ist, wählen Sie das Thema bitte auf dieser Seite aus'; -$_LANGADM['AdminPreferences21034ae6d01a83e702839a72ba8a77b0'] = 'ohne MwSt.'; -$_LANGADM['AdminPreferencesc770d8e0d1d1943ce239c64dbd6acc20'] = 'Nehmen Sie meinen IP'; -$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminProductsc03d53b70feba4ea842510abecd6c45e'] = 'Foto'; -$_LANGADM['AdminProducts49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminProducts63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; -$_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Grundpreis'; -$_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Endpreis'; -$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; -$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position'; -$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Status'; -$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'Datei zu groß, maximale zugelassene Größe:'; -$_LANGADM['AdminProductsba34ea40525a4379add785228e37fe86'] = 'KByte'; -$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'Die Größe der Datei, die Sie herunterladen möchten, beträgt: '; -$_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'Datei kopieren fehlgeschlagen'; -$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'die Datei'; -$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'überschreitet die vom Server zugelassene Größe, die auf'; -$_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'MB begrenzt ist'; -$_LANGADM['AdminProducts01f8544c8fd4628bc686502e8b727d95'] = 'das Feld'; -$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'ist erforderlich'; -$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'ist erforderlich zumindest in'; -$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'ist zu lang'; -$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'Maximale Zeichenzahl'; -$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'jetzt berechnen'; -$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'ist ungültig'; -$_LANGADM['AdminProductsb02e6af1f7307868a643fb4ea1323f43'] = 'Das Produkt muss in mindestens einer Kategorie indiziert sein'; -$_LANGADM['AdminProductsbea25554b38032f5da2d8b505b604314'] = 'Das Produkt muss in der Standard-Kategorie indiziert sein'; -$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Die Tag-Liste'; -$_LANGADM['AdminProducts92c75dc7b5c97898f326b95360d4bac7'] = 'Anzeige des Dateinamens'; -$_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'Anzahl Tage'; -$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'Verfallsdatum'; -$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'ist nicht gültig'; -$_LANGADM['AdminProducts12863510995b6eb729281e1e911852af'] = 'Das Verhalten \"wenn nicht vorrätig\" muss für virtuelle Güter auf \"Bestellungen abgelehnt\" gestellt werden.'; -$_LANGADM['AdminProductsb9af8635591dc44009ccd8e5389722ec'] = 'Kein Produkt gefunden'; -$_LANGADM['AdminProducts86024cad1e83101d97359d7351051156'] = 'Produkte'; -$_LANGADM['AdminProductsf5bf48aa40cad7891eb709fcf1fde128'] = 'Produkt'; -$_LANGADM['AdminProducts396b0e222e9c86056374ba077e78667b'] = 'in der Kategorie'; -$_LANGADM['AdminProductsd144d85fc8b89f6deba2eef20d1deee7'] = 'Neues Produkt hinzufügen'; -$_LANGADM['AdminProducts5ece607071fe59ddc4c88dc6abfe2310'] = 'Kein Objekt gefunden'; -$_LANGADM['AdminProducts07213a0161f52846ab198be103b5ab43'] = 'Fehler'; -$_LANGADM['AdminProductscb5e100e5a9a3e7f6d1fd97512215282'] = 'Fehler'; -$_LANGADM['AdminProductsc3543f3c6662fa1dedf70ed9c35053c0'] = 'Ihr Produkt wird als Entwurf gespeichert'; -$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Speichern und Vorschau'; -$_LANGADM['AdminProductsa1dd23525470a5a87b159ff4e53675e9'] = 'Aktuelles Produkt:'; -$_LANGADM['AdminProductsc5b61a7732a63a64c9053c89119019cb'] = 'unbenannt'; -$_LANGADM['AdminProducts873204675cdaee94cd0e27c18c0c3d0f'] = 'Reduzieren Sie Ihren Lagerbestand'; -$_LANGADM['AdminProductsa55e7def30626a5de92fb5bac30e765f'] = 'Erhöhen Sie Ihren Lagerbestand'; -$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Preis'; -$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Kombinationen'; -$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Eingeschaften'; -$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Benutzeranpassung'; -$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Angehängte Dokumente'; -$_LANGADM['AdminProducts0f360178e55e08572b33b66578002d5d'] = 'Zurück zur Kategorie'; -$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'Sie müssen dieses Produkt speichern, bevor Sie spezifische Preise definieren können'; -$_LANGADM['AdminProducts850611eb409c54ab510153d91572be5b'] = 'Aktuelle spezifische Preise'; -$_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Währung'; -$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; -$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Gruppe:'; -$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Preis'; -$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = 'ohne MwSt.'; -$_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Ermäßigung'; -$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Zeitraum'; -$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'Ab (Menge)'; +$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'SSL aktivieren'; +$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'höher'; +$_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminPreferences4be87dc8773fa2fb95b7b8302cb47fa9'] = 'Lieferer und Hersteller anzeigen, auch wenn die entsprechenden Blöcke deaktiviert sind'; +$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'klassisch'; +$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Lieferer und Hersteller anzeigen'; +$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Wenn Ihr Provider das SSL-Protokoll anbietet, können Sie die SSL-Verschlüsselung (https://) aktivieren zur Identifizierung der Kunden und des Bestellvorgangs'; +$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Sie können den Rundungsmodus wählen, entweder immer nach oben, nach unten oder auf die herkömmliche Art abrunden.'; +$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Rundungsregel'; +$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Hier klicken, um HTTPS Protokoll zu verwenden, befor Sie SSL einschalten.'; +$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Aktiviert oder deaktiviert die Token im Front Office, um die Sicherheit von PrestaShop zu verbessern'; +$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Verbessert die Sicherheit des Front Office'; +$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'niedriger'; $_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Aktion'; -$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Keine spezifischen Preise'; -$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Unbegrenzt'; -$_LANGADM['AdminProducts5da618e8e4b89c66fe86e32cdafde142'] = 'Vom'; -$_LANGADM['AdminProductse12167aa0a7698e6ebc92b4ce3909b53'] = 'Bis'; -$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'Alle Währungen'; -$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Alle Länder'; -$_LANGADM['AdminProductse4c4c68c7515704a91d90207067dcbbe'] = 'Alle Gruppen'; -$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminProducts4d774376eedc9e76eb3ecd52629ca6d5'] = 'Prioritäten-Management'; -$_LANGADM['AdminProductsa7fd31ae96c5e8cd392b7dce990ed8f2'] = 'Manchmal treffen mehrere Regeln auf einen Kunden zu, Prioritätn ermöglichen Ihnen festzulegen, welche Regel angewendet wird.'; -$_LANGADM['AdminProducts77b4fe51b2eede1e804277e64ceb9a22'] = 'Prioritäten:'; -$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Auf alle Produkte anwenden '; -$_LANGADM['AdminProducts9639e32cab248434a17ab32237cb3b71'] = 'Anwenden'; -$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Spezifischen Preis hinzufügen'; -$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Für: '; -$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Verfügbar vom '; -$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'bis zum '; -$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'Ab '; -$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'Einheit(en)'; -$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Produkt Preis'; -$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(MwSt. zzgl..)'; -$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Aktuell'; -$_LANGADM['AdminProducts9004d8f63917997431815639087b37b2'] = 'Sie können diesen Wert auf 0 setzen, um den Standard-Preis anzuwenden'; -$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Ermäßigung in folgernder Höhe hinzufügen:'; -$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Betrag'; -$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Prozentsatz'; -$_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = '(Wenn auf \"Betrag\" eingestellt, ist die Steuer ist im Preis enthalten)'; -$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen'; -$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'erforderlich'; -$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Hinzufügen oder Ändern der benutzerdefinierten Eigenschaften'; -$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Datei-Felder:'; -$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Anzahl der anzuzeigenden Datei-Upload-Felder'; -$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Textfelder:'; -$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Anzahl der anzuzeigenden Textfelder'; -$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Parameter aktualisieren'; -$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Datei-Felder:'; -$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Felder speichern'; -$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Anhang'; -$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Dateiname:'; -$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; -$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Datei'; -$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Laden Sie eine Datei von Ihrem Desktop'; -$_LANGADM['AdminProducts92b69747c04b60634ec738b2e0d01abc'] = 'Hinzufügen eines neuen Anhangs'; -$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Angehängt Dokumente für dieses Produkt'; -$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Löschen'; -$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Verfügbare Anhänge'; -$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Anhänge aktualisieren'; -$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Infos.'; -$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Allgemeine Informationen zu dem Produkt'; -$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Sind Sie sicher?'; -$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Dieses Produkt löschen'; -$_LANGADM['AdminProducts0f20e95f40a601e2a9312facdbe3c672'] = 'Produkt im Shop sehen'; -$_LANGADM['AdminProducts3094af8ef1a9cd6080c00647a5fbfc61'] = 'Verkäufe diese Produkts sehen'; -$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr.:'; -$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Erlaubte Sonderzeichen:'; -$_LANGADM['AdminProducts66b02975abe1eaca734427011e342ee3'] = 'Artikel-Nr. Lieferer:'; -$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 oder JAN:'; -$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Japan)'; -$_LANGADM['AdminProductsaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; -$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(USA, Kanada)'; -$_LANGADM['AdminProducts34ee375e4b891ae82c767c498be6ff0a'] = 'Lage (Lager):'; -$_LANGADM['AdminProducts5362207e69f819de2b0fd72922ff30db'] = 'Breite (Paket):'; -$_LANGADM['AdminProducts439919935798d6aa9b1bd38a25eb2bf5'] = 'Höhe (Paket):'; -$_LANGADM['AdminProducts7d3b604ce04b4bdb6c0ed9df377c8ef9'] = 'Tiefe (Paket):'; -$_LANGADM['AdminProductsc27ff8defa50d70571392ab3c1266a92'] = 'Gewicht (Paket):'; -$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Optionen:'; -$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'Zum Kauf verfügbar'; -$_LANGADM['AdminProductscc3eb602e84d53395873953f354be5b3'] = 'Preis anzeigen'; -$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'Preis anzeigen'; -$_LANGADM['AdminProducts70424709b86c615fa200079c455d5e46'] = 'Nur online erhältlich'; -$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'Nur Online (nicht im Handel erhältlich)'; -$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Zustand:'; -$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu'; -$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Gebraucht'; -$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Neu verpackt'; -$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Hersteller:'; -$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Wählen Sie (optional)'; -$_LANGADM['AdminProducts4cf86e65aa090f9e3acbfaba9f6af9a4'] = 'Sie sind im Begriff, Ihre Änderungen zu verlieren, möchten Sie fortfahren?'; -$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Erstellen'; -$_LANGADM['AdminProducts90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Lieferer:'; -$_LANGADM['AdminProducts6d166a0253ed1e35debeceeb2f1e9e0b'] = 'Sie sind sicher, dass Sie die Informationen zum Produkt, die Sie soeben eingegeben haben, verlieren wollen?'; -$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Bild'; -$_LANGADM['AdminProducts8bf8854bebe108183caeb845c7676ae4'] = 'von'; -$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Schließen'; -$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(oder \"Escape\")'; -$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Weiter>'; -$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '<Zurück'; -$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'Die Datei'; -$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'wurde erfolgreich hochgeladen'; -$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Neuer Titel'; -$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Wählen Sie eine Sprache:'; -$_LANGADM['AdminProducts1dc4f17cec0a821aabdecdd1664081ec'] = 'Produkt-Download'; -$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Ihr Verzeichnis zum Speichern der Datei besitzt keine ausreichende Schreibberechtigung'; -$_LANGADM['AdminProducts8e03216b659e802fba1656a5ceb211fb'] = 'Die Datei dieses Produktes ist nicht vorhanden'; -$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'Die maximale Upload-Größe auf Ihren Server beträgt'; -$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Datei hochladen'; -$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Datei löschen'; -$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Link'; -$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Dateiname:'; -$_LANGADM['AdminProducts37bde2365871f3c9ca3efe90c2f0e7fa'] = 'Der vollständige Dateiname mit der Erweiterung (Beispiel: Buch.pdf)'; -$_LANGADM['AdminProducts7e93b54f29abc0e84d489bf739a67e5f'] = 'Anzahl Downloads'; -$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Anzahl der pro Kunde erlaubten Downloads'; -$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Verfallsdatum'; -$_LANGADM['AdminProducts2b05e1a0e6c62dbf0018af09ed38f4e0'] = 'Format: JJJJ-MM-TT'; -$_LANGADM['AdminProducts65be3ad50ca00caff377d6a988c3823c'] = 'Leer lassen, wenn Sie kein Verfalldatum haben möchten'; -$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Anzahl Tage'; -$_LANGADM['AdminProducts44118d6d6ecd2f24f53ec6393a66baa1'] = 'Anzahl der Tage, an denen die Datei für die Kunden zugänglich ist'; -$_LANGADM['AdminProducts282c59515d1ea09d37d4d9980bba3e58'] = 'Auf 0 stellen für unbegrenzten Zugang zum Download'; -$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Kaufpreis ohne MwSt.'; -$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Kaufpreis, zu dem Sie das Produkt erworben haben'; -$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Verkaufspreis ohne MwSt.:'; -$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Der Verkaufspreis des Produktes ohne Steuern'; -$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Steuerregel:'; -$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Steuerfrei'; -$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Steuern momentan deaktiviert'; -$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Steueroptionen'; -$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Öko-Steuer (inklusive MwSt.)'; -$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'Bereits im Preis inbegriffen'; -$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Verkaufspreis inklusive MwSt.:'; -$_LANGADM['AdminProducts90b9d77dd96eaf4b15ff80bf8ef6fcfe'] = 'Stückpreis ohne MwSt.'; -$_LANGADM['AdminProductsfe3838c7c11aa406dd956566e17360d5'] = '/'; -$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'oder'; -$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'inkl. MwSt.'; -$_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'z.B. 15 $ pro Pfund'; -$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Zeigt \"im Sonderangebot\" im Bildsymbol auf der Produktseite sowie im Text auf den Kategorieseiten an'; -$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Endgültiger Verkaufspreis:'; -$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'mit MwSt.'; -$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'ohne MwSt.'; -$_LANGADM['AdminProducts6aa641a49246a5538f692e9884fbe96e'] = 'Sie können mehrere Ermäßigungen und spezifische Preisregeln in der Registerkarte definieren'; -$_LANGADM['AdminProducts90a38214f3409698c7110ce3217b7f22'] = 'Warenbewegung:'; -$_LANGADM['AdminProductsf3045501284c98ea60713a3a8d27e8d7'] = 'Wählen Sie den Grund und geben Sie die Menge, die Sie zu erhöhen oder in Ihrem Lager zu verringern'; -$_LANGADM['AdminProducts3c6c92395ebfd9ba66296793ee901854'] = 'Ursprünglicher Lagerbestand:'; $_LANGADM['AdminProducts006b4cc15322f7951d9100716edcac07'] = 'Mindestmenge:'; -$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'Mindestmenge für die Bestellung dieses Produkts (1 definieren zum Deaktivieren dieser Funktion)'; -$_LANGADM['AdminProducts3b8c1da80dae1d62561a6d04d2f68dd5'] = 'Lagerbestand:'; -$_LANGADM['AdminProducts6606420385ad3fd14c70b8ffa210e407'] = 'Sie verwendeten Varianten, daher können Sie Ihren Lagerbestand nicht hier bearbeiten, sondern nur in der Registerkarte \"Varianten\"'; -$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'Die Lagerverwaltung ist deaktiviert'; -$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Zusätzliche Versandkosten'; -$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Dazu kommt die Transportsteuer.'; -$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Nachricht, wenn auf Lager:'; -$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Nachricht, wenn nicht auf Lager aber bestellbar:'; -$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Wenn nicht auf Lager:'; -$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Bestellungen ablehnen'; -$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Bestellungen annehmen'; -$_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Standardeinstellung:'; -$_LANGADM['AdminProducts0871f875dff8224be3247ccedea01024'] = 'wie gesetzt in'; -$_LANGADM['AdminProductsd0834fcec6337785ee749c8f5464f6f6'] = 'Voreinstellugen'; -$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Standard-Kategorie:'; -$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Bitte überprüfen Sie eine Kategorie, um die Standard-Kategorie auszuwählen.'; -$_LANGADM['AdminProducts8cf04a9734132302f96da8e113e80ce5'] = 'Nach Hause'; -$_LANGADM['AdminProductsef7de3f485174ff47f061ad27d83d0ee'] = 'ausgewählt'; -$_LANGADM['AdminProductsb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All'; -$_LANGADM['AdminProducts5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expand All'; -$_LANGADM['AdminProducts5e9df908eafa83cb51c0a3720e8348c7'] = 'Check All'; -$_LANGADM['AdminProducts9747d23c8cc358c5ef78c51e59cd6817'] = 'Deaktivieren Sie die Option Alle'; -$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO'; -$_LANGADM['AdminProducts2651608f8f1c6f391f919be228a6ee62'] = 'Klicken Sie hier, um Ihre Position in den Suchmaschinen (SEO) zu verbessern'; -$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Metatitel'; -$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Titel der Produktseite, leer lassen, um den Produktnamen zu verwenden'; -$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; -$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Beschreibung mit einem Satz'; -$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; -$_LANGADM['AdminProducts6d3adfeed355509b6aee5588e66d0157'] = 'Schlüsselwörter durch Komma getrennt'; +$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Gebraucht'; +$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'bis zum '; +$_LANGADM['AdminProducts01f8544c8fd4628bc686502e8b727d95'] = 'das Feld'; $_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'Vereinfachte URL:'; -$_LANGADM['AdminProducts03a1790c522058303088150cfb8b7353'] = 'Nur Buchstaben und das Minus-Zeichen \'-\' sind erlaubt'; -$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Erzeugen'; -$_LANGADM['AdminProductsb06f68603b4cf2f867480c4d1eb6a611'] = 'Friendly-url von Produktnamen.'; -$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Folgender Link zur Produktseite:'; -$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Kurzbeschreibung:'; -$_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'erscheint in der Produkt-Listen und auf der Oberseite der Produkt-Seite'; -$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'scheint in den Körper der Produkt-Seite'; -$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags:'; -$_LANGADM['AdminProducts8fca858b27c5837dcb22c398aca5e0fc'] = 'Durch Komma getrennte Tags (z.B.: DVD, DVD-Spieler, Stereoanlage)'; -$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Zubehör:'; -$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = '(Vergessen Sie danach nicht, das Produkt zu speichern)'; -$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Geben Sie die ersten Buchstaben des Produktnamens ein und wählen Sie dann das Produkt aus der Dropdown-Liste:'; -$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Zubehör hinzufügen'; -$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Speichern'; -$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben'; -$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Bilder'; -$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Dieses Produktbild bearbeiten'; -$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Fügen Sie ein neues Bild für dieses Produkt hinzu'; -$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'Datei:'; -$_LANGADM['AdminProductsfb2ea703b13d059f6b7ea5da806021df'] = 'Format:'; -$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Dateigröße:'; -$_LANGADM['AdminProductsc820e0c1d4ae16db218626f49e7916b1'] = 'KByte max.'; -$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Titelbild'; -$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Diese Variante ändern'; -$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Dieses Bild löschen'; -$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Hinzufügen oder Ändern von Produktvarianten'; -$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Produktvarianten erzeugen'; -$_LANGADM['AdminProducts1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppe:'; -$_LANGADM['AdminProductsd5682e6409bded35ee5c6ca6c6297729'] = 'Merkmal:'; -$_LANGADM['AdminProductsccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; -$_LANGADM['AdminProductsbe9469719aa6efa2fc3bd5768bc406d7'] = 'Lage:'; -$_LANGADM['AdminProducts62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Kaufpreis:'; -$_LANGADM['AdminProductsad1c17cb310c91400d25d599cf154eda'] = 'überschreibt Information zum Kaufpreis des Produkts'; -$_LANGADM['AdminProducts9d2ee2dd8c264912b6dd7b1689c1b423'] = 'Auswirkungen auf den Preis:'; -$_LANGADM['AdminProducts6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; -$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Erhöhung'; -$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = 'mit MwSt.'; -$_LANGADM['AdminProducts190733df8c1af5e4666dfad4cc554080'] = 'Der endgültige Preis des Produkts ist'; -$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Auswirkungen auf das Gewicht:'; -$_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Auswirkungen auf die Stückpreise:'; -$_LANGADM['AdminProducts487fd4fe388baed0928898b641050983'] = 'Öko-Steuer:'; -$_LANGADM['AdminProductsf445f4a540768234833908cab83f9214'] = 'überschreibt Information zur Öko-Steuer des Produkts'; -$_LANGADM['AdminProducts24bf9597daf212b5cfab26ca381e7008'] = 'Warenbewegung:'; -$_LANGADM['AdminProducts461900b74731e07320ca79366df3e809'] = 'Bild:'; -$_LANGADM['AdminProducts29d7b46b863639e29ae8452d2320530a'] = 'Diese Variante als Standardvariante des Produkts definieren'; -$_LANGADM['AdminProductsadbabbab7becdf5ef8736a64466df260'] = 'Diese Variante hinzufügen'; -$_LANGADM['AdminProductsefb41efb550c9beaa9291985f7fa850a'] = 'Diese Variantengruppe hinzufügen'; -$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Änderung abbrechen'; -$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Varianten'; -$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Auswirkung'; -$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; -$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminProductsfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminProducts06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; -$_LANGADM['AdminProducts1245fb9eadb8049b570d7bdc0936aa55'] = 'Diese Variante ändern'; -$_LANGADM['AdminProductsf5f0ae24e8e0435331d55d1d0351698f'] = 'Dieses Merkmal als Standardmerkmal des Produkts definieren'; -$_LANGADM['AdminProductsd290771bddc4ea282abf5bcf8b26e6e4'] = 'Dieses Merkmal als Standardmerkmal des Produkts definieren'; -$_LANGADM['AdminProducts330fa1ffb267980193f6ee94424cb720'] = 'Diese Variante löschen'; -$_LANGADM['AdminProducts943395f3cd91fd71f4800c5319e68d35'] = 'Alle Varianten löschen'; -$_LANGADM['AdminProductsf22c10907735de8cabc370b142d6764a'] = 'Noch keine Variante'; -$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'Die blaue Linie ist die Standard-Variante.'; -$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Jedem Produkt muss eine Standard-Variante zugeordnet werden.'; -$_LANGADM['AdminProducts898b68dce7b68f9b08d6de76e268f650'] = 'Farbenpalette:'; -$_LANGADM['AdminProductsd675f4bde587d86ab74ba5ca17e06e3d'] = 'Nicht anzeigen'; -$_LANGADM['AdminProductse0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; -$_LANGADM['AdminProducts9efcd637794d273467448a11c9b93446'] = 'Verwaltung der Farbmerkmale'; -$_LANGADM['AdminProductsb2764723575b7c88c1b21c89ee8871e8'] = 'Aktivieren Sie die Farbauswahl, indem Sie eine Farbmerkmalgruppe auswählen.'; -$_LANGADM['AdminProductsddca89873b6cb1ff542e03163dfd179c'] = 'Sie müssen dieses Produkt speichern, bevor Sie Varianten hinzufügen können.'; -$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Diesem Produkt Merkmale zuweisen'; -$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Sie können einen Wert für jede relevante Eigenschaft dieses Produkts angeben, leere Felder werden nicht angezeigt.'; -$_LANGADM['AdminProductsccfc539487f4e869ef05c1607d24a772'] = 'Sie können einen bestimmten Wert definieren oder aus bereits vorhandenen Werten auswählen, die Sie zuvor hinzugefügt haben.'; -$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'Eigenschaft'; -$_LANGADM['AdminProducts8bcdd31a1ab28f0db60efb2087c3f235'] = 'Vordefinierter Wert'; -$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Benutzerdefinierter Wert'; -$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Keine Eigenschaft definiert'; -$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; -$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Zuerst einen vordefinierten Wert hinzufügen'; -$_LANGADM['AdminProducts272b044f0333918a95175f3f402092eb'] = 'Änderungen speichern'; -$_LANGADM['AdminProducts22987d3b86cd0afd549196e94817e20f'] = 'Sie verlieren alle nicht gespeicherten Änderungen, möchten Sie diese zuerst speichern?'; -$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'Neue Eigenschaft hinzufügen'; -$_LANGADM['AdminProductsd1a1006c2d7ebf87d5e4d934a138e5a5'] = 'Sie müssen dieses Produkt speichern, bevor Sie Eigenschaften hinzufügen können.'; -$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Paket'; -$_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'Sie können dem Produktbüdel keine downloadbaren Produkte hinzufügen'; -$_LANGADM['AdminProductsc7a915a59b56dc898c0ae52b64bed0c5'] = 'Dem Paket ein Objekt hinzufügen'; -$_LANGADM['AdminProducts126ddccbd9f946b8cd46d88b304a2020'] = 'Dank mindestens ein Produkt zu wählen.'; -$_LANGADM['AdminProductsd764262872a3bfe2b0944d1826f43a88'] = 'Dank einer Menge, um ein Produkt hinzuzufügen gesetzt.'; +$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Gruppe:'; +$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Neu'; +$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Dieses Produkt löschen'; +$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Verfügbar vom '; +$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'die Datei'; +$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'ist erforderlich'; +$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Datei'; +$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Öko-Steuer (inklusive MwSt.)'; +$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(USA, Kanada)'; +$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Löschen'; +$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Zusätzliche Versandkosten'; $_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Katalog:'; -$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Denken Sie daran, die Standard-Kategorie zu ändern.'; +$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Bestellungen annehmen'; +$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Benutzerdefinierter Wert'; +$_LANGADM['AdminProducts126ddccbd9f946b8cd46d88b304a2020'] = 'Dank mindestens ein Produkt zu wählen.'; +$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '<Zurück'; +$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Dateiname:'; +$_LANGADM['AdminProducts151648106e4bf98297882ea2ea1c4b0e'] = 'Aktualisierung erfolgreich'; +$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'Preis anzeigen'; +$_LANGADM['AdminProducts1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; +$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Zeigt \"im Sonderangebot\" im Bildsymbol auf der Produktseite sowie im Text auf den Kategorieseiten an'; +$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Titel der Produktseite, leer lassen, um den Produktnamen zu verwenden'; +$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Zeitraum'; +$_LANGADM['AdminProducts190733df8c1af5e4666dfad4cc554080'] = 'Der endgültige Preis des Produkts ist'; +$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; +$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Steueroptionen'; +$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = 'mit MwSt.'; +$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'Eigenschaft'; +$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = 'ohne MwSt.'; +$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Auswirkung'; +$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Keine Eigenschaft definiert'; +$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Kurzbeschreibung:'; +$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Wenn nicht auf Lager:'; +$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Anzahl der anzuzeigenden Datei-Upload-Felder'; +$_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'Sie können dem Produktbüdel keine downloadbaren Produkte hinzufügen'; +$_LANGADM['AdminProducts282c59515d1ea09d37d4d9980bba3e58'] = 'Auf 0 stellen für unbegrenzten Zugang zum Download'; +$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'Nur Online (nicht im Handel erhältlich)'; +$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Varianten'; +$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Produkt Preis'; +$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Anzahl der anzuzeigenden Textfelder'; +$_LANGADM['AdminProducts29d7b46b863639e29ae8452d2320530a'] = 'Diese Variante als Standardvariante des Produkts definieren'; +$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Kaufpreis ohne MwSt.'; +$_LANGADM['AdminProducts2b05e1a0e6c62dbf0018af09ed38f4e0'] = 'Format: JJJJ-MM-TT'; +$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags:'; +$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Erzeugen'; +$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Preis'; +$_LANGADM['AdminProducts37bde2365871f3c9ca3efe90c2f0e7fa'] = 'Der vollständige Dateiname mit der Erweiterung (Beispiel: Buch.pdf)'; +$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Prozentsatz'; +$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; +$_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Währung'; +$_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'erscheint in der Produkt-Listen und auf der Oberseite der Produkt-Seite'; +$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; +$_LANGADM['AdminProducts3adbdb3ac060038aa0e6e6c138ef9873'] = 'Kategorie'; +$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Geben Sie die ersten Buchstaben des Produktnamens ein und wählen Sie dann das Produkt aus der Dropdown-Liste:'; +$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Verfügbare Anhänge'; +$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Der Verkaufspreis des Produktes ohne Steuern'; +$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'Ab (Menge)'; +$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Link'; +$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr.:'; +$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'Einheit(en)'; +$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Nachricht, wenn auf Lager:'; +$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Produktvarianten erzeugen'; +$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Bitte überprüfen Sie eine Kategorie, um die Standard-Kategorie auszuwählen.'; +$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Erlaubte Sonderzeichen:'; +$_LANGADM['AdminProducts439919935798d6aa9b1bd38a25eb2bf5'] = 'Höhe (Paket):'; +$_LANGADM['AdminProducts44118d6d6ecd2f24f53ec6393a66baa1'] = 'Anzahl der Tage, an denen die Datei für die Kunden zugänglich ist'; +$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Paket'; +$_LANGADM['AdminProducts461900b74731e07320ca79366df3e809'] = 'Bild:'; +$_LANGADM['AdminProducts487fd4fe388baed0928898b641050983'] = 'Öko-Steuer:'; +$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Auf alle Produkte anwenden '; +$_LANGADM['AdminProducts49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminProducts4d774376eedc9e76eb3ecd52629ca6d5'] = 'Prioritäten-Management'; +$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Datei-Felder:'; +$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position'; +$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'Bereits im Preis inbegriffen'; +$_LANGADM['AdminProducts5362207e69f819de2b0fd72922ff30db'] = 'Breite (Paket):'; +$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Zuerst einen vordefinierten Wert hinzufügen'; +$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Unbegrenzt'; +$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Jedem Produkt muss eine Standard-Variante zugeordnet werden.'; +$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Felder speichern'; +$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Anzahl Tage'; +$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; +$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Steuern momentan deaktiviert'; +$_LANGADM['AdminProducts5da618e8e4b89c66fe86e32cdafde142'] = 'Vom'; +$_LANGADM['AdminProducts5eea367ea73b909880393bd1ae79fc67'] = 'Kunde:'; +$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Hinzufügen oder Ändern der benutzerdefinierten Eigenschaften'; +$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'wurde erfolgreich hochgeladen'; +$_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = '(Wenn auf \"Betrag\" eingestellt, ist die Steuer ist im Preis enthalten)'; +$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Nachricht, wenn nicht auf Lager aber bestellbar:'; +$_LANGADM['AdminProducts62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Kaufpreis:'; +$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Ihr Verzeichnis zum Speichern der Datei besitzt keine ausreichende Schreibberechtigung'; +$_LANGADM['AdminProducts63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Dateiname:'; +$_LANGADM['AdminProducts65be3ad50ca00caff377d6a988c3823c'] = 'Leer lassen, wenn Sie kein Verfalldatum haben möchten'; +$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'überschreitet die vom Server zugelassene Größe, die auf'; +$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Erstellen'; +$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'Zum Kauf verfügbar'; +$_LANGADM['AdminProducts6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; +$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(oder \"Escape\")'; +$_LANGADM['AdminProducts6d3adfeed355509b6aee5588e66d0157'] = 'Schlüsselwörter durch Komma getrennt'; +$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Neu verpackt'; +$_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'MB begrenzt ist'; +$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Hinzufügen oder Ändern von Produktvarianten'; +$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'Maximale Zeichenzahl'; +$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Sind Sie sicher?'; $_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Klicken Sie die Kategorie(n) an, in der das Produkt erscheinen soll'; -$_LANGADM['AdminProfilesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminProfiles49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminProfiles4901062927f176fea0548821fe6a8625'] = 'Aus Sicherheitsgründen können Sie das Administratorprofil nicht löschen'; -$_LANGADM['AdminProfilesd0f25115288c15321ecf672f0d6a83ea'] = 'Profile'; -$_LANGADM['AdminProfiles4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Steuerfrei'; +$_LANGADM['AdminProducts77b4fe51b2eede1e804277e64ceb9a22'] = 'Prioritäten:'; +$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Wählen Sie (optional)'; +$_LANGADM['AdminProducts7a1920d61156abc05a60135aefe8bc67'] = 'Fehler'; +$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Metatitel'; +$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Endgültiger Verkaufspreis:'; +$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Dieses Bild löschen'; +$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Angehängte Dokumente'; +$_LANGADM['AdminProducts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Alle Kunden'; +$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'ist erforderlich zumindest in'; +$_LANGADM['AdminProducts7e93b54f29abc0e84d489bf739a67e5f'] = 'Anzahl Downloads'; +$_LANGADM['AdminProducts8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Artikel-Nr. des Lieferer'; +$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Steuerregel:'; +$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Aktuell'; +$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Japan)'; +$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Status'; +$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'ohne MwSt.'; +$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Kaufpreis, zu dem Sie das Produkt erworben haben'; +$_LANGADM['AdminProducts8bcdd31a1ab28f0db60efb2087c3f235'] = 'Vordefinierter Wert'; +$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Fügen Sie ein neues Bild für dieses Produkt hinzu'; +$_LANGADM['AdminProducts8bf8854bebe108183caeb845c7676ae4'] = 'von'; +$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Verfallsdatum'; +$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; +$_LANGADM['AdminProducts8fca858b27c5837dcb22c398aca5e0fc'] = 'Durch Komma getrennte Tags (z.B.: DVD, DVD-Spieler, Stereoanlage)'; +$_LANGADM['AdminProducts9004d8f63917997431815639087b37b2'] = 'Sie können diesen Wert auf 0 setzen, um den Standard-Preis anzuwenden'; +$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(MwSt. zzgl..)'; +$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'inkl. MwSt.'; +$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Auswirkungen auf das Gewicht:'; +$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Änderung abbrechen'; +$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Folgender Link zur Produktseite:'; +$_LANGADM['AdminProducts92c75dc7b5c97898f326b95360d4bac7'] = 'Anzeige des Dateinamens'; +$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Klicken Sie hier'; +$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'Ab '; +$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Eingeschaften'; +$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'ist ungültig'; +$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Die Tag-Liste'; +$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'scheint in den Körper der Produkt-Seite'; +$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Verkaufspreis inklusive MwSt.:'; +$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'Alle Währungen'; +$_LANGADM['AdminProducts9d2ee2dd8c264912b6dd7b1689c1b423'] = 'Auswirkungen auf den Preis:'; +$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Angehängt Dokumente für dieses Produkt'; +$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Standard-Kategorie:'; +$_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Ermäßigung'; +$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben'; +$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Datei löschen'; +$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 oder JAN:'; +$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; +$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Keine spezifischen Preise'; +$_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'Anzahl Tage'; +$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Erhöhung'; +$_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'Datei kopieren fehlgeschlagen'; +$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Laden Sie eine Datei von Ihrem Desktop'; +$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'Die Datei'; +$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'Die maximale Upload-Größe auf Ihren Server beträgt'; +$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'erforderlich'; +$_LANGADM['AdminProductsacdb802bfc2b99b15d1782570285c427'] = 'Inhalt:'; +$_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Grundpreis'; +$_LANGADM['AdminProductsad1c17cb310c91400d25d599cf154eda'] = 'überschreibt Information zum Kaufpreis des Produkts'; +$_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Auswirkungen auf die Stückpreise:'; +$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'Datei:'; +$_LANGADM['AdminProductsaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; +$_LANGADM['AdminProductsb02e6af1f7307868a643fb4ea1323f43'] = 'Das Produkt muss in mindestens einer Kategorie indiziert sein'; +$_LANGADM['AdminProductsb06f68603b4cf2f867480c4d1eb6a611'] = 'Friendly-url von Produktnamen.'; +$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Parameter aktualisieren'; +$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'Mindestmenge für die Bestellung dieses Produkts (1 definieren zum Deaktivieren dieser Funktion)'; +$_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'z.B. 15 $ pro Pfund'; +$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Beschreibung mit einem Satz'; +$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Betrag'; +$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'ist nicht gültig'; +$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Denken Sie daran, die Standard-Kategorie zu ändern.'; +$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Dazu kommt die Transportsteuer.'; +$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'Die Größe der Datei, die Sie herunterladen möchten, beträgt: '; +$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Dateigröße:'; +$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Kombinationen'; +$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminProductsba34ea40525a4379add785228e37fe86'] = 'KByte'; +$_LANGADM['AdminProductsbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'jetzt berechnen'; +$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Zubehör:'; +$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Bild'; +$_LANGADM['AdminProductsbea25554b38032f5da2d8b505b604314'] = 'Das Produkt muss in der Standard-Kategorie indiziert sein'; +$_LANGADM['AdminProductsc03d53b70feba4ea842510abecd6c45e'] = 'Foto'; +$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Allgemeine Informationen zu dem Produkt'; +$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Datei-Felder:'; +$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Spezifischen Preis hinzufügen'; +$_LANGADM['AdminProductsc27ff8defa50d70571392ab3c1266a92'] = 'Gewicht (Paket):'; +$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'Verfallsdatum'; +$_LANGADM['AdminProductsc3543f3c6662fa1dedf70ed9c35053c0'] = 'Ihr Produkt wird als Entwurf gespeichert'; +$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Alle Länder'; +$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Neuer Titel'; +$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Titelbild'; +$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Diesem Produkt Merkmale zuweisen'; +$_LANGADM['AdminProductsc820e0c1d4ae16db218626f49e7916b1'] = 'KByte max.'; +$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Anzahl der pro Kunde erlaubten Downloads'; +$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Speichern'; +$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Wählen Sie eine Sprache:'; +$_LANGADM['AdminProductsccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminProductsccfc539487f4e869ef05c1607d24a772'] = 'Sie können einen bestimmten Wert definieren oder aus bereits vorhandenen Werten auswählen, die Sie zuvor hinzugefügt haben.'; +$_LANGADM['AdminProductsce26601dac0dea138b7295f02b7620a7'] = 'Kunde'; +$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; +$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = '(Vergessen Sie danach nicht, das Produkt zu speichern)'; +$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Schließen'; +$_LANGADM['AdminProductsd5682e6409bded35ee5c6ca6c6297729'] = 'Merkmal:'; +$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'Sie müssen dieses Produkt speichern, bevor Sie spezifische Preise definieren können'; +$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'Neue Eigenschaft hinzufügen'; +$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'Die Lagerverwaltung ist deaktiviert'; +$_LANGADM['AdminProductsd764262872a3bfe2b0944d1826f43a88'] = 'Dank einer Menge, um ein Produkt hinzuzufügen gesetzt.'; +$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO'; +$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Benutzeranpassung'; +$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'Datei zu groß, maximale zugelassene Größe:'; +$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Datei hochladen'; +$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Zubehör hinzufügen'; +$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Weiter>'; +$_LANGADM['AdminProductsdeb10517653c255364175796ace3553f'] = 'Produkt'; +$_LANGADM['AdminProductsdf644ae155e79abf54175bd15d75f363'] = 'Name des Produkts'; +$_LANGADM['AdminProductse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; +$_LANGADM['AdminProductse12167aa0a7698e6ebc92b4ce3909b53'] = 'Bis'; +$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Preis'; +$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Infos.'; +$_LANGADM['AdminProductse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'mit MwSt.'; +$_LANGADM['AdminProductse4c4c68c7515704a91d90207067dcbbe'] = 'Alle Gruppen'; +$_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Standardeinstellung:'; +$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Typ'; +$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'oder'; +$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Verkaufspreis ohne MwSt.:'; +$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Anhang'; +$_LANGADM['AdminProductsea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Transport'; +$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Optionen:'; +$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen'; +$_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Endpreis'; +$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Zustand:'; +$_LANGADM['AdminProductsed75712b0eb1913c28a3872731ffd48d'] = 'Verdoppeln'; +$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Anhänge aktualisieren'; +$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Bestellungen ablehnen'; +$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Textfelder:'; +$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Sie können einen Wert für jede relevante Eigenschaft dieses Produkts angeben, leere Felder werden nicht angezeigt.'; +$_LANGADM['AdminProductsf445f4a540768234833908cab83f9214'] = 'überschreibt Information zur Öko-Steuer des Produkts'; +$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Hersteller:'; +$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Ermäßigung in folgernder Höhe hinzufügen:'; +$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'ist zu lang'; +$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Speichern und Vorschau'; +$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Für: '; +$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'Die blaue Linie ist die Standard-Variante.'; +$_LANGADM['AdminProductsfb2ea703b13d059f6b7ea5da806021df'] = 'Format:'; +$_LANGADM['AdminProductsfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Diese Variante ändern'; +$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Dieses Produktbild bearbeiten'; +$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Bilder'; $_LANGADM['AdminProfiles38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminProfiles19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminQuickAccessesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProfiles4901062927f176fea0548821fe6a8625'] = 'Aus Sicherheitsgründen können Sie das Administratorprofil nicht löschen'; +$_LANGADM['AdminProfiles49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminProfiles4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminProfilesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProfilese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminQuickAccesses3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; +$_LANGADM['AdminQuickAccesses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen'; $_LANGADM['AdminQuickAccesses49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminQuickAccesses4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Öffnen in einem neuen Fenster:'; $_LANGADM['AdminQuickAccesses97e7c9a7d06eac006a28bf05467fcc8b'] = 'Link'; +$_LANGADM['AdminQuickAccessesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminQuickAccessese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; $_LANGADM['AdminQuickAccessese5dc8e5afea0a065948622039358de37'] = 'Neues Fenster'; $_LANGADM['AdminQuickAccessesfe501f6dab88efcbde9b3f062a5ae781'] = 'Schnellzugangsmenü'; -$_LANGADM['AdminQuickAccesses4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminQuickAccesses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen'; -$_LANGADM['AdminQuickAccesses3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; -$_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Öffnen in einem neuen Fenster:'; -$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminQuickAccesses93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminQuickAccessesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminQuickAccessesc5cda873543d48c9ded24a8cfc6a43b6'] = 'Pflichtfelder'; -$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Lieferant'; -$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Vom:'; -$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Preisspanne'; -$_LANGADM['AdminRangePriceed6f7f991fdee1625deeaf369ec3146b'] = 'Auf welchen Lieferanten diese Preisspanne angewendet wird'; -$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'Es gibt keine Träger für eine Preisspanne.'; $_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'Vom:'; $_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Beginn Preisspanne (inklusive)'; $_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'Bis:'; -$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Ende Preisspanne (ausgenommen)'; $_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminRangePrice19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Lieferant'; -$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'Vom:'; -$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Gewichtsklassen'; -$_LANGADM['AdminRangeWeighted6f7f991fdee1625deeaf369ec3146b'] = 'Auf welchen Lieferanten diese Gewichtsklasse angewendet wird'; -$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'Es gibt keine Träger für einen Gewichtsbereich.'; +$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Vom:'; +$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Ende Preisspanne (ausgenommen)'; +$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Lieferant'; +$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'Es gibt keine Träger für eine Preisspanne.'; +$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Preisspanne'; +$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; +$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:'; $_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'Vom:'; $_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Beginn Preisspanne (inklusive)'; $_LANGADM['AdminRangeWeight33caa076f23f453dd4061726f3706325'] = 'Bis:'; -$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'Ende Preisspanne (ausgenommen)'; $_LANGADM['AdminRangeWeight38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminRangeWeight19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReferrers49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Besucher'; -$_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Besuche'; -$_LANGADM['AdminReferrers453aceb005ceaf54a47da15fee8b2a26'] = 'Seiten'; -$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Anmeldungen'; -$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Kom.'; -$_LANGADM['AdminReferrers11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Umsatz'; -$_LANGADM['AdminReferrers4bcce22b929055c8db5204629d0a64c1'] = 'Warenkorb Durchschnitt'; -$_LANGADM['AdminReferrers43005b13d452a4ad6f2d8e29b499c55a'] = 'Zahl der Anmeldungen'; -$_LANGADM['AdminReferrers89741aae300253f498b0993fa678fa18'] = 'Kom. Satz'; -$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Anzahl Klicks'; -$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = '€'; -$_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = '%'; -$_LANGADM['AdminReferrers8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Kalender'; -$_LANGADM['AdminReferrers1dd1c5fb7f25cd41b291d43a89e3aefd'] = 'Tag'; -$_LANGADM['AdminReferrers7cbb885aa1164b390a0bc050a64e1812'] = 'Monat'; -$_LANGADM['AdminReferrers537c66b24ef5c83b7382cdc3f34885f2'] = 'Jahr'; -$_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Konfiguration'; -$_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Direkten Verkehr speichern'; -$_LANGADM['AdminReferrers93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminReferrerscec64239386a3679d3279479d34ef354'] = 'Die Speicherung des direkten Verkehrs kann sehr viel Speicherplatz und Leistungskapazität einnehmen, aktivieren Sie sie nur, wenn Sie die entsprechende Datenbank haben und diese Informationen benötigen.'; -$_LANGADM['AdminReferrers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indizierung'; -$_LANGADM['AdminReferrers6d6c33a430bbeb6833e46c4a43cde5b1'] = 'Da große Datenmengen durchmischt werden, wird jede Verbindung, die einem Vertriebspartner zugeordnet ist, indiziert wird. Sie können diesen Index erneuern, indem Sie auf die Schaltfläche unten klicken. Dies kann einige Minuten dauern und ist nur dann erforderlich, wenn Sie einen Vertriebspartner ändern oder hinzufügen wolllen und diese Änderungen rückwirkend sein sollen.'; -$_LANGADM['AdminReferrers97b22af4c50379be3da02a0b10f13ce3'] = 'Index reindizieren'; -$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Cache'; -$_LANGADM['AdminReferrers1723cb484233a73dec32d0abb2066566'] = 'Ihre Daten werden zwischengespeichert, um sie zu sortieren und zu filtern. Sie können diesen Cache erneuern, indem Sie auf die Schaltfläche unten klicken.'; -$_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Cache erneuern'; -$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Vertriebspartner'; -$_LANGADM['AdminReferrersdc647eb65e6711e155375218212b3964'] = 'Kennwort'; -$_LANGADM['AdminReferrers3f783e6afc73242779dde81c7825def0'] = 'Leer lassen, wenn Sie ihn nicht ändern wollen.'; -$_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Die Vertriebspartner können mit Ihren Kennungen auf ihre eigenen Daten zugreifen'; -$_LANGADM['AdminReferrers6d4acea4a9682c8387d2117120a060e5'] = 'Front-Zugang:'; -$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Kommissionen'; -$_LANGADM['AdminReferrers51d53cd2ecdae6b5dd3397875197e898'] = 'Kosten pro Klick'; -$_LANGADM['AdminReferrers4181de604675ec0fb8d12202ec23964c'] = 'Vergütung bei jedem Besuch.'; -$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Basisvergütung'; -$_LANGADM['AdminReferrers4b11cf76a471c13ba29b799772c90ddf'] = 'Für jede Bestellung.'; -$_LANGADM['AdminReferrers86190054fc32554662ffbb12b717e8d0'] = 'Vergütung in%'; -$_LANGADM['AdminReferrersab20dd433a5e44c6166509b6c0075b9d'] = 'Ausgeschütteter Prozentsatz für die Bestellung.'; -$_LANGADM['AdminReferrers6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Hilfe'; -$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Definitionen'; -$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'Das Feld `http_referer` stellt die Webseite dar, über die der Besucher gekommen ist.'; -$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Die über Google kommenden Besucher haben beispielsweise ein `` HTTP_REFERER wie diesen: \"http://www.google.com/search?q=prestashop\".'; -$_LANGADM['AdminReferrers9706b3e27e9457477521522ffc8d5b24'] = 'Wenn der Besucher auf direktem Weg auf die Webseite kommt (etwa durch die Eingabe der URL in der Adressleiste oder durch die Auswahl einer seiner Favoriten), bleibt dieses Feld leer.'; -$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Wenn Sie also alle über Google ankommenden Besucher filtern möchten, können Sie \"%google%\" in diesem Feld angeben, oder \"%google.fr%\", wenn Sie nur die Besucher von Google Frankreich sehen möchten.'; -$_LANGADM['AdminReferrers40e40fbf7a64db4428eeae2d926ff0ab'] = 'Das Feld `request_uri` ist die URL, die der Besucher in Ihrem Shop besucht.'; -$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Wenn der Besucher beispielsweise auf eine Produktseite zugreift, ist die URL'; -$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'Sie haben damit die Möglichkeit, Tags in diejenigen URLs einzufügen, die auf Ihre Webseite hinweisen. Zum Beispiel können Sie einen Link'; -$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = ' im Forum posten und Statistiken dieser Besucher erhalten, indem Sie \"% prestashop\" im Feld `request_uri` eingeben.'; -$_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = 'Diese Methode ist zuverlässiger als die vorherige, sie hat jedoch einen Nachteil: Wenn eine Suchmaschine eine Seite mit Ihren Link mit einem Tag angibt, wird dieser Link in den Ergebnissen der Suchmaschine angezeigt, und Sie sehen in Ihren Statistiken nicht nur die Besucher des Forums, sondern auch die des Suchmotors.'; -$_LANGADM['AdminReferrers72474954ef40e2817957dac137f718d1'] = 'Die Felder `include` zeigen an, was in der URL enthalten sein soll.'; -$_LANGADM['AdminReferrers0bef8816b0e89c8ec922185253eeb0a6'] = 'Die Felder `exclude` zeigen an, was aus der URL ausgeschlossen werden soll.'; -$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'Im einfachen Modus können Sie bestimmte Platzhalter einsetzen, die andere Zeichen ersetzen:'; -$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" ersetzt ein Zeichen. Wenn Sie den eigentlichen \"_\" verwenden wollen, müssen Sie eingegeben'; -$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" ersetzt eine beliebige Anzahl von Zeichen. Wenn Sie das eigentliche \"%\" verwenden wollen, müssen Sie eingegeben'; -$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'Der einfache Modus verwendet \"LIKE \" von MySQL, für mehr Leistung können Sie jedoch auch die regulären Ausdrücke von MySQL verwenden.'; +$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Gewichtsklassen'; +$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'Vom:'; +$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'Ende Preisspanne (ausgenommen)'; +$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Lieferant'; +$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'Es gibt keine Träger für einen Gewichtsbereich.'; +$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; +$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:'; $_LANGADM['AdminReferrers037d865feb5bc0131bbc1b33c996a9d0'] = 'Weitere Einzelheiten siehe Benutzerhandbuch...'; -$_LANGADM['AdminReferrers34ebc2bcd0638b5cce09b2c2b0159174'] = 'Technische Informationen - Einfacher Modus'; -$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = 'Hilfe!'; +$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = '€'; $_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'HTTP-Referrer'; -$_LANGADM['AdminReferrersf4d72a64acd8929c0cc9ed96a7a336cc'] = 'Einschließen'; -$_LANGADM['AdminReferrers843f2812f595e7ec7c5036e89fde02d6'] = 'Ausschließen'; -$_LANGADM['AdminReferrers7da81b1f9ca174679bbb40b7703ad01d'] = 'URI anfordern'; -$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Wenn Sie die regulären Ausdrücke von MySQL kennen, können Sie den'; -$_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'Experten-Modus nutzen'; -$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Technische Informationen'; +$_LANGADM['AdminReferrers0bef8816b0e89c8ec922185253eeb0a6'] = 'Die Felder `exclude` zeigen an, was aus der URL ausgeschlossen werden soll.'; $_LANGADM['AdminReferrers10965b2740f42ad4887932c35cee26ab'] = 'Einzige Besucher'; -$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Seitenzugriffe'; -$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Anmeldungen'; -$_LANGADM['AdminReferrers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; +$_LANGADM['AdminReferrers11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Umsatz'; +$_LANGADM['AdminReferrers1dd1c5fb7f25cd41b291d43a89e3aefd'] = 'Tag'; +$_LANGADM['AdminReferrers1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; +$_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'Experten-Modus nutzen'; +$_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Cache erneuern'; $_LANGADM['AdminReferrers200f5c9c419f0a53d5d361eff7b33abc'] = 'Anmeldezahlen'; $_LANGADM['AdminReferrers208b51d8918ba3cdd679a5ec275df129'] = 'Filtern je Produkt:'; +$_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Direkten Verkehr speichern'; +$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = 'Hilfe!'; +$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Basisvergütung'; +$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'Sie haben damit die Möglichkeit, Tags in diejenigen URLs einzufügen, die auf Ihre Webseite hinweisen. Zum Beispiel können Sie einen Link'; +$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Anzahl Klicks'; +$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Wenn Sie die regulären Ausdrücke von MySQL kennen, können Sie den'; +$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'Im einfachen Modus können Sie bestimmte Platzhalter einsetzen, die andere Zeichen ersetzen:'; +$_LANGADM['AdminReferrers34ebc2bcd0638b5cce09b2c2b0159174'] = 'Technische Informationen - Einfacher Modus'; +$_LANGADM['AdminReferrers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminReferrers3f783e6afc73242779dde81c7825def0'] = 'Leer lassen, wenn Sie ihn nicht ändern wollen.'; +$_LANGADM['AdminReferrers40e40fbf7a64db4428eeae2d926ff0ab'] = 'Das Feld `request_uri` ist die URL, die der Besucher in Ihrem Shop besucht.'; +$_LANGADM['AdminReferrers4181de604675ec0fb8d12202ec23964c'] = 'Vergütung bei jedem Besuch.'; +$_LANGADM['AdminReferrers43005b13d452a4ad6f2d8e29b499c55a'] = 'Zahl der Anmeldungen'; +$_LANGADM['AdminReferrers453aceb005ceaf54a47da15fee8b2a26'] = 'Seiten'; +$_LANGADM['AdminReferrers49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminReferrers4b11cf76a471c13ba29b799772c90ddf'] = 'Für jede Bestellung.'; +$_LANGADM['AdminReferrers4bcce22b929055c8db5204629d0a64c1'] = 'Warenkorb Durchschnitt'; +$_LANGADM['AdminReferrers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminReferrers51d53cd2ecdae6b5dd3397875197e898'] = 'Kosten pro Klick'; +$_LANGADM['AdminReferrers537c66b24ef5c83b7382cdc3f34885f2'] = 'Jahr'; +$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Die über Google kommenden Besucher haben beispielsweise ein `` HTTP_REFERER wie diesen: \"http://www.google.com/search?q=prestashop\".'; +$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" ersetzt ein Zeichen. Wenn Sie den eigentlichen \"_\" verwenden wollen, müssen Sie eingegeben'; +$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Anmeldungen'; +$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'Das Feld `http_referer` stellt die Webseite dar, über die der Besucher gekommen ist.'; +$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Wenn der Besucher beispielsweise auf eine Produktseite zugreift, ist die URL'; +$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Kommissionen'; +$_LANGADM['AdminReferrers6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Hilfe'; +$_LANGADM['AdminReferrers6d4acea4a9682c8387d2117120a060e5'] = 'Front-Zugang:'; +$_LANGADM['AdminReferrers72474954ef40e2817957dac137f718d1'] = 'Die Felder `include` zeigen an, was in der URL enthalten sein soll.'; +$_LANGADM['AdminReferrers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; +$_LANGADM['AdminReferrers7cbb885aa1164b390a0bc050a64e1812'] = 'Monat'; +$_LANGADM['AdminReferrers7da81b1f9ca174679bbb40b7703ad01d'] = 'URI anfordern'; +$_LANGADM['AdminReferrers86190054fc32554662ffbb12b717e8d0'] = 'Vergütung in%'; +$_LANGADM['AdminReferrers89741aae300253f498b0993fa678fa18'] = 'Kom. Satz'; +$_LANGADM['AdminReferrers8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Kalender'; +$_LANGADM['AdminReferrers93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminReferrers9706b3e27e9457477521522ffc8d5b24'] = 'Wenn der Besucher auf direktem Weg auf die Webseite kommt (etwa durch die Eingabe der URL in der Adressleiste oder durch die Auswahl einer seiner Favoriten), bleibt dieses Feld leer.'; +$_LANGADM['AdminReferrers97b22af4c50379be3da02a0b10f13ce3'] = 'Index reindizieren'; +$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Definitionen'; +$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Wenn Sie also alle über Google ankommenden Besucher filtern möchten, können Sie \"%google%\" in diesem Feld angeben, oder \"%google.fr%\", wenn Sie nur die Besucher von Google Frankreich sehen möchten.'; +$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Anmeldungen'; +$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = ' im Forum posten und Statistiken dieser Besucher erhalten, indem Sie \"% prestashop\" im Feld `request_uri` eingeben.'; +$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Kom.'; +$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Cache'; +$_LANGADM['AdminReferrersab20dd433a5e44c6166509b6c0075b9d'] = 'Ausgeschütteter Prozentsatz für die Bestellung.'; +$_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = '%'; +$_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Besucher'; $_LANGADM['AdminReferrersb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle'; -$_LANGADM['AdminReferrers4351cfebe4b61d8aa5efa1d020710005'] = 'Sehen'; -$_LANGADM['AdminReferrers7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; -$_LANGADM['AdminReferrersf9d49c6baa1183b09d4068c3e4d1ba2e'] = 'Vertriebspartner löschen?'; -$_LANGADM['AdminReferrersf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'Bestell-ID'; -$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Ausgabedatum'; -$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Optionen für die Rücksendung von Produkten'; -$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Rücksendungen aktivieren:'; -$_LANGADM['AdminReturnd0c905ef089538af1f976a3477d617b0'] = 'Übernahme der Produkt-Rücksendungen aktivieren oder deaktivieren'; -$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Anzahl Tage:'; -$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Anzahl der Tage nach dem Datum der Lieferung, an denen der Kunde seine Produkte zurückschicken kann'; -$_LANGADM['AdminReturn630f6dc397fe74e52d5189e2c80f282b'] = 'Zurück zur Liste'; -$_LANGADM['AdminReturnddcaee4edc8938535941b620ae5ec359'] = 'Sie sind hier nicht zur Bearbeitung berechtigt'; -$_LANGADM['AdminReturn01abfc750a0c942167651c40d088531d'] = 'Nr.'; -$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Produkt-Rücksendung'; -$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Kunde:'; -$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Mehr Informationen zu den Kundendaten'; -$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Bestellung:'; -$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'Bestellung Nr.'; -$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'vom'; -$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Mehr Informationen zu den Bestelldaten'; -$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Grund der Rücksendung'; -$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'Aktueller Status der Produkt-Rücksendung'; -$_LANGADM['AdminReturne487807f020df126a8f608ba1c10d422'] = 'Guthaben:'; -$_LANGADM['AdminReturnf659245a1bc897f14cc0b3f697a5aa43'] = 'Neues Guthaben in der Kundenbestellung generieren'; -$_LANGADM['AdminReturnf6c8a174a0db7915422af810e5f38e29'] = 'Mehr Informationen zu den Bestelldaten'; -$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Produkte:'; -$_LANGADM['AdminReturn63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; -$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Name des Produkts'; -$_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminReferrersb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort'; +$_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Vertriebspartner'; +$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiken'; +$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Technische Informationen'; +$_LANGADM['AdminReferrerscec64239386a3679d3279479d34ef354'] = 'Die Speicherung des direkten Verkehrs kann sehr viel Speicherplatz und Leistungskapazität einnehmen, aktivieren Sie sie nur, wenn Sie die entsprechende Datenbank haben und diese Informationen benötigen.'; +$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Seitenzugriffe'; +$_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Besuche'; +$_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indizierung'; +$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'Der einfache Modus verwendet \"LIKE \" von MySQL, für mehr Leistung können Sie jedoch auch die regulären Ausdrücke von MySQL verwenden.'; +$_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Die Vertriebspartner können mit Ihren Kennungen auf ihre eigenen Daten zugreifen'; +$_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = 'Diese Methode ist zuverlässiger als die vorherige, sie hat jedoch einen Nachteil: Wenn eine Suchmaschine eine Seite mit Ihren Link mit einem Tag angibt, wird dieser Link in den Ergebnissen der Suchmaschine angezeigt, und Sie sehen in Ihren Statistiken nicht nur die Besucher des Forums, sondern auch die des Suchmotors.'; +$_LANGADM['AdminReferrerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" ersetzt eine beliebige Anzahl von Zeichen. Wenn Sie das eigentliche \"%\" verwenden wollen, müssen Sie eingegeben'; +$_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Konfiguration'; +$_LANGADM['AdminRequestSql004bf6c9a40003140292e97330236c53'] = 'Tools'; +$_LANGADM['AdminRequestSql0095a9fa74d1713e43e370a7d7846224'] = 'Exportieren'; +$_LANGADM['AdminRequestSql38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminRequestSql49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminRequestSql4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminRequestSql902b0d55fddef6f8d651fe1035b7d4bd'] = 'Fehler'; +$_LANGADM['AdminRequestSqla1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; +$_LANGADM['AdminRequestSqlb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRequestSqlb7ccdf6ab58f5514acc520721ddc9f08'] = 'Füllen Sie die Felder aus und sichern Sie den Eintrag'; +$_LANGADM['AdminRequestSqlb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Klicken Sie \"Hinzufügen\"'; +$_LANGADM['AdminRequestSqle25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminRequestSqlf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Merkmal'; $_LANGADM['AdminReturn004bf6c9a40003140292e97330236c53'] = 'Tools'; +$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Bestellung:'; $_LANGADM['AdminReturn2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Text Nr.'; -$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ' :'; -$_LANGADM['AdminReturnee2204974e5c8242756f3d9981865adc'] = 'Liste der im Paket enthaltenen Produkte'; $_LANGADM['AdminReturn38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminReturnStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReturnStates49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminReturnStates33af8066d3c83110d4bd897f687cedd2'] = 'Bestell-Status'; -$_LANGADM['AdminReturnStates46d654225b4ccc1607fd1af012d18e12'] = 'Name des Status:'; -$_LANGADM['AdminReturnStatesa4bb440d400f4dc30f148b44d08680b4'] = 'Ungültige Zeichen: Zahlen und'; -$_LANGADM['AdminReturnStates2c683de3e19f3bd14b85d8430bda7081'] = 'Name des Bestellrücksendestatus'; -$_LANGADM['AdminReturnStates38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminReturnStates19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Szenen'; -$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Aktiviert'; -$_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Wie man die Produkte ins Bild \"taggt\":'; -$_LANGADM['AdminScenes0360cec9ca7756b663f53c9d87cc2111'] = 'Wenn ein Kunde mit seiner Maus über das Bild einer Szene fährt, erscheint ein Popup und zeigt die Kurzbeschreibung des Produkts an. Der Kunde kann klicken, um die Produktseite zu öffnen. Dazu müssen Sie den \"getaggten\" Bereich definieren, die bei Berührung mit der Maus das Popup anzeigt. Links-Klick auf das Bild, um die rechteckige Fläche aufzuziehen und danach loslassen, sobald die gewünschte Größe der Fläche erreicht ist. Dann geben Sie die ersten Buchstaben des gewünschten Produkts ein. Eine Produktliste wird angezeigt. Klicken Sie auf das entsprechende Produkt und dann auf \"OK\". Wiederholen Sie diese Schritte für jedes Produkt in der Szene.'; -$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Name der Szene:'; -$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminScenes43c7582c40594c3fe32a6634ef9dcb07'] = 'Deaktiviert'; -$_LANGADM['AdminScenesd53c16e0cdd142bc71055c670dd13200'] = 'Aktivieren oder Deaktivieren der Szene'; -$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Zu \"taggendes\" Bild'; -$_LANGADM['AdminScenes0ff5840c17a19a6416cb6532fa1cd3c9'] = 'Bild senden'; -$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Format:'; -$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'Bildgröße'; -$_LANGADM['AdminScenes64fd5923eb01a88c3f25ad6c841f6ede'] = 'KByte max.'; -$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Wenn das gesendete Bild zu groß ist, wird es reduziert auf'; -$_LANGADM['AdminScenesbc02f05b2b99eb2f72b99dba325427e9'] = '(Breite x Höhe). Wenn es zu klein ist, wird ein weißer Rand hinzugefügt, um das richtige Format zu erhalten.'; -$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Hinweis: Um die Grundgröße der Szenenbilder zu ändern, ändern Sie bitte die Einstellung \'large_scene\' mit den gewünschten Maßen (im Back Office: Registerkarte \'Einstellungen\' > Registerkarte \'Bild\').'; -$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Geben Sie die ersten Buchstaben des Produktnamens ein und wählen Sie dann das Produkt aus der Dropdown-Liste:'; -$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; -$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Bestimmtes Vorschaubild:'; -$_LANGADM['AdminScenesf53d1cd25e03173ba9eaa4e493636769'] = '(optional)'; -$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'Wenn Sie ein bestimmtes Vorschaubild verwenden möchten (ein anderes als das durch Verkleinerung erzeugte Bild unten ), wählen Sie bitte eine dieser Datei.'; -$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Dateigröße:'; -$_LANGADM['AdminScenesc820e0c1d4ae16db218626f49e7916b1'] = 'KByte max.'; +$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Ausgabedatum'; +$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Rücksendungen aktivieren:'; +$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Kunde:'; +$_LANGADM['AdminReturn63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ' :'; +$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Optionen für die Rücksendung von Produkten'; +$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Anzahl Tage:'; +$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Produkte:'; +$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Mehr Informationen zu den Bestelldaten'; +$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Produkt-Rücksendung'; +$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Grund der Rücksendung'; +$_LANGADM['AdminReturnd0c905ef089538af1f976a3477d617b0'] = 'Übernahme der Produkt-Rücksendungen aktivieren oder deaktivieren'; +$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'Bestellung Nr.'; +$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'Bestell-ID'; +$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'vom'; +$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Name des Produkts'; +$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Mehr Informationen zu den Kundendaten'; +$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminReturnee2204974e5c8242756f3d9981865adc'] = 'Liste der im Paket enthaltenen Produkte'; +$_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'Aktueller Status der Produkt-Rücksendung'; +$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Anzahl der Tage nach dem Datum der Lieferung, an denen der Kunde seine Produkte zurückschicken kann'; +$_LANGADM['AdminScenes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; $_LANGADM['AdminScenes0b24516ee8c68a18020951583bc3b8ab'] = 'Automatisch angepasst auf die Größe'; -$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(Höhe x Breite)'; -$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Hinweis: Um die Grundgröße der Szenenbilder zu ändern, ändern Sie bitte die Einstellung \'large_scene\' mit den gewünschten Maßen (im Back Office: Registerkarte \'Einstellungen\' > Registerkarte \'Bild\').'; -$_LANGADM['AdminScenes8cf04a9734132302f96da8e113e80ce5'] = 'Nach Hause'; -$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'ausgewählt'; -$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All'; -$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expand All'; +$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Wenn das gesendete Bild zu groß ist, wird es reduziert auf'; +$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminScenes38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Geben Sie die ersten Buchstaben des Produktnamens ein und wählen Sie dann das Produkt aus der Dropdown-Liste:'; +$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Szenen'; $_LANGADM['AdminScenes5e9df908eafa83cb51c0a3720e8348c7'] = 'Check All'; -$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Deaktivieren Sie die Option Alle'; +$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expand All'; +$_LANGADM['AdminScenes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminScenes64fd5923eb01a88c3f25ad6c841f6ede'] = 'KByte max.'; +$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Hinweis: Um die Grundgröße der Szenenbilder zu ändern, ändern Sie bitte die Einstellung \'large_scene\' mit den gewünschten Maßen (im Back Office: Registerkarte \'Einstellungen\' > Registerkarte \'Bild\').'; +$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Name der Szene:'; +$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(Höhe x Breite)'; $_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Kategorien:'; -$_LANGADM['AdminScenesdf41d831253828e9852a25c72393fde8'] = 'Speichern Sie die Szene'; +$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Deaktivieren Sie die Option Alle'; +$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'Wenn Sie ein bestimmtes Vorschaubild verwenden möchten (ein anderes als das durch Verkleinerung erzeugte Bild unten ), wählen Sie bitte eine dieser Datei.'; +$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Zu \"taggendes\" Bild'; +$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Hinweis: Um die Grundgröße der Szenenbilder zu ändern, ändern Sie bitte die Einstellung \'large_scene\' mit den gewünschten Maßen (im Back Office: Registerkarte \'Einstellungen\' > Registerkarte \'Bild\').'; +$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'Bildgröße'; +$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All'; +$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Bestimmtes Vorschaubild:'; +$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Dateigröße:'; +$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminScenesbc02f05b2b99eb2f72b99dba325427e9'] = '(Breite x Höhe). Wenn es zu klein ist, wird ein weißer Rand hinzugefügt, um das richtige Format zu erhalten.'; +$_LANGADM['AdminScenesc820e0c1d4ae16db218626f49e7916b1'] = 'KByte max.'; +$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Aktiviert'; +$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; +$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'ausgewählt'; +$_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Wie man die Produkte ins Bild \"taggt\":'; +$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; $_LANGADM['AdminScenesf5dae0e1b3d4bc66fadd2840b4f79227'] = 'Bitte fügen Sie ein Bild hinzu, um fortzufahren'; -$_LANGADM['AdminScenes19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Suchergebnisse'; -$_LANGADM['AdminSearch069aaf2bc613789c5ac5ec141d934746'] = 'Zu Ihrer Suche passende Funktionen'; -$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller'; -$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; -$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminSearch3601146c4e948c32b6424d2c0a7f0118'] = 'Preis'; -$_LANGADM['AdminSearch27ce7f8b5623b2e2df568d64cf051607'] = 'Lager'; -$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminSearch06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; -$_LANGADM['AdminSearchdaab80c5dadc81fa2d019c562f805994'] = 'Art'; -$_LANGADM['AdminSearch1ec5f5ec77c51a968271b2ca9862907d'] = 'E-Mail'; -$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Geburtsdatum'; +$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Format:'; +$_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Geschlecht'; $_LANGADM['AdminSearch151a3c668742e11d24b6f8e65f7f7ee6'] = 'Anmeldedatum'; +$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; $_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Bestellungen'; -$_LANGADM['AdminSearch94bf3ff95d3b3870c72d1c54f7105477'] = 'Gefundene Kategorien mit'; -$_LANGADM['AdminSearchce35f6a58823a8effa17a2af92949fbb'] = 'Gefundene Kategorie mit'; -$_LANGADM['AdminSearchcbedd9b9efad67ab2082d4bf3f80618e'] = 'Gefundene Produkte mit'; -$_LANGADM['AdminSearchce8e6ddceb2367fdb7bfdde78fa5a64b'] = 'Gefundenes Produkt mit'; -$_LANGADM['AdminSearcheadcead196002163653bd0e9be7b6d5e'] = 'Dieses Produkt ändern'; -$_LANGADM['AdminSearch8f0fc31a08d7e50bad68e8ff5f56ef1b'] = 'Wollen Sie dieses Produkt löschen?'; -$_LANGADM['AdminSearch0449f210068787074ce58175b1a2f5cf'] = 'Dieses Produkt löschen'; -$_LANGADM['AdminSearch4b6f7d34a58ba399f077685951d06738'] = 'Kunden'; -$_LANGADM['AdminSearch91ec1f9324753048c0096d036a694f86'] = 'Kunde'; -$_LANGADM['AdminSearchee80eac41742f9c11b701e4e1eb96027'] = 'gefunden mit'; -$_LANGADM['AdminSearchaac3536927a1e082bbdbbd18039b486b'] = 'Diesem Kunden schreiben'; -$_LANGADM['AdminSearchd2a99b49c6a18dbbd911e51e55cc5c6d'] = 'Bestellung sehen'; -$_LANGADM['AdminSearch424b1a913da3df93e2366d28f29e1893'] = 'Kundendaten ändern'; -$_LANGADM['AdminSearch729a51874fe901b092899e9e8b31c97a'] = 'Sind Sie sicher?'; -$_LANGADM['AdminSearchc3b0525bb0516119f4233bc8f78ec05e'] = 'Diesen Kunden löschen'; -$_LANGADM['AdminSearch4db15b3d4b90022287ec8dce8a42a78c'] = 'Kein Ergebnis für'; -$_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche'; -$_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'AJAX-Suche'; +$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'E-Mail-Adresse'; +$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Geburtsdatum'; $_LANGADM['AdminSearchConf00204f71aee500f89085662a40f8a555'] = 'AJAX-Suche für Besucher aktivieren.'; -$_LANGADM['AdminSearchConf483c40354fdf24fc335387dc1785ccd2'] = 'Mit der AJAX-Suche werden die ersten 10 Produkte entsprechend der Suchanfrage des Nutzers in Echtzeit unter dem Eingabefeld angezeigt.'; -$_LANGADM['AdminSearchConfbbeec9bc726c86e461b48941118e4f3b'] = 'Sofortsuche'; -$_LANGADM['AdminSearchConf88a84f6aa7f460b72f4a4b9dd9b9b714'] = 'Aktivieren Sie die Instant-Suche für Ihre Besucher.'; -$_LANGADM['AdminSearchConfd125a8ad45c31bd8d3d6502b357e944a'] = 'Mit der Instant-Suche werden die Ergebnisse sofort angezeigt werden, während der Benutzer schreibt seine Frage.'; -$_LANGADM['AdminSearchConf4381a423b1c744a58a00f9921327f4f7'] = 'Minimale Wortlänge'; -$_LANGADM['AdminSearchConfc1aa7600ab8604ee230fbf068ae3e032'] = 'Nur Wörter ab dieser Länge werden indiziert.'; -$_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Nicht zu indizierende Wörter'; -$_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Bitte geben Sie die Wörter getrennt durch ein \"|\" ein.'; -$_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Gewichtung des Produktnamens'; -$_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Gewichtung des Artikelnummers'; -$_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Gewichtung der Kurzbeschreibung'; -$_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Gewichtung der ausführlichen Beschreibung'; +$_LANGADM['AdminSearchConf01d2aac5d20787a1e873f2bdc79b514a'] = 'Suche dieses Wort anstelle.'; $_LANGADM['AdminSearchConf05cdca5b85ff26e596c3af66ed4820d5'] = 'Gewichtung der Kategorie'; -$_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Gewichtung des Herstellers'; -$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Gewichtung der Tags'; +$_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche'; +$_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'Ein Wort mit einem Gewicht von 8 wird 4-mal mehr Wert als ein Wort mit einem Gewicht von 2.'; $_LANGADM['AdminSearchConf1b25f9ffbf4d185dbb985380a04732cc'] = 'Gewichtung der Merkmale'; -$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Gewichtung der Eigenschaften'; -$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indizierung'; $_LANGADM['AdminSearchConf1c24b90abdb6175e6c57762446db435a'] = 'Die \"indiziert\" Produkte wurden von PrestaShop analysiert worden und wird in den Ergebnissen der Front-Office-Suche angezeigt werden.'; -$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Indizierte Produkte:'; -$_LANGADM['AdminSearchConfccbc76379314a960da40f0693ac3497b'] = 'Gebäude das Produkt Index kann einige Minuten dauern oder mehr. Wenn Ihr Server den Prozess beenden, bevor es endet, können Sie die Indexierung durch Klick auf \"Fehlende Produkte\" wieder aufzunehmen.'; -$_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Dem Index fehlende Produkte hinzufügen.'; $_LANGADM['AdminSearchConf26e424abe001fcfdcc85a2d59bacb567'] = 'Index neu aufbauen'; $_LANGADM['AdminSearchConf2e2ef007bbe41bc68ee187fca0387520'] = 'Sie können einen Cronjob definieren, der Ihren Index neu aufbaut, indem Sie folgende URL verwenden:'; -$_LANGADM['AdminSearchConfad24ffca4f9e9c0c7e80fe1512df6db9'] = 'Relevanz'; -$_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'Das \"Gewicht\" stellt die Bedeutung und Relevanz für das Ranking der Produkte, wenn versuchen, eine neue Suche.'; -$_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'Ein Wort mit einem Gewicht von 8 wird 4-mal mehr Wert als ein Wort mit einem Gewicht von 2.'; -$_LANGADM['AdminSearchConfc0e9eaafe9282fe99cb85cf791a2dd8e'] = 'Deshalb haben wir ein größeres Gewicht für die Worte, die in den Namen oder die Referenz eines Produkte als die, die der Beschreibung der Kategorie Namen erscheinen eingestellt advize. So werden die Suchergebnisse werden präzisiert und releant wie möglich.'; +$_LANGADM['AdminSearchConf38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminSearchConf4381a423b1c744a58a00f9921327f4f7'] = 'Minimale Wortlänge'; +$_LANGADM['AdminSearchConf483c40354fdf24fc335387dc1785ccd2'] = 'Mit der AJAX-Suche werden die ersten 10 Produkte entsprechend der Suchanfrage des Nutzers in Echtzeit unter dem Eingabefeld angezeigt.'; +$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Gewichtung der Eigenschaften'; +$_LANGADM['AdminSearchConf5aac38deec604d81565722cc5a2a6be1'] = 'Ergebnis:'; +$_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Nicht zu indizierende Wörter'; +$_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Gewichtung der Kurzbeschreibung'; +$_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Gewichtung des Produktnamens'; +$_LANGADM['AdminSearchConf792fd33273f5b3dbbcc6bd5de52b7e20'] = 'Kein gültiges Ergebnis'; +$_LANGADM['AdminSearchConf88a84f6aa7f460b72f4a4b9dd9b9b714'] = 'Aktivieren Sie die Instant-Suche für Ihre Besucher.'; +$_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Dem Index fehlende Produkte hinzufügen.'; +$_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'AJAX-Suche'; $_LANGADM['AdminSearchConf8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; -$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Server'; -$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'GET-Variable'; -$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Referrer'; -$_LANGADM['AdminSearchEngines52e1c423b768c6e9850d70f3a41aca1d'] = 'Variable $_GET'; +$_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Bitte geben Sie die Wörter getrennt durch ein \"|\" ein.'; +$_LANGADM['AdminSearchConf9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; +$_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Gewichtung des Herstellers'; +$_LANGADM['AdminSearchConf9d2e974b83d9090b463dbcb2ef32ab51'] = 'Ungültiger Alias'; +$_LANGADM['AdminSearchConfa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias:'; +$_LANGADM['AdminSearchConfa66ec6983e578c3ac4663171b39d168b'] = 'die 2 Felder sind Pflichtfelder'; +$_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'Das \"Gewicht\" stellt die Bedeutung und Relevanz für das Ranking der Produkte, wenn versuchen, eine neue Suche.'; +$_LANGADM['AdminSearchConfbbeec9bc726c86e461b48941118e4f3b'] = 'Sofortsuche'; +$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Gewichtung der Tags'; +$_LANGADM['AdminSearchConfc1aa7600ab8604ee230fbf068ae3e032'] = 'Nur Wörter ab dieser Länge werden indiziert.'; +$_LANGADM['AdminSearchConfc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Indizierte Produkte:'; +$_LANGADM['AdminSearchConfd125a8ad45c31bd8d3d6502b357e944a'] = 'Mit der Instant-Suche werden die Ergebnisse sofort angezeigt werden, während der Benutzer schreibt seine Frage.'; +$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indizierung'; +$_LANGADM['AdminSearchConfe25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminSearchConfec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Gewichtung des Artikelnummers'; +$_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Gewichtung der ausführlichen Beschreibung'; $_LANGADM['AdminSearchEngines38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminSearchEngines19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Verladekosten'; -$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'Kostenlose Lieferung ab'; -$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Rechnungsstellung'; -$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Verladung'; -$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'ohne MwSt.'; -$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminShippingf67dcbe1d448921fc81fe382db040432'] = 'Tipps:'; -$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Wenn Sie diese Parameter auf 0 setzen, werden sie deaktiviert'; -$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'Gutscheine werden bei der Bestimmung von Gratis-Versandkosten nicht berücksichtigt'; -$_LANGADM['AdminShipping8272caef74bda1743a8df3d14e898025'] = 'Wahl der Preisspanne'; -$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'Je nach Gesamtbetrag'; -$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'Je nach Gesamtgewicht'; -$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Kosten pro Lieferant, Zone und Preisspanne'; +$_LANGADM['AdminSearchEngines505de52d5ae227b6e8acb02dce2a0c4d'] = 'Server:'; +$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Server'; +$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Referrer'; +$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'GET-Variable'; +$_LANGADM['AdminSearchEnginese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller'; +$_LANGADM['AdminSearchd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; +$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Suchergebnisse'; +$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Status'; $_LANGADM['AdminShipping006300efaf063e1705dd614ea0ae9e8b'] = 'Kosten'; -$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Sie haben nur freie Träger gibt es keine Notwendigkeit, Ihre Lieferadresse Preise zu konfigurieren.'; -$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:'; -$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zone/ Spanne'; $_LANGADM['AdminShipping01b6e20344b68835c5ed1ddedf20d531'] = 'à'; -$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle Zonen:'; -$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Das ist ein Versandkostenfreier Lieferant'; +$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'Gutscheine werden bei der Bestimmung von Gratis-Versandkosten nicht berücksichtigt'; +$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Verladekosten'; +$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'ohne MwSt.'; +$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Verladung'; +$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'Je nach Gesamtgewicht'; +$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Rechnungsstellung'; $_LANGADM['AdminShipping8c6e9d97aa1ff2b61603508a7d25e8b7'] = 'Keine Spanne für diesen Lieferanten'; -$_LANGADM['AdminShipping3c5a90ab81573c044caffb847d9157f6'] = 'Preise verstehen sich ohne Steuern.'; -$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'Bestell-ID'; +$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Wenn Sie diese Parameter auf 0 setzen, werden sie deaktiviert'; +$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zone/ Spanne'; +$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle Zonen:'; +$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Sie haben nur freie Träger gibt es keine Notwendigkeit, Ihre Lieferadresse Preise zu konfigurieren.'; +$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'Kostenlose Lieferung ab'; +$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'Je nach Gesamtbetrag'; +$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Kosten pro Lieferant, Zone und Preisspanne'; +$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Das ist ein Versandkostenfreier Lieferant'; +$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Lieferant:'; +$_LANGADM['AdminShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminShop068f80c7519d0528fb08e82137a72131'] = 'Produkte'; +$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Lieferanten'; +$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Hersteller:'; +$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminShop38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminShop61f0fa926f97eafb392975ed79cebb4a'] = 'Name des Shops:'; +$_LANGADM['AdminShop622f3c75de9f3481ffc58c1f292c1c2b'] = 'CMS-Seite'; +$_LANGADM['AdminShop790d59ef178acbc75d233bf4211763c6'] = 'Land'; +$_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Geschäfte'; +$_LANGADM['AdminShop93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Ermäßigungsgutscheine'; +$_LANGADM['AdminShop9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben'; +$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminShopUrl24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminShopUrl38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminShopUrlb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminShopUrlb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Aktiviert oder deaktiviert'; +$_LANGADM['AdminShopUrle25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Thema'; +$_LANGADM['AdminShopb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminShopbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Szenen'; +$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Kontakt'; +$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminShopdfcfc43722eef1eab1e4a12e50a068b1'] = 'Währungen'; +$_LANGADM['AdminShope25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminShopfff0d600f8a0b5e19e88bfb821dd1157'] = 'Bilder'; +$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'PDF erzeugen'; +$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'Im Format 2010-01-01 (Anfangsdatum inbegriffen)'; +$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Von (inkl.)'; +$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Bis (inkl.)'; $_LANGADM['AdminSlip446faa7da2d42ba4ffeda73cb119dd91'] = 'Ausgabedatum'; +$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Im Format 2010-01-31 (Enddatum inbegriffen)'; +$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'Bestell-ID'; +$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'Kein Guthaben für diesen Zeitraum'; +$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSlipc95ed58f8c9573f7d58667e6847758d9'] = 'Guthaben'; +$_LANGADM['AdminSlipe25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; $_LANGADM['AdminSlipf596633d68fc44d6c7460676060d5dcb'] = 'Startdatum ungültig'; $_LANGADM['AdminSlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Enddatum ungültig'; -$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'Kein Guthaben für diesen Zeitraum'; -$_LANGADM['AdminSlipafa0e443a161e904a03bbbc333506256'] = 'PDF ausdrucken'; -$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Von (inkl.)'; -$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'Im Format 2010-01-01 (Anfangsdatum inbegriffen)'; -$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Bis (inkl.)'; -$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Im Format 2010-01-31 (Enddatum inbegriffen)'; -$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'PDF erzeugen'; -$_LANGADM['AdminSlip01abfc750a0c942167651c40d088531d'] = 'Nr.'; -$_LANGADM['AdminSlip4351cfebe4b61d8aa5efa1d020710005'] = 'Sehen'; -$_LANGADM['AdminSlip0071aa279bd1583754a544277740f047'] = 'Objekt löschen'; -$_LANGADM['AdminSlipd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; -$_LANGADM['AdminSlipf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSpecificPriceRule03937134cedab9078be39a77ee3a48a0'] = 'Gruppe:'; +$_LANGADM['AdminSpecificPriceRule1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppe:'; +$_LANGADM['AdminSpecificPriceRule1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; +$_LANGADM['AdminSpecificPriceRule21021ea0e52be8e9c599f4dff41e5be0'] = 'Eigenschaft'; +$_LANGADM['AdminSpecificPriceRule33caa076f23f453dd4061726f3706325'] = 'Nach:'; +$_LANGADM['AdminSpecificPriceRule37be07209f53a5d636d5c904ca9ae64c'] = 'Prozentsatz'; +$_LANGADM['AdminSpecificPriceRule386c339d37e737a436499d423a77df0c'] = 'Währung'; +$_LANGADM['AdminSpecificPriceRule38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminSpecificPriceRule3adbdb3ac060038aa0e6e6c138ef9873'] = 'Kategorie'; +$_LANGADM['AdminSpecificPriceRule3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminSpecificPriceRule49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminSpecificPriceRule4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminSpecificPriceRule56a8a9eb05f9014da51a4f9b57322ac7'] = 'Kategorie:'; +$_LANGADM['AdminSpecificPriceRule59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; +$_LANGADM['AdminSpecificPriceRule689202409e48743b914713f96d93947c'] = 'Wert'; +$_LANGADM['AdminSpecificPriceRule77295c7d814e7397c55f64ec06313984'] = 'Währung:'; +$_LANGADM['AdminSpecificPriceRule90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Lieferer:'; +$_LANGADM['AdminSpecificPriceRule9c7f56d70e922a61254366964c01c64a'] = 'Alle Währungen'; +$_LANGADM['AdminSpecificPriceRule9e834f13e35e4edf64863ab414a6217a'] = 'Ermäßigung'; +$_LANGADM['AdminSpecificPriceRulea1fa27779242b4902f7ae3bdd5c6d508'] = 'Typ'; +$_LANGADM['AdminSpecificPriceRuleb2f40690858b404ed10e62bdf422c704'] = 'Betrag'; +$_LANGADM['AdminSpecificPriceRuleb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSpecificPriceRulec0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller:'; +$_LANGADM['AdminSpecificPriceRulec3987e4cac14a8456515f0d200da04ee'] = 'Alle Länder'; +$_LANGADM['AdminSpecificPriceRulee25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminSpecificPriceRulee4c4c68c7515704a91d90207067dcbbe'] = 'Alle Gruppen'; +$_LANGADM['AdminSpecificPriceRuleec136b444eede3bc85639fac0dd06229'] = 'Lieferer'; +$_LANGADM['AdminSpecificPriceRulef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Merkmal'; +$_LANGADM['AdminSpecificPriceRulef4a275a931b82e5058bc8ffad8b8e5bd'] = 'Hersteller:'; +$_LANGADM['AdminSpecificPriceRulef64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; +$_LANGADM['AdminStates00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminStates19ce4359133c8a012b572413ea8b58ea'] = 'Land, in dem sich der Staat, die Region oder die Stadt befinden'; +$_LANGADM['AdminStates24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminStates29b8e6e52c0384bf57dcc6b975d8b39c'] = 'Geografisches Gebiet, in dem sich dieser Staat befindet'; +$_LANGADM['AdminStates2dcd278c8503e295e186209fffd676f7'] = 'ISO-Code mit 1 bis 4 Buchstaben (in Wikipedia nachsehen, falls Sie ihn nicht kennen)'; +$_LANGADM['AdminStates38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminStates3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO-Code:'; +$_LANGADM['AdminStates457885792537d3f4a056e776fa721a3d'] = 'Name des Staates, der in den Adressen und Rechnungen angezeigt wird'; $_LANGADM['AdminStates49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminStates4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminStates9639e32cab248434a17ab32237cb3b71'] = 'Anwenden'; $_LANGADM['AdminStatesad68f9bafd9bf2dcf3865dac55662fd5'] = 'ISO-Code'; $_LANGADM['AdminStatesb3ff996fe5c77610359114835baf9b38'] = 'Zone'; +$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminStatesb8464cdd84b5f068ad72bf5c4f32163d'] = 'Staaten'; -$_LANGADM['AdminStates4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminStates457885792537d3f4a056e776fa721a3d'] = 'Name des Staates, der in den Adressen und Rechnungen angezeigt wird'; -$_LANGADM['AdminStates3af4c1797da60fd50670ddbb669fc0aa'] = 'ISO-Code:'; -$_LANGADM['AdminStates2dcd278c8503e295e186209fffd676f7'] = 'ISO-Code mit 1 bis 4 Buchstaben (in Wikipedia nachsehen, falls Sie ihn nicht kennen)'; -$_LANGADM['AdminStatesf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; -$_LANGADM['AdminStates19ce4359133c8a012b572413ea8b58ea'] = 'Land, in dem sich der Staat, die Region oder die Stadt befinden'; -$_LANGADM['AdminStatese6e42855066e7a3ae050b2c698021b14'] = 'Gebiet:'; -$_LANGADM['AdminStates29b8e6e52c0384bf57dcc6b975d8b39c'] = 'Geografisches Gebiet, in dem sich dieser Staat befindet'; -$_LANGADM['AdminStatesec92dbe75bbcc2fbf4cad6302df97c19'] = 'Für den Transport verwendet'; -$_LANGADM['AdminStates24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminStates00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; $_LANGADM['AdminStatesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; $_LANGADM['AdminStatesd42225935a374f1249f2a45ebed00772'] = 'Aktiviert oder deaktiviert'; -$_LANGADM['AdminStates38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminStates19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminStatsConf6e7b34fa59e1bd229b207892956dc41c'] = 'Nie'; -$_LANGADM['AdminStatsConfd2ce009594dcc60befa6a4e6cbeb71fc'] = 'Woche'; -$_LANGADM['AdminStatsConf7cbb885aa1164b390a0bc050a64e1812'] = 'Monat'; -$_LANGADM['AdminStatsConf537c66b24ef5c83b7382cdc3f34885f2'] = 'Jahr'; -$_LANGADM['AdminStatsConfb0b7c2b87eba7820fb826c780e136d2e'] = 'Graphics Engine'; -$_LANGADM['AdminStatsConf5f0552395d828276db64cb05ab75150b'] = 'Tabellen-Engine'; -$_LANGADM['AdminStatsConfdc0a18457d5a9bb07540ad2ddb872822'] = 'Automatische Reinigung'; -$_LANGADM['AdminStatsTabf4f70727dc34561dfde1a3c529b6205c'] = 'Konfiguration'; -$_LANGADM['AdminStatsTabb0b7c2b87eba7820fb826c780e136d2e'] = 'Anzeigeart'; -$_LANGADM['AdminStatsTab423e5f3a91ed4e4b023ea6eebddd25b5'] = 'Keine Grafik-Engine ausgewählt'; -$_LANGADM['AdminStatsTab5f0552395d828276db64cb05ab75150b'] = 'Tabellen-Rendering'; -$_LANGADM['AdminStatsTab018c0d798c754ada9fbc026ca9a80092'] = 'Keine Tabellen-Engine ausgewählt'; -$_LANGADM['AdminStatsTab38fb7d24e0d60a048f540ecb18e13376'] = 'Aktualisieren'; -$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Kalender'; +$_LANGADM['AdminStatese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminStatese6e42855066e7a3ae050b2c698021b14'] = 'Gebiet:'; +$_LANGADM['AdminStatesec92dbe75bbcc2fbf4cad6302df97c19'] = 'Für den Transport verwendet'; +$_LANGADM['AdminStatesf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; +$_LANGADM['AdminStats018c0d798c754ada9fbc026ca9a80092'] = 'Keine Tabellen-Engine ausgewählt'; +$_LANGADM['AdminStats1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; +$_LANGADM['AdminStats266e72d21719a5d0c7b8527c44c08f99'] = 'Kein Modul installiert'; +$_LANGADM['AdminStats38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminStats423e5f3a91ed4e4b023ea6eebddd25b5'] = 'Keine Grafik-Engine ausgewählt'; +$_LANGADM['AdminStats5f0552395d828276db64cb05ab75150b'] = 'Tabellen-Rendering'; +$_LANGADM['AdminStats8290fb626ffacf21450997f25967efeb'] = 'Modul nicht gefunden'; +$_LANGADM['AdminStats846495f9ceed11accf8879f555936a7d'] = 'Navigation'; $_LANGADM['AdminStatsTab03727ac48595a24daed975559c944a44'] = 'Tag'; -$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Monat'; -$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Jahr'; $_LANGADM['AdminStatsTab1e6d57e813355689e9c77e947d73ad8f'] = 'vom'; $_LANGADM['AdminStatsTab33caa076f23f453dd4061726f3706325'] = 'bis zum'; +$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Jahr'; +$_LANGADM['AdminStatsTab6e7b34fa59e1bd229b207892956dc41c'] = 'Nie'; +$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Monat'; +$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Kalender'; $_LANGADM['AdminStatsTabc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; -$_LANGADM['AdminStatsTab13348442cc6a27032d2b4aa28b75a5d3'] = 'Suchen'; -$_LANGADM['AdminStatsTab5f075ae3e1f9d0382bb8c4632991f96f'] = 'OK'; -$_LANGADM['AdminStatsTab846495f9ceed11accf8879f555936a7d'] = 'Navigation'; -$_LANGADM['AdminStatsTab266e72d21719a5d0c7b8527c44c08f99'] = 'Kein Modul installiert'; -$_LANGADM['AdminStatsTab8290fb626ffacf21450997f25967efeb'] = 'Modul nicht gefunden'; -$_LANGADM['AdminStatsTabb9f69fde28fbf3d71afa1bc9e3b7dab8'] = 'Wählen Sie ein Modul in der linken Spalte.'; +$_LANGADM['AdminStatsTabd2ce009594dcc60befa6a4e6cbeb71fc'] = 'Woche'; +$_LANGADM['AdminStatsb0b7c2b87eba7820fb826c780e136d2e'] = 'Anzeigeart'; +$_LANGADM['AdminStatsb9f69fde28fbf3d71afa1bc9e3b7dab8'] = 'Wählen Sie ein Modul in der linken Spalte.'; +$_LANGADM['AdminStatsdc0a18457d5a9bb07540ad2ddb872822'] = 'Automatische Reinigung'; +$_LANGADM['AdminStatsf4f70727dc34561dfde1a3c529b6205c'] = 'Konfiguration'; +$_LANGADM['AdminStatuses08d2ca380ff45ca948d4f825ff4c31dc'] = 'Diesen Status in der Bestellung vor dem Kunden verbergen'; +$_LANGADM['AdminStatuses2c683de3e19f3bd14b85d8430bda7081'] = 'Name des Bestellrücksendestatus'; +$_LANGADM['AdminStatuses31fde7b05ac8952dacf4af8a704074ec'] = 'Vorschau'; $_LANGADM['AdminStatuses33af8066d3c83110d4bd897f687cedd2'] = 'Bestell-Status'; -$_LANGADM['AdminStatuses5fb4f48b6fec81c554fb0519b0669b2f'] = 'Bestellrücksendestatus'; -$_LANGADM['AdminStockMvtb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminStockMvtb9aefa40a54680bb258f9f9569290fae'] = 'Name des Produkts'; -$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; -$_LANGADM['AdminStockMvtfffcb4d1e12c96b2f571f77ad25878b8'] = 'Grund'; -$_LANGADM['AdminStockMvt6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'Bestellnummer'; -$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Mitarbeiter'; -$_LANGADM['AdminStockMvt7a88c0e00abd9ea4220cc8fd00892306'] = 'Warenbewegung'; -$_LANGADM['AdminStockMvt4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminStockMvt85896a744f6fd84cbcd7bddb31fae8d7'] = 'Handlung:'; -$_LANGADM['AdminStockMvta2590f768bebc52068ba341320394860'] = 'Erhöhen Sie Ihren Lagerbestand'; -$_LANGADM['AdminStockMvtcc5c5c2e1e8d0ea99dda086197b8b030'] = 'Reduzieren Sie Ihren Lagerbestand'; -$_LANGADM['AdminStockMvt38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminStockMvtdf2dcf15625e93b34f46fe6c27f9b2c8'] = 'Warenbewegung für'; -$_LANGADM['AdminStockMvta240fa27925a635b08dc28c9e4f9216d'] = 'Bestellung'; -$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Datum'; -$_LANGADM['AdminStockMvt41254dab4d830cda65e017d8ff38f9bb'] = 'Verlauf der Lagerbewegungen'; -$_LANGADM['AdminStockMvtf78c5ca37035326bca5e672deb6f2705'] = 'Bewegung der fehlenden Lagermenge berechnen'; -$_LANGADM['AdminStockMvta4d3b161ce1309df1c4e25df28694b7b'] = 'Bestätigen'; +$_LANGADM['AdminStatuses35388ca9e482238c6e9755d70a5a91a0'] = 'Dem Kunden das Sehen und Herunterladen seiner PDF-Rechnung erlauben'; +$_LANGADM['AdminStatuses37242ae69082dfc3ec9d365a18a9606e'] = 'Bildsymbol:'; +$_LANGADM['AdminStatuses38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminStatuses450dcddb1c36122c2c95a91d2bceec1d'] = 'Dem Kunden eine E-Mail senden beim übergang auf diesen Status'; +$_LANGADM['AdminStatuses466eadd40b3c10580e3ab4e8061161ce'] = 'Rechnung'; +$_LANGADM['AdminStatuses46d654225b4ccc1607fd1af012d18e12'] = 'Name des Status:'; +$_LANGADM['AdminStatuses49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminStatuses4bc61ab0b24e55663cafd86775a73d7a'] = 'E-Mail-Vorlage'; +$_LANGADM['AdminStatuses510f6a8fda6eb21f9ff01954e034a29a'] = 'Aus Sicherheitsgründen können Sie den standardmässig eingestellten Bestellstatus nicht löschen'; +$_LANGADM['AdminStatuses6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Nur Buchstaben, Zahlen und-_ sind erlaubt'; +$_LANGADM['AdminStatuses70f04749e7995edd7d59e2d034c08929'] = 'Betrachten Sie die zugehörige Bestellung als bestätigt'; +$_LANGADM['AdminStatuses817434295a673aed431435658b65d9a7'] = 'Bildsymbol'; +$_LANGADM['AdminStatusesa4bb440d400f4dc30f148b44d08680b4'] = 'Ungültige Zeichen: Zahlen und'; +$_LANGADM['AdminStatusesa6c03b9eff966268fe4de7b97f64309b'] = 'Ermöglicht Farbmarkierung des Status. Nur HTML (z.B.: '; +$_LANGADM['AdminStatusesb32475cd81cfdb314b57ae77c560640f'] = 'Name der E-Mail-Vorlage (HTML und .txt)'; +$_LANGADM['AdminStatusesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStatusesbd88be5f33d835d0667fece965ab2443'] = 'Senden Sie dem Kunden eine E-Mail'; +$_LANGADM['AdminStatusesbf068ace28aa095e354ff02a01d32f1e'] = 'Bestellstaus (z.B. wartet auf)'; +$_LANGADM['AdminStatusesc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminStatusese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminStatusesea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminStatusesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Farbe:'; +$_LANGADM['AdminStatusesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Wählen Sie ein Bildsymbol aus Ihrem Rechner (Dateityp: .gif, vorgeschlagene Größe: 16x16)'; +$_LANGADM['AdminStockConfiguration24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminStockConfiguration31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Anmelden'; +$_LANGADM['AdminStockConfiguration38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminStockConfiguration49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminStockConfiguration4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminStockConfiguration85896a744f6fd84cbcd7bddb31fae8d7'] = 'Handlung:'; +$_LANGADM['AdminStockConfiguration93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['AdminStockConfigurationa2590f768bebc52068ba341320394860'] = 'Erhöhen Sie Ihren Lagerbestand'; +$_LANGADM['AdminStockConfigurationb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStockConfigurationbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['AdminStockConfigurationcc5c5c2e1e8d0ea99dda086197b8b030'] = 'Reduzieren Sie Ihren Lagerbestand'; +$_LANGADM['AdminStockConfigurationccec78d886c47adb7e5a79567d262c0d'] = 'Farbe des Back Office'; +$_LANGADM['AdminStockConfigurationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Optionen'; +$_LANGADM['AdminStockConfigurationfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Farbe:'; +$_LANGADM['AdminStockCover49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminStockCover52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockCover63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminStockCover694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminStockCoverfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminStockInstantState49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminStockInstantState52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockInstantState63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminStockInstantStatefbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminStockManagement00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminStockManagement382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; +$_LANGADM['AdminStockManagement49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminStockManagement52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockManagement694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Währung:'; +$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben'; +$_LANGADM['AdminStockManagementaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; +$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminStockManagementc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminStockManagementccf096490d2671f3ea97ea9289eee5b1'] = 'EAN 13:'; +$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminStockManagementfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; $_LANGADM['AdminStockMvt31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Anmelden'; +$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Datum'; $_LANGADM['AdminStockMvt49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminStockMvtd7319ffe5be44fae23cc7d312c312026'] = 'Standardgrund für eine Warenbewegung:'; -$_LANGADM['AdminStockMvtad800300cd0f25f7847c4de9abae4fab'] = 'Grund für Warenbewegungen'; -$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; -$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'Staat'; -$_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'Stadt'; -$_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Postleitzahl'; -$_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefonnr.'; -$_LANGADM['AdminStores9810aa2b9f44401be4bf73188ef2b67d'] = 'Faxnr.:'; +$_LANGADM['AdminStockMvt63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Mitarbeiter'; +$_LANGADM['AdminStockMvtfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; $_LANGADM['AdminStores00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Einstellungen'; -$_LANGADM['AdminStoresa6b9f40807f97e8c203547c1ce8f98f4'] = 'Anzeige in der Fußzeile:'; -$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Link auf den Location Finder in der Fußnote anzeigen'; -$_LANGADM['AdminStoresa2c4697e3d6a5ee6072e32c9e467f21d'] = 'Auf der Sitemap-Seite anzeigen'; -$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Link zum Shop-Locator auf der Sitemap-Seite anzeigen'; -$_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Vereinfachte Anzeige der Lokalisationsseite des Geschäfts'; -$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Keine Karte, keine Suche, nur ein Geschäftsverzeichnis'; -$_LANGADM['AdminStores7ef769cefe50f4eee90b1e1a22eb9172'] = 'Standard-Breitengrad:'; -$_LANGADM['AdminStores6f68e55cb85b037ff1bed185968aa448'] = 'Wird für die Standard-Karte Position'; -$_LANGADM['AdminStores5a6b8fd2f89cdbde7862a59462f58273'] = 'Standard-Längengrad'; -$_LANGADM['AdminStoresf08a4f32d9ce394e8d85ebffbe1a3ed3'] = 'Sie können auch das Bildsymbol Ihres Shops in Google Maps ersetzen: Klicken Sie auf die Registerkarte \"Präferenzen\", dann auf den Unterreiter Erscheinungsbild'; -$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Geschäfte'; -$_LANGADM['AdminStores4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Erlaubte Zeichen: Buchstaben, Leerzeichen und'; -$_LANGADM['AdminStoresca5acac9ef810c83a15e0da3babd2007'] = 'Name des Geschäfts, zum Beispiel: Store Mall Citycentre'; -$_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse:'; -$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Adresse'; -$_LANGADM['AdminStores7515d32836da5648eb6a8f9113b7405b'] = 'Postleitzahl:'; -$_LANGADM['AdminStoresbffb711ec36f280459d11dce315da72f'] = 'Stadt:'; -$_LANGADM['AdminStoresf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; -$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'Staat'; -$_LANGADM['AdminStoresfcea88ad56b0839689d41643aa8abfd3'] = 'Breitengrad/ Längengrad:'; -$_LANGADM['AdminStoresbfa40b889c8fe29c2748e5d26f02d044'] = 'Kontaktdaten des Geschäfts, z.B. 45.265469 / -47.226478'; -$_LANGADM['AdminStores673ae02fffb72f0fe68a66f096a01347'] = 'Telefonnr.:'; +$_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'In den E-Mails an die Kunden angezeigt'; $_LANGADM['AdminStores0e2fb5b02182fd28b9b96e86ed27838f'] = 'Faxnr.:'; -$_LANGADM['AdminStores78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse:'; -$_LANGADM['AdminStoresfc9d3df613063ee57906c461320744e2'] = 'Kommentar:'; -$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'Status'; -$_LANGADM['AdminStoresb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminStores5c7246a637866f706a8319f8f701497e'] = 'Anzeigen Nicht-Anzeige dieses Geschäfts'; -$_LANGADM['AdminStores7da7bd98bbbcb62c935af8d362bb7a3e'] = 'Bild: '; +$_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Vereinfachte Anzeige der Lokalisationsseite des Geschäfts'; $_LANGADM['AdminStores134592f3d9dadf4c4f76ef7e9e12fb57'] = 'Foto des Geschäfts'; -$_LANGADM['AdminStoresad179a1071ebd8b00e0ff4718301dcea'] = 'Öffnungszeiten:'; -$_LANGADM['AdminStores9021b488beef18b26de0d3bfd1acaa63'] = 'Beispiel: 10.00 bis 21.30 Uhr'; -$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Montag'; -$_LANGADM['AdminStores5792315f09a5d54fb7e3d066672b507f'] = 'Dienstag'; -$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mittwoch'; -$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Donnerstag'; -$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Freitag'; -$_LANGADM['AdminStores8b7051187b9191cdcdae6ed5a10e5adc'] = 'Samstag'; -$_LANGADM['AdminStores9d1a0949c39e66a0cd65240bc0ac9177'] = 'Sonntag'; +$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'Staat'; +$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'Dateigröße:'; +$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Erlaubte Zeichen: Buchstaben, Leerzeichen und'; +$_LANGADM['AdminStores237726599268adc200964601cdafeb16'] = 'E-Mailadresse des Shops:'; +$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'Status'; +$_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse:'; +$_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Einstellungen'; $_LANGADM['AdminStores38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminStores19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; +$_LANGADM['AdminStores3c720ca57528095461f52d40d26d956a'] = 'Shopadresse Zeile 1:'; +$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'Staat'; +$_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminStores4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminStores5792315f09a5d54fb7e3d066672b507f'] = 'Dienstag'; +$_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'Stadt'; +$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; +$_LANGADM['AdminStores5a6b8fd2f89cdbde7862a59462f58273'] = 'Standard-Längengrad'; +$_LANGADM['AdminStores5c7246a637866f706a8319f8f701497e'] = 'Anzeigen Nicht-Anzeige dieses Geschäfts'; +$_LANGADM['AdminStores5dd532f0a63d89c5af0243b74732f63c'] = 'Kontakt'; +$_LANGADM['AdminStores61f0fa926f97eafb392975ed79cebb4a'] = 'Name des Shops:'; +$_LANGADM['AdminStores63406c9482c644975f227cc93788e8fb'] = 'Wählen Sie Ihr Land'; +$_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Postleitzahl'; +$_LANGADM['AdminStores673ae02fffb72f0fe68a66f096a01347'] = 'Telefonnr.:'; +$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Montag'; +$_LANGADM['AdminStores7515d32836da5648eb6a8f9113b7405b'] = 'Postleitzahl:'; +$_LANGADM['AdminStores76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Registrierung des Shops (z. B.: SIRET, RCS, ...)'; +$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Donnerstag'; +$_LANGADM['AdminStores78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse:'; +$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'In den Kopfzeile der Seiten und E-Mails angezeigt'; +$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mittwoch'; +$_LANGADM['AdminStores7da7bd98bbbcb62c935af8d362bb7a3e'] = 'Bild: '; +$_LANGADM['AdminStores7ef769cefe50f4eee90b1e1a22eb9172'] = 'Standard-Breitengrad:'; +$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Geschäfte'; +$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Link auf den Location Finder in der Fußnote anzeigen'; +$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Link zum Shop-Locator auf der Sitemap-Seite anzeigen'; +$_LANGADM['AdminStores8b7051187b9191cdcdae6ed5a10e5adc'] = 'Samstag'; +$_LANGADM['AdminStores9021b488beef18b26de0d3bfd1acaa63'] = 'Beispiel: 10.00 bis 21.30 Uhr'; +$_LANGADM['AdminStores9810aa2b9f44401be4bf73188ef2b67d'] = 'Faxnr.:'; +$_LANGADM['AdminStores9d1a0949c39e66a0cd65240bc0ac9177'] = 'Sonntag'; +$_LANGADM['AdminStoresa2c4697e3d6a5ee6072e32c9e467f21d'] = 'Auf der Sitemap-Seite anzeigen'; +$_LANGADM['AdminStoresa6b9f40807f97e8c203547c1ce8f98f4'] = 'Anzeige in der Fußzeile:'; +$_LANGADM['AdminStoresad179a1071ebd8b00e0ff4718301dcea'] = 'Öffnungszeiten:'; +$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStoresb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefonnr.'; +$_LANGADM['AdminStoresbfa40b889c8fe29c2748e5d26f02d044'] = 'Kontaktdaten des Geschäfts, z.B. 45.265469 / -47.226478'; +$_LANGADM['AdminStoresbffb711ec36f280459d11dce315da72f'] = 'Stadt:'; +$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Freitag'; +$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Keine Karte, keine Suche, nur ein Geschäftsverzeichnis'; +$_LANGADM['AdminStoresca5acac9ef810c83a15e0da3babd2007'] = 'Name des Geschäfts, zum Beispiel: Store Mall Citycentre'; +$_LANGADM['AdminStoresd7ceaa3ddb4fc6884046456463ecb258'] = 'Registrierung:'; +$_LANGADM['AdminStorese0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Postleitzahl:'; +$_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminStoresf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; +$_LANGADM['AdminStoresfc9d3df613063ee57906c461320744e2'] = 'Kommentar:'; +$_LANGADM['AdminStoresfcea88ad56b0839689d41643aa8abfd3'] = 'Breitengrad/ Längengrad:'; +$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Wählen Sie Ihr Land (falls zutreffend)'; +$_LANGADM['AdminSubDomains38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Subdomains'; +$_LANGADM['AdminSubDomains6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; $_LANGADM['AdminSubDomainsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSubDomainsbeed05bccb8b6f21466910eb4a4f142b'] = 'Subdomain'; $_LANGADM['AdminSubDomainsfeedb03bed3f1e5339e12ecffc46eaba'] = 'Die Cookies werden für jede Sub-Domain Ihrer Webseite unterschieden. Wenn Sie dasselbe Cookie für alle verwenden möchten, dann fügen Sie hier die Cookies hinzu, die von Ihrem Shop verwendet werden. Das am häufigsten verwendete ist \"www\".'; -$_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Subdomains'; -$_LANGADM['AdminSubDomains463da457421d74a9ced0ac848fd90ccc'] = 'Subdomain:'; -$_LANGADM['AdminSubDomains9a79e1e6cdfc1c64a71c60f2bac06c2f'] = 'Zusätzliche Subdomain'; -$_LANGADM['AdminSubDomains38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminSubDomains19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; +$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; +$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Merkmale'; +$_LANGADM['AdminSuppliers2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse:'; +$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; +$_LANGADM['AdminSuppliers3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr.:'; +$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Lieferer-Logo von Ihrem Rechner herunterladen'; +$_LANGADM['AdminSuppliers46a2a41cc6e552044816a2d04634545d'] = 'Staat'; $_LANGADM['AdminSuppliers49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminSuppliers62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Kaufpreis:'; +$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Artikel-Nr. Lieferer:'; +$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Telefonnr.:'; +$_LANGADM['AdminSuppliers7515d32836da5648eb6a8f9113b7405b'] = 'Postleitzahl:'; +$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Erscheint in der Liste der Lieferanten'; +$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta Titel:'; $_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; $_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Anzahl Produkte'; -$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminSuppliers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Alle Produkte:'; -$_LANGADM['AdminSupplierse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref.:'; -$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN 13:'; -$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; -$_LANGADM['AdminSuppliers647b89b705fafd7d44aa6f01a5cb4711'] = 'Menge'; -$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Merkmale'; -$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; -$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminSuppliers694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; -$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Lieferer:'; -$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; -$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Erscheint in der Liste der Lieferanten'; -$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; -$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Lieferer-Logo von Ihrem Rechner herunterladen'; -$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta Titel:'; -$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Ungültige Zeichen:'; $_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Beschreibung:'; -$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Schlüsselwörter:'; -$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; +$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; +$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktivieren'; -$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminSuppliers19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Start'; -$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'Stadt:'; +$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Kaufpreis'; +$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN 13:'; +$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; +$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; +$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminSupplyOrders0095a9fa74d1713e43e370a7d7846224'] = 'Exportieren'; +$_LANGADM['AdminSupplyOrders068f80c7519d0528fb08e82137a72131'] = 'Produkte'; +$_LANGADM['AdminSupplyOrders104d9898c04874d0fbac36e125fa1369'] = 'Ermäßigung'; +$_LANGADM['AdminSupplyOrders126ddccbd9f946b8cd46d88b304a2020'] = 'Dank mindestens ein Produkt zu wählen.'; +$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'Vorlage'; +$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr.:'; +$_LANGADM['AdminSupplyOrders49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminSupplyOrders52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminSupplyOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminSupplyOrders689202409e48743b914713f96d93947c'] = 'Wert'; +$_LANGADM['AdminSupplyOrders694e8d1f2ee056f98ee488bdc4982d73'] = 'Menge'; +$_LANGADM['AdminSupplyOrders6d2e7477916d118eb0a377fd13af4f63'] = 'Letzte Aktualisierung:'; +$_LANGADM['AdminSupplyOrders77295c7d814e7397c55f64ec06313984'] = 'Währung:'; +$_LANGADM['AdminSupplyOrders90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Lieferer:'; +$_LANGADM['AdminSupplyOrders9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben'; +$_LANGADM['AdminSupplyOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminSupplyOrdersea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminSupplyOrdersec136b444eede3bc85639fac0dd06229'] = 'Lieferer'; +$_LANGADM['AdminSupplyOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminSupplyOrdersef61fb324d729c341ea8ab9901e23566'] = 'Neu'; +$_LANGADM['AdminSupplyOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminSupplyOrdersf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Mitarbeiter'; +$_LANGADM['AdminSupplyOrdersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminTabs00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminTabs24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminTabs37242ae69082dfc3ec9d365a18a9606e'] = 'Bildsymbol:'; +$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; $_LANGADM['AdminTabs49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Bildsymbol'; -$_LANGADM['AdminTabs30269022e9d8f51beaabb52e5d0de2b7'] = 'Elternelement'; -$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modul'; -$_LANGADM['AdminTabs3160eb21973806e4291c3979d4aa242e'] = 'Positionen'; -$_LANGADM['AdminTabsa0db49ba470c1c9ae2128c3470339153'] = 'Level'; -$_LANGADM['AdminTabsa02c83a7dbd96295beaefb72c2bee2de'] = 'Haupt'; -$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Registerkarten'; $_LANGADM['AdminTabs4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminTabs52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Position'; +$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Modul:'; $_LANGADM['AdminTabs6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; $_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Klasse:'; -$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Modul:'; +$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Registerkarten'; +$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Bildsymbol'; +$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Start'; $_LANGADM['AdminTabs980bb228a128556fe3df923d2ede30b4'] = 'Laden Sie ein Logo von Ihrem Rechner'; +$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modul'; $_LANGADM['AdminTabse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'oder'; -$_LANGADM['AdminTabs6adf97f83acf6453d4a6a4b1070f3754'] = 'Keine'; -$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminTabs19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Produkte'; +$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Sprache:'; +$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Löschen'; +$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; $_LANGADM['AdminTags4994a8ffeba4ac3140beb89e8d41f174'] = 'Sprache'; $_LANGADM['AdminTags49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Produkte'; +$_LANGADM['AdminTags4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminTagsc101058e7ea21bbbf2a5ac893088e90b'] = 'Tag'; -$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Löschen'; +$_LANGADM['AdminTagse25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; $_LANGADM['AdminTagsec211f7c20af43e742bf2570c3cb84f9'] = 'Hinzufügen'; -$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminTags19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminTaxRulesGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminTaxRulesGroupb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle'; -$_LANGADM['AdminTaxRulesGroup8d4ae51b8b5831db49a6dcde1b83e175'] = 'Regeln'; -$_LANGADM['AdminTaxRulesGroup6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen'; +$_LANGADM['AdminTaxRules00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminTaxRules06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; +$_LANGADM['AdminTaxRules08a38277b0309070706f6652eeae9a53'] = 'Unten'; +$_LANGADM['AdminTaxRules258f49887ef8d14ac268c92b02503aaa'] = 'Oben'; $_LANGADM['AdminTaxRulesGroup0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiv'; -$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminTaxRulesGroup9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben'; +$_LANGADM['AdminTaxRulesGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminTaxRulesGroup18325105de95083e4a1d10b78f29c2bc'] = 'Staat'; +$_LANGADM['AdminTaxRulesGroup46a2a41cc6e552044816a2d04634545d'] = 'Staat'; +$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminTaxRulesGroup4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Steuer'; +$_LANGADM['AdminTaxRulesGroup4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminTaxRulesGroup59716c97497eb9694541f7c3d37b1a4d'] = 'Land'; +$_LANGADM['AdminTaxRulesGroup6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen'; $_LANGADM['AdminTaxRulesGroup7475ec0d41372a307c497acb7eeea8c4'] = 'Keine Steuer'; -$_LANGADM['AdminTaxRulesGroup38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Satz'; -$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Wenn Sie die Ökosteuer zu deaktivieren, wird die Ökosteuer für alle Ihre Produkte auf 0 gesetzt werden'; -$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Steuer'; -$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Steuern aktivieren:'; -$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Übernahme der Steuern aktivieren oder deaktivieren'; -$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Steuern im Warenkorb anzeigen:'; -$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Aktivieren oder Deaktivieren der Steueranzeige in einer separaten Zeile des Warenkorbs'; -$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basierend auf:'; -$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Rechnungsadresse:'; -$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Lieferadresse:'; -$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Ökosteuer anwenden'; -$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Ökosteuer:'; -$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'Die Steuer auf die Ökosteuer (z.B. französische Ökosteuer: 19,6%)'; -$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Steuern'; -$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; -$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; -$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Name der im Warenkorb und auf der Rechnung angezeigten Steuer, z.B. MwSt.'; -$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = ':Satz'; -$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Format: XX.XX oder XX.XXX (z.B.: 19,60 oder 13 925)'; -$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; -$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminTaxes19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminTaxRulesGroup8d4ae51b8b5831db49a6dcde1b83e175'] = 'Regeln'; +$_LANGADM['AdminTaxRulesGroup9ea67be453eaccf020697b4654fc021a'] = 'Speichern und auf der Seite bleiben'; +$_LANGADM['AdminTaxRulesGroupb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle'; +$_LANGADM['AdminTaxRulesGroupb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung:'; +$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminTaxRulesGroupd0042a700e9bdf79689d63ee6846dc0e'] = 'Beschreibung:'; +$_LANGADM['AdminTaxRulesGroupe25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminTaxRulesGroupf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; +$_LANGADM['AdminTaxRulesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Alle'; +$_LANGADM['AdminTaxRulesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; $_LANGADM['AdminTaxes0071aa279bd1583754a544277740f047'] = 'Steuer Nr. löschen'; -$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Diese Steuer wird in einer Regel für Steuern verwendet, möchten Sie fortfahren?'; +$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Aktiviert:'; +$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Steuer'; +$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Format: XX.XX oder XX.XXX (z.B.: 19,60 oder 13 925)'; +$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Lieferadresse:'; +$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Ökosteuer:'; +$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Steuern aktivieren:'; +$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Wenn Sie die Ökosteuer zu deaktivieren, wird die Ökosteuer für alle Ihre Produkte auf 0 gesetzt werden'; +$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; $_LANGADM['AdminTaxes6b1f6081d484b3728b5d3637ea44f14c'] = 'Diese Steuer wird in einer Regel für Steuern verwendet, wenn Sie fortfahren, wird sie aus der Regel entfernt, möchten Sie fortfahren? '; -$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Erscheinungsbild'; -$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo der Kopfzeile:'; -$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Erscheint auf der Startseite Ihres Shops'; -$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo der E-Mails:'; -$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Erscheint in der Kopfzeile der E-Mails, falls nicht definiert, wird das Logo der Kopfzeile verwendet'; -$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo der Rechnungen:'; -$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Erscheint in der Kopfzeile der Rechnungen, falls nicht definiert, wird das Logo der Kopfzeile verwendet'; +$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basierend auf:'; +$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Steuern'; +$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Übernahme der Steuern aktivieren oder deaktivieren'; +$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Rechnungsadresse:'; +$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Diese Steuer wird in einer Regel für Steuern verwendet, möchten Sie fortfahren?'; +$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Ökosteuer anwenden'; +$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'Die Steuer auf die Ökosteuer (z.B. französische Ökosteuer: 19,6%)'; +$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = ':Satz'; +$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Steuern im Warenkorb anzeigen:'; +$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Satz'; +$_LANGADM['AdminTaxese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Aktivieren oder Deaktivieren der Steueranzeige in einer separaten Zeile des Warenkorbs'; +$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Name der im Warenkorb und auf der Rechnung angezeigten Steuer, z.B. MwSt.'; $_LANGADM['AdminThemes166e58184f5f3e344a4f1741a4716c05'] = 'Favicon:'; -$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Erscheint neben der Adresse in Ihrem Internet-Browser'; +$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo der E-Mails:'; +$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo der Kopfzeile:'; +$_LANGADM['AdminThemes38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; $_LANGADM['AdminThemes413dc5af3ee0d6d59cd83c80e91e07a7'] = 'Bildsymbole der Geschäfte'; +$_LANGADM['AdminThemes49ee3087348e8d44e1feda1917443987'] = 'Name'; $_LANGADM['AdminThemes5bcdec816ad8c7bb1e7ef04f7ae9350d'] = 'Erscheint auf dem Localisation Finder der Geschäfte (in den Google Maps)'; $_LANGADM['AdminThemes60e53443dbca990bf3f314b2fa38e839'] = 'Empfohlene Größe: 30x30, transparente GIF'; +$_LANGADM['AdminThemes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Erscheint in der Kopfzeile der E-Mails, falls nicht definiert, wird das Logo der Kopfzeile verwendet'; +$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Erscheint in der Kopfzeile der Rechnungen, falls nicht definiert, wird das Logo der Kopfzeile verwendet'; +$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Erscheint auf der Startseite Ihres Shops'; $_LANGADM['AdminThemes93af5f35c247e0e814bd676249f60b62'] = 'Trennzeichen:'; -$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Wird für den Navigationsweg in den Kategorien und Produkten gebraucht'; +$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Erscheint neben der Adresse in Ihrem Internet-Browser'; +$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Erscheinungsbild'; +$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo der Rechnungen:'; +$_LANGADM['AdminThemesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminThemesbbb572a770006c9e0e57c9e5d4bcda90'] = 'Direkt aus Prestashop Addons!'; -$_LANGADM['AdminThemes0ac3a6bb56ca9b829859b5c12040e3a0'] = 'Finden Sie neue Themen bei Prestashop Addons!'; -$_LANGADM['AdminTools442824e37ecd2fe5b938869e10e85d79'] = 'Shop-Tools'; -$_LANGADM['AdminToolsfd35692a2d43d6ee7b7417e7e4fe40d4'] = 'Mehrere Tools sind vorhanden, um Ihren Shop zu verwalten.'; -$_LANGADM['AdminToolsbae42c77a464b87efd72350dfa7c3a93'] = 'Bitte wählen Sie eines hier oben aus den Unterregisterkarten !'; -$_LANGADM['AdminTrackinge53d0648d344037610407a88c1389ca1'] = 'Katalog-Verfolgung'; -$_LANGADM['AdminTracking428a70e43c5371126c0fb675e98c61d5'] = 'Liste der leeren Kategorien:'; +$_LANGADM['AdminThemesc9cc8cce247e49bae79f15173ce97354'] = 'Ändern'; +$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Wird für den Navigationsweg in den Kategorien und Produkten gebraucht'; $_LANGADM['AdminTracking1679821fd0e65d65924aa77e56068814'] = 'Liste der deaktivierten Produkte:'; -$_LANGADM['AdminTracking55406e92cd01b80132defa33f7957f45'] = 'Liste der ausverkauften Produkte ohne Merkmale:'; -$_LANGADM['AdminTrackingd99d6bbc5dce58840c997fed8e739881'] = 'Liste der ausverkauften Produkte mit Merkmalen:'; -$_LANGADM['AdminTracking6cfe61694ee1bb13ae719d47c2f80b7a'] = 'gefunden'; -$_LANGADM['AdminTrackingb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTrackingc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Hersteller:'; -$_LANGADM['AdminTracking63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminTracking428a70e43c5371126c0fb675e98c61d5'] = 'Liste der leeren Kategorien:'; $_LANGADM['AdminTracking49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminTracking3601146c4e948c32b6424d2c0a7f0118'] = 'Preis'; -$_LANGADM['AdminTracking4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Steuer'; -$_LANGADM['AdminTracking27ce7f8b5623b2e2df568d64cf051607'] = 'Lager'; -$_LANGADM['AdminTracking8c489d0946f66d17d73f26366a4bf620'] = 'Gewicht'; +$_LANGADM['AdminTracking63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminTrackingb5a7adde1af5c87d7fd797b6245c2a39'] = 'Beschreibung:'; +$_LANGADM['AdminTrackingb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminTracking06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; -$_LANGADM['AdminTrackingeadcead196002163653bd0e9be7b6d5e'] = 'Dieses Produkt ändern'; -$_LANGADM['AdminTrackingdcc4db89d62ec3e757428a5811553c0b'] = 'Möchten Sie löschen'; -$_LANGADM['AdminTracking0449f210068787074ce58175b1a2f5cf'] = 'Dieses Produkt löschen'; -$_LANGADM['AdminTranslations91aaf01cad2d0dc0382edb323ed6e51a'] = 'Kann Ordner nicht erstellen'; -$_LANGADM['AdminTranslations1a80fb0a74eed828b2693f30e830a237'] = 'Überprüfen Verzeichnis Schreibrechte.'; -$_LANGADM['AdminTranslationsd797353e4c5b71edce10d34557198b81'] = 'Sie müssen 2 Sprachen wählen, um die Daten aus der Quelle ins Ziel zu kopieren'; -$_LANGADM['AdminTranslationsf31ffb564b1c234d509f4b20fbb2d068'] = 'Sie müssen 2 Themen wählen, um die Daten von einer Seite zur anderen zu kopieren'; -$_LANGADM['AdminTranslationsb0f0554e563b8ffcabe170739d126bb1'] = 'ein Fehler ist beim Kopieren der Daten aufgetreten'; -$_LANGADM['AdminTranslationsa90e087a3690a15b0c7e0f5b832b5ee8'] = 'keine Daten zum Kopieren vorhanden (Sprache und Thema identisch)'; -$_LANGADM['AdminTranslations4db37ab93548f8b7e47faebe8a5c397a'] = 'Nur ein Teil der Daten wurde kopiert , eine oder mehrere Übersetzungsdateien wurden nicht gefunden'; -$_LANGADM['AdminTranslationsbbed16dd7d31f28047ab8237cb424888'] = 'Kann die Sprachdateien im Themenordner nicht schreiben'; -$_LANGADM['AdminTranslationsd981715c425b3efa67098bdbb3871866'] = '. Bitte prüfen Sie die Schreibberechtigungen.'; -$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Übersetzungen Front Office'; -$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Übersetzungen Back Office'; -$_LANGADM['AdminTranslations0c51ba6f28d50bdad074f18dbebe275d'] = 'Übersetzungen Fehlermeldungen'; -$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Übersetzungen Feldernamen'; -$_LANGADM['AdminTranslations1db04255ad87f7fe6d5bc91c74982612'] = 'Übersetzungen Module'; -$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'Übersetzungen PDF-Dateien'; -$_LANGADM['AdminTranslations693fe609a9e3f79343ab35da56fb5eed'] = 'Übersetzungen Mails'; -$_LANGADM['AdminTranslations2303c057afcbe798a5d9811d36e88050'] = 'Übersetzungen ändern'; -$_LANGADM['AdminTranslations623b1500ccce270f2c5b7ac787ddf05a'] = 'Sie können die Übersetzungen der einzelnen Textteile von PrestaShop ändern.'; -$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Wählen Sie einen Teil (z.B. Back Office oder Module), klicken Sie dann auf die Sprache, die Sie bearbeiten möchten'; -$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Import / Export von Übersetzungen'; -$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Sprache hinzfügen/aktualisieren'; -$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'Sie können das Sprachpaket von prestashop.com direkt von hier aus aktualisieren. '; -$_LANGADM['AdminTranslations1179204cea308156c142ca4f2e03f5ac'] = 'Wenn Sie ein bestehendes Sprachpaket, alle Ihre bisherigen Anpassungen in das Thema zu aktualisieren wählen Sie den Namen prestashop verloren. Dazu gehören Front-Office-Ausdrücke und Standard-E-Mail-Vorlagen.'; -$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Sprache, die Sie hinzufügen/aktualisieren möchten:'; -$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Sprachen hinzufügen'; -$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Sprachpaket aktualisieren'; -$_LANGADM['AdminTranslations65ca1bc61335cf91a2d347a91629ba60'] = 'Sprache hinzfügen/aktualisieren'; -$_LANGADM['AdminTranslationse1d8f264ad68caa3ced0b12042f3e62e'] = 'Kann keine Verbindung zu prestashop.com herstellen, um die Sprachenliste zu erhalten.'; -$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Manuelles Importieren einer Sprache'; -$_LANGADM['AdminTranslations838d2daba220546d9a27ad1fca0a05c7'] = 'Wenn der Name des Sprachpakets im Format isocode.gzip ist (Beispiel: fr.gzip) und die entsprechende Sprache nicht existiert, wird sie automatisch erstellt.'; -$_LANGADM['AdminTranslations8d9c80f27ea00759d8469a7aca29ee1b'] = 'Vorsicht, dies überschreibt alle Daten in der Zielsprache!'; -$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Sprachpaket:'; -$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Importieren'; -$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Übersetzungen exportieren'; -$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Exportieren von Daten einer Sprache in eine Datei (Sprachpaket).'; -$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Wählen Sie das Thema, aus dem Sie die Übersetzungen exportieren wollen.'; $_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Exportieren'; -$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Kopieren'; -$_LANGADM['AdminTranslationsd4e007a94451a69f593c3ce0e06e08f2'] = 'Dies kopiert die Übersetzungen von einer Sprache in eine andere.'; -$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'Falls erforderlich'; -$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'erstellen Sie eine neue Sprache'; -$_LANGADM['AdminTranslations1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; -$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'Nach:'; $_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Kopieren'; -$_LANGADM['AdminTranslations0ce7ca290969bc360efbabe90ff19741'] = 'Die Dateien der Ausgangssprache müssen vollständig sein (wie in Tools >> Sprachen >> Bearbeiten angegeben), um die Übersetzungen kopieren zu können.'; -$_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Öffnen Sie alle Blöcke'; -$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Schließen Sie alle Blöcke'; -$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Änderungen speichern'; -$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Aktualisieren und fortfahren'; -$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Mit Google übersetzen (experimentell)'; -$_LANGADM['AdminTranslations24995bf641e65d70246d77d013e1dbeb'] = 'Diese Sprache wird von der Google Translate API nicht zur Verfügung gestellt'; -$_LANGADM['AdminTranslationsf93c49bc4a04bbcbcb950a0740117d10'] = 'Vorschlag von Google translate:'; -$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Achtung, Ihr Hosting-Provider mit dem suhosin Patch für PHP, die die maximale Anzahl von Feldern in einer Form post Grenzen:'; -$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'für suhosin.post.max_vars.'; -$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'für suhosin.request.max_vars.'; -$_LANGADM['AdminTranslations7454cc60021492205337c5cbce85df1e'] = 'Bitten Sie Ihren Hosting-Anbieter, das Suhosin Post- und Request-Limit anzuheben auf'; -$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'mindestens .'; -$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'oder bearbeiten Sie die Übersetzungsdatei manuell.'; -$_LANGADM['AdminTranslationsa98d4e0c14db7364bbf15e4d94c878ac'] = 'Leere Zeichenfolge gefunden, bitte bearbeiten:'; -$_LANGADM['AdminTranslations4994a8ffeba4ac3140beb89e8d41f174'] = 'Sprache'; -$_LANGADM['AdminTranslations88c0a9c6846ba06702a67bdedc3e9ebb'] = 'Übersetzungen des Front Office'; -$_LANGADM['AdminTranslations0955c19e597bf6f609b988101a8e2609'] = 'Anzahl der Ausdrücke'; -$_LANGADM['AdminTranslations77973a0d451b1be332899e779fb901ad'] = 'Klicken Sie auf den Blocknamen, um die Übersetzungen zu sehen'; -$_LANGADM['AdminTranslations1476dfb963d54c697399a79fafa90151'] = 'Ausdrücke'; -$_LANGADM['AdminTranslationsb8a151bda39f7678a40330412f9beea9'] = 'Übersetzungen des Back Office'; -$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Zu übersetzende Ausdrücke'; -$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Klicken Sie auf den Titel der Frames, um diese zu öffnen'; -$_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Fehler Übersetzungen'; -$_LANGADM['AdminTranslations512cbac83650942b970818e75ddad528'] = 'Zu übersetzende Fehlermeldungen'; -$_LANGADM['AdminTranslations4a4ec3855ac2f9f99d29088b6cc914a1'] = 'Zu übersetzende Felder'; -$_LANGADM['AdminTranslationsd05b6ed7d2345020440df396d6da7f73'] = 'Felder'; -$_LANGADM['AdminTranslations7f34f2676cea244eff88e272f03a6e03'] = 'fehlende Übersetzung(en) in % der Vorlage(n) für %'; -$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Thema für %:'; -$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'Kein Thema war für% s gefunden, oder Subjekt ist in der Datenbank generiert.'; $_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'Es ist ein Problem, die Mail-Dateien.'; -$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Bitte stellen Sie sicher, dass Englisch-Dateien in% s Ordner vorhanden'; -$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = '\"Title\"-Tag:'; -$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'Core-E-Mails:'; +$_LANGADM['AdminTranslations0c51ba6f28d50bdad074f18dbebe275d'] = 'Übersetzungen Fehlermeldungen'; +$_LANGADM['AdminTranslations0ce7ca290969bc360efbabe90ff19741'] = 'Die Dateien der Ausgangssprache müssen vollständig sein (wie in Tools >> Sprachen >> Bearbeiten angegeben), um die Übersetzungen kopieren zu können.'; +$_LANGADM['AdminTranslations1179204cea308156c142ca4f2e03f5ac'] = 'Wenn Sie ein bestehendes Sprachpaket, alle Ihre bisherigen Anpassungen in das Thema zu aktualisieren wählen Sie den Namen prestashop verloren. Dazu gehören Front-Office-Ausdrücke und Standard-E-Mail-Vorlagen.'; +$_LANGADM['AdminTranslations1476dfb963d54c697399a79fafa90151'] = 'Ausdrücke'; +$_LANGADM['AdminTranslations1a80fb0a74eed828b2693f30e830a237'] = 'Überprüfen Verzeichnis Schreibrechte.'; +$_LANGADM['AdminTranslations1e6d57e813355689e9c77e947d73ad8f'] = 'Von:'; $_LANGADM['AdminTranslations217ee9d15130fbaa142f0cf7fd4d8643'] = 'Core-E-Mails'; -$_LANGADM['AdminTranslationse60137f6e7d94e9c4e5dceb4e9d0c552'] = 'Modul-E-Mails:'; -$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-Mails für % Modul'; +$_LANGADM['AdminTranslations2303c057afcbe798a5d9811d36e88050'] = 'Übersetzungen ändern'; +$_LANGADM['AdminTranslations24995bf641e65d70246d77d013e1dbeb'] = 'Diese Sprache wird von der Google Translate API nicht zur Verfügung gestellt'; $_LANGADM['AdminTranslations25b5edb5545ada0f1b14e96fa8cd8743'] = 'E-Mail-Themen:'; -$_LANGADM['AdminTranslations46e89640babbc6a0e52599a92a6c13b4'] = 'E-Mails'; -$_LANGADM['AdminTranslations5ded3a65f6bb72028722f9d904ffb3cc'] = 'E-Mails Module mit dem Thema:'; +$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Übersetzungen Feldernamen'; +$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Import / Export von Übersetzungen'; $_LANGADM['AdminTranslations338ff312cb917883ec15e66638f5e05f'] = 'Übersetzungsdatei nicht gefunden in '; -$_LANGADM['AdminTranslationsc85106cf29f5fa8c8b8e73dc916e37cd'] = 'Kann nicht schreiben Sprachdatei für E-Mail-Fächern, ist der Pfad:'; -$_LANGADM['AdminTranslations8a09d048735283dbc609ba0f9f705ed1'] = 'Übersetzungen der Module'; +$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'Nach:'; +$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Sprachen hinzufügen'; +$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'oder bearbeiten Sie die Übersetzungsdatei manuell.'; +$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Änderungen speichern'; +$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Klicken Sie auf den Titel der Frames, um diese zu öffnen'; +$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Wählen Sie einen Teil (z.B. Back Office oder Module), klicken Sie dann auf die Sprache, die Sie bearbeiten möchten'; +$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Zu übersetzende Ausdrücke'; +$_LANGADM['AdminTranslations46e89640babbc6a0e52599a92a6c13b4'] = 'E-Mails'; +$_LANGADM['AdminTranslations4994a8ffeba4ac3140beb89e8d41f174'] = 'Sprache'; +$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'erstellen Sie eine neue Sprache'; +$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Sprache, die Sie hinzufügen/aktualisieren möchten:'; +$_LANGADM['AdminTranslations4db37ab93548f8b7e47faebe8a5c397a'] = 'Nur ein Teil der Daten wurde kopiert , eine oder mehrere Übersetzungsdateien wurden nicht gefunden'; +$_LANGADM['AdminTranslations512cbac83650942b970818e75ddad528'] = 'Zu übersetzende Fehlermeldungen'; +$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Achtung, Ihr Hosting-Provider mit dem suhosin Patch für PHP, die die maximale Anzahl von Feldern in einer Form post Grenzen:'; $_LANGADM['AdminTranslations52d83d7ed502b33d300a8c0af2c5b455'] = 'Themenliste - Klicken Sie, um zur Themenübersetzung zu gelangen'; -$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'Standardmäßig'; -$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Thema'; +$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Wählen Sie das Thema, aus dem Sie die Übersetzungen exportieren wollen.'; $_LANGADM['AdminTranslations53b3cae42737979c884275593a01f468'] = 'Modul:'; -$_LANGADM['AdminUpgrade875b8a59022d232837491c0fdfacb4ab'] = 'Speichern Sie keine Bilder'; -$_LANGADM['AdminUpgradea8d6c6734da0083021561b23f2fa88cc'] = 'Sie können die Bild-Verzeichnis von der Sicherung ausschließen, wenn Sie bereits gespeichert haben es mit einer anderen Methode (nicht empfohlen)'; -$_LANGADM['AdminUpgradeaf98608eaedd4ba7ffd47a0204e84b23'] = 'Keep Thema \"prestashop\"'; -$_LANGADM['AdminUpgrade4ea56ca1a757e426911ff20889c0e93c'] = 'Wenn Sie PrestaShop Standard-Theme angepasst haben, können Sie es von Upgrade-Schutz (nicht empfohlen)'; -$_LANGADM['AdminUpgrade8413c63a6ef3717a974094785fd0b588'] = 'Keep Übersetzungen'; -$_LANGADM['AdminUpgrade51bbcf7afb0f8d35501d0a7b28979b06'] = 'Falls es zu ja, halten Sie alle Ihre Übersetzungen'; -$_LANGADM['AdminUpgrade8c8194a465f0163a6724907755ac1b82'] = 'Manueller Modus'; -$_LANGADM['AdminUpgradedd9dbd4916653d683244119a067ca467'] = 'Überprüfen Sie dies, wenn Sie nach jedem Schritt anhalten wollen'; -$_LANGADM['AdminUpgradee7b6d601ff4e9069e726927e211274ea'] = 'Verwenden Sie Subversion'; -$_LANGADM['AdminUpgradea15b09729294cf7fea1096f970a0fed4'] = 'überprüfen Sie, ob Sie instabile svn verwenden, anstatt offiziellen Release will'; -$_LANGADM['AdminUpgrade36be1130454bc8c4e0a41d36fa062a8b'] = 'Kann Verzeichnis% s erstellen'; -$_LANGADM['AdminUpgradee21a52b9631b01c3f1821795b8de451c'] = 'Upgrade-Prozess getan. Herzlichen Glückwunsch! Sie können nun reaktiven Ihrem Shop.'; -$_LANGADM['AdminUpgrade7b2f224649ef2ad10a2d73595d67a876'] = 'Ab Upgrade ...'; -$_LANGADM['AdminUpgrade6824d57b7af37f605bd97d34defc3761'] = 'Export svn abzuschließen. Entfernen Beispieldateien ...'; -$_LANGADM['AdminUpgradef70307d8297e48a8783d41e6f3313d51'] = 'Fehler beim svn export'; -$_LANGADM['AdminUpgrade4eecd9c195e46c054ef7da6d9d1a738b'] = 'Auszug abzuschließen. Entfernen Beispieldateien ...'; -$_LANGADM['AdminUpgrade0929f38eaac3ca38801f08b7269574e0'] = 'nicht% 1 $ s in% 2 $ s extrahieren ...'; -$_LANGADM['AdminUpgrade6b2d0404b7faba0e791e15a52586a149'] = 'Umschalten auf svn checkout (useSvn auf true gesetzt)'; -$_LANGADM['AdminUpgradef0e38ac0c558a7f216ae98382b9e58f5'] = 'Shop-desactivated. Jetzt herunterladen (dies kann dauert einige Zeit) ...'; -$_LANGADM['AdminUpgrade4f7c02592a962e40a920f32f3a24f2df'] = 'filesToUpgrade ist kein Array'; -$_LANGADM['AdminUpgrade3f10faa8b44a7175ae8fc5dcb8dec5de'] = 'Alle Dateien aktualisiert. Jetzt Upgrade-Datenbank'; -$_LANGADM['AdminUpgrade1ad932e3b85eb2907a817cd3e3e6907e'] = 'Fehler beim Versuch,% s Upgrade'; -$_LANGADM['AdminUpgrade078a325fbcc1dbd50bd9f969ce954965'] = '% 2 $ s Dateien von links nach Upgrade.'; -$_LANGADM['AdminUpgrade62740df131433ec9d45bf1810eefb19b'] = 'Fehler während der Aktualisierung Db'; -$_LANGADM['AdminUpgrade9a2f2cf276ea9f79b31a815897c0e3e6'] = '% S ignoriert'; -$_LANGADM['AdminUpgrade63ded4905ba41ac4bf00373df2739576'] = 'erstellt dir% 2 $ s. % 3 $ s Dateien von links nach Upgrade.'; -$_LANGADM['AdminUpgrade11978affb3b0dbb16c50d571fd05de6d'] = 'Fehler beim Erstellen des Verzeichnisses% s'; -$_LANGADM['AdminUpgrade1b854285afc1988b6f83414fde5943ab'] = 'kopiert% 1 $ s in% 2 $ s. % 3 $ s Dateien von links nach Upgrade.'; -$_LANGADM['AdminUpgrade0e06ce0972ad338e1d96e8589dc21b9c'] = 'Fehler bei copy% 1 $ s in% 2 $ s'; -$_LANGADM['AdminUpgrade0511620a3a1d6036d3fbe47b131d7c4b'] = 'Dateien wiederhergestellt, jetzt die Wiederherstellung Datenbank.'; -$_LANGADM['AdminUpgrade791403f158965a3e19f8627c7b744126'] = 'Datenbank wiederhergestellt'; -$_LANGADM['AdminUpgrade5f7f50973696d0a42c1efcc07f7820a0'] = 'Alle Ihre Website ist wieder hergestellt ...'; -$_LANGADM['AdminUpgrade28517b8a291c50d80aa53a078407065b'] = 'Root-Verzeichnis gereinigt.'; -$_LANGADM['AdminUpgradebb71892737d721949538d6e1c4d3d22d'] = 'Dateien wiederhergestellt. Keine Datenbank-Backup gefunden. Restaurierung durchgeführt.'; -$_LANGADM['AdminUpgradecb7dce5f6a1934d54c0d3335c7ffe841'] = 'Dateien wiederhergestellt.'; -$_LANGADM['AdminUpgrade8efc36d230f76fbfd9e4d758964e9414'] = 'nicht in der Lage zu $ ​​1 $ s Extrakt in% 2 $ s.'; -$_LANGADM['AdminUpgraded7624db09c15d46cd37d7709ae05e44b'] = 'keine bekannten Backup. nichts zu wiederherzustellen.'; -$_LANGADM['AdminUpgrade09a362e2dd3800f8fbc55d3446513f65'] = 'Nothing to restore (kein Antrag gefunden)'; -$_LANGADM['AdminUpgrade66c4cbfb21f294b233692b67356db647'] = 'Datenbank-Backup in% getan s. Jetzt Aktualisieren von Dateien'; -$_LANGADM['AdminUpgrade48f95ff09327408a578e91655ed872a1'] = '% S-Dateien zu sichern.'; -$_LANGADM['AdminUpgrade70960f2aa87d307170d3a1bc3e06d904'] = 'Backup-Dateien in% s initialisiert'; -$_LANGADM['AdminUpgrade8cf728d701c50a59ef78b7c55fc27cd4'] = 'Backup-Dateien im Gange. % S-Dateien links'; -$_LANGADM['AdminUpgrade15b353ca964fe816547e67e1508ff85d'] = 'Alle Dateien gespeichert. Jetzt Backup Database'; -$_LANGADM['AdminUpgradea25c4f085558c5f6e519e56257af531f'] = 'alle Dateien zu archivieren aufgenommen worden.'; -$_LANGADM['AdminUpgrade91f805cf850500bda66426aea042602f'] = '% 1 $ s aufgenommen zu archivieren. % 2 $ s links.'; -$_LANGADM['AdminUpgradef79479c0de75d568def0afdc1e5de04e'] = 'Fehler beim Versuch,% 1 $ s zu archivieren% 2 $ s. hinzufügen'; -$_LANGADM['AdminUpgradeb9a2db69065827812dd4b7a7f9ffc0b1'] = 'nicht-Archiv zu öffnen'; -$_LANGADM['AdminUpgrade2589a25910cd3d7fab7e45361c4cb39d'] = '% 1 $ s entfernt. % 2 $ s Artikel links'; -$_LANGADM['AdminUpgraded82eef1ba081c54686767c555670c0fe'] = 'Fehler beim Entfernen von% 1 $ s,% 2 $ s links Artikel'; -$_LANGADM['AdminUpgrade344c592d141604c614c219fad3fa0dae'] = 'Ausgehend von% 1 $ s Probe Dateien entfernen'; -$_LANGADM['AdminUpgrade0baf8c94d1d03d1621c17cd6eabf7b9f'] = 'Alle Beispiel-Dateien entfernt. Jetzt Backup-Dateien.'; -$_LANGADM['AdminUpgrade84e31682487d5a0937f9184ebcf594ba'] = 'Arbeitskopie bereits% s up-to-date. jetzt exportieren sie in neuesten dir'; -$_LANGADM['AdminUpgrade762ab46f0b1e4eae1526ca7d637926f3'] = 'SVN-Update für Arbeitskopie% s getan. nun exportiert ihn in spätestens ...'; -$_LANGADM['AdminUpgradedcefd261c0dea53fdb159b218503009e'] = 'SVN Checkout ab% s getan. nun exportiert ihn in spätestens ...'; -$_LANGADM['AdminUpgrade8f4c8c87daa3bc0311cfb61b7d36e27b'] = 'SVN Checkout-Fehler ...'; -$_LANGADM['AdminUpgrade0e81132066d433d212e237678e1193a3'] = 'nicht erlaubt svn'; -$_LANGADM['AdminUpgradeb0d51f91a1118b7c39ee1835cc6c926a'] = 'Download abgeschlossen. Nun extrahieren'; -$_LANGADM['AdminUpgrade0c0db54fe8212c1a7215005fef75d7dd'] = 'Fehler beim Download'; -$_LANGADM['AdminUpgrade93120c07d8c5cee44042627cd493e0e0'] = 'Sie brauchen allow_url_fopen für den automatischen Download. Sie können auch manuell laden Sie sie in% s'; -$_LANGADM['AdminUpgrade3bb38e7d0bfd5a02f7c06cae446fee86'] = 'Aktion% s übersprungen'; -$_LANGADM['AdminUpgradeb4302e98d94591ee9afa09e769b2ee63'] = 'Aktion \"% 1 $ s\" nicht gefunden'; -$_LANGADM['AdminUpgrade19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfeld'; -$_LANGADM['AdminUpgrade760c4026bc5a0bd5378e6efc3f1370b4'] = 'Zu lange!'; -$_LANGADM['AdminUpgrade4f2e28904946a09d8c7f36dd3ee72457'] = 'Die Felder sind unterschiedlich!'; -$_LANGADM['AdminUpgrade43b01d1a6c5065545c65f42003b0ab5c'] = 'Diese E-Mail-Adresse ist falsch!'; -$_LANGADM['AdminUpgrade2e170dfd78c2171a25605ececc0950a4'] = 'Unmöglich, die E-Mail senden!'; -$_LANGADM['AdminUpgrade6deee80e4bdb8894331994116818558e'] = 'Cannot create file-Einstellungen, wenn / config / settings.inc.php existiert, geben Sie bitte den öffentlichen Schreibzugriff auf diese Datei, sonst erstellen Sie bitte eine Datei namens settings.inc.php in config-Verzeichnis.'; -$_LANGADM['AdminUpgradeaa946cb00b1c23ff6553b6f9e05da151'] = 'Kann nicht schreiben Einstellungsdatei, erstellen Sie bitte eine Datei namens settings.inc.php in config-Verzeichnis.'; -$_LANGADM['AdminUpgradee930e2474c664a3a7e89ecfb8793694b'] = 'Impossible um die Datei hochzuladen!'; -$_LANGADM['AdminUpgrade774fc7a0f56391abc5d8856f2436ca07'] = 'Die Integrität der Daten ist nicht valided. Hack Versuch?'; -$_LANGADM['AdminUpgrade8fd007bf08e0717537825a3e91cb4fcc'] = 'Unmöglich, den Inhalt einer MySQL-Content-Datei zu lesen.'; -$_LANGADM['AdminUpgradec71e825f6873f64b91efc26313614eab'] = 'Impossible den Zugriff auf den Inhalt einer MySQL-Datei.'; -$_LANGADM['AdminUpgrade3d5c8f1d29b1a1dc4ea0673122e0d277'] = 'Fehler beim Einfügen von Daten in der Datenbank:'; -$_LANGADM['AdminUpgrade17e1581d01152347bfaacd153b961379'] = 'Das Passwort ist falsch (alphanumerische Zeichenfolge aus mindestens 8 Zeichen).'; -$_LANGADM['AdminUpgrade9b9f3b2f8a4dffcad9188c8fc4b468c8'] = 'Ein Prestashop Datenbank bereits existiert, dann schreiben Sie es ändern oder das Präfix.'; -$_LANGADM['AdminUpgradebc5e1163a15106f9e941a7603124709d'] = 'Dies ist kein gültiger Dateiname.'; -$_LANGADM['AdminUpgradea9d82945b8603f0c8807958d7db9a24d'] = 'Dies ist keine gültige Bilddatei.'; -$_LANGADM['AdminUpgradeb37eef07b764ea58eec9afe624e20a40'] = 'Fehler beim Erstellen der / config / settings.inc.php Datei.'; -$_LANGADM['AdminUpgrade3d9f514d46849760ef1b1412e314fd99'] = 'Fehler:'; -$_LANGADM['AdminUpgrade504053ab4c6d648edf11624f1bea4bb4'] = 'Das PrestaShop Datenbank existiert bereits. Bitte revalidate Ihrer Authentifizierung Informationen in die Datenbank.'; -$_LANGADM['AdminUpgraded7a99f61bb284d096ea4f221784af85a'] = 'Ein Fehler ist aufgetreten, während die Größe des Bildes.'; -$_LANGADM['AdminUpgrade428c933bafbf262d693fbf1c22c03e5d'] = 'Database-Verbindung verfügbar ist!'; -$_LANGADM['AdminUpgrade76bd190129b7aefb90fdf42f09ec3ec7'] = 'Database Server ist verfügbar, aber Datenbank nicht gefunden'; -$_LANGADM['AdminUpgrade045f4b5c3f990e5a26e2837495d68259'] = 'Database Server wird nicht gefunden. Bitte überprüfen Sie die Login, Passwort und Server-Bereich.'; -$_LANGADM['AdminUpgrade757fc72e8d69106dd2cf9da22cc7adb1'] = 'Ein Fehler beim Senden E-Mail, überprüfen Sie bitte Ihre Parameter.'; -$_LANGADM['AdminUpgraded18ad19290b3bfc3cd0d7badbb6cb6a3'] = 'Impossible, um das Bild / img / logo.jpg schreiben. Wenn das Bild bereits vorhanden ist, löschen Sie diese.'; -$_LANGADM['AdminUpgrade2368e33e3e01d53abb9b60061ab83903'] = 'Die hochgeladene Datei überschreitet die upload_max_filesize in php.ini'; -$_LANGADM['AdminUpgradea10ef376d9f4c877ac86d8e4350116bf'] = 'Die hochgeladene Datei überschreitet die MAX_FILE_SIZE Richtlinie, die in das HTML-Formular angegeben wurde'; -$_LANGADM['AdminUpgradef8fe8cba1625eaf8e5c253b041d57dbd'] = 'Die hochgeladene Datei wurde nur teilweise hochgeladen'; -$_LANGADM['AdminUpgrade8c9067e52e4440d8a20e74fdc745b0c6'] = 'Es wurde keine Datei hochgeladen.'; -$_LANGADM['AdminUpgrade2384d693d9af53b4727c092af7570a19'] = 'Missing in einen temporären Ordner'; -$_LANGADM['AdminUpgradef5985b2c059d5cc36968baab7585baba'] = 'Datei konnte nicht auf die Festplatte schreiben'; -$_LANGADM['AdminUpgrade9e54dfe54e03b0010c1fe70bd65cd5e6'] = 'Upload durch Erweiterung gestoppt Datei'; -$_LANGADM['AdminUpgrade32af3a59b50e98d254d6c03c5b320a94'] = 'Kann nicht konvertieren Sie Ihre Datenbank-Daten auf UTF-8.'; -$_LANGADM['AdminUpgrade989a45a4ca01ee222f4370172bf8850d'] = 'Ungültige Shop-Name'; -$_LANGADM['AdminUpgrade68499acecfba9d3bf0ca8711f300d3ed'] = 'Ihr Vorname enthält einige ungültige Zeichen'; -$_LANGADM['AdminUpgrade2399cf4ca7b49f2706f6e147a32efa78'] = 'Ihr Nachname enthält einige ungültige Zeichen'; -$_LANGADM['AdminUpgrade7d72600fcff52fb3a2d2f73572117311'] = 'Ihre Datenbank-Server nicht unterstützt UTF-8 Zeichensatz.'; -$_LANGADM['AdminUpgrade5b9bbadcf96f15e7f112c13a9e5f076e'] = 'Ihre MySQL-Server nicht unterstützt diesen Motor, benutzen Sie bitte ein anderes wie MyISAM'; -$_LANGADM['AdminUpgrade24b481455c1b72b0c2539e7d516b9582'] = 'Die Datei / img / logo.jpg ist nicht beschreibbar, bitte CHMOD 755 Datei oder CHMOD 777'; -$_LANGADM['AdminUpgrade5746b74663148afffd1350c97d4fcdfe'] = 'Ungültige Katalog-Modus'; -$_LANGADM['AdminUpgrade9e5459c4deb20b7842ac01e97390b334'] = 'Kein Fehlercode verfügbar'; -$_LANGADM['AdminUpgradedafe44b99256a7783bc37f4f949da373'] = 'Dieser Installer ist zu alt.'; -$_LANGADM['AdminUpgrade37ce0f29c7377c827e7247fe5645a782'] = 'Sie haben bereits die% s Version.'; -$_LANGADM['AdminUpgrade89928a14f2090aec4fd7aff9ea983f95'] = 'Es gibt keine ältere Version. Wussten Sie löschen oder umbenennen config / settings.inc.php Datei?'; -$_LANGADM['AdminUpgrade5276a8cbd9e3e467396089b267564f51'] = 'Die config / settings.inc.php Datei wurde nicht gefunden. Wussten Sie löschen oder benennen Sie diese Datei?'; -$_LANGADM['AdminUpgrade24784d9e80638781b74c017b33d8ca0c'] = 'Können Sie nicht das SQL Upgrade-Dateien. Bitte überprüfen Sie, ob der / install / sql / upgrade-Ordner nicht leer ist)'; -$_LANGADM['AdminUpgrade580e4b216e324f675f0237cdb34b6c2d'] = 'Kein Upgrade ist möglich.'; -$_LANGADM['AdminUpgradef15e7e7292b0c72894cf45a893e0d497'] = 'Fehler beim Laden von SQL-Upgrade-Datei.'; -$_LANGADM['AdminUpgradeb8286438fbb6c7df9129fadc5316c19f'] = 'Fehler beim Einfügen von Inhalt in die Datenbank'; -$_LANGADM['AdminUpgrade229ee8046cafc09ddaf46fb9db710e91'] = 'Leider'; -$_LANGADM['AdminUpgradee805a556799b7cef40e9760c81d99218'] = 'SQL Fehler aufgetreten sind.'; -$_LANGADM['AdminUpgrade5627353fd6ac678497af3ece05087068'] = 'Die config / defines.inc.php Datei wurde nicht gefunden. Wo haben Sie es verschieben?'; -$_LANGADM['AdminUpgrade446c9e952debe114c86bbd9e5eea7d61'] = 'Rollback'; -$_LANGADM['AdminUpgrade4879913b16fa23f723f70a5067bda8d4'] = 'Kein Rollback zur Verfügung'; -$_LANGADM['AdminUpgradefff66e9b3d962fa319c8068b5c1997cd'] = 'Rollback'; -$_LANGADM['AdminUpgradeebdabc2d40aa563aabbb3ee57915a7a9'] = 'Klicken Sie auf% s wieder'; -$_LANGADM['AdminUpgradee9c57c7fbc335e66282a32617b01b9be'] = 'Ihre aktuelle Konfiguration'; -$_LANGADM['AdminUpgrade2fc4ab825ce2ce9476e8a1c2211ac9b8'] = 'Root-Verzeichnis'; -$_LANGADM['AdminUpgrade8786f48d9cf9618cd2f5c37312ab7e50'] = 'Root-Verzeichnis Status'; -$_LANGADM['AdminUpgraded16d80ca66261afba43f5736f6cec7e6'] = 'vollständig beschreibbar'; -$_LANGADM['AdminUpgrade039552aa1d74b68f01a73821f3078158'] = 'nicht rekursiv beschreibbar'; -$_LANGADM['AdminUpgrade31a962ffeb06a6cc6d58ef3ba5fae2b7'] = 'AutoUpgrade erlaubt'; -$_LANGADM['AdminUpgrade9c30a74657158984997cca4930d6075b'] = 'Diese Version erlaubt autoupgrade.'; -$_LANGADM['AdminUpgradeaf566be1636d11ecc8ddb728a15520b8'] = 'Diese Version erlaubt keine autoupgrade'; -$_LANGADM['AdminUpgrade4d3d769b812b6faa6b76e1a8abaece2d'] = 'Aktiv'; -$_LANGADM['AdminUpgrade3cab03c00dbd11bc3569afa0748013f0'] = 'Inaktiv'; -$_LANGADM['AdminUpgradeb2e1c91a22797b8d78f9c4adb01a8f17'] = 'Shop-Status'; -$_LANGADM['AdminUpgrade94af5df6182efd3591d0ccccaa04bd5c'] = 'PHP Frist'; -$_LANGADM['AdminUpgrade075ae3d2fc31640504f814f60e5ef713'] = 'Behinderte'; -$_LANGADM['AdminUpgrade783e8e29e6a8c3e22baa58a19420eb4f'] = 'Sekunden'; -$_LANGADM['AdminUpgrade0855d08a7348a201e2fdc454c4ee42a0'] = 'beschreibbar rekursiv'; -$_LANGADM['AdminUpgrade342299aeb786a06533ba00d9a04794dd'] = 'Ändern Sie Ihre Möglichkeiten'; -$_LANGADM['AdminUpgrade06933067aafd48425d67bcb01bba5cb6'] = 'Aktualisierung'; -$_LANGADM['AdminUpgrade5d8b77b69c92370ec4e175a638019ca7'] = 'Ihre aktuelle prestashop Version:% s'; -$_LANGADM['AdminUpgrade80e3d093272bc011b6bc661e408c7423'] = 'Letzte Version ist% 1 $ s (% 2 $ s)'; -$_LANGADM['AdminUpgradeb47ba7568788e46dbc7fe81e525db863'] = 'Neueste Prestashop Version verfügbar ist:'; -$_LANGADM['AdminUpgradec97dcfb0df6daa46292a0def8a567822'] = 'Backup Database-, Backup-Dateien und Update jetzt und in einem Klick!'; -$_LANGADM['AdminUpgradea60ab62ed99ef0358b2efae592be0cdd'] = 'Upgrade PrestaShop jetzt!'; -$_LANGADM['AdminUpgrade943f41a7241dc56c3fbc488f015a4e6a'] = 'Ihr Geschäft ist bereits auf dem neuesten Stand'; -$_LANGADM['AdminUpgrade48c7c41b72e1d678923ce3571aa65b2d'] = 'Schritt'; -$_LANGADM['AdminUpgradeeeb5a49c38d2d8c2baa51ed09beccf88'] = 'Upgrade-Schritte'; -$_LANGADM['AdminUpgradec5d769685704e7ddcd70e74a6ebe50b7'] = 'Ihre aktuelle Konfiguration erlaubt nicht aktualisieren.'; -$_LANGADM['AdminUpgradef275292b23fc43cfeb87647de9116cd5'] = 'Neue Upgrade-Modul'; -$_LANGADM['AdminUpgradea441b27eb6217a5a2b35a81c6402d6c0'] = 'Die Registerkarte AdminUpgrade in 1.4.4.0 und 1.4.4.1 Version entfernt wurde und dass die Funktionen ist ab sofort als Modul.'; -$_LANGADM['AdminUpgrade6b28abf9b513f912c60cad33e7d9656f'] = 'Klicken Sie auf die Registerkarte entfernen und aktivieren Sie die autoupgrade Modul'; -$_LANGADM['AdminUpgrade35d388690a72b9c4dc5b77d200875e77'] = 'Vorherige UpgradeTab wurde entfernt. Bitte gehen Sie auf die neue Registerkarte Aktualisieren oder installieren Sie das Modul zunächst.'; -$_LANGADM['AdminUpgrade7f786b903ea8045f5b5b7e3c5a4e0385'] = 'Diese Funktion ist experimentell. Es wird dringend empfohlen, ein Backup Ihrer Dateien und der Datenbank, bevor Sie den Upgrade-Prozess zu machen.'; -$_LANGADM['AdminUpgrade3a3a651c9a67bca9ac902da789466b93'] = 'Instabile Upgrade'; -$_LANGADM['AdminUpgradea22eff458b4f4bce6d3232e367ff0138'] = 'Ihre aktuelle Konfiguration geben Sie Ihr System von der instabilen Entwicklungszweig Upgrade, ohne Versionsnummer. Wenn Sie ein Upgrade, werden Sie nicht in der Lage sein, das offizielle Release-Prozess folgen mehr'; -$_LANGADM['AdminUpgradedae8ace18bdcbcc6ae5aece263e14fe8'] = 'Optionen'; -$_LANGADM['AdminUpgradec747916b25dcb02e0e81ee84dbd966ea'] = 'Sie sind momentan nicht brauchen, um diese Funktion zu nutzen.'; -$_LANGADM['AdminUpgrade6b3930a184368a458be6e4429f409877'] = 'Aktualisierung abzuschließen. Bitte überprüfen Sie Ihre Front-Office-(versuchen Sie, einen Auftrag bilden, überprüfen Thema)'; -$_LANGADM['AdminUpgrade91195bbbacc2147a736c849c46368ed8'] = 'Möchten Sie das Rollback?'; -$_LANGADM['AdminUpgradea498f9476a893d51ee02b3601678d318'] = 'Klicken Sie auf Datenbank wiederherstellen'; -$_LANGADM['AdminUpgradef34d5debb2bba76aa3e077937a07e373'] = 'Klicken Sie zum Wiederherstellen von Dateien'; -$_LANGADM['AdminUpgrade60283aa37e2063b2ada2f99216e1332a'] = 'Ihr Server kann die Datei nicht herunterladen. Bitte laden Sie es zunächst per FTP in Ihrem admin / autoupgrade Verzeichnis'; -$_LANGADM['AdminUpgrade6ef7ebe46f6d16cdbf9e2169e3dd048e'] = 'Bitte gehen Sie manuell gehen Rollback-Taste'; -$_LANGADM['AdminWebservice897356954c2cd3d41b221e3f24f99bba'] = 'Key'; +$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'mindestens .'; +$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Sprachpaket aktualisieren'; +$_LANGADM['AdminTranslations5ded3a65f6bb72028722f9d904ffb3cc'] = 'E-Mails Module mit dem Thema:'; +$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Kopieren'; +$_LANGADM['AdminTranslations623b1500ccce270f2c5b7ac787ddf05a'] = 'Sie können die Übersetzungen der einzelnen Textteile von PrestaShop ändern.'; +$_LANGADM['AdminTranslations65ca1bc61335cf91a2d347a91629ba60'] = 'Sprache hinzfügen/aktualisieren'; +$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Übersetzungen exportieren'; +$_LANGADM['AdminTranslations693fe609a9e3f79343ab35da56fb5eed'] = 'Übersetzungen Mails'; +$_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Öffnen Sie alle Blöcke'; +$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'Core-E-Mails:'; +$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Importieren'; +$_LANGADM['AdminTranslations7454cc60021492205337c5cbce85df1e'] = 'Bitten Sie Ihren Hosting-Anbieter, das Suhosin Post- und Request-Limit anzuheben auf'; +$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Sprache hinzfügen/aktualisieren'; +$_LANGADM['AdminTranslations838d2daba220546d9a27ad1fca0a05c7'] = 'Wenn der Name des Sprachpakets im Format isocode.gzip ist (Beispiel: fr.gzip) und die entsprechende Sprache nicht existiert, wird sie automatisch erstellt.'; +$_LANGADM['AdminTranslations88c0a9c6846ba06702a67bdedc3e9ebb'] = 'Übersetzungen des Front Office'; +$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Übersetzungen Back Office'; +$_LANGADM['AdminTranslations8d9c80f27ea00759d8469a7aca29ee1b'] = 'Vorsicht, dies überschreibt alle Daten in der Zielsprache!'; +$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'Übersetzungen PDF-Dateien'; +$_LANGADM['AdminTranslations91aaf01cad2d0dc0382edb323ed6e51a'] = 'Kann Ordner nicht erstellen'; +$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'für suhosin.request.max_vars.'; +$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = '\"Title\"-Tag:'; +$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'für suhosin.post.max_vars.'; +$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Aktualisieren und fortfahren'; +$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Exportieren von Daten einer Sprache in eine Datei (Sprachpaket).'; +$_LANGADM['AdminTranslationsa90e087a3690a15b0c7e0f5b832b5ee8'] = 'keine Daten zum Kopieren vorhanden (Sprache und Thema identisch)'; +$_LANGADM['AdminTranslationsa98d4e0c14db7364bbf15e4d94c878ac'] = 'Leere Zeichenfolge gefunden, bitte bearbeiten:'; +$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Manuelles Importieren einer Sprache'; +$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Thema'; +$_LANGADM['AdminTranslationsb0f0554e563b8ffcabe170739d126bb1'] = 'ein Fehler ist beim Kopieren der Daten aufgetreten'; +$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Thema für %:'; +$_LANGADM['AdminTranslationsb8a151bda39f7678a40330412f9beea9'] = 'Übersetzungen des Back Office'; +$_LANGADM['AdminTranslationsbbed16dd7d31f28047ab8237cb424888'] = 'Kann die Sprachdateien im Themenordner nicht schreiben'; +$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'Kein Thema war für% s gefunden, oder Subjekt ist in der Datenbank generiert.'; +$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'Standardmäßig'; +$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'Falls erforderlich'; +$_LANGADM['AdminTranslationsc85106cf29f5fa8c8b8e73dc916e37cd'] = 'Kann nicht schreiben Sprachdatei für E-Mail-Fächern, ist der Pfad:'; +$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Bitte stellen Sie sicher, dass Englisch-Dateien in% s Ordner vorhanden'; +$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Mit Google übersetzen (experimentell)'; +$_LANGADM['AdminTranslationsd4e007a94451a69f593c3ce0e06e08f2'] = 'Dies kopiert die Übersetzungen von einer Sprache in eine andere.'; +$_LANGADM['AdminTranslationsd797353e4c5b71edce10d34557198b81'] = 'Sie müssen 2 Sprachen wählen, um die Daten aus der Quelle ins Ziel zu kopieren'; +$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'Sie können das Sprachpaket von prestashop.com direkt von hier aus aktualisieren. '; +$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-Mails für % Modul'; +$_LANGADM['AdminTranslationsd981715c425b3efa67098bdbb3871866'] = '. Bitte prüfen Sie die Schreibberechtigungen.'; +$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Sprachpaket:'; +$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Schließen Sie alle Blöcke'; +$_LANGADM['AdminTranslationse1d8f264ad68caa3ced0b12042f3e62e'] = 'Kann keine Verbindung zu prestashop.com herstellen, um die Sprachenliste zu erhalten.'; +$_LANGADM['AdminTranslationse60137f6e7d94e9c4e5dceb4e9d0c552'] = 'Modul-E-Mails:'; +$_LANGADM['AdminTranslationsea4788705e6873b424c65e91c2846b19'] = 'Abbrechen'; +$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Übersetzungen Front Office'; +$_LANGADM['AdminTranslationsf31ffb564b1c234d509f4b20fbb2d068'] = 'Sie müssen 2 Themen wählen, um die Daten von einer Seite zur anderen zu kopieren'; +$_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Fehler Übersetzungen'; +$_LANGADM['AdminTranslationsf93c49bc4a04bbcbcb950a0740117d10'] = 'Vorschlag von Google translate:'; +$_LANGADM['AdminWarehouses27ce7f8b5623b2e2df568d64cf051607'] = 'Lager'; +$_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse:'; +$_LANGADM['AdminWarehouses38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Artikel-Nr.:'; +$_LANGADM['AdminWarehouses46a2a41cc6e552044816a2d04634545d'] = 'Staat'; +$_LANGADM['AdminWarehouses49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminWarehouses4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['AdminWarehouses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Ungültige Zeichen:'; +$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Artikel-Nr.'; +$_LANGADM['AdminWarehouses673ae02fffb72f0fe68a66f096a01347'] = 'Telefonnr.:'; +$_LANGADM['AdminWarehouses7515d32836da5648eb6a8f9113b7405b'] = 'Postleitzahl:'; +$_LANGADM['AdminWarehousesb52b44c9d23e141b067d7e83b44bb556'] = 'Produkte:'; +$_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'Stadt:'; +$_LANGADM['AdminWarehousesf64be5eef68442a8f50cf535b92ad3e4'] = 'Land:'; $_LANGADM['AdminWebservice00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminWebservice52699c78843b98f98620186a59b0a3fa'] = 'Kernbeschreibung'; -$_LANGADM['AdminWebservice254f642527b45bc260048e30704edb39'] = 'Konfiguration'; -$_LANGADM['AdminWebservice1a3b3816c9c978c15939fba51f39eab4'] = 'Web Service aktivieren'; -$_LANGADM['AdminWebservicee8602bda90ef985a71054950e6f1981e'] = 'Bevor Sie den Web Service zu aktivieren, müssen Sie sicher sein, dass:'; +$_LANGADM['AdminWebservice028f42454a71f86007a79664b2a35882'] = 'Vorschau (HEAD)'; $_LANGADM['AdminWebservice0454a0d709a001b0745bbbef61a437a0'] = 'der Server das Überschreiben der URL zulässt'; -$_LANGADM['AdminWebservicecb7ceb5bf67dd558051ef7066c6f10d7'] = 'der Server die 5 Methoden: GET POST, PUT, DELETE und HEAD vom Server unterstützt werden'; -$_LANGADM['AdminWebservice86c7d04820c1613c1d4e649c64adc62d'] = 'Um den Webservice von Prestashop nutzen zu können, erstellen Sie bitte eine .htaccess-Datei mit der Registerkarte \"Generatoren\" (in der Registerkarte Tools)'; -$_LANGADM['AdminWebservice3a1d42e50ada009f2ef187fbf6dc8a3f'] = 'Um technische Probleme mit diesem Web-Service zu vermeiden, nutzen Sie bitte einen Apache-Server'; +$_LANGADM['AdminWebservice1a3b3816c9c978c15939fba51f39eab4'] = 'Web Service aktivieren'; $_LANGADM['AdminWebservice1ad84436adb0f59e123b212bf07303f8'] = 'Sie müssen das Apache-Modul \'mod_auth_basic\' aktivieren, um die Authentifizierung im Webservice zu ermöglichen.'; -$_LANGADM['AdminWebservice46b693f4eb22219e8fbf8b9afea71d12'] = 'Sie müssen das Apache-Modul \'mod_rewrite\' aktivieren, um die Nutzung des Webservice zu ermöglichen.'; -$_LANGADM['AdminWebservice487bfa4aaa88be30422ac3783655b08f'] = 'Wir konnten nicht prüfen, ob die Authentifizierung und Überschreiberweiterungen aktiviert sind. Bitte prüfen Sie manuell, ob sie aktiviert sind, um den Webservice von PrestaShop verwenden zu können.'; -$_LANGADM['AdminWebservice442d1f267535a0638bde988697d82620'] = 'Sie müssen die PHP-Erweiterung \'SimpleXML\' aktivieren, um die Tests des Web-Services zu ermöglichen.'; -$_LANGADM['AdminWebservice08d41e523ef57a74ab847a81c0d1a44d'] = 'Wenn Sie die Möglichkeit haben, wäre es besser, SSL (https) für Verbindungen zum Web-Service zu verwenden, das verhindert \"Man in the middle\"-Angriffe.'; -$_LANGADM['AdminWebservice58af3456f86b42c86f963d896a62644f'] = 'Web-Service Accounts'; -$_LANGADM['AdminWebserviceefeb782bc428be5cef6e02a858749ee5'] = 'Key'; -$_LANGADM['AdminWebservice9305d93c35dfc8cef7b4ed3613c08e6b'] = 'Erzeugen!'; -$_LANGADM['AdminWebservice92b1b790773350896dc5c6c06b06a251'] = 'Key Account-Web-Service'; $_LANGADM['AdminWebservice24a23d787190f2c4812ff9ab11847a72'] = 'Status'; -$_LANGADM['AdminWebserviceb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminWebservice6e750dcbaa546f46df9b1a6b7ec6063c'] = 'Berechtigungen'; +$_LANGADM['AdminWebservice254f642527b45bc260048e30704edb39'] = 'Konfiguration'; +$_LANGADM['AdminWebservice38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['AdminWebservice3a1d42e50ada009f2ef187fbf6dc8a3f'] = 'Um technische Probleme mit diesem Web-Service zu vermeiden, nutzen Sie bitte einen Apache-Server'; +$_LANGADM['AdminWebservice442d1f267535a0638bde988697d82620'] = 'Sie müssen die PHP-Erweiterung \'SimpleXML\' aktivieren, um die Tests des Web-Services zu ermöglichen.'; +$_LANGADM['AdminWebservice46b693f4eb22219e8fbf8b9afea71d12'] = 'Sie müssen das Apache-Modul \'mod_rewrite\' aktivieren, um die Nutzung des Webservice zu ermöglichen.'; $_LANGADM['AdminWebservice51ba9470e0c6fcc53b976a6854b0f2e0'] = 'Stellen Sie die Berechtigungen ein:'; -$_LANGADM['AdminWebservicebe8545ae7ab0276e15898aae7acfbd7a'] = 'Ressource'; -$_LANGADM['AdminWebservicef1a627ad565dc779ed5a01edafd18640'] = 'Sehen (GET)'; +$_LANGADM['AdminWebservice52699c78843b98f98620186a59b0a3fa'] = 'Kernbeschreibung'; +$_LANGADM['AdminWebservice6c0c2b9ec9a4188db4cfd4f8a0fee415'] = 'Löschen (DELETE)'; +$_LANGADM['AdminWebservice6e750dcbaa546f46df9b1a6b7ec6063c'] = 'Berechtigungen'; +$_LANGADM['AdminWebservice73f872e92f8bee93f070d13e2339a410'] = 'Key bereits vorhanden'; +$_LANGADM['AdminWebservice897356954c2cd3d41b221e3f24f99bba'] = 'Key'; +$_LANGADM['AdminWebservice92b1b790773350896dc5c6c06b06a251'] = 'Key Account-Web-Service'; +$_LANGADM['AdminWebservice9305d93c35dfc8cef7b4ed3613c08e6b'] = 'Erzeugen!'; $_LANGADM['AdminWebservice9fd0670413556e6cbdc490e09833a30f'] = 'Ändern (PUT)'; $_LANGADM['AdminWebserviceb28e80674d48866203b7790f730dfa30'] = 'Hinzufügen (POST)'; -$_LANGADM['AdminWebservice6c0c2b9ec9a4188db4cfd4f8a0fee415'] = 'Löschen (DELETE)'; -$_LANGADM['AdminWebservice028f42454a71f86007a79664b2a35882'] = 'Vorschau (HEAD)'; -$_LANGADM['AdminWebservice38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminWebservice19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; +$_LANGADM['AdminWebserviceb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminWebservicebe8545ae7ab0276e15898aae7acfbd7a'] = 'Ressource'; +$_LANGADM['AdminWebservicecb7ceb5bf67dd558051ef7066c6f10d7'] = 'der Server die 5 Methoden: GET POST, PUT, DELETE und HEAD vom Server unterstützt werden'; +$_LANGADM['AdminWebservicee8602bda90ef985a71054950e6f1981e'] = 'Bevor Sie den Web Service zu aktivieren, müssen Sie sicher sein, dass:'; +$_LANGADM['AdminWebserviceefeb782bc428be5cef6e02a858749ee5'] = 'Key'; $_LANGADM['AdminWebservicef19ee162cdc3717e4e58af2ebc837b5a'] = 'Der Schlüssel muss aus 32 Zeichen bestehen '; -$_LANGADM['AdminWebservice73f872e92f8bee93f070d13e2339a410'] = 'Key bereits vorhanden'; -$_LANGADM['AdminZonesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminZonesb3ff996fe5c77610359114835baf9b38'] = 'Zone'; +$_LANGADM['AdminWebservicef1a627ad565dc779ed5a01edafd18640'] = 'Sehen (GET)'; $_LANGADM['AdminZones00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminZonesdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zonen'; -$_LANGADM['AdminZones49ee3087348e8d44e1feda1917443987'] = 'Name'; -$_LANGADM['AdminZones1cc70ef3820fa925ca1dd1ab645d239e'] = 'Erlaubte Zeichen: Buchstaben, Leerzeichen und'; -$_LANGADM['AdminZonesdc1be6c34c5d1b2cb4998f961dbbf3f5'] = 'Name der Zone (z. B.: Afrika, Europa ...'; $_LANGADM['AdminZones24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminZonesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminZones47726f4b1d9ceabe8b6022a762495201'] = 'Lieferung in diese Zone erlauben/ nicht erlauben'; $_LANGADM['AdminZones38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminZones19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; -$_LANGADM['AdminTab87a2663d841b78f01c27c0edb4f50b76'] = 'Löschvorgang beendet'; -$_LANGADM['AdminTaba7df4df5ba87b5e752c81b276959e797'] = 'Auswahl gelöscht'; -$_LANGADM['AdminTab84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Erstellung erfolgreich'; -$_LANGADM['AdminTab151648106e4bf98297882ea2ea1c4b0e'] = 'Aktualisierung erfolgreich'; -$_LANGADM['AdminTaba1acc250773be8550f5758190e1db93a'] = 'Status aktualisiert'; -$_LANGADM['AdminTabdef73ea130852d9e7813ee61eefa24e7'] = 'Konfiguration aktualisiert'; -$_LANGADM['AdminTabee05efe0548fdafc9e85cb4c34fbe845'] = 'Bild gelöscht'; -$_LANGADM['AdminTab7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Modul geladen'; -$_LANGADM['AdminTab6175b106e638d4dd873cb3ff96724392'] = 'Vorschaubilder wiederhergestellt'; -$_LANGADM['AdminTabad3737feaf28ed81b4073c7113f6228e'] = 'Nachricht wurde gesendet'; -$_LANGADM['AdminTabe41431d37c0f818843740e11a69c5ec2'] = 'Kommentar hinzugefügt'; -$_LANGADM['AdminTaba7c974ac23201089a5d17536bbb09f05'] = 'Modul installiert'; -$_LANGADM['AdminTabbbaed3b1f842925ef862ec19261744d8'] = 'Modul deinstalliert'; -$_LANGADM['AdminTab2c76ba09452e3da727ed4e65cf2f2593'] = 'Sprache kopiert'; -$_LANGADM['AdminTab9469a4605b719b91e2cdac9e3bbf460d'] = 'Übersetzungen hinzugefügt'; -$_LANGADM['AdminTab16c64b6f203dd2b0a840184ef902a704'] = 'Modul erfolgreich in den Hook integriert'; -$_LANGADM['AdminTab46b1b35fd252d60dd4d1b610a9224943'] = 'Modul erfolgreich aus dem Hook entfernt'; -$_LANGADM['AdminTab2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Ladevorgang erfolgreich'; -$_LANGADM['AdminTabb85b9d2e7e1153bd3d5a4bb0f57d347b'] = 'Verdoppelung erfolgreich'; -$_LANGADM['AdminTab4402aa7e384266cd7d0350c1cc9a0123'] = 'Übersetzung erfolgreich hinzugefügt, aber die Sprache konnte nicht erstellt werden'; -$_LANGADM['AdminTab2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Modul erfolgreich reinitialisiert'; -$_LANGADM['AdminTab40606a2d55f7c33c732f1d3c1b5b1e66'] = 'Modul erfolgreich gelöscht'; -$_LANGADM['AdminTab0c6992101fe78e4f1ae3f391c485de29'] = 'Lokalisierungspaket erfolgreich installiert'; -$_LANGADM['AdminTabd4fecde5ac83b59cc690fd4d26d79abe'] = 'Rückzahlung abgeschlossen'; -$_LANGADM['AdminTab795aa39f13629841edad6c04d3aca405'] = 'Bilder erfolgreich verschoben'; -$_LANGADM['AdminTab0557fa923dcee4d0f86b1409f5c2167f'] = 'Zurück'; -$_LANGADM['AdminTab630f6dc397fe74e52d5189e2c80f282b'] = 'Zurück zur Liste'; -$_LANGADM['AdminTab32397e87e6e403cbad4f3d26385ad6ef'] = 'Unzureichende Rechte (Ergänzung)'; -$_LANGADM['AdminTabddcaee4edc8938535941b620ae5ec359'] = 'Unzureichende Rechte (Änderung)'; -$_LANGADM['AdminTab0470d45929f27e1161330164c423b415'] = 'Set erforderlichen Felder für diesen Abschnitt'; -$_LANGADM['AdminTabe54b38290c8bdd95e8bc10412c9cc096'] = 'Pflichtfelder'; -$_LANGADM['AdminTab81f32b96f6626b8968e6a0f4a9bce62e'] = 'Wählen Sie die Felder wie für diesen Abschnitt erforderlich wäre.'; -$_LANGADM['AdminTabee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Name des Felds'; -$_LANGADM['AdminTab38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; -$_LANGADM['AdminTab01f8544c8fd4628bc686502e8b727d95'] = 'das Feld'; -$_LANGADM['AdminTab0a5fa53f3f20f67f98bd6c3b16df059d'] = 'ist erforderlich'; -$_LANGADM['AdminTab7e47a344b06d82a8836cbee2748a79e6'] = 'ist erforderlich zumindest in'; -$_LANGADM['AdminTabf755e8b92cb8f02c24f6f539180d45b1'] = 'ist zu lang'; -$_LANGADM['AdminTab70f4b635847038d056e33959821a7a66'] = 'Maximale Zeichenzahl'; -$_LANGADM['AdminTabbee83fbebb6a50869091c78685f2b7f7'] = 'Maximale Zeichen, einschließlich html-Zeichen'; -$_LANGADM['AdminTab998b344cff693ad388a14ba89b1523c7'] = 'ist ungültig'; -$_LANGADM['AdminTab07213a0161f52846ab198be103b5ab43'] = 'Fehler'; -$_LANGADM['AdminTab6357d3551190ec7e79371a8570121d3a'] = 'Es bestehen'; -$_LANGADM['AdminTab4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es bestehen'; -$_LANGADM['AdminTab3879149292f9af4469cec013785d6dfd'] = 'Warnungen'; -$_LANGADM['AdminTab7b83d3f08fa392b79e3f553b585971cd'] = 'Warnung'; -$_LANGADM['AdminTab8a3cfd894d57e33c55400fc9d76aa08a'] = 'Klicken Sie hier, um mehr zu erfahren'; -$_LANGADM['AdminTaba92269f5f14ac147a821728c23204c0b'] = 'Warnungen verbergen'; -$_LANGADM['AdminTab1908624a0bca678cd26b99bfd405324e'] = 'Dateigröße:'; -$_LANGADM['AdminTabf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; -$_LANGADM['AdminTab193cfc9be3b995831c6af2fea6650e60'] = 'Seite'; -$_LANGADM['AdminTabb9987a246a537f4fe86f1f2e3d10dbdb'] = 'Anzeigen'; -$_LANGADM['AdminTabdd8921b41e0279a02c6a26a509241700'] = 'Ergebnis(se)'; -$_LANGADM['AdminTab526d688f37a86d3c3f27d0c5016eb71d'] = 'Neu initialisieren'; -$_LANGADM['AdminTabd7778d0c64b6ba21494c97f77a66885a'] = 'Filtern'; -$_LANGADM['AdminTab06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; -$_LANGADM['AdminTab93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; -$_LANGADM['AdminTabbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; -$_LANGADM['AdminTab5da618e8e4b89c66fe86e32cdafde142'] = 'Vom:'; -$_LANGADM['AdminTabe12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminTabee77ea46b0c548ed60eadf31bdd68613'] = 'Ungültige SQL-Abfrage'; -$_LANGADM['AdminTab5ece607071fe59ddc4c88dc6abfe2310'] = 'Kein Element gefunden'; -$_LANGADM['AdminTab00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; -$_LANGADM['AdminTabb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; -$_LANGADM['AdminTab08a38277b0309070706f6652eeae9a53'] = 'Unten'; -$_LANGADM['AdminTab258f49887ef8d14ac268c92b02503aaa'] = 'Oben'; -$_LANGADM['AdminTabef61fb324d729c341ea8ab9901e23566'] = 'Neu'; -$_LANGADM['AdminTabed75712b0eb1913c28a3872731ffd48d'] = 'Verdoppeln'; -$_LANGADM['AdminTabbfc18def58cfa50029d149e9b932e974'] = 'Auch das Bild kopieren?'; -$_LANGADM['AdminTab4351cfebe4b61d8aa5efa1d020710005'] = 'Sehen'; -$_LANGADM['AdminTab7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; -$_LANGADM['AdminTab0071aa279bd1583754a544277740f047'] = 'Element Nr. löschen'; -$_LANGADM['AdminTab6adab6d3fdf92c448d60cf8824e4851c'] = 'Auswahl löschen'; -$_LANGADM['AdminTabe25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; -$_LANGADM['AdminTabcc3787ca78f445f481069a4c047f7e7a'] = 'Wählen Sie eine Sprache:'; -$_LANGADM['AdminTabb51d77dc443d4051900f1bad9fe885aa'] = 'Sie sind zur Zeit mit folgendem Domainnamen verbunden:'; -$_LANGADM['AdminTab6aa5c0d2cbc4a0f53206777be432056a'] = 'Dieser Name unterscheidet sich vom Hauptdomainnamen des Shops, der unter \"Voreinstellungen -> SEO & URLs\" gesetzt ist'; -$_LANGADM['AdminTab7e4b7faf0fc36dc296e66f6ea3096dcd'] = 'Klicken Sie hier, wenn Sie den Hauptdomainnamen ändern möchten'; -$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Dashboard'; +$_LANGADM['AdminZones47726f4b1d9ceabe8b6022a762495201'] = 'Lieferung in diese Zone erlauben/ nicht erlauben'; +$_LANGADM['AdminZones49ee3087348e8d44e1feda1917443987'] = 'Name'; +$_LANGADM['AdminZonesb3ff996fe5c77610359114835baf9b38'] = 'Zone'; +$_LANGADM['AdminZonesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminZonesb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['AdminZonesdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zonen'; +$_LANGADM['AdminZonesdc1be6c34c5d1b2cb4998f961dbbf3f5'] = 'Name der Zone (z. B.: Afrika, Europa ...'; +$_LANGADM['AdminZonese25f0ecd41211b01c83e5fec41df4fe7'] = 'Ausgewählte Elemente löschen?'; +$_LANGADM['Helper00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Aktiviert'; +$_LANGADM['Helper0470d45929f27e1161330164c423b415'] = 'Set erforderlichen Felder für diesen Abschnitt'; +$_LANGADM['Helper06df33001c1d7187fdd81ea1f5b277aa'] = 'Aktionen'; +$_LANGADM['Helper08a38277b0309070706f6652eeae9a53'] = 'Unten'; +$_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; +$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'Dateigröße:'; +$_LANGADM['Helper195fbb57ffe7449796d23466085ce6d8'] = 'Mai'; +$_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Pflichtfelder'; +$_LANGADM['Helper1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppe:'; +$_LANGADM['Helper1b539f6f34e8503c97f6d3421346b63c'] = 'Juli'; +$_LANGADM['Helper21034ae6d01a83e702839a72ba8a77b0'] = 'ohne MwSt.'; +$_LANGADM['Helper258f49887ef8d14ac268c92b02503aaa'] = 'Oben'; +$_LANGADM['Helper38fb7d24e0d60a048f540ecb18e13376'] = 'Speichern'; +$_LANGADM['Helper3ec365dd533ddb7ef3d1c111186ce872'] = 'Details'; +$_LANGADM['Helper3fcf026bbfffb63fb24b8de9d0446949'] = 'April'; +$_LANGADM['Helper41ba70891fb6f39327d8ccb9b1dafb84'] = 'August'; +$_LANGADM['Helper4351cfebe4b61d8aa5efa1d020710005'] = 'Sehen'; +$_LANGADM['Helper4e140ba723a03baa6948340bf90e2ef6'] = 'Name:'; +$_LANGADM['Helper526d688f37a86d3c3f27d0c5016eb71d'] = 'Neu initialisieren'; +$_LANGADM['Helper5da618e8e4b89c66fe86e32cdafde142'] = 'Vom:'; +$_LANGADM['Helper5e9df908eafa83cb51c0a3720e8348c7'] = 'Check All'; +$_LANGADM['Helper5ece607071fe59ddc4c88dc6abfe2310'] = 'Kein Element gefunden'; +$_LANGADM['Helper5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expand All'; +$_LANGADM['Helper659e59f062c75f81259d22786d6c44aa'] = 'Februar'; +$_LANGADM['Helper688937ccaf2a2b0c45a1c9bbba09698d'] = 'Juni'; +$_LANGADM['Helper69e62346c35bc63795db142cfbb0af66'] = 'Keine Gruppe angelegt'; +$_LANGADM['Helper6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Hilfe'; +$_LANGADM['Helper7a1920d61156abc05a60135aefe8bc67'] = 'Fehler'; +$_LANGADM['Helper7dce122004969d56ae2e0245cb754d35'] = 'Ändern'; +$_LANGADM['Helper7e823b37564da492ca1629b4732289a8'] = 'November'; +$_LANGADM['Helper81f32b96f6626b8968e6a0f4a9bce62e'] = 'Wählen Sie die Felder wie für diesen Abschnitt erforderlich wäre.'; +$_LANGADM['Helper82331503174acbae012b2004f6431fa5'] = 'Dezember'; +$_LANGADM['Helper86f5978d9b80124f509bdb71786e929e'] = 'Januar'; +$_LANGADM['Helper93cba07454f06a4a960172bbd6e2a435'] = 'Ja'; +$_LANGADM['Helper9747d23c8cc358c5ef78c51e59cd6817'] = 'Deaktivieren Sie die Option Alle'; +$_LANGADM['Helperb56c3bda503a8dc4be356edb0cc31793'] = 'Collapse All'; +$_LANGADM['Helperb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['Helperb9987a246a537f4fe86f1f2e3d10dbdb'] = 'Anzeigen'; +$_LANGADM['Helperb9f5c797ebbf55adccdd8539a65a0241'] = 'Deaktiviert'; +$_LANGADM['Helperbafd7322c6e97d25b6299b5d6fe8920b'] = 'Nein'; +$_LANGADM['Helperbfc18def58cfa50029d149e9b932e974'] = 'Auch das Bild kopieren?'; +$_LANGADM['Helperc6155aaecccf794cd2a00fcc35898022'] = 'Name der Gruppe'; +$_LANGADM['Helperc770d8e0d1d1943ce239c64dbd6acc20'] = 'Nehmen Sie meinen IP'; +$_LANGADM['Helpercc3787ca78f445f481069a4c047f7e7a'] = 'Wählen Sie eine Sprache:'; +$_LANGADM['Helpercc5d90569e1c8313c2b1c2aab1401174'] = 'September'; +$_LANGADM['Helperd7778d0c64b6ba21494c97f77a66885a'] = 'Filtern'; +$_LANGADM['Helperdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Optionen'; +$_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'Ergebnis(se)'; +$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; +$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'Pflichtfelder'; +$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'Oktober'; +$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Verdoppeln'; +$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Ungültige SQL-Abfrage'; +$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Name des Felds'; +$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'ausgewählt'; +$_LANGADM['Helperf2a6c498fb90ee345d997f888fce3b18'] = 'Löschen'; +$_LANGADM['Helperfa3e5edac607a88d8fd7ecb9d6d67424'] = 'März'; +$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'Bestellungen'; +$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche'; +$_LANGADM['index1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppe:'; +$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; $_LANGADM['index4236a440a662cc8253d7536e5aa17942'] = 'Abmelden'; -$_LANGADM['indexd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Meinen Shop anzeigen'; -$_LANGADM['indexf84b4e2770ec98e3db2926cd49864d2f'] = 'Mein Profil'; -$_LANGADM['indexcbebc850f5f849e8956b5f8075f48f69'] = 'Überall'; $_LANGADM['index46f22f2a56ddd091f4b2b2c35c5ca989'] = 'Katalog'; $_LANGADM['index4b6f7d34a58ba399f077685951d06738'] = 'Kunden'; -$_LANGADM['index50d7eaecd64b277cdaac58e0cd48ad83'] = 'IP-Adresse'; -$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'Bestellungen'; -$_LANGADM['index56deca22a707214865f7ea3ae6391d67'] = 'Rechnungen'; -$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'Warenkörbe'; -$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Suche'; $_LANGADM['index4f32a32dea642737580dd71cdfd8d3c0'] = 'Schnellzugriff'; -$_LANGADM['index53cd939ae14e33855274e17a3c411fdd'] = 'Aus Sicherheitsgründen müssen Sie:'; -$_LANGADM['indexe99c06952f4336ce189d8df45980dca0'] = 'löschen Sie die / install Ordner'; -$_LANGADM['index7286baef44d09300636a4b99c533523c'] = 'Ladezeit:'; -$_LANGADM['indexbbaff12800505b22a853e8b7f4eb6a22'] = 'Kontakt'; -$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; -$_LANGADM['indexe6a7f8a2f42cc35979973da8dfb10720'] = 'Forum'; -$_LANGADM['indexeed2839c1e3e5f7069ed03b2f6d4c6dd'] = 'Dashboard'; -$_LANGADM['indexdb26e10564e958809d798e8048fcbc0a'] = 'Security Key ungültig'; -$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'Ich kenne die Risiken und möchte die Seite anzeigen'; +$_LANGADM['index50d7eaecd64b277cdaac58e0cd48ad83'] = 'IP-Adresse'; $_LANGADM['index5196611ad1bf27e9cef5375b038c04db'] = 'Holen Sie mich hier raus!'; -$_LANGADM['indexc6a8757e591d6090eb75d11e8d316f57'] = 'SSL aktiviert ist. Allerdings wird Ihre IP erlaubt unsicheren Modus (Wartung oder lokale IP) verwenden.'; -$_LANGADM['index3af4334b6b2afb79aeb803577ccc0473'] = 'SSL aktiviert ist. Bitte verbinden Sie über die folgende URL, um sich in im sicheren Modus (https).'; -$_LANGADM['index98bbe7bd134ad088f6b211fe3bd41408'] = 'Klicken Sie hier, um auf das Verwaltungsfeld zuzugreifen'; -$_LANGADM['index6357d3551190ec7e79371a8570121d3a'] = 'Es bestehen'; -$_LANGADM['index4ce81305b7edb043d0a7a5c75cab17d0'] = 'Es bestehen'; -$_LANGADM['index07213a0161f52846ab198be103b5ab43'] = 'Fehler'; -$_LANGADM['indexcb5e100e5a9a3e7f6d1fd97512215282'] = 'Fehler'; -$_LANGADM['indexafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Aus Sicherheitsgründen können Sie nicht auf das Verwaltungsfeld zugreifen, solange Sie nicht:'; -$_LANGADM['index15f1c34335ddffccb6527f9d658f2625'] = 'den Ordner /admin umbenannt haben (z.B.'; -$_LANGADM['index5b0dfce240e9def88121d8e62dee1845'] = 'Bitte gehen Sie daraufhin zu dieser Seite mit Hilfe der neuen Adresse (Beispiel: http://www.domaine.tld/admin'; -$_LANGADM['index78e365acb087fd1f8d494dae0001de10'] = 'E-Mail-Adresse'; -$_LANGADM['indexb341a59d5636ed3d6a819137495b08a0'] = 'Kennwort'; -$_LANGADM['indexbffe9a3c9a7e00ba00a11749e022d911'] = 'Login'; -$_LANGADM['index0206fb59f6e0cd0d3d271b58e9109dca'] = 'Kennwort vergessen?'; -$_LANGADM['index6d7d8cc3fae1fdd486b167b439c2a5b9'] = 'Es ist ein Fehler aufgetreten'; -$_LANGADM['index01a569ddc6cf67ddec2a683f0a5f5956'] = 'Kennwort vergessen?'; -$_LANGADM['index34bdd7b9823059fa742afab7be9d4c58'] = 'Ihr Kennwort wurde Ihnen per E-Mail zugesandt'; -$_LANGADM['indexfb080b51680e721b19b6af4293264b6c'] = 'zurück zur Anmeldeseite'; -$_LANGADM['index1928895508822da82ce5c4932a114044'] = 'Geben Sie Ihre E-Mail-Adresse an'; -$_LANGADM['index449d3718fc3a9e9bf3f3fc0254bb5625'] = '(diejenige, die Sie bei der Installation angegeben haben), damit Sie Ihre neue Zugangscodes per E-Mail erhalten'; -$_LANGADM['index94966d90747b97d1f0f206c98a8b1ac3'] = 'Senden'; +$_LANGADM['index53cd939ae14e33855274e17a3c411fdd'] = 'Aus Sicherheitsgründen müssen Sie:'; +$_LANGADM['index56deca22a707214865f7ea3ae6391d67'] = 'Rechnungen'; +$_LANGADM['index7286baef44d09300636a4b99c533523c'] = 'Ladezeit:'; +$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'Warenkörbe'; +$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Dashboard'; +$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'Ich kenne die Risiken und möchte die Seite anzeigen'; +$_LANGADM['indexbbaff12800505b22a853e8b7f4eb6a22'] = 'Kontakt'; +$_LANGADM['indexcbebc850f5f849e8956b5f8075f48f69'] = 'Überall'; +$_LANGADM['indexd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Meinen Shop anzeigen'; +$_LANGADM['indexdb26e10564e958809d798e8048fcbc0a'] = 'Security Key ungültig'; +$_LANGADM['indexe6a7f8a2f42cc35979973da8dfb10720'] = 'Forum'; +$_LANGADM['indexe99c06952f4336ce189d8df45980dca0'] = 'löschen Sie die / install Ordner'; +$_LANGADM['indexeed2839c1e3e5f7069ed03b2f6d4c6dd'] = 'Dashboard'; +$_LANGADM['indexf84b4e2770ec98e3db2926cd49864d2f'] = 'Mein Profil'; ?> \ No newline at end of file diff --git a/translations/es/admin.php b/translations/es/admin.php index acfa7248b..c71fcd4dd 100644 --- a/translations/es/admin.php +++ b/translations/es/admin.php @@ -2,3242 +2,2944 @@ global $_LANGADM; $_LANGADM = array(); -$_LANGADM['AdminAccess9d3aff6bea8ffbe99b0dd0538fe143ff'] = 'Perfil actualizado'; -$_LANGADM['AdminAccess8cd14e237b4f34d4e669885f9e1da00f'] = '¡Solicitud denegada!'; -$_LANGADM['AdminAccess1c70a41f285848d38656b2d7be9fdc62'] = 'Cambios en curso. Por favor, espere'; -$_LANGADM['AdminAccess8ec05f1a46ab017d49d635faea17f235'] = '¡Falló la conexión con el servidor!'; -$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Ver'; -$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir'; -$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Editar'; -$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; -$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todo'; -$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Sin ficha'; $_LANGADM['AdminAccess05fe96d753968b151a15b748140e4467'] = 'No es posible modificar los permisos de administrador.'; -$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Actualización con éxito'; +$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Ver'; +$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Pestañas'; +$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Editar'; +$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Sin ficha'; +$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todo'; +$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir'; +$_LANGADM['AdminAccessf1206f9fadc5ce41694f69129aecac26'] = 'Configurar'; +$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; +$_LANGADM['AdminAccountingExport936ccdb97115e9f35a11d35e3d5b5cad'] = 'Pulse aquí'; +$_LANGADM['AdminAccountingManagementc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminAccountingRegisteredNumber20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre'; +$_LANGADM['AdminAccountingRegisteredNumber8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos'; +$_LANGADM['AdminAddresses1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa'; $_LANGADM['AdminAddresses20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre'; -$_LANGADM['AdminAddresses8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos'; -$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección'; -$_LANGADM['AdminAddresses77638e87a55b8747e79590defafa75c9'] = 'Código postal'; +$_LANGADM['AdminAddresses284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; +$_LANGADM['AdminAddresses38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminAddresses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminAddresses41c2fff4867cc204120f001e7af20f7a'] = 'Teléfono móvil'; +$_LANGADM['AdminAddresses46a2a41cc6e552044816a2d04634545d'] = 'Estado'; $_LANGADM['AdminAddresses57d056ed0984166336b7879c2af3657f'] = 'Ciudad'; $_LANGADM['AdminAddresses59716c97497eb9694541f7c3d37b1a4d'] = 'País'; -$_LANGADM['AdminAddresses284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; -$_LANGADM['AdminAddresses2ac25f8f90ece36fa66024d7bbc235c9'] = 'Elegir el fabricante'; -$_LANGADM['AdminAddressesd7ec0ec68dddc7f411a5171af7c70f43'] = 'Fabricante no disponible'; -$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'Email del cliente'; -$_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Número de identificación fiscal'; -$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE'; -$_LANGADM['AdminAddresseseffdb9ce6c5d44df31b89d7069c8e0fb'] = 'Alias'; $_LANGADM['AdminAddresses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminAddresses1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa'; -$_LANGADM['AdminAddresses7cb32e708d6b961d476baced73d362bb'] = 'Número de IVA'; -$_LANGADM['AdminAddresses46a2a41cc6e552044816a2d04634545d'] = 'Estado'; -$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Teléfono domicilio'; -$_LANGADM['AdminAddresses41c2fff4867cc204120f001e7af20f7a'] = 'Teléfono móvil'; $_LANGADM['AdminAddresses6311ae17c1ee52b36e68aaf4ad066387'] = 'Otros'; -$_LANGADM['AdminAddresses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; -$_LANGADM['AdminAddresses38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminAddresses19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminAliases9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; -$_LANGADM['AdminAliases13348442cc6a27032d2b4aa28b75a5d3'] = 'Busqueda'; -$_LANGADM['AdminAliasesec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminAliasesa66ec6983e578c3ac4663171b39d168b'] = 'alias y resultado son obligatorios'; -$_LANGADM['AdminAliases792fd33273f5b3dbbcc6bd5de52b7e20'] = 'no es un resultado válido'; -$_LANGADM['AdminAliases9d2e974b83d9090b463dbcb2ef32ab51'] = 'no es un alias válido'; -$_LANGADM['AdminAliasesa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias:'; -$_LANGADM['AdminAliasesb5d71393255d0337cc587ba074b18b06'] = 'Introduzca cada alias separado por una coma (\',\')'; -$_LANGADM['AdminAliases6f4d4902bdc97012907f5d8c9ee1611a'] = '(por ejemplo, \'prestshop, preztashop, prestasohp \')'; -$_LANGADM['AdminAliases3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; -$_LANGADM['AdminAliases5aac38deec604d81565722cc5a2a6be1'] = 'Resultado:'; -$_LANGADM['AdminAliases01d2aac5d20787a1e873f2bdc79b514a'] = 'Buscar esta palabra en su lugar. '; -$_LANGADM['AdminAliases38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminAliases19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminAttachmentsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminAttachments49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'Archivo'; -$_LANGADM['AdminAttachmentsdbb768f29d6b36b627c8233b32da4f2c'] = 'Archivo demasiado grande, el tamaño máximo permitido:'; -$_LANGADM['AdminAttachmentsba34ea40525a4379add785228e37fe86'] = 'kb'; -$_LANGADM['AdminAttachmentsb8cb56e655c8957c168a380aca447e9b'] = 'el tamano del archivo que intenta descagar es:'; -$_LANGADM['AdminAttachmentsaad781b9842958b4552b8edebb83c346'] = 'imposible copiar el archivo'; +$_LANGADM['AdminAddresses77638e87a55b8747e79590defafa75c9'] = 'Código postal'; +$_LANGADM['AdminAddresses7cb32e708d6b961d476baced73d362bb'] = 'Número de IVA'; +$_LANGADM['AdminAddresses8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos'; +$_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Número de identificación fiscal'; +$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección'; +$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE'; +$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; +$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'Email del cliente'; +$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Teléfono domicilio'; +$_LANGADM['AdminAdminPreferences0db377921f4ce762c62526131097968f'] = 'General'; +$_LANGADM['AdminAdminPreferences12cbe1a4645659457808631047989afb'] = 'Máximo:'; +$_LANGADM['AdminAdminPreferences16c390c0fd1efc4f493a6a861aa22d2f'] = 'Burbujas de ayuda Back-Office'; +$_LANGADM['AdminAdminPreferences2ca89cca013873c7f841e1acf242b3d6'] = 'Establesca el tamaño máximo de los archivos adjuntos (en MegaBytes).'; +$_LANGADM['AdminAdminPreferences3aadb5e86b174ecada1174e22f5a6368'] = 'Peso máximo de los archivos adjuntos'; +$_LANGADM['AdminAdminPreferences46f18d3960afc01e5a1a5a0e0e9d571b'] = 'Comprobar automáticamente las actualizaciones de los módulos'; +$_LANGADM['AdminAdminPreferences686a2ac82a5a64eca870ba9a55b8a675'] = 'Nuevos módulos y las actualizaciones se muestran en la página de módulos'; +$_LANGADM['AdminAdminPreferences6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Ayuda'; +$_LANGADM['AdminAdminPreferences6d964e25aa6aa88c8353880e00202cf4'] = 'Indique el número de horas'; +$_LANGADM['AdminAdminPreferences9cfc2e28ebe44b3e14f9d780d2150650'] = 'Compruebe la dirección IP del cookie afin de evitar el robo de cookies'; +$_LANGADM['AdminAdminPreferencesa9fff6d50be898f47a507354626b8b8d'] = 'Ocultar los consejos de optimización'; +$_LANGADM['AdminAdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Duración de vida del cookie de Front Office'; +$_LANGADM['AdminAdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Activar cuadros de ayuda amarillos que aparecen bajo los campos del Panel de administrador'; +$_LANGADM['AdminAdminPreferencese4e2107f99e82247d7e32ac7919c4416'] = 'Ocultar los consejos de optimización en la página de inicio del panel de administración'; +$_LANGADM['AdminAdminPreferencese673b146824251548feecf1f3929aceb'] = 'Duración del cookie de Back Office'; +$_LANGADM['AdminAdminPreferencesed5454727fb14b9800ead242d0972184'] = 'Comprobar IP de la cookie'; $_LANGADM['AdminAttachments06d43815fa42336629ff54da5630143c'] = 'el archivo'; -$_LANGADM['AdminAttachments2db1c4802b06f0d3979fe280bacfd5f2'] = 'supera el tamaño permitido por el servidor. Este límite está establecido en'; -$_LANGADM['AdminAttachments6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; $_LANGADM['AdminAttachments06d5d60cedc3946089462c34c719b4d6'] = 'El archivo no existe o no se puede descargar. Compruebe el límite de tamaño de los archivos descaragables configurado en su servidor.'; -$_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Adjunta'; -$_LANGADM['AdminAttachments6492d670e42151cc37574d99f4071f85'] = 'Nombre de fichero'; -$_LANGADM['AdminAttachmentsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; -$_LANGADM['AdminAttachmentsab335fe79ef8a5e26c0dbc23332a7148'] = 'Subir archivo desde su ordenador'; +$_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'Archivo'; +$_LANGADM['AdminAttachments2db1c4802b06f0d3979fe280bacfd5f2'] = 'supera el tamaño permitido por el servidor. Este límite está establecido en'; $_LANGADM['AdminAttachments38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminAttachments19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminAttachmentsf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminAttachments0071aa279bd1583754a544277740f047'] = 'Borrar objeto #'; +$_LANGADM['AdminAttachments49ee3087348e8d44e1feda1917443987'] = 'Nombre'; $_LANGADM['AdminAttachments4a21a191879a23aa2a27829300da95f5'] = 'Este documento adjunto es utilizado por los siguientes productos:'; -$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impacto en el precio'; -$_LANGADM['AdminAttributeGenerator792467936100838046f749e63dadfbdb'] = 'Impacto en el peso'; -$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'sin IVA.:'; -$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'IVA incluido.:'; +$_LANGADM['AdminAttachments6492d670e42151cc37574d99f4071f85'] = 'Nombre de fichero'; +$_LANGADM['AdminAttachments6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; +$_LANGADM['AdminAttachmentsaad781b9842958b4552b8edebb83c346'] = 'imposible copiar el archivo'; +$_LANGADM['AdminAttachmentsab335fe79ef8a5e26c0dbc23332a7148'] = 'Subir archivo desde su ordenador'; +$_LANGADM['AdminAttachmentsae21d822d879539a75c3d6fd91c2acb3'] = 'Fichero:'; +$_LANGADM['AdminAttachmentsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAttachmentsb8cb56e655c8957c168a380aca447e9b'] = 'el tamano del archivo que intenta descagar es:'; +$_LANGADM['AdminAttachmentsba34ea40525a4379add785228e37fe86'] = 'kb'; +$_LANGADM['AdminAttachmentsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; +$_LANGADM['AdminAttachmentsdbb768f29d6b36b627c8233b32da4f2c'] = 'Archivo demasiado grande, el tamaño máximo permitido:'; +$_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Adjunta'; $_LANGADM['AdminAttributeGenerator18c17dae7b84c21b38873e823af2bcfe'] = 'producto(s) creado(s) correctamente.'; +$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impacto en el precio'; +$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Generar'; +$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'IVA incluido.:'; +$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'sin IVA.:'; +$_LANGADM['AdminAttributeGenerator63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminAttributeGenerator694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminAttributeGenerator792467936100838046f749e63dadfbdb'] = 'Impacto en el peso'; $_LANGADM['AdminAttributeGenerator81315cfd898aada1e99e0034b4b078c3'] = 'Generador de atributos'; $_LANGADM['AdminAttributeGeneratorbbfdf55069aaebae3825be9d4425ce2a'] = 'Añada o modifique atributos para el producto:'; -$_LANGADM['AdminAttributeGenerator694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminAttributeGenerator63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; -$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Generar'; $_LANGADM['AdminAttributeGeneratorc0babe5601b3f91313d53267c3c7ec24'] = 'Volver a productos'; $_LANGADM['AdminAttributeGeneratorec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir'; $_LANGADM['AdminAttributeGeneratorf2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar'; -$_LANGADM['AdminAttributesf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Atributo'; -$_LANGADM['AdminAttributes4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminAttributes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminAttributes1aa4c641d6920ddb97a2562f8ec53853'] = 'Grupo:'; -$_LANGADM['AdminAttributescb5feb1b7314637725a2e73bdc9f7295'] = 'Color'; -$_LANGADM['AdminAttributes9c29287ce313fd9ed3e9a86e1af4f4b3'] = 'HTML sólo colores (por ejemplo,'; -$_LANGADM['AdminAttributes76a2e1080cd661b42c6653fc8fd57367'] = 'Textura:'; -$_LANGADM['AdminAttributes390bd26864da3269b496814c118238c0'] = 'Subir la textura del color de su ordenador'; -$_LANGADM['AdminAttributesba353198430b2004efeb1ac6d1f410d0'] = '¡Esto anulará el código HTML de color!'; -$_LANGADM['AdminAttributes859c7c7ffc3e60f67f6537f4d7dd98ca'] = 'Textura actual:'; -$_LANGADM['AdminAttributesf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminAttributes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminAttributes08a38277b0309070706f6652eeae9a53'] = 'Abajo'; +$_LANGADM['AdminAttributes258f49887ef8d14ac268c92b02503aaa'] = 'Arriba'; +$_LANGADM['AdminAttributes5ece607071fe59ddc4c88dc6abfe2310'] = 'Elementos no encontrados'; $_LANGADM['AdminAttributes6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; -$_LANGADM['AdminAttributes38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminAttributes19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminAttributesGroups49ee3087348e8d44e1feda1917443987'] = 'Nombre'; $_LANGADM['AdminAttributesGroups287234a1ff35a314b5b6bc4e5828e745'] = 'Atributos'; -$_LANGADM['AdminAttributesGroups630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; -$_LANGADM['AdminAttributesGroups8196c2d7a6dce8aea8acbeac4105ef81'] = 'Añadir grupo de atributos'; -$_LANGADM['AdminAttributesGroups88a306e559954dc8c8ae9eb55d62297f'] = 'Añadir atributo'; -$_LANGADM['AdminAttributesGroupsb63e3071db26cee88d595c4573f8f34e'] = 'Haga clic en el nombre del grupo para ver sus atributos. Haga clic de nuevo para ocultarlos.'; -$_LANGADM['AdminAttributesGroupsc2492c52caab207d21da2c0decd8a405'] = 'No se encontraron elementos'; -$_LANGADM['AdminAttributesGroups7dce122004969d56ae2e0245cb754d35'] = 'Editar'; -$_LANGADM['AdminAttributesGroupse8cf85cec621489ec026f7e06c67eb4e'] = 'Eliminar artículo'; -$_LANGADM['AdminAttributesGroupsf2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar'; -$_LANGADM['AdminAttributesGroups5edfefd49c5d39ef98914f12b9774b8b'] = 'Grupo de atributos'; -$_LANGADM['AdminAttributesGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminAttributesGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminAttributesGroupsc9e5eb0a273a65da3a04f42e8351dc97'] = 'Nombre público:'; -$_LANGADM['AdminAttributesGroups4c4a779c55d2a3054839b5ad8615f5cb'] = 'Término o frase que se muestra al cliente'; -$_LANGADM['AdminAttributesGroups3c2fd298a3d83fdba35636873dcba353'] = 'Grupo de colores:'; -$_LANGADM['AdminAttributesGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminAttributesGroups93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminAttributesGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminAttributesGroupsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminAttributesGroups0820cbf22e11a8a8398b7aa177048874'] = 'Este es un grupo de colores'; $_LANGADM['AdminAttributesGroups38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminAttributesGroups19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminAttributesGroupsf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Atributo'; -$_LANGADM['AdminAttributesGroups06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminAttributesGroups35688a0beeaa36945fc2305a1657a984'] = 'Eliminar atributo'; -$_LANGADM['AdminAttributesGroups6adab6d3fdf92c448d60cf8824e4851c'] = 'Eliminar selección'; +$_LANGADM['AdminAttributesGroups390bd26864da3269b496814c118238c0'] = 'Subir la textura del color de su ordenador'; +$_LANGADM['AdminAttributesGroups49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminAttributesGroups4c4a779c55d2a3054839b5ad8615f5cb'] = 'Término o frase que se muestra al cliente'; +$_LANGADM['AdminAttributesGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminAttributesGroups52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminAttributesGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminAttributesGroups630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; +$_LANGADM['AdminAttributesGroups689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminAttributesGroups76a2e1080cd661b42c6653fc8fd57367'] = 'Textura:'; +$_LANGADM['AdminAttributesGroups859c7c7ffc3e60f67f6537f4d7dd98ca'] = 'Textura actual:'; +$_LANGADM['AdminAttributesGroups9c29287ce313fd9ed3e9a86e1af4f4b3'] = 'HTML sólo colores (por ejemplo,'; +$_LANGADM['AdminAttributesGroupsacdb802bfc2b99b15d1782570285c427'] = 'Valor:'; +$_LANGADM['AdminAttributesGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAttributesGroupsba353198430b2004efeb1ac6d1f410d0'] = '¡Esto anulará el código HTML de color!'; +$_LANGADM['AdminAttributesGroupsc82a6100dace2b41087ba6cf99a5976a'] = 'Valores'; +$_LANGADM['AdminAttributesGroupsc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminAttributesGroupsc9e5eb0a273a65da3a04f42e8351dc97'] = 'Nombre público:'; +$_LANGADM['AdminAttributesGroupscb5feb1b7314637725a2e73bdc9f7295'] = 'Color'; $_LANGADM['AdminAttributesGroupse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Eliminar elementos seleccionados?'; -$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Fecha'; -$_LANGADM['AdminBackup9d8d2d5ab12b515182a505f54db7f538'] = 'Edad'; -$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nombre del archivo'; -$_LANGADM['AdminBackup1908624a0bca678cd26b99bfd405324e'] = 'Tamaño del archivo'; -$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Opciones de copia de seguridad'; -$_LANGADM['AdminBackup810b58656ec020a2bda0b7f74e5e7d0c'] = 'Ignorar las tablas estadísticas:'; -$_LANGADM['AdminBackup482e4b3e67dabd684819acb8b64887ef'] = 'NO habrá copia de seguridad de las siguientes tablas si habilita esta opción:'; -$_LANGADM['AdminBackupa5498b899882eb314ba0ab4519889cc2'] = 'Suprimir las tablas existentes durante la importación'; -$_LANGADM['AdminBackup84695439734fb7b69c173b3e39880e18'] = 'Seleccione esta opción para que el archivo de copia de seguridad contenga instrucciones para suprimir las tablas existentes durante la restauración de una copia de seguridad. '; -$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'Parece que la copia de seguridad se ha realizado correctamente, sin embargo, usted debe descargar y verificar cuidadosamente el archivo de copia de seguridad.'; -$_LANGADM['AdminBackup801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargar'; -$_LANGADM['AdminBackup2000271bb894b988d2097aaf528b6680'] = 'Descargar el archivo de copia de seguridad'; -$_LANGADM['AdminBackup6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mo'; -$_LANGADM['AdminBackupc9d8519a44774664f720c0ce6275ac2a'] = 'Sugerencia: También puede descargar este archivo por FTP, los archivos de copia de seguridad se encuentran en \"admin / backups\" de la guía.'; -$_LANGADM['AdminBackup540f529ae6719f17617936818a8afaac'] = 'La carpeta \"Backups\" en la carpeta admin debe ser accesible en escritura (CHMOD 755 / 777) '; -$_LANGADM['AdminBackupc4a8330b099d9409ed1ba801d69a1dd0'] = 'Comienzo de la descarga ...'; -$_LANGADM['AdminBackupbe0d109f79bd4ce87d2bf3dd216ba165'] = 'La copia de seguridad de archivos debe descargarse automáticamente.'; -$_LANGADM['AdminBackupb828e7a94de289536d535e8c141868b9'] = 'Si no,'; -$_LANGADM['AdminBackupd1c6b1687ebbc336f9bd13beba87b0cf'] = 'por favor pulse aquí'; -$_LANGADM['AdminBackup630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; -$_LANGADM['AdminBackup5a0a50bcda916d40913bbf98675b0633'] = 'Advertencia antes de crear una copia de seguridad'; -$_LANGADM['AdminBackup422540a2c50fe85b1f799ff2b2fd5d8d'] = 'PrestaShop no es responsable de su base de datos, ni de sus copias de seguridad, ni de sus restauraciones ni de sus datos. '; -$_LANGADM['AdminBackupee0ea4b3f98494324b3d39df83437f0d'] = 'PrestaShop es un software de código abierto, lo utiliza por su cuenta y riesgo en el marco del acuerdo de licencia.'; -$_LANGADM['AdminBackup714aed045ed859b4e77cddddeeccaed5'] = 'Debe hacer una copia de seguridad de sus datos de forma regular (tanto de sus archivos como de la base de datos).'; -$_LANGADM['AdminBackup4d247cbe2dbd06ce20b9affd635e7982'] = 'Esta función sólo permite hacer copias de seguridad de la base de datos, no de los archivos.'; -$_LANGADM['AdminBackupb59917a7c4898ff9a48a78b7a063005d'] = 'De forma predeterminada, las tablas de bases de datos existentes se borrarán durante la restauración de copia de seguridad (ver opciones).'; -$_LANGADM['AdminBackupf15dca6392936098982c8e3457ce87db'] = 'Verifique siempre la calidad y la integridad de sus archivos de copias de seguridad.'; -$_LANGADM['AdminBackupc17110fda3272c08371ace783c673e56'] = 'Verifique siempre que sus archivos de copias de seguridad están completos, y de que son recientes y válidos, Incluso si usted tenía un mensaje de confirmación durante el proceso de copia de seguridad.'; +$_LANGADM['AdminAttributesGroupsfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Color'; +$_LANGADM['AdminAttributesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; $_LANGADM['AdminBackup0dc51a7afc30b342b827df535ff616f2'] = 'Compruebe sistemáticamente sus datos.'; -$_LANGADM['AdminBackup5c5e4f2eda086c93473b2c8e7e9b896c'] = 'No restaurar nunca una copia de seguridad en un sitio vivo.'; -$_LANGADM['AdminBackupc9c8018315982c1aa308a9146e0bed76'] = 'He leído la advertencia - Crear una nueva copia de seguridad'; -$_LANGADM['AdminBackup46f0e215b9abb597017994db268fc3a0'] = 'Procedimiento para restaurar una base de datos de copia de seguridad en 10 pasos fáciles'; $_LANGADM['AdminBackup10479732a2bea7a5a10bb7b47c639789'] = 'Desactive la opción \"Habilitar la tienda\" en la pestaña \"Preferencias\".'; -$_LANGADM['AdminBackupa57e3f4dcacc92f3756b16fde61f6f01'] = 'Descaragar el archivo de copia de seguridad a partir de la siguiente lista o en su servidor FTP (en el archivo \"admin/backups\").'; -$_LANGADM['AdminBackupf3bc009a9ac0e586b7966a1c1352b094'] = 'Comprobar la integridad de copia de seguridad: buscar errores, archivo incompleto... Compruebe todos sus datos.'; -$_LANGADM['AdminBackupa20972942ef0de075f5d9c225c80ae4d'] = 'Pida a su hosting un acceso a la herramienta \"phpMyAdmin\" '; -$_LANGADM['AdminBackupad408cc67b79776c0b6c9867326c3493'] = 'Conectar a \"phpMyAdmin\" y seleccionar su base de datos actual'; +$_LANGADM['AdminBackup1908624a0bca678cd26b99bfd405324e'] = 'Tamaño del archivo'; $_LANGADM['AdminBackup197ebd1d022def92dd1c64aae3320d6a'] = 'Si no ha habilitado la opción \"Suprimir las tablas existentes durante la importación\", debe suprimir todas las tablas presentes en su base de datos actual.'; +$_LANGADM['AdminBackup2000271bb894b988d2097aaf528b6680'] = 'Descargar el archivo de copia de seguridad'; +$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'Parece que la copia de seguridad se ha realizado correctamente, sin embargo, usted debe descargar y verificar cuidadosamente el archivo de copia de seguridad.'; +$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Opciones de copia de seguridad'; +$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nombre del archivo'; +$_LANGADM['AdminBackup422540a2c50fe85b1f799ff2b2fd5d8d'] = 'PrestaShop no es responsable de su base de datos, ni de sus copias de seguridad, ni de sus restauraciones ni de sus datos. '; $_LANGADM['AdminBackup42edcff7b40f111d974f2802ea9f5abf'] = 'En la parte superior de la pantalla, seleccione la pestaña \"Importar\"'; +$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminBackup44fdec47036f482b68b748f9d786801b'] = 'días'; +$_LANGADM['AdminBackup46f0e215b9abb597017994db268fc3a0'] = 'Procedimiento para restaurar una base de datos de copia de seguridad en 10 pasos fáciles'; +$_LANGADM['AdminBackup482e4b3e67dabd684819acb8b64887ef'] = 'NO habrá copia de seguridad de las siguientes tablas si habilita esta opción:'; +$_LANGADM['AdminBackup4d247cbe2dbd06ce20b9affd635e7982'] = 'Esta función sólo permite hacer copias de seguridad de la base de datos, no de los archivos.'; +$_LANGADM['AdminBackup540f529ae6719f17617936818a8afaac'] = 'La carpeta \"Backups\" en la carpeta admin debe ser accesible en escritura (CHMOD 755 / 777) '; +$_LANGADM['AdminBackup5a0a50bcda916d40913bbf98675b0633'] = 'Advertencia antes de crear una copia de seguridad'; +$_LANGADM['AdminBackup5c5e4f2eda086c93473b2c8e7e9b896c'] = 'No restaurar nunca una copia de seguridad en un sitio vivo.'; +$_LANGADM['AdminBackup628b7db04235f228d40adc671413a8c8'] = 'día'; $_LANGADM['AdminBackup6bfc8c9cb81f79f6db4707f115df9788'] = 'Pulse en \"Examinar ...\" y seleccione el archivo de copia de seguridad de su disco duro'; +$_LANGADM['AdminBackup6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mo'; +$_LANGADM['AdminBackup714aed045ed859b4e77cddddeeccaed5'] = 'Debe hacer una copia de seguridad de sus datos de forma regular (tanto de sus archivos como de la base de datos).'; +$_LANGADM['AdminBackup73cdddd7730abfc13a55efb9f5685a3b'] = 'horas'; $_LANGADM['AdminBackup7ea4b668bc415112476c6abea16b5c00'] = 'Compruebe el tamaño máximo de archivo permitido (es decir, máximo: 16 MB)'; +$_LANGADM['AdminBackup801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargar'; +$_LANGADM['AdminBackup810b58656ec020a2bda0b7f74e5e7d0c'] = 'Ignorar las tablas estadísticas:'; +$_LANGADM['AdminBackup84695439734fb7b69c173b3e39880e18'] = 'Seleccione esta opción para que el archivo de copia de seguridad contenga instrucciones para suprimir las tablas existentes durante la restauración de una copia de seguridad. '; +$_LANGADM['AdminBackup896c55cc5e46fab38ce9f51ebf7bfcd3'] = 'hora'; +$_LANGADM['AdminBackup9d8d2d5ab12b515182a505f54db7f538'] = 'Edad'; +$_LANGADM['AdminBackupa20972942ef0de075f5d9c225c80ae4d'] = 'Pida a su hosting un acceso a la herramienta \"phpMyAdmin\" '; +$_LANGADM['AdminBackupa5498b899882eb314ba0ab4519889cc2'] = 'Suprimir las tablas existentes durante la importación'; +$_LANGADM['AdminBackupa57e3f4dcacc92f3756b16fde61f6f01'] = 'Descaragar el archivo de copia de seguridad a partir de la siguiente lista o en su servidor FTP (en el archivo \"admin/backups\").'; +$_LANGADM['AdminBackupad408cc67b79776c0b6c9867326c3493'] = 'Conectar a \"phpMyAdmin\" y seleccionar su base de datos actual'; $_LANGADM['AdminBackupaea390041b1129a817610ff53181cd4b'] = 'Si el peso de su archivo de copia de seguridad es demasiado importante, póngase en contacto con su hosting'; $_LANGADM['AdminBackupb3bd0f5ff93aa82c778f1486bdfecb90'] = 'Pulse en el botón \"Go\" y espere durante la importación, el proceso puede tardar varios minutos'; -$_LANGADM['AdminBackup896c55cc5e46fab38ce9f51ebf7bfcd3'] = 'hora'; -$_LANGADM['AdminBackup73cdddd7730abfc13a55efb9f5685a3b'] = 'horas'; -$_LANGADM['AdminBackup628b7db04235f228d40adc671413a8c8'] = 'día'; -$_LANGADM['AdminBackup44fdec47036f482b68b748f9d786801b'] = 'días'; -$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL'; -$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Título'; -$_LANGADM['AdminCms52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; -$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Su página CMS se guardará como borrador'; -$_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Guardar y previsualizar'; -$_LANGADM['AdminCms622f3c75de9f3481ffc58c1f292c1c2b'] = 'Página CSM'; -$_LANGADM['AdminCms253f3a672cfa79264010099ca11d2f0f'] = 'Categoría CSM'; -$_LANGADM['AdminCms9e11e4b371570340ca07913bc4783a7a'] = 'Meta título'; -$_LANGADM['AdminCms3f64b2beede1082fd32ddb0bf11a641f'] = 'Meta descripción'; -$_LANGADM['AdminCms7d7559ccac6bc30a4d985db11cb34a3a'] = 'Meta palabras clave'; -$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigable'; -$_LANGADM['AdminCms45b1bce0ceb1e155fc99d59a21761b9e'] = 'Contenido de la página'; -$_LANGADM['AdminCms0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; -$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminCms38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminCms19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminCms476c2ec03a1b655d843271ac0fbf9fa8'] = 'No se han encontrado páginas'; -$_LANGADM['AdminCmsb3b32a2d422265cd25c3323ed0157f81'] = 'páginas'; -$_LANGADM['AdminCms71860c77c6745379b0d44304d66b6a13'] = 'página'; -$_LANGADM['AdminCms396b0e222e9c86056374ba077e78667b'] = 'en la categoría'; -$_LANGADM['AdminCmse1622ba9f41f5b695bddc69e3ceaa204'] = 'Añadir una nueva página'; -$_LANGADM['AdminCms5ece607071fe59ddc4c88dc6abfe2310'] = 'No se han encontrado artículos'; -$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCmsCategories49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminCmsCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; -$_LANGADM['AdminCmsCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; -$_LANGADM['AdminCmsCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrado'; -$_LANGADM['AdminCmsCategories5ece607071fe59ddc4c88dc6abfe2310'] = 'No se han encontrado objetos'; -$_LANGADM['AdminCmsCategoriesc896319b0d4ed42ba9a5e9d91aa34190'] = 'No hay subcategorías'; -$_LANGADM['AdminCmsCategories977eecf6f4a714db692566e8375475e1'] = 'subcategorías'; -$_LANGADM['AdminCmsCategoriesc825f153c53bfaa1752bf1abe6b20a1e'] = 'subcategorías CMS'; -$_LANGADM['AdminCmsCategories4a6f1fa4851e518c68048684f52796f9'] = 'en la categoría CMS'; -$_LANGADM['AdminCmsCategories9e518c55e0a86ff1d2fef18134e85c28'] = 'Añadir una nueva subcategoría CMS'; -$_LANGADM['AdminCmsCategories789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categoría CMS'; -$_LANGADM['AdminCmsCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminCmsCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminCmsCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostrado:'; -$_LANGADM['AdminCmsCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado:'; -$_LANGADM['AdminCmsCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado:'; -$_LANGADM['AdminCmsCategories2f74f5e9674526a836ce24ad5584fc6e'] = 'Categoría padre CMS'; -$_LANGADM['AdminCmsCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; -$_LANGADM['AdminCmsCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta título:'; -$_LANGADM['AdminCmsCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caraecteres prohibidos:'; -$_LANGADM['AdminCmsCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:'; -$_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras clave:'; -$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL amigable:'; -$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Solo se autorizan las letras y los caracteres menos (-) '; -$_LANGADM['AdminCmsCategories15248076c99a4b30a2aaacc2f7f7d874'] = 'Guardar y volver a la categoría padre'; -$_LANGADM['AdminCmsCategoriesc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; -$_LANGADM['AdminCmsCategories19f823c6453c2b1ffd09cb715214813d'] = 'Campos requeridos'; -$_LANGADM['AdminCmsContent630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; -$_LANGADM['AdminCmsContent62381fc27e62649a16182a616de3f7ea'] = 'Categoría actual'; -$_LANGADM['AdminCmsContentaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; -$_LANGADM['AdminCmsContentcc4fbd30d676ea2f9994b7063a8ada15'] = 'Páginas en esta categoría'; -$_LANGADM['AdminCarriersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCarriers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Retraso'; -$_LANGADM['AdminCarriersec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminCarriersf9293626f0c44c6e310fc49280c20790'] = 'Transportista gratuito'; -$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opciones del transportista'; -$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Transportista por defecto:'; -$_LANGADM['AdminCarriers5528aa4f25577dcffcfca40eda4c2a5b'] = 'Transportista por defecto utilizado en la tienda'; -$_LANGADM['AdminCarriersc0add41517a5511d7b58d2c992db11e7'] = '¿Cómo crear un nuevo transportista?'; -$_LANGADM['AdminCarriersb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Pulse en \"Añadir nuevo\"'; -$_LANGADM['AdminCarriersb7ccdf6ab58f5514acc520721ddc9f08'] = 'Rellene los campos y pulse en \"Guardar\"'; -$_LANGADM['AdminCarriers2f937af6e4f35724bb5f3fb808571aee'] = 'Necesita decidir un rango de precio o un rango de peso para el que el nuevo transportista estará disponible. En la pestaña \"Transporte\" pulse en \"Franjas de precio\" o \"Franjas de peso\".'; -$_LANGADM['AdminCarrierscf3eed0e05b900e8508f1aba12ff6b9d'] = 'Seleccione el nombre del transportista y elija la franja de precio o la franja de peso. Por ejemplo, el transportista puede estar disponible para la franja de peso entre 0 y 5 kgs. Otro transportista puede tener la franja entre 5 y 10kgs.'; -$_LANGADM['AdminCarriers69123019563697071c2c9ab3eb660b13'] = 'Cuando haya terminado, pulse en \"Guardar\"'; -$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Pulse en la pestaña \"Transporte\"'; -$_LANGADM['AdminCarriers4462e7845f4d7944f65e2f5fe546b8ed'] = 'Debe elegir las tarifas que se aplicarán para este transportista. En la parte inferior de la página, en la parte \"Gastos\", seleccione el nombre del transportista.'; -$_LANGADM['AdminCarriersbe4f75f8b5c30ee4d0333b340c59280d'] = 'Para cada zona geográfica, introduzca un precio. Pulse en \"Guardar\"'; -$_LANGADM['AdminCarriers969011941a0e9f19127bc90042687570'] = '¡Ya está! El nuevo transportista está disponible para sus clientes.'; -$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Transportistas'; -$_LANGADM['AdminCarriers5e5f0a863cd129317037e3def37b4097'] = 'Empresa:'; -$_LANGADM['AdminCarriers1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caracteres permitidos: letras, espacios y'; -$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'El nombre del transportista aparece en el registro'; -$_LANGADM['AdminCarriers04bcf925decaf3beb22ef4bcedd93194'] = 'Con un valor de 0, el nombre del transportista será sustituido por el nombre de la tienda'; -$_LANGADM['AdminCarriersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; -$_LANGADM['AdminCarriers980bb228a128556fe3df923d2ede30b4'] = 'Subir el logotipo de su ordenador'; -$_LANGADM['AdminCarrierse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; -$_LANGADM['AdminCarriersbf1f5f95d9e15a3cffa21495dbec563a'] = 'El tiempo de tránsito:'; -$_LANGADM['AdminCarriers6e80870e865e8dbcd56b9842ea38e3dd'] = 'Tiempo necesario para la entrega del producto; se muestra durante la compra'; -$_LANGADM['AdminCarriers3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; -$_LANGADM['AdminCarrierse460bba7366e1b5118a0d95ee91c6cff'] = 'URL para el número de seguimiento, el tipo \"@ \\\", donde el número de seguimiento se publicará'; -$_LANGADM['AdminCarriersb3ff996fe5c77610359114835baf9b38'] = 'Zona'; -$_LANGADM['AdminCarriers2999d7f21168234abeb28b9e561cfe96'] = 'La zona en la que se utilizará este transportista'; -$_LANGADM['AdminCarriers920bd1fb6d54c93fca528ce941464225'] = 'Acceso del grupo'; -$_LANGADM['AdminCarriersc6155aaecccf794cd2a00fcc35898022'] = 'Nombre del grupo'; -$_LANGADM['AdminCarriersd3775317d696f0c1e3ae4a7a13b639dc'] = 'Marque todos los grupos que quiere que tengan acceso a este transportista'; -$_LANGADM['AdminCarriers69e62346c35bc63795db142cfbb0af66'] = 'Ningún grupo creado'; -$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminBackupb59917a7c4898ff9a48a78b7a063005d'] = 'De forma predeterminada, las tablas de bases de datos existentes se borrarán durante la restauración de copia de seguridad (ver opciones).'; +$_LANGADM['AdminBackupb828e7a94de289536d535e8c141868b9'] = 'Si no,'; +$_LANGADM['AdminBackupbe0d109f79bd4ce87d2bf3dd216ba165'] = 'La copia de seguridad de archivos debe descargarse automáticamente.'; +$_LANGADM['AdminBackupc17110fda3272c08371ace783c673e56'] = 'Verifique siempre que sus archivos de copias de seguridad están completos, y de que son recientes y válidos, Incluso si usted tenía un mensaje de confirmación durante el proceso de copia de seguridad.'; +$_LANGADM['AdminBackupc4a8330b099d9409ed1ba801d69a1dd0'] = 'Comienzo de la descarga ...'; +$_LANGADM['AdminBackupc9c8018315982c1aa308a9146e0bed76'] = 'He leído la advertencia - Crear una nueva copia de seguridad'; +$_LANGADM['AdminBackupc9d8519a44774664f720c0ce6275ac2a'] = 'Sugerencia: También puede descargar este archivo por FTP, los archivos de copia de seguridad se encuentran en \"admin / backups\" de la guía.'; +$_LANGADM['AdminBackupd1c6b1687ebbc336f9bd13beba87b0cf'] = 'por favor pulse aquí'; +$_LANGADM['AdminBackupe25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminBackupea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminBackupee0ea4b3f98494324b3d39df83437f0d'] = 'PrestaShop es un software de código abierto, lo utiliza por su cuenta y riesgo en el marco del acuerdo de licencia.'; +$_LANGADM['AdminBackupf15dca6392936098982c8e3457ce87db'] = 'Verifique siempre la calidad y la integridad de sus archivos de copias de seguridad.'; +$_LANGADM['AdminBackupf3bc009a9ac0e586b7966a1c1352b094'] = 'Comprobar la integridad de copia de seguridad: buscar errores, archivo incompleto... Compruebe todos sus datos.'; $_LANGADM['AdminCarriers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activo'; -$_LANGADM['AdminCarriersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivo'; -$_LANGADM['AdminCarriers5cb2b3a7c26424a92365f9d73faa0947'] = 'Incluir o excluir el transportista de la lista transportista del Front Office '; -$_LANGADM['AdminCarrierscf899ec0add2e9e103ad82c1a2a077ac'] = 'Aplicar los gastos de envío:'; -$_LANGADM['AdminCarriers93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminCarriersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminCarriers04bcf925decaf3beb22ef4bcedd93194'] = 'Con un valor de 0, el nombre del transportista será sustituido por el nombre de la tienda'; +$_LANGADM['AdminCarriers1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caracteres permitidos: letras, espacios y'; +$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Transportistas'; +$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; $_LANGADM['AdminCarriers26fe78eca0b885477de9627d58f98cd6'] = 'Aplicar los gastos de envío y costes adicionales de envío por producto para este transportista'; -$_LANGADM['AdminCarriers4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Tasas'; -$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Sin tasas'; -$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Gastos de envío y manipulación:'; -$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Incluir el transporte y los costes de manipulación en el precio del transporte'; -$_LANGADM['AdminCarriersb702b0f0188edd5dde75a6d0aace0246'] = 'Facturación'; -$_LANGADM['AdminCarriers590f6d9a5885f042982c9a911f76abda'] = 'Comportamiento por defecto'; -$_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'En función del precio total'; -$_LANGADM['AdminCarriers49fec5c86a3b43821fdf0d9aa7bbd935'] = 'En función del peso total'; -$_LANGADM['AdminCarriersa2fb5420f32b0749ad87318f82c0db2c'] = 'Fuera de la gama de comportamiento:'; -$_LANGADM['AdminCarriers482836cce404046ca7dc34fb0a6fc526'] = 'Aplicar el coste más alto de la gama definida'; -$_LANGADM['AdminCarriers4f890cf6a72112cad95093baecf39831'] = 'Deshabilitar transportista'; -$_LANGADM['AdminCarriersa26f79d46b0719d8baa3a5a7c9abda74'] = 'Comportamiento a adoptar cuando una francha no se ha encontrado (ejemplo: el peso total del carrito de un cliente es superior a la franja más elevada que ha definido)'; -$_LANGADM['AdminCarriers53b3cae42737979c884275593a01f468'] = 'Módulo:'; -$_LANGADM['AdminCarriers1bc1db213690a02eb805aacec96acaf1'] = 'Este transportista está relacionado a este módulo'; -$_LANGADM['AdminCarriersf89bf753eb4f6668ff2ec794f12452c6'] = 'Los gastos de porte se calculan de manera ajena a su cuenta'; -$_LANGADM['AdminCarriers6d54a69c5cb39e7b83de302b8d4b744f'] = 'Este transportista utiliza las franjas de PrestaShop para calcular los gastos de envío'; +$_LANGADM['AdminCarriers2999d7f21168234abeb28b9e561cfe96'] = 'La zona en la que se utilizará este transportista'; +$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'El nombre del transportista aparece en el registro'; +$_LANGADM['AdminCarriers3601146c4e948c32b6424d2c0a7f0118'] = 'Precio'; $_LANGADM['AdminCarriers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminCarriers19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; +$_LANGADM['AdminCarriers3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; +$_LANGADM['AdminCarriers482836cce404046ca7dc34fb0a6fc526'] = 'Aplicar el coste más alto de la gama definida'; +$_LANGADM['AdminCarriers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminCarriers49fec5c86a3b43821fdf0d9aa7bbd935'] = 'En función del peso total'; +$_LANGADM['AdminCarriers4f890cf6a72112cad95093baecf39831'] = 'Deshabilitar transportista'; +$_LANGADM['AdminCarriers52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminCarriers5528aa4f25577dcffcfca40eda4c2a5b'] = 'Transportista por defecto utilizado en la tienda'; +$_LANGADM['AdminCarriers590f6d9a5885f042982c9a911f76abda'] = 'Comportamiento por defecto'; +$_LANGADM['AdminCarriers5cb2b3a7c26424a92365f9d73faa0947'] = 'Incluir o excluir el transportista de la lista transportista del Front Office '; +$_LANGADM['AdminCarriers5e5f0a863cd129317037e3def37b4097'] = 'Empresa:'; +$_LANGADM['AdminCarriers69123019563697071c2c9ab3eb660b13'] = 'Cuando haya terminado, pulse en \"Guardar\"'; +$_LANGADM['AdminCarriers6e80870e865e8dbcd56b9842ea38e3dd'] = 'Tiempo necesario para la entrega del producto; se muestra durante la compra'; +$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Sin tasas'; +$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Transportista por defecto:'; +$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Pulse en la pestaña \"Transporte\"'; +$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opciones del transportista'; +$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; +$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Gastos de envío y manipulación:'; +$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Retraso'; +$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Incluir el transporte y los costes de manipulación en el precio del transporte'; +$_LANGADM['AdminCarriers93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminCarriers969011941a0e9f19127bc90042687570'] = '¡Ya está! El nuevo transportista está disponible para sus clientes.'; +$_LANGADM['AdminCarriers980bb228a128556fe3df923d2ede30b4'] = 'Subir el logotipo de su ordenador'; +$_LANGADM['AdminCarriersa26f79d46b0719d8baa3a5a7c9abda74'] = 'Comportamiento a adoptar cuando una francha no se ha encontrado (ejemplo: el peso total del carrito de un cliente es superior a la franja más elevada que ha definido)'; +$_LANGADM['AdminCarriersa2fb5420f32b0749ad87318f82c0db2c'] = 'Fuera de la gama de comportamiento:'; +$_LANGADM['AdminCarriersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminCarriersb702b0f0188edd5dde75a6d0aace0246'] = 'Facturación'; +$_LANGADM['AdminCarriersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCarriersb7ccdf6ab58f5514acc520721ddc9f08'] = 'Rellene los campos y pulse en \"Guardar\"'; +$_LANGADM['AdminCarriersb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Pulse en \"Añadir nuevo\"'; +$_LANGADM['AdminCarriersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivo'; +$_LANGADM['AdminCarriersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminCarriersbe4f75f8b5c30ee4d0333b340c59280d'] = 'Para cada zona geográfica, introduzca un precio. Pulse en \"Guardar\"'; +$_LANGADM['AdminCarriersbf1f5f95d9e15a3cffa21495dbec563a'] = 'El tiempo de tránsito:'; +$_LANGADM['AdminCarriersc0add41517a5511d7b58d2c992db11e7'] = '¿Cómo crear un nuevo transportista?'; +$_LANGADM['AdminCarrierscf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Creciente'; +$_LANGADM['AdminCarrierscf899ec0add2e9e103ad82c1a2a077ac'] = 'Aplicar los gastos de envío:'; +$_LANGADM['AdminCarriersd3775317d696f0c1e3ae4a7a13b639dc'] = 'Marque todos los grupos que quiere que tengan acceso a este transportista'; +$_LANGADM['AdminCarrierse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCarrierse3cf5ac19407b1a62c6fccaff675a53b'] = 'Decreciente'; +$_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'En función del precio total'; +$_LANGADM['AdminCarrierse460bba7366e1b5118a0d95ee91c6cff'] = 'URL para el número de seguimiento, el tipo \"@ \", donde el número de seguimiento se publicará'; +$_LANGADM['AdminCarrierse6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; +$_LANGADM['AdminCarrierse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; +$_LANGADM['AdminCarriersec53a8c4f07baed5d8825072c89799be'] = 'Estado'; $_LANGADM['AdminCarriersf6308cfdf671a710ebff8ac860d3a406'] = 'Por favor introduzca otro transportista antes de eliminar el que aparece por defecto'; -$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCarts6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'Id. de pedido'; -$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminCarts96b0141273eabab320119c467cdcaf17'] = 'Total'; -$_LANGADM['AdminCarts914419aa32f04011357d3b604a86d7eb'] = 'Transportista'; -$_LANGADM['AdminCarts44749712dbec183e983dcd78a7736c41'] = 'Fecha'; -$_LANGADM['AdminCartsadb831a7fdd83dd1e2a309ce7591dff8'] = 'Visitante'; -$_LANGADM['AdminCarts580034e942d61c23826cb31dc2cb3c89'] = 'Carrito n°'; -$_LANGADM['AdminCartsd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde'; -$_LANGADM['AdminCarts1d949d2235747b894bbaae35fbf44f1d'] = 'Información cliente'; +$_LANGADM['AdminCarriersf9293626f0c44c6e310fc49280c20790'] = 'Transportista gratuito'; +$_LANGADM['AdminCartRules00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminCartRules01b6e20344b68835c5ed1ddedf20d531'] = 'hasta'; +$_LANGADM['AdminCartRules068f80c7519d0528fb08e82137a72131'] = 'Productos'; +$_LANGADM['AdminCartRules06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; +$_LANGADM['AdminCartRules1063e38cb53d94d386f21227fcd84717'] = 'Eliminar'; +$_LANGADM['AdminCartRules1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; +$_LANGADM['AdminCartRules2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; +$_LANGADM['AdminCartRules287234a1ff35a314b5b6bc4e5828e745'] = 'Atributos'; +$_LANGADM['AdminCartRules49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminCartRules689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminCartRules694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminCartRules6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; +$_LANGADM['AdminCartRules7bc873cba11f035df692c3549366c722'] = '--Elija--'; +$_LANGADM['AdminCartRules9ea67be453eaccf020697b4654fc021a'] = 'Guardar y quedarse'; +$_LANGADM['AdminCartRules9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Cantidad mínima'; +$_LANGADM['AdminCartRulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; +$_LANGADM['AdminCartRulesb2f40690858b404ed10e62bdf422c704'] = 'Importe'; +$_LANGADM['AdminCartRulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción '; +$_LANGADM['AdminCartRulesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCartRulesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminCartRulesbefcac0f9644a7abee43e69f49252ac4'] = 'Impuestos no incluidos'; +$_LANGADM['AdminCartRulesc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminCartRulesca0dbad92a874b2f69b549293387925e'] = 'Código'; +$_LANGADM['AdminCartRulesd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde'; +$_LANGADM['AdminCartRulesdeb10517653c255364175796ace3553f'] = 'Artículo'; +$_LANGADM['AdminCartRulese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCartRulesec211f7c20af43e742bf2570c3cb84f9'] = 'Agregar'; +$_LANGADM['AdminCartRulesec53a8c4f07baed5d8825072c89799be'] = 'Estado'; +$_LANGADM['AdminCartRulesf4a0d7cb0cd45214c8ca5912c970de13'] = 'Impuestos incluidos'; $_LANGADM['AdminCarts01abfc750a0c942167651c40d088531d'] = 'n°'; -$_LANGADM['AdminCarts1402e450396cb76b53b95f6e1746d700'] = 'Cuenta registrada el:'; -$_LANGADM['AdminCartsb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Pedidos validados:'; -$_LANGADM['AdminCarts5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Total pagado desde la inscripción:'; -$_LANGADM['AdminCartsa8e3c5c577a4b885819e5ba1c785065c'] = 'Visitante no registrado'; -$_LANGADM['AdminCarts58930025e1f95d65035e0df5d6c2ae41'] = 'Informaciones de pedido'; -$_LANGADM['AdminCartsd1228f5476d15142b1358ae4b5fa2454'] = 'Pedido n°'; -$_LANGADM['AdminCartsf9e17adb48f78186c6bcd4bd9c08816d'] = 'Realizado el:'; -$_LANGADM['AdminCarts30d5706b177c5a77731d1418e95d2900'] = 'Ningún pedido creado a partir de este carrito'; -$_LANGADM['AdminCarts068f80c7519d0528fb08e82137a72131'] = 'Productos'; -$_LANGADM['AdminCarts6f16ab6ec0a6064d0c8961257a3eb1f5'] = 'Resumen del carrito'; -$_LANGADM['AdminCartsdeb10517653c255364175796ace3553f'] = 'Producto'; -$_LANGADM['AdminCartsfbaedde498cdead4f2780217646e9ba1'] = 'Subir'; $_LANGADM['AdminCarts03ab340b3f99e03cff9e84314ead38c0'] = 'Cant.'; -$_LANGADM['AdminCarts27ce7f8b5623b2e2df568d64cf051607'] = 'Stock'; -$_LANGADM['AdminCartse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:'; -$_LANGADM['AdminCarts543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de productos:'; +$_LANGADM['AdminCarts068f80c7519d0528fb08e82137a72131'] = 'Productos'; +$_LANGADM['AdminCarts1402e450396cb76b53b95f6e1746d700'] = 'Cuenta registrada el:'; +$_LANGADM['AdminCarts1d949d2235747b894bbaae35fbf44f1d'] = 'Información cliente'; $_LANGADM['AdminCarts2633d6725607d13e80f5e30514b91fbe'] = 'Total de descuentos:'; -$_LANGADM['AdminCartsa12925b3d2beb085f9a024d8098b41dd'] = 'Total envoltorio regalo:'; -$_LANGADM['AdminCarts691b338fa68b3c177c6ebbc745624c6a'] = 'Total gastos de envío:'; -$_LANGADM['AdminCarts66c4c5112f455a19afde47829df363fa'] = 'Total:'; -$_LANGADM['AdminCarts9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos'; -$_LANGADM['AdminCartsf14b582c1b0eab88ed5904fb781568c0'] = 'Nombre de Descuento'; -$_LANGADM['AdminCarts689202409e48743b914713f96d93947c'] = 'Valor'; -$_LANGADM['AdminCarts81a45bb93f6dc37a6c0dcc3af725d331'] = 'Según el grupo de este cliente, los precios aparecen en:'; -$_LANGADM['AdminCarts5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'sin IVA'; -$_LANGADM['AdminCarts341216368d7ecd01ce32b8b9892293cf'] = 'IVA incluido'; +$_LANGADM['AdminCarts27ce7f8b5623b2e2df568d64cf051607'] = 'Stock'; $_LANGADM['AdminCarts2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #'; +$_LANGADM['AdminCarts30d5706b177c5a77731d1418e95d2900'] = 'Ningún pedido creado a partir de este carrito'; +$_LANGADM['AdminCarts44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminCarts543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de productos:'; +$_LANGADM['AdminCarts580034e942d61c23826cb31dc2cb3c89'] = 'Carrito n°'; +$_LANGADM['AdminCarts58930025e1f95d65035e0df5d6c2ae41'] = 'Informaciones de pedido'; +$_LANGADM['AdminCarts5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Total pagado desde la inscripción:'; +$_LANGADM['AdminCarts66c4c5112f455a19afde47829df363fa'] = 'Total:'; +$_LANGADM['AdminCarts689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminCarts691b338fa68b3c177c6ebbc745624c6a'] = 'Total gastos de envío:'; +$_LANGADM['AdminCarts6f16ab6ec0a6064d0c8961257a3eb1f5'] = 'Resumen del carrito'; +$_LANGADM['AdminCarts6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'Id. de pedido'; +$_LANGADM['AdminCarts81a45bb93f6dc37a6c0dcc3af725d331'] = 'Según el grupo de este cliente, los precios aparecen en:'; $_LANGADM['AdminCarts853ae90f0351324bd73ea615e6487517'] = ':'; -$_LANGADM['AdminCartsf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminCarts0071aa279bd1583754a544277740f047'] = 'Suprimir el artículo #'; -$_LANGADM['AdminCatalog630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; -$_LANGADM['AdminCatalog6110e3692a789bcff0870b04b13a06bb'] = 'Volver a Inicio'; -$_LANGADM['AdminCatalogc61cd01963c2a9f399c2906e02c7a52a'] = 'Volver al catálogo'; -$_LANGADM['AdminCatalog62381fc27e62649a16182a616de3f7ea'] = 'Categoría actual'; -$_LANGADM['AdminCatalogaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; -$_LANGADM['AdminCatalog4afecbe4d149447b74b9ab54434c42e4'] = 'Productos en esta categoría'; -$_LANGADM['AdminCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCategories49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; -$_LANGADM['AdminCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; -$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrados'; -$_LANGADM['AdminCategories5ece607071fe59ddc4c88dc6abfe2310'] = 'No se encontraron artículos'; -$_LANGADM['AdminCategoriesc896319b0d4ed42ba9a5e9d91aa34190'] = 'No hay subcategorías'; -$_LANGADM['AdminCategories977eecf6f4a714db692566e8375475e1'] = 'subcategorías'; -$_LANGADM['AdminCategories3be907b697505eb1ce2b40ad64620528'] = 'subcategoría'; -$_LANGADM['AdminCategories396b0e222e9c86056374ba077e78667b'] = 'en la categoría'; -$_LANGADM['AdminCategories5c729a454169f958a648b3df006bc98e'] = 'Añadir una nueva subcategoría'; +$_LANGADM['AdminCarts914419aa32f04011357d3b604a86d7eb'] = 'Transportista'; +$_LANGADM['AdminCarts96b0141273eabab320119c467cdcaf17'] = 'Total'; +$_LANGADM['AdminCarts9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos'; +$_LANGADM['AdminCartsa12925b3d2beb085f9a024d8098b41dd'] = 'Total envoltorio regalo:'; +$_LANGADM['AdminCartsa8e3c5c577a4b885819e5ba1c785065c'] = 'Visitante no registrado'; +$_LANGADM['AdminCartsadb831a7fdd83dd1e2a309ce7591dff8'] = 'Visitante'; +$_LANGADM['AdminCartsb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Pedidos validados:'; +$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminCartsd1228f5476d15142b1358ae4b5fa2454'] = 'Pedido n°'; +$_LANGADM['AdminCartsd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde'; +$_LANGADM['AdminCartsdeb10517653c255364175796ace3553f'] = 'Producto'; +$_LANGADM['AdminCartse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:'; +$_LANGADM['AdminCartsf14b582c1b0eab88ed5904fb781568c0'] = 'Nombre de Descuento'; +$_LANGADM['AdminCartsf9e17adb48f78186c6bcd4bd9c08816d'] = 'Realizado el:'; +$_LANGADM['AdminCartsfbaedde498cdead4f2780217646e9ba1'] = 'Subir'; +$_LANGADM['AdminCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL amigable:'; +$_LANGADM['AdminCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras:'; $_LANGADM['AdminCategories3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoría'; +$_LANGADM['AdminCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminCategories461900b74731e07320ca79366df3e809'] = 'Imagen:'; +$_LANGADM['AdminCategories49ee3087348e8d44e1feda1917443987'] = 'Nombre'; $_LANGADM['AdminCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminCategories5ffd7a335dd836b3373f5ec570a58bdc'] = 'Desplegar todo'; $_LANGADM['AdminCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; $_LANGADM['AdminCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostrados:'; -$_LANGADM['AdminCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; $_LANGADM['AdminCategories66f2dd0c775eff24ac95c38347bcaf9a'] = 'Categoría padre:'; -$_LANGADM['AdminCategories8cf04a9734132302f96da8e113e80ce5'] = 'Inicio'; -$_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionado'; -$_LANGADM['AdminCategoriesb56c3bda503a8dc4be356edb0cc31793'] = 'Contraer todo'; -$_LANGADM['AdminCategories5ffd7a335dd836b3373f5ec570a58bdc'] = 'Desplegar todo'; -$_LANGADM['AdminCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; -$_LANGADM['AdminCategories461900b74731e07320ca79366df3e809'] = 'Imagen:'; -$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Subir logo de la categoría desde el ordenador'; $_LANGADM['AdminCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta titulo:'; -$_LANGADM['AdminCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Editar'; +$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrados'; +$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; $_LANGADM['AdminCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:'; -$_LANGADM['AdminCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras:'; -$_LANGADM['AdminCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL amigable:'; -$_LANGADM['AdminCategories2ef9671539ece086eb5c74c851a08565'] = 'Sólo se permiten las letras y el signo menos (-)'; -$_LANGADM['AdminCategories50d783e43630e20d36ad09f7e01f163c'] = 'Grupos de acceso:'; -$_LANGADM['AdminCategoriesc6155aaecccf794cd2a00fcc35898022'] = 'Nombre del grupo'; $_LANGADM['AdminCategoriesa8cff2e828f241eed159bc28e76707c7'] = 'Marcar todos los grupos a los que desea dar acceso a esta categoría'; -$_LANGADM['AdminCategories69e62346c35bc63795db142cfbb0af66'] = 'Ningún grupo creado'; -$_LANGADM['AdminCategoriesfd7df45f68e2570620083998fbc0710a'] = 'Guardar y volver a la categoría padre'; -$_LANGADM['AdminCategoriesc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; -$_LANGADM['AdminCategories19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminContact63406c9482c644975f227cc93788e8fb'] = 'Elija su país'; -$_LANGADM['AdminContactffea2d321be109fc7243cfeb515fe257'] = 'Elija su estado (si aplicable)'; -$_LANGADM['AdminContact61f0fa926f97eafb392975ed79cebb4a'] = 'Nombre de la tienda:'; -$_LANGADM['AdminContact792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Mostrar en los mensajes de correo electrónico y página de los títulos'; -$_LANGADM['AdminContact237726599268adc200964601cdafeb16'] = 'email de la tienda:'; -$_LANGADM['AdminContact0188aaac1db951dc90bced9ecd606c04'] = 'Mostrar en los mensajes de correo electrónico enviados a los clientes'; -$_LANGADM['AdminContactd7ceaa3ddb4fc6884046456463ecb258'] = 'Inscripción:'; -$_LANGADM['AdminContact76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Información de registro de la tienda (por ejemplo SIRET o RCS)'; -$_LANGADM['AdminContact3c720ca57528095461f52d40d26d956a'] = 'Dirección de la tienda (línea 1)'; -$_LANGADM['AdminContacte0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Código Postal:'; -$_LANGADM['AdminContactbffb711ec36f280459d11dce315da72f'] = 'Ciudad:'; -$_LANGADM['AdminContactf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; -$_LANGADM['AdminContact18325105de95083e4a1d10b78f29c2bc'] = 'Estado:'; -$_LANGADM['AdminContact673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:'; -$_LANGADM['AdminContact0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax:'; -$_LANGADM['AdminContact5dd532f0a63d89c5af0243b74732f63c'] = 'Datos de contacto'; -$_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminContactsb78a3223503896721cca1303f776159b'] = 'Título'; -$_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'Dirección email'; -$_LANGADM['AdminContactsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; -$_LANGADM['AdminContacts8058aef8e4c03453b1b088795677726a'] = 'Opciones de contacto'; -$_LANGADM['AdminContactsb3f251dafa622267b0972a0d52dfd9b2'] = 'Autorizar el envío de ficheros'; -$_LANGADM['AdminContacts73b06e25d15e914d4d2ba43c6de1805e'] = 'Autoriza a los clientes a enviar un fichero a través de la página de contacto'; -$_LANGADM['AdminContactsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminContacts93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminContactsd5e76fe30ec7b495d900aa33b91becc4'] = 'Mensaje predefinido'; -$_LANGADM['AdminContacts338e6d0526d113f735e9dce7c899a185'] = 'Por favor, relleneel mensaje que aparecerá por defecto a la hora de contestar a un hilo en la página Atención al cliente'; -$_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Contacto'; -$_LANGADM['AdminContacts51ec9bf4aaeab1b25bb57f9f8d4de557'] = 'Título:'; -$_LANGADM['AdminContacts7e98c222c4dd2e73d37bc5cd0eca2fca'] = 'Nombre de contacto, ej. Soporte Técnico:'; -$_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'Se enviará un email a esta dirección'; -$_LANGADM['AdminContactsa4fa45b9c05d906d897b3a04f3d09838'] = '¿Guardar en Servicio Clientela?'; +$_LANGADM['AdminCategoriesb56c3bda503a8dc4be356edb0cc31793'] = 'Contraer todo'; +$_LANGADM['AdminCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; +$_LANGADM['AdminCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminCategoriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; +$_LANGADM['AdminCategoriesea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminCategoriesef61fb324d729c341ea8ab9901e23566'] = 'Añadir nuevo'; +$_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionado'; +$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Subir logo de la categoría desde el ordenador'; +$_LANGADM['AdminCms0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; +$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'Su página CMS se guardará como borrador'; +$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigable'; +$_LANGADM['AdminCms2ef9671539ece086eb5c74c851a08565'] = 'Sólo se permiten las letras y el signo menos (-)'; +$_LANGADM['AdminCms38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminCms3f64b2beede1082fd32ddb0bf11a641f'] = 'Meta descripción'; +$_LANGADM['AdminCms45b1bce0ceb1e155fc99d59a21761b9e'] = 'Contenido de la página'; +$_LANGADM['AdminCms52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminCms5ece607071fe59ddc4c88dc6abfe2310'] = 'No se han encontrado artículos'; +$_LANGADM['AdminCms6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminCms789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categoría CMS'; +$_LANGADM['AdminCms7b250cb374c12c42a75227ba75df7779'] = 'Título del Meta:'; +$_LANGADM['AdminCms7d7559ccac6bc30a4d985db11cb34a3a'] = 'Meta palabras clave'; +$_LANGADM['AdminCmsCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado:'; +$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL amigable:'; +$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Solo se autorizan las letras y los caracteres menos (-) '; +$_LANGADM['AdminCmsCategories2f74f5e9674526a836ce24ad5584fc6e'] = 'Categoría padre CMS'; +$_LANGADM['AdminCmsCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras clave:'; +$_LANGADM['AdminCmsCategories49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminCmsCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminCmsCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminCmsCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminCmsCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostrado:'; +$_LANGADM['AdminCmsCategories789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categoría CMS'; +$_LANGADM['AdminCmsCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta título:'; +$_LANGADM['AdminCmsCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrado'; +$_LANGADM['AdminCmsCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:'; +$_LANGADM['AdminCmsCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; +$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCmsCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado:'; +$_LANGADM['AdminCmsCategoriese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCmsContent62381fc27e62649a16182a616de3f7ea'] = 'Categoría actual'; +$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Título'; +$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminCmscc4fbd30d676ea2f9994b7063a8ada15'] = 'Páginas en esta categoría'; +$_LANGADM['AdminCmse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL'; +$_LANGADM['AdminCmsef61fb324d729c341ea8ab9901e23566'] = 'Añadir nuevo'; +$_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Guardar y previsualizar'; $_LANGADM['AdminContacts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminContactsec444d8079f945e297c3a6d5359bb4d7'] = 'Esta mensaje se guardará en la pestaña Servicio Clientela'; $_LANGADM['AdminContacts0a958d0b68cae1805a8f64cdcddb821b'] = 'Información adicional acerca de este contacto'; $_LANGADM['AdminContacts38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminContacts19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCountries59716c97497eb9694541f7c3d37b1a4d'] = 'País'; -$_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Código ISO'; -$_LANGADM['AdminCountriesd8ec51bf63378409b1d40cc45c80f926'] = 'Prefijo telefónico'; -$_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminContacts51ec9bf4aaeab1b25bb57f9f8d4de557'] = 'Título:'; +$_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'Se enviará un email a esta dirección'; +$_LANGADM['AdminContacts7e98c222c4dd2e73d37bc5cd0eca2fca'] = 'Nombre de contacto, ej. Soporte Técnico:'; +$_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'Dirección email'; +$_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Contacto'; +$_LANGADM['AdminContactsa4fa45b9c05d906d897b3a04f3d09838'] = '¿Guardar en Servicio Clientela?'; +$_LANGADM['AdminContactsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; +$_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminContactsb78a3223503896721cca1303f776159b'] = 'Título'; +$_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminContactsec444d8079f945e297c3a6d5359bb4d7'] = 'Esta mensaje se guardará en la pestaña Servicio Clientela'; +$_LANGADM['AdminController01f8544c8fd4628bc686502e8b727d95'] = 'el campo'; +$_LANGADM['AdminController07213a0161f52846ab198be103b5ab43'] = 'errores'; +$_LANGADM['AdminController0a5fa53f3f20f67f98bd6c3b16df059d'] = 'es obligatorio'; +$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Pack de localización importado con éxito'; +$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'pedidos'; +$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Búsqueda '; +$_LANGADM['AdminController151648106e4bf98297882ea2ea1c4b0e'] = 'Actualización con éxito'; +$_LANGADM['AdminController16c64b6f203dd2b0a840184ef902a704'] = 'Módulo copiado correctamente al hook'; +$_LANGADM['AdminController2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Módulo reinicializado con éxito'; +$_LANGADM['AdminController2c76ba09452e3da727ed4e65cf2f2593'] = 'Idioma copiado correctamente'; +$_LANGADM['AdminController2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Subido correctamente'; +$_LANGADM['AdminController3879149292f9af4469cec013785d6dfd'] = 'advertencias'; +$_LANGADM['AdminController3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; +$_LANGADM['AdminController40606a2d55f7c33c732f1d3c1b5b1e66'] = 'El módulo se ha borrado con éxito'; +$_LANGADM['AdminController4236a440a662cc8253d7536e5aa17942'] = 'Salir'; +$_LANGADM['AdminController4402aa7e384266cd7d0350c1cc9a0123'] = 'Traducciones anadidas con exito pero el idioma no fue creado'; +$_LANGADM['AdminController46b1b35fd252d60dd4d1b610a9224943'] = 'Módulo eliminado correctamente del hook'; +$_LANGADM['AdminController46f22f2a56ddd091f4b2b2c35c5ca989'] = 'catálogo '; +$_LANGADM['AdminController4b6f7d34a58ba399f077685951d06738'] = 'clientes'; +$_LANGADM['AdminController4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay '; +$_LANGADM['AdminController4f32a32dea642737580dd71cdfd8d3c0'] = 'Acceso rápido'; +$_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = '¡Salir de aquí!'; +$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Para su seguridad, debe tambien:'; +$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'facturas'; +$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Miniaturas generadas con éxito'; +$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; +$_LANGADM['AdminController6357d3551190ec7e79371a8570121d3a'] = 'Hay'; +$_LANGADM['AdminController70f4b635847038d056e33959821a7a66'] = 'caracteres máx'; +$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Imagenes movido con éxito'; +$_LANGADM['AdminController7b83d3f08fa392b79e3f553b585971cd'] = 'advertencia'; +$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Descarga de módulo con éxito'; +$_LANGADM['AdminController7e47a344b06d82a8836cbee2748a79e6'] = 'se requiere por lo menos'; +$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creación con éxito'; +$_LANGADM['AdminController8642a2f37a5d42b54ce53b1fbdd1583f'] = 'carritos'; +$_LANGADM['AdminController87a2663d841b78f01c27c0edb4f50b76'] = 'Borrado correctamente'; +$_LANGADM['AdminController8a3cfd894d57e33c55400fc9d76aa08a'] = 'Pulsar aquí para saber más'; +$_LANGADM['AdminController9469a4605b719b91e2cdac9e3bbf460d'] = 'Traducción copiada con éxito'; +$_LANGADM['AdminController998b344cff693ad388a14ba89b1523c7'] = 'no válido'; +$_LANGADM['AdminControllera1acc250773be8550f5758190e1db93a'] = 'Estado de actualización con éxito'; +$_LANGADM['AdminControllera4da6f31ab268a5310bc475e63ab92db'] = 'Entiendo los riesgos y quiero mostrar la página'; +$_LANGADM['AdminControllera7c974ac23201089a5d17536bbb09f05'] = 'Módulo instalado correctamente'; +$_LANGADM['AdminControllera7df4df5ba87b5e752c81b276959e797'] = 'La selección ha sido suprimida correctamente'; +$_LANGADM['AdminControllera92269f5f14ac147a821728c23204c0b'] = 'Ocultar las advertencias'; +$_LANGADM['AdminControllerad3737feaf28ed81b4073c7113f6228e'] = 'Mensaje enviado al cliente'; +$_LANGADM['AdminControllerb85b9d2e7e1153bd3d5a4bb0f57d347b'] = 'La duplicación se ha realizado con éxito'; +$_LANGADM['AdminControllerbbaed3b1f842925ef862ec19261744d8'] = 'Módulo desinstalado correctamente'; +$_LANGADM['AdminControllerbbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto'; +$_LANGADM['AdminControllerbee83fbebb6a50869091c78685f2b7f7'] = 'caracteres máximos, incluidos los caracteres html'; +$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'todo'; +$_LANGADM['AdminControllercc3787ca78f445f481069a4c047f7e7a'] = 'Elija un idioma:'; +$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Devolución realizada con éxito'; +$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Ver mi tienda'; +$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Clave de seguridad no válida'; +$_LANGADM['AdminControllerdef73ea130852d9e7813ee61eefa24e7'] = 'Ajustes puestos al día con éxito'; +$_LANGADM['AdminControllere41431d37c0f818843740e11a69c5ec2'] = 'Comentario añadido'; +$_LANGADM['AdminControllere6a7f8a2f42cc35979973da8dfb10720'] = 'Foro'; +$_LANGADM['AdminControllere99c06952f4336ce189d8df45980dca0'] = 'borrar la carpeta /install'; +$_LANGADM['AdminControlleree05efe0548fdafc9e85cb4c34fbe845'] = 'Imagen borrada correctamente'; +$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Añadir nuevo'; +$_LANGADM['AdminControllerf755e8b92cb8f02c24f6f539180d45b1'] = 'es demasiado largo'; +$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'Mis preferencias'; $_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminCountries5252b12033d3181aa8270eea2fd4c4d4'] = 'Opciones de Países '; -$_LANGADM['AdminCountriesd14d3384847c11b0708990b3343c8dbf'] = 'País por defecto:'; -$_LANGADM['AdminCountriesb017db41a29dff4007de058af406341e'] = 'El país por defecto utilizado en la tienda'; +$_LANGADM['AdminCountries09545da0018af8fd4d2725858aa9b26d'] = '¿Necesita el número de identificación fiscal?'; $_LANGADM['AdminCountries13feb6ab1a436929f78c13ec405ce215'] = 'Restringir los países en el Front Office por los expedidores activos y que entregan en estos países'; -$_LANGADM['AdminCountries91bb198c336e8b4a82bed07cffd78891'] = 'Mostrará de nuevo el diseño registrado por última vez'; -$_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Mostrará un diseño por defecto para este país'; -$_LANGADM['AdminCountriesfc6bff84b96cbd12e8b2acb2cbe4c979'] = 'Mostrará'; -$_LANGADM['AdminCountries96cddc4940425c2e51164e6f53ca3acf'] = 'Eliminará el actual diseño'; -$_LANGADM['AdminCountries4cc62307750c99e9f150d2baa18b6b81'] = '¿ Es seguro de aplicar esta selección ?'; -$_LANGADM['AdminCountries790d59ef178acbc75d233bf4211763c6'] = 'Países'; -$_LANGADM['AdminCountriesf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; -$_LANGADM['AdminCountries6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminCountries4aff46f8a7e137cff28dc9011eb2bbd3'] = 'Nombre del país'; +$_LANGADM['AdminCountries14a5ddaea551658f02fb0ef893f81313'] = 'Limpiar diseño'; +$_LANGADM['AdminCountries187dc89384a93e0bd008a5d1ec2339b6'] = 'Mostrar el sello del impuesto:'; +$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminCountries378296aa6056b95fe9d841aed8f3bfae'] = 'Requiere código postal'; +$_LANGADM['AdminCountries38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; $_LANGADM['AdminCountries3af4c1797da60fd50670ddbb669fc0aa'] = 'Código ISO:'; $_LANGADM['AdminCountries4940bea043a2202dd111a1e408438407'] = '2 o 3 letras del código ISO, por ejemplo, FR para Francia'; -$_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Lista oficial aquí'; -$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Prefijo telefónico:'; -$_LANGADM['AdminCountries4d92aeac3faeb1d29b189135fe2b3e49'] = 'Prefijo internacional, ej: 33 para Francia.'; -$_LANGADM['AdminCountries8e10808175a8d945d13bab31fb2e2663'] = 'Divisa por defecto:'; -$_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Divisa de la tienda por defecto:'; -$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; -$_LANGADM['AdminCountries99b9aff66ba02be54313144319cf1889'] = 'Zona geográfica donde se encuentra el país'; -$_LANGADM['AdminCountries378296aa6056b95fe9d841aed8f3bfae'] = 'Requiere código postal'; -$_LANGADM['AdminCountries93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminCountries881e132cc7aae22327a99e24c73cbe34'] = 'Formato del código postal:'; -$_LANGADM['AdminCountriesf986c3dfa3c510d15d32b59e2e83e037'] = 'Código postal nacional (L para una letra, N para un número y C para el código ISO'; -$_LANGADM['AdminCountriesa314046def218cebb078f190756b0a4a'] = 'Formato de la dirección:'; -$_LANGADM['AdminCountries91a69103975e222d07735acffd42239c'] = 'campos disponibles para la dirección (pulse para tener más detalles)'; -$_LANGADM['AdminCountriesd88def0eb4ff593621b4113e1fc54965'] = 'Utilizar el último diseño guardo'; -$_LANGADM['AdminCountries6d869ac09b11028c6884152b08f52786'] = 'Utilizar un diseño predeterminado'; $_LANGADM['AdminCountries4a9a923126a30b7ab47cc43ed8a25895'] = 'Utilizar mi actual diseño modificado'; -$_LANGADM['AdminCountries14a5ddaea551658f02fb0ef893f81313'] = 'Limpiar diseño'; -$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminCountries4aff46f8a7e137cff28dc9011eb2bbd3'] = 'Nombre del país'; +$_LANGADM['AdminCountries4cc62307750c99e9f150d2baa18b6b81'] = '¿ Es seguro de aplicar esta selección ?'; +$_LANGADM['AdminCountries4d92aeac3faeb1d29b189135fe2b3e49'] = 'Prefijo internacional, ej: 33 para Francia.'; +$_LANGADM['AdminCountries5252b12033d3181aa8270eea2fd4c4d4'] = 'Opciones de Países '; +$_LANGADM['AdminCountries59716c97497eb9694541f7c3d37b1a4d'] = 'País'; +$_LANGADM['AdminCountries6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminCountries6d869ac09b11028c6884152b08f52786'] = 'Utilizar un diseño predeterminado'; +$_LANGADM['AdminCountries790d59ef178acbc75d233bf4211763c6'] = 'Países'; +$_LANGADM['AdminCountries881e132cc7aae22327a99e24c73cbe34'] = 'Formato del código postal:'; +$_LANGADM['AdminCountries8e10808175a8d945d13bab31fb2e2663'] = 'Divisa por defecto:'; +$_LANGADM['AdminCountries91bb198c336e8b4a82bed07cffd78891'] = 'Mostrará de nuevo el diseño registrado por última vez'; +$_LANGADM['AdminCountries93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminCountries9639e32cab248434a17ab32237cb3b71'] = 'Aplicar'; +$_LANGADM['AdminCountries96cddc4940425c2e51164e6f53ca3acf'] = 'Eliminará el actual diseño'; +$_LANGADM['AdminCountries99b9aff66ba02be54313144319cf1889'] = 'Zona geográfica donde se encuentra el país'; +$_LANGADM['AdminCountriesa314046def218cebb078f190756b0a4a'] = 'Formato de la dirección:'; +$_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Divisa de la tienda por defecto:'; +$_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Mostrará un diseño por defecto para este país'; +$_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Código ISO'; +$_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCountriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminCountriesd42225935a374f1249f2a45ebed00772'] = 'Activo o desactivo'; +$_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; $_LANGADM['AdminCountriescef82d41923398076fb06d463541d707'] = 'Contiene estados:'; -$_LANGADM['AdminCountries09545da0018af8fd4d2725858aa9b26d'] = '¿Necesita el número de identificación fiscal?'; -$_LANGADM['AdminCountries187dc89384a93e0bd008a5d1ec2339b6'] = 'Mostrar el sello del impuesto:'; -$_LANGADM['AdminCountries38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminCountries19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminCountyb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCountye25b163360646e8f71af8a8ee0fad1a3'] = 'Condado'; -$_LANGADM['AdminCounty46a2a41cc6e552044816a2d04634545d'] = 'Estado'; -$_LANGADM['AdminCounty00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminCountyf66c1590e73de9cb7cd7503f13d80118'] = 'Condados'; -$_LANGADM['AdminCounty3bbbfb7c06723c054b8dd150bc064a36'] = 'Debe guardar este condado antes de poder asociarle un código postal'; -$_LANGADM['AdminCountyf64be5eef68442a8f50cf535b92ad3e4'] = 'País'; -$_LANGADM['AdminCounty18325105de95083e4a1d10b78f29c2bc'] = 'Estado'; -$_LANGADM['AdminCounty4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre'; -$_LANGADM['AdminCounty24a23d787190f2c4812ff9ab11847a72'] = 'Estado'; -$_LANGADM['AdminCountyb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminCountyd42225935a374f1249f2a45ebed00772'] = 'Activado o desactivado'; -$_LANGADM['AdminCounty38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminCounty9ea67be453eaccf020697b4654fc021a'] = 'Guardar y seguir'; -$_LANGADM['AdminCounty19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; -$_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Moneda'; -$_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Código ISO'; -$_LANGADM['AdminCurrenciesde9b254aa38ded29b5a826d9e752b90b'] = 'Número de código ISO'; -$_LANGADM['AdminCurrencies02c86eb2792f3262c21d030a87e19793'] = 'Símbolo'; -$_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Tipo de conversión'; +$_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Lista oficial aquí'; +$_LANGADM['AdminCountriesd88def0eb4ff593621b4113e1fc54965'] = 'Utilizar el último diseño guardo'; +$_LANGADM['AdminCountriesd8ec51bf63378409b1d40cc45c80f926'] = 'Prefijo telefónico'; +$_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; +$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Prefijo telefónico:'; +$_LANGADM['AdminCountriesf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; +$_LANGADM['AdminCountriesf986c3dfa3c510d15d32b59e2e83e037'] = 'Código postal nacional (L para una letra, N para un número y C para el código ISO'; +$_LANGADM['AdminCountriesfc6bff84b96cbd12e8b2acb2cbe4c979'] = 'Mostrará'; +$_LANGADM['AdminCurrencies007f2226bf0915adaf9ef63b0e8287ca'] = 'Formateando:'; +$_LANGADM['AdminCurrencies0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; $_LANGADM['AdminCurrencies00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminCurrenciesb67536699de7bf5ddd53bd913e87758a'] = 'Monedas opcionales'; -$_LANGADM['AdminCurrencies8e10808175a8d945d13bab31fb2e2663'] = 'Moneda por defecto:'; -$_LANGADM['AdminCurrencies36144ac2644548932977cc36677c1698'] = 'La moneda utilizada por defecto en la tienda'; -$_LANGADM['AdminCurrenciescc2f0a18cb0448ca2101f93be765e487'] = 'Si cambia la moneda por defecto, deberá editar manualmente el precio de cada producto'; -$_LANGADM['AdminCurrencies795b18173b4ddc7ea79c606ccd0f3feb'] = 'Puede o no suprimir la moneda predeterminada'; -$_LANGADM['AdminCurrenciese7e915ec26ac2be5f5730752e5fc3b78'] = 'Puede o no deshabilitar la moneda predeterminada'; -$_LANGADM['AdminCurrencies77428b04a1847555eb9bc52422a377b0'] = 'Tipos de cambio'; -$_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Actualizar los tipos de cambio'; +$_LANGADM['AdminCurrencies02c86eb2792f3262c21d030a87e19793'] = 'Símbolo'; +$_LANGADM['AdminCurrencies19e5c58e6f3027749ab6aa14c5a650fd'] = 'en dólares'; +$_LANGADM['AdminCurrencies260f0e6ff1df0aa4f39310176b5d6c44'] = 'Coloque esta URL en el crontab o introduzca la dirección URL de forma manual todos los días'; +$_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Símbolo:'; +$_LANGADM['AdminCurrencies2e5845557ed8ecd864f0db5ce4dac829'] = 'Aparecerá en el Front Office, por ejemplo, euro, dólar'; +$_LANGADM['AdminCurrencies32dd182c91d1a647c40ce4561eb33da9'] = 'Aparecerá en el Front Office, ejemplo, €, $'; +$_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Moneda'; +$_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'Código ISO:'; +$_LANGADM['AdminCurrencies444a643f521c7fff9ef731ff301d86cc'] = 'se aplica a todos los precios, por ejemplo,'; +$_LANGADM['AdminCurrencies44d23fb07dc0be241d77d922bbc871c1'] = 'Código numérico ISO, ej: 840 para el dolar, 978 para el euro'; $_LANGADM['AdminCurrencies48781284e7a2c2b1479559ce12aa73c5'] = 'Actualización de los cambios de monedas en tiempo real con esta herramienta'; $_LANGADM['AdminCurrencies5e7ad8ee59bd36302bbc58bc710eeabb'] = 'Actualización de los cambios de moneda'; -$_LANGADM['AdminCurrencies260f0e6ff1df0aa4f39310176b5d6c44'] = 'Coloque esta URL en el crontab o introduzca la dirección URL de forma manual todos los días'; -$_LANGADM['AdminCurrenciesdfcfc43722eef1eab1e4a12e50a068b1'] = 'Monedas'; $_LANGADM['AdminCurrencies77295c7d814e7397c55f64ec06313984'] = 'Moneda:'; -$_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Sólo las letras y el carácter menos son permitidos'; -$_LANGADM['AdminCurrencies2e5845557ed8ecd864f0db5ce4dac829'] = 'Aparecerá en el Front Office, por ejemplo, euro, dólar'; -$_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'Código ISO:'; -$_LANGADM['AdminCurrencies8632ac58071857c4425a9b6042f1fe21'] = 'Código ISO, ejemplo, para el dólar USD, EUR para euros'; +$_LANGADM['AdminCurrencies77428b04a1847555eb9bc52422a377b0'] = 'Tipos de cambio'; +$_LANGADM['AdminCurrencies795b18173b4ddc7ea79c606ccd0f3feb'] = 'Puede o no suprimir la moneda predeterminada'; $_LANGADM['AdminCurrencies7fa4d1ea7f7b9d819c54d83bb3263512'] = 'Código numérico ISO'; -$_LANGADM['AdminCurrencies44d23fb07dc0be241d77d922bbc871c1'] = 'Código numérico ISO, ej: 840 para el dolar, 978 para el euro'; -$_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Símbolo:'; -$_LANGADM['AdminCurrencies32dd182c91d1a647c40ce4561eb33da9'] = 'Aparecerá en el Front Office, ejemplo, €, $'; -$_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Tipo de conversión:'; -$_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Tipo de conversión de una unidad de moneda de su tienda por defecto (por ejemplo, 1 €) para esta moneda. Por ejemplo, si la moneda por defecto es el euro y esta moneda es dólares, introduzca \'1.20\''; -$_LANGADM['AdminCurrencies007f2226bf0915adaf9ef63b0e8287ca'] = 'Formateando:'; -$_LANGADM['AdminCurrencies19e5c58e6f3027749ab6aa14c5a650fd'] = 'en dólares'; -$_LANGADM['AdminCurrenciesaa3606501de88ea50155297736664490'] = 'en euros'; -$_LANGADM['AdminCurrencies444a643f521c7fff9ef731ff301d86cc'] = 'se aplica a todos los precios, por ejemplo,'; -$_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Decimales:'; -$_LANGADM['AdminCurrencies93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminCurrenciesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; $_LANGADM['AdminCurrencies82158fd670cc8b5dedefd4201d9701cd'] = 'Mostrar decimales en los precios'; +$_LANGADM['AdminCurrencies8632ac58071857c4425a9b6042f1fe21'] = 'Código ISO, ejemplo, para el dólar USD, EUR para euros'; +$_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Actualizar los tipos de cambio'; $_LANGADM['AdminCurrencies87bd3cbac63d9410fff1815181cb60cc'] = 'En blanco:'; +$_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Tipo de conversión de una unidad de moneda de su tienda por defecto (por ejemplo, 1 €) para esta moneda. Por ejemplo, si la moneda por defecto es el euro y esta moneda es dólares, introduzca \'1.20\''; +$_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Sólo las letras y el carácter menos son permitidos'; +$_LANGADM['AdminCurrenciesaa3606501de88ea50155297736664490'] = 'en euros'; +$_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Código ISO'; +$_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCurrenciesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Tipo de conversión:'; +$_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Tipo de conversión'; $_LANGADM['AdminCurrenciesd6b378c31ecfd51965a5a318e06af249'] = 'Incluir un espacio en blanco entre el signo y el precio, por ejemplo,'; -$_LANGADM['AdminCurrencies0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; -$_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminCurrencies19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminCustomerThreadsc3bf447eabe632720a3aa1a7ce401274'] = 'Abierto'; -$_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Cerrado'; -$_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'En espera 1'; -$_LANGADM['AdminCustomerThreads1033cc268ed0919b5d4e76ea6053ed25'] = 'En espera 2'; -$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminCustomerThreads1e884e3078d9978e216a027ecd57fb34'] = 'Email'; -$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; -$_LANGADM['AdminCustomerThreads4994a8ffeba4ac3140beb89e8d41f174'] = 'Idioma'; -$_LANGADM['AdminCustomerThreadsec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Empleado'; -$_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Mensajes'; -$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Último mensaje'; -$_LANGADM['AdminCustomerThreadsd21b5a78517318e6d35414d4217950ce'] = 'Mensaje transmitido a'; -$_LANGADM['AdminCustomerThreads240f3031f25601fa128bd4e15f0a37de'] = 'Comentario:'; -$_LANGADM['AdminCustomerThreads518f0adf73dca7abeebc9c3a85352cfc'] = 'No hay nuevo mensaje'; -$_LANGADM['AdminCustomerThreads47bab378f9e6268f758db00bcbf014fa'] = 'nuevos mensajes'; -$_LANGADM['AdminCustomerThreadsf752f758ff0b5c465d65c2d0bcc579cd'] = 'nuevo mensaje'; -$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Número total de temas'; -$_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'Temas pendientes'; -$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Total de los mensajes de los clientes'; -$_LANGADM['AdminCustomerThreads8a1926ed751f4c73a2271945278cf2df'] = 'Total de los mensajes de los empleados'; -$_LANGADM['AdminCustomerThreadsf112c37a7318adef5c2d14c687172c25'] = 'Tema no leído'; -$_LANGADM['AdminCustomerThreads9cce8dbf2a8e527cbf71bcf8a8a7e352'] = 'Tema cerrado'; -$_LANGADM['AdminCustomerThreads2273d1167a6212812d95dc8fadbae78e'] = 'Servicio clientela'; -$_LANGADM['AdminCustomerThreadsc33e404a441c6ba9648f88af3c68a1ca'] = 'Estadísticas'; -$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Ver el cliente'; -$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID cliente'; -$_LANGADM['AdminCustomerThreads1bda80f2be4d3658e0baa43fbe7ae8c1'] = 'ver'; -$_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Enviado el:'; -$_LANGADM['AdminCustomerThreadsd62b749697e3c1b9c26a645ad5d56656'] = 'Navegador:'; -$_LANGADM['AdminCustomerThreadsbfb069b69766c9a8a1fac8aabfd970b2'] = 'Archivo adjunto'; -$_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'Ver archivo'; -$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Número pedido'; -$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'Ver el pedido'; -$_LANGADM['AdminCustomerThreadsc851a34d4806acb02a55df148f9d7f25'] = 'Producto número'; -$_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Tema:'; -$_LANGADM['AdminCustomerThreadsc5730b7ad58a3bad76e6b6b763521ec7'] = 'Ver los mensajes'; +$_LANGADM['AdminCurrenciesde9b254aa38ded29b5a826d9e752b90b'] = 'Número de código ISO'; +$_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Decimales:'; +$_LANGADM['AdminCurrenciese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCurrenciese7e915ec26ac2be5f5730752e5fc3b78'] = 'Puede o no deshabilitar la moneda predeterminada'; +$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'General'; +$_LANGADM['AdminCustomerPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'minutos'; +$_LANGADM['AdminCustomerPreferences6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Regeneración de la contraseña'; +$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Tiempo mínimo de seguridad antes de volver a pedir una nueva contraseña'; +$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Después de que el cliente abra una sesión, recordarle y mostrarle el contenido de su último carrito'; +$_LANGADM['AdminCustomerPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'El cliente decide optar por un embalaje reciclado'; $_LANGADM['AdminCustomerThreads018d4d01cba3905ad11258518b4ea424'] = 'Enviado por:'; -$_LANGADM['AdminCustomerThreads818d947aeb9e604f54ce4c3444cc0256'] = 'ID Discusión '; -$_LANGADM['AdminCustomerThreads0e2f5e3f12561ac94047979ec5406946'] = 'ID mensaje'; -$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:'; -$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Responder a este mensaje'; -$_LANGADM['AdminCustomerThreadse8b4e59e41f890acd1d5d86d494d6d02'] = 'Indique su respuesta a continuación'; -$_LANGADM['AdminCustomerThreads91e2e681ab0c5817498a10318df5aec9'] = 'Su respuesta se enviará a:'; -$_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Enviar mi respuesta a'; -$_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Transferir esta discusión a '; -$_LANGADM['AdminCustomerThreads7bc873cba11f035df692c3549366c722'] = '--Elija--'; -$_LANGADM['AdminCustomerThreads81e053d78f01540e9cd6fb68a1c03976'] = 'otra persona'; -$_LANGADM['AdminCustomerThreads2605a817441c19cc88eb9e5d17845dc0'] = 'Puede añadir aquí un comentario'; -$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Transferir esta discusión '; -$_LANGADM['AdminCustomerThreads1a7b79fd8642e9a33c12372e405d95d6'] = 'Ir al último mensaje sin tratar'; -$_LANGADM['AdminCustomerThreads54ebd9a5b69ce86503616d72ed9e82c6'] = 'Responder al mensaje sin respuesta siguiente en esta categoría'; -$_LANGADM['AdminCustomerThreads408f476244defe7636d3143848bf1024'] = 'Todos los otros mensajes de esta categoría ya han sido tratados'; -$_LANGADM['AdminCustomerThreadsc9d31b30a6ca5a4613085216dfe9894f'] = 'Definir este mensaje como tratado'; -$_LANGADM['AdminCustomerThreadse2b74d691e528e8686dfb0b72aafe299'] = 'Declarar este mensaje'; -$_LANGADM['AdminCustomerThreads73884952f6f4716ecd7c111b2a84e988'] = '\"en espera\"'; -$_LANGADM['AdminCustomerThreads7cc947927ae700f1b5086b8575ea1689'] = '(responder posteriormente)'; -$_LANGADM['AdminCustomerThreads5515c12607ca7c861299ff6c174a79f9'] = 'Pulse aquí para desactivar el estado \"en espera\"'; -$_LANGADM['AdminCustomerThreads2a4abb9e0d8f1c4fbaf12a48687f7bb7'] = '\"en espera 2\"'; -$_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; -$_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Cerrado'; +$_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'Temas pendientes'; $_LANGADM['AdminCustomerThreads068f80c7519d0528fb08e82137a72131'] = 'Productos'; -$_LANGADM['AdminCustomerThreadsea067eb37801c5aab1a1c685eb97d601'] = 'Total pagado'; -$_LANGADM['AdminCustomerThreadsc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pago'; -$_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'Estado'; $_LANGADM['AdminCustomerThreads06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminCustomerThreadsd8a065ef1c8b81af153be321e200ace7'] = 'Pedidos válidos'; -$_LANGADM['AdminCustomerThreadsd55669822f1a8cf72ec1911e462a54eb'] = 'para'; +$_LANGADM['AdminCustomerThreads0e2f5e3f12561ac94047979ec5406946'] = 'ID mensaje'; +$_LANGADM['AdminCustomerThreads1033cc268ed0919b5d4e76ea6053ed25'] = 'En espera 2'; +$_LANGADM['AdminCustomerThreads1bda80f2be4d3658e0baa43fbe7ae8c1'] = 'ver'; +$_LANGADM['AdminCustomerThreads1e884e3078d9978e216a027ecd57fb34'] = 'Email'; +$_LANGADM['AdminCustomerThreads2273d1167a6212812d95dc8fadbae78e'] = 'Servicio clientela'; +$_LANGADM['AdminCustomerThreads240f3031f25601fa128bd4e15f0a37de'] = 'Comentario:'; +$_LANGADM['AdminCustomerThreads2605a817441c19cc88eb9e5d17845dc0'] = 'Puede añadir aquí un comentario'; +$_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Enviado el:'; +$_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Enviar mi respuesta a'; +$_LANGADM['AdminCustomerThreads408f476244defe7636d3143848bf1024'] = 'Todos los otros mensajes de esta categoría ya han sido tratados'; +$_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Mensajes'; +$_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Transferir esta discusión a '; +$_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'Estado'; +$_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Tema:'; +$_LANGADM['AdminCustomerThreads47bab378f9e6268f758db00bcbf014fa'] = 'nuevos mensajes'; +$_LANGADM['AdminCustomerThreads4994a8ffeba4ac3140beb89e8d41f174'] = 'Idioma'; $_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminCustomerThreads518f0adf73dca7abeebc9c3a85352cfc'] = 'No hay nuevo mensaje'; +$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Transferir esta discusión '; +$_LANGADM['AdminCustomerThreads54ebd9a5b69ce86503616d72ed9e82c6'] = 'Responder al mensaje sin respuesta siguiente en esta categoría'; +$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Total de los mensajes de los clientes'; +$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Número total de temas'; $_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminCustomersd1457b72c3fb323a2671125aef3eab5d'] = '¿?'; -$_LANGADM['AdminCustomersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; -$_LANGADM['AdminCustomers77587239bf4c54ea493c7033e1dbf636'] = 'Apellidos'; -$_LANGADM['AdminCustomers20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre'; -$_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'Email'; -$_LANGADM['AdminCustomers9d8d2d5ab12b515182a505f54db7f538'] = 'Edad'; +$_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'Ver archivo'; +$_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'En espera 1'; +$_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; +$_LANGADM['AdminCustomerThreads7bc873cba11f035df692c3549366c722'] = '--Elija--'; +$_LANGADM['AdminCustomerThreads818d947aeb9e604f54ce4c3444cc0256'] = 'ID Discusión '; +$_LANGADM['AdminCustomerThreads81e053d78f01540e9cd6fb68a1c03976'] = 'otra persona'; +$_LANGADM['AdminCustomerThreads8a1926ed751f4c73a2271945278cf2df'] = 'Total de los mensajes de los empleados'; +$_LANGADM['AdminCustomerThreads91e2e681ab0c5817498a10318df5aec9'] = 'Su respuesta se enviará a:'; +$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:'; +$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Ver el cliente'; +$_LANGADM['AdminCustomerThreads9cce8dbf2a8e527cbf71bcf8a8a7e352'] = 'Tema cerrado'; +$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Responder a este mensaje'; +$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCustomerThreadsbfb069b69766c9a8a1fac8aabfd970b2'] = 'Archivo adjunto'; +$_LANGADM['AdminCustomerThreadsc33e404a441c6ba9648f88af3c68a1ca'] = 'Estadísticas'; +$_LANGADM['AdminCustomerThreadsc3bf447eabe632720a3aa1a7ce401274'] = 'Abierto'; +$_LANGADM['AdminCustomerThreadsc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pago'; +$_LANGADM['AdminCustomerThreadsc5730b7ad58a3bad76e6b6b763521ec7'] = 'Ver los mensajes'; +$_LANGADM['AdminCustomerThreadsc851a34d4806acb02a55df148f9d7f25'] = 'Producto número'; +$_LANGADM['AdminCustomerThreadsc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminCustomerThreadsc9d31b30a6ca5a4613085216dfe9894f'] = 'Definir este mensaje como tratado'; +$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'Ver el pedido'; +$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Último mensaje'; +$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Número pedido'; +$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID cliente'; +$_LANGADM['AdminCustomerThreadsd21b5a78517318e6d35414d4217950ce'] = 'Mensaje transmitido a'; +$_LANGADM['AdminCustomerThreadsd55669822f1a8cf72ec1911e462a54eb'] = 'para'; +$_LANGADM['AdminCustomerThreadsd62b749697e3c1b9c26a645ad5d56656'] = 'Navegador:'; +$_LANGADM['AdminCustomerThreadsd8a065ef1c8b81af153be321e200ace7'] = 'Pedidos válidos'; +$_LANGADM['AdminCustomerThreadse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCustomerThreadse8b4e59e41f890acd1d5d86d494d6d02'] = 'Indique su respuesta a continuación'; +$_LANGADM['AdminCustomerThreadsea067eb37801c5aab1a1c685eb97d601'] = 'Total pagado'; +$_LANGADM['AdminCustomerThreadsec53a8c4f07baed5d8825072c89799be'] = 'Estado'; +$_LANGADM['AdminCustomerThreadsf112c37a7318adef5c2d14c687172c25'] = 'Tema no leído'; +$_LANGADM['AdminCustomerThreadsf752f758ff0b5c465d65c2d0bcc579cd'] = 'nuevo mensaje'; +$_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Empleado'; $_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; $_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'Nuevo'; -$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Opt.'; -$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Registro'; -$_LANGADM['AdminCustomersc2cc7082a89c1ad6631a2f66af5f00c0'] = 'Conexión'; -$_LANGADM['AdminCustomers6dc6993c567c112a42b193c430f9ec43'] = 'Opciones clientes'; -$_LANGADM['AdminCustomers6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Regeneración de la contraseña'; -$_LANGADM['AdminCustomers87eed0b2fbd8bec6796514f309d87aec'] = 'Tiempo mínimo de seguridad antes de volver a pedir una nueva contraseña'; -$_LANGADM['AdminCustomers640fd0cc0ffa0316ae087652871f4486'] = 'minutos'; -$_LANGADM['AdminCustomers45d3153df3f835bbf6a68c2302e494d7'] = '¿Cómo desea borrar este cliente?'; -$_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'Tiene dos maneras de suprimir un cliente, por favor, elija lo que quiere hacer.'; -$_LANGADM['AdminCustomers7c02e576ed6029a3a1d64700cc43ebf7'] = 'Quero suprimir mi o mis clientes completamente, todos los datos se suprimirán de la base de datos. Un cliente con la misma dirección email podrá volver a inscribirse.'; -$_LANGADM['AdminCustomersaa9000a0aa27a0920d69744960520677'] = 'No quiero que mi o mis clientes puedan volver a inscribirse. El o los clientes se suprimirán de la lista pero los datos se conservarán en la base de datos.'; -$_LANGADM['AdminCustomersceece2e4b93f9a5a091e1c64120ff5bd'] = 'Suprimir'; -$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; -$_LANGADM['AdminCustomersc151015063ad115e4c3b081763c0927d'] = 'Fecha de registro:'; -$_LANGADM['AdminCustomers3ef92bbd0151806f23ecd301fd78347c'] = 'Última visita:'; -$_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'nunca'; -$_LANGADM['AdminCustomers2447b4dc5878520d00a3f4aaf210f7a2'] = 'Rango n°'; -$_LANGADM['AdminCustomers20966a36da784c2f62d105419dcb4018'] = 'Newsletter:'; -$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in:'; -$_LANGADM['AdminCustomers25235196c2744e9050067d45587d6a8b'] = 'Edad:'; -$_LANGADM['AdminCustomersad921d60486366258809553a3db49a4a'] = 'desconocido'; -$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Última actualización:'; -$_LANGADM['AdminCustomers24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Este cliente está registrado como'; -$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'invitado'; -$_LANGADM['AdminCustomers80e915c39ca9254655d2802979aa698b'] = 'Convertir en cliente'; -$_LANGADM['AdminCustomers81fe7d0c685ca9f1829f5ff52370d06e'] = 'Una cuenta cliente ya existe con el mismo correo electrónico'; -$_LANGADM['AdminCustomersa7136d956fbff49c3912e44722dbf000'] = 'Añada una nota privada'; -$_LANGADM['AdminCustomersac7ba2fb36727fd3fcbf967c27cd9dc0'] = 'Esta nota será visible para los empleados pero no para los clientes'; -$_LANGADM['AdminCustomers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'Nota guardada'; -$_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Error: su nota no es válida'; -$_LANGADM['AdminCustomers2f38713e640e4bd37998f94e968a55f7'] = 'Error: imposible guardar su nota'; -$_LANGADM['AdminCustomers41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Mensajes'; -$_LANGADM['AdminCustomersec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje'; -$_LANGADM['AdminCustomersabce3ef910cfc047f0721654cb71f2db'] = 'Enviado el'; -$_LANGADM['AdminCustomersc468b616937d511677ad875addd16ded'] = 'nunca le ha contactado.'; -$_LANGADM['AdminCustomersa37ede293936e29279ed543129451ec3'] = 'Grupos'; -$_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; -$_LANGADM['AdminCustomers44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; +$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = '5 caracteres min., solo letras, numeros o'; $_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Productos'; -$_LANGADM['AdminCustomersea067eb37801c5aab1a1c685eb97d601'] = 'Total pagado'; -$_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pago'; -$_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'Estado'; -$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Pedidos válidos:'; -$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'para'; -$_LANGADM['AdminCustomersa9c74a800ed9f3d504e76d8c59acc497'] = 'Pedidos no válidos:'; +$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; +$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'invitado'; +$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Registro'; $_LANGADM['AdminCustomers1251852566309cb1f01aa44d71af2528'] = 'no ha hecho un pedido todavia'; -$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminCustomers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; -$_LANGADM['AdminCustomers1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa'; -$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección'; -$_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'País'; -$_LANGADM['AdminCustomerse174c1b711f254d538c689a90c5842a5'] = 'Número de teléfono(s)'; -$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'no ha registrado una direccion todavia'; -$_LANGADM['AdminCustomers9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos'; -$_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Código'; -$_LANGADM['AdminCustomersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; -$_LANGADM['AdminCustomers689202409e48743b914713f96d93947c'] = 'Valor'; -$_LANGADM['AdminCustomers907d7000b3555d1a1b12f1fed29a9ec4'] = 'Cantidad disponible'; -$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'no tiene vales de descuento'; -$_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Carritos'; -$_LANGADM['AdminCustomers96b0141273eabab320119c467cdcaf17'] = 'Total'; -$_LANGADM['AdminCustomers914419aa32f04011357d3b604a86d7eb'] = 'Transportista'; -$_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'Carrito no disponible'; -$_LANGADM['AdminCustomers93bd48ecb9c4d5c4eec7fefffbb2070f'] = 'Últimas conexiones'; -$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Páginas vistas'; -$_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Tiempo total'; -$_LANGADM['AdminCustomers3edf8ca26a1ec14dd6e91dd277ae1de6'] = 'Origen'; -$_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'Dirección IP'; +$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Este cliente está registrado como'; $_LANGADM['AdminCustomers14542f5997c4a02d4276da364657f501'] = 'Link directo'; -$_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Afiliados'; -$_LANGADM['AdminCustomerse239a881630d41e28d0664273bdcf625'] = 'Volver a la lista de clientes'; -$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sexo:'; -$_LANGADM['AdminCustomers88183b946cc5f0e8c96b2e66e1c74a7e'] = 'Desconocido'; -$_LANGADM['AdminCustomersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Apellidos:'; +$_LANGADM['AdminCustomers1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa'; +$_LANGADM['AdminCustomers20966a36da784c2f62d105419dcb4018'] = 'Newsletter:'; +$_LANGADM['AdminCustomers20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre'; +$_LANGADM['AdminCustomers2447b4dc5878520d00a3f4aaf210f7a2'] = 'Rango n°'; +$_LANGADM['AdminCustomers24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminCustomers25235196c2744e9050067d45587d6a8b'] = 'Edad:'; +$_LANGADM['AdminCustomers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; +$_LANGADM['AdminCustomers2f38713e640e4bd37998f94e968a55f7'] = 'Error: imposible guardar su nota'; +$_LANGADM['AdminCustomers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminCustomers39d595f1a4ce984b95e9b52821b62177'] = 'Fecha de nacimiento:'; +$_LANGADM['AdminCustomers3cf21846659529ae741430ff2ddf287f'] = 'Marque todos los grupos a los que pertenece el miembro'; +$_LANGADM['AdminCustomers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminCustomers3edf8ca26a1ec14dd6e91dd277ae1de6'] = 'Origen'; +$_LANGADM['AdminCustomers3ef92bbd0151806f23ecd301fd78347c'] = 'Última visita:'; +$_LANGADM['AdminCustomers3f783e6afc73242779dde81c7825def0'] = 'Dejar en blanco si no hay cambios'; +$_LANGADM['AdminCustomers41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Mensajes'; +$_LANGADM['AdminCustomers44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminCustomers45d3153df3f835bbf6a68c2302e494d7'] = '¿Cómo desea borrar este cliente?'; +$_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'Estado'; +$_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje'; +$_LANGADM['AdminCustomers4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'Carrito no disponible'; +$_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'Nota guardada'; +$_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'País'; +$_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'Dirección IP'; +$_LANGADM['AdminCustomers5e5f0a863cd129317037e3def37b4097'] = 'Empresa:'; +$_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'El cliente recibirá publicidad via email'; $_LANGADM['AdminCustomers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; $_LANGADM['AdminCustomers668a8d8d7ffe5da112b266e46b79b685'] = 'Nombre:'; -$_LANGADM['AdminCustomers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; -$_LANGADM['AdminCustomersb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; -$_LANGADM['AdminCustomers3f783e6afc73242779dde81c7825def0'] = 'Dejar en blanco si no hay cambios'; -$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = '5 caracteres min., solo letras, numeros o'; +$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Última actualización:'; +$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'no tiene vales de descuento'; +$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; +$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Opt.'; +$_LANGADM['AdminCustomers77587239bf4c54ea493c7033e1dbf636'] = 'Apellidos'; $_LANGADM['AdminCustomers78e365acb087fd1f8d494dae0001de10'] = 'Email:'; -$_LANGADM['AdminCustomers39d595f1a4ce984b95e9b52821b62177'] = 'Fecha de nacimiento:'; -$_LANGADM['AdminCustomers86f5978d9b80124f509bdb71786e929e'] = 'Enero'; -$_LANGADM['AdminCustomers659e59f062c75f81259d22786d6c44aa'] = 'Febrero'; -$_LANGADM['AdminCustomersfa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo'; -$_LANGADM['AdminCustomers3fcf026bbfffb63fb24b8de9d0446949'] = 'Abril'; -$_LANGADM['AdminCustomers195fbb57ffe7449796d23466085ce6d8'] = 'Mayo'; -$_LANGADM['AdminCustomers688937ccaf2a2b0c45a1c9bbba09698d'] = 'Junio'; -$_LANGADM['AdminCustomers1b539f6f34e8503c97f6d3421346b63c'] = 'Julio'; -$_LANGADM['AdminCustomers41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto'; -$_LANGADM['AdminCustomerscc5d90569e1c8313c2b1c2aab1401174'] = 'Septiembre'; -$_LANGADM['AdminCustomerseca60ae8611369fe28a02e2ab8c5d12e'] = 'Octubre'; -$_LANGADM['AdminCustomers7e823b37564da492ca1629b4732289a8'] = 'Noviembre'; -$_LANGADM['AdminCustomers82331503174acbae012b2004f6431fa5'] = 'Diciembre'; -$_LANGADM['AdminCustomersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Permitir o denegar la conexión a este cliente'; -$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Cliente abonado a la newsletter'; -$_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'El cliente recibirá publicidad via email'; +$_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'Tiene dos maneras de suprimir un cliente, por favor, elija lo que quiere hacer.'; +$_LANGADM['AdminCustomers7c02e576ed6029a3a1d64700cc43ebf7'] = 'Quero suprimir mi o mis clientes completamente, todos los datos se suprimirán de la base de datos. Un cliente con la misma dirección email podrá volver a inscribirse.'; +$_LANGADM['AdminCustomers80e915c39ca9254655d2802979aa698b'] = 'Convertir en cliente'; +$_LANGADM['AdminCustomers81fe7d0c685ca9f1829f5ff52370d06e'] = 'Una cuenta cliente ya existe con el mismo correo electrónico'; +$_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'Email'; $_LANGADM['AdminCustomers8d177b48ffca1fb18c3bfd1e8c0eb645'] = 'Grupo por defecto:'; -$_LANGADM['AdminCustomers8783bc7ae2b9e8d93a2bc15150aaefa8'] = 'Grupos:'; -$_LANGADM['AdminCustomersc6155aaecccf794cd2a00fcc35898022'] = 'Nombre del grupo'; -$_LANGADM['AdminCustomers3cf21846659529ae741430ff2ddf287f'] = 'Marque todos los grupos a los que pertenece el miembro'; -$_LANGADM['AdminCustomers69e62346c35bc63795db142cfbb0af66'] = 'Ningún grupo creado'; -$_LANGADM['AdminCustomers19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminDbe307db07b3975fef922a80d07455ee5e'] = 'Base de datos'; -$_LANGADM['AdminDb505de52d5ae227b6e8acb02dce2a0c4d'] = 'Servidor:'; -$_LANGADM['AdminDb67cfd6717606cadb04e8ae03082a0182'] = 'IP o nombre del servidor; \'localhost \' funcionará en la mayoría de los casos'; -$_LANGADM['AdminDb006e7be42e56d810865222669c716f9e'] = 'Base de datos:'; -$_LANGADM['AdminDb9222f8688de5dfd4dabc06fffe8c6aa0'] = 'Nombre de la base de datos(ej. \'prestashop\')'; -$_LANGADM['AdminDbf72ba2e5f0388494cc5041adad99581f'] = 'Prefijo:'; -$_LANGADM['AdminDb5ff9df198222a96f26bf2cb279d83bd8'] = 'Usuario:'; -$_LANGADM['AdminDbb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; -$_LANGADM['AdminDb3f783e6afc73242779dde81c7825def0'] = 'Dejar en blanco si no hay cambios'; -$_LANGADM['AdminDb6bb09f0abb00bcba314068abab6fecb7'] = 'ya está en'; -$_LANGADM['AdminDba7fd7e3f904a981a4952454d79a806e8'] = 'No cambiar el motor para'; -$_LANGADM['AdminDbf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Confirmación'; -$_LANGADM['AdminDb55bf473fba81a29380af1598e67c555b'] = 'Motor cambiado de'; -$_LANGADM['AdminDb01b6e20344b68835c5ed1ddedf20d531'] = 'a'; -$_LANGADM['AdminDbb833598a404d0408f61b9762278c9bea'] = 'Tenga MUCHO CUIDADO con estos valores, estos cambios pueden hacer que su tienda en línea PrestaShop tenga fallos de funcionamiento. Para cualquier problema, comprobar el archivo config/settings.inc.php'; -$_LANGADM['AdminDb6c1375701d87f2636b01cf951d0a375b'] = 'Motor MySQL'; +$_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Permitir o denegar la conexión a este cliente'; +$_LANGADM['AdminCustomers914419aa32f04011357d3b604a86d7eb'] = 'Transportista'; +$_LANGADM['AdminCustomers93bd48ecb9c4d5c4eec7fefffbb2070f'] = 'Últimas conexiones'; +$_LANGADM['AdminCustomers96b0141273eabab320119c467cdcaf17'] = 'Total'; +$_LANGADM['AdminCustomers9d8d2d5ab12b515182a505f54db7f538'] = 'Edad'; +$_LANGADM['AdminCustomersa37ede293936e29279ed543129451ec3'] = 'Grupos'; +$_LANGADM['AdminCustomersa7136d956fbff49c3912e44722dbf000'] = 'Añada una nota privada'; +$_LANGADM['AdminCustomersa82868319826fb092b73968e661b5b38'] = 'Vales'; +$_LANGADM['AdminCustomersa9c74a800ed9f3d504e76d8c59acc497'] = 'Pedidos no válidos:'; +$_LANGADM['AdminCustomersaa9000a0aa27a0920d69744960520677'] = 'No quiero que mi o mis clientes puedan volver a inscribirse. El o los clientes se suprimirán de la lista pero los datos se conservarán en la base de datos.'; +$_LANGADM['AdminCustomersabce3ef910cfc047f0721654cb71f2db'] = 'Enviado el'; +$_LANGADM['AdminCustomersac7ba2fb36727fd3fcbf967c27cd9dc0'] = 'Esta nota será visible para los empleados pero no para los clientes'; +$_LANGADM['AdminCustomersad921d60486366258809553a3db49a4a'] = 'desconocido'; +$_LANGADM['AdminCustomersb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; +$_LANGADM['AdminCustomersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCustomersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminCustomersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Apellidos:'; +$_LANGADM['AdminCustomersc151015063ad115e4c3b081763c0927d'] = 'Fecha de registro:'; +$_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Tiempo total'; +$_LANGADM['AdminCustomersc2cc7082a89c1ad6631a2f66af5f00c0'] = 'Conexión'; +$_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pago'; +$_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'nunca'; +$_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Código'; +$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sexo:'; +$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Cliente abonado a la newsletter'; +$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminCustomersceece2e4b93f9a5a091e1c64120ff5bd'] = 'Suprimir'; +$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Pedidos válidos:'; +$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Páginas vistas'; +$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'para'; +$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'no ha registrado una direccion todavia'; +$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección'; +$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; +$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in:'; +$_LANGADM['AdminCustomerse174c1b711f254d538c689a90c5842a5'] = 'Número de teléfono(s)'; +$_LANGADM['AdminCustomerse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminCustomersea067eb37801c5aab1a1c685eb97d601'] = 'Total pagado'; +$_LANGADM['AdminCustomersec53a8c4f07baed5d8825072c89799be'] = 'Estado'; +$_LANGADM['AdminCustomersf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Error: su nota no es válida'; +$_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Carritos'; +$_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Afiliados'; $_LANGADM['AdminDb51c45b795d5d18a3e4e0c37e8b20a141'] = 'Tabla'; $_LANGADM['AdminDbb0d1963f24d64313f9c8d83662cc551a'] = 'Motor de la tabla'; -$_LANGADM['AdminDbac7484fa4e36b9b26ceb27526ee7268f'] = 'Cambiar motor a'; -$_LANGADM['AdminDeliverySlip4b8e87b44ae65d84dfab14d17d2f10ee'] = 'Opciones de albaranes'; -$_LANGADM['AdminDeliverySlip97794c45ba541adc77cd08dd3114cefc'] = 'Prefijo de envío:'; -$_LANGADM['AdminDeliverySlip7b59b85b45733b885f95f89f8924f0fd'] = 'Prefijo utilizado para los albaranes'; -$_LANGADM['AdminDeliverySlip1de536cfcff31d969aacc0b7f66410c3'] = 'Número de envío:'; -$_LANGADM['AdminDeliverySlip071e16ef4a5515728cc97ed028d85711'] = 'El siguiente albarán comenzará en este número y, a continuación, se incrementará con cada albarán adicional'; -$_LANGADM['AdminDeliverySlip4bc8978f084bf1726cb133a3dc8cc379'] = 'Imprimir en PDF'; -$_LANGADM['AdminDeliverySlip1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; -$_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Formato: 2007-12-31 (ambos inclusive)'; -$_LANGADM['AdminDeliverySlip33caa076f23f453dd4061726f3706325'] = 'Hasta:'; -$_LANGADM['AdminDeliverySlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Formato: 2008-12-31 (ambos inclusive)'; $_LANGADM['AdminDeliverySlip067af5895a7ced3197520b591f9a41eb'] = 'Generar archivo PDF'; -$_LANGADM['AdminDeliverySlip70397c4b252a5168c5ec003931cea215'] = 'Campos obligatorios'; -$_LANGADM['AdminDeliverySlipf596633d68fc44d6c7460676060d5dcb'] = 'Fecha de inicio no válida'; -$_LANGADM['AdminDeliverySlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Fecha de fin no válida'; -$_LANGADM['AdminDeliverySlipc569149bbb8ca2ea337fa0a4c6c98409'] = 'No se han encontrado albaranes de entrega para este perodo'; -$_LANGADM['AdminDiscountsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminDiscountsca0dbad92a874b2f69b549293387925e'] = 'Código'; -$_LANGADM['AdminDiscountsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; -$_LANGADM['AdminDiscountsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; -$_LANGADM['AdminDiscounts689202409e48743b914713f96d93947c'] = 'Valor'; -$_LANGADM['AdminDiscounts03ab340b3f99e03cff9e84314ead38c0'] = 'Cantidad'; -$_LANGADM['AdminDiscountse12167aa0a7698e6ebc92b4ce3909b53'] = 'Para'; -$_LANGADM['AdminDiscountsec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminDiscountseca147fc2bad45a5b40b1577b27b7be9'] = 'Opciones de descuento'; -$_LANGADM['AdminDiscounts04ec6ad95a38b319aa81f123b65fa051'] = 'Activar los vales:'; -$_LANGADM['AdminDiscounts498d8e2df8c61ff257ae9c8fb6000969'] = 'Permitir el uso de vales en la tienda'; -$_LANGADM['AdminDiscountsa82868319826fb092b73968e661b5b38'] = 'Vales'; -$_LANGADM['AdminDiscountsbcc7582c9a66be8187578997794a9c1f'] = 'Código:'; -$_LANGADM['AdminDiscountsa4bb440d400f4dc30f148b44d08680b4'] = 'Caracteres no válidos: números y'; -$_LANGADM['AdminDiscounts195f63d9a5d9395a335d4d688918e4fc'] = 'El cliente introducirá el código del vale, de al menos 3 caracteres, durante el pedido'; -$_LANGADM['AdminDiscountse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:'; -$_LANGADM['AdminDiscounts7bc873cba11f035df692c3549366c722'] = '-- Elegir--'; -$_LANGADM['AdminDiscounts998d08a9606f9656e8d1fcab8b762155'] = 'O bien el importe monetario o el%, dependiendo del tipo seleccionado por encima de'; -$_LANGADM['AdminDiscounts1e3daef46deb690d10c979b6c6fd84a8'] = 'Comportamiento'; -$_LANGADM['AdminDiscounts38f19115f40b5d081e3282f8c2df6744'] = 'Reduce el valor del vale descuento al del pedido'; -$_LANGADM['AdminDiscounts106e44a3be976738ef3896d06e273ff9'] = 'Crear un nuevo vale descuento con el importe restante'; -$_LANGADM['AdminDiscounts3e351cfbf51376aa42d9f0ec9739af87'] = 'Crear una factura negativa'; -$_LANGADM['AdminDiscountsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; -$_LANGADM['AdminDiscounts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminDiscounts61f9fb8b88d84bd3634ae4723e777c3b'] = 'Aparecerá en el carrito al lado del código'; -$_LANGADM['AdminDiscounts8c38776925f7cf41c090646a43157024'] = 'Categorías:'; -$_LANGADM['AdminDiscounts49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminDiscounts2865645a2b9a5767eb89b189f2ecd74b'] = 'Marque todas las casillas de las categorías a las que se aplica el descuento'; -$_LANGADM['AdminDiscountsc50eaa2ada5495158d3095fa2ddf9c04'] = 'Cantidad total:'; -$_LANGADM['AdminDiscounts153d0acf0df787b54f7302940a72d280'] = 'Cantidad total disponible (principalmente para los vales accesibles a todos)'; -$_LANGADM['AdminDiscounts9b07d8d7f793121a9a69500562f7e25d'] = 'Cantidad por usuario:'; -$_LANGADM['AdminDiscounts05be82dd4fff82f72167941221540c9f'] = 'Número de usos máximo por usuario'; -$_LANGADM['AdminDiscounts9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Cantidad mínima'; -$_LANGADM['AdminDiscounts887ee91702c962a70b87cbef07bbcaec'] = 'sin IVA'; -$_LANGADM['AdminDiscountse2e79605fc9450ec17957cf0e910f5c6'] = 'con IVA'; -$_LANGADM['AdminDiscounts4f5e701d9688498a831fe5d2c8b14062'] = '0 si no es aplicable'; -$_LANGADM['AdminDiscountsd7f9e940c5055ccbcdb08849e1eb47df'] = 'Acumulativo con otros bonos'; -$_LANGADM['AdminDiscounts5ee348002fb5ec8e0abee8d46d279c75'] = 'Acumulable con los descuentos'; -$_LANGADM['AdminDiscounts7046a6b20140e18ec4755718497875de'] = 'Dirigido a:'; -$_LANGADM['AdminDiscounts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Todos los clientes'; -$_LANGADM['AdminDiscountsa37ede293936e29279ed543129451ec3'] = 'Grupos '; -$_LANGADM['AdminDiscountse6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clientes'; -$_LANGADM['AdminDiscountsf1117307e696cf5dc323c4f226d84e45'] = 'Filtro:'; -$_LANGADM['AdminDiscounts5b7ba8ccca237283e41cc488902640dd'] = 'No se han encontrado'; -$_LANGADM['AdminDiscounts06e16827f1b8a32b8b822890532cdeec'] = 'Demasiados resultados...'; -$_LANGADM['AdminDiscounts1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; -$_LANGADM['AdminDiscountsfeb096790722428ee1bcb7525d24f828'] = 'Fecha de inicio / hora a partir de la cual se puede utilizar este vale'; -$_LANGADM['AdminDiscountsc1cdab856b5cb6cf77685d4face46d4d'] = 'Formato: AAAA-MM-DD HH-MM-SS'; -$_LANGADM['AdminDiscounts33caa076f23f453dd4061726f3706325'] = 'Para:'; -$_LANGADM['AdminDiscountsd4d3b5e48b9569ce73f10132c2b27fc2'] = 'Fin de fecha / hora en la que el vale ya no será válido'; -$_LANGADM['AdminDiscounts146e4e0d10ebffa49eac213dfea16f2e'] = 'Mostrar el vale descuento en el resumen del carrito'; -$_LANGADM['AdminDiscounts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminDiscountsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminDiscounts24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminDiscountse398b74759e89e64fbf671008726912a'] = 'Activar o desactivar los vales'; -$_LANGADM['AdminDiscounts38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminDiscounts19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; -$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'Correo electrónico'; -$_LANGADM['AdminEmails68e07c80282df8c6f72fd4edf630dc75'] = 'Enviar email a:'; -$_LANGADM['AdminEmails765f159ab61b665aca550bd1a767f9d2'] = 'Cuando el cliente envía un mensaje desde la página de pedido'; -$_LANGADM['AdminEmailsad3bc3094733fbf7e0a10f0da116b864'] = 'Usar la función mail() de PHP. Recomendado en la mayoría de los casos'; -$_LANGADM['AdminEmailsfd304ecc43446476fd981bb6b4f41f7f'] = 'Establecer mis propios parámetros SMTP. Sólo usuarios AVANZADOS'; -$_LANGADM['AdminEmailsde79cca647023ab0f822dce4e3035478'] = 'Enviar el email en formato HTML'; -$_LANGADM['AdminEmails7d0435ff9cf1b9631daa6c4770441b9e'] = 'Enviar el email en formato texto'; -$_LANGADM['AdminEmails130c5b3473c57faa76e2a1c54e26f88e'] = 'Ambos'; -$_LANGADM['AdminEmailsd1e73ceb688ab6a0d6d3e7c10cb1c474'] = 'Mail de dominio:'; -$_LANGADM['AdminEmailsb3e39b71a787e2e14c64bac946c37849'] = 'Nombre de dominio para el envío de email (deje vacío si no conoce)'; -$_LANGADM['AdminEmails33b3f142e242a624cb69a5f5f689039d'] = 'Servidor SMTP:'; -$_LANGADM['AdminEmailsb0ac90156891121f5fbf84b276f89fcf'] = 'IP o nombre de dominio (ej. smtp.midominio.com)'; -$_LANGADM['AdminEmails2800e9378401033bf3debf195b967343'] = 'Usuario SMTP:'; -$_LANGADM['AdminEmails4ec202ee546b3c9ee3415854939ac39a'] = 'Dejar en blanco si no es aplicable'; +$_LANGADM['AdminDeliverySlip071e16ef4a5515728cc97ed028d85711'] = 'El siguiente albarán comenzará en este número y, a continuación, se incrementará con cada albarán adicional'; +$_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Formato: 2007-12-31 (ambos inclusive)'; +$_LANGADM['AdminDeliverySlip1de536cfcff31d969aacc0b7f66410c3'] = 'Número de envío:'; +$_LANGADM['AdminDeliverySlip1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; +$_LANGADM['AdminDeliverySlip33caa076f23f453dd4061726f3706325'] = 'Hasta:'; +$_LANGADM['AdminDeliverySlip4b8e87b44ae65d84dfab14d17d2f10ee'] = 'Opciones de albaranes'; +$_LANGADM['AdminDeliverySlip4bc8978f084bf1726cb133a3dc8cc379'] = 'Imprimir en PDF'; +$_LANGADM['AdminDeliverySlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Formato: 2008-12-31 (ambos inclusive)'; +$_LANGADM['AdminDeliverySlip7b59b85b45733b885f95f89f8924f0fd'] = 'Prefijo utilizado para los albaranes'; +$_LANGADM['AdminDeliverySlip97794c45ba541adc77cd08dd3114cefc'] = 'Prefijo de envío:'; $_LANGADM['AdminEmails037373672dd4a89426144d40f2e8ad91'] = 'Contraseña SMTP:'; -$_LANGADM['AdminEmails8a7363b823dce00b3b1b7e62ca1d777d'] = 'Encriptación:'; -$_LANGADM['AdminEmailsd8f5b3c4ad206980b27a9d88a217a0d5'] = 'Utilizar protocolo encriptado'; -$_LANGADM['AdminEmails6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; $_LANGADM['AdminEmails099d7d04319e5191b7473e016c55e320'] = 'TLS'; -$_LANGADM['AdminEmailsea52c36203c5f99c3ce2442d531b1a22'] = 'SSL'; -$_LANGADM['AdminEmails64ea53ab0a03507af104853e03c2db28'] = 'Puerto:'; +$_LANGADM['AdminEmails130c5b3473c57faa76e2a1c54e26f88e'] = 'Ambos'; +$_LANGADM['AdminEmails14dee5807769f30f20b8d17a6afd951c'] = 'Enviar un email de prueba a'; +$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'Correo electrónico'; $_LANGADM['AdminEmails1fd75178ab1de3368fc619c5bd83b7cb'] = 'Número de puerto para utilizar'; +$_LANGADM['AdminEmails2800e9378401033bf3debf195b967343'] = 'Usuario SMTP:'; +$_LANGADM['AdminEmails329a07ff51a56b7ce7e8412a8bce3f8b'] = 'Error: por favor, compruebe su configuración'; +$_LANGADM['AdminEmails33b3f142e242a624cb69a5f5f689039d'] = 'Servidor SMTP:'; +$_LANGADM['AdminEmails4ec202ee546b3c9ee3415854939ac39a'] = 'Dejar en blanco si no es aplicable'; +$_LANGADM['AdminEmails64ea53ab0a03507af104853e03c2db28'] = 'Puerto:'; $_LANGADM['AdminEmails652d1d00f6782dfd7d3dbd4ad2e30145'] = 'Compruebe la configuración de su email'; $_LANGADM['AdminEmails66d129a76b5e0b7352c7470f75833e5c'] = 'Este es un mensaje de prueba, el servidor está ahora disponible para enviar email'; +$_LANGADM['AdminEmails68e07c80282df8c6f72fd4edf630dc75'] = 'Enviar email a:'; +$_LANGADM['AdminEmails6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; +$_LANGADM['AdminEmails765f159ab61b665aca550bd1a767f9d2'] = 'Cuando el cliente envía un mensaje desde la página de pedido'; +$_LANGADM['AdminEmails7d0435ff9cf1b9631daa6c4770441b9e'] = 'Enviar el email en formato texto'; +$_LANGADM['AdminEmails8a7363b823dce00b3b1b7e62ca1d777d'] = 'Encriptación:'; +$_LANGADM['AdminEmailsad3bc3094733fbf7e0a10f0da116b864'] = 'Usar la función mail() de PHP. Recomendado en la mayoría de los casos'; +$_LANGADM['AdminEmailsb0ac90156891121f5fbf84b276f89fcf'] = 'IP o nombre de dominio (ej. smtp.midominio.com)'; +$_LANGADM['AdminEmailsb3e39b71a787e2e14c64bac946c37849'] = 'Nombre de dominio para el envío de email (deje vacío si no conoce)'; $_LANGADM['AdminEmailsbe656d2d5c1e6f223dca152937941705'] = 'Mensaje de prueba - Prestashop'; -$_LANGADM['AdminEmailsdb30a86adf0ef9fbc6feb6fa5c8e23d7'] = 'Se ha enviado un email'; -$_LANGADM['AdminEmails329a07ff51a56b7ce7e8412a8bce3f8b'] = 'Error: por favor, compruebe su configuración'; -$_LANGADM['AdminEmailse5110300599f995b9d8cfbe930fba83e'] = 'Esta dirección email no es válida'; -$_LANGADM['AdminEmails14dee5807769f30f20b8d17a6afd951c'] = 'Enviar un email de prueba a'; +$_LANGADM['AdminEmailsd1e73ceb688ab6a0d6d3e7c10cb1c474'] = 'Mail de dominio:'; $_LANGADM['AdminEmailsd6a55d64219386584388bf3731384c3f'] = 'Enviar un email de prueba'; -$_LANGADM['AdminEmployeesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos'; -$_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre'; -$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Correo electrónico'; -$_LANGADM['AdminEmployeescce99c598cfdb9773ab041d54c3d973a'] = 'Perfil'; -$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Puede identificarse'; -$_LANGADM['AdminEmployees9273a15f9ab581801b7faeeda6ca08e4'] = 'Opciones de empleados'; -$_LANGADM['AdminEmployees06a4c5177eef6113324fdb443b824023'] = 'Regenerador de contraseña:'; -$_LANGADM['AdminEmployeesb0534bc7430b91d63ff484c2b3a3e1be'] = 'Tiempo mínimo de seguridad antes de volver a pedir una nueva contraseña'; -$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minutos'; -$_LANGADM['AdminEmployees442a8f5db7f786e260bbd65c7bc0cb55'] = 'Memorización del idioma por defecto:'; -$_LANGADM['AdminEmployeesff37db4701ba8f1a289fc2f81cc43f9d'] = 'Autorizar a los empleados a memorizar el idioma por defecto en los formularios'; -$_LANGADM['AdminEmployeesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminEmployeeseb626c94531ec554f93b2b78a77c8b1b'] = 'Empleados'; -$_LANGADM['AdminEmployeesbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Apellidos:'; -$_LANGADM['AdminEmployees668a8d8d7ffe5da112b266e46b79b685'] = 'Nombre:'; -$_LANGADM['AdminEmployeesb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; -$_LANGADM['AdminEmployeesdc5e055e0c66ae48929d03a327972a58'] = 'Dejar en blanco si no quiere cambiar su contraseña'; -$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Mín. 8 caracteres, usar sólo letras, números o'; -$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'Correo electrónico:'; -$_LANGADM['AdminEmployeesccec78d886c47adb7e5a79567d262c0d'] = 'Color del Back Office:'; -$_LANGADM['AdminEmployeesc0008270d1fea195879befd65d85298f'] = 'El Back Office aparecerá en este color. Colores HTML únicamente (Ej:'; -$_LANGADM['AdminEmployees0885f0c211f74834f0109c5abaf4cdc4'] = 'Idioma:'; -$_LANGADM['AdminEmployeesa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema:'; -$_LANGADM['AdminEmployeese4b41fb20213ac1461a81cb0c310bd97'] = 'Modo de interfaz'; -$_LANGADM['AdminEmployeesf177aa999000021a3901ac78a2728b59'] = 'Mostrar al sobrevolar'; -$_LANGADM['AdminEmployeesd4e0f6342c209912053fec10be72c94b'] = 'Mostrar al pulsar'; -$_LANGADM['AdminEmployees79f79257476673a2aea1b2a41adf3384'] = 'Mostrar el video de bienvenida:'; +$_LANGADM['AdminEmailsd8f5b3c4ad206980b27a9d88a217a0d5'] = 'Utilizar protocolo encriptado'; +$_LANGADM['AdminEmailsdb30a86adf0ef9fbc6feb6fa5c8e23d7'] = 'Se ha enviado un email'; +$_LANGADM['AdminEmailsde79cca647023ab0f822dce4e3035478'] = 'Enviar el email en formato HTML'; +$_LANGADM['AdminEmailse5110300599f995b9d8cfbe930fba83e'] = 'Esta dirección email no es válida'; +$_LANGADM['AdminEmailsea52c36203c5f99c3ce2442d531b1a22'] = 'SSL'; +$_LANGADM['AdminEmailsfd304ecc43446476fd981bb6b4f41f7f'] = 'Establecer mis propios parámetros SMTP. Sólo usuarios AVANZADOS'; $_LANGADM['AdminEmployees00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminEmployeesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminEmployees4d1f8c97363b784de6d8924bc655cab6'] = 'Muestre el video de bienvenida en el inicio del Back-Office'; +$_LANGADM['AdminEmployees06a4c5177eef6113324fdb443b824023'] = 'Regenerador de contraseña:'; +$_LANGADM['AdminEmployees0885f0c211f74834f0109c5abaf4cdc4'] = 'Idioma:'; +$_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre'; +$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Mín. 8 caracteres, usar sólo letras, números o'; $_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminEmployees41bc9496fbde8565bd5fc699e513fbd9'] = 'Autorizar o no a este empleado a conectarse al Back-Office'; -$_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Perfil:'; -$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '--Elija--'; $_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminEmployees19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminFeatures49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminFeaturesc82a6100dace2b41087ba6cf99a5976a'] = 'Valores'; -$_LANGADM['AdminFeaturesea59bdc2e534a7c88b324959995c0cb2'] = 'Volver a la lista de características'; -$_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Añadir una nueva característica'; +$_LANGADM['AdminEmployees41bc9496fbde8565bd5fc699e513fbd9'] = 'Autorizar o no a este empleado a conectarse al Back-Office'; +$_LANGADM['AdminEmployees442a8f5db7f786e260bbd65c7bc0cb55'] = 'Memorización del idioma por defecto:'; +$_LANGADM['AdminEmployees4d1f8c97363b784de6d8924bc655cab6'] = 'Muestre el video de bienvenida en el inicio del Back-Office'; +$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minutos'; +$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Puede identificarse'; +$_LANGADM['AdminEmployees668a8d8d7ffe5da112b266e46b79b685'] = 'Nombre:'; +$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'Correo electrónico:'; +$_LANGADM['AdminEmployees79f79257476673a2aea1b2a41adf3384'] = 'Mostrar el video de bienvenida:'; +$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '--Elija--'; +$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Correo electrónico'; +$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos'; +$_LANGADM['AdminEmployees9273a15f9ab581801b7faeeda6ca08e4'] = 'Opciones de empleados'; +$_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Perfil:'; +$_LANGADM['AdminEmployeesa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema:'; +$_LANGADM['AdminEmployeesb0534bc7430b91d63ff484c2b3a3e1be'] = 'Tiempo mínimo de seguridad antes de volver a pedir una nueva contraseña'; +$_LANGADM['AdminEmployeesb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; +$_LANGADM['AdminEmployeesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminEmployeesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminEmployeesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminEmployeesbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Apellidos:'; +$_LANGADM['AdminEmployeesc0008270d1fea195879befd65d85298f'] = 'El Back Office aparecerá en este color. Colores HTML únicamente (Ej:'; +$_LANGADM['AdminEmployeescce99c598cfdb9773ab041d54c3d973a'] = 'Perfil'; +$_LANGADM['AdminEmployeesccec78d886c47adb7e5a79567d262c0d'] = 'Color del Back Office:'; +$_LANGADM['AdminEmployeesdc5e055e0c66ae48929d03a327972a58'] = 'Dejar en blanco si no quiere cambiar su contraseña'; +$_LANGADM['AdminEmployeese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminEmployeeseb626c94531ec554f93b2b78a77c8b1b'] = 'Empleados'; +$_LANGADM['AdminEmployeesff37db4701ba8f1a289fc2f81cc43f9d'] = 'Autorizar a los empleados a memorizar el idioma por defecto en los formularios'; $_LANGADM['AdminFeatures0c8a987e64c2d46886bf92e29c736bdc'] = 'Añadir un nuevo valor de característica.'; -$_LANGADM['AdminFeatures1e0f6215dd017b783915dc1b422aeaab'] = 'pulse en el nombre de una caracteristica para ver su valor. Pulse otra vez si quiere esconderlos'; -$_LANGADM['AdminFeatures47d093130260ea69f3782a4b693d7d2c'] = 'No hay características.'; -$_LANGADM['AdminFeatures689202409e48743b914713f96d93947c'] = 'Valor'; -$_LANGADM['AdminFeatures06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminFeatures7dce122004969d56ae2e0245cb754d35'] = 'Editar'; -$_LANGADM['AdminFeatures081ae3451dfd55c52ba7ec21926e0854'] = 'Borrar valor'; -$_LANGADM['AdminFeaturesf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminFeatures2a35a5a97d356cd4245c3496bc771f0c'] = 'Sin valores definidos'; -$_LANGADM['AdminFeatures6adab6d3fdf92c448d60cf8824e4851c'] = 'Borrar selección'; -$_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar elementos seleccionados?'; -$_LANGADM['AdminFeaturese8cf85cec621489ec026f7e06c67eb4e'] = 'Borrar elemento'; -$_LANGADM['AdminFeatures4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminFeatures6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminFeatures21021ea0e52be8e9c599f4dff41e5be0'] = 'caracteristica'; $_LANGADM['AdminFeatures38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminFeatures19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminFeaturesValues0c8a987e64c2d46886bf92e29c736bdc'] = 'Añadir un nuevo valor de característica'; -$_LANGADM['AdminFeaturesValuesacdb802bfc2b99b15d1782570285c427'] = 'Valor:'; -$_LANGADM['AdminFeaturesValues6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminFeaturesValuesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Característica:'; -$_LANGADM['AdminFeaturesValues38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminFeaturesValues19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; -$_LANGADM['AdminGeneratorad11acdc8759d7a20ca3b868a8db30ae'] = 'La generación de htaccess'; -$_LANGADM['AdminGenerator3f3e336e2f1fa10375efd923fca18b55'] = 'Advertencia:'; -$_LANGADM['AdminGenerator620da2256fdfaa8c903cc870221450ca'] = 'esta herramienta sólo puede utilizarse si está alojada en un servidor web Apache. Por favor, pregunte a su hosting.'; -$_LANGADM['AdminGenerator53bdd80ab93282cc38ef9c605f058eba'] = 'Esta herramienta va a generar automáticamente el archivo \"htaccess\" que ofrece la posibilidad de proceder a la reescritura de URL de la tiena y de personalizar los errores'; -$_LANGADM['AdminGenerator15970c4fdbca1fc48c5b412d94e798c0'] = 'Optimización'; -$_LANGADM['AdminGenerator32d593fb52ab5e4ae3f16844b576867d'] = 'Esto añadirá indicaciones al archivo. htaccess que deberían mejorar el almacenamiento en caché y la compresión.'; -$_LANGADM['AdminGenerator1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigables'; -$_LANGADM['AdminGenerator223cf855cfa657eeb99550e1acd8eaa3'] = 'Active esta opción únicamente si el modo rewrite se encuentra activado en su servidor.'; -$_LANGADM['AdminGeneratoracaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Desactivar apache MultiViews'; -$_LANGADM['AdminGenerator7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Activar esta opción sólo si tiene problemas con algunas páginas URL en reescritura.'; -$_LANGADM['AdminGeneratorb696dfaf5a833f70d71d26d052c6eaa3'] = 'Generar el \". Htaccess\" haciendo clic en el siguiente botón:'; -$_LANGADM['AdminGenerator3c108dd1d7338dcc6a9face1824db1dd'] = 'Generar el archivo. Htaccess'; +$_LANGADM['AdminFeatures49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminFeatures4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminFeatures52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminFeatures6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminFeatures630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; +$_LANGADM['AdminFeatures689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminFeaturesacdb802bfc2b99b15d1782570285c427'] = 'Valor:'; +$_LANGADM['AdminFeaturesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Característica:'; +$_LANGADM['AdminFeaturesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminFeaturesc82a6100dace2b41087ba6cf99a5976a'] = 'Valores'; +$_LANGADM['AdminFeaturesc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Añadir una nueva característica'; +$_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar elementos seleccionados?'; +$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; +$_LANGADM['AdminGenders38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Imagen'; +$_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminGenders4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminGenders6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminGendersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminGendersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGendersbe53a0541a6d36f6ecb879fa2c584b08'] = 'Imagen'; +$_LANGADM['AdminGenderse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminGenderse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:'; $_LANGADM['AdminGenerator067b367b527d0a275f99b9071dd69e28'] = 'Esto borrará su'; $_LANGADM['AdminGenerator149603e6c03516362a8da23f624db945'] = 'antiguo'; -$_LANGADM['AdminGenerator5b1315f64379c20167cc186f3cfed249'] = '.htaccess!'; -$_LANGADM['AdminGeneratorb8a27e47e64caa3e36c8894c3745357b'] = 'Antes de poder utilizar esta herramienta, es necesario:'; -$_LANGADM['AdminGeneratord443c06bc05c5f7d35d95aba3ddcf817'] = '- crear un'; -$_LANGADM['AdminGenerator8052c42ab3b8aa06a3f5f788a4ddccc2'] = '.archivo .htaccess'; -$_LANGADM['AdminGenerator93f711fc90428ec9589a70706e1866a2'] = 'archivo vacío en la carpeta'; -$_LANGADM['AdminGenerator60e4943ad37920b1f95133fae1420b59'] = 'autorizar los permisos (CHMOD en sistema Unix)'; +$_LANGADM['AdminGenerator15970c4fdbca1fc48c5b412d94e798c0'] = 'Optimización'; +$_LANGADM['AdminGenerator1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigables'; +$_LANGADM['AdminGenerator2129c4f9bb14dcddabb6453bfbeff246'] = 'esta herramienta genera a \"robots.txt\" fichero que puede configurar para denegar accesso a los motores de busceda para algunas paginas'; +$_LANGADM['AdminGenerator223cf855cfa657eeb99550e1acd8eaa3'] = 'Active esta opción únicamente si el modo rewrite se encuentra activado en su servidor.'; +$_LANGADM['AdminGenerator32d593fb52ab5e4ae3f16844b576867d'] = 'Esto añadirá indicaciones al archivo. htaccess que deberían mejorar el almacenamiento en caché y la compresión.'; $_LANGADM['AdminGenerator345d6249c20c6319bb09edaaf536744b'] = 'La generación de archivos Robots'; $_LANGADM['AdminGenerator3b823baba7abb920bd1c18104ae7537b'] = 'Su archivo robots.txt DEBE estar en la raíz de su sitio Web, y en ninguna otra parte.'; -$_LANGADM['AdminGeneratorb65cc08420e484602c7c313336933452'] = 'por ejemplo: http://www.yoursite.com/robots.txt'; -$_LANGADM['AdminGenerator2129c4f9bb14dcddabb6453bfbeff246'] = 'esta herramienta genera a \"robots.txt\" fichero que puede configurar para denegar accesso a los motores de busceda para algunas paginas'; -$_LANGADM['AdminGeneratorffd4c6a67eb0c56d04a5ebca5e8cbf80'] = 'Generar su \"robots.txt\" archivo haciendo clic en el siguiente botón:'; -$_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Generar el archivo robots.txt'; +$_LANGADM['AdminGenerator3c108dd1d7338dcc6a9face1824db1dd'] = 'Generar el archivo. Htaccess'; +$_LANGADM['AdminGenerator3f3e336e2f1fa10375efd923fca18b55'] = 'Advertencia:'; +$_LANGADM['AdminGenerator53bdd80ab93282cc38ef9c605f058eba'] = 'Esta herramienta va a generar automáticamente el archivo \"htaccess\" que ofrece la posibilidad de proceder a la reescritura de URL de la tiena y de personalizar los errores'; +$_LANGADM['AdminGenerator5b1315f64379c20167cc186f3cfed249'] = '.htaccess!'; +$_LANGADM['AdminGenerator60e4943ad37920b1f95133fae1420b59'] = 'autorizar los permisos (CHMOD en sistema Unix)'; +$_LANGADM['AdminGenerator620da2256fdfaa8c903cc870221450ca'] = 'esta herramienta sólo puede utilizarse si está alojada en un servidor web Apache. Por favor, pregunte a su hosting.'; $_LANGADM['AdminGenerator76bdc7d3324595e5c6430ba466690cba'] = 'archivo robots.txt!'; +$_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Generar el archivo robots.txt'; +$_LANGADM['AdminGenerator7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Activar esta opción sólo si tiene problemas con algunas páginas URL en reescritura.'; +$_LANGADM['AdminGenerator8052c42ab3b8aa06a3f5f788a4ddccc2'] = '.archivo .htaccess'; +$_LANGADM['AdminGenerator93f711fc90428ec9589a70706e1866a2'] = 'archivo vacío en la carpeta'; $_LANGADM['AdminGeneratoraa2646a667ee1cd83235786dccef4a26'] = 'robots.txt'; +$_LANGADM['AdminGeneratoracaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Desactivar apache MultiViews'; +$_LANGADM['AdminGeneratorad11acdc8759d7a20ca3b868a8db30ae'] = 'La generación de htaccess'; +$_LANGADM['AdminGeneratorb65cc08420e484602c7c313336933452'] = 'por ejemplo: http://www.yoursite.com/robots.txt'; +$_LANGADM['AdminGeneratorb696dfaf5a833f70d71d26d052c6eaa3'] = 'Generar el \". Htaccess\" haciendo clic en el siguiente botón:'; +$_LANGADM['AdminGeneratorb8a27e47e64caa3e36c8894c3745357b'] = 'Antes de poder utilizar esta herramienta, es necesario:'; $_LANGADM['AdminGeneratorc03c063bb390b0042cabd4e08ac92347'] = 'en blanco en la carpeta:'; -$_LANGADM['AdminGenerator99bd735570f4e71f3596ad208f6f63c6'] = 'No se puede escribir en el archivo:'; -$_LANGADM['AdminGeneratorff75496593d3ce1584f5e974e9668330'] = 'Por favor, compruebe los permisos de escritura.'; -$_LANGADM['AdminGeolocation323d4eb70b252acb4a04eaf9e0882597'] = 'Geolocalización'; -$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Para utilizar la geolocalización, por favor descargue '; -$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'este archivo'; -$_LANGADM['AdminGeolocation3d3aa857bbce5746c7156f447f6bdc60'] = 'y descomprímalo en la carpeta tools/geoip/'; -$_LANGADM['AdminGeolocation665d5ac9ea21d13ec63596b0d84bf9ea'] = 'Geolocalización por IP'; -$_LANGADM['AdminGeolocationc95467b224ae2a3f8a4c12ddbbb0448e'] = 'Geolocalización por IP:'; -$_LANGADM['AdminGeolocation00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminGeolocationb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminGeolocation5ce2a0bcb8967528a33c2c0d31cbb194'] = 'Esta opción le permite, entre otras cosas, restringir el acceso a su tienda en ciertos países, ver más abajo.'; -$_LANGADM['AdminGeolocationc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; -$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opciones'; -$_LANGADM['AdminGeolocation4fe49a258059a1dca12770e1dfe40ea2'] = 'Las siguientes aplicaciones solo estarán disponibles activando la aplicación de Geolocalización por IP'; +$_LANGADM['AdminGeneratord443c06bc05c5f7d35d95aba3ddcf817'] = '- crear un'; +$_LANGADM['AdminGeneratorffd4c6a67eb0c56d04a5ebca5e8cbf80'] = 'Generar su \"robots.txt\" archivo haciendo clic en el siguiente botón:'; $_LANGADM['AdminGeolocation2eef60563335b16d4a98900298fe7841'] = 'Comportamiento de Geolocalización para los países restringidos'; -$_LANGADM['AdminGeolocation9135a9ffd14e4b05e4e3bc4eab58fda7'] = 'Los visitantes no pueden acceder a su catálogo'; -$_LANGADM['AdminGeolocationfff95e613286b45e8c44f4316200a83f'] = 'Los visitantes pueden acceder a su catálogo pero no pueden hacer un pedido'; $_LANGADM['AdminGeolocation38e8888ae62868f7ec6cc940ffcaf373'] = 'Comportamiento de geolocalización para los países no reconocidos:'; +$_LANGADM['AdminGeolocation3d3aa857bbce5746c7156f447f6bdc60'] = 'y descomprímalo en la carpeta tools/geoip/'; +$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Para utilizar la geolocalización, por favor descargue '; $_LANGADM['AdminGeolocation4609449450efd4dbe3f05ef2e9c5151d'] = 'Todas las aplicaciones se encuentran disponibles'; -$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Seleccione los países que pueden acceder a su tienda:'; $_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminGeolocationa79a12d2d7ab4c5524e33e62a568d77c'] = 'Lista blanca de direcciones IP'; +$_LANGADM['AdminGeolocation4fe49a258059a1dca12770e1dfe40ea2'] = 'Las siguientes aplicaciones solo estarán disponibles activando la aplicación de Geolocalización por IP'; +$_LANGADM['AdminGeolocation5ce2a0bcb8967528a33c2c0d31cbb194'] = 'Esta opción le permite, entre otras cosas, restringir el acceso a su tienda en ciertos países, ver más abajo.'; $_LANGADM['AdminGeolocation5e23ef5156fb0aca3cb2cc23fed2e267'] = 'Puede añadir muchas direcciones IP, a estas direcciones siempre se les permitirá acceder a su tienda (p. ej.: IP de los robots de Google).'; $_LANGADM['AdminGeolocation911bac7fe508d2b815eab0612120b564'] = 'Direcciones IP autorizadas'; -$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminGroups104d9898c04874d0fbac36e125fa1369'] = 'Descuento'; -$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Miembros'; -$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Fecha de creación'; -$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Grupo de Clientes'; -$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Descuento:'; +$_LANGADM['AdminGeolocation9135a9ffd14e4b05e4e3bc4eab58fda7'] = 'Los visitantes no pueden acceder a su catálogo'; +$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'este archivo'; +$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Seleccione los países que pueden acceder a su tienda:'; +$_LANGADM['AdminGeolocationa79a12d2d7ab4c5524e33e62a568d77c'] = 'Lista blanca de direcciones IP'; +$_LANGADM['AdminGeolocationc95467b224ae2a3f8a4c12ddbbb0448e'] = 'Geolocalización por IP:'; +$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opciones'; +$_LANGADM['AdminGeolocationfff95e613286b45e8c44f4316200a83f'] = 'Los visitantes pueden acceder a su catálogo pero no pueden hacer un pedido'; +$_LANGADM['AdminGroupShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminGroupShop1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; +$_LANGADM['AdminGroupShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; +$_LANGADM['AdminGroupShop24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminGroupShop287234a1ff35a314b5b6bc4e5828e745'] = 'Atributos'; +$_LANGADM['AdminGroupShop38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminGroupShop98f770b0af18ca763421bac22b4b6805'] = 'Características'; +$_LANGADM['AdminGroupShopa37ede293936e29279ed543129451ec3'] = 'Grupos '; +$_LANGADM['AdminGroupShopb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGroupShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminGroupShopdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zonas'; +$_LANGADM['AdminGroupShope25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; $_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; -$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Se aplicará automáticamente un descuento sobre TODOS los productos de la tienda para los miembros que pertenecen a este grupo'; -$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Descuentos actuales:'; -$_LANGADM['AdminGroups3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoría'; -$_LANGADM['AdminGroups689202409e48743b914713f96d93947c'] = 'Valor'; -$_LANGADM['AdminGroups004bf6c9a40003140292e97330236c53'] = 'Acción'; -$_LANGADM['AdminGroupsf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; -$_LANGADM['AdminGroupsa9199a42a34f3a6004c9cd2cb268c10f'] = 'No hay descuento'; +$_LANGADM['AdminGroups151a3c668742e11d24b6f8e65f7f7ee6'] = 'Fecha de registro'; $_LANGADM['AdminGroups2dc9a383d693a2ded8b1ef832926ea93'] = 'Método de visualización de precios:'; -$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'Impuestos no incluidos'; -$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'Impuestos incluidos'; +$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Descuentos actuales:'; +$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Fecha de creación'; $_LANGADM['AdminGroups35756bfdf07485441e0b1dd219025374'] = 'Cómo mostrar los precios en un resumen para que este grupo de clientes (impuestos incluidos o excluidos).'; $_LANGADM['AdminGroups38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminGroups19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; -$_LANGADM['AdminGroupsc53a3dc4f27d93e065c2c5be5a78b74f'] = 'Nuevo grupo de descuento'; -$_LANGADM['AdminGroups56a8a9eb05f9014da51a4f9b57322ac7'] = 'Categoría:'; -$_LANGADM['AdminGroups60c4a9a7f56f6b9669f84977ebd0f93d'] = 'Sólo los productos que tienen esta categoría en la categoría por defecto se verán afectados'; +$_LANGADM['AdminGroups3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; $_LANGADM['AdminGroups567183b8b1122180690be51cc6df2b74'] = 'Descuento (en %)'; -$_LANGADM['AdminGroups1fe63847218648baf13474e3d25747bb'] = 'Añadir'; -$_LANGADM['AdminGroupsdaab80c5dadc81fa2d019c562f805994'] = 'Sexo'; -$_LANGADM['AdminGroups1ec5f5ec77c51a968271b2ca9862907d'] = 'correo electrónico'; -$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Fecha de nacimiento'; -$_LANGADM['AdminGroups22ffd0379431f3b615eb8292f6c31d12'] = 'Fecha de inscripción'; +$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Se aplicará automáticamente un descuento sobre TODOS los productos de la tienda para los miembros que pertenecen a este grupo'; +$_LANGADM['AdminGroups6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; $_LANGADM['AdminGroups7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; -$_LANGADM['AdminGroupsec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminGroups06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; +$_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'Correo electrónico'; +$_LANGADM['AdminGroups93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Fecha de nacimiento'; +$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Descuento:'; +$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminGroupsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'Impuestos no incluidos'; +$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Grupo de Clientes'; +$_LANGADM['AdminGroupsd1457b72c3fb323a2671125aef3eab5d'] = '?'; +$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Miembros'; +$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'Impuestos incluidos'; $_LANGADM['AdminGroupsfb93ea877b4e204a3676b9a27fe423b9'] = 'Clientes miembros de este grupo'; -$_LANGADM['AdminGroupsaac3536927a1e082bbdbbd18039b486b'] = 'Escribir a este cliente'; -$_LANGADM['AdminGroupsd2a99b49c6a18dbbd911e51e55cc5c6d'] = 'Ver pedidos'; -$_LANGADM['AdminGroups424b1a913da3df93e2366d28f29e1893'] = 'Modificar este cliente'; -$_LANGADM['AdminGroups729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro(a)?'; -$_LANGADM['AdminGroupsc3b0525bb0516119f4233bc8f78ec05e'] = 'Suplimir este cliente'; -$_LANGADM['AdminGroups3987833f7cb48f6bd0cf402d6994d346'] = 'Ningún usuario en este grupo.'; -$_LANGADM['AdminHomeafd87eb38820c73315688a7cab2571d4'] = 'Un buen comienzo'; -$_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'URLs amigables'; -$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache y compresión navegador'; -$_LANGADM['AdminHome5ad483f10dec94a21c78d89edc1fef94'] = 'Optimización Smarty '; -$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Concatenación, compresión y cache'; -$_LANGADM['AdminHome73a910e532bbbc17742ac1ad88189026'] = 'Tienda activada'; -$_LANGADM['AdminHomeaff26d06b54b6d6acb2ed185a5477f49'] = 'índice reconstruido después de la actualización'; -$_LANGADM['AdminHome6cf148afcc6acae611cf5f65ddf074f9'] = '. Htaccess hasta la fecha actual'; -$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Cuadro de mandos'; -$_LANGADM['AdminHome486389453cfc7006870efa54fb7f6df9'] = 'Nueva versión PrestaShop disponible'; -$_LANGADM['AdminHome801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargar'; +$_LANGADM['AdminHome004bf6c9a40003140292e97330236c53'] = 'Acción'; $_LANGADM['AdminHome095939fea07d985d07ababe2c18f5b9c'] = 'El aviso para actualizaciones no está disponible'; -$_LANGADM['AdminHome8ea6ef7812005ab540c9406c35fa4bb3'] = 'Para recibir advertencias de la actualización de PrestaShop, necesita activar el comando del allow_url_fopen en su archivo de los config de php.ini. '; -$_LANGADM['AdminHome5d3ee00c373c5c4ed47a761939e94b76'] = 'mas info'; -$_LANGADM['AdminHomeba96d5954aa6db09c9004b6dc12b6014'] = 'Si no sabe como hacerlo, por favor contacte al administrador de su servidor'; -$_LANGADM['AdminHome385500f9c4d131f38c706dbc9d3a77c4'] = 'Ver más vídeos explicativos'; -$_LANGADM['AdminHome57747250ec23a658f7a227ac9241aeef'] = 'No volver a mostrar'; -$_LANGADM['AdminHome52015afb6ec8b940ef903ff73f4c4058'] = 'Nueva categoría'; -$_LANGADM['AdminHome830faa39d4dffcb14f4f514c9342e5d1'] = 'Crear una nueva categoría y organizar los productos en su tienda.'; -$_LANGADM['AdminHome656c3be690ee43df4b845bd2a2ebe587'] = 'Nuevo producto'; -$_LANGADM['AdminHome2c3b06b32caf673175832aeb3833f32a'] = 'Rellene su catálogo y organice sus productos'; -$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Estadísticas'; -$_LANGADM['AdminHomec0eef64157eb4bb621577e628f595beb'] = 'Pilote su actividad gracias a un análises completo de su tienda.'; -$_LANGADM['AdminHome4b08baa69304b6f4cd7ee5453beeea5e'] = 'Nuevo empleado.'; -$_LANGADM['AdminHome54361fc9e712ed173d019c3d4a6e2ca0'] = 'Añada una cuenta empleado para delegar una parte de la gestión de su tienda.'; -$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Ver más'; -$_LANGADM['AdminHomeb98263dfd493178c43eca9b08a2ce4dc'] = 'Estadísticas del mes'; +$_LANGADM['AdminHome0b7902adbdb6335dacf47d249fad05f1'] = 'Ventas de la semana'; $_LANGADM['AdminHome11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Ventas'; $_LANGADM['AdminHome145091c4a142b35c98a860e2df97ef26'] = 'Inscripciones'; -$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Pedidos'; -$_LANGADM['AdminHomedcd13f267cf781b25dd8826080425464'] = 'Páginas productos vistas'; -$_LANGADM['AdminHomebcd454728d21fd1b7adcb2bb02af7316'] = 'Servicio clientela'; -$_LANGADM['AdminHomea340073fa87f8783e926b7865a8d9fe0'] = 'Hilos de discusión no leídos'; -$_LANGADM['AdminHome3a1c9b4de5495314cf4e6ce5baaf1001'] = 'Hilos de discusión en curso'; -$_LANGADM['AdminHome490244040ff9e9a9084ac9347fb38b97'] = 'Hilos de discusión cerrados'; -$_LANGADM['AdminHomecab723c421c5278820b5020b6f360d54'] = 'Total de hilos'; -$_LANGADM['AdminHome0b7902adbdb6335dacf47d249fad05f1'] = 'Ventas de la semana'; -$_LANGADM['AdminHomec89b149018866032dd690b0983f1ac78'] = 'Ventas + Impuestos'; -$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Concatenación, compresión y cache'; +$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Cuadro de mandos'; +$_LANGADM['AdminHome2c3b06b32caf673175832aeb3833f32a'] = 'Rellene su catálogo y organice sus productos'; $_LANGADM['AdminHome2ea989f83006e233627987293f4bde0a'] = 'Cliente'; -$_LANGADM['AdminHomeec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminHome96b0141273eabab320119c467cdcaf17'] = 'Total'; -$_LANGADM['AdminHome004bf6c9a40003140292e97330236c53'] = 'Acción'; +$_LANGADM['AdminHome385500f9c4d131f38c706dbc9d3a77c4'] = 'Ver más vídeos explicativos'; +$_LANGADM['AdminHome3a1c9b4de5495314cf4e6ce5baaf1001'] = 'Hilos de discusión en curso'; $_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Detalles'; +$_LANGADM['AdminHome486389453cfc7006870efa54fb7f6df9'] = 'Nueva versión PrestaShop disponible'; +$_LANGADM['AdminHome490244040ff9e9a9084ac9347fb38b97'] = 'Hilos de discusión cerrados'; +$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache y compresión navegador'; $_LANGADM['AdminHome4ff2e716a7d06ce5274b4090b39abad3'] = 'Ver'; -$_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Ancho'; -$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Alto'; -$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Después de la modificaciones, no olvide regenerar las miniaturas'; -$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Imágenes'; -$_LANGADM['AdminImages204dd5cbb153eae3c105e3a42f1c0ff8'] = 'Nombre tipo:'; -$_LANGADM['AdminImagesa11abdf9fb207f44c2d44c72d8a1203f'] = 'Sólo letras (ej: pequeña, mediana, grande, ...)'; -$_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Ancho:'; -$_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Ancho máximo en píxeles'; -$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Alto:'; -$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Alto máximo en píxeles'; -$_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Productos:'; +$_LANGADM['AdminHome54361fc9e712ed173d019c3d4a6e2ca0'] = 'Añada una cuenta empleado para delegar una parte de la gestión de su tienda.'; +$_LANGADM['AdminHome57747250ec23a658f7a227ac9241aeef'] = 'No volver a mostrar'; +$_LANGADM['AdminHome5ad483f10dec94a21c78d89edc1fef94'] = 'Optimización Smarty '; +$_LANGADM['AdminHome6cf148afcc6acae611cf5f65ddf074f9'] = '. Htaccess hasta la fecha actual'; +$_LANGADM['AdminHome73a910e532bbbc17742ac1ad88189026'] = 'Tienda activada'; +$_LANGADM['AdminHome7e4b7faf0fc36dc296e66f6ea3096dcd'] = 'Haga clic aquí si desea modificar el nombre de dominio de la tienda principal '; +$_LANGADM['AdminHome801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargar'; +$_LANGADM['AdminHome830faa39d4dffcb14f4f514c9342e5d1'] = 'Crear una nueva categoría y organizar los productos en su tienda.'; +$_LANGADM['AdminHome96b0141273eabab320119c467cdcaf17'] = 'Total'; +$_LANGADM['AdminHomea340073fa87f8783e926b7865a8d9fe0'] = 'Hilos de discusión no leídos'; +$_LANGADM['AdminHomeafd87eb38820c73315688a7cab2571d4'] = 'Un buen comienzo'; +$_LANGADM['AdminHomeaff26d06b54b6d6acb2ed185a5477f49'] = 'índice reconstruido después de la actualización'; +$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Ver más'; +$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminHomeb98263dfd493178c43eca9b08a2ce4dc'] = 'Estadísticas del mes'; +$_LANGADM['AdminHomeba96d5954aa6db09c9004b6dc12b6014'] = 'Si no sabe como hacerlo, por favor contacte al administrador de su servidor'; +$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Pedidos'; +$_LANGADM['AdminHomebcd454728d21fd1b7adcb2bb02af7316'] = 'Servicio clientela'; +$_LANGADM['AdminHomec0eef64157eb4bb621577e628f595beb'] = 'Pilote su actividad gracias a un análises completo de su tienda.'; +$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Estadísticas'; +$_LANGADM['AdminHomec89b149018866032dd690b0983f1ac78'] = 'Ventas + Impuestos'; +$_LANGADM['AdminHomecab723c421c5278820b5020b6f360d54'] = 'Total de hilos'; +$_LANGADM['AdminHomedcd13f267cf781b25dd8826080425464'] = 'Páginas productos vistas'; +$_LANGADM['AdminHomeec53a8c4f07baed5d8825072c89799be'] = 'Estado'; +$_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'URLs amigables'; $_LANGADM['AdminImages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminImagesf9a9027d728e8c701143cc8b1829400b'] = 'Se aplicará este tipo a las imágenes de los productos'; -$_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Categorías'; -$_LANGADM['AdminImages910467fa766cf5eeaa7034bf404e3c6a'] = 'Se aplicará este tipo a las imágenes de las categorías'; -$_LANGADM['AdminImages0e1e874dde345d19583102a9fd63fb7e'] = 'Fabricantes:'; -$_LANGADM['AdminImagesc4fd2ca4519bd381b87fd6078971d87f'] = 'Se aplicará este tipo a las imágenes de los fabricantes'; -$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Proveedores:'; -$_LANGADM['AdminImages3c9e0f95a0c3f7dd4c650d3ed1a0afb5'] = 'Se aplicará este tipo a las imágenes de los proveedores'; -$_LANGADM['AdminImages7e92dc38b95095cfee88452579f3fb67'] = 'Escenas:'; -$_LANGADM['AdminImagesd72f2c002b37407379420bf987bca76a'] = 'Se aplicará este tipo a las imágenes de las escenas'; -$_LANGADM['AdminImages89e2077ce10ec7fc0bde234fbc48c5cb'] = 'Tiendas:'; -$_LANGADM['AdminImages1bb3c9f27926baa18c5070fa6498f34e'] = 'Se aplicará este tipo a las imágenes de las tiendas'; -$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminImages19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; -$_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; -$_LANGADM['AdminImages1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; -$_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Escenas'; +$_LANGADM['AdminImages044a77653804fe33652d68098d98121e'] = 'Activar la compatibilidad con las imágenes antiguas'; +$_LANGADM['AdminImages048a517fd1781ed314402df592f2ea68'] = 'Ancho de la imagen del artículo:'; $_LANGADM['AdminImages068f80c7519d0528fb08e82137a72131'] = 'Productos'; -$_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas'; -$_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Regenerar Miniaturas'; -$_LANGADM['AdminImagese4bb324f29622b389af104bce1db6fdc'] = 'Regenerar Miniaturas para todas las imágenes de los productos'; -$_LANGADM['AdminImages9310244aa3f5325c976135a2a089949b'] = 'Espere por favor, la espera puede durar algunos minutos'; -$_LANGADM['AdminImages66a3f886eb548f3575add71847622388'] = '¡Atención! Al generar manualmente las miniaturas, se borrarán automáticamente las miniaturas ya generadas. '; -$_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Seleccionar imagen'; -$_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todo'; -$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Seleccionar formato'; -$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Borrar las imágenes anteriores'; -$_LANGADM['AdminImagesed13a29f9258d2b988ea7ba9d11de98b'] = 'Desmarcar esta casilla únicamente si el proceso ha sido interrumpido y quiere continuar.'; -$_LANGADM['AdminImages729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?'; -$_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Mover las imágenes'; $_LANGADM['AdminImages0be9bdbde253c5d649e8667c0bae6754'] = 'Un nuevo sistema de almacenamiento de imágenes de los productos ahora es utilizado por PrestaShop. Ofrece un mejor rendimiento si su tienda tiene un número muy grande de productos.'; -$_LANGADM['AdminImages5e869c034d4bd6df7f278053e786e4fb'] = 'Imágenes duplicadas se encontraron cuando se movieron las imágenes del producto. Es probable que fue causado por las imágenes de demostración sin usar. Por favor, asegúrese de que la carpeta'; -$_LANGADM['AdminImages6ab89e213e3557e2ab248510d89051d1'] = 'sólo contenga las imágenes de demostración a continuación, borre esta carpeta.'; -$_LANGADM['AdminImages6713e1295572974656e3e04d18e77ca9'] = 'PrestaShop ha detectado que la configuración de su servidor no es compatible con el nuevo sistema de almacenamiento (directiva \"safe_mode\" está activado). Usted debe continuar usando el sistema actual.'; +$_LANGADM['AdminImages0e1e874dde345d19583102a9fd63fb7e'] = 'Fabricantes:'; $_LANGADM['AdminImages0fb0d96026cc27f8a45d6cb909289903'] = 'Usted puede optar por mantener sus imágenes almacenadas en el sistema anterior - lo cual no supone ningún problema.'; -$_LANGADM['AdminImages6e9b08be274aa15f116c641e4c9b8599'] = 'También puede decidir desplazar las imágenes al nuevo sistema de almacenamiento: en este caso, pulse en \"Mover las imágenes\" botón de abajo. Por favor, sea paciente, ya que esto puede tardar varios minutos.'; +$_LANGADM['AdminImages1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; +$_LANGADM['AdminImages1bb3c9f27926baa18c5070fa6498f34e'] = 'Se aplicará este tipo a las imágenes de las tiendas'; $_LANGADM['AdminImages1bd266b7c30df50f9b77b0e0f55f2878'] = 'Después de desplazar todas las imágenes de su producto, para un rendimiento óptimo vaya a la'; -$_LANGADM['AdminImagese686877843ac3c9f4c45aaea265fe59c'] = 'preferencia producto'; -$_LANGADM['AdminImagesfb3164a4f7305b347948b8aca17c1735'] = 'y ajuste \"Activar la compatibilidad con las imágenes antiguas\" a NO.'; -$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'Las imágenes JPEG tienen un tamaño de archivo pequeño y calidad normal. Las imágenes PNG tienen un tamaño de archivo más grande, una mayor calidad y mayor transparencia. Tenga en cuenta que en todos los casos, los archivos de imagen tendrán la extensión. Jpg.'; -$_LANGADM['AdminImagesff167676b1516b34e7f9be0fea5349d6'] = 'ADVERTENCIA: Esta característica puede no ser compatible con su tema o con algunos módulos. En particular, el modo de PNG no es compatible con el módulo de marca de agua. Si encuentra algún problema, desactívelo seleccionando la opción \"Use JPEG\".'; -$_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Calidad de la imagen'; +$_LANGADM['AdminImages204dd5cbb153eae3c105e3a42f1c0ff8'] = 'Nombre tipo:'; +$_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; +$_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Regenerar Miniaturas'; $_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Use JPEG'; -$_LANGADM['AdminImagesb8d0be967a9105f094abc811656ee660'] = 'Use PNG si la imagen de base está en formato PNG'; -$_LANGADM['AdminImages718e1e271056782b288616e916511980'] = 'Usar PNG para todas las imágenes'; -$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'Calidad JPEG'; -$_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'El rango va de 0 (a peor calidad, archivo más pequeño) a 100 (a mejor calidad, archivo más grande)'; -$_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'Calidad PNG'; $_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'El rango va de 9 (a peor calidad, el archivo más pequeño) a 0 (a mejor calidad, el archivo más grande)'; -$_LANGADM['AdminImportaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; +$_LANGADM['AdminImages32465c25dfecca0db61214b9af3bd9f1'] = 'Tamaño máximo de las imágenes del artículo:'; +$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Ancho'; +$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminImages3c9e0f95a0c3f7dd4c650d3ed1a0afb5'] = 'Se aplicará este tipo a las imágenes de los proveedores'; +$_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Calidad de la imagen'; +$_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Ancho:'; +$_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminImages5e869c034d4bd6df7f278053e786e4fb'] = 'Imágenes duplicadas se encontraron cuando se movieron las imágenes del producto. Es probable que fue causado por las imágenes de demostración sin usar. Por favor, asegúrese de que la carpeta'; +$_LANGADM['AdminImages66a3f886eb548f3575add71847622388'] = '¡Atención! Al generar manualmente las miniaturas, se borrarán automáticamente las miniaturas ya generadas. '; +$_LANGADM['AdminImages6713e1295572974656e3e04d18e77ca9'] = 'PrestaShop ha detectado que la configuración de su servidor no es compatible con el nuevo sistema de almacenamiento (directiva \"safe_mode\" está activado). Usted debe continuar usando el sistema actual.'; +$_LANGADM['AdminImages6ab89e213e3557e2ab248510d89051d1'] = 'sólo contenga las imágenes de demostración a continuación, borre esta carpeta.'; +$_LANGADM['AdminImages6e9b08be274aa15f116c641e4c9b8599'] = 'También puede decidir desplazar las imágenes al nuevo sistema de almacenamiento: en este caso, pulse en \"Mover las imágenes\" botón de abajo. Por favor, sea paciente, ya que esto puede tardar varios minutos.'; +$_LANGADM['AdminImages718e1e271056782b288616e916511980'] = 'Usar PNG para todas las imágenes'; +$_LANGADM['AdminImages729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?'; +$_LANGADM['AdminImages7e92dc38b95095cfee88452579f3fb67'] = 'Escenas:'; +$_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas'; +$_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Mover las imágenes'; +$_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Categorías'; +$_LANGADM['AdminImages9310244aa3f5325c976135a2a089949b'] = 'Espere por favor, la espera puede durar algunos minutos'; +$_LANGADM['AdminImages9a61f5ce3180789a8455f536681cabc1'] = 'Altura de la imagen del artículo'; +$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'automática'; +$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Proveedores:'; +$_LANGADM['AdminImagesa11abdf9fb207f44c2d44c72d8a1203f'] = 'Sólo letras (ej: pequeña, mediana, grande, ...)'; +$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; +$_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todo'; +$_LANGADM['AdminImagesb435e227d5dd201e1768b2bcb2e0aa81'] = 'alto'; +$_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Seleccionar imagen'; +$_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Productos:'; +$_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'El rango va de 0 (a peor calidad, archivo más pequeño) a 100 (a mejor calidad, archivo más grande)'; +$_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Escenas'; +$_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Ancho máximo en píxeles'; +$_LANGADM['AdminImagesc4d833424eba2cd43c9327d4943dc61f'] = 'Imagen generada por:'; +$_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'Calidad PNG'; +$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'El ancho máximo de imágenes cargable por los clientes'; +$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Después de la modificaciones, no olvide regenerar las miniaturas'; +$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Alto máximo en píxeles'; +$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Borrar las imágenes anteriores'; +$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'Calidad JPEG'; +$_LANGADM['AdminImagesd72f2c002b37407379420bf987bca76a'] = 'Se aplicará este tipo a las imágenes de las escenas'; +$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'La altura máxima de imágenes cargable por los clientes'; +$_LANGADM['AdminImagese4bb324f29622b389af104bce1db6fdc'] = 'Regenerar Miniaturas para todas las imágenes de los productos'; +$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'El tamaño máximo de las imágenes que los clientes pueden descargar (en Bytes)'; +$_LANGADM['AdminImagese686877843ac3c9f4c45aaea265fe59c'] = 'preferencia producto'; +$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Debe permanecer en \"Sí\" a menos que haya desplazado con éxito las imágens a la pestaña Preferencias>Imagen'; +$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Alto:'; +$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'ancho'; +$_LANGADM['AdminImagesed13a29f9258d2b988ea7ba9d11de98b'] = 'Desmarcar esta casilla únicamente si el proceso ha sido interrumpido y quiere continuar.'; +$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Alto'; +$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Seleccionar formato'; +$_LANGADM['AdminImagesf9a9027d728e8c701143cc8b1829400b'] = 'Se aplicará este tipo a las imágenes de los productos'; +$_LANGADM['AdminImagesfb3164a4f7305b347948b8aca17c1735'] = 'y ajuste \"Activar la compatibilidad con las imágenes antiguas\" a NO.'; +$_LANGADM['AdminImagesff167676b1516b34e7f9be0fea5349d6'] = 'ADVERTENCIA: Esta característica puede no ser compatible con su tema o con algunos módulos. En particular, el modo de PNG no es compatible con el módulo de marca de agua. Si encuentra algún problema, desactívelo seleccionando la opción \"Use JPEG\".'; +$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'Las imágenes JPEG tienen un tamaño de archivo pequeño y calidad normal. Las imágenes PNG tienen un tamaño de archivo más grande, una mayor calidad y mayor transparencia. Tenga en cuenta que en todos los casos, los archivos de imagen tendrán la extensión. Jpg.'; +$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Imágenes'; +$_LANGADM['AdminImport016382f8033b4456071a3beabecfea85'] = 'Código postal'; +$_LANGADM['AdminImport01f30cc97564a56c119068478c42c1a6'] = 'Alias *'; +$_LANGADM['AdminImport0450d266974d92724ff4bacc3a51952e'] = 'Eliminar todo'; +$_LANGADM['AdminImport05fd7d5b9c8aa44117e13d22445b42ee'] = '¿Está seguro de querer suprimir'; $_LANGADM['AdminImport068f80c7519d0528fb08e82137a72131'] = 'Productos'; -$_LANGADM['AdminImportb9208b03bcc9eb4a336258dcdcb66207'] = 'Declinaciones'; -$_LANGADM['AdminImporte6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clientes'; -$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; -$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; -$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; -$_LANGADM['AdminImportb8495b50f5c172ebad1cc5c615548afa'] = 'ignorar esta columna'; -$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID del producto'; -$_LANGADM['AdminImport78d2b04f57eb3af4fbc20e169de7e6c6'] = 'Opciones (Grupo: Valor)'; -$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; -$_LANGADM['AdminImport8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Ref proveedor'; -$_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Precio mayorista'; -$_LANGADM['AdminImport3601146c4e948c32b6424d2c0a7f0118'] = 'Precio'; -$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Ecotasa'; -$_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Por defecto'; -$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Posición de la imagen'; -$_LANGADM['AdminImport9c163d2934fbdd2775356db804d451fc'] = 'Posición de la imagen del producto para el uso de esta combinación. Si utiliza este campo, dejar URL de la imagen vacía.'; -$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'imagen URL'; -$_LANGADM['AdminImport14913d7e9d486e77b5c8d085e3797f94'] = 'Elimine las imágenes existentes (0 = no, 1 = si)'; -$_LANGADM['AdminImporte6691747add3b37b9c381b8d9476fd4c'] = 'Si no se especifica esta columna y especifica las imágenes de la columna, todas las imágenes del producto se sustituirán por las que se especifican en el archivo de importación'; -$_LANGADM['AdminImportb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminImportfd0dcc6233b026d257763713c133cf72'] = 'Activo (0/1)'; -$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nombre*'; -$_LANGADM['AdminImport52b68aaa602d202c340d9e4e9157f276'] = 'Categoría madre'; -$_LANGADM['AdminImportb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; -$_LANGADM['AdminImporta51d7d2f3e952dfcf1e12ae572d7b337'] = 'Meta-título'; -$_LANGADM['AdminImport5482749e99fa2d325e607075c3fd1c7a'] = 'Meta-palabras clave'; -$_LANGADM['AdminImport2a982c2c140ad66259355df1e2c5b69f'] = 'Meta-descripción'; -$_LANGADM['AdminImportc1a59288c830561834340f6e7d969401'] = 'URL reescrita'; -$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Categorías (x,y,z...)'; -$_LANGADM['AdminImport4da86e0470f0b14e4e516442202a8d26'] = 'Precio sin IVA'; -$_LANGADM['AdminImportf0a8011e2482cf9351b7bf565c7950ad'] = 'Precio IVA incluído'; +$_LANGADM['AdminImport06f3fb7ee08834bb2e77d55f61c090be'] = 'Nombre *'; $_LANGADM['AdminImport070ed01b52ff55b770f6a04fbe4f5c0c'] = 'id regla de impuestos'; -$_LANGADM['AdminImportb548dcad953710689b3066823b90f517'] = 'En rebaja (0/1)'; -$_LANGADM['AdminImportb30690be173bcd4a83df0cd68f89a385'] = 'Importe del descuento'; -$_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Porcentaje del descuento'; -$_LANGADM['AdminImportbfd574f8096a396d831b1c1ac88c75d1'] = 'Descuento desde (aaaa-mm-dd)'; +$_LANGADM['AdminImport0a8b4817e5c1e8849b9cbd65997441b5'] = 'Archivo de ejemplo por combinaciones'; +$_LANGADM['AdminImport14913d7e9d486e77b5c8d085e3797f94'] = 'Elimine las imágenes existentes (0 = no, 1 = si)'; +$_LANGADM['AdminImport1522206cca1be4bf77fff2ea9838ec2c'] = '* Campos obligatorios'; +$_LANGADM['AdminImport156629ee3d24b3979f322c21ae137eb3'] = 'Archivo de ejemplo de proveedores'; +$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; +$_LANGADM['AdminImport1b10c2304e2f49d53c39bc40fd393335'] = 'Archivo de ejemplo de clientes'; +$_LANGADM['AdminImport1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa'; +$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>'; +$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; +$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nombre*'; +$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'Plantilla'; +$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; +$_LANGADM['AdminImport2a982c2c140ad66259355df1e2c5b69f'] = 'Meta-descripción'; +$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Dirección 2'; +$_LANGADM['AdminImport2f5e75d22f59829ba10e2e6276321af8'] = 'Archivo de ejemplo de direcciones'; +$_LANGADM['AdminImport34219bb13b784f30df289c19f5dc0e31'] = '¿Usar la referencia de los productos como clave?'; +$_LANGADM['AdminImport3f761068f17769a19635a176fb7e4339'] = 'Separador de filas:'; +$_LANGADM['AdminImport4059b0251f66a18cb56f544728796875'] = 'Info'; +$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'imagen URL'; +$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Dirección 1 *'; +$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Provincia'; $_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Descuento hasta (aaaa-mm-dd)'; -$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Referencia nº '; -$_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'N° de referencia proveedor '; -$_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Proveedor'; -$_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; -$_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Descripción breve'; -$_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Etiquetas (x,y,z...)'; -$_LANGADM['AdminImport927f1f2b947a6e113e98af5ae86fcc49'] = 'Texto cuando haya disponible'; -$_LANGADM['AdminImport77493578c6e0675711fe7355a8457668'] = 'Texto si se permiten pedidos en espera'; -$_LANGADM['AdminImportf2149c422ab7577f063b69a2884d17f0'] = 'Disponible para pedidos'; -$_LANGADM['AdminImportb1a2a959c20b1bd847895e73a5fddbc9'] = 'Fecha en la que se añadieron productos'; -$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Mostrar precios'; $_LANGADM['AdminImport4d2589e1bcd4263cb99927b59f0f88d2'] = 'URL\'s de las imágenes (x,y,z...)'; -$_LANGADM['AdminImport21021ea0e52be8e9c599f4dff41e5be0'] = 'Características'; +$_LANGADM['AdminImport4da86e0470f0b14e4e516442202a8d26'] = 'Precio sin IVA'; +$_LANGADM['AdminImport4fc9f126d937e438ca06874284019dc3'] = 'El fichero .csv ha sido importado correctamente a su tienda.'; +$_LANGADM['AdminImport5020eaae41baf0caa37bcb73b4a12934'] = 'Móvil'; +$_LANGADM['AdminImport52b68aaa602d202c340d9e4e9157f276'] = 'Categoría madre'; +$_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminImport5482749e99fa2d325e607075c3fd1c7a'] = 'Meta-palabras clave'; +$_LANGADM['AdminImport54b4744bfd46cc4e06988ee168b13abf'] = 'Archivo de ejemplo de fabricantes'; +$_LANGADM['AdminImport59bb75350cf3a0b65c338572cdc80ef8'] = 'Opt in (0/1)'; +$_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Porcentaje del descuento'; +$_LANGADM['AdminImport628fbfc7462b2873bb027ee850185859'] = 'ninguna entidad seleccionada'; +$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Otros'; +$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Referencia nº '; +$_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; $_LANGADM['AdminImport71d0ceacdf562024f2d4c3a76d3b63e4'] = 'Exclusividad Internet'; +$_LANGADM['AdminImport72d6d7a1885885bb55a565fd1070581a'] = 'Importar'; +$_LANGADM['AdminImport72ef2b9b6965d078e3c7f95487a82d1c'] = 'Salto'; +$_LANGADM['AdminImport74b997703c3e7fc1db960f1366ba03ab'] = '¿antes de importar?'; +$_LANGADM['AdminImport77493578c6e0675711fe7355a8457668'] = 'Texto si se permiten pedidos en espera'; +$_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Por defecto'; +$_LANGADM['AdminImport7abccc0f7eefd61743e408d28aac7cff'] = 'se ha producido un error al descargar y copiar el archivo'; +$_LANGADM['AdminImport7cb32e708d6b961d476baced73d362bb'] = 'Número IVA'; +$_LANGADM['AdminImport8340505ddafcba256c7b9b2b8643bffd'] = 'Apellido *'; +$_LANGADM['AdminImport84005574d8d764336cd8e9207de82506'] = 'Archivos permitidos son sólo UTF-8 y ISO-8859-1 codifica los'; +$_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Este descuento no es válido'; +$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminImport903ee94af7e98ce06a57d2243ddd3efd'] = 'Importar datos CSV'; +$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Cargar'; +$_LANGADM['AdminImport927f1f2b947a6e113e98af5ae86fcc49'] = 'Texto cuando haya disponible'; +$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID del producto'; +$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'líneas'; +$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'no es válida'; +$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'La lista de etiquetas'; +$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Posición de la imagen'; +$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = 'En inglés:'; $_LANGADM['AdminImport9e2941b3c81256fac10392aaca4ccfde'] = 'Condition'; $_LANGADM['AdminImporta10d0bff85112a2b35f885a38088cd20'] = 'Activo (0/1)'; -$_LANGADM['AdminImportfd90e8dd48a4f75b240cc0f87b1da451'] = 'Correo electrónico*'; -$_LANGADM['AdminImportfa55b690a40b612af02ba2958cd6cb71'] = 'Contraseña*'; -$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Fecha de nacimiento (dd-mm-aaaa)'; -$_LANGADM['AdminImport8340505ddafcba256c7b9b2b8643bffd'] = 'Apellido *'; -$_LANGADM['AdminImport06f3fb7ee08834bb2e77d55f61c090be'] = 'Nombre *'; -$_LANGADM['AdminImportb884d81a33fb67e1d4fe450b3cbde8d6'] = 'Newsletter (0/1)'; -$_LANGADM['AdminImport59bb75350cf3a0b65c338572cdc80ef8'] = 'Opt in (0/1)'; -$_LANGADM['AdminImport01f30cc97564a56c119068478c42c1a6'] = 'Alias *'; -$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'Correo electrónico del cliente'; -$_LANGADM['AdminImport1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa'; -$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Dirección 1 *'; -$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Dirección 2'; -$_LANGADM['AdminImport016382f8033b4456071a3beabecfea85'] = 'Código postal'; -$_LANGADM['AdminImportc05439c165c2d03540b424b6aea96781'] = 'Ciudad *'; -$_LANGADM['AdminImportfe85a08ae01fa46c3e1e05c7a61fd85d'] = 'País*'; -$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Provincia'; -$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Otros'; -$_LANGADM['AdminImportbcc254b55c4a1babdf1dcb82c207506b'] = 'Teléfono'; -$_LANGADM['AdminImport5020eaae41baf0caa37bcb73b4a12934'] = 'Móvil'; -$_LANGADM['AdminImport7cb32e708d6b961d476baced73d362bb'] = 'Número IVA'; -$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; -$_LANGADM['AdminImport4059b0251f66a18cb56f544728796875'] = 'Info'; -$_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Este descuento no es válido'; -$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'La lista de etiquetas'; -$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'no es válida'; -$_LANGADM['AdminImportd2cbb6d5d88d4e31c190e535a57b1de5'] = 'Proveedor no válido'; -$_LANGADM['AdminImport4fc9f126d937e438ca06874284019dc3'] = 'El fichero .csv ha sido importado correctamente a su tienda.'; -$_LANGADM['AdminImportfb30e78874e1485a0d7e3fa8ae5f7d61'] = 'La carpeta import de la carpeta \"admin\" debe ser accesible en escritura (CHMOD 755 / 777)'; -$_LANGADM['AdminImport9db4c047fbc2df77e904876ca407a10a'] = 'Los archivos de ejemplos'; -$_LANGADM['AdminImportc0cad1da1e9b23dd6e383276f8e3950e'] = 'Archivo de ejemplo por categorías'; -$_LANGADM['AdminImportc0bc21edce0f247286513a9f524a3c3e'] = 'Archivo de ejemplo por productos'; -$_LANGADM['AdminImport0a8b4817e5c1e8849b9cbd65997441b5'] = 'Archivo de ejemplo por combinaciones'; -$_LANGADM['AdminImport1b10c2304e2f49d53c39bc40fd393335'] = 'Archivo de ejemplo de clientes'; -$_LANGADM['AdminImport2f5e75d22f59829ba10e2e6276321af8'] = 'Archivo de ejemplo de direcciones'; -$_LANGADM['AdminImport54b4744bfd46cc4e06988ee168b13abf'] = 'Archivo de ejemplo de fabricantes'; -$_LANGADM['AdminImport156629ee3d24b3979f322c21ae137eb3'] = 'Archivo de ejemplo de proveedores'; -$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Cargar'; -$_LANGADM['AdminImport792744786ed30c5623dd1cf0c16f4ffe'] = 'Seleccione un archivo'; -$_LANGADM['AdminImport4a12ec732a35b911b2abfd483386366f'] = 'También puede cargar el archivo por FTP y ponerlo en'; -$_LANGADM['AdminImport84005574d8d764336cd8e9207de82506'] = 'Archivos permitidos son sólo UTF-8 y ISO-8859-1 codifica los'; -$_LANGADM['AdminImport05fd7d5b9c8aa44117e13d22445b42ee'] = '¿Está seguro de querer suprimir'; -$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '?'; -$_LANGADM['AdminImport72d6d7a1885885bb55a565fd1070581a'] = 'Importar'; -$_LANGADM['AdminImport7b415a851d29284e119147dd2192737a'] = 'Seleccione la entidad a importar:'; -$_LANGADM['AdminImport0e87c23180c781f97b01557106e25962'] = 'Seleccione el fichero .csv:'; -$_LANGADM['AdminImporteb3e0d29bf7cbcc03b883b65a7f8457e'] = 'archivos disponibles'; -$_LANGADM['AdminImportc740d734b391a2925bb3e49dd04fdd77'] = 'archivo disponible'; -$_LANGADM['AdminImport0cdacf949575a8424fc1ef1515c78d3c'] = 'Seleccione el idioma (el idioma local debe estar instalado)'; -$_LANGADM['AdminImportbe750b2c24ba5c283445bdb62a692a4f'] = 'iso-8859-1 archivo codificado'; -$_LANGADM['AdminImport3f761068f17769a19635a176fb7e4339'] = 'Separador de filas:'; +$_LANGADM['AdminImporta51d7d2f3e952dfcf1e12ae572d7b337'] = 'Meta-título'; +$_LANGADM['AdminImportaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; $_LANGADM['AdminImportb070d64c5a2f10b4b8eb361ba4f61833'] = 'por ejemplo'; -$_LANGADM['AdminImportbf8a4a7e7e5c9cff1528294e1b1dd3f0'] = 'Separador de valor múltiple:'; -$_LANGADM['AdminImport0450d266974d92724ff4bacc3a51952e'] = 'Eliminar todo'; $_LANGADM['AdminImportb0b5ccb4a195a07fd3eed14affb8695f'] = 'categorías'; -$_LANGADM['AdminImport74b997703c3e7fc1db960f1366ba03ab'] = '¿antes de importar?'; -$_LANGADM['AdminImport34219bb13b784f30df289c19f5dc0e31'] = '¿Usar la referencia de los productos como clave?'; -$_LANGADM['AdminImportc290a5941ad6eb0d5fe8752c15c5fd78'] = 'Próximo paso'; -$_LANGADM['AdminImport651463c8be1ff45540a213cfcae30cfc'] = 'Tenga en cuenta que la importación de categoría no es compatible con las categorías del mismo nombre'; -$_LANGADM['AdminImportfbb6344e653db9f1e291725cd254bd9c'] = 'Tenga en cuenta que las referencias no se especifican como UNIQUE en la base de datos'; -$_LANGADM['AdminImport6fa9eb1f1c5bd853188d93953b6e92b2'] = 'El archivo CSV no está disponible, por favor, cargue uno.'; -$_LANGADM['AdminImport6a84219217279f2f1ad80deda1c512d8'] = 'Puede obtener muchas informaciones sobre la importación CSV en la siguiente dirección:'; -$_LANGADM['AdminImport950770fc8c228bda83a28836b467df5d'] = 'Más información sobre el formato CSV en:'; -$_LANGADM['AdminImportc78474e0acad6beccb0671eacf904543'] = 'Campos disponibles'; -$_LANGADM['AdminImport1522206cca1be4bf77fff2ea9838ec2c'] = '* Campos obligatorios'; -$_LANGADM['AdminImporte6fe8dc743bfea4d45a4d582e3f86150'] = 'Por favor, elija un nombre para seleccionar'; -$_LANGADM['AdminImporte4c59d4886a08fc06a4f37face87a26c'] = 'Sus datos'; +$_LANGADM['AdminImportb1a2a959c20b1bd847895e73a5fddbc9'] = 'Fecha en la que se añadieron productos'; +$_LANGADM['AdminImportb30690be173bcd4a83df0cd68f89a385'] = 'Importe del descuento'; +$_LANGADM['AdminImportb548dcad953710689b3066823b90f517'] = 'En rebaja (0/1)'; +$_LANGADM['AdminImportb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción'; $_LANGADM['AdminImportb5d54fa42bc065a54e2f881ef700d833'] = 'Guardar y cargar la configuración de su importación'; +$_LANGADM['AdminImportb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminImportb8495b50f5c172ebad1cc5c615548afa'] = 'ignorar esta columna'; +$_LANGADM['AdminImportb884d81a33fb67e1d4fe450b3cbde8d6'] = 'Newsletter (0/1)'; +$_LANGADM['AdminImportb9208b03bcc9eb4a336258dcdcb66207'] = 'Declinaciones'; +$_LANGADM['AdminImportbcc254b55c4a1babdf1dcb82c207506b'] = 'Teléfono'; +$_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Etiquetas (x,y,z...)'; +$_LANGADM['AdminImportbf8a4a7e7e5c9cff1528294e1b1dd3f0'] = 'Separador de valor múltiple:'; +$_LANGADM['AdminImportbfd574f8096a396d831b1c1ac88c75d1'] = 'Descuento desde (aaaa-mm-dd)'; +$_LANGADM['AdminImportc05439c165c2d03540b424b6aea96781'] = 'Ciudad *'; +$_LANGADM['AdminImportc0bc21edce0f247286513a9f524a3c3e'] = 'Archivo de ejemplo por productos'; +$_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; +$_LANGADM['AdminImportc0cad1da1e9b23dd6e383276f8e3950e'] = 'Archivo de ejemplo por categorías'; +$_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Descripción breve'; +$_LANGADM['AdminImportc1a59288c830561834340f6e7d969401'] = 'URL reescrita'; +$_LANGADM['AdminImportc290a5941ad6eb0d5fe8752c15c5fd78'] = 'Próximo paso'; +$_LANGADM['AdminImportc78474e0acad6beccb0671eacf904543'] = 'Campos disponibles'; +$_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'N° de referencia proveedor '; +$_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Precio mayorista'; $_LANGADM['AdminImportc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; -$_LANGADM['AdminImportf19dbf2edb3a0bd74b0524d960ff21eb'] = 'Cargar'; -$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; +$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = '?'; +$_LANGADM['AdminImportd2cbb6d5d88d4e31c190e535a57b1de5'] = 'Proveedor no válido'; $_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Por favor, seleccione el tipo de valor de cada columna'; +$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Categorías (x,y,z...)'; +$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Mostrar precios'; +$_LANGADM['AdminImporte6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clientes'; +$_LANGADM['AdminImporte6fe8dc743bfea4d45a4d582e3f86150'] = 'Por favor, elija un nombre para seleccionar'; +$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Fecha de nacimiento (dd-mm-aaaa)'; +$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; +$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Ecotasa'; +$_LANGADM['AdminImportea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Proveedor'; +$_LANGADM['AdminImportf0a8011e2482cf9351b7bf565c7950ad'] = 'Precio IVA incluído'; +$_LANGADM['AdminImportf19dbf2edb3a0bd74b0524d960ff21eb'] = 'Cargar'; +$_LANGADM['AdminImportf2149c422ab7577f063b69a2884d17f0'] = 'Disponible para pedidos'; +$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; $_LANGADM['AdminImportf44347857ec02907fd13f88f00ccd532'] = 'Las columnas no pueden tener el mismo tipo de valor'; -$_LANGADM['AdminImport72ef2b9b6965d078e3c7f95487a82d1c'] = 'Salto'; -$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'líneas'; -$_LANGADM['AdminImport903ee94af7e98ce06a57d2243ddd3efd'] = 'Importar datos CSV'; -$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = 'En inglés:'; -$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>'; -$_LANGADM['AdminImport7abccc0f7eefd61743e408d28aac7cff'] = 'se ha producido un error al descargar y copiar el archivo'; -$_LANGADM['AdminImport628fbfc7462b2873bb027ee850185859'] = 'ninguna entidad seleccionada'; -$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Actualizar su versión de PHP'; -$_LANGADM['AdminInformationc168c59890774aa16b1c1fc49168394b'] = 'Configurar su servidor para autorizar el envío de archivos'; -$_LANGADM['AdminInformationcbd78fd00d31a53c432de73acfde28fa'] = 'Configurar su servidor para autorizar la creación de nuevas carpetas y archivos'; -$_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Habilitar la librería GD en su servidor'; -$_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Habilitar el soporte de MySQL en su servidor'; -$_LANGADM['AdminInformation4c663c632162a23d0f65510f7064aa87'] = 'Establecer permisos de escritura para la carpeta de configuración'; -$_LANGADM['AdminInformation46f5bf0f6fa63aec1b72ad8dae7ddeba'] = 'Establecer permisos de escritura para la carpeta de herramientas'; -$_LANGADM['AdminInformation7bb1734784c970616ce5f3a4814dadd6'] = 'Establecer permisos de escritura para la carpeta de caché'; -$_LANGADM['AdminInformation2a3ff2643b520b827a90e28d94132d42'] = 'Establecer permisos de escritura para el archivo sitemap.xml'; +$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'Correo electrónico del cliente'; +$_LANGADM['AdminImportfa55b690a40b612af02ba2958cd6cb71'] = 'Contraseña*'; +$_LANGADM['AdminImportfb30e78874e1485a0d7e3fa8ae5f7d61'] = 'La carpeta import de la carpeta \"admin\" debe ser accesible en escritura (CHMOD 755 / 777)'; +$_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminImportfd0dcc6233b026d257763713c133cf72'] = 'Activo (0/1)'; +$_LANGADM['AdminImportfd90e8dd48a4f75b240cc0f87b1da451'] = 'Correo electrónico*'; +$_LANGADM['AdminImportfe85a08ae01fa46c3e1e05c7a61fd85d'] = 'País*'; $_LANGADM['AdminInformation01a9d4924686f17b2133f5956d18780a'] = 'Establecer permisos de escritura para la carpeta img y sus subcarpetas / de forma recursiva'; -$_LANGADM['AdminInformation77d1a005b31f2fcdce1fcdac2a337c42'] = 'Establecer permisos de escritura para la carpeta correo electrónico y sus subcarpetas / de forma recursiva'; -$_LANGADM['AdminInformationcb78ec269534f33d27c82ac6e1c59dae'] = 'Establecer permisos de escritura para la carpeta módulos y sus subcarpetas / de forma recursiva'; -$_LANGADM['AdminInformationae72ff89c480df239bc55b2ea63e99c0'] = 'Establecer permisos de escritura para los temas de /'; -$_LANGADM['AdminInformation6991d2d7bca0854d11c9d0c92c63142a'] = ' la carpeta / Lang y sus subcarpetas / '; -$_LANGADM['AdminInformation93405bfa9b7b11e81895230d1ebff2f5'] = 'Establecer permisos de escritura para la carpeta traducciones y sus subcarpetas / de forma recursiva'; -$_LANGADM['AdminInformationd4e63b4d8344eb2bcc7c478470a144e7'] = 'Establecer permisos de escritura para subir carpetas y subcarpetas / de forma recursiva'; -$_LANGADM['AdminInformatione5a85bc7e9867202a56449ade1060389'] = 'Establecer permisos de escritura para descargar carpetas y subcarpetas / de forma recursiva'; -$_LANGADM['AdminInformationc71fc197a1737d2d837bdae9b5794012'] = 'Habilitar fopen en su servidor'; -$_LANGADM['AdminInformation9e987a2c638032d7659ec58e58ef3626'] = 'Defina la opción PHP \"register global\" como desactivada'; -$_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'Habilitar la compresión GZIP en su servidor'; -$_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Parámetros requeridos'; -$_LANGADM['AdminInformatione7fda5b7b853496978bc2822541e9d89'] = 'Por favor consulte el o los errores siguientes'; -$_LANGADM['AdminInformatione3beee990a3abfcc54a09f5727e1ee11'] = 'Parámetros opcionales'; -$_LANGADM['AdminInformationa82be0f551b8708bc08eb33cd9ded0cf'] = 'Información'; -$_LANGADM['AdminInformation6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Ayuda'; -$_LANGADM['AdminInformationdb67130c0c7e67fac8de13f4c9f053e1'] = 'Esta información es importante en el momento de comunicar errores o problemas en el foro'; $_LANGADM['AdminInformation0be76c14451b87542668bec6a03f102d'] = 'Información sobre su configuración'; -$_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Información sobre su servidor'; -$_LANGADM['AdminInformation768648b98e03adaf128f072119af31d3'] = 'Versión de PrestaShop'; -$_LANGADM['AdminInformationd0ac12f046d68599acee4386c5c1f860'] = 'Versión del software servidor'; -$_LANGADM['AdminInformationab64e3d5feb645333b320d80a84c8255'] = 'Versión de PHP'; -$_LANGADM['AdminInformationc26b24f06d2ee6f5b27a7f6e200711be'] = 'Versión de MySQL'; -$_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'Módulo PageSpeed para Apache instalado (mod_instaweb)'; -$_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Información sobre la tienda'; -$_LANGADM['AdminInformationd4b5a23bc61aeea35b4ce013d7e262c4'] = 'URL de su tienda'; -$_LANGADM['AdminInformationfaf165f191e0bbd2c13864a08ee9aa83'] = 'Nombre del tema utilizado'; -$_LANGADM['AdminInformation3ff44d56eb2bfbb8f0903e99a28a0819'] = 'Información sobre el email'; +$_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Parámetros requeridos'; +$_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Habilitar la librería GD en su servidor'; +$_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'Habilitar la compresión GZIP en su servidor'; +$_LANGADM['AdminInformation2a3ff2643b520b827a90e28d94132d42'] = 'Establecer permisos de escritura para el archivo sitemap.xml'; $_LANGADM['AdminInformation3685800496ee1d4fd5cc25d805589f0e'] = 'Modo de envío de emails'; -$_LANGADM['AdminInformationb285f29261478440add9d1cc0b631f0c'] = 'Utiliza la función email() de PHP'; -$_LANGADM['AdminInformationd5995399dae916bb1393c329b3453a88'] = 'Utiliza sus parámetros SMTP'; -$_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'Servidor SMTP'; -$_LANGADM['AdminInformationc5d1f3e6332bf2995c1bf1395c51a9e2'] = 'Usuario'; -$_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Definido'; -$_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'No definido'; +$_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Información sobre la tienda'; $_LANGADM['AdminInformation3cffa2fabd5519beaf4c2fbd0610899b'] = 'Contraseña'; -$_LANGADM['AdminInformationd7f2615c71a1567cc13cf3a7f7de0aea'] = 'Encriptación'; +$_LANGADM['AdminInformation3ff44d56eb2bfbb8f0903e99a28a0819'] = 'Información sobre el email'; +$_LANGADM['AdminInformation4c663c632162a23d0f65510f7064aa87'] = 'Establecer permisos de escritura para la carpeta de configuración'; $_LANGADM['AdminInformation60aaf44d4b562252c04db7f98497e9aa'] = 'Puerto'; -$_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'Sus datos'; +$_LANGADM['AdminInformation6991d2d7bca0854d11c9d0c92c63142a'] = ' la carpeta / Lang y sus subcarpetas / '; +$_LANGADM['AdminInformation6c1375701d87f2636b01cf951d0a375b'] = 'Motor MySQL'; $_LANGADM['AdminInformation724d606e1653113be000dc4079074e86'] = 'Información sobre usted'; +$_LANGADM['AdminInformation768648b98e03adaf128f072119af31d3'] = 'Versión de PrestaShop'; +$_LANGADM['AdminInformation77d1a005b31f2fcdce1fcdac2a337c42'] = 'Establecer permisos de escritura para la carpeta correo electrónico y sus subcarpetas / de forma recursiva'; +$_LANGADM['AdminInformation7bb1734784c970616ce5f3a4814dadd6'] = 'Establecer permisos de escritura para la carpeta de caché'; +$_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Información sobre su servidor'; +$_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'Sus datos'; +$_LANGADM['AdminInformation93405bfa9b7b11e81895230d1ebff2f5'] = 'Establecer permisos de escritura para la carpeta traducciones y sus subcarpetas / de forma recursiva'; +$_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Habilitar el soporte de MySQL en su servidor'; +$_LANGADM['AdminInformation9e987a2c638032d7659ec58e58ef3626'] = 'Defina la opción PHP \"register global\" como desactivada'; +$_LANGADM['AdminInformationa82be0f551b8708bc08eb33cd9ded0cf'] = 'Información'; +$_LANGADM['AdminInformationab64e3d5feb645333b320d80a84c8255'] = 'Versión de PHP'; +$_LANGADM['AdminInformationae72ff89c480df239bc55b2ea63e99c0'] = 'Establecer permisos de escritura para los temas de /'; +$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Actualizar su versión de PHP'; +$_LANGADM['AdminInformationb285f29261478440add9d1cc0b631f0c'] = 'Utiliza la función email() de PHP'; +$_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'Servidor SMTP'; +$_LANGADM['AdminInformationc168c59890774aa16b1c1fc49168394b'] = 'Configurar su servidor para autorizar el envío de archivos'; +$_LANGADM['AdminInformationc26b24f06d2ee6f5b27a7f6e200711be'] = 'Versión de MySQL'; +$_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Definido'; +$_LANGADM['AdminInformationc5d1f3e6332bf2995c1bf1395c51a9e2'] = 'Usuario'; +$_LANGADM['AdminInformationc71fc197a1737d2d837bdae9b5794012'] = 'Habilitar fopen en su servidor'; +$_LANGADM['AdminInformationcb78ec269534f33d27c82ac6e1c59dae'] = 'Establecer permisos de escritura para la carpeta módulos y sus subcarpetas / de forma recursiva'; +$_LANGADM['AdminInformationcbd78fd00d31a53c432de73acfde28fa'] = 'Configurar su servidor para autorizar la creación de nuevas carpetas y archivos'; +$_LANGADM['AdminInformationd0ac12f046d68599acee4386c5c1f860'] = 'Versión del software servidor'; +$_LANGADM['AdminInformationd4b5a23bc61aeea35b4ce013d7e262c4'] = 'URL de su tienda'; +$_LANGADM['AdminInformationd4e63b4d8344eb2bcc7c478470a144e7'] = 'Establecer permisos de escritura para subir carpetas y subcarpetas / de forma recursiva'; +$_LANGADM['AdminInformationd5995399dae916bb1393c329b3453a88'] = 'Utiliza sus parámetros SMTP'; +$_LANGADM['AdminInformationd7f2615c71a1567cc13cf3a7f7de0aea'] = 'Encriptación'; +$_LANGADM['AdminInformationdb67130c0c7e67fac8de13f4c9f053e1'] = 'Esta información es importante en el momento de comunicar errores o problemas en el foro'; +$_LANGADM['AdminInformatione3beee990a3abfcc54a09f5727e1ee11'] = 'Parámetros opcionales'; +$_LANGADM['AdminInformatione5a85bc7e9867202a56449ade1060389'] = 'Establecer permisos de escritura para descargar carpetas y subcarpetas / de forma recursiva'; +$_LANGADM['AdminInformatione7fda5b7b853496978bc2822541e9d89'] = 'Por favor consulte el o los errores siguientes'; $_LANGADM['AdminInformatione91dd9bbca6e42bb85c0f2d94aaee995'] = 'Compruebe configuración'; -$_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Opciones de facturas'; -$_LANGADM['AdminInvoices3ae56a835894e53600833725244b578f'] = 'Facturas permitidas:'; -$_LANGADM['AdminInvoices23bf11ceb4fb51647fd977aba60246d3'] = 'Activar o desactivar el uso de facturas'; -$_LANGADM['AdminInvoices832d6a06e91e49828a89fb1ca4651d37'] = 'Prefijo de factura:'; -$_LANGADM['AdminInvoices0df35f41ce9f64e7f14819bd4145a2be'] = 'Prefijo utilizado para las facturas'; -$_LANGADM['AdminInvoicesdb2d9ca9b008f4cdb2c5902adaa84fdc'] = 'Número de factura:'; -$_LANGADM['AdminInvoicesd07d0f209cc31af1d743ea84d572c77a'] = 'La siguiente factura se iniciará con este número, y luego aumentará con cada factura adicional. Establecer en 0 si desea mantener el número actual (#'; -$_LANGADM['AdminInvoices1513c8f4f5c2d340ac3e1c3d09aeff4c'] = 'Texto libre:'; -$_LANGADM['AdminInvoicescff972b8880cbbf6753afb2706b43fc8'] = 'Este texto aparecerá en la parte inferior de la factura'; -$_LANGADM['AdminInvoicesc491f71acb93db711c341417e8c6be9e'] = 'Imprimir facturas en PDF'; -$_LANGADM['AdminInvoices9a0a4f0869ab12a21407047290750e7a'] = 'Por fecha'; -$_LANGADM['AdminInvoices1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; +$_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'No definido'; +$_LANGADM['AdminInformationfaf165f191e0bbd2c13864a08ee9aa83'] = 'Nombre del tema utilizado'; +$_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'Módulo PageSpeed para Apache instalado (mod_instaweb)'; $_LANGADM['AdminInvoices0b1fb1278454d848f968d419e29c253b'] = 'Formato: 2011-12-31 (inclusive)'; +$_LANGADM['AdminInvoices0df35f41ce9f64e7f14819bd4145a2be'] = 'Prefijo utilizado para las facturas'; +$_LANGADM['AdminInvoices1513c8f4f5c2d340ac3e1c3d09aeff4c'] = 'Texto libre:'; +$_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Opciones de facturas'; +$_LANGADM['AdminInvoices1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; +$_LANGADM['AdminInvoices23bf11ceb4fb51647fd977aba60246d3'] = 'Activar o desactivar el uso de facturas'; $_LANGADM['AdminInvoices33caa076f23f453dd4061726f3706325'] = 'Hasta:'; +$_LANGADM['AdminInvoices366a2e6043b7f22bbb12df4a5fce45fb'] = 'No se encontraron facturas para este periodo'; +$_LANGADM['AdminInvoices38b1cc080b5571823889c6f775bf6606'] = 'Número de factura no válido (debe ser superior a '; +$_LANGADM['AdminInvoices3ae56a835894e53600833725244b578f'] = 'Facturas permitidas:'; $_LANGADM['AdminInvoices647ad0242a9d796e3c83ecf6d6435bc2'] = 'Formato: 2011-12-31 (inclusive)'; -$_LANGADM['AdminInvoices067af5895a7ced3197520b591f9a41eb'] = 'Generar archivo PDF'; -$_LANGADM['AdminInvoices70397c4b252a5168c5ec003931cea215'] = 'Campos obligatorios'; +$_LANGADM['AdminInvoices832d6a06e91e49828a89fb1ca4651d37'] = 'Prefijo de factura:'; +$_LANGADM['AdminInvoices9a0a4f0869ab12a21407047290750e7a'] = 'Por fecha'; +$_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'No se ha encontrado factura para estos estados'; $_LANGADM['AdminInvoicesa7bc5a8c54672ab332de0c0174dcd236'] = 'Por estados'; -$_LANGADM['AdminInvoices61fe9018991004014d12b8d81568df90'] = 'Estados'; -$_LANGADM['AdminInvoicesfef8859b22e06e4d4918f091612bf958'] = 'También puede exportar pedidos que aún no han sido facturados.'; +$_LANGADM['AdminInvoicesc491f71acb93db711c341417e8c6be9e'] = 'Imprimir facturas en PDF'; +$_LANGADM['AdminInvoicescff972b8880cbbf6753afb2706b43fc8'] = 'Este texto aparecerá en la parte inferior de la factura'; +$_LANGADM['AdminInvoicesd07d0f209cc31af1d743ea84d572c77a'] = 'La siguiente factura se iniciará con este número, y luego aumentará con cada factura adicional. Establecer en 0 si desea mantener el número actual (#'; +$_LANGADM['AdminInvoicesdb2d9ca9b008f4cdb2c5902adaa84fdc'] = 'Número de factura:'; $_LANGADM['AdminInvoicesf596633d68fc44d6c7460676060d5dcb'] = 'Fecha de inicio no válida'; $_LANGADM['AdminInvoicesff9e9791ff17e1ca431449bb2fe992c0'] = 'Fecha de fin no válida'; -$_LANGADM['AdminInvoices366a2e6043b7f22bbb12df4a5fce45fb'] = 'No se encontraron facturas para este periodo'; -$_LANGADM['AdminInvoicescb63a9e24da94fffad24dd2f9bcf4ca4'] = 'Estado de pedido no válido'; -$_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'No se ha encontrado factura para estos estados'; -$_LANGADM['AdminInvoices38b1cc080b5571823889c6f775bf6606'] = 'Número de factura no válido (debe ser superior a '; -$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Código ISO'; -$_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'codigo del idioma'; -$_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Formato de fecha'; -$_LANGADM['AdminLanguagesc11566e30920ed4786e534e5332d5b87'] = 'Formato de fecha (completo)'; $_LANGADM['AdminLanguages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activo'; -$_LANGADM['AdminLanguages950baf75b9fd48b9cb4a3d30ffeda4ef'] = 'Opciones del idioma'; -$_LANGADM['AdminLanguages7c89197a7b81992ee832cb5a89fa6d9d'] = 'Idioma predeterminado:'; -$_LANGADM['AdminLanguages6b61093b5fc4585833f0981390993490'] = 'Idioma predeterminado en la tienda'; -$_LANGADM['AdminLanguagesa2bc582c21c4b24f18a32d703c0a109b'] = 'No se puede eliminar el idioma Inglés ya que es necesario pare el funcionamiento del sistema, sólo se puede desactivar.'; -$_LANGADM['AdminLanguages6b6a046a46f8e97af0b9e92ccfda7801'] = 'no puede borrar el idioma predeterminado'; -$_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'No se puede borrar el idioma mientras se utiliza. Por favor, modificar este parámetro antes de suprimirlo.'; -$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'no puede borrar el idioma actualmente en uso; por favor, cambie antes de idioma.'; -$_LANGADM['AdminLanguagescc83a240095b0a0b6e1840bb7d43830c'] = 'Cuando borra un idioma, todas sus traducciones se borrarán de la base de datos.'; -$_LANGADM['AdminLanguages7dce122004969d56ae2e0245cb754d35'] = 'Editar'; -$_LANGADM['AdminLanguagesd0b04f12f9593c3d35d1bcdf9691f14b'] = 'Cuando suprime un idioma, TODAS LAS TRADUCIONES DE ESTE IDIOMA SE SUPRIMIRÁN. ¿Está seguro de querer suprimir este idioma?'; -$_LANGADM['AdminLanguagesf2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar'; -$_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'Un pack de idioma se encuentra disponible para este código ISO (su nombre es'; -$_LANGADM['AdminLanguagesb77f96511c7d447e59c9361c9e464631'] = 'La versión de PrestaShop compatible con este idioma y con su sistema es:'; -$_LANGADM['AdminLanguagesced0eeffb26feb6012f17fbebfe4e7f8'] = 'Una vez creado el idioma, puede importar el contenido del paquete de idioma, que puede descargar arriba, en la página \"Herramientas>Traducciones\"'; -$_LANGADM['AdminLanguages1044b6aeffc2c0ae2044fd7c1a6296ba'] = 'Ningún paquete de idioma corresponde a este código ISO en PrestaShop.com'; -$_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargar'; -$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Idiomas'; -$_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'Código ISO:'; -$_LANGADM['AdminLanguages6b7af0b6d91545318696c648d6b466ac'] = 'Código ISO (2 letras) (ej: es, fr, en)'; $_LANGADM['AdminLanguages01a3b3d8af14e844c49a3a5acc870c6b'] = 'codigo del idioma'; -$_LANGADM['AdminLanguages8bc0a3b0cb05ff731e0fb30f35264898'] = 'codigo entero del idioma (ej:en-us, pt-br)'; -$_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Formato de fecha:'; -$_LANGADM['AdminLanguages9d03b9a48a9f2f06a9698d1f9484011b'] = 'Formato de fecha, simple (por ejemplo, Y-m-d, d/m/Y)'; -$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Formato de fecha (completo):'; -$_LANGADM['AdminLanguages4728927eaacb4a87f8661de4a791589b'] = 'Formato de fecha, completo (por ejemplo, Y-m-d H:i:s, d/m/Y H:i)'; -$_LANGADM['AdminLanguagesc907a021c935ae6144fa2ccadfe9360d'] = 'Bandera:'; -$_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Subir bandera del país desde su ordenador'; -$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Imagen \"Sin Imagen\":'; -$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Imagen para mostrar cuando \"no se encuentra la imagen\"'; -$_LANGADM['AdminLanguagesaff03422ee7ccc83301ebd200479efc1'] = '¿Es el lenguaje RTL?:'; -$_LANGADM['AdminLanguages93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminLanguagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminLanguagesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminLanguagese6ced2c612d5024c1a2331cdf96e1c33'] = 'Activar si el idioma se escribe de derecha a izquierda.'; -$_LANGADM['AdminLanguages886815cb03a02e29a28906c196292ba0'] = '(Experimental: el tema debe ser compatible con el lenguaje RTL)'; -$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminLanguages4c85fb98bf7cfd94c638d0f4e4e39b92'] = 'Permitir o no que el cliente seleccione este idioma'; -$_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Compruebe si un paquete de idiomas se encuentra disponible para este código ISO...'; -$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminLanguages19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminLanguages0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Advertencia'; -$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'Este idioma no está completo y no se puede utilizar en la Tienda o el Panel de Administración, ya que algunos archivos han desaparecido.'; $_LANGADM['AdminLanguages095f8912cc70c6a345714cf35f0595a4'] = 'Archivos de traducciones:'; -$_LANGADM['AdminLanguagesce17cda4e805e146bbd1869cdeb844b4'] = 'Archivos de tema:'; +$_LANGADM['AdminLanguages0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Advertencia'; +$_LANGADM['AdminLanguages1044b6aeffc2c0ae2044fd7c1a6296ba'] = 'Ningún paquete de idioma corresponde a este código ISO en PrestaShop.com'; +$_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Formato de fecha:'; +$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Imagen para mostrar cuando \"no se encuentra la imagen\"'; +$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Formato de fecha (completo):'; +$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Idiomas'; +$_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'Código ISO:'; +$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'Este idioma no está completo y no se puede utilizar en la Tienda o el Panel de Administración, ya que algunos archivos han desaparecido.'; +$_LANGADM['AdminLanguages4728927eaacb4a87f8661de4a791589b'] = 'Formato de fecha, completo (por ejemplo, Y-m-d H:i:s, d/m/Y H:i)'; +$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminLanguages4c85fb98bf7cfd94c638d0f4e4e39b92'] = 'Permitir o no que el cliente seleccione este idioma'; +$_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Formato de fecha'; +$_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Subir bandera del país desde su ordenador'; +$_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'Un pack de idioma se encuentra disponible para este código ISO (su nombre es'; +$_LANGADM['AdminLanguages6b6a046a46f8e97af0b9e92ccfda7801'] = 'no puede borrar el idioma predeterminado'; +$_LANGADM['AdminLanguages6b7af0b6d91545318696c648d6b466ac'] = 'Código ISO (2 letras) (ej: es, fr, en)'; $_LANGADM['AdminLanguages6ca38c60dc2544d36428b74669fd9f56'] = 'Archivos de correo:'; +$_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Compruebe si un paquete de idiomas se encuentra disponible para este código ISO...'; +$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Imagen \"Sin Imagen\":'; +$_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'Descargar'; +$_LANGADM['AdminLanguages886815cb03a02e29a28906c196292ba0'] = '(Experimental: el tema debe ser compatible con el lenguaje RTL)'; +$_LANGADM['AdminLanguages8bc0a3b0cb05ff731e0fb30f35264898'] = 'codigo entero del idioma (ej:en-us, pt-br)'; +$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; +$_LANGADM['AdminLanguages9d03b9a48a9f2f06a9698d1f9484011b'] = 'Formato de fecha, simple (por ejemplo, Y-m-d, d/m/Y)'; +$_LANGADM['AdminLanguagesa2bc582c21c4b24f18a32d703c0a109b'] = 'No se puede eliminar el idioma Inglés ya que es necesario pare el funcionamiento del sistema, sólo se puede desactivar.'; +$_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Código ISO'; +$_LANGADM['AdminLanguagesaff03422ee7ccc83301ebd200479efc1'] = '¿Es el lenguaje RTL?:'; +$_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'No se puede borrar el idioma mientras se utiliza. Por favor, modificar este parámetro antes de suprimirlo.'; +$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminLanguagesb77f96511c7d447e59c9361c9e464631'] = 'La versión de PrestaShop compatible con este idioma y con su sistema es:'; +$_LANGADM['AdminLanguagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'no puede borrar el idioma actualmente en uso; por favor, cambie antes de idioma.'; +$_LANGADM['AdminLanguagesc11566e30920ed4786e534e5332d5b87'] = 'Formato de fecha (completo)'; $_LANGADM['AdminLanguagesc8177e39573538431ca4c24841ee3fbe'] = 'Los archivos que faltan estan marcados en rojo'; -$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localización'; +$_LANGADM['AdminLanguagesc907a021c935ae6144fa2ccadfe9360d'] = 'Bandera:'; +$_LANGADM['AdminLanguagescc83a240095b0a0b6e1840bb7d43830c'] = 'Cuando borra un idioma, todas sus traducciones se borrarán de la base de datos.'; +$_LANGADM['AdminLanguagesce17cda4e805e146bbd1869cdeb844b4'] = 'Archivos de tema:'; +$_LANGADM['AdminLanguagesced0eeffb26feb6012f17fbebfe4e7f8'] = 'Una vez creado el idioma, puede importar el contenido del paquete de idioma, que puede descargar arriba, en la página \"Herramientas>Traducciones\"'; +$_LANGADM['AdminLanguagesd0b04f12f9593c3d35d1bcdf9691f14b'] = 'Cuando suprime un idioma, TODAS LAS TRADUCIONES DE ESTE IDIOMA SE SUPRIMIRÁN. ¿Está seguro de querer suprimir este idioma?'; +$_LANGADM['AdminLanguagese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'codigo del idioma'; +$_LANGADM['AdminLanguagese6ced2c612d5024c1a2331cdf96e1c33'] = 'Activar si el idioma se escribe de derecha a izquierda.'; +$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'El idioma de su servidor'; $_LANGADM['AdminLocalization1a8940a8dec839073dae5489faff67f7'] = 'Unidad de peso:'; -$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'Unidad de peso de su tienda (ej: kg o libras)'; +$_LANGADM['AdminLocalization254f642527b45bc260048e30704edb39'] = 'Configuración'; +$_LANGADM['AdminLocalization36144ac2644548932977cc36677c1698'] = 'La moneda utilizada por defecto en la tienda'; +$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localización'; +$_LANGADM['AdminLocalization38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Idiomas'; +$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Idioma local:'; $_LANGADM['AdminLocalization48751633fc026587e3c0179405247ac4'] = 'Unidad de distancia:'; +$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'País local'; +$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'Unidad de peso de su tienda (ej: kg o libras)'; +$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Import de pack de localización'; +$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importar'; +$_LANGADM['AdminLocalization6b61093b5fc4585833f0981390993490'] = 'Idioma predeterminado en la tienda'; +$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Impuestos'; $_LANGADM['AdminLocalization763441fe3cb9c82d0ffa63a7c5892b61'] = 'Unidad de distancia de su tienda (ej: Km o millas)'; +$_LANGADM['AdminLocalization7c89197a7b81992ee832cb5a89fa6d9d'] = 'Idioma predeterminado:'; +$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Imposible conectarse a PrestaShop.com'; +$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'El país de su servidor'; +$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Pack de localización que desea importar'; +$_LANGADM['AdminLocalization8e10808175a8d945d13bab31fb2e2663'] = 'Moneda por defecto:'; +$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Avanzado'; $_LANGADM['AdminLocalizationa44d74a22a9161292ed48e7e08214a92'] = 'Unidad de volumen:'; +$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Unidades (Ej: peso, volumen, distancia)'; +$_LANGADM['AdminLocalizationb017db41a29dff4007de058af406341e'] = 'El país por defecto utilizado en la tienda'; +$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Estados'; +$_LANGADM['AdminLocalizationcc2f0a18cb0448ca2101f93be765e487'] = 'Si cambia la moneda por defecto, deberá editar manualmente el precio de cada producto'; +$_LANGADM['AdminLocalizationd14d3384847c11b0708990b3343c8dbf'] = 'País por defecto:'; +$_LANGADM['AdminLocalizationd5bc5fd307b108537039b6b6f98889d5'] = 'Huso horario:'; +$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Divisas'; $_LANGADM['AdminLocalizatione8fa60f47938a6d0c897198af8804338'] = 'Unidad de volumen de su tienda'; +$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Contenido para importar:'; $_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Unidad de medida'; $_LANGADM['AdminLocalizationf804c2bdebc117d9cde3cddad3b49845'] = 'La unidad de medida de su tienda (ejemplo cm)'; -$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Avanzado'; -$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Idioma local:'; -$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'El idioma de su servidor'; -$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'País local'; -$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'El país de su servidor'; -$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Import de pack de localización'; -$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Pack de localización que desea importar'; -$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Imposible conectarse a PrestaShop.com'; -$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Contenido para importar:'; -$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Estados'; -$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Impuestos'; -$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Divisas'; -$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Idiomas'; -$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Unidades (Ej: peso, volumen, distancia)'; -$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importar'; -$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravedad (1-4)'; -$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje'; -$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Tipo de objeto'; -$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'ID del objeto'; -$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Código de error'; -$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Fecha'; -$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Alerta por email'; -$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Nivel máximo de gravedad:'; -$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = 'Poner \"5\" si no desea recibir alertas por email.'; +$_LANGADM['AdminLogin01a569ddc6cf67ddec2a683f0a5f5956'] = '¿Ha olvidado su contraseña?'; +$_LANGADM['AdminLogin0206fb59f6e0cd0d3d271b58e9109dca'] = '¿Ha olvidado su contraseña? '; +$_LANGADM['AdminLogin07213a0161f52846ab198be103b5ab43'] = 'errores'; +$_LANGADM['AdminLogin34bdd7b9823059fa742afab7be9d4c58'] = 'Su contraseña ha sido enviada a su cuenta de correo electrónico.'; +$_LANGADM['AdminLogin4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay '; +$_LANGADM['AdminLogin6357d3551190ec7e79371a8570121d3a'] = 'Hay'; +$_LANGADM['AdminLogin78e365acb087fd1f8d494dae0001de10'] = 'Dirección de correo electrónico:'; +$_LANGADM['AdminLogin94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar'; +$_LANGADM['AdminLoginafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Por razones de seguridad, no podrá conectarse a su Back Office hasta que no haya:'; +$_LANGADM['AdminLoginb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; +$_LANGADM['AdminLoginbffe9a3c9a7e00ba00a11749e022d911'] = 'Login'; +$_LANGADM['AdminLogincb5e100e5a9a3e7f6d1fd97512215282'] = 'error'; +$_LANGADM['AdminLogine99c06952f4336ce189d8df45980dca0'] = 'borrar la carpeta /install'; $_LANGADM['AdminLogs0250518090d13c807ece595694bffa98'] = 'Los e-mails se enviarán al propietario de la tienda. '; -$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Nivel de gravedad'; -$_LANGADM['AdminLogs12fef2a1dcc2efcbc89321a5abf92736'] = 'A continuación el significado de los niveles de gravedad:'; -$_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'A título informativo'; +$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Tipo de objeto'; $_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Advertencia'; -$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Error'; $_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Problema grave (error crítico)'; -$_LANGADM['AdminManufacturersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminManufacturersc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; +$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Nivel de gravedad'; +$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje'; +$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Código de error'; +$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = 'Poner \"5\" si no desea recibir alertas por email.'; +$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Error'; +$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Alerta por email'; +$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'A título informativo'; +$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Nivel máximo de gravedad:'; +$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'ID del objeto'; +$_LANGADM['AdminLogse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravedad (1-4)'; +$_LANGADM['AdminMaintenance049104cffa3c1841dece50e6e41f749c'] = 'Active o desactive su tienda. Desactive su tienda mientras efectúa su mantenimiento. Tenga en cuenta que el webservice no se desactivará y que sus datos seguirán visibles a través del mismo.'; +$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'General'; +$_LANGADM['AdminMaintenance38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Activar la tienda'; +$_LANGADM['AdminMaintenance894cd7887e47ca0e836e31577664b1ea'] = 'Dirreciones IP autorizadas para el accesso a su tienda cuando está desactivada. Utilizar comillas para separarlos (e.j., 42.24.4.2,127.0.0.1,99.98.97.96)'; +$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'IP de mantenimiento'; +$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Borrar elemento n°'; +$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; +$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminManufacturers068f80c7519d0528fb08e82137a72131'] = 'Artículos'; +$_LANGADM['AdminManufacturers18325105de95083e4a1d10b78f29c2bc'] = 'Estado'; +$_LANGADM['AdminManufacturers1caa6ff629641a4eb20f190f7a0539ca'] = 'Nombre del atributo'; $_LANGADM['AdminManufacturers20db0bfeecd8fe60533206a2b5e9891a'] = 'Nombre'; -$_LANGADM['AdminManufacturers8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos'; -$_LANGADM['AdminManufacturers77638e87a55b8747e79590defafa75c9'] = 'Código postal'; +$_LANGADM['AdminManufacturers234078adec0a64008b6ae77653776cfa'] = 'Breve descripción:'; +$_LANGADM['AdminManufacturers2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; +$_LANGADM['AdminManufacturers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; +$_LANGADM['AdminManufacturers2bf1d5fae1c321d594fdedf05058f709'] = 'Dirección:'; +$_LANGADM['AdminManufacturers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminManufacturers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Keywords:'; +$_LANGADM['AdminManufacturers3a2ffc65800e37e450c8aeb609ebf724'] = 'Total de direcciones:'; +$_LANGADM['AdminManufacturers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminManufacturers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminManufacturers4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminManufacturers4ff771c5a62c10ddbe02b9b5357b3402'] = 'Subir logo del fabricante desde su ordenador'; +$_LANGADM['AdminManufacturers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminManufacturers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de artículos:'; $_LANGADM['AdminManufacturers57d056ed0984166336b7879c2af3657f'] = 'Ciudad'; $_LANGADM['AdminManufacturers59716c97497eb9694541f7c3d37b1a4d'] = 'Pais'; -$_LANGADM['AdminManufacturers34c7cc7e30ac36bc5e108bc567aeef73'] = 'Direcciones de fabricantes'; -$_LANGADM['AdminManufacturers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logotipo'; -$_LANGADM['AdminManufacturers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; -$_LANGADM['AdminManufacturers068f80c7519d0528fb08e82137a72131'] = 'Artículos'; -$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminManufacturers2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; $_LANGADM['AdminManufacturers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Carácteres no válidos:'; -$_LANGADM['AdminManufacturersc1069a480848e06782b81b8bea9c0c94'] = 'Descripción breve'; -$_LANGADM['AdminManufacturersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción '; -$_LANGADM['AdminManufacturers4ff771c5a62c10ddbe02b9b5357b3402'] = 'Subir logo del fabricante desde su ordenador'; -$_LANGADM['AdminManufacturers9e11e4b371570340ca07913bc4783a7a'] = 'Meta título'; -$_LANGADM['AdminManufacturers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; -$_LANGADM['AdminManufacturers3f64b2beede1082fd32ddb0bf11a641f'] = 'Meta descripción'; -$_LANGADM['AdminManufacturers7d7559ccac6bc30a4d985db11cb34a3a'] = 'Meta contraseña'; -$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; -$_LANGADM['AdminManufacturersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminManufacturers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminManufacturers19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminManufacturers3a2ffc65800e37e450c8aeb609ebf724'] = 'Total de direcciones:'; -$_LANGADM['AdminManufacturers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de artículos:'; -$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Modificar'; -$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Borrar elemento n°'; -$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:'; -$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; -$_LANGADM['AdminManufacturersaf7448c885be0d8acd5eb84322176570'] = 'UPC'; -$_LANGADM['AdminManufacturers647b89b705fafd7d44aa6f01a5cb4711'] = 'Cant:'; -$_LANGADM['AdminManufacturers1caa6ff629641a4eb20f190f7a0539ca'] = 'Nombre del atributo'; $_LANGADM['AdminManufacturers63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; -$_LANGADM['AdminManufacturers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminManufacturers647b89b705fafd7d44aa6f01a5cb4711'] = 'Cant:'; +$_LANGADM['AdminManufacturers668a8d8d7ffe5da112b266e46b79b685'] = 'Nombre:'; +$_LANGADM['AdminManufacturers77638e87a55b8747e79590defafa75c9'] = 'Código postal'; +$_LANGADM['AdminManufacturers7b250cb374c12c42a75227ba75df7779'] = 'Título del Meta:'; +$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Modificar'; +$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logotipo'; +$_LANGADM['AdminManufacturers8d3f5eff9c40ee315d452392bed5309b'] = 'Apellidos'; +$_LANGADM['AdminManufacturersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:'; +$_LANGADM['AdminManufacturersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminManufacturersaf7448c885be0d8acd5eb84322176570'] = 'UPC'; +$_LANGADM['AdminManufacturersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminManufacturersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminManufacturersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Apellidos:'; +$_LANGADM['AdminManufacturersbffb711ec36f280459d11dce315da72f'] = 'Ciudad:'; +$_LANGADM['AdminManufacturersc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; +$_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción'; +$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:'; +$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fabricante:'; +$_LANGADM['AdminManufacturersf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; $_LANGADM['AdminManufacturersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminManufacturers694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminMessagesd79cf3f429596f77db95c65074663a54'] = 'ID de pedido'; -$_LANGADM['AdminMessagesd37c2bf1bd3143847fca087b354f920e'] = 'ID de cliente'; -$_LANGADM['AdminMessagesce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminMessagescf090b8fa4a136ed6058aaf84d5d2538'] = 'Último mensaje'; -$_LANGADM['AdminMessages8c35beea89f7d76d6289bde100482c2f'] = 'Mensaje(s) sin leer'; -$_LANGADM['AdminMessages301516a74ab570fe8ed6944932f7d428'] = 'Número de mensajes'; -$_LANGADM['AdminMessages375abd9b89e341b5a917c6ec15209860'] = 'Este cliente no ha finalizado su pedido. Sin embargo esyos son sus mensajes:'; -$_LANGADM['AdminMessages0d698fffffee7ffeb5d468acdf03c71c'] = 'ID del carrito:'; -$_LANGADM['AdminMessagesd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID del cliente:'; -$_LANGADM['AdminMessages0d8d58008ef5dd7afce337373ef73993'] = 'Fecha:'; -$_LANGADM['AdminMessages940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:'; -$_LANGADM['AdminMessages6e9783376d951cfd780e9fdb67a0f02c'] = 'Ver los detalles: '; -$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Página'; -$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Título'; -$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigable'; -$_LANGADM['AdminMetabc5d446bc10f94f2132fa898d11a423a'] = 'Configuración de las URL'; -$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Active esta opción únicamente si su servidor autoriza la reescritura de URL (aconsejable).'; -$_LANGADM['AdminMeta34d6a3e98f1b347c4f1df6257cd793c5'] = 'Si activa esta función debe'; -$_LANGADM['AdminMeta3cf5f5fe88091d2e57f5597b184b5959'] = 'generar un nuevo archivo .htaccess'; -$_LANGADM['AdminMeta44bc5350d0a72d6f348aaeebb4004d8e'] = 'Automáticamente redirigifdos a la URL canónica'; -$_LANGADM['AdminMetae73d8e659020c1acff040a3a3eaf9d21'] = 'Aconsejable, pero el tema debe ser compatible'; $_LANGADM['AdminMeta0af89096135210f23a49637e3d9f3a60'] = 'Mata-Tags'; +$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Página'; +$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL amigable'; +$_LANGADM['AdminMeta2affaa9860b7565fac919c53798b398d'] = 'Ejemplo: \"contactos\" para http://mitienda.com/shop/contactos redirigirá hacia http://mitienda.com/shop/contacot-form.php'; +$_LANGADM['AdminMeta345d6249c20c6319bb09edaaf536744b'] = 'La generación de archivos Robots'; +$_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'Reescritura URL'; +$_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras clave'; +$_LANGADM['AdminMeta3b823baba7abb920bd1c18104ae7537b'] = 'Su archivo robots.txt DEBE estar en la raíz de su sitio Web, y en ninguna otra parte.'; +$_LANGADM['AdminMeta44bc5350d0a72d6f348aaeebb4004d8e'] = 'Automáticamente redirigifdos a la URL canónica'; +$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminMeta7959e21ff0b83542251ca0b4e9a62eea'] = 'Generar el archivo robots.txt'; +$_LANGADM['AdminMeta7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Activar esta opción sólo si tiene problemas con algunas páginas URL en reescritura.'; +$_LANGADM['AdminMeta82fa9d45784fa48b4a37f4e225de5451'] = 'Descripción breve'; +$_LANGADM['AdminMeta93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción'; +$_LANGADM['AdminMetaacaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Desactivar apache MultiViews'; +$_LANGADM['AdminMetab65cc08420e484602c7c313336933452'] = 'por ejemplo: http://www.yoursite.com/robots.txt'; +$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Título'; +$_LANGADM['AdminMetab8a27e47e64caa3e36c8894c3745357b'] = 'Antes de poder utilizar esta herramienta, es necesario:'; +$_LANGADM['AdminMetabafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminMetabc5d446bc10f94f2132fa898d11a423a'] = 'Configuración de las URL'; +$_LANGADM['AdminMetac12e753c3108c17350db4e5990ff626e'] = 'Lista de palabras clave'; +$_LANGADM['AdminMetac9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminMetad65773e40ecde8c2b27057f09fc868ff'] = 'Título de la página'; +$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Active esta opción únicamente si su servidor autoriza la reescritura de URL (aconsejable).'; $_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Página:'; $_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = '¡Página no disponible!'; -$_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Nombre de la página relacionada'; -$_LANGADM['AdminMetad65773e40ecde8c2b27057f09fc868ff'] = 'Título de la página'; -$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; $_LANGADM['AdminMetae67422bc0428fba3af157a4d4851d2b4'] = 'Título de esta página'; -$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción'; -$_LANGADM['AdminMeta82fa9d45784fa48b4a37f4e225de5451'] = 'Descripción breve'; -$_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras clave'; -$_LANGADM['AdminMetac12e753c3108c17350db4e5990ff626e'] = 'Lista de palabras clave'; -$_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'Reescritura URL'; -$_LANGADM['AdminMeta2affaa9860b7565fac919c53798b398d'] = 'Ejemplo: \"contactos\" para http://mitienda.com/shop/contactos redirigirá hacia http://mitienda.com/shop/contacot-form.php'; -$_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminMeta19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminModules7258e7251413465e0a3eb58094430bde'] = 'Administración'; -$_LANGADM['AdminModules49a1b0ce5fd874636756adcf1423e035'] = 'Publicidad y marketing'; -$_LANGADM['AdminModules59e06cbd4be5387138b589509ce17162'] = 'Análisis y estadísticas'; -$_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Facturación'; -$_LANGADM['AdminModules6ff063fbc860a79759a7369ac32cee22'] = 'Procesos de Pedido'; -$_LANGADM['AdminModules5dc6d69e21ca0f5779b9cfeae1154f05'] = 'Gestión del Contenido'; +$_LANGADM['AdminMetae73d8e659020c1acff040a3a3eaf9d21'] = 'Aconsejable, pero el tema debe ser compatible'; +$_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Nombre de la página relacionada'; $_LANGADM['AdminModules0095a9fa74d1713e43e370a7d7846224'] = 'Export'; -$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Aplicaciones Front Office'; -$_LANGADM['AdminModulescef02fed5f63407268c2c0202d1d3708'] = 'Internacional y Localización'; -$_LANGADM['AdminModules335676135e0f03d2756262a437c95a0e'] = 'Merchandizing'; -$_LANGADM['AdminModules5b985caa89b2ca61bbeee91a896c610d'] = 'Herramientas de Migración'; -$_LANGADM['AdminModulese77ecbf1af4f4c210146d351f8dfbc3b'] = 'Pago'; -$_LANGADM['AdminModules2bcde8baf68a8b2a88a4a072437639e8'] = 'Pago Seguro'; -$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Precio y Descuentos'; -$_LANGADM['AdminModulesa9964513dc046a2cd404413f77b4656e'] = 'Edición rápida / de masa'; -$_LANGADM['AdminModules485e7b5a1a22f24d67a011c7ae21382a'] = 'Búsqueda y Filtros'; -$_LANGADM['AdminModulesd88946b678e4c2f251d4e292e8142291'] = 'Referenciamiento - SEO'; -$_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Transportista y Logística'; -$_LANGADM['AdminModules5f17a788546ddb43236732f8b0bdfd7e'] = 'Diaporamas'; -$_LANGADM['AdminModulesa8b87a22bdd589f5d056645941a01841'] = 'Guias de Compra'; -$_LANGADM['AdminModulescc50be8368055ce40af5f926b8ba5eef'] = 'Market Place'; -$_LANGADM['AdminModules222e1825c6eb93a516fba01be7861ddd'] = 'Redes sociales'; -$_LANGADM['AdminModules3182ea023795eb83ed0ce3beea5beb73'] = 'Otros Módulos'; -$_LANGADM['AdminModules551746895fb66f979bce758992475bfc'] = 'ningún archivo seleccionado'; -$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'módulo no encontrado'; -$_LANGADM['AdminModulese55f75a29310d7b60f7ac1d390c8ae42'] = 'modulo'; -$_LANGADM['AdminModules0557fa923dcee4d0f86b1409f5c2167f'] = 'atras'; -$_LANGADM['AdminModules53103fcc4656f55c219b600ded3c7438'] = 'gestiona los hooks'; -$_LANGADM['AdminModulescbabf7f87548581cdb2329bda9023c22'] = 'gestiona sus traducciones'; -$_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Autores'; -$_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Añadir nuevo módulo'; -$_LANGADM['AdminModules141be25d6cbf58bd13da78f7102f8323'] = 'Añadir un módulo a partir de mi ordenador'; -$_LANGADM['AdminModules3c68e6875a6e023501e84f0dee439713'] = 'Añadir un módulo a partir de PrestaShop Addons'; -$_LANGADM['AdminModules13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar'; -$_LANGADM['AdminModulescc5df44726705000d55c4d0d0266f206'] = 'El módulo debe ser un archivo zip o un archivo tar.'; -$_LANGADM['AdminModules5b48d0f5735d2f9b73a8f3ec7c4858ba'] = 'Archivo del módulo'; -$_LANGADM['AdminModules5815819625f2a7b13017e31a3d1af0dd'] = 'Cargar el módulo desde su ordenador.'; -$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Subir este módulo'; -$_LANGADM['AdminModulesc25d750d2eddb83507fc2ba18fa78782'] = 'URL del módulo'; -$_LANGADM['AdminModulesc52057a18e7202b3aa98f5b34d0c748a'] = 'Descargue el módulo directamente desde una página web.'; -$_LANGADM['AdminModules4be55b9233bbb7cd6201501723b118ed'] = 'Descargar este módulo'; -$_LANGADM['AdminModulesd87ec4c65196916e14f131724e4e603d'] = 'Abrir todas las pestañas'; -$_LANGADM['AdminModules8da5006b9b85fdb71d1239fcca8f63de'] = 'Cerrar todas las pestañas'; $_LANGADM['AdminModules00c3388449f7c4d73cc8c417d7d38554'] = 'Todos los módulos'; -$_LANGADM['AdminModules5976afe9ba86f2fdc39868d5282b02fa'] = 'Módulos nativos'; -$_LANGADM['AdminModules4cf4871b73927be08c4d9cd5874f899f'] = 'Módulos en partenariado'; -$_LANGADM['AdminModulesc3ba72d64cf29d2df49198be13ff9e50'] = 'Otros módulos'; -$_LANGADM['AdminModules9472e641f3ca4a8e3704f4fa9adc7835'] = 'Instalado y Desinstalado'; -$_LANGADM['AdminModulesd9e87fc7a13ba398295447791c67b586'] = 'Módulos instalados'; -$_LANGADM['AdminModulesdb35d7e7450a0534ecc64bbaf554922b'] = 'Módulos desinstalados'; -$_LANGADM['AdminModules6b8f34307b46c249a91d84e52ae94caf'] = 'Activados y desactivados'; -$_LANGADM['AdminModulesdfe6e46e2d3e3ba76b5d9aee197c0747'] = 'Módulos activados'; -$_LANGADM['AdminModulesa0f454ebaee933c7791ffcdda76944b3'] = 'Módulos desactivados'; -$_LANGADM['AdminModulesc3987e4cac14a8456515f0d200da04ee'] = 'Todos los países'; -$_LANGADM['AdminModulesd188407e1d066cd41925efebe2dab3da'] = 'País actual:'; -$_LANGADM['AdminModules526d688f37a86d3c3f27d0c5016eb71d'] = 'Reiniciar'; -$_LANGADM['AdminModulesd7778d0c64b6ba21494c97f77a66885a'] = 'Filtrar'; -$_LANGADM['AdminModules0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'módulos'; -$_LANGADM['AdminModules22884db148f0ffb0d830ba431102b0b5'] = 'módulo'; -$_LANGADM['AdminModuleseb5534a6983af195fab96bffe2ca4549'] = 'Módulo activado'; -$_LANGADM['AdminModulesa753d00275ac2a01fb62f29bcd3d7403'] = 'Módulo instalado, pero con advertencias'; -$_LANGADM['AdminModulesefab7397e527d5501f6d83dd6cd0466b'] = 'Módulo desactivado'; -$_LANGADM['AdminModules5cd043a1b14e0369f9d6270c2257a81a'] = 'Módulo no instalado'; -$_LANGADM['AdminModulesdf3f079de6961496f0460dcfdbf9bca3'] = 'por'; -$_LANGADM['AdminModules349838fb1d851d3e2014b9fe39203275'] = 'Instalar'; -$_LANGADM['AdminModulesa27dfe771799a09fd55fea73286eb6ab'] = 'Desinstalar'; +$_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Autores'; +$_LANGADM['AdminModules0557fa923dcee4d0f86b1409f5c2167f'] = 'atras'; +$_LANGADM['AdminModules06933067aafd48425d67bcb01bba5cb6'] = 'Actualización'; +$_LANGADM['AdminModules13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar'; +$_LANGADM['AdminModules222e1825c6eb93a516fba01be7861ddd'] = 'Redes sociales'; $_LANGADM['AdminModules29c632cf1c7f140b6e86f3af04df48d4'] = 'Instalar selección'; -$_LANGADM['AdminModules7245ac07bbd56e6d0f7489a7dddb836f'] = 'Desinstalar selección'; -$_LANGADM['AdminModulesf7c686a2f449e94bbbafca23e76dd33b'] = 'Leyenda de iconos'; -$_LANGADM['AdminModules150854c56046ef1253500d082fdfbbc2'] = 'Módulo instalado y activado'; -$_LANGADM['AdminModules48a963c9173e950ace0c801509eb8ef2'] = 'Módulo instalado pero desactivado'; -$_LANGADM['AdminModulesbacc7d9b8003258a090961660729a9b5'] = 'Ningún módulo'; -$_LANGADM['AdminModulesbcfaccebf745acfd5e75351095a5394a'] = 'Desactivar'; +$_LANGADM['AdminModules2bcde8baf68a8b2a88a4a072437639e8'] = 'Pago Seguro'; $_LANGADM['AdminModules2faec1f9f8cc7f8f40d521c4dd574f49'] = 'Activar'; -$_LANGADM['AdminModulesf1206f9fadc5ce41694f69129aecac26'] = 'Configurar'; +$_LANGADM['AdminModules3182ea023795eb83ed0ce3beea5beb73'] = 'Otros Módulos'; +$_LANGADM['AdminModules335676135e0f03d2756262a437c95a0e'] = 'Merchandizing'; +$_LANGADM['AdminModules349838fb1d851d3e2014b9fe39203275'] = 'Instalar'; +$_LANGADM['AdminModules3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoría'; +$_LANGADM['AdminModules485e7b5a1a22f24d67a011c7ae21382a'] = 'Búsqueda y Filtros'; +$_LANGADM['AdminModules49a1b0ce5fd874636756adcf1423e035'] = 'Publicidad y marketing'; +$_LANGADM['AdminModules4cf4871b73927be08c4d9cd5874f899f'] = 'Módulos en partenariado'; +$_LANGADM['AdminModules526d688f37a86d3c3f27d0c5016eb71d'] = 'Reiniciar'; +$_LANGADM['AdminModules53103fcc4656f55c219b600ded3c7438'] = 'gestiona los hooks'; +$_LANGADM['AdminModules551746895fb66f979bce758992475bfc'] = 'ningún archivo seleccionado'; +$_LANGADM['AdminModules5815819625f2a7b13017e31a3d1af0dd'] = 'Cargar el módulo desde su ordenador.'; +$_LANGADM['AdminModules5976afe9ba86f2fdc39868d5282b02fa'] = 'Módulos nativos'; +$_LANGADM['AdminModules59e06cbd4be5387138b589509ce17162'] = 'Análisis y estadísticas'; +$_LANGADM['AdminModules5b48d0f5735d2f9b73a8f3ec7c4858ba'] = 'Archivo del módulo'; +$_LANGADM['AdminModules5b985caa89b2ca61bbeee91a896c610d'] = 'Herramientas de Migración'; +$_LANGADM['AdminModules5dc6d69e21ca0f5779b9cfeae1154f05'] = 'Gestión del Contenido'; +$_LANGADM['AdminModules5f17a788546ddb43236732f8b0bdfd7e'] = 'Diaporamas'; +$_LANGADM['AdminModules6b8f34307b46c249a91d84e52ae94caf'] = 'Activados y desactivados'; +$_LANGADM['AdminModules6ff063fbc860a79759a7369ac32cee22'] = 'Procesos de Pedido'; +$_LANGADM['AdminModules7245ac07bbd56e6d0f7489a7dddb836f'] = 'Desinstalar selección'; +$_LANGADM['AdminModules7258e7251413465e0a3eb58094430bde'] = 'Administración'; +$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Aplicaciones Front Office'; +$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Subir este módulo'; +$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Precio y Descuentos'; +$_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Transportista y Logística'; +$_LANGADM['AdminModules9472e641f3ca4a8e3704f4fa9adc7835'] = 'Instalado y Desinstalado'; +$_LANGADM['AdminModules96b0141273eabab320119c467cdcaf17'] = 'Total'; +$_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Añadir nuevo módulo'; +$_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Facturación'; $_LANGADM['AdminModules9ce81cf948b7325d53c64aa610851552'] = 'Esta acción suprime definitivamente el módulo de su servidor. ¿Está realmente seguro?'; -$_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; -$_LANGADM['AdminModules3488a51eb7f723d65daeff912e69b177'] = 'Filtros seleccionados'; -$_LANGADM['AdminModulesPositions51a8b3a61ad63d4e5df2ce86870e39b8'] = 'Trasladar un módulo'; +$_LANGADM['AdminModulesPositions08a38277b0309070706f6652eeae9a53'] = 'Bajar'; +$_LANGADM['AdminModulesPositions0e914d3a9383dca6cf82f48659c41688'] = 'Pulsando aquí le redirigirán hacia el front-office de su tienda para desplazar y suprimir módulos directamente'; +$_LANGADM['AdminModulesPositions0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'módulos'; +$_LANGADM['AdminModulesPositions1063e38cb53d94d386f21227fcd84717'] = 'Eliminar'; +$_LANGADM['AdminModulesPositions19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; +$_LANGADM['AdminModulesPositions22884db148f0ffb0d830ba431102b0b5'] = 'módulo'; +$_LANGADM['AdminModulesPositions258f49887ef8d14ac268c92b02503aaa'] = 'Subir'; $_LANGADM['AdminModulesPositions498f79c4c5bbde77f1bceb6c86fd0f6d'] = 'Mostrar'; $_LANGADM['AdminModulesPositions4ba24d91566786f5315acf453418dbb6'] = 'Todos los módulos'; -$_LANGADM['AdminModulesPositions6d7c1e5020617c62ce515b7d9d610dd8'] = 'Mostrar los hook invisbles'; -$_LANGADM['AdminModulesPositions8e278f6a1ae38a12b2378eec8d08aa4f'] = 'Live edit'; -$_LANGADM['AdminModulesPositions0e914d3a9383dca6cf82f48659c41688'] = 'Pulsando aquí le redirigirán hacia el front-office de su tienda para desplazar y suprimir módulos directamente'; -$_LANGADM['AdminModulesPositions6c60f3604bf60b7521bfc60e9c4f65ca'] = 'Ejecutar LiveEdit'; -$_LANGADM['AdminModulesPositionsfeb6f2e19409f021e5fd65c51d21d254'] = 'Deshacer la selección'; -$_LANGADM['AdminModulesPositions0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'módulos'; -$_LANGADM['AdminModulesPositions22884db148f0ffb0d830ba431102b0b5'] = 'módulo'; -$_LANGADM['AdminModulesPositionsfc5ad043a6703887bcf45eb8348d8680'] = 'Nombre técnico:'; -$_LANGADM['AdminModulesPositions258f49887ef8d14ac268c92b02503aaa'] = 'Subir'; -$_LANGADM['AdminModulesPositions08a38277b0309070706f6652eeae9a53'] = 'Bajar'; -$_LANGADM['AdminModulesPositions7dce122004969d56ae2e0245cb754d35'] = 'Editar'; -$_LANGADM['AdminModulesPositionsf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminModulesPositions51a8b3a61ad63d4e5df2ce86870e39b8'] = 'Trasladar un módulo'; $_LANGADM['AdminModulesPositions605e21f380bbda2912e12a4c16737227'] = 'Sin módulos para este hook'; -$_LANGADM['AdminModulesPositionse55f75a29310d7b60f7ac1d390c8ae42'] = 'Módulo'; -$_LANGADM['AdminModulesPositions98a11cd6082576d0b5c84f37bde0b380'] = 'Hook en'; -$_LANGADM['AdminModulesPositionsd5f1381c5f97f928df4ef8d18c2a27c0'] = 'Excepciones'; -$_LANGADM['AdminModulesPositions9ee91b01130064edd60d330a3888d17e'] = 'Por favor, especifique los archivos para los cuales no desea que se muestren los módulos'; +$_LANGADM['AdminModulesPositions6c60f3604bf60b7521bfc60e9c4f65ca'] = 'Ejecutar LiveEdit'; +$_LANGADM['AdminModulesPositions6d7c1e5020617c62ce515b7d9d610dd8'] = 'Mostrar los hook invisbles'; +$_LANGADM['AdminModulesPositions7dce122004969d56ae2e0245cb754d35'] = 'Editar'; $_LANGADM['AdminModulesPositions8a6617dfa35ce54642fc61fd53935a91'] = 'Por favor, escriba cada nombre de fichero separado por una coma'; +$_LANGADM['AdminModulesPositions8e278f6a1ae38a12b2378eec8d08aa4f'] = 'Live edit'; +$_LANGADM['AdminModulesPositions98a11cd6082576d0b5c84f37bde0b380'] = 'Hook en'; +$_LANGADM['AdminModulesPositions9ee91b01130064edd60d330a3888d17e'] = 'Por favor, especifique los archivos para los cuales no desea que se muestren los módulos'; $_LANGADM['AdminModulesPositionsc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; -$_LANGADM['AdminModulesPositions19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminModulesPositionsd5f1381c5f97f928df4ef8d18c2a27c0'] = 'Excepciones'; +$_LANGADM['AdminModulesPositionse55f75a29310d7b60f7ac1d390c8ae42'] = 'Módulo'; +$_LANGADM['AdminModulesPositionsec211f7c20af43e742bf2570c3cb84f9'] = 'Agregar'; +$_LANGADM['AdminModulesPositionsf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminModulesPositionsfc5ad043a6703887bcf45eb8348d8680'] = 'Nombre técnico:'; +$_LANGADM['AdminModulesPositionsfeb6f2e19409f021e5fd65c51d21d254'] = 'Deshacer la selección'; +$_LANGADM['AdminModulesa0f454ebaee933c7791ffcdda76944b3'] = 'Módulos desactivados'; +$_LANGADM['AdminModulesa27dfe771799a09fd55fea73286eb6ab'] = 'Desinstalar'; +$_LANGADM['AdminModulesa8b87a22bdd589f5d056645941a01841'] = 'Guias de Compra'; +$_LANGADM['AdminModulesa9964513dc046a2cd404413f77b4656e'] = 'Edición rápida / de masa'; +$_LANGADM['AdminModulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorías'; +$_LANGADM['AdminModulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción '; +$_LANGADM['AdminModulesbcfaccebf745acfd5e75351095a5394a'] = 'Desactivar'; +$_LANGADM['AdminModulesbffe9a3c9a7e00ba00a11749e022d911'] = 'Login'; +$_LANGADM['AdminModulesc3987e4cac14a8456515f0d200da04ee'] = 'Todos los países'; +$_LANGADM['AdminModulesc3ba72d64cf29d2df49198be13ff9e50'] = 'Otros módulos'; +$_LANGADM['AdminModulescbabf7f87548581cdb2329bda9023c22'] = 'gestiona sus traducciones'; +$_LANGADM['AdminModulescc50be8368055ce40af5f926b8ba5eef'] = 'Market Place'; +$_LANGADM['AdminModulescef02fed5f63407268c2c0202d1d3708'] = 'Internacional y Localización'; +$_LANGADM['AdminModulesd188407e1d066cd41925efebe2dab3da'] = 'País actual:'; +$_LANGADM['AdminModulesd7778d0c64b6ba21494c97f77a66885a'] = 'Filtrar'; +$_LANGADM['AdminModulesd88946b678e4c2f251d4e292e8142291'] = 'Referenciamiento - SEO'; +$_LANGADM['AdminModulesd9e87fc7a13ba398295447791c67b586'] = 'Módulos instalados'; +$_LANGADM['AdminModulesdb35d7e7450a0534ecc64bbaf554922b'] = 'Módulos desinstalados'; +$_LANGADM['AdminModulesdf3f079de6961496f0460dcfdbf9bca3'] = 'por'; +$_LANGADM['AdminModulesdfe6e46e2d3e3ba76b5d9aee197c0747'] = 'Módulos activados'; +$_LANGADM['AdminModulese55f75a29310d7b60f7ac1d390c8ae42'] = 'modulo'; +$_LANGADM['AdminModulese77ecbf1af4f4c210146d351f8dfbc3b'] = 'Pago'; +$_LANGADM['AdminModulesf1206f9fadc5ce41694f69129aecac26'] = 'Configurar'; +$_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; +$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'módulo no encontrado'; +$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Orden de los mensages'; +$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; $_LANGADM['AdminOrderMessage49ee3087348e8d44e1feda1917443987'] = 'Nombre'; $_LANGADM['AdminOrderMessage4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Mensaje'; -$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Orden de los mensages'; $_LANGADM['AdminOrderMessage4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; $_LANGADM['AdminOrderMessage940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:'; -$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminOrderMessage70397c4b252a5168c5ec003931cea215'] = 'Campos obligatorios'; -$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminOrders03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo'; -$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Total'; -$_LANGADM['AdminOrdersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Modo de pago'; -$_LANGADM['AdminOrdersec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminOrders44749712dbec183e983dcd78a7736c41'] = 'Fecha'; -$_LANGADM['AdminOrdersbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; -$_LANGADM['AdminOrdersce06c769dac054ae0bed803d833f3f1c'] = 'Vale de compra referido al pedido nº '; -$_LANGADM['AdminOrderse183b47cb3af26aadf83cddda0d47453'] = 'personalizados'; -$_LANGADM['AdminOrderse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:'; -$_LANGADM['AdminOrdersdd70925db57b570bcb660d68c30d5e0b'] = 'Ref. proveedor'; -$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #'; -$_LANGADM['AdminOrders853ae90f0351324bd73ea615e6487517'] = ':'; -$_LANGADM['AdminOrders3f3e336e2f1fa10375efd923fca18b55'] = 'Advertencia:'; -$_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'pagado en vez de'; -$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Pedido N°'; -$_LANGADM['AdminOrdersa6ecff447ea8327b43f5d16a924fb6be'] = 'Ver factura'; -$_LANGADM['AdminOrdersf8246f1c2cfd9a81a376223428bd09d7'] = 'No hay factura'; -$_LANGADM['AdminOrdersddd167afc1441dcab03a9546c8ef8b51'] = 'Ver albarán'; -$_LANGADM['AdminOrdersa6181ae0a3e0370de94efa64782a6e79'] = 'No hay albarán'; -$_LANGADM['AdminOrdersbe4254ec37a7bf0d2babdf04bce774cf'] = 'Imprimir pedido'; -$_LANGADM['AdminOrdersb0068c134904cebb9f815c58a69d0f2e'] = 'Imprimir página'; -$_LANGADM['AdminOrdersf4ec5f57bd4d31b803312d873be40da9'] = 'Cambiar'; -$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Información del cliente'; +$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminOrderMessagee25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminOrderPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Impuesto sobre los embalajes regalo'; +$_LANGADM['AdminOrderPreferences0db377921f4ce762c62526131097968f'] = 'General'; +$_LANGADM['AdminOrderPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Esta aplicación permite realizar un pedido si necesidad de crear una cuenta'; +$_LANGADM['AdminOrderPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Proponer embalaje regalo al cliente y la posibilidad de enviar un mensaje adjunto'; +$_LANGADM['AdminOrderPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Precios de los embalajes regalo'; +$_LANGADM['AdminOrderPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Exigir a los clientes aceptar o rechazar las condiciones de venta antes de realizar el pedido'; +$_LANGADM['AdminOrderPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminOrderPreferences403e42a4b26e379cb13563c98ab63067'] = 'Activar el pedido express (Guest checkout)'; +$_LANGADM['AdminOrderPreferences59aad85b376259844b471a758908a3c1'] = 'Tipo de procesos de pedido'; +$_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; +$_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Puede elegir su tipo de procidiemto de pedidos, estandar (5 fases) o One Page checkout'; +$_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Elegir la página CMS de las condiciones generales de venta'; +$_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Establecer un impuesto para el precio del embalaje regalo'; +$_LANGADM['AdminOrderPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Compra mínima necesaria para que un pedido sea válido:'; +$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'Comprobar una página'; +$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Proponer embalajes reciclados'; +$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Estándar (5 etapas)'; +$_LANGADM['AdminOrderPreferencesc173252856179a44a9506a968359de8b'] = 'Fijar precio del embalaje regalo'; +$_LANGADM['AdminOrderPreferencesca9bccbec65b9e333e8896dbe43369df'] = 'Poner a 0 para desactivar esta característica'; +$_LANGADM['AdminOrderPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Proponer embalaje regalo'; +$_LANGADM['AdminOrderPreferencesd4d27f93d89b170800f7896e3e438468'] = 'Página CMS de condiciones generales de venta'; +$_LANGADM['AdminOrderPreferencese4045598261988d9988c594243a9434d'] = 'Condiciones generales de venta'; +$_LANGADM['AdminOrderPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Proponer al cliente embalajes reciclados'; +$_LANGADM['AdminOrders004bf6c9a40003140292e97330236c53'] = 'Acción'; $_LANGADM['AdminOrders01abfc750a0c942167651c40d088531d'] = '#'; -$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Este pedido se ha realizado a través de '; -$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'una cuenta invitado'; -$_LANGADM['AdminOrders80e915c39ca9254655d2802979aa698b'] = 'Transformar en cliente'; -$_LANGADM['AdminOrdersaf5730c209cb9ef0ddb9f7dc91a50e4e'] = 'esta funcionalidad genera una contrasena automatica y le manda un correo electronico al cliente'; -$_LANGADM['AdminOrders81fe7d0c685ca9f1829f5ff52370d06e'] = 'Una cuenta cliente ya existe con el mismo correo electrónico'; -$_LANGADM['AdminOrders1402e450396cb76b53b95f6e1746d700'] = 'Cuenta registrada:'; -$_LANGADM['AdminOrdersb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Pedidos válidos realizados:'; -$_LANGADM['AdminOrders5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Total gastos desde su registro:'; -$_LANGADM['AdminOrdersfb61758d0f0fda4ba867c3d5a46c16a7'] = 'Fuentes'; -$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'De:'; -$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'A:'; -$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Palabras clave:'; -$_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Factura'; -$_LANGADM['AdminOrders42f6d99a2dddc4858882ed8e9a210b52'] = 'Factura nº '; -$_LANGADM['AdminOrders786469e804d769a45d37c3618e47c51f'] = 'Emitida el:'; -$_LANGADM['AdminOrders247ebfa7699e5457979b4e369999d101'] = 'Aún no hay factura'; -$_LANGADM['AdminOrdersc3f15ecc6da0827a8da712cb43a0b596'] = 'Información de envío'; -$_LANGADM['AdminOrdersfd5f7a8ff6ee357c83f108926c18210d'] = 'Peso total:'; -$_LANGADM['AdminOrdersf8617a92ba0a0a4eabee724eab7c9f48'] = 'Empresa de transporte:'; -$_LANGADM['AdminOrdersea0b24419607e128a129c0c384d9b72a'] = 'Albarán nº '; -$_LANGADM['AdminOrdersf3ebde38fb84b9d5677bf2600e4270da'] = 'Número de seguimiento:'; -$_LANGADM['AdminOrders4422db6dbadf8e15dec32da8bc2e885f'] = 'Seguir el envío'; -$_LANGADM['AdminOrders8588fd6e73a866096416593954bd98f2'] = 'Establecer el número de envío'; -$_LANGADM['AdminOrdersf5d74ea75357b5e139854c14f8e24fe3'] = 'Detalles del pedido'; -$_LANGADM['AdminOrdersb5a83868feaf5e67aee62ac69fe4d3d4'] = 'De compra original:'; -$_LANGADM['AdminOrders580034e942d61c23826cb31dc2cb3c89'] = 'Compra #'; -$_LANGADM['AdminOrdersff22b5cb66c61ec9785919d33f48ee3b'] = 'Modo de pago:'; -$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Artículos'; -$_LANGADM['AdminOrders9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos'; -$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Embalaje'; -$_LANGADM['AdminOrdersea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Envío'; -$_LANGADM['AdminOrders482af2fbf8fede13613a03b1b1fec7d1'] = 'Pagado:'; -$_LANGADM['AdminOrders38cea52ef18b15dfe649d5183871dee0'] = 'Paquete reciclado:'; -$_LANGADM['AdminOrders09dcc3b32a3b46e280067eb50780cfc3'] = 'Mensaje para regalo:'; -$_LANGADM['AdminOrders940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:'; -$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Dirección de envío'; -$_LANGADM['AdminOrders601d8c4b9f72fc1862013c19b677a499'] = 'Dirección de facturación'; -$_LANGADM['AdminOrders8281efa2494e3344518040d38c11eb8a'] = 'No es posible devolver este artículo'; -$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'La cantidad a devolver es spuerior a la cantidad disponible'; -$_LANGADM['AdminOrdersdeb10517653c255364175796ace3553f'] = 'Artículo'; -$_LANGADM['AdminOrdersfbaedde498cdead4f2780217646e9ba1'] = 'Arriba'; $_LANGADM['AdminOrders03ab340b3f99e03cff9e84314ead38c0'] = 'Cantidad'; -$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Reembolsado'; -$_LANGADM['AdminOrdersfdfac28b5ad628f25649d9c2eb4fc62e'] = 'Devuelto'; +$_LANGADM['AdminOrders03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo'; +$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Artículos'; +$_LANGADM['AdminOrders06933067aafd48425d67bcb01bba5cb6'] = 'Actualización'; +$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'una cuenta invitado'; +$_LANGADM['AdminOrders0885f0c211f74834f0109c5abaf4cdc4'] = 'Idioma:'; +$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Este pedido se ha realizado a través de '; +$_LANGADM['AdminOrders09dcc3b32a3b46e280067eb50780cfc3'] = 'Mensaje para regalo:'; +$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Dirección de envío'; +$_LANGADM['AdminOrders0d8d58008ef5dd7afce337373ef73993'] = 'Fecha:'; +$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Reingresar artículos'; +$_LANGADM['AdminOrders1402e450396cb76b53b95f6e1746d700'] = 'Cuenta registrada:'; +$_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'pagado en vez de'; +$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'La cantidad a devolver es spuerior a la cantidad disponible'; +$_LANGADM['AdminOrders1c4b007ab8b28deb5a575109f32684ed'] = '¿Mostrar al cliente?'; +$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Información del cliente'; +$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'De:'; +$_LANGADM['AdminOrders20d1f35b42c6d4939d789a775880ba21'] = 'Cuando lea un mensaje, por favor haga clic en la verificación de color verde.'; +$_LANGADM['AdminOrders2633d6725607d13e80f5e30514b91fbe'] = 'Total de descuentos:'; $_LANGADM['AdminOrders27ce7f8b5623b2e2df568d64cf051607'] = 'Existencias'; -$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Volver'; -$_LANGADM['AdminOrders76f0ed934de85cc7131910b32ede7714'] = 'Reembolso'; -$_LANGADM['AdminOrdersea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; -$_LANGADM['AdminOrders81a45bb93f6dc37a6c0dcc3af725d331'] = 'Según el grupo de este cliente, los precios están impresos:'; -$_LANGADM['AdminOrders5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'impuestos excluidos.'; +$_LANGADM['AdminOrders284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Direcciones'; +$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Elija un mensaje estándar'; +$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #'; +$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Palabras clave:'; +$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'A:'; $_LANGADM['AdminOrders341216368d7ecd01ce32b8b9892293cf'] = 'impuestos incluido.'; +$_LANGADM['AdminOrders341ee6bf57abde84135c32f55a607de2'] = '¿Quiere enviar un mensaje al cliente?'; +$_LANGADM['AdminOrders3601146c4e948c32b6424d2c0a7f0118'] = 'Precio'; +$_LANGADM['AdminOrders38cea52ef18b15dfe649d5183871dee0'] = 'Paquete reciclado:'; +$_LANGADM['AdminOrders3f3e336e2f1fa10375efd923fca18b55'] = 'Advertencia:'; +$_LANGADM['AdminOrders400264c3cd8f2e65b9f19375230b59b8'] = 'Crear un vale'; +$_LANGADM['AdminOrders41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Mensajes'; +$_LANGADM['AdminOrders44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Factura'; +$_LANGADM['AdminOrders49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Suprimir artículos'; +$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de productos:'; +$_LANGADM['AdminOrders5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Total gastos desde su registro:'; +$_LANGADM['AdminOrders5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'impuestos excluidos.'; +$_LANGADM['AdminOrders601d8c4b9f72fc1862013c19b677a499'] = 'Dirección de facturación'; +$_LANGADM['AdminOrders630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; +$_LANGADM['AdminOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminOrders66c4c5112f455a19afde47829df363fa'] = 'Total:'; +$_LANGADM['AdminOrders689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminOrders691b338fa68b3c177c6ebbc745624c6a'] = 'Total gastos de envío:'; +$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Devolver artículos'; +$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Devolver gastos de envío'; +$_LANGADM['AdminOrders729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?'; +$_LANGADM['AdminOrders73bd682c8a8613f6c009f1b802dc2cef'] = 'Privado:'; +$_LANGADM['AdminOrders7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; +$_LANGADM['AdminOrders74c06eb18eeb118d7b3c623d0c717290'] = 'Restituciones de productos'; +$_LANGADM['AdminOrders76f0ed934de85cc7131910b32ede7714'] = 'Reembolso'; +$_LANGADM['AdminOrders77295c7d814e7397c55f64ec06313984'] = 'Moneda:'; +$_LANGADM['AdminOrders7dce122004969d56ae2e0245cb754d35'] = 'Editar'; +$_LANGADM['AdminOrders80e915c39ca9254655d2802979aa698b'] = 'Transformar en cliente'; +$_LANGADM['AdminOrders81a45bb93f6dc37a6c0dcc3af725d331'] = 'Según el grupo de este cliente, los precios están impresos:'; +$_LANGADM['AdminOrders81fe7d0c685ca9f1829f5ff52370d06e'] = 'Una cuenta cliente ya existe con el mismo correo electrónico'; +$_LANGADM['AdminOrders8281efa2494e3344518040d38c11eb8a'] = 'No es posible devolver este artículo'; +$_LANGADM['AdminOrders853ae90f0351324bd73ea615e6487517'] = ':'; +$_LANGADM['AdminOrders887ee91702c962a70b87cbef07bbcaec'] = 'tasas no incluídas'; +$_LANGADM['AdminOrders8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminOrders914419aa32f04011357d3b604a86d7eb'] = 'Transportista'; +$_LANGADM['AdminOrders936ccdb97115e9f35a11d35e3d5b5cad'] = 'Pulse aquí'; +$_LANGADM['AdminOrders93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminOrders940663fd4428d2c86f9a4780b6574028'] = 'Mensaje:'; +$_LANGADM['AdminOrders94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar'; +$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Total'; +$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Volver'; +$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = 'Max. 600 caracteres'; +$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'para añadir un comentario o enviar un mensaje al cliente'; +$_LANGADM['AdminOrders9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos'; +$_LANGADM['AdminOrdersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminOrdersa6181ae0a3e0370de94efa64782a6e79'] = 'No hay albarán'; +$_LANGADM['AdminOrdersa6ecff447ea8327b43f5d16a924fb6be'] = 'Ver factura'; +$_LANGADM['AdminOrdersa82868319826fb092b73968e661b5b38'] = 'Vales'; +$_LANGADM['AdminOrdersadaaee4b22041c27198d410c68d952c9'] = 'Porcentaje'; +$_LANGADM['AdminOrdersaf5730c209cb9ef0ddb9f7dc91a50e4e'] = 'esta funcionalidad genera una contrasena automatica y le manda un correo electronico al cliente'; +$_LANGADM['AdminOrdersb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Pedidos válidos realizados:'; +$_LANGADM['AdminOrdersb2f40690858b404ed10e62bdf422c704'] = 'Importe'; +$_LANGADM['AdminOrdersb52b44c9d23e141b067d7e83b44bb556'] = 'Productos:'; +$_LANGADM['AdminOrdersb55a2d6e1009d3881156a3495dd26de5'] = 'Nuevo mensaje'; +$_LANGADM['AdminOrdersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción '; +$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminOrdersb9af8635591dc44009ccd8e5389722ec'] = 'No se encontraron productos'; +$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Embalaje'; +$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminOrdersbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; +$_LANGADM['AdminOrdersbe4254ec37a7bf0d2babdf04bce774cf'] = 'Imprimir pedido'; +$_LANGADM['AdminOrdersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Modo de pago'; +$_LANGADM['AdminOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Marcar este mensaje como \'visto\''; +$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Reembolsado'; +$_LANGADM['AdminOrdersce06c769dac054ae0bed803d833f3f1c'] = 'Vale de compra referido al pedido nº '; +$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Pedido N°'; +$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde'; +$_LANGADM['AdminOrdersdc5f499e83aef4f6811faa4081631740'] = 'En'; +$_LANGADM['AdminOrdersdc8d1b4e8c9bdf1eed97eb9ed5877a43'] = '¿Quiere volver a escribir el mensaje exsistente?'; +$_LANGADM['AdminOrdersdd70925db57b570bcb660d68c30d5e0b'] = 'Ref. proveedor'; +$_LANGADM['AdminOrdersdd9644efbcf9d41c5be6daed03514dd8'] = 'Siguiente'; +$_LANGADM['AdminOrdersddd167afc1441dcab03a9546c8ef8b51'] = 'Ver albarán'; +$_LANGADM['AdminOrdersdeb10517653c255364175796ace3553f'] = 'Artículo'; +$_LANGADM['AdminOrderse06d7593c1cd6dabef450be6c3da7091'] = 'Devoluciones de mercancía'; +$_LANGADM['AdminOrderse183b47cb3af26aadf83cddda0d47453'] = 'personalizados'; +$_LANGADM['AdminOrderse2e79605fc9450ec17957cf0e910f5c6'] = 'IVA incluído'; +$_LANGADM['AdminOrderse413f403aa8d5253b487d09fc84e47a0'] = 'Crear un vale de compra'; +$_LANGADM['AdminOrderse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:'; +$_LANGADM['AdminOrdersea067eb37801c5aab1a1c685eb97d601'] = 'Total pagado'; +$_LANGADM['AdminOrdersea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminOrdersea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Envío'; +$_LANGADM['AdminOrdersec211f7c20af43e742bf2570c3cb84f9'] = 'Agregar'; +$_LANGADM['AdminOrdersec53a8c4f07baed5d8825072c89799be'] = 'Estado'; $_LANGADM['AdminOrdersef5f330df17f8c955005c26466c2463c'] = 'Devoluciones de mercancía no válidas'; $_LANGADM['AdminOrdersf14b582c1b0eab88ed5904fb781568c0'] = 'Nombre del descuento'; -$_LANGADM['AdminOrders689202409e48743b914713f96d93947c'] = 'Valor'; -$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Reingresar artículos'; -$_LANGADM['AdminOrderse413f403aa8d5253b487d09fc84e47a0'] = 'Crear un vale de compra'; -$_LANGADM['AdminOrders400264c3cd8f2e65b9f19375230b59b8'] = 'Crear un vale'; -$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Devolver gastos de envío'; -$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Devolver artículos'; -$_LANGADM['AdminOrders74c06eb18eeb118d7b3c623d0c717290'] = 'Restituciones de productos'; -$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Suprimir artículos'; -$_LANGADM['AdminOrders341ee6bf57abde84135c32f55a607de2'] = '¿Quiere enviar un mensaje al cliente?'; -$_LANGADM['AdminOrdersb55a2d6e1009d3881156a3495dd26de5'] = 'Nuevo mensaje'; -$_LANGADM['AdminOrders936ccdb97115e9f35a11d35e3d5b5cad'] = 'Pulse aquí'; -$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'para añadir un comentario o enviar un mensaje al cliente'; -$_LANGADM['AdminOrdersdc8d1b4e8c9bdf1eed97eb9ed5877a43'] = '¿Quiere volver a escribir el mensaje exsistente?'; -$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Elija un mensaje estándar'; -$_LANGADM['AdminOrders1c4b007ab8b28deb5a575109f32684ed'] = '¿Mostrar al cliente?'; -$_LANGADM['AdminOrders93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = 'Max. 600 caracteres'; -$_LANGADM['AdminOrders94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar'; -$_LANGADM['AdminOrders41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Mensajes'; -$_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Marcar este mensaje como \'visto\''; -$_LANGADM['AdminOrdersdc5f499e83aef4f6811faa4081631740'] = 'En'; -$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde'; -$_LANGADM['AdminOrders73bd682c8a8613f6c009f1b802dc2cef'] = 'Privado:'; -$_LANGADM['AdminOrders20d1f35b42c6d4939d789a775880ba21'] = 'Cuando lea un mensaje, por favor haga clic en la verificación de color verde.'; -$_LANGADM['AdminOrderse06d7593c1cd6dabef450be6c3da7091'] = 'Devoluciones de mercancía'; -$_LANGADM['AdminOrders737c6aff6b2dd08403139539f31a3f7e'] = 'No hay devolución de mercancía para este pedido'; -$_LANGADM['AdminOrderscf3bae95c5f6023d5a10fe415b205a45'] = 'Vale de compra'; -$_LANGADM['AdminOrders8986eb49c98d0bc7867e0a5ecfefc4d7'] = 'No hay vales de compra para este pedido.'; -$_LANGADM['AdminOrders630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; -$_LANGADM['AdminOrders66c4c5112f455a19afde47829df363fa'] = 'Total:'; -$_LANGADM['AdminOrdersStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminOrdersStates49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminOrdersStates817434295a673aed431435658b65d9a7'] = 'Icono'; -$_LANGADM['AdminOrdersStatesbd88be5f33d835d0667fece965ab2443'] = 'Enviar email al cliente'; -$_LANGADM['AdminOrdersStates466eadd40b3c10580e3ab4e8061161ce'] = 'Factura'; -$_LANGADM['AdminOrdersStates4bc61ab0b24e55663cafd86775a73d7a'] = 'Plantilla de email'; -$_LANGADM['AdminOrdersStates510f6a8fda6eb21f9ff01954e034a29a'] = 'Por razones de seguridad, no es posible borrar los estados de la orden por defecto.'; -$_LANGADM['AdminOrdersStates33af8066d3c83110d4bd897f687cedd2'] = 'Estados de pedido'; -$_LANGADM['AdminOrdersStates46d654225b4ccc1607fd1af012d18e12'] = 'Nombre del estado:'; -$_LANGADM['AdminOrdersStatesa4bb440d400f4dc30f148b44d08680b4'] = 'carecteres no válidos: números y'; -$_LANGADM['AdminOrdersStatesbf068ace28aa095e354ff02a01d32f1e'] = 'Estado del pedido (ej., \'Pendiente'; -$_LANGADM['AdminOrdersStates37242ae69082dfc3ec9d365a18a9606e'] = 'Icono:'; -$_LANGADM['AdminOrdersStatesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Elija un icono a partir de su ordenador (Tipo de fichero: .gif, tamaño propuesto: 16x16'; -$_LANGADM['AdminOrdersStatesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Color'; -$_LANGADM['AdminOrdersStatesa6c03b9eff966268fe4de7b97f64309b'] = 'El estado se marcará en este color. Sólo colores HTML (ej.,'; -$_LANGADM['AdminOrdersStates70f04749e7995edd7d59e2d034c08929'] = 'Considerar el pedido asociado como válidado'; -$_LANGADM['AdminOrdersStates35388ca9e482238c6e9755d70a5a91a0'] = 'Permitir al cliente descargar y ver su factura en PDF'; -$_LANGADM['AdminOrdersStates08d2ca380ff45ca948d4f825ff4c31dc'] = 'Ocultar el estado en el pedido del cliente'; -$_LANGADM['AdminOrdersStates450dcddb1c36122c2c95a91d2bceec1d'] = 'Enviar email al cliente cuando el pedido cambie de estado'; -$_LANGADM['AdminOrdersStates278c491bdd8a53618c149c4ac790da34'] = 'Plantilla'; -$_LANGADM['AdminOrdersStatesd9374980cff5b423a8ad65e86e8c86b0'] = 'Por favor, copie su plantilla de email en el directorio'; -$_LANGADM['AdminOrdersStates6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Sólo se admiten letras, números y -_'; -$_LANGADM['AdminOrdersStates31fde7b05ac8952dacf4af8a704074ec'] = 'Vista previa'; -$_LANGADM['AdminOrdersStatesb32475cd81cfdb314b57ae77c560640f'] = 'Plantilla de Email para .html y .txt'; -$_LANGADM['AdminOrdersStates38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminOrdersStates19f823c6453c2b1ffd09cb715214813d'] = 'Campos obligatorios'; -$_LANGADM['AdminPdf788ebe0fc7fc09c0c20069659af8e139'] = 'Configuración PDF para el idioma actual:'; -$_LANGADM['AdminPdf41fcf9407f9c20e5d2306bbc4c3fed2f'] = 'Cifrado:'; -$_LANGADM['AdminPdf7b66a66ca2141a1184bf40c300d00007'] = 'Cifrado para la factura PDF'; -$_LANGADM['AdminPdf7b33872f9b52c649fda24a8fef9492bb'] = 'Fuente:'; -$_LANGADM['AdminPdf8b28d3153d454696bef299fd0bbc2d7e'] = 'Fuente para la factura PDF'; +$_LANGADM['AdminOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminOrdersf4ec5f57bd4d31b803312d873be40da9'] = 'Cambiar'; +$_LANGADM['AdminOrdersf8246f1c2cfd9a81a376223428bd09d7'] = 'No hay factura'; +$_LANGADM['AdminOrdersf8617a92ba0a0a4eabee724eab7c9f48'] = 'Empresa de transporte:'; +$_LANGADM['AdminOrdersf8b1369a8e9d90da0cae0b11049309af'] = 'No definido'; +$_LANGADM['AdminOrdersfb61758d0f0fda4ba867c3d5a46c16a7'] = 'Fuentes'; +$_LANGADM['AdminOrdersfbaedde498cdead4f2780217646e9ba1'] = 'Arriba'; +$_LANGADM['AdminOrdersfdfac28b5ad628f25649d9c2eb4fc62e'] = 'Devuelto'; +$_LANGADM['AdminOutstanding1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Empresa'; +$_LANGADM['AdminOutstanding44749712dbec183e983dcd78a7736c41'] = 'Fecha'; +$_LANGADM['AdminOutstandingbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; +$_LANGADM['AdminOutstandingce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Mostrar las últimas cantidades cuando sean inferiores a:'; $_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Productos'; -$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Modo catálogo:'; +$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Mostrar disponibilidad del producto en la página:'; $_LANGADM['AdminPPreferences0a2ab45f848348a2626b7491ab6d8cdd'] = 'Cuando este parámetro se encuentra activado, todas las aplicaciones de compra aparecen desactivadas'; $_LANGADM['AdminPPreferences11c3382637c5733a6221acf98129b298'] = 'Permitir ventas de productos que no están en stock'; +$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Tamaño máximo de la corta descripción'; +$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Pasos del Pedido por defecto por lista de productos'; $_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Cuando el producto no está disponible, ocultar el botón del carrito'; -$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Activar el utilizador de stocks:'; -$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Indicar las cantidades disponibles en la página de producto:'; -$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'Activar JqZoom en lugar de Thickbox en la página de productos.'; -$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Mostrar disponibilidad del producto en la página:'; -$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Mostrar el botón \"añadir al carrito\" cuando el producto tiene atributos'; -$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Mostrar o no el botón \"añadir al carrito\" en las páginas con varios productos para aquellos que tienen atributos, forzando así a los clientes a ir a ver el detalle del producto y por lo tanto, sus atributos.'; -$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Número máximo de productos en el comparador'; -$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = 'Poner a 0 para desactivar esta característica'; -$_LANGADM['AdminPPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Compra mínima necesaria para que un pedido sea válido:'; -$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Mostrar las últimas cantidades cuando sean inferiores a:'; -$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Número de días durante los cuales, el producto sigue considerándose \'nuevo\':'; +$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Precio del producto'; $_LANGADM['AdminPPreferences39cb26ab18c110579dec495581a11552'] = 'Redireccionar después de añadir un producto al carrito:'; -$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Sólo afecta a la versión no AJAX del carrito'; +$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Número máximo de productos en el comparador'; +$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Posición dentro de la categoría'; $_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'Página anterior'; +$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Artículo añadido en fecha'; +$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'Como calcular los descuentos por cantidad'; $_LANGADM['AdminPPreferences74451598607d4a1844581e95abc69e82'] = 'resumen del carrito'; $_LANGADM['AdminPPreferences759892e4fd5da7b789eee82dcca9df45'] = 'Productos por página:'; -$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Productos mostrados por página (10 por defecto).'; -$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Por defecto ordenado por:'; -$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Por defecto ordenado por lista de artículos'; -$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Nombre del producto'; -$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Precio del producto'; -$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Artículo añadido en fecha'; -$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Posición dentro de la categoría'; +$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Indicar las cantidades disponibles en la página de producto:'; +$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Número de días durante los cuales, el producto sigue considerándose \'nuevo\':'; +$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Activar el utilizador de stocks:'; +$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Descuentos por cantidad sobre la base de:'; +$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Modo catálogo:'; +$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Sólo afecta a la versión no AJAX del carrito'; +$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Mostrar el botón \"añadir al carrito\" cuando el producto tiene atributos'; +$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Establecer el tamaño máximo de la corta descripción del producto'; +$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'Activar JqZoom en lugar de Thickbox en la página de productos.'; +$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaciones'; $_LANGADM['AdminPPreferencesc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; +$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Mostrar o no el botón \"añadir al carrito\" en las páginas con varios productos para aquellos que tienen atributos, forzando así a los clientes a ir a ver el detalle del producto y por lo tanto, sus atributos.'; +$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Por defecto ordenado por lista de artículos'; +$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Productos mostrados por página (10 por defecto).'; +$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = 'Poner a 0 para desactivar esta característica'; +$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Creciente'; $_LANGADM['AdminPPreferencesd920ec381c352d9d92a53ed3d261e8c6'] = 'Artículo modificado en fecha'; $_LANGADM['AdminPPreferencesdcf765af784bde828a35fc529a1760ef'] = 'Pasos del Pedido por defecto:'; -$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Pasos del Pedido por defecto por lista de productos'; -$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Creciente'; +$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Nombre del producto'; $_LANGADM['AdminPPreferencese3cf5ac19407b1a62c6fccaff675a53b'] = 'Decreciente'; -$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Tamaño máximo de la corta descripción'; -$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Establecer el tamaño máximo de la corta descripción del producto'; -$_LANGADM['AdminPPreferencesc4d833424eba2cd43c9327d4943dc61f'] = 'Imagen generada por:'; -$_LANGADM['AdminPPreferences9df22f196a33acd0b372fe502de51211'] = 'automática'; -$_LANGADM['AdminPPreferenceseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'ancho'; -$_LANGADM['AdminPPreferencesb435e227d5dd201e1768b2bcb2e0aa81'] = 'alto'; -$_LANGADM['AdminPPreferences32465c25dfecca0db61214b9af3bd9f1'] = 'Tamaño máximo de las imágenes del artículo:'; -$_LANGADM['AdminPPreferencese57fbdf001b4b35e6ca7dcdc628ca853'] = 'El tamaño máximo de las imágenes que los clientes pueden descargar (en Bytes)'; -$_LANGADM['AdminPPreferences048a517fd1781ed314402df592f2ea68'] = 'Ancho de la imagen del artículo:'; -$_LANGADM['AdminPPreferencesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'El ancho máximo de imágenes cargable por los clientes'; -$_LANGADM['AdminPPreferences9a61f5ce3180789a8455f536681cabc1'] = 'Altura de la imagen del artículo'; -$_LANGADM['AdminPPreferencesdde6c96bcb0af50f18f37572267d904a'] = 'La altura máxima de imágenes cargable por los clientes'; -$_LANGADM['AdminPPreferences044a77653804fe33652d68098d98121e'] = 'Activar la compatibilidad con las imágenes antiguas'; -$_LANGADM['AdminPPreferencese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Debe permanecer en \"Sí\" a menos que haya desplazado con éxito las imágens a la pestaña Preferencias>Imagen'; -$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Descuentos por cantidad sobre la base de:'; -$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'Como calcular los descuentos por cantidad'; -$_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Productos'; -$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaciones'; -$_LANGADM['AdminPaymenta75b01d1ff66cd0a327bda1effa71dec'] = 'Lista de los módulos de pago'; -$_LANGADM['AdminPayment1f3a05f7b45df8e5c5cafaf0485eedd5'] = 'Pulsar para ver la lista de los módulos de pago'; -$_LANGADM['AdminPaymentdba77f97d76421a973d8e4903ec1b056'] = 'Restricciones del módulo de pagos'; -$_LANGADM['AdminPayment1c2e8d60a8f68d08b7009d5e4d5fa137'] = 'Por favor, marque para cada módulo la o las divisas a activar'; -$_LANGADM['AdminPaymentfa8d45faf5026180b0506317cab3a421'] = 'Por favor, marque para cada módulo el o los países a activar'; -$_LANGADM['AdminPaymenta286df2cd70ded397d9f3955b0382c1c'] = 'Por favor, marque para cada grupo el o los módulos de pago a activar'; -$_LANGADM['AdminPayment9d653d0b5635dcdbbbbaa7c4b42e7a31'] = 'Restricciones de monedas'; +$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Por defecto ordenado por:'; $_LANGADM['AdminPayment1b1e7483572e24b802c4f4dec44b7a31'] = 'Restricciones de grupo'; -$_LANGADM['AdminPayment66b063fcc97a757c25e64c785b3f18a8'] = 'Restricciones de paí­ses'; -$_LANGADM['AdminPaymentcf7da676516ac041a93fd91755fa40f9'] = 'Ningún módulo de pago instalado'; +$_LANGADM['AdminPayment1c2e8d60a8f68d08b7009d5e4d5fa137'] = 'Por favor, marque para cada módulo la o las divisas a activar'; +$_LANGADM['AdminPayment1f3a05f7b45df8e5c5cafaf0485eedd5'] = 'Pulsar para ver la lista de los módulos de pago'; $_LANGADM['AdminPayment3e15057a39314e679d553bd9b6522ec8'] = 'Moneda del cliente'; +$_LANGADM['AdminPayment66b063fcc97a757c25e64c785b3f18a8'] = 'Restricciones de paí­ses'; +$_LANGADM['AdminPayment9d653d0b5635dcdbbbbaa7c4b42e7a31'] = 'Restricciones de monedas'; +$_LANGADM['AdminPaymenta286df2cd70ded397d9f3955b0382c1c'] = 'Por favor, marque para cada grupo el o los módulos de pago a activar'; +$_LANGADM['AdminPaymenta75b01d1ff66cd0a327bda1effa71dec'] = 'Lista de los módulos de pago'; $_LANGADM['AdminPaymentcdf4c2da827655c1ea74209dd683c903'] = 'Moneda por defecto de la tienda'; +$_LANGADM['AdminPaymentcf7da676516ac041a93fd91755fa40f9'] = 'Ningún módulo de pago instalado'; +$_LANGADM['AdminPaymentdba77f97d76421a973d8e4903ec1b056'] = 'Restricciones del módulo de pagos'; $_LANGADM['AdminPaymente39a06ebd5bb473161c5dff3c79c80a5'] = 'Guardar restricciones'; -$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Par utilizar Memcached, tiene que instalar la extensión PECL de Memcached en su servidor.'; -$_LANGADM['AdminPerformance3d064d5efb6cf2ed52cf72bfef7c7db2'] = 'Para utilizar la carpeta CacheFS'; -$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'debe tener los derechos de escritura'; -$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; -$_LANGADM['AdminPerformancec12c5b5693a651c1a235e9040315ad33'] = 'Esto obliga a Smarty a (re)compilar las plantillas en cada invocación. Es útil para el desarrollo y la solución de errores pero en ningún caso debería utilizarse como entorno de producción.'; -$_LANGADM['AdminPerformance5824d53b7b15b236750314bdbf40f32a'] = 'Cache:'; -$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminPerformancebafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'puede ser activado unicamente por el debugging'; -$_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC'; -$_LANGADM['AdminPerformanceecffc19cb5ada347980c0fd06ca337f4'] = 'CCC reducce el tiempo de carga de su pagina. Con estaos parametras ganara en rendimiento sin cambiar el codigo de su tema. Debe ser seguro que su tema esta compatible con la version 1.4 sino CCC le generara problemas'; -$_LANGADM['AdminPerformancec7ceaefb9d7fd3731ae2a28abad2cb95'] = '\"Smart cache\" para las hojas de estilo'; -$_LANGADM['AdminPerformance6a4a08e9914c7067816a4a338cac9d20'] = 'Utilizar CCC para las hojas de estilo'; -$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Conservar el funcionamiento original'; -$_LANGADM['AdminPerformancecf00874a93cf1cca317853c54c9f40e3'] = '\"Smart cache\" para el código JavaScript'; -$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'Utilizar CCC para el código JavaScript'; -$_LANGADM['AdminPerformancec469db474a76169ecfbe4d16c0a94646'] = 'Conservar el funcionamiento original'; -$_LANGADM['AdminPerformancef109757e57bb970f6b86a8f6c3e2b0d7'] = 'Reducción del código HTML'; -$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Reducir el código HTML, tras la ejecución de la complilación Smarty'; -$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conservar el funcionamiento original'; -$_LANGADM['AdminPerformance64cef1b605534126797bee68f6555fec'] = 'Compresión del JavaScript en el código HTML'; -$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Compresión del JavaScript en el código HTML, tras la ejecución de la complilación Smarty'; -$_LANGADM['AdminPerformance60eae0eda2c68006eb838a8cfd24cf80'] = 'Conservar el funcionamiento original'; -$_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Compresión máxima del código HTML (peligroso)'; -$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'Compresión máxima del código HTML. Solo funciona cuando \"Reducción del código HTML\" se encuentra activada. Atención, esta aplicación desactiva la validez W3C.'; -$_LANGADM['AdminPerformancef15de4c26829bbbde82a73377dee57be'] = 'Conservar la validación W3C'; -$_LANGADM['AdminPerformance86d197c88189c32765b202ff04db1022'] = 'Servidores de media (utilizado únicamente cuando CCC está activado)'; -$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Debe introducir otro campo o subcampo para no volver a utilizar el cookie para el contenido estático.'; -$_LANGADM['AdminPerformance3ed7fddd0f381c4fe4683fc9e856dbcf'] = 'Servidor de media n°1'; -$_LANGADM['AdminPerformance6acc18c03f7557fffe520276b1d92875'] = 'Nombre del segundo nombre de dominio de su tienda (por ejemplo, myshop-media-server-1.com). Si no tiene otro dominio, deje el campo vacío.'; -$_LANGADM['AdminPerformance9dafd449b62301e26c635b976b231b88'] = 'Servidor de media n°2'; -$_LANGADM['AdminPerformance41082af484e7d21ed97209e00f9acf97'] = 'Nombre del tercer nombre de dominio de su tienda (por ejemplo, myshop-media-server-1.com). Si no tiene otro dominio, deje el campo vacío.'; -$_LANGADM['AdminPerformance391e79edab921e1974705a7096055dde'] = 'Servidor de media n°3'; -$_LANGADM['AdminPerformanced909b5755af85b4f5d19f9cce0775a91'] = 'Nombre del cuarto nombre de dominio de su tienda (por ejemplo, myshop-media-server-1.com). Si no tiene otro dominio, deje el campo vacío.'; -$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Cifrar'; -$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt es más rápido que nuestra clase BlowFish pero requiere la extensión PHP \"mcrypt\". Si modifica este parámetro todos los antiguos cookies se reinicializarán.'; -$_LANGADM['AdminPerformance4afa80e77a07f7488ce4d1bdd8c4977a'] = 'Algoritmo'; -$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Utilizar Rijndael con la librería mcript.'; -$_LANGADM['AdminPerformancedc653b2b8f2af0dee63edabf1a7ede5b'] = 'Utilizar la clase local BlowFish'; -$_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; -$_LANGADM['AdminPerformance209007e0c3ea294541d8dbaf9b2c0cc8'] = 'Utilizar el cache:'; +$_LANGADM['AdminPaymentfa8d45faf5026180b0506317cab3a421'] = 'Por favor, marque para cada módulo el o los países a activar'; $_LANGADM['AdminPerformance00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminPerformanceb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado:'; -$_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Activar o desactivar el sistema de cache'; -$_LANGADM['AdminPerformancef3799005455e4338e44d1d9130e4c758'] = 'Sistema de cache:'; +$_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; $_LANGADM['AdminPerformance05894ba2c918dd33592bf1bd21c347f6'] = 'Memcached'; -$_LANGADM['AdminPerformance6c202452e44c42e323204da2a3a3c24a'] = 'Sistema de archivos'; -$_LANGADM['AdminPerformance3b690cc2c46a821f4ec11a89f0683f1c'] = 'El CacheFS sistema sólo debe utilizarse cuando la infraestructura sólo contiene un front-end servidor. Preguntele a su compañía de alojamiento si usted no sabe.'; -$_LANGADM['AdminPerformance1a278351f1f4e09e91647c5ecdaecd61'] = 'Número de niveles de arborescencia'; -$_LANGADM['AdminPerformance74c9e12c3a19cfb79b79faf579934844'] = 'Añadir un servidor'; -$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'Dirección IP:'; -$_LANGADM['AdminPerformance64ea53ab0a03507af104853e03c2db28'] = 'Puerto:'; $_LANGADM['AdminPerformance0ae00a25b134fd5949f4e08e28194b1b'] = 'Peso:'; -$_LANGADM['AdminPerformance71401d51b276ed4ddcee6b6d4f6f843b'] = 'Añadir un servidor'; +$_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'puede ser activado unicamente por el debugging'; +$_LANGADM['AdminPerformance1a278351f1f4e09e91647c5ecdaecd61'] = 'Número de niveles de arborescencia'; +$_LANGADM['AdminPerformance209007e0c3ea294541d8dbaf9b2c0cc8'] = 'Utilizar el cache:'; +$_LANGADM['AdminPerformance21021ea0e52be8e9c599f4dff41e5be0'] = 'caracteristica'; +$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Par utilizar Memcached, tiene que instalar la extensión PECL de Memcached en su servidor.'; +$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'Esto añadirá indicaciones al archivo. htaccess que deberían mejorar el almacenamiento en caché y la compresión.'; +$_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Compresión máxima del código HTML (peligroso)'; +$_LANGADM['AdminPerformance3b690cc2c46a821f4ec11a89f0683f1c'] = 'El CacheFS sistema sólo debe utilizarse cuando la infraestructura sólo contiene un front-end servidor. Preguntele a su compañía de alojamiento si usted no sabe.'; +$_LANGADM['AdminPerformance3d064d5efb6cf2ed52cf72bfef7c7db2'] = 'Para utilizar la carpeta CacheFS'; +$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Reducir el código HTML, tras la ejecución de la complilación Smarty'; +$_LANGADM['AdminPerformance41082af484e7d21ed97209e00f9acf97'] = 'Nombre del tercer nombre de dominio de su tienda (por ejemplo, myshop-media-server-1.com). Si no tiene otro dominio, deje el campo vacío.'; $_LANGADM['AdminPerformance490aa6e856ccf208a054389e47ce0d06'] = 'Id'; -$_LANGADM['AdminPerformancef396ae69aa223c04dff639b3649ba1dd'] = 'IP'; +$_LANGADM['AdminPerformance5824d53b7b15b236750314bdbf40f32a'] = 'Cache:'; $_LANGADM['AdminPerformance60aaf44d4b562252c04db7f98497e9aa'] = 'Puerto'; +$_LANGADM['AdminPerformance60eae0eda2c68006eb838a8cfd24cf80'] = 'Conservar el funcionamiento original'; +$_LANGADM['AdminPerformance64cef1b605534126797bee68f6555fec'] = 'Compresión del JavaScript en el código HTML'; +$_LANGADM['AdminPerformance64ea53ab0a03507af104853e03c2db28'] = 'Puerto:'; +$_LANGADM['AdminPerformance689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminPerformance6a4a08e9914c7067816a4a338cac9d20'] = 'Utilizar CCC para las hojas de estilo'; +$_LANGADM['AdminPerformance6acc18c03f7557fffe520276b1d92875'] = 'Nombre del segundo nombre de dominio de su tienda (por ejemplo, myshop-media-server-1.com). Si no tiene otro dominio, deje el campo vacío.'; +$_LANGADM['AdminPerformance6c202452e44c42e323204da2a3a3c24a'] = 'Sistema de archivos'; +$_LANGADM['AdminPerformance71401d51b276ed4ddcee6b6d4f6f843b'] = 'Añadir un servidor'; +$_LANGADM['AdminPerformance74c9e12c3a19cfb79b79faf579934844'] = 'Añadir un servidor'; +$_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Activar o desactivar el sistema de cache'; +$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'Compresión máxima del código HTML. Solo funciona cuando \"Reducción del código HTML\" se encuentra activada. Atención, esta aplicación desactiva la validez W3C.'; +$_LANGADM['AdminPerformance86d197c88189c32765b202ff04db1022'] = 'Servidores de media (utilizado únicamente cuando CCC está activado)'; $_LANGADM['AdminPerformance8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'No hay'; -$_LANGADM['AdminPreferencesc035796995e11f000835780bbadbd575'] = 'Estándar (5 etapas)'; -$_LANGADM['AdminPreferencesb563636fd3896671be0104bbc6783be4'] = 'Comprobar una página'; -$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superior'; -$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inferior'; -$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'clásico'; -$_LANGADM['AdminPreferences7fe15a347d66e291d7a1375273226205'] = 'Activar la tienda'; -$_LANGADM['AdminPreferences049104cffa3c1841dece50e6e41f749c'] = 'Active o desactive su tienda. Desactive su tienda mientras efectúa su mantenimiento. Tenga en cuenta que el webservice no se desactivará y que sus datos seguirán visibles a través del mismo.'; -$_LANGADM['AdminPreferencesdaf835712085aaaf81818e7ebfeb66b8'] = 'IP de mantenimiento'; -$_LANGADM['AdminPreferences894cd7887e47ca0e836e31577664b1ea'] = 'Dirreciones IP autorizadas para el accesso a su tienda cuando está desactivada. Utilizar comillas para separarlos (e.j., 42.24.4.2,127.0.0.1,99.98.97.96)'; -$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Activar SSL'; -$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Si su hosting permite SSL, puede activar la encripción del SSL (https://) para la identificación de la cuenta del usuario y el proceso de pedido '; -$_LANGADM['AdminPreferencesed5454727fb14b9800ead242d0972184'] = 'Comprobar IP de la cookie'; -$_LANGADM['AdminPreferences9cfc2e28ebe44b3e14f9d780d2150650'] = 'Compruebe la dirección IP del cookie afin de evitar el robo de cookies'; -$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Incrementar la seguridad del Front Office'; -$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Activar o desactivar el modo en el Front Office con el fin de mejorar la seguridad de PrestaShop'; -$_LANGADM['AdminPreferences16c390c0fd1efc4f493a6a861aa22d2f'] = 'Burbujas de ayuda Back-Office'; -$_LANGADM['AdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Activar cuadros de ayuda amarillos que aparecen bajo los campos del Panel de administrador'; -$_LANGADM['AdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Duración de vida del cookie de Front Office'; -$_LANGADM['AdminPreferences6d964e25aa6aa88c8353880e00202cf4'] = 'Indique el número de horas'; -$_LANGADM['AdminPreferencese673b146824251548feecf1f3929aceb'] = 'Duración del cookie de Back Office'; -$_LANGADM['AdminPreferences59aad85b376259844b471a758908a3c1'] = 'Tipo de procesos de pedido'; -$_LANGADM['AdminPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Puede elegir su tipo de procidiemto de pedidos, estandar (5 fases) o One Page checkout'; -$_LANGADM['AdminPreferences403e42a4b26e379cb13563c98ab63067'] = 'Activar el pedido express (Guest checkout)'; -$_LANGADM['AdminPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Esta aplicación permite realizar un pedido si necesidad de crear una cuenta'; -$_LANGADM['AdminPreferencese4045598261988d9988c594243a9434d'] = 'Condiciones generales de venta'; -$_LANGADM['AdminPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Exigir a los clientes aceptar o rechazar las condiciones de venta antes de realizar el pedido'; -$_LANGADM['AdminPreferencesd4d27f93d89b170800f7896e3e438468'] = 'Página CMS de condiciones generales de venta'; -$_LANGADM['AdminPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Elegir la página CMS de las condiciones generales de venta'; -$_LANGADM['AdminPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Proponer embalaje regalo'; -$_LANGADM['AdminPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Proponer embalaje regalo al cliente y la posibilidad de enviar un mensaje adjunto'; -$_LANGADM['AdminPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Precios de los embalajes regalo'; -$_LANGADM['AdminPreferencesc173252856179a44a9506a968359de8b'] = 'Fijar precio del embalaje regalo'; -$_LANGADM['AdminPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Impuesto sobre los embalajes regalo'; -$_LANGADM['AdminPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Establecer un impuesto para el precio del embalaje regalo'; -$_LANGADM['AdminPreferences3aadb5e86b174ecada1174e22f5a6368'] = 'Peso máximo de los archivos adjuntos'; -$_LANGADM['AdminPreferences2ca89cca013873c7f841e1acf242b3d6'] = 'Establesca el tamaño máximo de los archivos adjuntos (en MegaBytes).'; -$_LANGADM['AdminPreferences12cbe1a4645659457808631047989afb'] = 'Máximo:'; -$_LANGADM['AdminPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Proponer embalajes reciclados'; -$_LANGADM['AdminPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Proponer al cliente embalajes reciclados'; -$_LANGADM['AdminPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'El cliente decide optar por un embalaje reciclado'; -$_LANGADM['AdminPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Después de que el cliente abra una sesión, recordarle y mostrarle el contenido de su último carrito'; -$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'regla de redondeo'; -$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Puede elegir como redondear los precios: siempre superior, siempre inferior, o sino ronda classica'; -$_LANGADM['AdminPreferences46f18d3960afc01e5a1a5a0e0e9d571b'] = 'Comprobar automáticamente las actualizaciones de los módulos'; -$_LANGADM['AdminPreferences686a2ac82a5a64eca870ba9a55b8a675'] = 'Nuevos módulos y las actualizaciones se muestran en la página de módulos'; -$_LANGADM['AdminPreferencesa9fff6d50be898f47a507354626b8b8d'] = 'Ocultar los consejos de optimización'; -$_LANGADM['AdminPreferencese4e2107f99e82247d7e32ac7919c4416'] = 'Ocultar los consejos de optimización en la página de inicio del panel de administración'; -$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Monstra los provedores y los fabricantes'; -$_LANGADM['AdminPreferences4be87dc8773fa2fb95b7b8302cb47fa9'] = 'Monstra los provedores y los fabricantes aun si los bloques correspondientes son desactivados'; -$_LANGADM['AdminPreferencesd5bc5fd307b108537039b6b6f98889d5'] = 'Huso horario:'; -$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Por favor pulse aquí para utilizar el protocolo HTTPS antes de habilitar SSL.'; +$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Utilizar Rijndael con la librería mcript.'; +$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'Dirección IP:'; +$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Cifrar'; +$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Conservar el funcionamiento original'; +$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'debe tener los derechos de escritura'; +$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Debe introducir otro campo o subcampo para no volver a utilizar el cookie para el contenido estático.'; +$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'Utilizar CCC para el código JavaScript'; +$_LANGADM['AdminPerformanceb07e7131a6007b2a1a765bdd0e1e4894'] = 'Característica:'; +$_LANGADM['AdminPerformanceb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado:'; +$_LANGADM['AdminPerformancebafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminPerformancec12c5b5693a651c1a235e9040315ad33'] = 'Esto obliga a Smarty a (re)compilar las plantillas en cada invocación. Es útil para el desarrollo y la solución de errores pero en ningún caso debería utilizarse como entorno de producción.'; +$_LANGADM['AdminPerformancec469db474a76169ecfbe4d16c0a94646'] = 'Conservar el funcionamiento original'; +$_LANGADM['AdminPerformancec9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminPerformancecf00874a93cf1cca317853c54c9f40e3'] = '\"Smart cache\" para el código JavaScript'; +$_LANGADM['AdminPerformanced909b5755af85b4f5d19f9cce0775a91'] = 'Nombre del cuarto nombre de dominio de su tienda (por ejemplo, myshop-media-server-1.com). Si no tiene otro dominio, deje el campo vacío.'; +$_LANGADM['AdminPerformancedc653b2b8f2af0dee63edabf1a7ede5b'] = 'Utilizar la clase local BlowFish'; +$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Compresión del JavaScript en el código HTML, tras la ejecución de la complilación Smarty'; +$_LANGADM['AdminPerformanceecffc19cb5ada347980c0fd06ca337f4'] = 'CCC reducce el tiempo de carga de su pagina. Con estaos parametras ganara en rendimiento sin cambiar el codigo de su tema. Debe ser seguro que su tema esta compatible con la version 1.4 sino CCC le generara problemas'; +$_LANGADM['AdminPerformancef109757e57bb970f6b86a8f6c3e2b0d7'] = 'Reducción del código HTML'; +$_LANGADM['AdminPerformancef15de4c26829bbbde82a73377dee57be'] = 'Conservar la validación W3C'; +$_LANGADM['AdminPerformancef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Atributo'; +$_LANGADM['AdminPerformancef3799005455e4338e44d1d9130e4c758'] = 'Sistema de cache:'; +$_LANGADM['AdminPerformancef396ae69aa223c04dff639b3649ba1dd'] = 'IP'; +$_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC'; +$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt es más rápido que nuestra clase BlowFish pero requiere la extensión PHP \"mcrypt\". Si modifica este parámetro todos los antiguos cookies se reinicializarán.'; +$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; +$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conservar el funcionamiento original'; $_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'General'; -$_LANGADM['AdminPreferencesc770d8e0d1d1943ce239c64dbd6acc20'] = 'Añadir a mi IP'; -$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminProductsc03d53b70feba4ea842510abecd6c45e'] = 'Foto'; -$_LANGADM['AdminProducts49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminProducts63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; -$_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Precio base'; -$_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Precio final'; -$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; -$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Mostrado'; -$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'Archivo demasiado voluminoso, tamaño máximo autorizado:'; -$_LANGADM['AdminProductsba34ea40525a4379add785228e37fe86'] = 'kb'; -$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'El tamano del archivo que intente descargar es:'; -$_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'No se ha podido copiar el archivo'; -$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'el archivo'; -$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'supera el tamaño permitido por el servidor, este límite está establecido en'; -$_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; -$_LANGADM['AdminProducts01f8544c8fd4628bc686502e8b727d95'] = 'el campo'; -$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'es necesario'; -$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'se requiere al menos'; -$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'es demasiado largo'; -$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'caracteres máximos'; -$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'contar ahora'; -$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'no es válido'; -$_LANGADM['AdminProductsb02e6af1f7307868a643fb4ea1323f43'] = 'el producto debe pertenecer al menos a una categoría'; -$_LANGADM['AdminProductsbea25554b38032f5da2d8b505b604314'] = 'el producto debe estar en la categoría por defecto'; -$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Listado de etiquetas'; -$_LANGADM['AdminProducts92c75dc7b5c97898f326b95360d4bac7'] = 'mostrar nombre de ficheros'; -$_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'número de días'; -$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'fecha de expiración'; -$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'no es válido'; -$_LANGADM['AdminProducts12863510995b6eb729281e1e911852af'] = 'El \"cuando está fuera de stock\" de selección de comportamiento debe ser \"denegar el pedido\" de los productos virtuales'; -$_LANGADM['AdminProductsb9af8635591dc44009ccd8e5389722ec'] = 'No se encontraron productos'; -$_LANGADM['AdminProducts86024cad1e83101d97359d7351051156'] = 'productos'; -$_LANGADM['AdminProductsf5bf48aa40cad7891eb709fcf1fde128'] = 'producto'; -$_LANGADM['AdminProducts396b0e222e9c86056374ba077e78667b'] = 'en categoría'; -$_LANGADM['AdminProductsd144d85fc8b89f6deba2eef20d1deee7'] = 'Añadir un nuevo producto'; -$_LANGADM['AdminProducts5ece607071fe59ddc4c88dc6abfe2310'] = 'Elementos no encontrados'; -$_LANGADM['AdminProducts07213a0161f52846ab198be103b5ab43'] = 'errores'; -$_LANGADM['AdminProductscb5e100e5a9a3e7f6d1fd97512215282'] = 'error'; -$_LANGADM['AdminProductsc3543f3c6662fa1dedf70ed9c35053c0'] = 'Su producto va a ser guardado como borrador'; -$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Guardar y previsualizar'; -$_LANGADM['AdminProductsa1dd23525470a5a87b159ff4e53675e9'] = 'Producto actual: '; -$_LANGADM['AdminProductsc5b61a7732a63a64c9053c89119019cb'] = 'no hay nombre'; -$_LANGADM['AdminProducts873204675cdaee94cd0e27c18c0c3d0f'] = 'Disminuir su stock'; -$_LANGADM['AdminProductsa55e7def30626a5de92fb5bac30e765f'] = 'Aumentar su stock'; -$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Precio'; -$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaciones'; -$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Características'; -$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Personalización'; -$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Adjuntos'; -$_LANGADM['AdminProducts0f360178e55e08572b33b66578002d5d'] = 'Volver a la categoría'; -$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'Debe guardar este producto antes de poder definir precios específicos'; -$_LANGADM['AdminProducts850611eb409c54ab510153d91572be5b'] = 'Precios específicos actuales'; -$_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Divisa'; -$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'País'; -$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Grupo'; -$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Precio'; -$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = 'Sin IVA'; -$_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Descuento:'; -$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Periodo'; -$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'A partir de (cantidad)'; +$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Activar SSL'; +$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superior'; +$_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminPreferences4be87dc8773fa2fb95b7b8302cb47fa9'] = 'Monstra los provedores y los fabricantes aun si los bloques correspondientes son desactivados'; +$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'clásico'; +$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Monstra los provedores y los fabricantes'; +$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Si su hosting permite SSL, puede activar la encripción del SSL (https://) para la identificación de la cuenta del usuario y el proceso de pedido '; +$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Puede elegir como redondear los precios: siempre superior, siempre inferior, o sino ronda classica'; +$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'regla de redondeo'; +$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Por favor pulse aquí para utilizar el protocolo HTTPS antes de habilitar SSL.'; +$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Activar o desactivar el modo en el Front Office con el fin de mejorar la seguridad de PrestaShop'; +$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Incrementar la seguridad del Front Office'; +$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inferior'; $_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Acción'; -$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Precios no especificados'; -$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Ilimitado'; -$_LANGADM['AdminProducts5da618e8e4b89c66fe86e32cdafde142'] = 'Del'; -$_LANGADM['AdminProductse12167aa0a7698e6ebc92b4ce3909b53'] = 'Al'; -$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'Todas las divisas'; -$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Todos los países'; -$_LANGADM['AdminProductse4c4c68c7515704a91d90207067dcbbe'] = 'Todos los grupos'; -$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminProducts4d774376eedc9e76eb3ecd52629ca6d5'] = 'Gestión de las prioridades'; -$_LANGADM['AdminProductsa7fd31ae96c5e8cd392b7dce990ed8f2'] = 'A veces un cliente podría incluirse en varias reglas, las prioridades permiten definir cuales quiere aplicar. '; -$_LANGADM['AdminProducts77b4fe51b2eede1e804277e64ceb9a22'] = 'Prioridades:'; -$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Aplicar a todos los productos'; -$_LANGADM['AdminProducts9639e32cab248434a17ab32237cb3b71'] = 'Aplicar'; -$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Añadir un precio específico'; -$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Para:'; -$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponible a partir de:'; -$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'a'; -$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'A partir de '; -$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'unidad(es)'; -$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Precio del producto'; -$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(tasas no incluídas)'; -$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Actual:'; -$_LANGADM['AdminProducts9004d8f63917997431815639087b37b2'] = 'Puede poner este valor en 0 para aplicar el precio por defecto'; -$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Aplicar una reducción de'; -$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Importe'; -$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Porcentaje'; -$_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = 'si configurado en \"importe\", el impuesto está incluido'; -$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir'; -$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'necesario'; -$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Añadir o modificar propiedades de personalización'; -$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Campos de archivo:'; -$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Número de campos de archivo subidos que se han mostrado '; -$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Campos de texto:'; -$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Números de campos de texto mostrados'; -$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Actualizar ajustes'; -$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Campos de archivo:'; -$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Guardar etiquetas'; -$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Documento adjunto'; -$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nombre del archivo'; -$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; -$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Archivo'; -$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Cargar un archivo a partir de su ordenador'; -$_LANGADM['AdminProducts92b69747c04b60634ec738b2e0d01abc'] = 'Añadir un nuevo documento adjunto'; -$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; -$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Documentos adjuntos para este producto:'; -$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Eliminar'; -$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documentos adjuntos disponibles'; -$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Actualización de los archivos adjuntos'; -$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Info.'; -$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Información global sobre el producto'; -$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?'; -$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Suprimir este producto'; -$_LANGADM['AdminProducts0f20e95f40a601e2a9312facdbe3c672'] = 'Ver productos en tienda'; -$_LANGADM['AdminProducts3094af8ef1a9cd6080c00647a5fbfc61'] = 'Ver las ventas de productos'; -$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:'; -$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Caracteres especiales autorizados:'; -$_LANGADM['AdminProducts66b02975abe1eaca734427011e342ee3'] = 'Referencia del proveedor:'; -$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 ou JAN :'; -$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Japón)'; -$_LANGADM['AdminProductsaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; -$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(US, Canadá)'; -$_LANGADM['AdminProducts34ee375e4b891ae82c767c498be6ff0a'] = 'Ubicación (almacén)'; -$_LANGADM['AdminProducts5362207e69f819de2b0fd72922ff30db'] = 'Ancho (paquete)'; -$_LANGADM['AdminProducts439919935798d6aa9b1bd38a25eb2bf5'] = 'Alto (paquete)'; -$_LANGADM['AdminProducts7d3b604ce04b4bdb6c0ed9df377c8ef9'] = 'Profundo (paquete)'; -$_LANGADM['AdminProductsc27ff8defa50d70571392ab3c1266a92'] = 'Peso (paquete)'; -$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Opciones:'; -$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'disponible a la compra'; -$_LANGADM['AdminProductscc3eb602e84d53395873953f354be5b3'] = 'mostrar el precio'; -$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'mostrar el precio'; -$_LANGADM['AdminProducts70424709b86c615fa200079c455d5e46'] = 'exclusivo en Internet'; -$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'exclusivo en Internet ( no se vende en tienda)'; -$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Estado:'; -$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo'; -$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Ocasión'; -$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Recondicionado'; -$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fabricante:'; -$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Elija (opcional)'; -$_LANGADM['AdminProducts4cf86e65aa090f9e3acbfaba9f6af9a4'] = '¿Está seguro de querer suprimir la información del producto que acaba de introducir?'; -$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Crear'; -$_LANGADM['AdminProducts90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Proveedores:'; -$_LANGADM['AdminProducts6d166a0253ed1e35debeceeb2f1e9e0b'] = '¿Está usted seguro de querer eliminar la información añadida al producto?'; -$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Imagen'; -$_LANGADM['AdminProducts8bf8854bebe108183caeb845c7676ae4'] = 'de'; -$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Cerrar'; -$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(o Esc)'; -$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Siguiente'; -$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = 'Anterior'; -$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'El fichero'; -$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'ha sido subido correctamente'; -$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Nueva etiqueta'; -$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Elegir idioma:'; -$_LANGADM['AdminProducts1dc4f17cec0a821aabdecdd1664081ec'] = '¿Se trata de un producto descargable?'; -$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Su depósito de descargas no puede escribirse.'; -$_LANGADM['AdminProducts8e03216b659e802fba1656a5ceb211fb'] = 'Ese producto está agotado'; -$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'El tamaño máximo para subidas en su servidor es'; -$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Subir un fichero'; -$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Borrar este fichero'; -$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Esto es un enlace'; -$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Nombre de archivo'; -$_LANGADM['AdminProducts37bde2365871f3c9ca3efe90c2f0e7fa'] = 'El nombre completo del archivo con la extensión (ejemplo: libro, pdf)'; -$_LANGADM['AdminProducts7e93b54f29abc0e84d489bf739a67e5f'] = 'Número de descargas'; -$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Número de descargas autorizadas por cliente'; -$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Fecha de expiración'; -$_LANGADM['AdminProducts2b05e1a0e6c62dbf0018af09ed38f4e0'] = 'Formato: dd-mm-aaaa'; -$_LANGADM['AdminProducts65be3ad50ca00caff377d6a988c3823c'] = 'Ninguna fecha de expiración si este espacio está en blanco'; -$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Número de días'; -$_LANGADM['AdminProducts44118d6d6ecd2f24f53ec6393a66baa1'] = '¿Cuántos días el cliente puede acceder a este archivo?'; -$_LANGADM['AdminProducts282c59515d1ea09d37d4d9980bba3e58'] = 'define a zero par un accesso limitado'; -$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Precio mayorista sin IVA:'; -$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Precio al que compró este producto como mayorista'; -$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Precios al Por Menor sin IVA:'; -$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Precio sin Iva de venta de este producto'; -$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Regla de impuestos:'; -$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Sin IVA:'; -$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Los impuestos están desactivados actualemente'; -$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Opciones de impuestos'; -$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Ecotasa:'; -$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'ya incluída en el precio'; -$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Precio de venta con IVA:'; -$_LANGADM['AdminProducts90b9d77dd96eaf4b15ff80bf8ef6fcfe'] = 'Precio a la unidad sin IVA'; -$_LANGADM['AdminProductsfe3838c7c11aa406dd956566e17360d5'] = 'por '; -$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'total'; -$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'impuestos incluidos'; -$_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'Ejemplo. $ 15 por Kg.'; -$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Mostrar en la página producto el icono \"en rebajas\" y el texto en la lista de productos'; -$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Precio de venta final:'; -$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'IVA incluído'; -$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'tasas no incluídas'; -$_LANGADM['AdminProducts6aa641a49246a5538f692e9884fbe96e'] = 'Puede definir varios descuentos y reglas de precios específicos en la pestaña precios.'; -$_LANGADM['AdminProducts90a38214f3409698c7110ce3217b7f22'] = 'Movimiento del stock:'; -$_LANGADM['AdminProductsf3045501284c98ea60713a3a8d27e8d7'] = 'Elija una razón y entre la cantidad que quiere aumentar o disminuir en su stock.'; -$_LANGADM['AdminProducts3c6c92395ebfd9ba66296793ee901854'] = 'Stock inicial'; $_LANGADM['AdminProducts006b4cc15322f7951d9100716edcac07'] = 'Cantidad mínima:'; -$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'La cantidad mínima para pedir este producto (definir 1 para desactivar esta aplicación)'; -$_LANGADM['AdminProducts3b8c1da80dae1d62561a6d04d2f68dd5'] = 'Cantidad disponible:'; -$_LANGADM['AdminProducts6606420385ad3fd14c70b8ffa210e407'] = 'Está utilizando declinaciones, por lo tanto no puede editar su cantidad de stock aquí, sino en la pestaña \"Declinaciones\"'; -$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestión de existencias está desactivado'; -$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Gastos de porte suplementarios'; -$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Se aplicará la tasa del transportista'; -$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Texto mostrado cuando está disponible:'; -$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres no válidos:'; -$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Mostrar texto cuando es posible dejar pendiente un pedido:'; -$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Cuando no hay stock:'; -$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Denegar pedidos'; -$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Admitir pedidos'; -$_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Por defecto:'; -$_LANGADM['AdminProducts0871f875dff8224be3247ccedea01024'] = 'marcar como'; -$_LANGADM['AdminProductsd0834fcec6337785ee749c8f5464f6f6'] = 'Preferencias'; -$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Categoría por defecto:'; -$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Por favor marque una categoría para seleccionar la categoría predeterminada.'; -$_LANGADM['AdminProducts8cf04a9734132302f96da8e113e80ce5'] = 'Inicio'; -$_LANGADM['AdminProductsef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionado'; -$_LANGADM['AdminProductsb56c3bda503a8dc4be356edb0cc31793'] = 'Contraer todos'; -$_LANGADM['AdminProducts5ffd7a335dd836b3373f5ec570a58bdc'] = 'Desplegar todo'; -$_LANGADM['AdminProducts5e9df908eafa83cb51c0a3720e8348c7'] = 'Marcar todos'; -$_LANGADM['AdminProducts9747d23c8cc358c5ef78c51e59cd6817'] = 'Desmarcar todos'; -$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO'; -$_LANGADM['AdminProducts2651608f8f1c6f391f919be228a6ee62'] = 'Pulse aquí para mejorar su presencia en los buscadores (SEO)'; -$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Meta título:'; -$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Título de la página del producto; dejar en blanco para usar el nombre del producto'; -$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:'; -$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Sentencia sencilla para la cabecera HTML'; -$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras clave:'; -$_LANGADM['AdminProducts6d3adfeed355509b6aee5588e66d0157'] = 'Palabras clave para la cabecera HTML, separadas por comas'; +$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Ocasión'; +$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'a'; +$_LANGADM['AdminProducts01f8544c8fd4628bc686502e8b727d95'] = 'el campo'; $_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'URL amigables:'; -$_LANGADM['AdminProducts03a1790c522058303088150cfb8b7353'] = 'Sólo se autorizan letras y símbolos \"menos\"'; -$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Generar'; -$_LANGADM['AdminProductsb06f68603b4cf2f867480c4d1eb6a611'] = 'url amigable basada en el nombre del producto.'; -$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'El enlace del producto aparecerá como:'; -$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Breve descripción:'; -$_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'aparece en las listas de productos y en la parte superior de la página del producto'; -$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'aparece en el cuerpo de la página del producto'; -$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Etiquetas:'; -$_LANGADM['AdminProducts8fca858b27c5837dcb22c398aca5e0fc'] = 'Etiquetas separadas por comas (ej: dvd, hifi)'; -$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accesorios:'; -$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = 'No olvide guardar el producto después'; -$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Escriba las primeras letras del nombre del producto, después elija el producto en el menú desplegable'; -$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Añadir accesorios'; -$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Salvar'; -$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Salvar y guardar'; -$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Imágenes'; -$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Editar la imagen del producto'; -$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Añadir una nueva imagen a este producto'; -$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'Fichero:'; -$_LANGADM['AdminProductsfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; -$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Tamaño:'; -$_LANGADM['AdminProductsc820e0c1d4ae16db218626f49e7916b1'] = 'Kb máx.'; -$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Portada'; -$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Modificar esta combinación de atributos'; -$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Borrar esta imagen'; -$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Añadir o modificar las combinaciones de este producto'; -$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Generador de combinaciones de productos'; -$_LANGADM['AdminProducts1aa4c641d6920ddb97a2562f8ec53853'] = 'Grupo:'; -$_LANGADM['AdminProductsd5682e6409bded35ee5c6ca6c6297729'] = 'Atributo:'; -$_LANGADM['AdminProductsccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; -$_LANGADM['AdminProductsbe9469719aa6efa2fc3bd5768bc406d7'] = 'Ubicación:'; -$_LANGADM['AdminProducts62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Precio al por mayor:'; -$_LANGADM['AdminProductsad1c17cb310c91400d25d599cf154eda'] = 'elimine el precio al por mayor en la pestaña información'; -$_LANGADM['AdminProducts9d2ee2dd8c264912b6dd7b1689c1b423'] = 'impacto en el precio:'; -$_LANGADM['AdminProducts6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; -$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Incremento:'; -$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = 'Con IVA'; -$_LANGADM['AdminProducts190733df8c1af5e4666dfad4cc554080'] = 'El precio final del producto será'; -$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impacto en el peso:'; -$_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Impacto en el precio a la unidad'; -$_LANGADM['AdminProducts487fd4fe388baed0928898b641050983'] = 'Ecotasa'; -$_LANGADM['AdminProductsf445f4a540768234833908cab83f9214'] = 'elimine Ecotasa en la pestaña de información'; -$_LANGADM['AdminProducts24bf9597daf212b5cfab26ca381e7008'] = 'Movimiento del stock'; -$_LANGADM['AdminProducts461900b74731e07320ca79366df3e809'] = 'Imagen'; -$_LANGADM['AdminProducts29d7b46b863639e29ae8452d2320530a'] = 'Realizar la combinación predeterminada para este producto'; -$_LANGADM['AdminProductsadbabbab7becdf5ef8736a64466df260'] = 'Añadir esta combinación'; -$_LANGADM['AdminProductsefb41efb550c9beaa9291985f7fa850a'] = 'Añadir este grupo de atributos'; -$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Cancelar la modificación'; -$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Atributos'; -$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Impacto'; -$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminProductsfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminProducts06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminProducts1245fb9eadb8049b570d7bdc0936aa55'] = 'Modificar esta combinación'; -$_LANGADM['AdminProductsf5f0ae24e8e0435331d55d1d0351698f'] = 'Hacer de este atributo el atributo por defecto'; -$_LANGADM['AdminProductsd290771bddc4ea282abf5bcf8b26e6e4'] = 'Hacer de este atributo el atributo por defecto'; -$_LANGADM['AdminProducts330fa1ffb267980193f6ee94424cb720'] = 'Borrar esta combinación'; -$_LANGADM['AdminProducts943395f3cd91fd71f4800c5319e68d35'] = 'Borrar todas las combinaciones'; -$_LANGADM['AdminProductsf22c10907735de8cabc370b142d6764a'] = 'Ninguna combinación aún'; -$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'La fila en azul es la combinación predeterminada.'; -$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Una combinación por defecto debe ser designada para cada producto.'; -$_LANGADM['AdminProducts898b68dce7b68f9b08d6de76e268f650'] = 'Paleta de colores:'; -$_LANGADM['AdminProductsd675f4bde587d86ab74ba5ca17e06e3d'] = 'No mostrar'; -$_LANGADM['AdminProductse0aa021e21dddbd6d8cecec71e9cf564'] = 'Ok'; -$_LANGADM['AdminProducts9efcd637794d273467448a11c9b93446'] = 'gestión de atributos de color'; -$_LANGADM['AdminProductsb2764723575b7c88c1b21c89ee8871e8'] = 'Activar la elección del color seleccionando un grupo de atributos de color.'; -$_LANGADM['AdminProductsddca89873b6cb1ff542e03163dfd179c'] = 'Debe guardar este producto antes de añadir combinaciones.'; -$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Asigne una caracteristica al producto'; -$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Puede especificar un valor para cada caracteristica del producto. Los campos vacios no seran mostrados'; -$_LANGADM['AdminProductsccfc539487f4e869ef05c1607d24a772'] = 'Puede especificar un valor específico o seleccionar un valor predefinido anadido antes'; -$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'caracteristica'; -$_LANGADM['AdminProducts8bcdd31a1ab28f0db60efb2087c3f235'] = 'valor predefinido'; -$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'valor personalizado'; -$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Características sin definir'; -$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; -$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Añadir un valor predefinido'; -$_LANGADM['AdminProducts272b044f0333918a95175f3f402092eb'] = 'Guarde sus modificaciones'; -$_LANGADM['AdminProducts22987d3b86cd0afd549196e94817e20f'] = 'Va a perder todos los datos no guardados, quiere guardar los datos antes?'; -$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'anade una nueva caracteristica'; -$_LANGADM['AdminProductsd1a1006c2d7ebf87d5e4d934a138e5a5'] = 'Debe guardar el producto antes de añadir características'; -$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Paquete'; -$_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'No se puede añadir productos descargables a un paquete.'; -$_LANGADM['AdminProductsc7a915a59b56dc898c0ae52b64bed0c5'] = 'Añadir un elemento al pack'; -$_LANGADM['AdminProducts126ddccbd9f946b8cd46d88b304a2020'] = 'Por favor, seleccione al menos un producto.'; -$_LANGADM['AdminProductsd764262872a3bfe2b0944d1826f43a88'] = 'Por favor, indique una cantidad para añadir un producto.'; +$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Grupo'; +$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuevo'; +$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Suprimir este producto'; +$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponible a partir de:'; +$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'el archivo'; +$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'es necesario'; +$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'Archivo'; +$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Ecotasa:'; +$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(US, Canadá)'; +$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Eliminar'; +$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Gastos de porte suplementarios'; $_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catálogo'; -$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Considere la posibilidad de cambiar la categoría predeterminada.'; +$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Admitir pedidos'; +$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'valor personalizado'; +$_LANGADM['AdminProducts126ddccbd9f946b8cd46d88b304a2020'] = 'Por favor, seleccione al menos un producto.'; +$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = 'Anterior'; +$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Nombre de archivo'; +$_LANGADM['AdminProducts151648106e4bf98297882ea2ea1c4b0e'] = 'Actualización con éxito'; +$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'mostrar el precio'; +$_LANGADM['AdminProducts1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; +$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Mostrar en la página producto el icono \"en rebajas\" y el texto en la lista de productos'; +$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Título de la página del producto; dejar en blanco para usar el nombre del producto'; +$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Periodo'; +$_LANGADM['AdminProducts190733df8c1af5e4666dfad4cc554080'] = 'El precio final del producto será'; +$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; +$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Opciones de impuestos'; +$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = 'Con IVA'; +$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'caracteristica'; +$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = 'Sin IVA'; +$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Impacto'; +$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Características sin definir'; +$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Breve descripción:'; +$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Cuando no hay stock:'; +$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Número de campos de archivo subidos que se han mostrado '; +$_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'No se puede añadir productos descargables a un paquete.'; +$_LANGADM['AdminProducts282c59515d1ea09d37d4d9980bba3e58'] = 'define a zero par un accesso limitado'; +$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'exclusivo en Internet ( no se vende en tienda)'; +$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Atributos'; +$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Precio del producto'; +$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Números de campos de texto mostrados'; +$_LANGADM['AdminProducts29d7b46b863639e29ae8452d2320530a'] = 'Realizar la combinación predeterminada para este producto'; +$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Precio mayorista sin IVA:'; +$_LANGADM['AdminProducts2b05e1a0e6c62dbf0018af09ed38f4e0'] = 'Formato: dd-mm-aaaa'; +$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Etiquetas:'; +$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Generar'; +$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Precio'; +$_LANGADM['AdminProducts37bde2365871f3c9ca3efe90c2f0e7fa'] = 'El nombre completo del archivo con la extensión (ejemplo: libro, pdf)'; +$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Porcentaje'; +$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; +$_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Divisa'; +$_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'aparece en las listas de productos y en la parte superior de la página del producto'; +$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta palabras clave:'; +$_LANGADM['AdminProducts3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoría'; +$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Escriba las primeras letras del nombre del producto, después elija el producto en el menú desplegable'; +$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documentos adjuntos disponibles'; +$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Precio sin Iva de venta de este producto'; +$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'A partir de (cantidad)'; +$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Esto es un enlace'; +$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:'; +$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres no válidos:'; +$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'unidad(es)'; +$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Texto mostrado cuando está disponible:'; +$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Generador de combinaciones de productos'; +$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Por favor marque una categoría para seleccionar la categoría predeterminada.'; +$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Caracteres especiales autorizados:'; +$_LANGADM['AdminProducts439919935798d6aa9b1bd38a25eb2bf5'] = 'Alto (paquete)'; +$_LANGADM['AdminProducts44118d6d6ecd2f24f53ec6393a66baa1'] = '¿Cuántos días el cliente puede acceder a este archivo?'; +$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Paquete'; +$_LANGADM['AdminProducts461900b74731e07320ca79366df3e809'] = 'Imagen'; +$_LANGADM['AdminProducts487fd4fe388baed0928898b641050983'] = 'Ecotasa'; +$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Aplicar a todos los productos'; +$_LANGADM['AdminProducts49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminProducts4d774376eedc9e76eb3ecd52629ca6d5'] = 'Gestión de las prioridades'; +$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Campos de archivo:'; +$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'ya incluída en el precio'; +$_LANGADM['AdminProducts5362207e69f819de2b0fd72922ff30db'] = 'Ancho (paquete)'; +$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Añadir un valor predefinido'; +$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Ilimitado'; +$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Una combinación por defecto debe ser designada para cada producto.'; +$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Guardar etiquetas'; +$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Número de días'; +$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'País'; +$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Los impuestos están desactivados actualemente'; +$_LANGADM['AdminProducts5da618e8e4b89c66fe86e32cdafde142'] = 'Del'; +$_LANGADM['AdminProducts5eea367ea73b909880393bd1ae79fc67'] = 'Cliente:'; +$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Añadir o modificar propiedades de personalización'; +$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'ha sido subido correctamente'; +$_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = 'si configurado en \"importe\", el impuesto está incluido'; +$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Mostrar texto cuando es posible dejar pendiente un pedido:'; +$_LANGADM['AdminProducts62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Precio al por mayor:'; +$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Su depósito de descargas no puede escribirse.'; +$_LANGADM['AdminProducts63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nombre del archivo'; +$_LANGADM['AdminProducts65be3ad50ca00caff377d6a988c3823c'] = 'Ninguna fecha de expiración si este espacio está en blanco'; +$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'supera el tamaño permitido por el servidor, este límite está establecido en'; +$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Crear'; +$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'disponible a la compra'; +$_LANGADM['AdminProducts6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; +$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(o Esc)'; +$_LANGADM['AdminProducts6d3adfeed355509b6aee5588e66d0157'] = 'Palabras clave para la cabecera HTML, separadas por comas'; +$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'Recondicionado'; +$_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; +$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Añadir o modificar las combinaciones de este producto'; +$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'caracteres máximos'; +$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?'; $_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Marcar la o las categorías en las que aparecen el o los productos'; -$_LANGADM['AdminProfilesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminProfiles49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminProfiles4901062927f176fea0548821fe6a8625'] = 'Por razones de seguridad, no puede borrar el perfil de Administrador'; -$_LANGADM['AdminProfilesd0f25115288c15321ecf672f0d6a83ea'] = 'Perfiles'; -$_LANGADM['AdminProfiles4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Sin IVA:'; +$_LANGADM['AdminProducts77b4fe51b2eede1e804277e64ceb9a22'] = 'Prioridades:'; +$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Elija (opcional)'; +$_LANGADM['AdminProducts7a1920d61156abc05a60135aefe8bc67'] = 'Por defecto'; +$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Meta título:'; +$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Precio de venta final:'; +$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Borrar esta imagen'; +$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Adjuntos'; +$_LANGADM['AdminProducts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Todos los clientes'; +$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'se requiere al menos'; +$_LANGADM['AdminProducts7e93b54f29abc0e84d489bf739a67e5f'] = 'Número de descargas'; +$_LANGADM['AdminProducts8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Ref proveedor'; +$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Regla de impuestos:'; +$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Actual:'; +$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Japón)'; +$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Mostrado'; +$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'tasas no incluídas'; +$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Precio al que compró este producto como mayorista'; +$_LANGADM['AdminProducts8bcdd31a1ab28f0db60efb2087c3f235'] = 'valor predefinido'; +$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Añadir una nueva imagen a este producto'; +$_LANGADM['AdminProducts8bf8854bebe108183caeb845c7676ae4'] = 'de'; +$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Fecha de expiración'; +$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminProducts8fca858b27c5837dcb22c398aca5e0fc'] = 'Etiquetas separadas por comas (ej: dvd, hifi)'; +$_LANGADM['AdminProducts9004d8f63917997431815639087b37b2'] = 'Puede poner este valor en 0 para aplicar el precio por defecto'; +$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(tasas no incluídas)'; +$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'impuestos incluidos'; +$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impacto en el peso:'; +$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Cancelar la modificación'; +$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'El enlace del producto aparecerá como:'; +$_LANGADM['AdminProducts92c75dc7b5c97898f326b95360d4bac7'] = 'mostrar nombre de ficheros'; +$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Pulse aquí'; +$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'A partir de '; +$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Características'; +$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'no es válido'; +$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Listado de etiquetas'; +$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'aparece en el cuerpo de la página del producto'; +$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Precio de venta con IVA:'; +$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'Todas las divisas'; +$_LANGADM['AdminProducts9d2ee2dd8c264912b6dd7b1689c1b423'] = 'impacto en el precio:'; +$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Documentos adjuntos para este producto:'; +$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Categoría por defecto:'; +$_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Descuento:'; +$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Salvar y guardar'; +$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Borrar este fichero'; +$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 ou JAN :'; +$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:'; +$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Precios no especificados'; +$_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'número de días'; +$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Incremento:'; +$_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'No se ha podido copiar el archivo'; +$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Cargar un archivo a partir de su ordenador'; +$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'El fichero'; +$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'El tamaño máximo para subidas en su servidor es'; +$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'necesario'; +$_LANGADM['AdminProductsacdb802bfc2b99b15d1782570285c427'] = 'Valor:'; +$_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Precio base'; +$_LANGADM['AdminProductsad1c17cb310c91400d25d599cf154eda'] = 'elimine el precio al por mayor en la pestaña información'; +$_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Impacto en el precio a la unidad'; +$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'Fichero:'; +$_LANGADM['AdminProductsaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; +$_LANGADM['AdminProductsb02e6af1f7307868a643fb4ea1323f43'] = 'el producto debe pertenecer al menos a una categoría'; +$_LANGADM['AdminProductsb06f68603b4cf2f867480c4d1eb6a611'] = 'url amigable basada en el nombre del producto.'; +$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Actualizar ajustes'; +$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'La cantidad mínima para pedir este producto (definir 1 para desactivar esta aplicación)'; +$_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'Ejemplo. $ 15 por Kg.'; +$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Sentencia sencilla para la cabecera HTML'; +$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Importe'; +$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'no es válido'; +$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Considere la posibilidad de cambiar la categoría predeterminada.'; +$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Se aplicará la tasa del transportista'; +$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'El tamano del archivo que intente descargar es:'; +$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Tamaño:'; +$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinaciones'; +$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminProductsba34ea40525a4379add785228e37fe86'] = 'kb'; +$_LANGADM['AdminProductsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'contar ahora'; +$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accesorios:'; +$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Imagen'; +$_LANGADM['AdminProductsbea25554b38032f5da2d8b505b604314'] = 'el producto debe estar en la categoría por defecto'; +$_LANGADM['AdminProductsc03d53b70feba4ea842510abecd6c45e'] = 'Foto'; +$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Información global sobre el producto'; +$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Campos de archivo:'; +$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Añadir un precio específico'; +$_LANGADM['AdminProductsc27ff8defa50d70571392ab3c1266a92'] = 'Peso (paquete)'; +$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'fecha de expiración'; +$_LANGADM['AdminProductsc3543f3c6662fa1dedf70ed9c35053c0'] = 'Su producto va a ser guardado como borrador'; +$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Todos los países'; +$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Nueva etiqueta'; +$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Portada'; +$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Asigne una caracteristica al producto'; +$_LANGADM['AdminProductsc820e0c1d4ae16db218626f49e7916b1'] = 'Kb máx.'; +$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Número de descargas autorizadas por cliente'; +$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Salvar'; +$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Elegir idioma:'; +$_LANGADM['AdminProductsccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminProductsccfc539487f4e869ef05c1607d24a772'] = 'Puede especificar un valor específico o seleccionar un valor predefinido anadido antes'; +$_LANGADM['AdminProductsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción:'; +$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = 'No olvide guardar el producto después'; +$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Cerrar'; +$_LANGADM['AdminProductsd5682e6409bded35ee5c6ca6c6297729'] = 'Atributo:'; +$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'Debe guardar este producto antes de poder definir precios específicos'; +$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'anade una nueva caracteristica'; +$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestión de existencias está desactivado'; +$_LANGADM['AdminProductsd764262872a3bfe2b0944d1826f43a88'] = 'Por favor, indique una cantidad para añadir un producto.'; +$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO'; +$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Personalización'; +$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'Archivo demasiado voluminoso, tamaño máximo autorizado:'; +$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Subir un fichero'; +$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Añadir accesorios'; +$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Siguiente'; +$_LANGADM['AdminProductsdeb10517653c255364175796ace3553f'] = 'Artículo'; +$_LANGADM['AdminProductsdf644ae155e79abf54175bd15d75f363'] = 'Nombre del producto'; +$_LANGADM['AdminProductse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; +$_LANGADM['AdminProductse12167aa0a7698e6ebc92b4ce3909b53'] = 'Al'; +$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Precio'; +$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Info.'; +$_LANGADM['AdminProductse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'IVA incluído'; +$_LANGADM['AdminProductse4c4c68c7515704a91d90207067dcbbe'] = 'Todos los grupos'; +$_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Por defecto:'; +$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:'; +$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'total'; +$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Precios al Por Menor sin IVA:'; +$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Documento adjunto'; +$_LANGADM['AdminProductsea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Envío'; +$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Opciones:'; +$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Añadir'; +$_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Precio final'; +$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Estado:'; +$_LANGADM['AdminProductsed75712b0eb1913c28a3872731ffd48d'] = 'Duplicar'; +$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Actualización de los archivos adjuntos'; +$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Denegar pedidos'; +$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Campos de texto:'; +$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Puede especificar un valor para cada caracteristica del producto. Los campos vacios no seran mostrados'; +$_LANGADM['AdminProductsf445f4a540768234833908cab83f9214'] = 'elimine Ecotasa en la pestaña de información'; +$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fabricante:'; +$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Aplicar una reducción de'; +$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'es demasiado largo'; +$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Guardar y previsualizar'; +$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Para:'; +$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'La fila en azul es la combinación predeterminada.'; +$_LANGADM['AdminProductsfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; +$_LANGADM['AdminProductsfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Modificar esta combinación de atributos'; +$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Editar la imagen del producto'; +$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Imágenes'; $_LANGADM['AdminProfiles38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminProfiles19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminQuickAccessesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProfiles4901062927f176fea0548821fe6a8625'] = 'Por razones de seguridad, no puede borrar el perfil de Administrador'; +$_LANGADM['AdminProfiles49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminProfiles4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminProfilesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProfilese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminQuickAccesses3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; +$_LANGADM['AdminQuickAccesses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; $_LANGADM['AdminQuickAccesses49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminQuickAccesses4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre'; +$_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Abrir en una nueva ventana:'; $_LANGADM['AdminQuickAccesses97e7c9a7d06eac006a28bf05467fcc8b'] = 'Enlace'; +$_LANGADM['AdminQuickAccessesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminQuickAccessese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; $_LANGADM['AdminQuickAccessese5dc8e5afea0a065948622039358de37'] = 'Nueva ventana'; $_LANGADM['AdminQuickAccessesfe501f6dab88efcbde9b3f062a5ae781'] = 'Menú de acceso rápido'; -$_LANGADM['AdminQuickAccesses4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre'; -$_LANGADM['AdminQuickAccesses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; -$_LANGADM['AdminQuickAccesses3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; -$_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Abrir en una nueva ventana:'; -$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminQuickAccesses93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminQuickAccessesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminQuickAccessesc5cda873543d48c9ded24a8cfc6a43b6'] = 'Campo obligatorio'; -$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Trasportista'; -$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Desde'; -$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta'; -$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Rangos de precio'; -$_LANGADM['AdminRangePriceed6f7f991fdee1625deeaf369ec3146b'] = 'Transportista al cual se aplica este rango'; -$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'No hay transportista disponible para esta gama de precios'; $_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; $_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Rango de inicio (incluido)'; $_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'Hasta:'; -$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'De fin del intervalo (no incluidos)'; $_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminRangePrice19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Transportista'; -$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'Desde'; -$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta'; -$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Rangos de peso'; -$_LANGADM['AdminRangeWeighted6f7f991fdee1625deeaf369ec3146b'] = 'Transportista al cual se aplica este rango'; -$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'No hay transportista disponible para esta gama de peso.'; +$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Desde'; +$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'De fin del intervalo (no incluidos)'; +$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Trasportista'; +$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'No hay transportista disponible para esta gama de precios'; +$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Rangos de precio'; +$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta'; +$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Transportista:'; $_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; $_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Rango de inicio (incluido)'; $_LANGADM['AdminRangeWeight33caa076f23f453dd4061726f3706325'] = 'Hasta:'; -$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'De fin del intervalo (no incluidos)'; $_LANGADM['AdminRangeWeight38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminRangeWeight19f823c6453c2b1ffd09cb715214813d'] = 'campo obligatorio'; -$_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReferrers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Visitantes'; -$_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Visitas'; -$_LANGADM['AdminReferrers453aceb005ceaf54a47da15fee8b2a26'] = 'Páginas'; -$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Clientes'; -$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Ped.'; -$_LANGADM['AdminReferrers11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Ventas'; -$_LANGADM['AdminReferrers4bcce22b929055c8db5204629d0a64c1'] = 'Carrito medio'; -$_LANGADM['AdminReferrers43005b13d452a4ad6f2d8e29b499c55a'] = 'Ratio de registro'; -$_LANGADM['AdminReferrers89741aae300253f498b0993fa678fa18'] = 'Ratio de Pedidos'; -$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Click'; -$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = 'Base'; -$_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = 'Porcentaje'; -$_LANGADM['AdminReferrers8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; -$_LANGADM['AdminReferrers1dd1c5fb7f25cd41b291d43a89e3aefd'] = 'Hoy'; -$_LANGADM['AdminReferrers7cbb885aa1164b390a0bc050a64e1812'] = 'Mes'; -$_LANGADM['AdminReferrers537c66b24ef5c83b7382cdc3f34885f2'] = 'Año'; -$_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Configuración'; -$_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Guardar tráfico directo'; -$_LANGADM['AdminReferrers93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminReferrerscec64239386a3679d3279479d34ef354'] = 'El registro del tráfico directo puede ocupar mucho espacio y reducir eficacia, actívelo únicamente si dispone de la base de datos adecuada y necesita dichos datos.'; -$_LANGADM['AdminReferrers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexación'; -$_LANGADM['AdminReferrers6d6c33a430bbeb6833e46c4a43cde5b1'] = 'Se tratan una enorme cantidad de datos, de modo que cada conexión correspondiente a un remitente está indexada. Puede actualizar este índice haciendo clic en el botón de abajo. Esta operación puede ser muy larag y sólo es necesaria si ha modificado o añadido referenciales y si desea que los cambios sean retroactivos.'; -$_LANGADM['AdminReferrers97b22af4c50379be3da02a0b10f13ce3'] = 'Actualizar índice'; -$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Caché'; -$_LANGADM['AdminReferrers1723cb484233a73dec32d0abb2066566'] = 'Para que poder ordenar y filtrar los datos, estos se almacenan en caché. Puede actualizar la caché haciendo clic en el botón de abajo.'; -$_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Refrescar el caché'; -$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Afiliado'; -$_LANGADM['AdminReferrersdc647eb65e6711e155375218212b3964'] = 'Contraseña'; -$_LANGADM['AdminReferrers3f783e6afc73242779dde81c7825def0'] = 'Deje en blanco si no cambia'; -$_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Los afilicados pueden acceder a su propia información con su nombre de usuario'; -$_LANGADM['AdminReferrers6d4acea4a9682c8387d2117120a060e5'] = 'Acceso'; -$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Comisiones'; -$_LANGADM['AdminReferrers51d53cd2ecdae6b5dd3397875197e898'] = 'Haga clic en tasa'; -$_LANGADM['AdminReferrers4181de604675ec0fb8d12202ec23964c'] = 'Cuota dada para cada visita.'; -$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Importe base'; -$_LANGADM['AdminReferrers4b11cf76a471c13ba29b799772c90ddf'] = 'Importe recibido por cada pedido '; -$_LANGADM['AdminReferrers86190054fc32554662ffbb12b717e8d0'] = 'Porcentaje de importe'; -$_LANGADM['AdminReferrersab20dd433a5e44c6166509b6c0075b9d'] = 'Porcentaje de las ventas.'; -$_LANGADM['AdminReferrers6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Ayuda'; -$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Definiciones:'; -$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'El campo `http_referer` representa el sitio Web por el que el visitante ha llegado a su tienda.'; -$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Por ejemplo, los visitantes procedentes de Google tendrá un HTTP_REFERER como esta: \"http://www.google.com/search?q=prestashop\".'; -$_LANGADM['AdminReferrers9706b3e27e9457477521522ffc8d5b24'] = 'Si el visitante llega directamente (escribiendo la URL de tu tienda o mediante el uso de sus marcadores, por ejemplo), \'HTTP_REFERER\' estará vacía.'; -$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Si quiere filtrar todos los visitantes que provienen de Google, puede escribir \"%google%\" en este campo, o \"%google.es%\" si quiere los visitantes que provienen solo de Google España.'; -$_LANGADM['AdminReferrers40e40fbf7a64db4428eeae2d926ff0ab'] = 'El campo `request_uri` es una URL que el visitante visita en su tienda.'; -$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Por ejemplo, si el visitante accede a una página producto, la URL será'; -$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'El interés reside en el hecho de que en las URL puede añadir etiquetas que le dirigen hacia su sitio Web. Por ejemplo, puede escribir un link en '; -$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = 'en el foro y obtener estadísticas para entrar en \"%prestashop\" en el campo `request_uri`. Usted recibirá todos los visitantes que vienen desde el foro.'; -$_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = 'Este método es más fiable que el anterior, pero tiene un inconveniente: si un motor de búsqueda referencia una página con su enlace, éste se mostrará en sus resultados y tendrá no sólo a los visitantes del foro, sino también a los del motor de búsqueda.'; -$_LANGADM['AdminReferrers72474954ef40e2817957dac137f718d1'] = 'Los campos `incluyen` indican lo que se debe incluir en la URL.'; -$_LANGADM['AdminReferrers0bef8816b0e89c8ec922185253eeb0a6'] = 'Los campos `excluyen`, indican lo que se debe excluir de la dirección URL.'; -$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'En modo simple, puede utilizar algunos caracteres genéricos que pueden sustituir a otors carateres caracteres:'; -$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" será reemplazada por un carácter. Si desea utilizar el real \"_\", debe escribir'; -$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" sustituirá a varios caracteres. Si desea utilizar el real \"%\", debe escribir \"%\".'; -$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'El modo simple utiliza la versión de MySQL \"LIKE\", pero para una potencia más alta que se puede usar MySQL expresiones regulares.'; +$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Rangos de peso'; +$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'Desde'; +$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'De fin del intervalo (no incluidos)'; +$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Transportista'; +$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'No hay transportista disponible para esta gama de peso.'; +$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta'; +$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transportista:'; $_LANGADM['AdminReferrers037d865feb5bc0131bbc1b33c996a9d0'] = 'Ver documentación para más detalles...'; -$_LANGADM['AdminReferrers34ebc2bcd0638b5cce09b2c2b0159174'] = 'Información técnica - Modo simple'; -$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = '¡Pedir ayuda!'; +$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = 'Base'; $_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'HTTP referrer'; -$_LANGADM['AdminReferrersf4d72a64acd8929c0cc9ed96a7a336cc'] = 'Incluir'; -$_LANGADM['AdminReferrers843f2812f595e7ec7c5036e89fde02d6'] = 'Excluir'; -$_LANGADM['AdminReferrers7da81b1f9ca174679bbb40b7703ad01d'] = 'Url de petición'; -$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Si sabe como usar expresiones regulares de MySQL, puede usar'; -$_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'modo experto'; -$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Información técnica - Modo experto'; +$_LANGADM['AdminReferrers0bef8816b0e89c8ec922185253eeb0a6'] = 'Los campos `excluyen`, indican lo que se debe excluir de la dirección URL.'; $_LANGADM['AdminReferrers10965b2740f42ad4887932c35cee26ab'] = 'Visitantes únicos'; -$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Páginas vistas'; -$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Registros'; -$_LANGADM['AdminReferrers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; +$_LANGADM['AdminReferrers11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Ventas'; +$_LANGADM['AdminReferrers1dd1c5fb7f25cd41b291d43a89e3aefd'] = 'Hoy'; +$_LANGADM['AdminReferrers1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; +$_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'modo experto'; +$_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Refrescar el caché'; $_LANGADM['AdminReferrers200f5c9c419f0a53d5d361eff7b33abc'] = 'Ratio de registros'; $_LANGADM['AdminReferrers208b51d8918ba3cdd679a5ec275df129'] = 'Filtrar por producto'; +$_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Guardar tráfico directo'; +$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = '¡Pedir ayuda!'; +$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Importe base'; +$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'El interés reside en el hecho de que en las URL puede añadir etiquetas que le dirigen hacia su sitio Web. Por ejemplo, puede escribir un link en '; +$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Click'; +$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Si sabe como usar expresiones regulares de MySQL, puede usar'; +$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'En modo simple, puede utilizar algunos caracteres genéricos que pueden sustituir a otors carateres caracteres:'; +$_LANGADM['AdminReferrers34ebc2bcd0638b5cce09b2c2b0159174'] = 'Información técnica - Modo simple'; +$_LANGADM['AdminReferrers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminReferrers3f783e6afc73242779dde81c7825def0'] = 'Deje en blanco si no cambia'; +$_LANGADM['AdminReferrers40e40fbf7a64db4428eeae2d926ff0ab'] = 'El campo `request_uri` es una URL que el visitante visita en su tienda.'; +$_LANGADM['AdminReferrers4181de604675ec0fb8d12202ec23964c'] = 'Cuota dada para cada visita.'; +$_LANGADM['AdminReferrers43005b13d452a4ad6f2d8e29b499c55a'] = 'Ratio de registro'; +$_LANGADM['AdminReferrers453aceb005ceaf54a47da15fee8b2a26'] = 'Páginas'; +$_LANGADM['AdminReferrers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminReferrers4b11cf76a471c13ba29b799772c90ddf'] = 'Importe recibido por cada pedido '; +$_LANGADM['AdminReferrers4bcce22b929055c8db5204629d0a64c1'] = 'Carrito medio'; +$_LANGADM['AdminReferrers4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminReferrers51d53cd2ecdae6b5dd3397875197e898'] = 'Haga clic en tasa'; +$_LANGADM['AdminReferrers537c66b24ef5c83b7382cdc3f34885f2'] = 'Año'; +$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Por ejemplo, los visitantes procedentes de Google tendrá un HTTP_REFERER como esta: \"http://www.google.com/search?q=prestashop\".'; +$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" será reemplazada por un carácter. Si desea utilizar el real \"_\", debe escribir'; +$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Clientes'; +$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'El campo `http_referer` representa el sitio Web por el que el visitante ha llegado a su tienda.'; +$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Por ejemplo, si el visitante accede a una página producto, la URL será'; +$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Comisiones'; +$_LANGADM['AdminReferrers6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Ayuda'; +$_LANGADM['AdminReferrers6d4acea4a9682c8387d2117120a060e5'] = 'Acceso'; +$_LANGADM['AdminReferrers72474954ef40e2817957dac137f718d1'] = 'Los campos `incluyen` indican lo que se debe incluir en la URL.'; +$_LANGADM['AdminReferrers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; +$_LANGADM['AdminReferrers7cbb885aa1164b390a0bc050a64e1812'] = 'Mes'; +$_LANGADM['AdminReferrers7da81b1f9ca174679bbb40b7703ad01d'] = 'Url de petición'; +$_LANGADM['AdminReferrers86190054fc32554662ffbb12b717e8d0'] = 'Porcentaje de importe'; +$_LANGADM['AdminReferrers89741aae300253f498b0993fa678fa18'] = 'Ratio de Pedidos'; +$_LANGADM['AdminReferrers8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; +$_LANGADM['AdminReferrers93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminReferrers9706b3e27e9457477521522ffc8d5b24'] = 'Si el visitante llega directamente (escribiendo la URL de tu tienda o mediante el uso de sus marcadores, por ejemplo), \'HTTP_REFERER\' estará vacía.'; +$_LANGADM['AdminReferrers97b22af4c50379be3da02a0b10f13ce3'] = 'Actualizar índice'; +$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Definiciones:'; +$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Si quiere filtrar todos los visitantes que provienen de Google, puede escribir \"%google%\" en este campo, o \"%google.es%\" si quiere los visitantes que provienen solo de Google España.'; +$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Registros'; +$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = 'en el foro y obtener estadísticas para entrar en \"%prestashop\" en el campo `request_uri`. Usted recibirá todos los visitantes que vienen desde el foro.'; +$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Ped.'; +$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Caché'; +$_LANGADM['AdminReferrersab20dd433a5e44c6166509b6c0075b9d'] = 'Porcentaje de las ventas.'; +$_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = 'Porcentaje'; +$_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Visitantes'; $_LANGADM['AdminReferrersb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todos'; -$_LANGADM['AdminReferrers4351cfebe4b61d8aa5efa1d020710005'] = 'Ver'; -$_LANGADM['AdminReferrers7dce122004969d56ae2e0245cb754d35'] = 'Editar'; -$_LANGADM['AdminReferrersf9d49c6baa1183b09d4068c3e4d1ba2e'] = 'Eliminar elemento?'; -$_LANGADM['AdminReferrersf2a6c498fb90ee345d997f888fce3b18'] = 'Eliminar'; -$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'ID pedido'; -$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Fecha de expedición'; -$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Opciones para devolver mercancía (RMA)'; -$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Activar devoluciones:'; -$_LANGADM['AdminReturnd0c905ef089538af1f976a3477d617b0'] = 'Seleccione si quiere o no activar la devolución de mercancías en su tienda'; -$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Tiempo límite de validez'; -$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Número de días que el cliente tiene para devolver un producto desde la fecha de compra'; -$_LANGADM['AdminReturn630f6dc397fe74e52d5189e2c80f282b'] = 'Volver al listado'; -$_LANGADM['AdminReturnddcaee4edc8938535941b620ae5ec359'] = 'No tiene permiso para editar aquí'; -$_LANGADM['AdminReturn01abfc750a0c942167651c40d088531d'] = 'N°'; -$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Autorización de devolución de mercancía (RMA)'; -$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Cliente:'; -$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Ve rdetalles en la página del cliente'; -$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Pedido:'; -$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'N° de pedido'; -$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde'; -$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Ver detalles en la página de pedido'; -$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Explicación del cliente: '; -$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'Estado de la devolución de mercancías '; -$_LANGADM['AdminReturne487807f020df126a8f608ba1c10d422'] = 'Vale:'; -$_LANGADM['AdminReturnf659245a1bc897f14cc0b3f697a5aa43'] = 'Generar un nuevo vale para el pedido del cliente'; -$_LANGADM['AdminReturnf6c8a174a0db7915422af810e5f38e29'] = 'Más información en la página de pedido'; -$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Productos:'; -$_LANGADM['AdminReturn63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; -$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Nombre del producto'; -$_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminReferrersb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; +$_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Afiliado'; +$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Estadísticas'; +$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Información técnica - Modo experto'; +$_LANGADM['AdminReferrerscec64239386a3679d3279479d34ef354'] = 'El registro del tráfico directo puede ocupar mucho espacio y reducir eficacia, actívelo únicamente si dispone de la base de datos adecuada y necesita dichos datos.'; +$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Páginas vistas'; +$_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Visitas'; +$_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexación'; +$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'El modo simple utiliza la versión de MySQL \"LIKE\", pero para una potencia más alta que se puede usar MySQL expresiones regulares.'; +$_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Los afilicados pueden acceder a su propia información con su nombre de usuario'; +$_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = 'Este método es más fiable que el anterior, pero tiene un inconveniente: si un motor de búsqueda referencia una página con su enlace, éste se mostrará en sus resultados y tendrá no sólo a los visitantes del foro, sino también a los del motor de búsqueda.'; +$_LANGADM['AdminReferrerse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" sustituirá a varios caracteres. Si desea utilizar el real \"%\", debe escribir \"%\".'; +$_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Configuración'; +$_LANGADM['AdminRequestSql004bf6c9a40003140292e97330236c53'] = 'Acción'; +$_LANGADM['AdminRequestSql0095a9fa74d1713e43e370a7d7846224'] = 'Exportar'; +$_LANGADM['AdminRequestSql38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminRequestSql49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminRequestSql4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminRequestSql902b0d55fddef6f8d651fe1035b7d4bd'] = 'Error'; +$_LANGADM['AdminRequestSqla1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminRequestSqlb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRequestSqlb7ccdf6ab58f5514acc520721ddc9f08'] = 'Rellene los campos y pulse en \"Guardar\"'; +$_LANGADM['AdminRequestSqlb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Pulse en \"Añadir nuevo\"'; +$_LANGADM['AdminRequestSqle25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminRequestSqlf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Atributo'; $_LANGADM['AdminReturn004bf6c9a40003140292e97330236c53'] = 'Acción'; +$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Pedido:'; $_LANGADM['AdminReturn2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Texto #'; -$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ':'; -$_LANGADM['AdminReturnee2204974e5c8242756f3d9981865adc'] = 'Listado de productos devueltos'; $_LANGADM['AdminReturn38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminReturnStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReturnStates49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminReturnStates33af8066d3c83110d4bd897f687cedd2'] = 'Estado de los pedidos: '; -$_LANGADM['AdminReturnStates46d654225b4ccc1607fd1af012d18e12'] = 'Nombre Estado:'; -$_LANGADM['AdminReturnStatesa4bb440d400f4dc30f148b44d08680b4'] = 'Carácteres inválidos: números y'; -$_LANGADM['AdminReturnStates2c683de3e19f3bd14b85d8430bda7081'] = 'Nombre del estatuto de devolución de pedido'; -$_LANGADM['AdminReturnStates38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminReturnStates19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; -$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Mapas de imagen'; -$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Activado'; -$_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Cómo hacer mapas de imagen en los artículos:'; -$_LANGADM['AdminScenes0360cec9ca7756b663f53c9d87cc2111'] = 'Cuando un cliente coloque el ratón sobre la imagen, aparecerá un pop-up mostrando una breve descripción del producto. El cliente puede a continuación, hacer clic para ver la información completa del producto. Para esto, por favor, defina el \\\"mapa de la zona\\\" y al pasar el ratón, se mostrará el pop-up. Haga clic con su ratón para dibujar las cuatro caras del mapa. Luego, comience a escribir el nombre del producto asociado. Aparecerá una lista de los productos. Haga clic en el producto y después en aceptar. Repita estos pasos para cada zona de los mapas que desee crear. Cuando haya terminado la zona de mapas, haga clic en Guardar.'; -$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Nombre del mapa de imagen:'; -$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminScenes43c7582c40594c3fe32a6634ef9dcb07'] = 'Desactivado'; -$_LANGADM['AdminScenesd53c16e0cdd142bc71055c670dd13200'] = 'Active o desactive el mapa de imagen'; -$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Imagen para mapear:'; -$_LANGADM['AdminScenes0ff5840c17a19a6416cb6532fa1cd3c9'] = 'Subir imagen'; -$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; -$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'Tamaño del archivo:'; -$_LANGADM['AdminScenes64fd5923eb01a88c3f25ad6c841f6ede'] = 'KB max.'; -$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Si es más grande que el tamaño de la imagen ajústelo, la imagen se reducirá a'; -$_LANGADM['AdminScenesbc02f05b2b99eb2f72b99dba325427e9'] = '(anchura x altura). Si es más pequeño que el tamaño de la imagen ajústelo, aparecerá un fondo blanco para obtener el tamaño correcto de la imagen.'; -$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Nota: Para cambiar las dimensiones de la imagen, por favor, cambie el \'large_scene \\\" y ajuste el tipo de imagen al tamaño deseado (en Panel de administrador> Preferencias> Imágenes)'; -$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Comience a escribir las primeras letras del nombre del producto, a continuación, seleccione el producto de la lista desplegable:'; -$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; -$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Galería alternativa:'; -$_LANGADM['AdminScenesf53d1cd25e03173ba9eaa4e493636769'] = '(opcional)'; -$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'Si desea utilizar una miniatura que no sean las generadas a partir de una simple reducción de la imagen del mapa, por favor, súbala aquí­.'; -$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Tamaño del archivo:'; -$_LANGADM['AdminScenesc820e0c1d4ae16db218626f49e7916b1'] = 'Kb max.'; +$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Fecha de expedición'; +$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Activar devoluciones:'; +$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Cliente:'; +$_LANGADM['AdminReturn63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ':'; +$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Opciones para devolver mercancía (RMA)'; +$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Tiempo límite de validez'; +$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Productos:'; +$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Ver detalles en la página de pedido'; +$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Autorización de devolución de mercancía (RMA)'; +$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Explicación del cliente: '; +$_LANGADM['AdminReturnd0c905ef089538af1f976a3477d617b0'] = 'Seleccione si quiere o no activar la devolución de mercancías en su tienda'; +$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'N° de pedido'; +$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'ID pedido'; +$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'desde'; +$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Nombre del producto'; +$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Ve rdetalles en la página del cliente'; +$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'Estado'; +$_LANGADM['AdminReturnee2204974e5c8242756f3d9981865adc'] = 'Listado de productos devueltos'; +$_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'Estado de la devolución de mercancías '; +$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Número de días que el cliente tiene para devolver un producto desde la fecha de compra'; +$_LANGADM['AdminScenes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; $_LANGADM['AdminScenes0b24516ee8c68a18020951583bc3b8ab'] = 'Reajustar tamaño automaticamente a'; -$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(ancho x alto)'; -$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Nota: Para cambiar las dimensiones de la imagen, por favor, cambie el \'large_scene \\\" y ajuste el tipo de imagen al tamaño deseado (en Back Office> Preferencias> Imágenes)'; -$_LANGADM['AdminScenes8cf04a9734132302f96da8e113e80ce5'] = 'Inicio'; -$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionado'; -$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Contraer todo'; -$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expandir todo'; +$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Si es más grande que el tamaño de la imagen ajústelo, la imagen se reducirá a'; +$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminScenes38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Comience a escribir las primeras letras del nombre del producto, a continuación, seleccione el producto de la lista desplegable:'; +$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Mapas de imagen'; $_LANGADM['AdminScenes5e9df908eafa83cb51c0a3720e8348c7'] = 'Compruebe todo'; -$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Desactive todo'; +$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expandir todo'; +$_LANGADM['AdminScenes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminScenes64fd5923eb01a88c3f25ad6c841f6ede'] = 'KB max.'; +$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Nota: Para cambiar las dimensiones de la imagen, por favor, cambie el \'large_scene \" y ajuste el tipo de imagen al tamaño deseado (en Panel de administrador> Preferencias> Imágenes)'; +$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Nombre del mapa de imagen:'; +$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(ancho x alto)'; $_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Categorías:'; -$_LANGADM['AdminScenesdf41d831253828e9852a25c72393fde8'] = 'Guardar Mapa(s) de imagen '; +$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Desactive todo'; +$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'Si desea utilizar una miniatura que no sean las generadas a partir de una simple reducción de la imagen del mapa, por favor, súbala aquí­.'; +$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Imagen para mapear:'; +$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Nota: Para cambiar las dimensiones de la imagen, por favor, cambie el \'large_scene \" y ajuste el tipo de imagen al tamaño deseado (en Back Office> Preferencias> Imágenes)'; +$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'Tamaño del archivo:'; +$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Contraer todo'; +$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Galería alternativa:'; +$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Tamaño del archivo:'; +$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminScenesbc02f05b2b99eb2f72b99dba325427e9'] = '(anchura x altura). Si es más pequeño que el tamaño de la imagen ajústelo, aparecerá un fondo blanco para obtener el tamaño correcto de la imagen.'; +$_LANGADM['AdminScenesc820e0c1d4ae16db218626f49e7916b1'] = 'Kb max.'; +$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Activado'; +$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; +$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionado'; +$_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Cómo hacer mapas de imagen en los artículos:'; +$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; $_LANGADM['AdminScenesf5dae0e1b3d4bc66fadd2840b4f79227'] = 'Por favor, añadir una imagen para continuar el mapeado de la imagen...'; -$_LANGADM['AdminScenes19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Resultado de búsquedas'; -$_LANGADM['AdminSearch069aaf2bc613789c5ac5ec141d934746'] = 'Aplicaciones que corrersponden a su búsqueda'; -$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; -$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; -$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminSearch3601146c4e948c32b6424d2c0a7f0118'] = 'Precio'; -$_LANGADM['AdminSearch27ce7f8b5623b2e2df568d64cf051607'] = 'Stock'; -$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminSearch06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminSearchdaab80c5dadc81fa2d019c562f805994'] = 'Sexo'; -$_LANGADM['AdminSearch1ec5f5ec77c51a968271b2ca9862907d'] = 'Correo electrónico'; -$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Fecha de nacimiento'; +$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; +$_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sexo'; $_LANGADM['AdminSearch151a3c668742e11d24b6f8e65f7f7ee6'] = 'Fecha de registro'; +$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; $_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Pedidos'; -$_LANGADM['AdminSearch94bf3ff95d3b3870c72d1c54f7105477'] = 'categorías encontradas con'; -$_LANGADM['AdminSearchce35f6a58823a8effa17a2af92949fbb'] = 'categoría encontrada con'; -$_LANGADM['AdminSearchcbedd9b9efad67ab2082d4bf3f80618e'] = 'productos encontrados con'; -$_LANGADM['AdminSearchce8e6ddceb2367fdb7bfdde78fa5a64b'] = 'producto encontrado con'; -$_LANGADM['AdminSearcheadcead196002163653bd0e9be7b6d5e'] = 'Modificar este producto'; -$_LANGADM['AdminSearch8f0fc31a08d7e50bad68e8ff5f56ef1b'] = '¿Quiere eliminar este producto?'; -$_LANGADM['AdminSearch0449f210068787074ce58175b1a2f5cf'] = 'Borrar este producto'; -$_LANGADM['AdminSearch4b6f7d34a58ba399f077685951d06738'] = 'clientes'; -$_LANGADM['AdminSearch91ec1f9324753048c0096d036a694f86'] = 'cliente'; -$_LANGADM['AdminSearchee80eac41742f9c11b701e4e1eb96027'] = 'encontrado con'; -$_LANGADM['AdminSearchaac3536927a1e082bbdbbd18039b486b'] = 'Escribir al cliente'; -$_LANGADM['AdminSearchd2a99b49c6a18dbbd911e51e55cc5c6d'] = 'Ver pedidos'; -$_LANGADM['AdminSearch424b1a913da3df93e2366d28f29e1893'] = 'Modificar este cliente'; -$_LANGADM['AdminSearch729a51874fe901b092899e9e8b31c97a'] = '¿Está seguro?'; -$_LANGADM['AdminSearchc3b0525bb0516119f4233bc8f78ec05e'] = 'Borrar este cliente'; -$_LANGADM['AdminSearch4db15b3d4b90022287ec8dce8a42a78c'] = 'No se ha encontrado nada para'; -$_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Búsqueda'; -$_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'De búsqueda AJAX'; +$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Correo electrónico'; +$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Fecha de nacimiento'; $_LANGADM['AdminSearchConf00204f71aee500f89085662a40f8a555'] = 'Habilitar la búsqueda AJAX para sus visitantes.'; -$_LANGADM['AdminSearchConf483c40354fdf24fc335387dc1785ccd2'] = 'Con la búsqueda ajax, los 10 primeros productos que corresponden a la búsqueda del usuario aparecen en tiempo real debajo de la zona de embargo.'; -$_LANGADM['AdminSearchConfbbeec9bc726c86e461b48941118e4f3b'] = 'Búsqueda instantánea'; -$_LANGADM['AdminSearchConf88a84f6aa7f460b72f4a4b9dd9b9b714'] = 'Habilitar la búsqueda instantánea para sus visitantes'; -$_LANGADM['AdminSearchConfd125a8ad45c31bd8d3d6502b357e944a'] = 'Con la búsqueda instantánea, el resultado aparecerá inmediatamente, mientras que el usuario escriba su consulta.'; -$_LANGADM['AdminSearchConf4381a423b1c744a58a00f9921327f4f7'] = 'Longitud de palabra mínima'; -$_LANGADM['AdminSearchConfc1aa7600ab8604ee230fbf068ae3e032'] = 'Sólo palabras desde este tamaño se indexarán.'; -$_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Palabras en la lista negra'; -$_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Introduzca las palabras separadas por \"|\"'; -$_LANGADM['AdminSearchConf8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Peso del nombre de productos'; -$_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Peso de referencia'; -$_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Peso de la descripción breve'; -$_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Peso de la descripción'; +$_LANGADM['AdminSearchConf01d2aac5d20787a1e873f2bdc79b514a'] = 'Buscar esta palabra en su lugar. '; $_LANGADM['AdminSearchConf05cdca5b85ff26e596c3af66ed4820d5'] = 'Peso de la categoría'; -$_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Peso del fabricante'; -$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Peso de las etiquetas'; +$_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Búsqueda'; +$_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'Una palabra con un peso de 8 tendrá 4 veces más valor que una palabra con un peso de 2'; $_LANGADM['AdminSearchConf1b25f9ffbf4d185dbb985380a04732cc'] = 'Peso de los atributos'; -$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Peso de las características'; -$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexación'; $_LANGADM['AdminSearchConf1c24b90abdb6175e6c57762446db435a'] = 'Los productos \"indexados\" han sido analizados por PrestaShop y aparecerán en los resultados de la búsqueda del front office '; -$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Productos indexados:'; -$_LANGADM['AdminSearchConfccbc76379314a960da40f0693ac3497b'] = 'Hacer el index de los productos puede tomar algunos minutos o más. Si su camarero servidor para el proceso antes de que se acabe, usted puede repetir la indización haciendo clic sobre \" Añadir productos faltantes \".'; -$_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Añadir los productos que faltan al índice.'; $_LANGADM['AdminSearchConf26e424abe001fcfdcc85a2d59bacb567'] = 'Re-construir el índice completo.'; $_LANGADM['AdminSearchConf2e2ef007bbe41bc68ee187fca0387520'] = 'Puede fijar un trabajo del cron que reconstruya su índice usando el siguiente URL:'; -$_LANGADM['AdminSearchConfad24ffca4f9e9c0c7e80fe1512df6db9'] = 'Pertinencia'; +$_LANGADM['AdminSearchConf38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminSearchConf4381a423b1c744a58a00f9921327f4f7'] = 'Longitud de palabra mínima'; +$_LANGADM['AdminSearchConf483c40354fdf24fc335387dc1785ccd2'] = 'Con la búsqueda ajax, los 10 primeros productos que corresponden a la búsqueda del usuario aparecen en tiempo real debajo de la zona de embargo.'; +$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Peso de las características'; +$_LANGADM['AdminSearchConf5aac38deec604d81565722cc5a2a6be1'] = 'Resultado:'; +$_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Palabras en la lista negra'; +$_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Peso de la descripción breve'; +$_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Peso del nombre de productos'; +$_LANGADM['AdminSearchConf792fd33273f5b3dbbcc6bd5de52b7e20'] = 'no es un resultado válido'; +$_LANGADM['AdminSearchConf88a84f6aa7f460b72f4a4b9dd9b9b714'] = 'Habilitar la búsqueda instantánea para sus visitantes'; +$_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Añadir los productos que faltan al índice.'; +$_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'De búsqueda AJAX'; +$_LANGADM['AdminSearchConf8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Introduzca las palabras separadas por \"|\"'; +$_LANGADM['AdminSearchConf9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; +$_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Peso del fabricante'; +$_LANGADM['AdminSearchConf9d2e974b83d9090b463dbcb2ef32ab51'] = 'no es un alias válido'; +$_LANGADM['AdminSearchConfa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias:'; +$_LANGADM['AdminSearchConfa66ec6983e578c3ac4663171b39d168b'] = 'alias y resultado son obligatorios'; $_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'El \"peso\" representa su importancia y relevancia para la clasificación de los productos cuando se intente una nueva búsqueda.'; -$_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'Una palabra con un peso de 8 tendrá 4 veces más valor que una palabra con un peso de 2'; -$_LANGADM['AdminSearchConfc0e9eaafe9282fe99cb85cf791a2dd8e'] = 'Es por eso que aconsejamos poner un peso más grande para las palabras que aparecen sobre el nombre o sobre la referencia de productos que las de la descripción de nombre de categoría. Así, los resultados de búsqueda serán tan precisos y apropiados como posible.'; -$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Servidor'; -$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'GET variable'; -$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Referente'; -$_LANGADM['AdminSearchEngines52e1c423b768c6e9850d70f3a41aca1d'] = '$_GET variable'; +$_LANGADM['AdminSearchConfbbeec9bc726c86e461b48941118e4f3b'] = 'Búsqueda instantánea'; +$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Peso de las etiquetas'; +$_LANGADM['AdminSearchConfc1aa7600ab8604ee230fbf068ae3e032'] = 'Sólo palabras desde este tamaño se indexarán.'; +$_LANGADM['AdminSearchConfc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Productos indexados:'; +$_LANGADM['AdminSearchConfd125a8ad45c31bd8d3d6502b357e944a'] = 'Con la búsqueda instantánea, el resultado aparecerá inmediatamente, mientras que el usuario escriba su consulta.'; +$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexación'; +$_LANGADM['AdminSearchConfe25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminSearchConfec53a8c4f07baed5d8825072c89799be'] = 'Estado'; +$_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Peso de referencia'; +$_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Peso de la descripción'; $_LANGADM['AdminSearchEngines38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminSearchEngines19f823c6453c2b1ffd09cb715214813d'] = 'Campo requerido'; -$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Gastos de mantenimiento'; -$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'El envío gratuito comienza a las'; -$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Facturación'; -$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Mantenimiento'; -$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'sin IVA'; -$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminShippingf67dcbe1d448921fc81fe382db040432'] = 'Trucos:'; -$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Si define los parámetros a 0, se desactivarán'; -$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'Los vales descuento no se tienen en cuenta durante el cálculo de la gratuidad de gastos de envío'; -$_LANGADM['AdminShipping8272caef74bda1743a8df3d14e898025'] = 'Elección del borde:'; -$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'Según el precio total'; -$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'Según el peso total'; -$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Tasas en función del transportista, zona geográfica y rangos'; +$_LANGADM['AdminSearchEngines505de52d5ae227b6e8acb02dce2a0c4d'] = 'Servidor:'; +$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Servidor'; +$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Referente'; +$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'GET variable'; +$_LANGADM['AdminSearchEnginese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; +$_LANGADM['AdminSearchd1457b72c3fb323a2671125aef3eab5d'] = '?'; +$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Resultado de búsquedas'; +$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Estado'; $_LANGADM['AdminShipping006300efaf063e1705dd614ea0ae9e8b'] = 'Tasas'; -$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Soló tiene transportistas gratuitas, no es necessario de configurar los precios de entrega. '; -$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transportista:'; -$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zona/Rango'; $_LANGADM['AdminShipping01b6e20344b68835c5ed1ddedf20d531'] = 'hasta'; -$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todo'; -$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Este es un transportista gratuito'; +$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'Los vales descuento no se tienen en cuenta durante el cálculo de la gratuidad de gastos de envío'; +$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Gastos de mantenimiento'; +$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'sin IVA'; +$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Mantenimiento'; +$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'Según el peso total'; +$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Facturación'; $_LANGADM['AdminShipping8c6e9d97aa1ff2b61603508a7d25e8b7'] = 'No se aplicarán rangos para este transportista'; -$_LANGADM['AdminShipping3c5a90ab81573c044caffb847d9157f6'] = 'Precios sin incluir impuestos'; -$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID Pedido'; +$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Si define los parámetros a 0, se desactivarán'; +$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zona/Rango'; +$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todo'; +$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Soló tiene transportistas gratuitas, no es necessario de configurar los precios de entrega. '; +$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'El envío gratuito comienza a las'; +$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'Según el precio total'; +$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Tasas en función del transportista, zona geográfica y rangos'; +$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Este es un transportista gratuito'; +$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Transportista:'; +$_LANGADM['AdminShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminShop068f80c7519d0528fb08e82137a72131'] = 'Productos'; +$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Transportistas'; +$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Fabricantes'; +$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminShop38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminShop61f0fa926f97eafb392975ed79cebb4a'] = 'Nombre de la tienda:'; +$_LANGADM['AdminShop622f3c75de9f3481ffc58c1f292c1c2b'] = 'Página CSM'; +$_LANGADM['AdminShop790d59ef178acbc75d233bf4211763c6'] = 'Países'; +$_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas'; +$_LANGADM['AdminShop93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Descuentos'; +$_LANGADM['AdminShop9ea67be453eaccf020697b4654fc021a'] = 'Guardar y quedarse'; +$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminShopUrl24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminShopUrl38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminShopUrlb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminShopUrlb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Activado o desactivado'; +$_LANGADM['AdminShopUrle25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema'; +$_LANGADM['AdminShopb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminShopbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Escenas'; +$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto'; +$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminShopdfcfc43722eef1eab1e4a12e50a068b1'] = 'Divisas'; +$_LANGADM['AdminShope25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminShopfff0d600f8a0b5e19e88bfb821dd1157'] = 'Imágenes'; +$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'Generar el PDF'; +$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'En formato 2010-01-01(fecha de comienzo)'; +$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Comienzo'; +$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Fin'; $_LANGADM['AdminSlip446faa7da2d42ba4ffeda73cb119dd91'] = 'Fecha de expedición'; +$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'En formato 2010-01-31 (fecha de fin)'; +$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID Pedido'; +$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'No hay vales para este periodo'; +$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSlipc95ed58f8c9573f7d58667e6847758d9'] = 'Vale'; +$_LANGADM['AdminSlipe25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; $_LANGADM['AdminSlipf596633d68fc44d6c7460676060d5dcb'] = 'Fecha de comienzo no válida'; $_LANGADM['AdminSlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Fecha de fin no válida'; -$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'No hay vales para este periodo'; -$_LANGADM['AdminSlipafa0e443a161e904a03bbbc333506256'] = 'imprimir un PDF'; -$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Comienzo'; -$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'En formato 2010-01-01(fecha de comienzo)'; -$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Fin'; -$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'En formato 2010-01-31 (fecha de fin)'; -$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'Generar el PDF'; -$_LANGADM['AdminSlip01abfc750a0c942167651c40d088531d'] = 'Nº '; -$_LANGADM['AdminSlip4351cfebe4b61d8aa5efa1d020710005'] = 'Ver'; -$_LANGADM['AdminSlip0071aa279bd1583754a544277740f047'] = 'Borrar elemento nº '; -$_LANGADM['AdminSlipd1457b72c3fb323a2671125aef3eab5d'] = '?'; -$_LANGADM['AdminSlipf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSpecificPriceRule03937134cedab9078be39a77ee3a48a0'] = 'Grupo'; +$_LANGADM['AdminSpecificPriceRule1aa4c641d6920ddb97a2562f8ec53853'] = 'Grupo:'; +$_LANGADM['AdminSpecificPriceRule1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; +$_LANGADM['AdminSpecificPriceRule21021ea0e52be8e9c599f4dff41e5be0'] = 'caracteristica'; +$_LANGADM['AdminSpecificPriceRule33caa076f23f453dd4061726f3706325'] = 'Hacia:'; +$_LANGADM['AdminSpecificPriceRule37be07209f53a5d636d5c904ca9ae64c'] = 'Porcentaje'; +$_LANGADM['AdminSpecificPriceRule386c339d37e737a436499d423a77df0c'] = 'Divisa'; +$_LANGADM['AdminSpecificPriceRule38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminSpecificPriceRule3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoría'; +$_LANGADM['AdminSpecificPriceRule3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminSpecificPriceRule49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminSpecificPriceRule4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminSpecificPriceRule56a8a9eb05f9014da51a4f9b57322ac7'] = 'Categoría:'; +$_LANGADM['AdminSpecificPriceRule59716c97497eb9694541f7c3d37b1a4d'] = 'País'; +$_LANGADM['AdminSpecificPriceRule689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminSpecificPriceRule77295c7d814e7397c55f64ec06313984'] = 'Moneda:'; +$_LANGADM['AdminSpecificPriceRule90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Proveedores:'; +$_LANGADM['AdminSpecificPriceRule9c7f56d70e922a61254366964c01c64a'] = 'Todas las divisas'; +$_LANGADM['AdminSpecificPriceRule9e834f13e35e4edf64863ab414a6217a'] = 'Descuento:'; +$_LANGADM['AdminSpecificPriceRulea1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminSpecificPriceRuleb2f40690858b404ed10e62bdf422c704'] = 'Importe'; +$_LANGADM['AdminSpecificPriceRuleb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSpecificPriceRulec0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; +$_LANGADM['AdminSpecificPriceRulec3987e4cac14a8456515f0d200da04ee'] = 'Todos los países'; +$_LANGADM['AdminSpecificPriceRulee25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminSpecificPriceRulee4c4c68c7515704a91d90207067dcbbe'] = 'Todos los grupos'; +$_LANGADM['AdminSpecificPriceRuleec136b444eede3bc85639fac0dd06229'] = 'Proveedor'; +$_LANGADM['AdminSpecificPriceRulef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Atributo'; +$_LANGADM['AdminSpecificPriceRulef4a275a931b82e5058bc8ffad8b8e5bd'] = 'Fabricante:'; +$_LANGADM['AdminSpecificPriceRulef64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; +$_LANGADM['AdminStates00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado:'; +$_LANGADM['AdminStates19ce4359133c8a012b572413ea8b58ea'] = 'País donde está el estado, ciuddad o región'; +$_LANGADM['AdminStates24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminStates29b8e6e52c0384bf57dcc6b975d8b39c'] = 'Zona geográfica donde se encuentra el estado'; +$_LANGADM['AdminStates2dcd278c8503e295e186209fffd676f7'] = '1 a 4 letras del código ISO (búsqueda en Wikipedia, si usted no sabe)'; +$_LANGADM['AdminStates38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminStates3af4c1797da60fd50670ddbb669fc0aa'] = 'Código ISO:'; +$_LANGADM['AdminStates457885792537d3f4a056e776fa721a3d'] = 'Nombre del estado para mostrar en direcciones y facturas'; $_LANGADM['AdminStates49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminStates4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre'; +$_LANGADM['AdminStates9639e32cab248434a17ab32237cb3b71'] = 'Aplicar'; $_LANGADM['AdminStatesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Código ISO'; $_LANGADM['AdminStatesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminStatesb8464cdd84b5f068ad72bf5c4f32163d'] = 'Estado'; -$_LANGADM['AdminStates4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre'; -$_LANGADM['AdminStates457885792537d3f4a056e776fa721a3d'] = 'Nombre del estado para mostrar en direcciones y facturas'; -$_LANGADM['AdminStates3af4c1797da60fd50670ddbb669fc0aa'] = 'Código ISO:'; -$_LANGADM['AdminStates2dcd278c8503e295e186209fffd676f7'] = '1 a 4 letras del código ISO (búsqueda en Wikipedia, si usted no sabe)'; -$_LANGADM['AdminStatesf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; -$_LANGADM['AdminStates19ce4359133c8a012b572413ea8b58ea'] = 'País donde está el estado, ciuddad o región'; -$_LANGADM['AdminStatese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; -$_LANGADM['AdminStates29b8e6e52c0384bf57dcc6b975d8b39c'] = 'Zona geográfica donde se encuentra el estado'; -$_LANGADM['AdminStatesec92dbe75bbcc2fbf4cad6302df97c19'] = 'Usado para envíos'; -$_LANGADM['AdminStates24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminStates00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado:'; $_LANGADM['AdminStatesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado:'; $_LANGADM['AdminStatesd42225935a374f1249f2a45ebed00772'] = 'Activado o desactivado'; -$_LANGADM['AdminStates38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminStates19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminStatsConf6e7b34fa59e1bd229b207892956dc41c'] = 'Nunca'; -$_LANGADM['AdminStatsConfd2ce009594dcc60befa6a4e6cbeb71fc'] = 'Semanal'; -$_LANGADM['AdminStatsConf7cbb885aa1164b390a0bc050a64e1812'] = 'Mensual'; -$_LANGADM['AdminStatsConf537c66b24ef5c83b7382cdc3f34885f2'] = 'Anual'; -$_LANGADM['AdminStatsConfb0b7c2b87eba7820fb826c780e136d2e'] = 'Motor gráfico'; -$_LANGADM['AdminStatsConf5f0552395d828276db64cb05ab75150b'] = 'Motor del cuadro '; -$_LANGADM['AdminStatsConfdc0a18457d5a9bb07540ad2ddb872822'] = 'Periodo de autolimpieza'; -$_LANGADM['AdminStatsTabf4f70727dc34561dfde1a3c529b6205c'] = 'Ajustes'; -$_LANGADM['AdminStatsTabb0b7c2b87eba7820fb826c780e136d2e'] = 'Motor gráfico'; -$_LANGADM['AdminStatsTab423e5f3a91ed4e4b023ea6eebddd25b5'] = 'Módulo de motor gráfico no instalado'; -$_LANGADM['AdminStatsTab5f0552395d828276db64cb05ab75150b'] = 'Motor de tabla'; -$_LANGADM['AdminStatsTab018c0d798c754ada9fbc026ca9a80092'] = 'Módulo de motor tabla no instalado'; -$_LANGADM['AdminStatsTab38fb7d24e0d60a048f540ecb18e13376'] = 'Salvar'; -$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; +$_LANGADM['AdminStatese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminStatese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; +$_LANGADM['AdminStatesec92dbe75bbcc2fbf4cad6302df97c19'] = 'Usado para envíos'; +$_LANGADM['AdminStatesf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; +$_LANGADM['AdminStats018c0d798c754ada9fbc026ca9a80092'] = 'Módulo de motor tabla no instalado'; +$_LANGADM['AdminStats1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; +$_LANGADM['AdminStats266e72d21719a5d0c7b8527c44c08f99'] = 'No hay módulo instalado'; +$_LANGADM['AdminStats38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminStats423e5f3a91ed4e4b023ea6eebddd25b5'] = 'Módulo de motor gráfico no instalado'; +$_LANGADM['AdminStats5f0552395d828276db64cb05ab75150b'] = 'Motor de tabla'; +$_LANGADM['AdminStats8290fb626ffacf21450997f25967efeb'] = 'No se ha encontrado el módulo'; +$_LANGADM['AdminStats846495f9ceed11accf8879f555936a7d'] = 'Navegación:'; $_LANGADM['AdminStatsTab03727ac48595a24daed975559c944a44'] = 'Día'; -$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Mes'; -$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Año'; $_LANGADM['AdminStatsTab1e6d57e813355689e9c77e947d73ad8f'] = 'De:'; $_LANGADM['AdminStatsTab33caa076f23f453dd4061726f3706325'] = 'Para:'; +$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Año'; +$_LANGADM['AdminStatsTab6e7b34fa59e1bd229b207892956dc41c'] = 'Nunca'; +$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Mes'; +$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; $_LANGADM['AdminStatsTabc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; -$_LANGADM['AdminStatsTab13348442cc6a27032d2b4aa28b75a5d3'] = 'Buscar'; -$_LANGADM['AdminStatsTab5f075ae3e1f9d0382bb8c4632991f96f'] = 'Ir'; -$_LANGADM['AdminStatsTab846495f9ceed11accf8879f555936a7d'] = 'Navegación:'; -$_LANGADM['AdminStatsTab266e72d21719a5d0c7b8527c44c08f99'] = 'No hay módulo instalado'; -$_LANGADM['AdminStatsTab8290fb626ffacf21450997f25967efeb'] = 'No se ha encontrado el módulo'; -$_LANGADM['AdminStatsTabb9f69fde28fbf3d71afa1bc9e3b7dab8'] = 'Por favor, seleccione un módulo en la columna de la izquerda'; +$_LANGADM['AdminStatsTabd2ce009594dcc60befa6a4e6cbeb71fc'] = 'Semanal'; +$_LANGADM['AdminStatsb0b7c2b87eba7820fb826c780e136d2e'] = 'Motor gráfico'; +$_LANGADM['AdminStatsb9f69fde28fbf3d71afa1bc9e3b7dab8'] = 'Por favor, seleccione un módulo en la columna de la izquerda'; +$_LANGADM['AdminStatsdc0a18457d5a9bb07540ad2ddb872822'] = 'Periodo de autolimpieza'; +$_LANGADM['AdminStatsf4f70727dc34561dfde1a3c529b6205c'] = 'Ajustes'; +$_LANGADM['AdminStatuses08d2ca380ff45ca948d4f825ff4c31dc'] = 'Ocultar el estado en el pedido del cliente'; +$_LANGADM['AdminStatuses2c683de3e19f3bd14b85d8430bda7081'] = 'Nombre del estatuto de devolución de pedido'; +$_LANGADM['AdminStatuses31fde7b05ac8952dacf4af8a704074ec'] = 'Vista previa'; $_LANGADM['AdminStatuses33af8066d3c83110d4bd897f687cedd2'] = 'Estados de los pedidos'; -$_LANGADM['AdminStatuses5fb4f48b6fec81c554fb0519b0669b2f'] = 'Estados de devolución de los pedidos'; -$_LANGADM['AdminStockMvtb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminStockMvtb9aefa40a54680bb258f9f9569290fae'] = 'Nombre del producto'; -$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminStockMvtfffcb4d1e12c96b2f571f77ad25878b8'] = 'Motivo'; -$_LANGADM['AdminStockMvt6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'N° de pedido'; -$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Empleado'; -$_LANGADM['AdminStockMvt7a88c0e00abd9ea4220cc8fd00892306'] = 'Movimiento de stock'; -$_LANGADM['AdminStockMvt4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre'; -$_LANGADM['AdminStockMvt85896a744f6fd84cbcd7bddb31fae8d7'] = 'Acción'; -$_LANGADM['AdminStockMvta2590f768bebc52068ba341320394860'] = 'Aumentar su stock'; -$_LANGADM['AdminStockMvtcc5c5c2e1e8d0ea99dda086197b8b030'] = 'Disminuir su stock'; -$_LANGADM['AdminStockMvt38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminStockMvtdf2dcf15625e93b34f46fe6c27f9b2c8'] = 'Movimiento de stock para'; -$_LANGADM['AdminStockMvta240fa27925a635b08dc28c9e4f9216d'] = 'Pedido'; -$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Fecha'; -$_LANGADM['AdminStockMvt41254dab4d830cda65e017d8ff38f9bb'] = 'Historial de movimiento de stock'; -$_LANGADM['AdminStockMvtf78c5ca37035326bca5e672deb6f2705'] = 'Calcular el movimiento de desaparecidos en el inventario'; -$_LANGADM['AdminStockMvta4d3b161ce1309df1c4e25df28694b7b'] = 'Validar'; +$_LANGADM['AdminStatuses35388ca9e482238c6e9755d70a5a91a0'] = 'Permitir al cliente descargar y ver su factura en PDF'; +$_LANGADM['AdminStatuses37242ae69082dfc3ec9d365a18a9606e'] = 'Icono:'; +$_LANGADM['AdminStatuses38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminStatuses450dcddb1c36122c2c95a91d2bceec1d'] = 'Enviar email al cliente cuando el pedido cambie de estado'; +$_LANGADM['AdminStatuses466eadd40b3c10580e3ab4e8061161ce'] = 'Factura'; +$_LANGADM['AdminStatuses46d654225b4ccc1607fd1af012d18e12'] = 'Nombre Estado:'; +$_LANGADM['AdminStatuses49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminStatuses4bc61ab0b24e55663cafd86775a73d7a'] = 'Plantilla de email'; +$_LANGADM['AdminStatuses510f6a8fda6eb21f9ff01954e034a29a'] = 'Por razones de seguridad, no es posible borrar los estados de la orden por defecto.'; +$_LANGADM['AdminStatuses6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Sólo se admiten letras, números y -_'; +$_LANGADM['AdminStatuses70f04749e7995edd7d59e2d034c08929'] = 'Considerar el pedido asociado como válidado'; +$_LANGADM['AdminStatuses817434295a673aed431435658b65d9a7'] = 'Icono'; +$_LANGADM['AdminStatusesa4bb440d400f4dc30f148b44d08680b4'] = 'Carácteres inválidos: números y'; +$_LANGADM['AdminStatusesa6c03b9eff966268fe4de7b97f64309b'] = 'El estado se marcará en este color. Sólo colores HTML (ej.,'; +$_LANGADM['AdminStatusesb32475cd81cfdb314b57ae77c560640f'] = 'Plantilla de Email para .html y .txt'; +$_LANGADM['AdminStatusesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStatusesbd88be5f33d835d0667fece965ab2443'] = 'Enviar email al cliente'; +$_LANGADM['AdminStatusesbf068ace28aa095e354ff02a01d32f1e'] = 'Estado del pedido (ej., \'Pendiente'; +$_LANGADM['AdminStatusesc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminStatusese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminStatusesea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminStatusesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Color'; +$_LANGADM['AdminStatusesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Elija un icono a partir de su ordenador (Tipo de fichero: .gif, tamaño propuesto: 16x16'; +$_LANGADM['AdminStockConfiguration24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminStockConfiguration31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Signo'; +$_LANGADM['AdminStockConfiguration38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminStockConfiguration49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminStockConfiguration4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminStockConfiguration85896a744f6fd84cbcd7bddb31fae8d7'] = 'Acción'; +$_LANGADM['AdminStockConfiguration93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['AdminStockConfigurationa2590f768bebc52068ba341320394860'] = 'Aumentar su stock'; +$_LANGADM['AdminStockConfigurationb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStockConfigurationbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminStockConfigurationcc5c5c2e1e8d0ea99dda086197b8b030'] = 'Disminuir su stock'; +$_LANGADM['AdminStockConfigurationccec78d886c47adb7e5a79567d262c0d'] = 'Color del Back Office:'; +$_LANGADM['AdminStockConfigurationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opciones'; +$_LANGADM['AdminStockConfigurationfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Color'; +$_LANGADM['AdminStockCover49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminStockCover52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockCover63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminStockCover694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminStockCoverfbd99ad01b92dbafc686772a39e3d065'] = 'UPC:'; +$_LANGADM['AdminStockInstantState49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminStockInstantState52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockInstantState63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminStockInstantStatefbd99ad01b92dbafc686772a39e3d065'] = 'UPC:'; +$_LANGADM['AdminStockManagement00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminStockManagement382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; +$_LANGADM['AdminStockManagement49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminStockManagement52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockManagement694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Moneda:'; +$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Guardar y quedarse'; +$_LANGADM['AdminStockManagementaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; +$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminStockManagementc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminStockManagementccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminStockManagementfbd99ad01b92dbafc686772a39e3d065'] = 'UPC:'; $_LANGADM['AdminStockMvt31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Signo'; +$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Fecha'; $_LANGADM['AdminStockMvt49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminStockMvtd7319ffe5be44fae23cc7d312c312026'] = 'Motivo por defecto para un movimiento de stock'; -$_LANGADM['AdminStockMvtad800300cd0f25f7847c4de9abae4fab'] = 'Motivo de movimiento de stock'; -$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'País'; -$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'Estado'; -$_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'Ciudad'; -$_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Código postal'; -$_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Teléfono'; -$_LANGADM['AdminStores9810aa2b9f44401be4bf73188ef2b67d'] = 'Fax'; +$_LANGADM['AdminStockMvt63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Empleado'; +$_LANGADM['AdminStockMvtfbd99ad01b92dbafc686772a39e3d065'] = 'UPC:'; $_LANGADM['AdminStores00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Parámetros'; -$_LANGADM['AdminStoresa6b9f40807f97e8c203547c1ce8f98f4'] = 'Mostrar a pie de página'; -$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Mostrar un link hacia el localizador de la tienda a pie de página'; -$_LANGADM['AdminStoresa2c4697e3d6a5ee6072e32c9e467f21d'] = 'Mostrar en la página del sitio:'; -$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Mostrar un enlace al localizador de tiendas en la página Mapa del sitio'; -$_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Muestra simplificada de la página de localización de la tienda'; -$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Ni mapa, ni búsqueda, solo una guia de la tienda'; -$_LANGADM['AdminStores7ef769cefe50f4eee90b1e1a22eb9172'] = 'Latitud por defecto'; -$_LANGADM['AdminStores5a6b8fd2f89cdbde7862a59462f58273'] = 'Longitud por defecto:'; -$_LANGADM['AdminStoresf08a4f32d9ce394e8d85ebffbe1a3ed3'] = 'También puede remplazar el icono que representa su tienda en Google Maps. Ir a la pestaña Preferencias, y después a la subpestaña Apariencia.'; -$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas'; -$_LANGADM['AdminStores4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caracteres autorizados: letras, espacios y'; -$_LANGADM['AdminStoresca5acac9ef810c83a15e0da3babd2007'] = 'Nombre de la tienda, por ejemplo: Store Mail Citycentre'; -$_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Dirección:'; -$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Dirección'; -$_LANGADM['AdminStores7515d32836da5648eb6a8f9113b7405b'] = 'Código postal:'; -$_LANGADM['AdminStoresbffb711ec36f280459d11dce315da72f'] = 'Ciudad:'; -$_LANGADM['AdminStoresf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; -$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'Estado'; -$_LANGADM['AdminStoresfcea88ad56b0839689d41643aa8abfd3'] = 'Latitud / Longitud:'; -$_LANGADM['AdminStoresbfa40b889c8fe29c2748e5d26f02d044'] = 'Datos de la tienda, ej. 45.265469 / -47.226478'; -$_LANGADM['AdminStores673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:'; +$_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Mostrar en los mensajes de correo electrónico enviados a los clientes'; $_LANGADM['AdminStores0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax:'; -$_LANGADM['AdminStores78e365acb087fd1f8d494dae0001de10'] = 'Dirección email:'; -$_LANGADM['AdminStoresfc9d3df613063ee57906c461320744e2'] = 'Comentario:'; -$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminStoresb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminStores5c7246a637866f706a8319f8f701497e'] = 'Mostrar o no esta tienda'; -$_LANGADM['AdminStores7da7bd98bbbcb62c935af8d362bb7a3e'] = 'Imagen:'; +$_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Muestra simplificada de la página de localización de la tienda'; $_LANGADM['AdminStores134592f3d9dadf4c4f76ef7e9e12fb57'] = 'Foto de la tienda'; -$_LANGADM['AdminStoresad179a1071ebd8b00e0ff4718301dcea'] = 'Horas:'; -$_LANGADM['AdminStores9021b488beef18b26de0d3bfd1acaa63'] = 'Ejemplo: 10:00AM - 9:30PM'; -$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lunes'; -$_LANGADM['AdminStores5792315f09a5d54fb7e3d066672b507f'] = 'Martes'; -$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Miércoles'; -$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Jueves'; -$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Viernes'; -$_LANGADM['AdminStores8b7051187b9191cdcdae6ed5a10e5adc'] = 'Sábado'; -$_LANGADM['AdminStores9d1a0949c39e66a0cd65240bc0ac9177'] = 'Domingo'; +$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'Estado'; +$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'Tamaño del fichero'; +$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caracteres autorizados: letras, espacios y'; +$_LANGADM['AdminStores237726599268adc200964601cdafeb16'] = 'email de la tienda:'; +$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Dirección:'; +$_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Parámetros'; $_LANGADM['AdminStores38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminStores19f823c6453c2b1ffd09cb715214813d'] = 'Campos obligatorios'; +$_LANGADM['AdminStores3c720ca57528095461f52d40d26d956a'] = 'Dirección de la tienda (línea 1)'; +$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'Estado'; +$_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminStores4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminStores5792315f09a5d54fb7e3d066672b507f'] = 'Martes'; +$_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'Ciudad'; +$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'País'; +$_LANGADM['AdminStores5a6b8fd2f89cdbde7862a59462f58273'] = 'Longitud por defecto:'; +$_LANGADM['AdminStores5c7246a637866f706a8319f8f701497e'] = 'Mostrar o no esta tienda'; +$_LANGADM['AdminStores5dd532f0a63d89c5af0243b74732f63c'] = 'Datos de contacto'; +$_LANGADM['AdminStores61f0fa926f97eafb392975ed79cebb4a'] = 'Nombre de la tienda:'; +$_LANGADM['AdminStores63406c9482c644975f227cc93788e8fb'] = 'Elija su país'; +$_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Código postal'; +$_LANGADM['AdminStores673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:'; +$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lunes'; +$_LANGADM['AdminStores7515d32836da5648eb6a8f9113b7405b'] = 'Código postal:'; +$_LANGADM['AdminStores76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Información de registro de la tienda (por ejemplo SIRET o RCS)'; +$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Jueves'; +$_LANGADM['AdminStores78e365acb087fd1f8d494dae0001de10'] = 'Dirección email:'; +$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Mostrar en los mensajes de correo electrónico y página de los títulos'; +$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Miércoles'; +$_LANGADM['AdminStores7da7bd98bbbcb62c935af8d362bb7a3e'] = 'Imagen:'; +$_LANGADM['AdminStores7ef769cefe50f4eee90b1e1a22eb9172'] = 'Latitud por defecto'; +$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Tiendas'; +$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Mostrar un link hacia el localizador de la tienda a pie de página'; +$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Mostrar un enlace al localizador de tiendas en la página Mapa del sitio'; +$_LANGADM['AdminStores8b7051187b9191cdcdae6ed5a10e5adc'] = 'Sábado'; +$_LANGADM['AdminStores9021b488beef18b26de0d3bfd1acaa63'] = 'Ejemplo: 10:00AM - 9:30PM'; +$_LANGADM['AdminStores9810aa2b9f44401be4bf73188ef2b67d'] = 'Fax'; +$_LANGADM['AdminStores9d1a0949c39e66a0cd65240bc0ac9177'] = 'Domingo'; +$_LANGADM['AdminStoresa2c4697e3d6a5ee6072e32c9e467f21d'] = 'Mostrar en la página del sitio:'; +$_LANGADM['AdminStoresa6b9f40807f97e8c203547c1ce8f98f4'] = 'Mostrar a pie de página'; +$_LANGADM['AdminStoresad179a1071ebd8b00e0ff4718301dcea'] = 'Horas:'; +$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStoresb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Teléfono'; +$_LANGADM['AdminStoresbfa40b889c8fe29c2748e5d26f02d044'] = 'Datos de la tienda, ej. 45.265469 / -47.226478'; +$_LANGADM['AdminStoresbffb711ec36f280459d11dce315da72f'] = 'Ciudad:'; +$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Viernes'; +$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Ni mapa, ni búsqueda, solo una guia de la tienda'; +$_LANGADM['AdminStoresca5acac9ef810c83a15e0da3babd2007'] = 'Nombre de la tienda, por ejemplo: Store Mail Citycentre'; +$_LANGADM['AdminStoresd7ceaa3ddb4fc6884046456463ecb258'] = 'Inscripción:'; +$_LANGADM['AdminStorese0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Código Postal:'; +$_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminStoresf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; +$_LANGADM['AdminStoresfc9d3df613063ee57906c461320744e2'] = 'Comentario:'; +$_LANGADM['AdminStoresfcea88ad56b0839689d41643aa8abfd3'] = 'Latitud / Longitud:'; +$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Elija su estado (si aplicable)'; +$_LANGADM['AdminSubDomains38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Subdominios'; +$_LANGADM['AdminSubDomains6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; $_LANGADM['AdminSubDomainsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSubDomainsbeed05bccb8b6f21466910eb4a4f142b'] = 'Subdominio'; $_LANGADM['AdminSubDomainsfeedb03bed3f1e5339e12ecffc46eaba'] = 'Las cookies son diferentes en cada subdominio de su sitio web. Si desea usar la misma cookie, por favor, añada aquí los subdominios usados por su tienda. Generalmente son \"www\".'; -$_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Subdominios'; -$_LANGADM['AdminSubDomains463da457421d74a9ced0ac848fd90ccc'] = 'Subdominio:'; -$_LANGADM['AdminSubDomains9a79e1e6cdfc1c64a71c60f2bac06c2f'] = 'Subdominio adicional'; -$_LANGADM['AdminSubDomains38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminSubDomains19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; +$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; +$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Nombre del atributo'; +$_LANGADM['AdminSuppliers2bf1d5fae1c321d594fdedf05058f709'] = 'Dirección:'; +$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Keywords:'; +$_LANGADM['AdminSuppliers3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:'; +$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; +$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Subir logo del proveedor desde el ordenador'; +$_LANGADM['AdminSuppliers46a2a41cc6e552044816a2d04634545d'] = 'Estado'; $_LANGADM['AdminSuppliers49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminSuppliers62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Precio al por mayor:'; +$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Referencia del proveedor:'; +$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:'; +$_LANGADM['AdminSuppliers7515d32836da5648eb6a8f9113b7405b'] = 'Código postal:'; +$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Aparecerá en la lista de proveedores'; +$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Título del Meta:'; $_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; $_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Nombre de los Productos'; -$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminSuppliers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total de productos:'; -$_LANGADM['AdminSupplierse78b6f4eb3be046f4d25c07ce54954d4'] = 'Ref:'; -$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; -$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; -$_LANGADM['AdminSuppliers647b89b705fafd7d44aa6f01a5cb4711'] = 'Cantidad:'; -$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Nombre del atributo'; -$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; -$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC:'; -$_LANGADM['AdminSuppliers694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; -$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Proveedores'; -$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción'; -$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Aparecerá en la lista de proveedores'; -$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; -$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Subir logo del proveedor desde el ordenador'; -$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Título del Meta:'; -$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caracteres prohibidos:'; $_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descripción:'; -$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta Keywords:'; -$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; +$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC:'; +$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminSuppliers19f823c6453c2b1ffd09cb715214813d'] = 'Campos obligatorios'; -$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Inicio'; -$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'Ciudad:'; +$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Precio mayorista'; +$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción'; +$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; +$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC:'; +$_LANGADM['AdminSupplyOrders0095a9fa74d1713e43e370a7d7846224'] = 'Exportar'; +$_LANGADM['AdminSupplyOrders068f80c7519d0528fb08e82137a72131'] = 'Productos'; +$_LANGADM['AdminSupplyOrders104d9898c04874d0fbac36e125fa1369'] = 'Descuento'; +$_LANGADM['AdminSupplyOrders126ddccbd9f946b8cd46d88b304a2020'] = 'Por favor, seleccione al menos un producto.'; +$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'Plantilla'; +$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:'; +$_LANGADM['AdminSupplyOrders49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminSupplyOrders52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminSupplyOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminSupplyOrders689202409e48743b914713f96d93947c'] = 'Valor'; +$_LANGADM['AdminSupplyOrders694e8d1f2ee056f98ee488bdc4982d73'] = 'Cantidad'; +$_LANGADM['AdminSupplyOrders6d2e7477916d118eb0a377fd13af4f63'] = 'Última actualización:'; +$_LANGADM['AdminSupplyOrders77295c7d814e7397c55f64ec06313984'] = 'Moneda:'; +$_LANGADM['AdminSupplyOrders90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Proveedores:'; +$_LANGADM['AdminSupplyOrders9ea67be453eaccf020697b4654fc021a'] = 'Guardar y quedarse'; +$_LANGADM['AdminSupplyOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminSupplyOrdersea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminSupplyOrdersec136b444eede3bc85639fac0dd06229'] = 'Proveedor'; +$_LANGADM['AdminSupplyOrdersec53a8c4f07baed5d8825072c89799be'] = 'Estado'; +$_LANGADM['AdminSupplyOrdersef61fb324d729c341ea8ab9901e23566'] = 'Añadir nuevo'; +$_LANGADM['AdminSupplyOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['AdminSupplyOrdersf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Empleado'; +$_LANGADM['AdminSupplyOrdersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC:'; +$_LANGADM['AdminTabs00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminTabs24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; +$_LANGADM['AdminTabs37242ae69082dfc3ec9d365a18a9606e'] = 'Icono:'; +$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; $_LANGADM['AdminTabs49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icono'; -$_LANGADM['AdminTabs30269022e9d8f51beaabb52e5d0de2b7'] = 'Padre'; -$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Módulo'; -$_LANGADM['AdminTabs3160eb21973806e4291c3979d4aa242e'] = 'Posiciones'; -$_LANGADM['AdminTabsa0db49ba470c1c9ae2128c3470339153'] = 'Nivel'; -$_LANGADM['AdminTabsa02c83a7dbd96295beaefb72c2bee2de'] = 'Principal'; -$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Pestañas'; $_LANGADM['AdminTabs4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminTabs52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posición'; +$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Módulo:'; $_LANGADM['AdminTabs6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; $_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Clase:'; -$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Módulo:'; +$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Pestañas'; +$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icono'; +$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Inicio'; $_LANGADM['AdminTabs980bb228a128556fe3df923d2ede30b4'] = 'cargar el logo desde su ordenador'; +$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Módulo'; $_LANGADM['AdminTabse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; -$_LANGADM['AdminTabs6adf97f83acf6453d4a6a4b1070f3754'] = 'Ninguno'; -$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminTabs19f823c6453c2b1ffd09cb715214813d'] = 'Campos obligatorios'; -$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Productos'; +$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Idioma:'; +$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Eliminar'; +$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Salvar'; $_LANGADM['AdminTags4994a8ffeba4ac3140beb89e8d41f174'] = 'Idioma'; $_LANGADM['AdminTags49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Productos'; +$_LANGADM['AdminTags4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminTagsc101058e7ea21bbbf2a5ac893088e90b'] = 'Tag'; -$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Eliminar'; +$_LANGADM['AdminTagse25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; $_LANGADM['AdminTagsec211f7c20af43e742bf2570c3cb84f9'] = 'Agregar'; -$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Salvar'; -$_LANGADM['AdminTags19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminTaxRulesGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminTaxRulesGroupb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todos'; -$_LANGADM['AdminTaxRulesGroup8d4ae51b8b5831db49a6dcde1b83e175'] = 'Reglas'; -$_LANGADM['AdminTaxRulesGroup6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos'; +$_LANGADM['AdminTaxRules00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminTaxRules06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; +$_LANGADM['AdminTaxRules08a38277b0309070706f6652eeae9a53'] = 'Abajo'; +$_LANGADM['AdminTaxRules258f49887ef8d14ac268c92b02503aaa'] = 'Arriba'; $_LANGADM['AdminTaxRulesGroup0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado'; -$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminTaxRulesGroup9ea67be453eaccf020697b4654fc021a'] = 'Guardar y quedarse'; +$_LANGADM['AdminTaxRulesGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminTaxRulesGroup18325105de95083e4a1d10b78f29c2bc'] = 'Estado'; +$_LANGADM['AdminTaxRulesGroup46a2a41cc6e552044816a2d04634545d'] = 'Estado'; +$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminTaxRulesGroup4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Impuesto'; +$_LANGADM['AdminTaxRulesGroup4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminTaxRulesGroup59716c97497eb9694541f7c3d37b1a4d'] = 'País'; +$_LANGADM['AdminTaxRulesGroup6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos'; $_LANGADM['AdminTaxRulesGroup7475ec0d41372a307c497acb7eeea8c4'] = 'Ningún impuesto'; -$_LANGADM['AdminTaxRulesGroup38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Conversión'; -$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Si se desactiva la ecotasa, el impuesto ecológico para todos los productos se establece en 0'; -$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Opciones de impuestos'; -$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Activar impuestos'; -$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Seleccione si incluye o no los impuestos en las compras'; -$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Mostrar los impuestos en el carrito:'; -$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Activar o desactivar mostrar impuestos en una línea diferente del carrito'; -$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basado en:'; -$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Dirección de facturación'; -$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Dirección de entrega'; -$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Utilice ecotasa'; -$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Ecotasa:'; -$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'Tasa a aplicar sobre la ecotasa: (ej: ecotasa francesa: 19,6%)'; -$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Impuestos'; -$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; -$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; -$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Nombre del impuesto para mostrar en carrito o factura (ej: IVA)'; -$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = 'Conversión:'; -$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Formato: XX.XX o XX.XXX (e.j., 19.60 or 13.925)'; -$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; -$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminTaxes19f823c6453c2b1ffd09cb715214813d'] = 'Campos obligatorios'; -$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; +$_LANGADM['AdminTaxRulesGroup8d4ae51b8b5831db49a6dcde1b83e175'] = 'Reglas'; +$_LANGADM['AdminTaxRulesGroup9ea67be453eaccf020697b4654fc021a'] = 'Guardar y quedarse'; +$_LANGADM['AdminTaxRulesGroupb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todos'; +$_LANGADM['AdminTaxRulesGroupb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción '; +$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminTaxRulesGroupd0042a700e9bdf79689d63ee6846dc0e'] = 'Descripción'; +$_LANGADM['AdminTaxRulesGroupe25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminTaxRulesGroupf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; +$_LANGADM['AdminTaxRulesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Todos'; +$_LANGADM['AdminTaxRulesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; $_LANGADM['AdminTaxes0071aa279bd1583754a544277740f047'] = 'Suprimir el impuesto n°'; -$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Este impuesto se utiliza en una regla de impuestos, ¿Desea continuar?'; +$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Activado:'; +$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Opciones de impuestos'; +$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Formato: XX.XX o XX.XXX (e.j., 19.60 or 13.925)'; +$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Dirección de entrega'; +$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Ecotasa:'; +$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Activar impuestos'; +$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Si se desactiva la ecotasa, el impuesto ecológico para todos los productos se establece en 0'; +$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; $_LANGADM['AdminTaxes6b1f6081d484b3728b5d3637ea44f14c'] = 'Este impuesto se utiliza en una regla de impuestos, si continúa se retirará de dicha regla. ¿Desea continuar?'; -$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Apariencia'; -$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo de encabezamiento:'; -$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Aparecerá en la página de inicio de su tienda'; -$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo de los emails:'; -$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Aparecerá en el encabezamiento de los emails, si no se define se utilizará el logo del encabezamiento'; -$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo de las facturas:'; -$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Aparecerá en el encabezamiento de las facturas, si no se define se utilizará el logo del encabezamiento'; +$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basado en:'; +$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Impuestos'; +$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Seleccione si incluye o no los impuestos en las compras'; +$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Dirección de facturación'; +$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Este impuesto se utiliza en una regla de impuestos, ¿Desea continuar?'; +$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Utilice ecotasa'; +$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'Tasa a aplicar sobre la ecotasa: (ej: ecotasa francesa: 19,6%)'; +$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = 'Conversión:'; +$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Mostrar los impuestos en el carrito:'; +$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Conversión'; +$_LANGADM['AdminTaxese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Activar o desactivar mostrar impuestos en una línea diferente del carrito'; +$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Suprimir'; +$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Nombre del impuesto para mostrar en carrito o factura (ej: IVA)'; $_LANGADM['AdminThemes166e58184f5f3e344a4f1741a4716c05'] = 'Favicon:'; -$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Aparecerá al lado de la dirección en su navegador Internet'; +$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo de los emails:'; +$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo de encabezamiento:'; +$_LANGADM['AdminThemes38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; $_LANGADM['AdminThemes413dc5af3ee0d6d59cd83c80e91e07a7'] = 'Icono de tiendas'; +$_LANGADM['AdminThemes49ee3087348e8d44e1feda1917443987'] = 'Nombre'; $_LANGADM['AdminThemes5bcdec816ad8c7bb1e7ef04f7ae9350d'] = 'Aparecerá en el localizador de tiendas (en Google Maps)'; $_LANGADM['AdminThemes60e53443dbca990bf3f314b2fa38e839'] = 'Tamaño sugerido: 30x30, GIF transparente'; +$_LANGADM['AdminThemes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Aparecerá en el encabezamiento de los emails, si no se define se utilizará el logo del encabezamiento'; +$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Aparecerá en el encabezamiento de las facturas, si no se define se utilizará el logo del encabezamiento'; +$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Aparecerá en la página de inicio de su tienda'; $_LANGADM['AdminThemes93af5f35c247e0e814bd676249f60b62'] = 'Tubería de navegación'; -$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Utilizado para el camino de navegación en las categorías y los productos'; +$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Aparecerá al lado de la dirección en su navegador Internet'; +$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Apariencia'; +$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo de las facturas:'; +$_LANGADM['AdminThemesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminThemesbbb572a770006c9e0e57c9e5d4bcda90'] = '¡En directo de PrestaShop Addons!'; -$_LANGADM['AdminThemes0ac3a6bb56ca9b829859b5c12040e3a0'] = '¡Nuevos temas en PrestaShop Addons!'; -$_LANGADM['AdminTools442824e37ecd2fe5b938869e10e85d79'] = 'Herramientas en tienda'; -$_LANGADM['AdminToolsfd35692a2d43d6ee7b7417e7e4fe40d4'] = 'Existen varias herramintas disponibles para administrar su tienda'; -$_LANGADM['AdminToolsbae42c77a464b87efd72350dfa7c3a93'] = 'Por favor, elija una herramienta selecionándola entre las diferentes opciones disponibles.'; -$_LANGADM['AdminTrackinge53d0648d344037610407a88c1389ca1'] = 'Búsqueda en catálogo'; -$_LANGADM['AdminTracking428a70e43c5371126c0fb675e98c61d5'] = 'Lista de las categorías vacías:'; +$_LANGADM['AdminThemesc9cc8cce247e49bae79f15173ce97354'] = 'Guardar'; +$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Utilizado para el camino de navegación en las categorías y los productos'; $_LANGADM['AdminTracking1679821fd0e65d65924aa77e56068814'] = 'Lista de productos desactivados:'; -$_LANGADM['AdminTracking55406e92cd01b80132defa33f7957f45'] = 'Lista de los productos no disponibles sin atributos:'; -$_LANGADM['AdminTrackingd99d6bbc5dce58840c997fed8e739881'] = 'Lista de los productos no disponibles con atributos:'; -$_LANGADM['AdminTracking6cfe61694ee1bb13ae719d47c2f80b7a'] = 'encontrado'; -$_LANGADM['AdminTrackingb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTrackingc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Fabricante'; -$_LANGADM['AdminTracking63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminTracking428a70e43c5371126c0fb675e98c61d5'] = 'Lista de las categorías vacías:'; $_LANGADM['AdminTracking49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminTracking3601146c4e948c32b6424d2c0a7f0118'] = 'Precio'; -$_LANGADM['AdminTracking4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Impuesto'; -$_LANGADM['AdminTracking27ce7f8b5623b2e2df568d64cf051607'] = 'Stock'; -$_LANGADM['AdminTracking8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminTracking63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminTrackingb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descripción '; +$_LANGADM['AdminTrackingb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'Estado'; -$_LANGADM['AdminTracking06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminTrackingeadcead196002163653bd0e9be7b6d5e'] = 'Modificar este producto'; -$_LANGADM['AdminTrackingdcc4db89d62ec3e757428a5811553c0b'] = '¿Desea eliminar?'; -$_LANGADM['AdminTracking0449f210068787074ce58175b1a2f5cf'] = 'Eliminar este producto'; -$_LANGADM['AdminTranslations91aaf01cad2d0dc0382edb323ed6e51a'] = 'No se puede crear la carpeta'; -$_LANGADM['AdminTranslations1a80fb0a74eed828b2693f30e830a237'] = 'Revisar los permisos de escritura del directorio'; -$_LANGADM['AdminTranslationsd797353e4c5b71edce10d34557198b81'] = 'usted debe seleccionar 2 idiomas para copiar los datos a partir de uno hacia el otro '; -$_LANGADM['AdminTranslationsf31ffb564b1c234d509f4b20fbb2d068'] = 'usted debe seleccionar 2 temas para copiar datos a partir del uno hacia el otro '; -$_LANGADM['AdminTranslationsb0f0554e563b8ffcabe170739d126bb1'] = 'Se ha producido un error durante la copia'; -$_LANGADM['AdminTranslationsa90e087a3690a15b0c7e0f5b832b5ee8'] = 'Nada que copiar (mismo idioma y tema)'; -$_LANGADM['AdminTranslations4db37ab93548f8b7e47faebe8a5c397a'] = 'una parte de los datos ha sido copiada, pero algunos archivos no se pudieron encontrar o copiar'; -$_LANGADM['AdminTranslationsbbed16dd7d31f28047ab8237cb424888'] = 'No se puede escribir el idioma en el tema'; -$_LANGADM['AdminTranslationsd981715c425b3efa67098bdbb3871866'] = 'Por favor, revise los permisos de escritura.'; -$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Traducciones de Front Office'; -$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traducciones de Panel de administrador'; -$_LANGADM['AdminTranslations0c51ba6f28d50bdad074f18dbebe275d'] = 'Traducciones de mensajes de error'; -$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Traducciones de los nombres de los campos'; -$_LANGADM['AdminTranslations1db04255ad87f7fe6d5bc91c74982612'] = 'Traducciones de los módulos'; -$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'traducciones de los PDF'; -$_LANGADM['AdminTranslations693fe609a9e3f79343ab35da56fb5eed'] = 'E-mail de plantillas de correos electrónicos'; -$_LANGADM['AdminTranslations2303c057afcbe798a5d9811d36e88050'] = 'Modificar traducciones'; -$_LANGADM['AdminTranslations623b1500ccce270f2c5b7ac787ddf05a'] = 'Puede modificar las traducciones de cada una de las porciones de texto de PrestaShop.'; -$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Primero, seleccione una sección (como panel de administrador o módulos), después haga clic en la bandera que representa el idioma que quiere corregir. '; -$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Importar / Exportar traducciones'; -$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Añadir / Actualizar un idioma'; -$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'Puede añadir o actualizar un idioma directamente a partir de prestashop.com'; -$_LANGADM['AdminTranslations1179204cea308156c142ca4f2e03f5ac'] = 'Si decide actualizar un paquete de idioma existente, todas los madificaciones de traducción que ha aportado al tema \"Prestashop\" se perderán para dicho idioma. Esto incluye las traducciones del front-office y de los correos por defecto.'; -$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Idioma que desea añadir o actualizar:'; -$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Añadir un idioma'; -$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Actualización de un idioma'; -$_LANGADM['AdminTranslations65ca1bc61335cf91a2d347a91629ba60'] = 'Añadir o actualizar el idioma'; -$_LANGADM['AdminTranslationse1d8f264ad68caa3ced0b12042f3e62e'] = 'No se puede conectar a prestashop.com para obtener la lista de idiomas.'; -$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Importar un idioma manualmente'; -$_LANGADM['AdminTranslations838d2daba220546d9a27ad1fca0a05c7'] = 'Si el nombre del paquete de idioma se encuentra en formato isocode.gzip (exemple: fr.gzip) y el idioma correspondiente no existe, este se creará automáticamente.'; -$_LANGADM['AdminTranslations8d9c80f27ea00759d8469a7aca29ee1b'] = 'Atención, pues sustituirá todos los datos existentes para el idioma de destino '; -$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Paquete de idioma para importar:'; -$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Importar'; -$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Exportar un idioma'; -$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Exporte los datos de un idioma a un fichero (pack de idioma).'; -$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Elija el tema desde el que quiere exportar sus traducciones'; $_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Exportar'; -$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Copiar'; -$_LANGADM['AdminTranslationsd4e007a94451a69f593c3ce0e06e08f2'] = 'Copiar los datos de un idioma a otro.'; -$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'Si es necesario'; -$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'primero cree un nuevo idioma'; -$_LANGADM['AdminTranslations1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; -$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'Hacia:'; $_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Copiar'; -$_LANGADM['AdminTranslations0ce7ca290969bc360efbabe90ff19741'] = 'Archivos de Idiomas (como se indica en Herramientas>> Idiomas>> Edición) debe completarse para permitir la copia de las traducciones'; -$_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Ampliar todos los campos'; -$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Ocultar todos los campos'; -$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Actualizar traducciones'; -$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Guardar y quedarse'; -$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Traducir con Google (experimental)'; -$_LANGADM['AdminTranslations24995bf641e65d70246d77d013e1dbeb'] = 'Este idioma no esta disponible en google traducciones API'; -$_LANGADM['AdminTranslationsf93c49bc4a04bbcbcb950a0740117d10'] = 'El traductor de Google sugiere:'; -$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Atención, su hosting utiliza el patch de seguridad suhosin para PHP que limita el número máximo de campos en el formulario'; -$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'para suhosin.post.max_vars.'; -$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'para suhosin.request.max_vars.'; -$_LANGADM['AdminTranslations7454cc60021492205337c5cbce85df1e'] = 'Por favor, pida a su hosting que aumente los datos post autorizadas por suhosin a'; -$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'al menos'; -$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'o editar el archivo de traducción de forma manual.'; -$_LANGADM['AdminTranslationsa98d4e0c14db7364bbf15e4d94c878ac'] = 'Cadena vacía encontrada, por favor, edite:'; -$_LANGADM['AdminTranslations4994a8ffeba4ac3140beb89e8d41f174'] = 'Idioma'; -$_LANGADM['AdminTranslations88c0a9c6846ba06702a67bdedc3e9ebb'] = 'traducciones del Front-office'; -$_LANGADM['AdminTranslations0955c19e597bf6f609b988101a8e2609'] = 'Total de expresiones'; -$_LANGADM['AdminTranslations77973a0d451b1be332899e779fb901ad'] = 'Pulse en el campo para ver u ocultar su valor'; -$_LANGADM['AdminTranslations1476dfb963d54c697399a79fafa90151'] = 'expresiones'; -$_LANGADM['AdminTranslationsb8a151bda39f7678a40330412f9beea9'] = 'Traducciones del back-Office'; -$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Expresiones para traducir'; -$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Pulse en los títulos para ver los valores'; -$_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Traducción de los errores'; -$_LANGADM['AdminTranslations512cbac83650942b970818e75ddad528'] = 'Mensajes de errores para traducir'; -$_LANGADM['AdminTranslations4a4ec3855ac2f9f99d29088b6cc914a1'] = 'Campos para traducir'; -$_LANGADM['AdminTranslationsd05b6ed7d2345020440df396d6da7f73'] = 'campos'; -$_LANGADM['AdminTranslations7f34f2676cea244eff88e272f03a6e03'] = 'Falta % de traducción en la plantilla para % '; -$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Tema para %:'; -$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'No Sujeto se encontró por %s, o sujeto se genera en la base de datos.'; $_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'Hay un problema para obtener los archivos Mail.'; -$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Por favor, asegúrese de que existen archivos en Inglés en la carpeta% s '; -$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = 'Tag \"título\"'; -$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'emails del núcleo:'; +$_LANGADM['AdminTranslations0c51ba6f28d50bdad074f18dbebe275d'] = 'Traducciones de mensajes de error'; +$_LANGADM['AdminTranslations0ce7ca290969bc360efbabe90ff19741'] = 'Archivos de Idiomas (como se indica en Herramientas>> Idiomas>> Edición) debe completarse para permitir la copia de las traducciones'; +$_LANGADM['AdminTranslations1179204cea308156c142ca4f2e03f5ac'] = 'Si decide actualizar un paquete de idioma existente, todas los madificaciones de traducción que ha aportado al tema \"Prestashop\" se perderán para dicho idioma. Esto incluye las traducciones del front-office y de los correos por defecto.'; +$_LANGADM['AdminTranslations1476dfb963d54c697399a79fafa90151'] = 'expresiones'; +$_LANGADM['AdminTranslations1a80fb0a74eed828b2693f30e830a237'] = 'Revisar los permisos de escritura del directorio'; +$_LANGADM['AdminTranslations1e6d57e813355689e9c77e947d73ad8f'] = 'Desde:'; $_LANGADM['AdminTranslations217ee9d15130fbaa142f0cf7fd4d8643'] = 'emails del núcleo'; -$_LANGADM['AdminTranslationse60137f6e7d94e9c4e5dceb4e9d0c552'] = 'emails de los módulos:'; -$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'emails para el módulo %s'; +$_LANGADM['AdminTranslations2303c057afcbe798a5d9811d36e88050'] = 'Modificar traducciones'; +$_LANGADM['AdminTranslations24995bf641e65d70246d77d013e1dbeb'] = 'Este idioma no esta disponible en google traducciones API'; $_LANGADM['AdminTranslations25b5edb5545ada0f1b14e96fa8cd8743'] = 'emails de los temas:'; -$_LANGADM['AdminTranslations46e89640babbc6a0e52599a92a6c13b4'] = 'emails'; -$_LANGADM['AdminTranslations5ded3a65f6bb72028722f9d904ffb3cc'] = 'emails de los módulos en el tema:'; +$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Traducciones de los nombres de los campos'; +$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Importar / Exportar traducciones'; $_LANGADM['AdminTranslations338ff312cb917883ec15e66638f5e05f'] = 'Traducción del tema del email no encontrado en'; -$_LANGADM['AdminTranslationsc85106cf29f5fa8c8b8e73dc916e37cd'] = 'No se puede escribir el archivo de idioma para los temas de emails, la ruta de acceso es:'; -$_LANGADM['AdminTranslations8a09d048735283dbc609ba0f9f705ed1'] = 'Traducción de los módulos'; +$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'Hacia:'; +$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Añadir un idioma'; +$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'o editar el archivo de traducción de forma manual.'; +$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Actualizar traducciones'; +$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Pulse en los títulos para ver los valores'; +$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Primero, seleccione una sección (como panel de administrador o módulos), después haga clic en la bandera que representa el idioma que quiere corregir. '; +$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Expresiones para traducir'; +$_LANGADM['AdminTranslations46e89640babbc6a0e52599a92a6c13b4'] = 'emails'; +$_LANGADM['AdminTranslations4994a8ffeba4ac3140beb89e8d41f174'] = 'Idioma'; +$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'primero cree un nuevo idioma'; +$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Idioma que desea añadir o actualizar:'; +$_LANGADM['AdminTranslations4db37ab93548f8b7e47faebe8a5c397a'] = 'una parte de los datos ha sido copiada, pero algunos archivos no se pudieron encontrar o copiar'; +$_LANGADM['AdminTranslations512cbac83650942b970818e75ddad528'] = 'Mensajes de errores para traducir'; +$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Atención, su hosting utiliza el patch de seguridad suhosin para PHP que limita el número máximo de campos en el formulario'; $_LANGADM['AdminTranslations52d83d7ed502b33d300a8c0af2c5b455'] = 'Lista de los temas - Pulse para acceder a las traducciones del tema.'; -$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'defecto'; -$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema'; +$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Elija el tema desde el que quiere exportar sus traducciones'; $_LANGADM['AdminTranslations53b3cae42737979c884275593a01f468'] = 'Módulo:'; -$_LANGADM['AdminUpgrade875b8a59022d232837491c0fdfacb4ab'] = 'No guardar las imágenes'; -$_LANGADM['AdminUpgradea8d6c6734da0083021561b23f2fa88cc'] = 'Puede excluir la carpeta de las imágenes de la copia de seguridad si usted ya lo ha guardado por otro método (no recomendado)'; -$_LANGADM['AdminUpgradeaf98608eaedd4ba7ffd47a0204e84b23'] = 'Mantener el tema \"prestashop\"'; -$_LANGADM['AdminUpgrade4ea56ca1a757e426911ff20889c0e93c'] = 'Si ha personalizado el tema PrestaShop por defecto, puede protegerse de una actualización (no recomendado)'; -$_LANGADM['AdminUpgrade8413c63a6ef3717a974094785fd0b588'] = 'Mantener las traducciones'; -$_LANGADM['AdminUpgrade51bbcf7afb0f8d35501d0a7b28979b06'] = 'Si establece \"sí\", mantendrá todas sus traducciones'; -$_LANGADM['AdminUpgrade8c8194a465f0163a6724907755ac1b82'] = 'El modo manual'; -$_LANGADM['AdminUpgradedd9dbd4916653d683244119a067ca467'] = 'Seleccione esta opción si desea que se detenga después de cada paso'; -$_LANGADM['AdminUpgradee7b6d601ff4e9069e726927e211274ea'] = 'El uso de Subversion'; -$_LANGADM['AdminUpgradea15b09729294cf7fea1096f970a0fed4'] = 'Seleccione esta opción si desea utilizar una versión inestable en lugar de lanzamiento oficial'; -$_LANGADM['AdminUpgrade36be1130454bc8c4e0a41d36fa062a8b'] = 'no puede crear el directorio %s'; -$_LANGADM['AdminUpgradee21a52b9631b01c3f1821795b8de451c'] = 'Proceso de actualización realizado. ¡Felicitaciones! Ahora puede reactivar su tienda.'; -$_LANGADM['AdminUpgrade7b2f224649ef2ad10a2d73595d67a876'] = 'Empezando la actualización ...'; -$_LANGADM['AdminUpgrade6824d57b7af37f605bd97d34defc3761'] = 'Svn export terminada. Eliminación de archivos de ejemplo ...'; -$_LANGADM['AdminUpgradef70307d8297e48a8783d41e6f3313d51'] = 'error al exportar svn'; -$_LANGADM['AdminUpgrade4eecd9c195e46c054ef7da6d9d1a738b'] = 'Extracción terminada. Eliminación de archivos de ejemplo ...'; -$_LANGADM['AdminUpgrade0929f38eaac3ca38801f08b7269574e0'] = 'imposible extraer %1$s en %2$s ...'; -$_LANGADM['AdminUpgrade6b2d0404b7faba0e791e15a52586a149'] = 'cambiar a svn checkout (use Svn establece en true)'; -$_LANGADM['AdminUpgradef0e38ac0c558a7f216ae98382b9e58f5'] = 'Tienda desactivada. Descarga en curso (esto puede tomar algún tiempo) ...'; -$_LANGADM['AdminUpgrade4f7c02592a962e40a920f32f3a24f2df'] = 'filesToUpgrade no es una matriz'; -$_LANGADM['AdminUpgrade3f10faa8b44a7175ae8fc5dcb8dec5de'] = 'Todos los archivos actualizados. Actualización de bases de datos en curso.'; -$_LANGADM['AdminUpgrade1ad932e3b85eb2907a817cd3e3e6907e'] = 'error al intentar actualizar %s'; -$_LANGADM['AdminUpgrade078a325fbcc1dbd50bd9f969ce954965'] = '%2$s archivos que quedan por actualizar..'; -$_LANGADM['AdminUpgrade62740df131433ec9d45bf1810eefb19b'] = 'error durante la actualización Db'; -$_LANGADM['AdminUpgrade9a2f2cf276ea9f79b31a815897c0e3e6'] = '%s ignorada'; -$_LANGADM['AdminUpgrade63ded4905ba41ac4bf00373df2739576'] = 'creación de dir %2$s. Quedan aún %3$s archivos por actualizar..'; -$_LANGADM['AdminUpgrade11978affb3b0dbb16c50d571fd05de6d'] = 'error al crear directorio %s'; -$_LANGADM['AdminUpgrade1b854285afc1988b6f83414fde5943ab'] = '%1$s copiado en %2$s. Quedan aún %3$s archivos por actualizar.'; -$_LANGADM['AdminUpgrade0e06ce0972ad338e1d96e8589dc21b9c'] = 'error de copi %1$s en %2$s'; -$_LANGADM['AdminUpgrade0511620a3a1d6036d3fbe47b131d7c4b'] = 'Archivos restaurados, restauración de la base de datos en curso.'; -$_LANGADM['AdminUpgrade791403f158965a3e19f8627c7b744126'] = 'Base de datos restaurada'; -$_LANGADM['AdminUpgrade5f7f50973696d0a42c1efcc07f7820a0'] = 'Su sitio web ya está restaurado...'; -$_LANGADM['AdminUpgrade28517b8a291c50d80aa53a078407065b'] = 'directorio raíz limpio'; -$_LANGADM['AdminUpgradebb71892737d721949538d6e1c4d3d22d'] = 'Archivos restaurados. No se ha encontrado ninguna copia de seguridad de base de datos.. Restauración terminada.'; -$_LANGADM['AdminUpgradecb7dce5f6a1934d54c0d3335c7ffe841'] = 'Archivos restaurados.'; -$_LANGADM['AdminUpgrade8efc36d230f76fbfd9e4d758964e9414'] = 'imposible extraer $1$s en %2$s .'; -$_LANGADM['AdminUpgraded7624db09c15d46cd37d7709ae05e44b'] = 'no se conoce copia de seguridad. nada que restaurar.'; -$_LANGADM['AdminUpgrade09a362e2dd3800f8fbc55d3446513f65'] = 'No hay nada que restaurar (ninguna solicitud encontrada)'; -$_LANGADM['AdminUpgrade66c4cbfb21f294b233692b67356db647'] = 'Copia de seguridad de base de datos realizada en %s. Actualización de los archivos en curso.'; -$_LANGADM['AdminUpgrade48f95ff09327408a578e91655ed872a1'] = 'Archivos de %s para copia de seguridad.'; -$_LANGADM['AdminUpgrade70960f2aa87d307170d3a1bc3e06d904'] = 'los archivos de copia de seguridad se inician en %s'; -$_LANGADM['AdminUpgrade8cf728d701c50a59ef78b7c55fc27cd4'] = 'Los archivos de copia de seguridad en curso. Archivos %s izquierda'; -$_LANGADM['AdminUpgrade15b353ca964fe816547e67e1508ff85d'] = 'Todos los archivos guardados. Base de datos de seguridad en curso.'; -$_LANGADM['AdminUpgradea25c4f085558c5f6e519e56257af531f'] = 'todos los ficheros se han agregado al archivo.'; -$_LANGADM['AdminUpgrade91f805cf850500bda66426aea042602f'] = '%1$s s añadió al archivo. %2$s izquierda.'; -$_LANGADM['AdminUpgradef79479c0de75d568def0afdc1e5de04e'] = 'error al intentar agregar %1$s en %2$s. el archivo'; -$_LANGADM['AdminUpgradeb9a2db69065827812dd4b7a7f9ffc0b1'] = 'no se puede abrir archivo'; -$_LANGADM['AdminUpgrade2589a25910cd3d7fab7e45361c4cb39d'] = '%1$s eliminado. %2$s elementos de la izquierda'; -$_LANGADM['AdminUpgraded82eef1ba081c54686767c555670c0fe'] = 'error al eliminar %1$s, %2$s elementos de la izquierda'; -$_LANGADM['AdminUpgrade344c592d141604c614c219fad3fa0dae'] = 'A partir de eliminar %1$s archivos de ejemplo'; -$_LANGADM['AdminUpgrade0baf8c94d1d03d1621c17cd6eabf7b9f'] = 'Todos los archivos de muestra extraídos. Archivos de copia de seguridad en curso.'; -$_LANGADM['AdminUpgrade84e31682487d5a0937f9184ebcf594ba'] = 'copia de trabajo ya %s hasta a la fecha. ahora exportar a más dir'; -$_LANGADM['AdminUpgrade762ab46f0b1e4eae1526ca7d637926f3'] = 'Actualización de SVN hecho por s de trabajo copy %s. ahora exportar a más ...'; -$_LANGADM['AdminUpgradedcefd261c0dea53fdb159b218503009e'] = 'SVN Checkout hecho de %s. ahora exportar a más ...'; -$_LANGADM['AdminUpgrade8f4c8c87daa3bc0311cfb61b7d36e27b'] = 'SVN Checkout error ...'; -$_LANGADM['AdminUpgrade0e81132066d433d212e237678e1193a3'] = 'no se permite usar svn'; -$_LANGADM['AdminUpgradeb0d51f91a1118b7c39ee1835cc6c926a'] = 'Descarga completa. En curso la extracción'; -$_LANGADM['AdminUpgrade0c0db54fe8212c1a7215005fef75d7dd'] = 'Error durante la descarga'; -$_LANGADM['AdminUpgrade93120c07d8c5cee44042627cd493e0e0'] = 'necesita allow_url_fopen para descarga automática. También puede cargar manualmente en %s'; -$_LANGADM['AdminUpgrade3bb38e7d0bfd5a02f7c06cae446fee86'] = 'acción %s omitido'; -$_LANGADM['AdminUpgradeb4302e98d94591ee9afa09e769b2ee63'] = 'acción \"%1$s\" no encontrado'; -$_LANGADM['AdminUpgrade19f823c6453c2b1ffd09cb715214813d'] = 'Campo obligatorio'; -$_LANGADM['AdminUpgrade760c4026bc5a0bd5378e6efc3f1370b4'] = '¡Demasiado largo!'; -$_LANGADM['AdminUpgrade4f2e28904946a09d8c7f36dd3ee72457'] = '¡Los campos son diferentes!'; -$_LANGADM['AdminUpgrade43b01d1a6c5065545c65f42003b0ab5c'] = '¡Esta dirección de correo electrónico es incorrecta!'; -$_LANGADM['AdminUpgrade2e170dfd78c2171a25605ececc0950a4'] = '¡Imposible enviar el correo electrónico!'; -$_LANGADM['AdminUpgrade6deee80e4bdb8894331994116818558e'] = 'No se puede crear el archivo de configuración, si / config / settings.inc.php existe, por favor, dar los permisos de escritura pública de este archivo, de lo contrario por favor, cree un archivo llamado settings.inc.php en el directorio config.'; -$_LANGADM['AdminUpgradeaa946cb00b1c23ff6553b6f9e05da151'] = 'No se puede escribir archivo de configuración, por favor, cree un archivo llamado settings.inc.php en el directorio config.'; -$_LANGADM['AdminUpgradee930e2474c664a3a7e89ecfb8793694b'] = '¡Imposible cargar el archivo!'; -$_LANGADM['AdminUpgrade774fc7a0f56391abc5d8856f2436ca07'] = 'Integridad de los datos no es valida. Intento de hack?'; -$_LANGADM['AdminUpgrade8fd007bf08e0717537825a3e91cb4fcc'] = 'Imposible leer el contenido de un archivo de contenido MySQL.'; -$_LANGADM['AdminUpgradec71e825f6873f64b91efc26313614eab'] = 'Imposible el acceso al contenido de un archivo de MySQL.'; -$_LANGADM['AdminUpgrade3d5c8f1d29b1a1dc4ea0673122e0d277'] = 'Error al insertar datos en la base de datos:'; -$_LANGADM['AdminUpgrade17e1581d01152347bfaacd153b961379'] = 'La contraseña es incorrecta (cadena alfanumérica de 8 caracteres como mínimo).'; -$_LANGADM['AdminUpgrade9b9f3b2f8a4dffcad9188c8fc4b468c8'] = 'Una base de datos Prestashop ya existe, por favor, deje caerlo o cambiar el prefijo.'; -$_LANGADM['AdminUpgradebc5e1163a15106f9e941a7603124709d'] = 'Esto no es un nombre de archivo válido.'; -$_LANGADM['AdminUpgradea9d82945b8603f0c8807958d7db9a24d'] = 'Esto no es un archivo de imagen válido.'; -$_LANGADM['AdminUpgradeb37eef07b764ea58eec9afe624e20a40'] = 'Error al crear el archivo / config / settings.inc.php.'; -$_LANGADM['AdminUpgrade3d9f514d46849760ef1b1412e314fd99'] = 'Error:'; -$_LANGADM['AdminUpgrade504053ab4c6d648edf11624f1bea4bb4'] = 'Esta base de datos PrestaShop ya existe. Por favor, vuelva a validar su información de autenticación para la base de datos.'; -$_LANGADM['AdminUpgraded7a99f61bb284d096ea4f221784af85a'] = 'Se ha producido un error al cambiar el tamaño de la imagen.'; -$_LANGADM['AdminUpgrade428c933bafbf262d693fbf1c22c03e5d'] = '¡Conexión a la base de datos disponible!'; -$_LANGADM['AdminUpgrade76bd190129b7aefb90fdf42f09ec3ec7'] = 'El servidor de base de datos está disponible, pero la base de datos no se encuentra'; -$_LANGADM['AdminUpgrade045f4b5c3f990e5a26e2837495d68259'] = 'El servidor de base de datos no se encuentra. Por favor, compruebe los campos de login, contraseña y servidor.'; -$_LANGADM['AdminUpgrade757fc72e8d69106dd2cf9da22cc7adb1'] = 'Se ha producido un error al enviar el correo, por favor verifique sus parámetros.'; -$_LANGADM['AdminUpgraded18ad19290b3bfc3cd0d7badbb6cb6a3'] = 'Imposible escribir la imagen / img / logo.jpg. Si esta imagen ya existe, bórrela.'; -$_LANGADM['AdminUpgrade2368e33e3e01d53abb9b60061ab83903'] = 'El archivo subido excede la directiva upload_max_filesize en php.ini'; -$_LANGADM['AdminUpgradea10ef376d9f4c877ac86d8e4350116bf'] = 'El archivo subido excede la directiva MAX_FILE_SIZE que se especificó en el formulario HTML'; -$_LANGADM['AdminUpgradef8fe8cba1625eaf8e5c253b041d57dbd'] = 'El archivo subido fue sólo parcialmente cargado'; -$_LANGADM['AdminUpgrade8c9067e52e4440d8a20e74fdc745b0c6'] = 'No existe el fichero que se ha subido.'; -$_LANGADM['AdminUpgrade2384d693d9af53b4727c092af7570a19'] = 'Falta una carpeta temporal'; -$_LANGADM['AdminUpgradef5985b2c059d5cc36968baab7585baba'] = 'No se pudo escribir el archivo en el disco'; -$_LANGADM['AdminUpgrade9e54dfe54e03b0010c1fe70bd65cd5e6'] = 'Carga de archivos se detuvo por la extensión'; -$_LANGADM['AdminUpgrade32af3a59b50e98d254d6c03c5b320a94'] = 'Imposible convertir los datos de su base de datos a utf-8.'; -$_LANGADM['AdminUpgrade989a45a4ca01ee222f4370172bf8850d'] = 'Nombre de tienda no válido'; -$_LANGADM['AdminUpgrade68499acecfba9d3bf0ca8711f300d3ed'] = 'Sunombre de pila contiene caracteres no válidos'; -$_LANGADM['AdminUpgrade2399cf4ca7b49f2706f6e147a32efa78'] = 'Su apellido contiene caracteres no válidos'; -$_LANGADM['AdminUpgrade7d72600fcff52fb3a2d2f73572117311'] = 'Su base de datos no es compatible con el juego de caracteres UTF-8.'; -$_LANGADM['AdminUpgrade5b9bbadcf96f15e7f112c13a9e5f076e'] = 'El servidor MySQL no es compatible con este motor, por favor utilice otro como MyISAM'; -$_LANGADM['AdminUpgrade24b481455c1b72b0c2539e7d516b9582'] = 'El archivo / img / logo.jpg no se puede escribir, por favor, CHMOD 755 el archivo o 777 CHMOD'; -$_LANGADM['AdminUpgrade5746b74663148afffd1350c97d4fcdfe'] = 'Modo de catálogo no válido'; -$_LANGADM['AdminUpgrade9e5459c4deb20b7842ac01e97390b334'] = 'No dispone de código de error'; -$_LANGADM['AdminUpgradedafe44b99256a7783bc37f4f949da373'] = 'Este instalador es demasiado antiguo.'; -$_LANGADM['AdminUpgrade37ce0f29c7377c827e7247fe5645a782'] = 'Usted ya tiene el % s de la versión.'; -$_LANGADM['AdminUpgrade89928a14f2090aec4fd7aff9ea983f95'] = 'No hay ninguna versión anterior. ¿Sabe borrar o renombrar el fichero de configuración / settings.inc.php?'; -$_LANGADM['AdminUpgrade5276a8cbd9e3e467396089b267564f51'] = 'El archivo de configuración / settings.inc.php no fue encontrado. ¿Sabe borrar o renombrar este archivo?'; -$_LANGADM['AdminUpgrade24784d9e80638781b74c017b33d8ca0c'] = 'No se puede encontrar los archivos de actualización de SQL. Por favor, verifique que la instalación / / sql / carpeta de actualización no está vacía)'; -$_LANGADM['AdminUpgrade580e4b216e324f675f0237cdb34b6c2d'] = 'No hay posibilidad de cambio.'; -$_LANGADM['AdminUpgradef15e7e7292b0c72894cf45a893e0d497'] = 'Error al cargar el archivo de actualizaciones de SQL.'; -$_LANGADM['AdminUpgradeb8286438fbb6c7df9129fadc5316c19f'] = 'Error al insertar el contenido en la base de datos'; -$_LANGADM['AdminUpgrade229ee8046cafc09ddaf46fb9db710e91'] = 'Por desgracia,'; -$_LANGADM['AdminUpgradee805a556799b7cef40e9760c81d99218'] = 'Se han producido errores de SQL.'; -$_LANGADM['AdminUpgrade5627353fd6ac678497af3ece05087068'] = 'El archivo de configuración / defines.inc.php no fue encontrado. ¿A dónde lo ha desplazado?'; -$_LANGADM['AdminUpgrade446c9e952debe114c86bbd9e5eea7d61'] = 'Rollback'; -$_LANGADM['AdminUpgrade4879913b16fa23f723f70a5067bda8d4'] = 'No dispone de rollback'; -$_LANGADM['AdminUpgradefff66e9b3d962fa319c8068b5c1997cd'] = 'rollback'; -$_LANGADM['AdminUpgradeebdabc2d40aa563aabbb3ee57915a7a9'] = 'Pulse para restaurar %s'; -$_LANGADM['AdminUpgradee9c57c7fbc335e66282a32617b01b9be'] = 'Su configuración actual'; -$_LANGADM['AdminUpgrade2fc4ab825ce2ce9476e8a1c2211ac9b8'] = 'El directorio raíz'; -$_LANGADM['AdminUpgrade8786f48d9cf9618cd2f5c37312ab7e50'] = 'Estado de la carpeta principal'; -$_LANGADM['AdminUpgraded16d80ca66261afba43f5736f6cec7e6'] = 'totalmente modificable'; -$_LANGADM['AdminUpgrade039552aa1d74b68f01a73821f3078158'] = 'no puede escribir de forma recursiva'; -$_LANGADM['AdminUpgrade31a962ffeb06a6cc6d58ef3ba5fae2b7'] = 'Autoactualización permitida'; -$_LANGADM['AdminUpgrade9c30a74657158984997cca4930d6075b'] = 'Este lanzamiento permitirá autoactualización.'; -$_LANGADM['AdminUpgradeaf566be1636d11ecc8ddb728a15520b8'] = 'Este comunicado no permite autoactualización'; -$_LANGADM['AdminUpgrade4d3d769b812b6faa6b76e1a8abaece2d'] = 'Activo'; -$_LANGADM['AdminUpgrade3cab03c00dbd11bc3569afa0748013f0'] = 'Inactivo'; -$_LANGADM['AdminUpgradeb2e1c91a22797b8d78f9c4adb01a8f17'] = 'Estado de la tienda '; -$_LANGADM['AdminUpgrade94af5df6182efd3591d0ccccaa04bd5c'] = 'PHP límite de tiempo'; -$_LANGADM['AdminUpgrade075ae3d2fc31640504f814f60e5ef713'] = 'inhabilitado'; -$_LANGADM['AdminUpgrade783e8e29e6a8c3e22baa58a19420eb4f'] = 'segundos'; -$_LANGADM['AdminUpgrade0855d08a7348a201e2fdc454c4ee42a0'] = 'puede escribir de forma recursiva'; -$_LANGADM['AdminUpgrade342299aeb786a06533ba00d9a04794dd'] = 'Modificar las opciones de'; -$_LANGADM['AdminUpgrade06933067aafd48425d67bcb01bba5cb6'] = 'Actualización'; -$_LANGADM['AdminUpgrade5d8b77b69c92370ec4e175a638019ca7'] = 'Su versión de prestashop actual: %s'; -$_LANGADM['AdminUpgrade80e3d093272bc011b6bc661e408c7423'] = 'Última versión es %1$s (%2$s) '; -$_LANGADM['AdminUpgradeb47ba7568788e46dbc7fe81e525db863'] = 'Última versión disponible es Prestashop:'; -$_LANGADM['AdminUpgradec97dcfb0df6daa46292a0def8a567822'] = 'Base de datos de copia de seguridad, copias de seguridad y actualizar en este momento y con un clic!'; -$_LANGADM['AdminUpgradea60ab62ed99ef0358b2efae592be0cdd'] = '¡Actualizar PrestaShop ahora!'; -$_LANGADM['AdminUpgrade943f41a7241dc56c3fbc488f015a4e6a'] = 'Su tienda ya está en marcha'; -$_LANGADM['AdminUpgrade48c7c41b72e1d678923ce3571aa65b2d'] = 'Paso'; -$_LANGADM['AdminUpgradeeeb5a49c38d2d8c2baa51ed09beccf88'] = 'Pasos de actualización'; -$_LANGADM['AdminUpgradec5d769685704e7ddcd70e74a6ebe50b7'] = 'Su configuración actual no permite la actualización.'; -$_LANGADM['AdminUpgradef275292b23fc43cfeb87647de9116cd5'] = 'Nuevo módulo de ampliación'; -$_LANGADM['AdminUpgradea441b27eb6217a5a2b35a81c6402d6c0'] = 'La pestaña AdminUpgrade presente en la versiones 1.4.4.0 y 1.4.4.1 ha sido eliminada y esas funciones ahora estan disponibles en un módulo.'; -$_LANGADM['AdminUpgrade6b28abf9b513f912c60cad33e7d9656f'] = 'Haga clic para eliminar esa pestaña y activar el módulo de actualización automático'; -$_LANGADM['AdminUpgrade35d388690a72b9c4dc5b77d200875e77'] = 'La pestaña UpgradeTab que existio anteriormente ha sido eliminada. Por favor, vaya a la nueva pestaña o instale el módulo primero.'; -$_LANGADM['AdminUpgrade7f786b903ea8045f5b5b7e3c5a4e0385'] = 'Esta función es experimental. Es muy recomendable hacer un backup de tus archivos y base de datos antes de iniciar el proceso de actualización.'; -$_LANGADM['AdminUpgrade3a3a651c9a67bca9ac902da789466b93'] = 'Actualización inestable'; -$_LANGADM['AdminUpgradea22eff458b4f4bce6d3232e367ff0138'] = 'Su configuración actual indica que desea actualizar el sistema desde la rama de desarrollo inestable, sin número de versión. Si la actualiza, no será capaz de seguir el proceso de lanzamiento oficial'; -$_LANGADM['AdminUpgradedae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opciones'; -$_LANGADM['AdminUpgradec747916b25dcb02e0e81ee84dbd966ea'] = 'Actualmente no es necesario utilizar esta característica.'; -$_LANGADM['AdminUpgrade6b3930a184368a458be6e4429f409877'] = 'actualización completa. Por favor, consulte su front-office (tratar de hacer un pedido, ver el tema)'; -$_LANGADM['AdminUpgrade91195bbbacc2147a736c849c46368ed8'] = '¿Quiere deshacer?'; -$_LANGADM['AdminUpgradea498f9476a893d51ee02b3601678d318'] = 'Pulse para restaurar la base de datos'; -$_LANGADM['AdminUpgradef34d5debb2bba76aa3e077937a07e373'] = 'Pulse para restaurar archivos'; -$_LANGADM['AdminUpgrade60283aa37e2063b2ada2f99216e1332a'] = 'Su servidor no puede descargar el archivo. Por favor, subelo por primera vez por ftp en la carpeta admin/autoupgrade'; -$_LANGADM['AdminUpgrade6ef7ebe46f6d16cdbf9e2169e3dd048e'] = 'Por favor, vaya manualmente al botón de retroceso'; -$_LANGADM['AdminWebservice897356954c2cd3d41b221e3f24f99bba'] = 'Clave'; +$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'al menos'; +$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Actualización de un idioma'; +$_LANGADM['AdminTranslations5ded3a65f6bb72028722f9d904ffb3cc'] = 'emails de los módulos en el tema:'; +$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Copiar'; +$_LANGADM['AdminTranslations623b1500ccce270f2c5b7ac787ddf05a'] = 'Puede modificar las traducciones de cada una de las porciones de texto de PrestaShop.'; +$_LANGADM['AdminTranslations65ca1bc61335cf91a2d347a91629ba60'] = 'Añadir o actualizar el idioma'; +$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Exportar un idioma'; +$_LANGADM['AdminTranslations693fe609a9e3f79343ab35da56fb5eed'] = 'E-mail de plantillas de correos electrónicos'; +$_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Ampliar todos los campos'; +$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'emails del núcleo:'; +$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Importar'; +$_LANGADM['AdminTranslations7454cc60021492205337c5cbce85df1e'] = 'Por favor, pida a su hosting que aumente los datos post autorizadas por suhosin a'; +$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Añadir / Actualizar un idioma'; +$_LANGADM['AdminTranslations838d2daba220546d9a27ad1fca0a05c7'] = 'Si el nombre del paquete de idioma se encuentra en formato isocode.gzip (exemple: fr.gzip) y el idioma correspondiente no existe, este se creará automáticamente.'; +$_LANGADM['AdminTranslations88c0a9c6846ba06702a67bdedc3e9ebb'] = 'traducciones del Front-office'; +$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traducciones de Panel de administrador'; +$_LANGADM['AdminTranslations8d9c80f27ea00759d8469a7aca29ee1b'] = 'Atención, pues sustituirá todos los datos existentes para el idioma de destino '; +$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'traducciones de los PDF'; +$_LANGADM['AdminTranslations91aaf01cad2d0dc0382edb323ed6e51a'] = 'No se puede crear la carpeta'; +$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'para suhosin.request.max_vars.'; +$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = 'Tag \"título\"'; +$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'para suhosin.post.max_vars.'; +$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Guardar y quedarse'; +$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Exporte los datos de un idioma a un fichero (pack de idioma).'; +$_LANGADM['AdminTranslationsa90e087a3690a15b0c7e0f5b832b5ee8'] = 'Nada que copiar (mismo idioma y tema)'; +$_LANGADM['AdminTranslationsa98d4e0c14db7364bbf15e4d94c878ac'] = 'Cadena vacía encontrada, por favor, edite:'; +$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Importar un idioma manualmente'; +$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema'; +$_LANGADM['AdminTranslationsb0f0554e563b8ffcabe170739d126bb1'] = 'Se ha producido un error durante la copia'; +$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Tema para %:'; +$_LANGADM['AdminTranslationsb8a151bda39f7678a40330412f9beea9'] = 'Traducciones del back-Office'; +$_LANGADM['AdminTranslationsbbed16dd7d31f28047ab8237cb424888'] = 'No se puede escribir el idioma en el tema'; +$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'No Sujeto se encontró por %s, o sujeto se genera en la base de datos.'; +$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'defecto'; +$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'Si es necesario'; +$_LANGADM['AdminTranslationsc85106cf29f5fa8c8b8e73dc916e37cd'] = 'No se puede escribir el archivo de idioma para los temas de emails, la ruta de acceso es:'; +$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Por favor, asegúrese de que existen archivos en Inglés en la carpeta% s '; +$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Traducir con Google (experimental)'; +$_LANGADM['AdminTranslationsd4e007a94451a69f593c3ce0e06e08f2'] = 'Copiar los datos de un idioma a otro.'; +$_LANGADM['AdminTranslationsd797353e4c5b71edce10d34557198b81'] = 'usted debe seleccionar 2 idiomas para copiar los datos a partir de uno hacia el otro '; +$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'Puede añadir o actualizar un idioma directamente a partir de prestashop.com'; +$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'emails para el módulo %s'; +$_LANGADM['AdminTranslationsd981715c425b3efa67098bdbb3871866'] = 'Por favor, revise los permisos de escritura.'; +$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Paquete de idioma para importar:'; +$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Ocultar todos los campos'; +$_LANGADM['AdminTranslationse1d8f264ad68caa3ced0b12042f3e62e'] = 'No se puede conectar a prestashop.com para obtener la lista de idiomas.'; +$_LANGADM['AdminTranslationse60137f6e7d94e9c4e5dceb4e9d0c552'] = 'emails de los módulos:'; +$_LANGADM['AdminTranslationsea4788705e6873b424c65e91c2846b19'] = 'Suprimir'; +$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Traducciones de Front Office'; +$_LANGADM['AdminTranslationsf31ffb564b1c234d509f4b20fbb2d068'] = 'usted debe seleccionar 2 temas para copiar datos a partir del uno hacia el otro '; +$_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Traducción de los errores'; +$_LANGADM['AdminTranslationsf93c49bc4a04bbcbcb950a0740117d10'] = 'El traductor de Google sugiere:'; +$_LANGADM['AdminWarehouses27ce7f8b5623b2e2df568d64cf051607'] = 'Stock'; +$_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Dirección:'; +$_LANGADM['AdminWarehouses38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Referencia:'; +$_LANGADM['AdminWarehouses46a2a41cc6e552044816a2d04634545d'] = 'Estado'; +$_LANGADM['AdminWarehouses49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminWarehouses4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['AdminWarehouses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caracteres no válidos:'; +$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Referencia'; +$_LANGADM['AdminWarehouses673ae02fffb72f0fe68a66f096a01347'] = 'Teléfono:'; +$_LANGADM['AdminWarehouses7515d32836da5648eb6a8f9113b7405b'] = 'Código postal:'; +$_LANGADM['AdminWarehousesb52b44c9d23e141b067d7e83b44bb556'] = 'Productos:'; +$_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'Ciudad:'; +$_LANGADM['AdminWarehousesf64be5eef68442a8f50cf535b92ad3e4'] = 'País:'; $_LANGADM['AdminWebservice00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminWebservice52699c78843b98f98620186a59b0a3fa'] = 'Descripción de la clave'; -$_LANGADM['AdminWebservice254f642527b45bc260048e30704edb39'] = 'Configuración'; -$_LANGADM['AdminWebservice1a3b3816c9c978c15939fba51f39eab4'] = 'Activar el servicio Web'; -$_LANGADM['AdminWebservicee8602bda90ef985a71054950e6f1981e'] = 'Antes de activar el servicio Web, debe estar seguro:'; +$_LANGADM['AdminWebservice028f42454a71f86007a79664b2a35882'] = 'Vista (HEAD)'; $_LANGADM['AdminWebservice0454a0d709a001b0745bbbef61a437a0'] = 'de estar seguro de que el servidor soporta la reescritura de URL'; -$_LANGADM['AdminWebservicecb7ceb5bf67dd558051ef7066c6f10d7'] = 'de estar seguro de que el servidor soporta los 5 métodos GET, POST, PUT, DELETE y HEAD '; -$_LANGADM['AdminWebservice86c7d04820c1613c1d4e649c64adc62d'] = 'Para poder utilizar el ServicioWeb de PrestaShop, genere un archivo .htaccess con ayuda de la pestaña \"Generadores\" (en la pestaña herramientas)'; -$_LANGADM['AdminWebservice3a1d42e50ada009f2ef187fbf6dc8a3f'] = 'Para evitar problemas técnicos con este servicio Web, utilice un servidor Apache'; +$_LANGADM['AdminWebservice1a3b3816c9c978c15939fba51f39eab4'] = 'Activar el servicio Web'; $_LANGADM['AdminWebservice1ad84436adb0f59e123b212bf07303f8'] = 'Debe activar el módulo Apache \'mod_auth_basic\' para permitir la identificación al ServicioWeb.'; -$_LANGADM['AdminWebservice46b693f4eb22219e8fbf8b9afea71d12'] = 'Debe activar el módulo Apache \'mod_rewrite\' para permitir el uso del ServicioWeb.'; -$_LANGADM['AdminWebservice487bfa4aaa88be30422ac3783655b08f'] = 'No podemos averiguar si la autentification y la extension re re-escritura fueron activadas. Gracias por averiguar manualement si son activadas con fin de utilizar los web servicios Prestashop'; -$_LANGADM['AdminWebservice442d1f267535a0638bde988697d82620'] = 'Debe activar la extensión PHP \'SimpleXML\' para permitir los test del servicio Web. '; -$_LANGADM['AdminWebservice08d41e523ef57a74ab847a81c0d1a44d'] = 'Si puede, es preferible utilizar el SSL (https) para las llamadas al ServicioWeb lo que evita ataques de tipo \"man in the middle\"'; -$_LANGADM['AdminWebservice58af3456f86b42c86f963d896a62644f'] = 'Cuentas servicio Web'; -$_LANGADM['AdminWebserviceefeb782bc428be5cef6e02a858749ee5'] = 'Clave'; -$_LANGADM['AdminWebservice9305d93c35dfc8cef7b4ed3613c08e6b'] = '¡Generar!'; -$_LANGADM['AdminWebservice92b1b790773350896dc5c6c06b06a251'] = 'Clave de la cuenta servicio Web'; $_LANGADM['AdminWebservice24a23d787190f2c4812ff9ab11847a72'] = 'Estado'; -$_LANGADM['AdminWebserviceb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminWebservice6e750dcbaa546f46df9b1a6b7ec6063c'] = 'Permisos'; +$_LANGADM['AdminWebservice254f642527b45bc260048e30704edb39'] = 'Configuración'; +$_LANGADM['AdminWebservice38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; +$_LANGADM['AdminWebservice3a1d42e50ada009f2ef187fbf6dc8a3f'] = 'Para evitar problemas técnicos con este servicio Web, utilice un servidor Apache'; +$_LANGADM['AdminWebservice442d1f267535a0638bde988697d82620'] = 'Debe activar la extensión PHP \'SimpleXML\' para permitir los test del servicio Web. '; +$_LANGADM['AdminWebservice46b693f4eb22219e8fbf8b9afea71d12'] = 'Debe activar el módulo Apache \'mod_rewrite\' para permitir el uso del ServicioWeb.'; $_LANGADM['AdminWebservice51ba9470e0c6fcc53b976a6854b0f2e0'] = 'Parametrar los permisos:'; -$_LANGADM['AdminWebservicebe8545ae7ab0276e15898aae7acfbd7a'] = 'Recurso'; -$_LANGADM['AdminWebservicef1a627ad565dc779ed5a01edafd18640'] = 'Ver (GET)'; +$_LANGADM['AdminWebservice52699c78843b98f98620186a59b0a3fa'] = 'Descripción de la clave'; +$_LANGADM['AdminWebservice6c0c2b9ec9a4188db4cfd4f8a0fee415'] = 'Borrar (DELETE)'; +$_LANGADM['AdminWebservice6e750dcbaa546f46df9b1a6b7ec6063c'] = 'Permisos'; +$_LANGADM['AdminWebservice73f872e92f8bee93f070d13e2339a410'] = 'Esta clave ya existe'; +$_LANGADM['AdminWebservice897356954c2cd3d41b221e3f24f99bba'] = 'Clave'; +$_LANGADM['AdminWebservice92b1b790773350896dc5c6c06b06a251'] = 'Clave de la cuenta servicio Web'; +$_LANGADM['AdminWebservice9305d93c35dfc8cef7b4ed3613c08e6b'] = '¡Generar!'; $_LANGADM['AdminWebservice9fd0670413556e6cbdc490e09833a30f'] = 'Modificar (PUT)'; $_LANGADM['AdminWebserviceb28e80674d48866203b7790f730dfa30'] = 'Añadir (POST)'; -$_LANGADM['AdminWebservice6c0c2b9ec9a4188db4cfd4f8a0fee415'] = 'Borrar (DELETE)'; -$_LANGADM['AdminWebservice028f42454a71f86007a79664b2a35882'] = 'Vista (HEAD)'; -$_LANGADM['AdminWebservice38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminWebservice19f823c6453c2b1ffd09cb715214813d'] = 'Campos necesarios'; +$_LANGADM['AdminWebserviceb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminWebservicebe8545ae7ab0276e15898aae7acfbd7a'] = 'Recurso'; +$_LANGADM['AdminWebservicecb7ceb5bf67dd558051ef7066c6f10d7'] = 'de estar seguro de que el servidor soporta los 5 métodos GET, POST, PUT, DELETE y HEAD '; +$_LANGADM['AdminWebservicee8602bda90ef985a71054950e6f1981e'] = 'Antes de activar el servicio Web, debe estar seguro:'; +$_LANGADM['AdminWebserviceefeb782bc428be5cef6e02a858749ee5'] = 'Clave'; $_LANGADM['AdminWebservicef19ee162cdc3717e4e58af2ebc837b5a'] = 'La clave debe constar de 32 caracteres'; -$_LANGADM['AdminWebservice73f872e92f8bee93f070d13e2339a410'] = 'Esta clave ya existe'; -$_LANGADM['AdminZonesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminZonesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminWebservicef1a627ad565dc779ed5a01edafd18640'] = 'Ver (GET)'; $_LANGADM['AdminZones00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminZonesdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zonas'; -$_LANGADM['AdminZones49ee3087348e8d44e1feda1917443987'] = 'Nombre'; -$_LANGADM['AdminZones1cc70ef3820fa925ca1dd1ab645d239e'] = 'caracteres autorizados: letras y espacios'; -$_LANGADM['AdminZonesdc1be6c34c5d1b2cb4998f961dbbf3f5'] = 'Nombre de la zona (ej: África costa oeste)'; $_LANGADM['AdminZones24a23d787190f2c4812ff9ab11847a72'] = 'Estado:'; -$_LANGADM['AdminZonesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminZones47726f4b1d9ceabe8b6022a762495201'] = 'Autorizar o no envíos a esta zona'; $_LANGADM['AdminZones38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar'; -$_LANGADM['AdminZones19f823c6453c2b1ffd09cb715214813d'] = 'Campos obligatorios'; -$_LANGADM['AdminTab87a2663d841b78f01c27c0edb4f50b76'] = 'Borrado correctamente'; -$_LANGADM['AdminTaba7df4df5ba87b5e752c81b276959e797'] = 'La selección ha sido suprimida correctamente'; -$_LANGADM['AdminTab84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creación con éxito'; -$_LANGADM['AdminTab151648106e4bf98297882ea2ea1c4b0e'] = 'Actualización con éxito'; -$_LANGADM['AdminTaba1acc250773be8550f5758190e1db93a'] = 'Estado de actualización con éxito'; -$_LANGADM['AdminTabdef73ea130852d9e7813ee61eefa24e7'] = 'Ajustes puestos al día con éxito'; -$_LANGADM['AdminTabee05efe0548fdafc9e85cb4c34fbe845'] = 'Imagen borrada correctamente'; -$_LANGADM['AdminTab7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Descarga de módulo con éxito'; -$_LANGADM['AdminTab6175b106e638d4dd873cb3ff96724392'] = 'Miniaturas generadas con éxito'; -$_LANGADM['AdminTabad3737feaf28ed81b4073c7113f6228e'] = 'Mensaje enviado al cliente'; -$_LANGADM['AdminTabe41431d37c0f818843740e11a69c5ec2'] = 'Comentario añadido'; -$_LANGADM['AdminTaba7c974ac23201089a5d17536bbb09f05'] = 'Módulo instalado correctamente'; -$_LANGADM['AdminTabbbaed3b1f842925ef862ec19261744d8'] = 'Módulo desinstalado correctamente'; -$_LANGADM['AdminTab2c76ba09452e3da727ed4e65cf2f2593'] = 'Idioma copiado correctamente'; -$_LANGADM['AdminTab9469a4605b719b91e2cdac9e3bbf460d'] = 'Traducción copiada con éxito'; -$_LANGADM['AdminTab16c64b6f203dd2b0a840184ef902a704'] = 'Módulo copiado correctamente al hook'; -$_LANGADM['AdminTab46b1b35fd252d60dd4d1b610a9224943'] = 'Módulo eliminado correctamente del hook'; -$_LANGADM['AdminTab2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Subido correctamente'; -$_LANGADM['AdminTabb85b9d2e7e1153bd3d5a4bb0f57d347b'] = 'La duplicación se ha realizado con éxito'; -$_LANGADM['AdminTab4402aa7e384266cd7d0350c1cc9a0123'] = 'Traducciones anadidas con exito pero el idioma no fue creado'; -$_LANGADM['AdminTab2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Módulo reinicializado con éxito'; -$_LANGADM['AdminTab40606a2d55f7c33c732f1d3c1b5b1e66'] = 'El módulo se ha borrado con éxito'; -$_LANGADM['AdminTab0c6992101fe78e4f1ae3f391c485de29'] = 'Pack de localización importado con éxito'; -$_LANGADM['AdminTabd4fecde5ac83b59cc690fd4d26d79abe'] = 'Devolución realizada con éxito'; -$_LANGADM['AdminTab795aa39f13629841edad6c04d3aca405'] = 'Imagenes movido con éxito'; -$_LANGADM['AdminTab0557fa923dcee4d0f86b1409f5c2167f'] = 'Atrás'; -$_LANGADM['AdminTab630f6dc397fe74e52d5189e2c80f282b'] = 'Volver a la lista'; -$_LANGADM['AdminTab32397e87e6e403cbad4f3d26385ad6ef'] = 'No tiene permisos para añadir aquí'; -$_LANGADM['AdminTabddcaee4edc8938535941b620ae5ec359'] = 'No tiene permisos para editar aquí'; -$_LANGADM['AdminTab0470d45929f27e1161330164c423b415'] = 'Definir campos obligatorios para este sección'; -$_LANGADM['AdminTabe54b38290c8bdd95e8bc10412c9cc096'] = 'Campos obligatorios'; -$_LANGADM['AdminTab81f32b96f6626b8968e6a0f4a9bce62e'] = 'Seleccionar los campos que quiere ser obligatorios par este sección.'; -$_LANGADM['AdminTabee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nombre del campo'; -$_LANGADM['AdminTab38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; -$_LANGADM['AdminTab01f8544c8fd4628bc686502e8b727d95'] = 'el campo'; -$_LANGADM['AdminTab0a5fa53f3f20f67f98bd6c3b16df059d'] = 'es obligatorio'; -$_LANGADM['AdminTab7e47a344b06d82a8836cbee2748a79e6'] = 'se requiere por lo menos'; -$_LANGADM['AdminTabf755e8b92cb8f02c24f6f539180d45b1'] = 'es demasiado largo'; -$_LANGADM['AdminTab70f4b635847038d056e33959821a7a66'] = 'caracteres máx'; -$_LANGADM['AdminTabbee83fbebb6a50869091c78685f2b7f7'] = 'caracteres máximos, incluidos los caracteres html'; -$_LANGADM['AdminTab998b344cff693ad388a14ba89b1523c7'] = 'no válido'; -$_LANGADM['AdminTab07213a0161f52846ab198be103b5ab43'] = 'errores'; -$_LANGADM['AdminTab6357d3551190ec7e79371a8570121d3a'] = 'hay'; -$_LANGADM['AdminTab4ce81305b7edb043d0a7a5c75cab17d0'] = 'hay'; -$_LANGADM['AdminTab3879149292f9af4469cec013785d6dfd'] = 'advertencias'; -$_LANGADM['AdminTab7b83d3f08fa392b79e3f553b585971cd'] = 'advertencia'; -$_LANGADM['AdminTab8a3cfd894d57e33c55400fc9d76aa08a'] = 'Pulsar aquí para saber más'; -$_LANGADM['AdminTaba92269f5f14ac147a821728c23204c0b'] = 'Ocultar las advertencias'; -$_LANGADM['AdminTab1908624a0bca678cd26b99bfd405324e'] = 'Tamaño del fichero'; -$_LANGADM['AdminTabf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; -$_LANGADM['AdminTab193cfc9be3b995831c6af2fea6650e60'] = 'Página'; -$_LANGADM['AdminTabb9987a246a537f4fe86f1f2e3d10dbdb'] = 'Mostrar'; -$_LANGADM['AdminTabdd8921b41e0279a02c6a26a509241700'] = 'resultado(s)'; -$_LANGADM['AdminTab526d688f37a86d3c3f27d0c5016eb71d'] = 'Resetear'; -$_LANGADM['AdminTabd7778d0c64b6ba21494c97f77a66885a'] = 'Filtro'; -$_LANGADM['AdminTab06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; -$_LANGADM['AdminTab93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; -$_LANGADM['AdminTabbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminTab5da618e8e4b89c66fe86e32cdafde142'] = 'Desde'; -$_LANGADM['AdminTabe12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta'; -$_LANGADM['AdminTabee77ea46b0c548ed60eadf31bdd68613'] = 'Error en consulta SQL'; -$_LANGADM['AdminTab5ece607071fe59ddc4c88dc6abfe2310'] = 'Elementos no encontrados'; -$_LANGADM['AdminTab00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; -$_LANGADM['AdminTabb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; -$_LANGADM['AdminTab08a38277b0309070706f6652eeae9a53'] = 'Abajo'; -$_LANGADM['AdminTab258f49887ef8d14ac268c92b02503aaa'] = 'Arriba'; -$_LANGADM['AdminTabef61fb324d729c341ea8ab9901e23566'] = 'Añadir nuevo'; -$_LANGADM['AdminTabed75712b0eb1913c28a3872731ffd48d'] = 'Duplicar'; -$_LANGADM['AdminTabbfc18def58cfa50029d149e9b932e974'] = '¿Copiar imágenes también?'; -$_LANGADM['AdminTab4351cfebe4b61d8aa5efa1d020710005'] = 'Vista'; -$_LANGADM['AdminTab7dce122004969d56ae2e0245cb754d35'] = 'Editar'; -$_LANGADM['AdminTab0071aa279bd1583754a544277740f047'] = 'Borrar producto n°'; -$_LANGADM['AdminTab6adab6d3fdf92c448d60cf8824e4851c'] = 'Borrar la selección'; -$_LANGADM['AdminTabe25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; -$_LANGADM['AdminTabcc3787ca78f445f481069a4c047f7e7a'] = 'Elija un idioma:'; -$_LANGADM['AdminTabb51d77dc443d4051900f1bad9fe885aa'] = 'Actualmente eres conectado con nombre de dominio siguiente:'; -$_LANGADM['AdminTab6aa5c0d2cbc4a0f53206777be432056a'] = 'Este es diferente del nombre de dominio de la tienda principal ubicado en \"Preferencias> SEO y URLs\":'; -$_LANGADM['AdminTab7e4b7faf0fc36dc296e66f6ea3096dcd'] = 'Haga clic aquí si desea modificar el nombre de dominio de la tienda principal '; -$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Panel de administración'; +$_LANGADM['AdminZones47726f4b1d9ceabe8b6022a762495201'] = 'Autorizar o no envíos a esta zona'; +$_LANGADM['AdminZones49ee3087348e8d44e1feda1917443987'] = 'Nombre'; +$_LANGADM['AdminZonesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminZonesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminZonesb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['AdminZonesdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zonas'; +$_LANGADM['AdminZonesdc1be6c34c5d1b2cb4998f961dbbf3f5'] = 'Nombre de la zona (ej: África costa oeste)'; +$_LANGADM['AdminZonese25f0ecd41211b01c83e5fec41df4fe7'] = '¿Borrar los elementos seleccionados?'; +$_LANGADM['Helper00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activado'; +$_LANGADM['Helper0470d45929f27e1161330164c423b415'] = 'Definir campos obligatorios para este sección'; +$_LANGADM['Helper06df33001c1d7187fdd81ea1f5b277aa'] = 'Acciones'; +$_LANGADM['Helper08a38277b0309070706f6652eeae9a53'] = 'Abajo'; +$_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; +$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'Tamaño del fichero'; +$_LANGADM['Helper195fbb57ffe7449796d23466085ce6d8'] = 'Mayo'; +$_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Campos obligatorios'; +$_LANGADM['Helper1aa4c641d6920ddb97a2562f8ec53853'] = 'Grupo:'; +$_LANGADM['Helper1b539f6f34e8503c97f6d3421346b63c'] = 'Julio'; +$_LANGADM['Helper21034ae6d01a83e702839a72ba8a77b0'] = 'sin IVA'; +$_LANGADM['Helper258f49887ef8d14ac268c92b02503aaa'] = 'Arriba'; +$_LANGADM['Helper38fb7d24e0d60a048f540ecb18e13376'] = 'Guardar '; +$_LANGADM['Helper3ec365dd533ddb7ef3d1c111186ce872'] = 'Detalles'; +$_LANGADM['Helper3fcf026bbfffb63fb24b8de9d0446949'] = 'Abril'; +$_LANGADM['Helper41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto'; +$_LANGADM['Helper4351cfebe4b61d8aa5efa1d020710005'] = 'Vista'; +$_LANGADM['Helper4e140ba723a03baa6948340bf90e2ef6'] = 'Nombre:'; +$_LANGADM['Helper526d688f37a86d3c3f27d0c5016eb71d'] = 'Resetear'; +$_LANGADM['Helper5da618e8e4b89c66fe86e32cdafde142'] = 'Desde'; +$_LANGADM['Helper5e9df908eafa83cb51c0a3720e8348c7'] = 'Compruebe todo'; +$_LANGADM['Helper5ece607071fe59ddc4c88dc6abfe2310'] = 'Elementos no encontrados'; +$_LANGADM['Helper5ffd7a335dd836b3373f5ec570a58bdc'] = 'Expandir todo'; +$_LANGADM['Helper659e59f062c75f81259d22786d6c44aa'] = 'Febrero'; +$_LANGADM['Helper688937ccaf2a2b0c45a1c9bbba09698d'] = 'Junio'; +$_LANGADM['Helper69e62346c35bc63795db142cfbb0af66'] = 'Ningún grupo creado'; +$_LANGADM['Helper6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Ayuda'; +$_LANGADM['Helper7a1920d61156abc05a60135aefe8bc67'] = 'Por defecto'; +$_LANGADM['Helper7dce122004969d56ae2e0245cb754d35'] = 'Editar'; +$_LANGADM['Helper7e823b37564da492ca1629b4732289a8'] = 'Noviembre'; +$_LANGADM['Helper81f32b96f6626b8968e6a0f4a9bce62e'] = 'Seleccionar los campos que quiere ser obligatorios par este sección.'; +$_LANGADM['Helper82331503174acbae012b2004f6431fa5'] = 'Diciembre'; +$_LANGADM['Helper86f5978d9b80124f509bdb71786e929e'] = 'Enero'; +$_LANGADM['Helper93cba07454f06a4a960172bbd6e2a435'] = 'Sí'; +$_LANGADM['Helper9747d23c8cc358c5ef78c51e59cd6817'] = 'Desactive todo'; +$_LANGADM['Helperb56c3bda503a8dc4be356edb0cc31793'] = 'Contraer todo'; +$_LANGADM['Helperb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['Helperb9987a246a537f4fe86f1f2e3d10dbdb'] = 'Mostrar'; +$_LANGADM['Helperb9f5c797ebbf55adccdd8539a65a0241'] = 'Desactivado'; +$_LANGADM['Helperbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['Helperbfc18def58cfa50029d149e9b932e974'] = '¿Copiar imágenes también?'; +$_LANGADM['Helperc6155aaecccf794cd2a00fcc35898022'] = 'Nombre del grupo'; +$_LANGADM['Helperc770d8e0d1d1943ce239c64dbd6acc20'] = 'Añadir a mi IP'; +$_LANGADM['Helpercc3787ca78f445f481069a4c047f7e7a'] = 'Elija un idioma:'; +$_LANGADM['Helpercc5d90569e1c8313c2b1c2aab1401174'] = 'Septiembre'; +$_LANGADM['Helperd7778d0c64b6ba21494c97f77a66885a'] = 'Filtro'; +$_LANGADM['Helperdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opciones'; +$_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'resultado(s)'; +$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'Hasta'; +$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'Campos obligatorios'; +$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'Octubre'; +$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Duplicar'; +$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Error en consulta SQL'; +$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nombre del campo'; +$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'seleccionado'; +$_LANGADM['Helperf2a6c498fb90ee345d997f888fce3b18'] = 'Borrar'; +$_LANGADM['Helperfa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo'; +$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'pedidos'; +$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Búsqueda '; +$_LANGADM['index1aa4c641d6920ddb97a2562f8ec53853'] = 'Grupo:'; +$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; $_LANGADM['index4236a440a662cc8253d7536e5aa17942'] = 'Salir'; -$_LANGADM['indexd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Ver mi tienda'; -$_LANGADM['indexf84b4e2770ec98e3db2926cd49864d2f'] = 'Mis preferencias'; -$_LANGADM['indexcbebc850f5f849e8956b5f8075f48f69'] = 'todo'; $_LANGADM['index46f22f2a56ddd091f4b2b2c35c5ca989'] = 'catálogo '; $_LANGADM['index4b6f7d34a58ba399f077685951d06738'] = 'clientes'; -$_LANGADM['index50d7eaecd64b277cdaac58e0cd48ad83'] = 'dirección IP'; -$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'pedidos'; -$_LANGADM['index56deca22a707214865f7ea3ae6391d67'] = 'facturas'; -$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'carritos'; -$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Búsqueda '; $_LANGADM['index4f32a32dea642737580dd71cdfd8d3c0'] = 'Acceso rápido'; -$_LANGADM['index53cd939ae14e33855274e17a3c411fdd'] = 'Para su seguridad, debe tambien:'; -$_LANGADM['indexe99c06952f4336ce189d8df45980dca0'] = 'borrar la carpeta /install'; -$_LANGADM['index7286baef44d09300636a4b99c533523c'] = 'Tiempo de carga:'; -$_LANGADM['indexbbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto'; -$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; -$_LANGADM['indexe6a7f8a2f42cc35979973da8dfb10720'] = 'Foro'; -$_LANGADM['indexeed2839c1e3e5f7069ed03b2f6d4c6dd'] = 'Back Office'; -$_LANGADM['indexdb26e10564e958809d798e8048fcbc0a'] = 'Clave de seguridad no válida'; -$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'Entiendo los riesgos y quiero mostrar la página'; +$_LANGADM['index50d7eaecd64b277cdaac58e0cd48ad83'] = 'dirección IP'; $_LANGADM['index5196611ad1bf27e9cef5375b038c04db'] = '¡Salir de aquí!'; -$_LANGADM['indexc6a8757e591d6090eb75d11e8d316f57'] = 'SSL está activado. Sin embargo, su IP puede utilizar el modo no seguro (mantenimiento o IP local).'; -$_LANGADM['index3af4334b6b2afb79aeb803577ccc0473'] = 'SSL está activado. Por favor, conectarse con la URL siguiente para acceder en modo seguro (https).'; -$_LANGADM['index98bbe7bd134ad088f6b211fe3bd41408'] = 'Pulse aquí para acceder al panel de administración'; -$_LANGADM['index6357d3551190ec7e79371a8570121d3a'] = 'Hay'; -$_LANGADM['index4ce81305b7edb043d0a7a5c75cab17d0'] = 'Hay '; -$_LANGADM['index07213a0161f52846ab198be103b5ab43'] = 'errores'; -$_LANGADM['indexcb5e100e5a9a3e7f6d1fd97512215282'] = 'error'; -$_LANGADM['indexafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Por razones de seguridad, no podrá conectarse a su Back Office hasta que no haya:'; -$_LANGADM['index15f1c34335ddffccb6527f9d658f2625'] = 'renombrado la carpeta /admin (ej.)'; -$_LANGADM['index5b0dfce240e9def88121d8e62dee1845'] = 'Por favor, acceda a esta página con una nueva URL (ej: http://www.domain.tld/admin'; -$_LANGADM['index78e365acb087fd1f8d494dae0001de10'] = 'Dirección de correo electrónico:'; -$_LANGADM['indexb341a59d5636ed3d6a819137495b08a0'] = 'Contraseña:'; -$_LANGADM['indexbffe9a3c9a7e00ba00a11749e022d911'] = 'Login'; -$_LANGADM['index0206fb59f6e0cd0d3d271b58e9109dca'] = '¿Ha olvidado su contraseña? '; -$_LANGADM['index6d7d8cc3fae1fdd486b167b439c2a5b9'] = 'Hay 1 error '; -$_LANGADM['index01a569ddc6cf67ddec2a683f0a5f5956'] = '¿Ha olvidado su contraseña?'; -$_LANGADM['index34bdd7b9823059fa742afab7be9d4c58'] = 'Su contraseña ha sido enviada a su cuenta de correo electrónico.'; -$_LANGADM['indexfb080b51680e721b19b6af4293264b6c'] = 'Regresar a la página de registro'; -$_LANGADM['index1928895508822da82ce5c4932a114044'] = 'Por favor, introduzca su cuenta de correo electrónico'; -$_LANGADM['index449d3718fc3a9e9bf3f3fc0254bb5625'] = '(La que escribió durante su registro) para poder recibir su código de acceso por correo electrónico'; -$_LANGADM['index94966d90747b97d1f0f206c98a8b1ac3'] = 'Enviar'; +$_LANGADM['index53cd939ae14e33855274e17a3c411fdd'] = 'Para su seguridad, debe tambien:'; +$_LANGADM['index56deca22a707214865f7ea3ae6391d67'] = 'facturas'; +$_LANGADM['index7286baef44d09300636a4b99c533523c'] = 'Tiempo de carga:'; +$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'carritos'; +$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Panel de administración'; +$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'Entiendo los riesgos y quiero mostrar la página'; +$_LANGADM['indexbbaff12800505b22a853e8b7f4eb6a22'] = 'Contacto'; +$_LANGADM['indexcbebc850f5f849e8956b5f8075f48f69'] = 'todo'; +$_LANGADM['indexd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Ver mi tienda'; +$_LANGADM['indexdb26e10564e958809d798e8048fcbc0a'] = 'Clave de seguridad no válida'; +$_LANGADM['indexe6a7f8a2f42cc35979973da8dfb10720'] = 'Foro'; +$_LANGADM['indexe99c06952f4336ce189d8df45980dca0'] = 'borrar la carpeta /install'; +$_LANGADM['indexeed2839c1e3e5f7069ed03b2f6d4c6dd'] = 'Back Office'; +$_LANGADM['indexf84b4e2770ec98e3db2926cd49864d2f'] = 'Mis preferencias'; ?> \ No newline at end of file diff --git a/translations/fr/admin.php b/translations/fr/admin.php index 79fd595c1..6a1cda934 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -51,6 +51,9 @@ $_LANGADM['AdminAccountingManagement9949d6d5e347ca9d0da84520de395f89'] = 'Config $_LANGADM['AdminAccountingManagementa8e0a285de8593b0f978b33fb620179e'] = 'Numéro par défaut pour cette boutique'; $_LANGADM['AdminAccountingManagementa9e2ceb7315eca5c3974b433f0c540fb'] = 'Les numéros de comptes ont été enregistrés'; $_LANGADM['AdminAccountingManagementc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer'; +$_LANGADM['AdminAccountingRegisteredNumber0f26e4f64d58beb4d924627c707e43ad'] = 'Numéro de compte'; +$_LANGADM['AdminAccountingRegisteredNumber20db0bfeecd8fe60533206a2b5e9891a'] = 'Prénom'; +$_LANGADM['AdminAccountingRegisteredNumber8d3f5eff9c40ee315d452392bed5309b'] = 'Nom'; $_LANGADM['AdminAddresses1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Société'; $_LANGADM['AdminAddresses20db0bfeecd8fe60533206a2b5e9891a'] = 'Prénom'; $_LANGADM['AdminAddresses284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Adresses'; @@ -76,20 +79,35 @@ $_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'DNI / NIF / NIE'; $_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :'; $_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail du client'; $_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Téléphone fixe'; -$_LANGADM['AdminAliases01d2aac5d20787a1e873f2bdc79b514a'] = 'Rechercher ce mot à la place.'; -$_LANGADM['AdminAliases09319b10a5e3af8e97dc40523655a283'] = 'Saisir chaque alias séparé par une virgule (\",\") (par ex. : \'prestshop,preztashop,prestasohp\')'; -$_LANGADM['AdminAliases13348442cc6a27032d2b4aa28b75a5d3'] = 'Rechercher'; -$_LANGADM['AdminAliases259b411f284388d228a30c1e2ed0c61d'] = 'Caractères interdits : <>;=#{}'; -$_LANGADM['AdminAliases38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; -$_LANGADM['AdminAliases5aac38deec604d81565722cc5a2a6be1'] = 'Résultat :'; -$_LANGADM['AdminAliases792fd33273f5b3dbbcc6bd5de52b7e20'] = 'n\'est pas un résultat valable'; -$_LANGADM['AdminAliases9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; -$_LANGADM['AdminAliases9d2e974b83d9090b463dbcb2ef32ab51'] = 'n\'est pas un alias valable'; -$_LANGADM['AdminAliasesa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias :'; -$_LANGADM['AdminAliasesa66ec6983e578c3ac4663171b39d168b'] = 'les deux champs sont requis'; -$_LANGADM['AdminAliasesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; -$_LANGADM['AdminAliasese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?'; -$_LANGADM['AdminAliasesec53a8c4f07baed5d8825072c89799be'] = 'État'; +$_LANGADM['AdminAdminPreferences051fd283c29527d33402475333dfb1da'] = 'Afficher les notifications lorsque de nouveaux clients vous enverront de nouveaux messages sur votre boutique'; +$_LANGADM['AdminAdminPreferences0db377921f4ce762c62526131097968f'] = 'Général'; +$_LANGADM['AdminAdminPreferences12cbe1a4645659457808631047989afb'] = 'Maximum :'; +$_LANGADM['AdminAdminPreferences1301a51cbee38f0c34369720070e5e1b'] = 'Limite de téléchargement de fichier'; +$_LANGADM['AdminAdminPreferences16c390c0fd1efc4f493a6a861aa22d2f'] = 'Bulles d\'aide du back-office'; +$_LANGADM['AdminAdminPreferences1b1befcb86d487715da458117710dfeb'] = 'Affiche les notifications pour les nouvelles commandes'; +$_LANGADM['AdminAdminPreferences2ca89cca013873c7f841e1acf242b3d6'] = 'Définissez la taille maximale des fichiers joints (en mégaoctets).'; +$_LANGADM['AdminAdminPreferences3aadb5e86b174ecada1174e22f5a6368'] = 'Poids maximum des fichiers joints'; +$_LANGADM['AdminAdminPreferences46f18d3960afc01e5a1a5a0e0e9d571b'] = 'Vérifier automatiquement les mises à jour de modules'; +$_LANGADM['AdminAdminPreferences4e7ff7ca556a7ac8329ab27834e9631b'] = 'Affiche les notifications pour les nouveaux messages'; +$_LANGADM['AdminAdminPreferences5870c50004d9568f8de39d09363533a7'] = 'Limite de téléchargement d\'images'; +$_LANGADM['AdminAdminPreferences656ff9c98ad48192724f8a74f5e18733'] = 'Définit la limite de téléchargement pour un produit. Cette valeur doit être inférieure ou égale à celle de votre serveur'; +$_LANGADM['AdminAdminPreferences686a2ac82a5a64eca870ba9a55b8a675'] = 'De nouveaux modules et mises à jour sont affichés sur la page des modules'; +$_LANGADM['AdminAdminPreferences6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Aide'; +$_LANGADM['AdminAdminPreferences6d964e25aa6aa88c8353880e00202cf4'] = 'Indiquez le nombre d\'heures'; +$_LANGADM['AdminAdminPreferences77dcf778f486e4dcbe5b400bd08ac3a6'] = 'mégaoctets'; +$_LANGADM['AdminAdminPreferences8004e61ca76ff500d1e6ee92f7cb7f93'] = 'Affiche les notifications pour les nouveaux clients'; +$_LANGADM['AdminAdminPreferences8cde7b1fa570f328143c41677032b507'] = 'Définit la limite de téléchargement pour une image. Cette valeur doit être inférieure ou égale à celle de votre serveur'; +$_LANGADM['AdminAdminPreferences9cfc2e28ebe44b3e14f9d780d2150650'] = 'Vérifiez l\'adresse IP du cookie afin d\'éviter que votre cookie soit volé'; +$_LANGADM['AdminAdminPreferencesa274f4d4670213a9045ce258c6c56b80'] = 'Notifications'; +$_LANGADM['AdminAdminPreferencesa9fff6d50be898f47a507354626b8b8d'] = 'Masquer les conseils d\'optimisation'; +$_LANGADM['AdminAdminPreferencesade28d54bcdbc7c4cfd45d84ad517f7b'] = 'Quote de téléchargement'; +$_LANGADM['AdminAdminPreferencesae1d865ef6ce7ebb9492ea7a7f1bc8a5'] = 'Afficher les notifications lorsque de nouveaux clients s\'inscriront sur votre boutique'; +$_LANGADM['AdminAdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Durée de vie du cookie front-office'; +$_LANGADM['AdminAdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Active l\'aide contextuelle en dessous des champs de saisie'; +$_LANGADM['AdminAdminPreferencese4e2107f99e82247d7e32ac7919c4416'] = 'Masquer les conseils d\'optimisation sur la page d\'accueil du panneau d\'administration'; +$_LANGADM['AdminAdminPreferencese673b146824251548feecf1f3929aceb'] = 'Durée de vie du cookie back-office'; +$_LANGADM['AdminAdminPreferencesed5454727fb14b9800ead242d0972184'] = 'Vérifier l\'IP dans le cookie'; +$_LANGADM['AdminAdminPreferencesf79dc7c8a2b655f2dcae2ad1102b725b'] = 'Afficher les notifications lorsque de nouvelles commandes seront passées sur votre boutique'; $_LANGADM['AdminAttachments06d43815fa42336629ff54da5630143c'] = 'le fichier'; $_LANGADM['AdminAttachments06d5d60cedc3946089462c34c719b4d6'] = 'Le fichier n\'existe pas ou celui-ci n\'est pas téléchargeable, vérifiez la limite de taille des fichiers téléchargeables configurée sur votre serveur.'; $_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'Fichier'; @@ -530,23 +548,6 @@ $_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL'; $_LANGADM['AdminCmsef61fb324d729c341ea8ab9901e23566'] = 'Créer'; $_LANGADM['AdminCmsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :'; $_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Enregistrer et prévisualiser'; -$_LANGADM['AdminContact0188aaac1db951dc90bced9ecd606c04'] = 'Affichée dans les e-mails envoyés aux clients'; -$_LANGADM['AdminContact0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax :'; -$_LANGADM['AdminContact18325105de95083e4a1d10b78f29c2bc'] = 'État/région :'; -$_LANGADM['AdminContact237726599268adc200964601cdafeb16'] = 'Adresse e-mail de la boutique :'; -$_LANGADM['AdminContact38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; -$_LANGADM['AdminContact3c720ca57528095461f52d40d26d956a'] = 'Adresse du magasin (ligne 1) :'; -$_LANGADM['AdminContact5dd532f0a63d89c5af0243b74732f63c'] = 'Coordonnées'; -$_LANGADM['AdminContact61f0fa926f97eafb392975ed79cebb4a'] = 'Nom de la boutique :'; -$_LANGADM['AdminContact63406c9482c644975f227cc93788e8fb'] = 'Choisissez votre pays'; -$_LANGADM['AdminContact673ae02fffb72f0fe68a66f096a01347'] = 'Téléphone :'; -$_LANGADM['AdminContact76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Immatriculation de la boutique (ex. : SIRET, RCS, ...)'; -$_LANGADM['AdminContact792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Affiché dans les en-têtes des pages et des e-mails'; -$_LANGADM['AdminContactbffb711ec36f280459d11dce315da72f'] = 'Ville :'; -$_LANGADM['AdminContactd7ceaa3ddb4fc6884046456463ecb258'] = 'Immatriculation :'; -$_LANGADM['AdminContacte0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Code postal :'; -$_LANGADM['AdminContactf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :'; -$_LANGADM['AdminContactffea2d321be109fc7243cfeb515fe257'] = 'Choisissez votre état/région (si cela s\'applique)'; $_LANGADM['AdminContacts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; $_LANGADM['AdminContacts0a958d0b68cae1805a8f64cdcddb821b'] = 'Informations complémentaires au sujet de ce contact'; $_LANGADM['AdminContacts38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; @@ -683,13 +684,11 @@ $_LANGADM['AdminCountriesa314046def218cebb078f190756b0a4a'] = 'Format de l\'adre $_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Devise par défaut de la boutique'; $_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Affichera une mise en page par défaut pour ce pays'; $_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Code ISO'; -$_LANGADM['AdminCountriesb017db41a29dff4007de058af406341e'] = 'Pays par défaut utilisé dans la boutique'; $_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zone'; $_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCountriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé'; $_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'Non'; $_LANGADM['AdminCountriescef82d41923398076fb06d463541d707'] = 'Contient des états/régions :'; -$_LANGADM['AdminCountriesd14d3384847c11b0708990b3343c8dbf'] = 'Pays par défaut :'; $_LANGADM['AdminCountriesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; $_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Liste officielle ici'; $_LANGADM['AdminCountriesd88def0eb4ff593621b4113e1fc54965'] = 'Utiliser la dernière mise en page enregistrer'; @@ -711,7 +710,6 @@ $_LANGADM['AdminCurrencies260f0e6ff1df0aa4f39310176b5d6c44'] = 'Placez cette URL $_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Symbole :'; $_LANGADM['AdminCurrencies2e5845557ed8ecd864f0db5ce4dac829'] = 'Apparaitra sur le front-office, par exemple : euro, dollar'; $_LANGADM['AdminCurrencies32dd182c91d1a647c40ce4561eb33da9'] = 'Apparaitra sur le front-office, exemple : €, $'; -$_LANGADM['AdminCurrencies36144ac2644548932977cc36677c1698'] = 'Devise par défaut utilisée dans la boutique'; $_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Devise'; $_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'Code ISO :'; @@ -729,15 +727,12 @@ $_LANGADM['AdminCurrencies8632ac58071857c4425a9b6042f1fe21'] = 'Code ISO, ex. : $_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Mettre à jour les taux de change'; $_LANGADM['AdminCurrencies87bd3cbac63d9410fff1815181cb60cc'] = 'Espace :'; $_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Taux de conversion d\'une unité de la devise par défaut (par exemple 1 €) vers cette devise. Par exemple, si la devise par défaut est l\'euro et que celle-ci est le dollar, saisissez \"1.20\"'; -$_LANGADM['AdminCurrencies8e10808175a8d945d13bab31fb2e2663'] = 'Devise par défaut:'; $_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Seuls les lettres et le tiret sont autorisés'; $_LANGADM['AdminCurrenciesaa3606501de88ea50155297736664490'] = 'en euros'; $_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Code ISO'; -$_LANGADM['AdminCurrenciesb67536699de7bf5ddd53bd913e87758a'] = 'Préférences devises'; $_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCurrenciesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé'; $_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Taux de conversion :'; -$_LANGADM['AdminCurrenciescc2f0a18cb0448ca2101f93be765e487'] = 'Si vous changez la monnaie par défaut, vous devrez modifier manuellement le prix de chaque produit.'; $_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Taux de change'; $_LANGADM['AdminCurrenciesd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; $_LANGADM['AdminCurrenciesd6b378c31ecfd51965a5a318e06af249'] = 'Inclus une espace entre le signe et le prix, ex. :'; @@ -746,6 +741,19 @@ $_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Décimales :'; $_LANGADM['AdminCurrenciese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminCurrenciese7e915ec26ac2be5f5730752e5fc3b78'] = 'Vous ne pouvez pas désactiver la devise par défaut'; $_LANGADM['AdminCurrenciesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :'; +$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'Général'; +$_LANGADM['AdminCustomerPreferences3009d174d7831e0445125204c567d195'] = 'Active ou désactive le mode B2B. Lorsque cette option est active, plusieurs fonctionnalités B2B deviennent disponibles.'; +$_LANGADM['AdminCustomerPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; +$_LANGADM['AdminCustomerPreferences47ff1aadf05084936c5c2465c796048d'] = 'L\'option \"Création de compte seulement\" permet au client de s\'enregistrer plus vite et de n\'enregistrer son adresse que plus tard.'; +$_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'minutes'; +$_LANGADM['AdminCustomerPreferences6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Regénération du mot de passe :'; +$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Temps minimum avant de redemander un nouveau mot de passe'; +$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Récupération du panier après l\'authentification du client'; +$_LANGADM['AdminCustomerPreferences9f7a304fd501ed0e4d06b899fed739d0'] = 'Création de compte seulement'; +$_LANGADM['AdminCustomerPreferencesbcb9adf1d2347258b5c65483e34cf86f'] = 'Type de processus d\'enregistrement'; +$_LANGADM['AdminCustomerPreferencesc760118c537146713521758269a44bd3'] = 'Activer le mode B2B'; +$_LANGADM['AdminCustomerPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'Réafficher le panier après identification'; +$_LANGADM['AdminCustomerPreferencesf2c822352f0e0a62e2de6d716475911b'] = 'Standard (création de compte et d\'adresse)'; $_LANGADM['AdminCustomerThreads018d4d01cba3905ad11258518b4ea424'] = 'Envoyé par'; $_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Terminé'; $_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'Sujets en attente'; @@ -880,6 +888,7 @@ $_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'État'; $_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Nom'; $_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Message'; $_LANGADM['AdminCustomers4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :'; +$_LANGADM['AdminCustomers4e60715d561de124c1bf3cfdd875cf59'] = 'Utilisé pour l\'exportation de comptabilité'; $_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'Aucun panier disponible'; $_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'Votre note a été enregistrée'; $_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'Pays'; @@ -887,12 +896,9 @@ $_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'Adresse IP'; $_LANGADM['AdminCustomers5e5f0a863cd129317037e3def37b4097'] = 'Société :'; $_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'Client acceptant de recevoir des publicités'; $_LANGADM['AdminCustomers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères non valides :'; -$_LANGADM['AdminCustomers640fd0cc0ffa0316ae087652871f4486'] = 'minutes'; $_LANGADM['AdminCustomers668a8d8d7ffe5da112b266e46b79b685'] = 'Prénom :'; $_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantité'; -$_LANGADM['AdminCustomers6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Regénération du mot de passe :'; $_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Dernière mise à jour :'; -$_LANGADM['AdminCustomers6dc6993c567c112a42b193c430f9ec43'] = 'Options clients'; $_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'ne possède aucun bon de réduction'; $_LANGADM['AdminCustomers7137a85d9b8d9e6d09f47767d2ca31ee'] = 'APE :'; $_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes'; @@ -904,7 +910,6 @@ $_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'Vous disposez de $_LANGADM['AdminCustomers7c02e576ed6029a3a1d64700cc43ebf7'] = 'Je veux complètement supprimer mon ou mes client(s), toutes les données seront supprimées de la base de données. Un client avec la même adresses e-mail pourra se réinscrire.'; $_LANGADM['AdminCustomers80e915c39ca9254655d2802979aa698b'] = 'Transformer en compte client'; $_LANGADM['AdminCustomers81fe7d0c685ca9f1829f5ff52370d06e'] = 'Un compte client existe déjà avec la même adresse e-mail'; -$_LANGADM['AdminCustomers87eed0b2fbd8bec6796514f309d87aec'] = 'Temps minimum avant de redemander un nouveau mot de passe'; $_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail'; $_LANGADM['AdminCustomers8d177b48ffca1fb18c3bfd1e8c0eb645'] = 'Groupe par défaut :'; $_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Autoriser ou non ce client à se connecter'; @@ -959,23 +964,8 @@ $_LANGADM['AdminCustomersf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer'; $_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Erreur : votre note n\'est pas valide'; $_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Paniers'; $_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Affiliés'; -$_LANGADM['AdminDb006e7be42e56d810865222669c716f9e'] = 'Base de données :'; -$_LANGADM['AdminDb38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; -$_LANGADM['AdminDb3f783e6afc73242779dde81c7825def0'] = 'Laisser vide si aucun changement'; -$_LANGADM['AdminDb505de52d5ae227b6e8acb02dce2a0c4d'] = 'Serveur :'; $_LANGADM['AdminDb51c45b795d5d18a3e4e0c37e8b20a141'] = 'Table'; -$_LANGADM['AdminDb5ff9df198222a96f26bf2cb279d83bd8'] = 'Utilisateur :'; -$_LANGADM['AdminDb67cfd6717606cadb04e8ae03082a0182'] = 'IP ou nom du serveur ; \"localhost\" fonctionnera dans la plupart des cas'; -$_LANGADM['AdminDb6bb09f0abb00bcba314068abab6fecb7'] = 'est déjà présent dans'; -$_LANGADM['AdminDb6c1375701d87f2636b01cf951d0a375b'] = 'Moteur MySQL'; -$_LANGADM['AdminDb9222f8688de5dfd4dabc06fffe8c6aa0'] = 'Nom de la base de données (ex. : \"prestashop\")'; -$_LANGADM['AdminDba7fd7e3f904a981a4952454d79a806e8'] = 'Impossible de changer de moteur pour'; -$_LANGADM['AdminDbac7484fa4e36b9b26ceb27526ee7268f'] = 'Changer le moteur en'; $_LANGADM['AdminDbb0d1963f24d64313f9c8d83662cc551a'] = 'Moteur de la table'; -$_LANGADM['AdminDbb341a59d5636ed3d6a819137495b08a0'] = 'Mot de passe :'; -$_LANGADM['AdminDbb833598a404d0408f61b9762278c9bea'] = 'Soyez TRÈS PRUDENT avec ces réglages, car des changements peuvent causer des dysfonctionnements pour votre boutique PrestaShop en ligne. Pour toute question, consultez le fichier config/settings.inc.php.'; -$_LANGADM['AdminDbe307db07b3975fef922a80d07455ee5e'] = 'Base de données'; -$_LANGADM['AdminDbf72ba2e5f0388494cc5041adad99581f'] = 'Préfixe :'; $_LANGADM['AdminDeliverySlip067af5895a7ced3197520b591f9a41eb'] = 'Générer un fichier PDF'; $_LANGADM['AdminDeliverySlip071e16ef4a5515728cc97ed028d85711'] = 'Le prochain bon de livraison commencera à ce numéro, qui augmentera à chaque nouveau bon'; $_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Format : 2007-12-31 (inclus)'; @@ -1123,7 +1113,6 @@ $_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Générer le fich $_LANGADM['AdminGenerator7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'N\'activez cette option que si vous rencontrez des problèmes avec la redirection d\'URL de certaines pages.'; $_LANGADM['AdminGenerator8052c42ab3b8aa06a3f5f788a4ddccc2'] = 'fichier .htaccess'; $_LANGADM['AdminGenerator93f711fc90428ec9589a70706e1866a2'] = 'vide dans le dossier'; -$_LANGADM['AdminGenerator99bd735570f4e71f3596ad208f6f63c6'] = 'Impossible d\'écrire dans le fichier :'; $_LANGADM['AdminGeneratoraa2646a667ee1cd83235786dccef4a26'] = 'robots.txt'; $_LANGADM['AdminGeneratoracaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Désactiver l\'option Apache MultiViews'; $_LANGADM['AdminGeneratorad11acdc8759d7a20ca3b868a8db30ae'] = 'Génération du fichier .htaccess'; @@ -1132,7 +1121,6 @@ $_LANGADM['AdminGeneratorb696dfaf5a833f70d71d26d052c6eaa3'] = 'Générer le fich $_LANGADM['AdminGeneratorb8a27e47e64caa3e36c8894c3745357b'] = 'Avant de pouvoir utiliser cet outil, vous devez :'; $_LANGADM['AdminGeneratorc03c063bb390b0042cabd4e08ac92347'] = 'vide dans le dossier :'; $_LANGADM['AdminGeneratord443c06bc05c5f7d35d95aba3ddcf817'] = '- créer un'; -$_LANGADM['AdminGeneratorff75496593d3ce1584f5e974e9668330'] = 'Veuillez vérifier les permissions d\'écriture.'; $_LANGADM['AdminGeneratorffd4c6a67eb0c56d04a5ebca5e8cbf80'] = 'Générer le fichier robots.txt en cliquant sur le bouton suivant :'; $_LANGADM['AdminGeolocation2eef60563335b16d4a98900298fe7841'] = 'Comportement de la géolocalisation pour les pays restreints :'; $_LANGADM['AdminGeolocation38e8888ae62868f7ec6cc940ffcaf373'] = 'Comportement de la géolocalisation pour les pays non-reconnus :'; @@ -1297,6 +1285,8 @@ $_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'Réécriture d\'URL'; $_LANGADM['AdminHomef38cdb09e367da8fd9272ab1efd8a14e'] = 'Vous êtes actuellement connecté avec le nom de domaine suivant :'; $_LANGADM['AdminHomefea7905b2c719313e6d3825b97fd1577'] = 'Nouvelle règle de prix pour le catalogue'; $_LANGADM['AdminImages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; +$_LANGADM['AdminImages044a77653804fe33652d68098d98121e'] = 'Utiliser l\'ancien système de stockage d\'images'; +$_LANGADM['AdminImages048a517fd1781ed314402df592f2ea68'] = 'Largeur image produit :'; $_LANGADM['AdminImages068f80c7519d0528fb08e82137a72131'] = 'Produits'; $_LANGADM['AdminImages09c4e57a34a4ee6ad5edd96be95e3998'] = 'Ce type sera appliqué aux images des marques'; $_LANGADM['AdminImages0be9bdbde253c5d649e8667c0bae6754'] = 'PrestaShop utilise un nouveau système de stockage des images produits. Ce système offre de meilleures performances si votre boutique a un très grand nombre de produits.'; @@ -1310,12 +1300,14 @@ $_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Marques'; $_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Regénérer les miniatures'; $_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Utiliser le JPEG'; $_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'Va de 9 (plus faible qualité, petite taille de fichier) à 0 (meilleure qualité, taille du fichier importante)'; +$_LANGADM['AdminImages32465c25dfecca0db61214b9af3bd9f1'] = 'Taille maximum des images des produits :'; $_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Largeur'; $_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminImages3c9e0f95a0c3f7dd4c650d3ed1a0afb5'] = 'Ce type sera appliqué aux images de fournisseurs'; $_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Qualité d\'image'; $_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Largeur :'; $_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Nom'; +$_LANGADM['AdminImages4b3a6218bb3e3a7303e8a171a60fcf92'] = 'octets'; $_LANGADM['AdminImages5e869c034d4bd6df7f278053e786e4fb'] = 'Des images dupliquées ont été trouvées pendant le déplacement des images. Ceci est probablement causé par les images de démonstration de PrestaShop. Veuillez vérifier que le dossier'; $_LANGADM['AdminImages66a3f886eb548f3575add71847622388'] = 'Attention ! Les miniatures générées manuellement seront automatiquement remplacées par la génération automatique.'; $_LANGADM['AdminImages6713e1295572974656e3e04d18e77ca9'] = 'PrestaShop a détecté que votre configuration serveur n\'est pas compatible avec le nouveau système de stockage d\'images (la directive \"safe_mode\" est activée). Vous devriez continuer à utiliser le système actuel.'; @@ -1329,10 +1321,13 @@ $_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Magasins'; $_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Déplacer les images'; $_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Catégories :'; $_LANGADM['AdminImages9310244aa3f5325c976135a2a089949b'] = 'Le processus peut prendre de quelques minutes à plus d\'une heure, merci pour votre patience'; +$_LANGADM['AdminImages9a61f5ce3180789a8455f536681cabc1'] = 'Hauteur image produit :'; +$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'auto'; $_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Fournisseurs :'; $_LANGADM['AdminImagesa11abdf9fb207f44c2d44c72d8a1203f'] = 'Lettres uniquement (ex. : small, large...)'; $_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Catégories'; $_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Toutes'; +$_LANGADM['AdminImagesb435e227d5dd201e1768b2bcb2e0aa81'] = 'hauteur'; $_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Sélectionner l\'image'; $_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Produits :'; $_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; @@ -1340,16 +1335,23 @@ $_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'Va de 0 (plus faible $_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé'; $_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scènes'; $_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Largeur maximale en pixels'; +$_LANGADM['AdminImagesc4d833424eba2cd43c9327d4943dc61f'] = 'Image générée par :'; $_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'Qualité PNG'; +$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'La largeur maximum des images envoyées par les clients (en pixels)'; $_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Si vous faites une modification, n\'oubliez pas de regénérer les images'; $_LANGADM['AdminImagescdef01006777c47ccb3e7922b50a9a4c'] = 'Ce type sera appliqué aux images des catégories'; $_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Hauteur maximale en pixels'; +$_LANGADM['AdminImagescf9694d1337719003737cc35e3c31eb9'] = 'Images produit'; $_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Effacer les images précédentes'; $_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'Qualité JPEG'; $_LANGADM['AdminImagesd72f2c002b37407379420bf987bca76a'] = 'Ce type sera appliqué aux images des scènes'; +$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'La hauteur maximum des images envoyées par les clients (en pixels)'; $_LANGADM['AdminImagese4bb324f29622b389af104bce1db6fdc'] = 'Regénère les miniatures pour tous les produits et catégories'; +$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'La taille maximum des images envoyées par les clients (en octets)'; $_LANGADM['AdminImagese686877843ac3c9f4c45aaea265fe59c'] = 'Préférences > Produits'; +$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Ce réglage doit rester sur \"Oui\" à moins que vous n’ayez déplacé avec succès les images dans l\'onglet Préférences, sous-onglet Images'; $_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Hauteur :'; +$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'largeur'; $_LANGADM['AdminImagesed13a29f9258d2b988ea7ba9d11de98b'] = 'Ne décochez cette case que si le traitement a été interrompu et que vous souhaitez le reprendre.'; $_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Hauteur'; $_LANGADM['AdminImagesf520fc2ea7f469193c55bc499753a923'] = 'Utiliser le PNG uniquement si l\'image de base est au format PNG'; @@ -1546,6 +1548,7 @@ $_LANGADM['AdminInformation0be76c14451b87542668bec6a03f102d'] = 'Informations à $_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Paramètres requis'; $_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Activez la bibliothèque GD sur votre serveur'; $_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'Activez la compression GZip'; +$_LANGADM['AdminInformation2933fa807adda5cc00e163479de35538'] = 'Informations sur la base de données'; $_LANGADM['AdminInformation2a3ff2643b520b827a90e28d94132d42'] = 'Définir les droits d\'écriture sur le fichier sitemap.xml'; $_LANGADM['AdminInformation2e62fff336f9fdfefe4f87168f223f8b'] = 'Des changements sur vos fichiers ont été détectés'; $_LANGADM['AdminInformation3685800496ee1d4fd5cc25d805589f0e'] = 'Méthode d\'envoi de mail'; @@ -1556,12 +1559,14 @@ $_LANGADM['AdminInformation3ff44d56eb2bfbb8f0903e99a28a0819'] = 'Informations su $_LANGADM['AdminInformation4c663c632162a23d0f65510f7064aa87'] = 'Définir les droits d\'écriture sur le dossier /config/'; $_LANGADM['AdminInformation60aaf44d4b562252c04db7f98497e9aa'] = 'Port'; $_LANGADM['AdminInformation6991d2d7bca0854d11c9d0c92c63142a'] = 'le dossier /lang/ et ses sous-dossiers en récursif'; +$_LANGADM['AdminInformation6c1375701d87f2636b01cf951d0a375b'] = 'Moteur MySQL'; $_LANGADM['AdminInformation724d606e1653113be000dc4079074e86'] = 'Informations vous concernant'; $_LANGADM['AdminInformation768648b98e03adaf128f072119af31d3'] = 'Version de PrestaShop'; $_LANGADM['AdminInformation77d1a005b31f2fcdce1fcdac2a337c42'] = 'Définir les droits d\'écriture en récursif sur le dossier /mails/'; $_LANGADM['AdminInformation7bb1734784c970616ce5f3a4814dadd6'] = 'Définir les droits d\'écriture sur le dossier /cache/'; $_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Informations sur votre serveur'; $_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'Vos informations'; +$_LANGADM['AdminInformation8eb2ccdf1b2566fb1ce7fe1545dadbe1'] = 'Préfixe des tables'; $_LANGADM['AdminInformation93405bfa9b7b11e81895230d1ebff2f5'] = 'Définir les droits d\'écriture en récursif sur le dossier /translations/'; $_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Activez le support de MySQL sur votre serveur'; $_LANGADM['AdminInformation9e987a2c638032d7659ec58e58ef3626'] = 'Définissez l\'option PHP \"register_global\" à \"Off\"'; @@ -1647,18 +1652,15 @@ $_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Nom :'; $_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Format de date'; $_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Mettre en ligne un drapeau de pays depuis de votre ordinateur'; $_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'Un pack de langue est disponible pour ce code ISO (son nom est'; -$_LANGADM['AdminLanguages6b61093b5fc4585833f0981390993490'] = 'La langue par défaut utilisée dans la boutique'; $_LANGADM['AdminLanguages6b6a046a46f8e97af0b9e92ccfda7801'] = 'vous ne pouvez pas effacer la langue par défaut'; $_LANGADM['AdminLanguages6b7af0b6d91545318696c648d6b466ac'] = 'Code ISO sur 2 lettres (ex. : fr, en, de)'; $_LANGADM['AdminLanguages6ca38c60dc2544d36428b74669fd9f56'] = 'Fichiers d\'e-mail :'; $_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Vérifie si un pack de langue est disponible pour ce code ISO...'; $_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Image \"Aucune image\" :'; -$_LANGADM['AdminLanguages7c89197a7b81992ee832cb5a89fa6d9d'] = 'Langue par défaut :'; $_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'Télécharger'; $_LANGADM['AdminLanguages886815cb03a02e29a28906c196292ba0'] = '(expérimental : votre thème doit être compatible avec ce type de langue)'; $_LANGADM['AdminLanguages8bc0a3b0cb05ff731e0fb30f35264898'] = 'Code langue complet (ex. : en-us, pt-br)'; $_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminLanguages950baf75b9fd48b9cb4a3d30ffeda4ef'] = 'Options des langues'; $_LANGADM['AdminLanguages9d03b9a48a9f2f06a9698d1f9484011b'] = 'Format de date, court (par exemple, Y-m-d, d/m/Y)'; $_LANGADM['AdminLanguagesa2bc582c21c4b24f18a32d703c0a109b'] = 'Vous ne pouvez pas supprimer la langue anglaise car elle est nécessaire au fonctionnement du système, vous pouvez seulement la désactiver.'; $_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Code ISO'; @@ -1682,6 +1684,8 @@ $_LANGADM['AdminLanguagese6ced2c612d5024c1a2331cdf96e1c33'] = 'À activer si cet $_LANGADM['AdminLanguagesf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutique associée :'; $_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'La langue de votre serveur.'; $_LANGADM['AdminLocalization1a8940a8dec839073dae5489faff67f7'] = 'Unité de poids :'; +$_LANGADM['AdminLocalization254f642527b45bc260048e30704edb39'] = 'Configuration'; +$_LANGADM['AdminLocalization36144ac2644548932977cc36677c1698'] = 'Devise par défaut utilisée dans la boutique'; $_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localisation'; $_LANGADM['AdminLocalization38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Langues'; @@ -1691,15 +1695,22 @@ $_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Pays locale :' $_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'L\'unité de poids de votre boutique (ex. : kg ou lbs)'; $_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Import de pack de localisation'; $_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importer'; +$_LANGADM['AdminLocalization6b61093b5fc4585833f0981390993490'] = 'La langue par défaut utilisée dans la boutique'; $_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Taxes'; $_LANGADM['AdminLocalization763441fe3cb9c82d0ffa63a7c5892b61'] = 'L\'unité de distance de votre boutique (ex. : km ou mi)'; +$_LANGADM['AdminLocalization7c89197a7b81992ee832cb5a89fa6d9d'] = 'Langue par défaut :'; $_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Impossible de se connecter à prestashop.com'; $_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'Le pays de votre serveur.'; $_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Pack de localisation que vous souhaitez importer :'; +$_LANGADM['AdminLocalization8e10808175a8d945d13bab31fb2e2663'] = 'Devise par défaut:'; $_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Avancé'; $_LANGADM['AdminLocalizationa44d74a22a9161292ed48e7e08214a92'] = 'Unité de volume :'; $_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Unités (ex. : poids, volume, distance)'; +$_LANGADM['AdminLocalizationb017db41a29dff4007de058af406341e'] = 'Pays par défaut utilisé dans la boutique'; $_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'États'; +$_LANGADM['AdminLocalizationcc2f0a18cb0448ca2101f93be765e487'] = 'Si vous changez la monnaie par défaut, vous devrez modifier manuellement le prix de chaque produit.'; +$_LANGADM['AdminLocalizationd14d3384847c11b0708990b3343c8dbf'] = 'Pays par défaut :'; +$_LANGADM['AdminLocalizationd5bc5fd307b108537039b6b6f98889d5'] = 'Fuseau horaire :'; $_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Devises'; $_LANGADM['AdminLocalizatione8fa60f47938a6d0c897198af8804338'] = 'L\'unité de volume de votre boutique'; $_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Contenu à importer :'; @@ -1741,6 +1752,12 @@ $_LANGADM['AdminLogsd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélectio $_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'ID de l\'objet'; $_LANGADM['AdminLogse25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravité (1-4)'; +$_LANGADM['AdminMaintenance049104cffa3c1841dece50e6e41f749c'] = 'Activez ou désactivez votre boutique. Désactivez votre boutique pendant que vous effectuez la maintenance. Veuillez noter que le webservice ne sera pas désactivé pour autant et que vos données seront toujours accessibles par ce biais.'; +$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'Général'; +$_LANGADM['AdminMaintenance38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; +$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Activer la boutique'; +$_LANGADM['AdminMaintenance894cd7887e47ca0e836e31577664b1ea'] = 'Adresses IP autorisées à accéder au front-office même si la boutique est désactivée. Utilisez une virgule (\",\") pour les séparer (par exemple, 42.24.4.2,127.0.0.1,99.98.97.96)'; +$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'IP de maintenance'; $_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Supprimer l\'élément n°'; $_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Activer :'; $_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; @@ -1812,14 +1829,19 @@ $_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Page'; $_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL simplifiée :'; $_LANGADM['AdminMeta2979a7ecfaf65f58d0adcf78e2948c8d'] = 'Vous pouvez changer ici le format de vos liens. Il y a plusieurs mots-clés disponibles pour chaque route listée ci-dessous. Les mots-clés avec * sont obligatoires. Pour ajouter un mot-clé dans l\'URL, utilisez la syntaxe {motclé}. Vous pouvez ajouter du texte avant ou après le mot-clé, qui s\'affichera si le contenu du mot-clé n\'est pas vide, avec la syntaxe {avant:motclé:après}. Par exemple {-bonjour-:meta_title} ajoutera \"-bonjour-mon-titre\" dans l\'URL si la méta titre est remplie, autrement il n\'affichera rien. Les URL simplifiées et le module mod_rewrite d\'Apache doivent être activés sur votre serveur pour pouvoir utiliser cette option.'; $_LANGADM['AdminMeta2affaa9860b7565fac919c53798b398d'] = 'Exemple : \"contacts\" pour http://maboutique.com/shop/contacts redirigera vers http://maboutique.com/shop/contact-form.php'; +$_LANGADM['AdminMeta345d6249c20c6319bb09edaaf536744b'] = 'Génération du fichier robots.txt'; $_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'URL réécrite :'; $_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Méta mots-clés :'; +$_LANGADM['AdminMeta3b823baba7abb920bd1c18104ae7537b'] = 'Votre fichier robots.txt DOIT être dans le dossier racine de votre site web, et nulle part ailleurs.'; $_LANGADM['AdminMeta44bc5350d0a72d6f348aaeebb4004d8e'] = 'Rediriger automatiquement vers l\'URL canonique'; $_LANGADM['AdminMeta4b9a9672a96a435f1d15ad934e093104'] = 'Route vers les modules'; $_LANGADM['AdminMeta5575f8bf467eba7499f22e78db6f3f56'] = 'Route vers les produits'; $_LANGADM['AdminMeta6049980ef775b17f7f0b3624ae121733'] = 'L\'URL rewriting (mod_rewrite) n\'est pas activé sur votre serveur. Si vous voulez utiliser les URL simplifiées, veuillez activer ce module Apache.'; $_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caractères non valables :'; +$_LANGADM['AdminMeta6bd35b70de933ef8bfeee04ea40b9a25'] = 'créez un fichier vide robots.txt à la racine de votre site'; +$_LANGADM['AdminMeta7959e21ff0b83542251ca0b4e9a62eea'] = 'Générer le fichier robots.txt'; +$_LANGADM['AdminMeta7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'N\'activez cette option que si vous rencontrez des problèmes avec la redirection d\'URL de certaines pages.'; $_LANGADM['AdminMeta82fa9d45784fa48b4a37f4e225de5451'] = 'Une courte description'; $_LANGADM['AdminMeta83495f05c4aa5f326f23b6d58d0da5e6'] = 'Route vers les catégories CMS'; $_LANGADM['AdminMeta8eee2883d683841b6ab08c1bb6d13fb7'] = 'Route vers les pages CMS'; @@ -1827,8 +1849,11 @@ $_LANGADM['AdminMeta8f815100fbc9398e9441b28d219e0ca4'] = 'Route vers les marques $_LANGADM['AdminMeta93cba07454f06a4a960172bbd6e2a435'] = 'Oui'; $_LANGADM['AdminMeta9ca94e67feafa7c087ed70257d54ce53'] = 'Mots-clés : %s'; $_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Méta description :'; +$_LANGADM['AdminMetaacaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Désactiver l\'option Apache MultiViews'; +$_LANGADM['AdminMetab65cc08420e484602c7c313336933452'] = 'Ex. : http://www.monsite.com/robots.txt'; $_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Titre'; +$_LANGADM['AdminMetab8a27e47e64caa3e36c8894c3745357b'] = 'Avant de pouvoir utiliser cet outil, vous devez :'; $_LANGADM['AdminMetabafd7322c6e97d25b6299b5d6fe8920b'] = 'Non'; $_LANGADM['AdminMetabc5d446bc10f94f2132fa898d11a423a'] = 'Configuration des URL'; $_LANGADM['AdminMetac12e753c3108c17350db4e5990ff626e'] = 'Liste des mots-clés'; @@ -1837,11 +1862,13 @@ $_LANGADM['AdminMetad3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélectio $_LANGADM['AdminMetad65773e40ecde8c2b27057f09fc868ff'] = 'Titre de la page :'; $_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'N\'activez cette option que si votre serveur autorise la réécriture d\'URL (recommandé).'; $_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Page :'; +$_LANGADM['AdminMetae1a19fd908ac5462b7341173e3d45afd'] = 'donnez les permissions d\'écriture au fichier (CHMOD 666 sur un système Unix)'; $_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = 'Il n\'y a pas de page disponible !'; $_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminMetae67422bc0428fba3af157a4d4851d2b4'] = 'Titre de la page concernée'; $_LANGADM['AdminMetae73d8e659020c1acff040a3a3eaf9d21'] = 'Recommandé mais votre thème doit être conforme.'; $_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Nom de la page concernée'; +$_LANGADM['AdminMetafe358d16c495908eaff53cb8bc8f3352'] = 'Générez votre fichier \"robots.txt\" en cliquant sur le bouton suivant (cela écrasera votre fichier robots.txt actuel)'; $_LANGADM['AdminModules0095a9fa74d1713e43e370a7d7846224'] = 'Export'; $_LANGADM['AdminModules00c3388449f7c4d73cc8c417d7d38554'] = 'Tous les modules'; $_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Auteurs'; @@ -1974,6 +2001,34 @@ $_LANGADM['AdminOrderMessage940663fd4428d2c86f9a4780b6574028'] = 'Message :'; $_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminOrderMessaged3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; $_LANGADM['AdminOrderMessagee25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?'; +$_LANGADM['AdminOrderPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Taxe des emballages cadeaux'; +$_LANGADM['AdminOrderPreferences0db377921f4ce762c62526131097968f'] = 'Général'; +$_LANGADM['AdminOrderPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Cette fonctionnalité permet le passage de commande sans création de compte'; +$_LANGADM['AdminOrderPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Propose l\'emballage cadeau au client et la possibilité de laisser un message '; +$_LANGADM['AdminOrderPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Tarifs emballages cadeaux'; +$_LANGADM['AdminOrderPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Requiert l\'acceptation des CGV par le client durant la commande'; +$_LANGADM['AdminOrderPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; +$_LANGADM['AdminOrderPreferences403e42a4b26e379cb13563c98ab63067'] = 'Activer la commande express (guest checkout)'; +$_LANGADM['AdminOrderPreferences59aad85b376259844b471a758908a3c1'] = 'Type de processus de commande'; +$_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Aucun'; +$_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Vous pouvez choisir le type de processus de command : standard (5 étapes, 5 pages) ou \"One Page Checkout\" (5 étapes au sein d\'une même page)'; +$_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Choisissez la page CMS de conditions générales de vente'; +$_LANGADM['AdminOrderPreferences8730643a0c64ae839f141d0fb52bf21d'] = 'Permettre aux clients de fractionner leurs commandes. Une avec les produits \"en stock\", et une autre avec les autres produits. Cette option va transformer le panier des clients dans deux commandes.'; +$_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Fixe une taxe pour le prix de l\'emballage cadeau'; +$_LANGADM['AdminOrderPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Montant total minimum requis pour valider une commande :'; +$_LANGADM['AdminOrderPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Autoriser l\'envoi multiple'; +$_LANGADM['AdminOrderPreferencesaad3af5c95ba38f8687b6c35ed6e7218'] = 'Permettre aux clients d\'expédier leurs commande à différentes adresses. Cette option va transformer le panier des clients en une ou plusieurs commandes.'; +$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'One page checkout'; +$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Proposer des emballages recyclés'; +$_LANGADM['AdminOrderPreferencesbf3b3ed0e4fd43efff9c26b3d35c6c2f'] = 'Options des emballages cadeaux'; +$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 étapes)'; +$_LANGADM['AdminOrderPreferencesc173252856179a44a9506a968359de8b'] = 'Fixe un prix pour l\'emballage cadeau'; +$_LANGADM['AdminOrderPreferencesca9bccbec65b9e333e8896dbe43369df'] = '0 pour désactiver cette fonctionnalité.'; +$_LANGADM['AdminOrderPreferencescd6aaf6d8287fd5a49122d36f0ff7024'] = 'Envoi différé'; +$_LANGADM['AdminOrderPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Proposer des emballages cadeaux'; +$_LANGADM['AdminOrderPreferencesd4d27f93d89b170800f7896e3e438468'] = 'Page CMS de conditions générales de vente'; +$_LANGADM['AdminOrderPreferencese4045598261988d9988c594243a9434d'] = 'Conditions générales de vente'; +$_LANGADM['AdminOrderPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Suggérer au client de choisir un colis en matières recyclées'; $_LANGADM['AdminOrders004bf6c9a40003140292e97330236c53'] = 'Action'; $_LANGADM['AdminOrders0110ae516fc412d9e286afdb312caeb4'] = 'Propriétaire de la carte :'; $_LANGADM['AdminOrders01abfc750a0c942167651c40d088531d'] = 'n°'; @@ -2209,8 +2264,6 @@ $_LANGADM['AdminOutstandingb9894a8360f66fa7c87aebe79d2f5021'] = 'Encours courant $_LANGADM['AdminOutstandingbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; $_LANGADM['AdminOutstandingc4e8e61e01875cfb720e75c7d97b9c88'] = 'Encours autorisé'; $_LANGADM['AdminOutstandingce26601dac0dea138b7295f02b7620a7'] = 'Client'; -$_LANGADM['AdminPPreferences044a77653804fe33652d68098d98121e'] = 'Utiliser l\'ancien système de stockage d\'images'; -$_LANGADM['AdminPPreferences048a517fd1781ed314402df592f2ea68'] = 'Largeur image produit :'; $_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Afficher les dernières quantités lorsque celles-ci sont inférieures à :'; $_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Produits'; $_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Afficher les attributs indisponibles sur la fiche produit :'; @@ -2221,11 +2274,9 @@ $_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Ordre de tri p $_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Le bouton \"Ajouter au panier\" est caché lorsque le produit est indisponible '; $_LANGADM['AdminPPreferences2593c7ce3ff937293feb1e61c152e551'] = 'caractères'; $_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Prix du produit'; -$_LANGADM['AdminPPreferences32465c25dfecca0db61214b9af3bd9f1'] = 'Taille maximum des images des produits :'; $_LANGADM['AdminPPreferences39cb26ab18c110579dec495581a11552'] = 'Redirection après avoir ajouté un produit au panier :'; $_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Nombre maximum de produits dans le comparateur :'; $_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Position dans la catégorie'; -$_LANGADM['AdminPPreferences4b3a6218bb3e3a7303e8a171a60fcf92'] = 'octets'; $_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'page précédente'; $_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Date d\'ajout'; $_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'Comment calculer les remises de quantité'; @@ -2238,36 +2289,25 @@ $_LANGADM['AdminPPreferences7dbe88f99044a2b7e37ae992b8651be4'] = 'Produits (gene $_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Remises des quantités basées sur :'; $_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Mode catalogue :'; $_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Concerne uniquement la version non-Ajax du panier'; -$_LANGADM['AdminPPreferences9a61f5ce3180789a8455f536681cabc1'] = 'Hauteur image produit :'; $_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Afficher le bouton \"ajouter au panier\" lorsque le produit a des attributs :'; -$_LANGADM['AdminPPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Montant total minimum requis pour valider une commande :'; -$_LANGADM['AdminPPreferences9df22f196a33acd0b372fe502de51211'] = 'auto'; $_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Définissez la taille maximale de la description courte du produit'; $_LANGADM['AdminPPreferencesa41e05ded65532b4ca855a20da95bc32'] = 'Préciser ici le seuil à partir duquel sera affiché un message annonçant une prochaine rupture de stock.'; $_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'Activer JqZoom au lieu de Thickbox sur les pages produits :'; -$_LANGADM['AdminPPreferencesb435e227d5dd201e1768b2bcb2e0aa81'] = 'hauteur'; $_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Déclinaisons'; $_LANGADM['AdminPPreferencesc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Marque'; $_LANGADM['AdminPPreferencesc2afe59ae613c1b64c27dba13257e404'] = 'Activer la gestion des stocks avancée :'; -$_LANGADM['AdminPPreferencesc4d833424eba2cd43c9327d4943dc61f'] = 'Image générée par :'; $_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Afficher ou masquer le bouton \"Ajouter au panier\" sur les pages catégories des produits qui ont des attributs pour forcer les clients à voir le détail du produit.'; -$_LANGADM['AdminPPreferencesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'La largeur maximum des images envoyées par les clients (en pixels)'; $_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Tri par défaut pour la liste des produits'; $_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Nombre de produits par page. Valeur par défaut : 10'; $_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = '0 pour désactiver cette fonctionnalité.'; $_LANGADM['AdminPPreferencescbb81506a7fe3ef03f7a89c76c52131a'] = 'Pagination'; $_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Croissant'; -$_LANGADM['AdminPPreferencescf9694d1337719003737cc35e3c31eb9'] = 'Images produit'; $_LANGADM['AdminPPreferencesd6749853deb2dfe0920371d50fbbb377'] = 'Vous permet de gérer un stock physique, des entrepôts, et des commandes fournisseurs.'; $_LANGADM['AdminPPreferencesd920ec381c352d9d92a53ed3d261e8c6'] = 'Date de modification'; $_LANGADM['AdminPPreferencesdcf765af784bde828a35fc529a1760ef'] = 'Ordre par défaut :'; -$_LANGADM['AdminPPreferencesdde6c96bcb0af50f18f37572267d904a'] = 'La hauteur maximum des images envoyées par les clients (en pixels)'; $_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Nom du produit'; $_LANGADM['AdminPPreferencese3cf5ac19407b1a62c6fccaff675a53b'] = 'Décroissant'; $_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Tri par défaut :'; -$_LANGADM['AdminPPreferencese57fbdf001b4b35e6ca7dcdc628ca853'] = 'La taille maximum des images envoyées par les clients (en octets)'; -$_LANGADM['AdminPPreferencese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Ce réglage doit rester sur \"Oui\" à moins que vous n’ayez déplacé avec succès les images dans l\'onglet Préférences, sous-onglet Images'; -$_LANGADM['AdminPPreferenceseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'largeur'; $_LANGADM['AdminPPreferenceseb763a2e313718f33f55e1f0d84df6ee'] = 'Page produit'; $_LANGADM['AdminPPreferencesff26a60315cd84533d5339ba26617988'] = 'Stocks produit'; $_LANGADM['AdminPayment1b1e7483572e24b802c4f4dec44b7a31'] = 'Restrictions des groupes'; @@ -2290,6 +2330,7 @@ $_LANGADM['AdminPerformance029c7c02d736e799563e65ab25824886'] = 'Serveur de méd $_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; $_LANGADM['AdminPerformance05894ba2c918dd33592bf1bd21c347f6'] = 'Memcached'; $_LANGADM['AdminPerformance0ae00a25b134fd5949f4e08e28194b1b'] = 'Poids :'; +$_LANGADM['AdminPerformance0b388064aa29e8576990d9eb5da8d43e'] = 'Optimisation Apache'; $_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'Devrait être activé sauf pour les tests et débogage.'; $_LANGADM['AdminPerformance0e68f753bc601f5d9d04717f95042762'] = 'APC'; $_LANGADM['AdminPerformance17d7cd0c1cf06a808fe23302666ea48c'] = 'Ces fonctionnalités vont être désactivées :'; @@ -2298,6 +2339,7 @@ $_LANGADM['AdminPerformance1f1950e2be8e805605b5716b45b5c97e'] = 'Les templates s $_LANGADM['AdminPerformance209007e0c3ea294541d8dbaf9b2c0cc8'] = 'Utiliser le cache :'; $_LANGADM['AdminPerformance21021ea0e52be8e9c599f4dff41e5be0'] = 'Caractéristique'; $_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Pour utiliser Memcached, vous devez installer l\'extension Memcached PECL sur votre serveur.'; +$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'En cochant cette case, votre fichier .htaccess sera complété automatiquement avec des directives améliorant le cache et la compression.'; $_LANGADM['AdminPerformance38ca568bbe61771c6456a5c7b8d419ee'] = 'Xcache'; $_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Compression maximum du code HTML (risqué)'; @@ -2373,80 +2415,19 @@ $_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt est plus $_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; $_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Conserver le fonctionnement classique'; $_LANGADM['AdminPerformancefdf1da3a7cc0e1cb2ef78f7b5658f422'] = 'Cache des templates :'; -$_LANGADM['AdminPreferences049104cffa3c1841dece50e6e41f749c'] = 'Activez ou désactivez votre boutique. Désactivez votre boutique pendant que vous effectuez la maintenance. Veuillez noter que le webservice ne sera pas désactivé pour autant et que vos données seront toujours accessibles par ce biais.'; -$_LANGADM['AdminPreferences051fd283c29527d33402475333dfb1da'] = 'Afficher les notifications lorsque de nouveaux clients vous enverront de nouveaux messages sur votre boutique'; -$_LANGADM['AdminPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Taxe des emballages cadeaux'; $_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Général'; -$_LANGADM['AdminPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Cette fonctionnalité permet le passage de commande sans création de compte'; -$_LANGADM['AdminPreferences12cbe1a4645659457808631047989afb'] = 'Maximum :'; -$_LANGADM['AdminPreferences1301a51cbee38f0c34369720070e5e1b'] = 'Limite de téléchargement de fichier'; $_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Activer le SSL'; -$_LANGADM['AdminPreferences16c390c0fd1efc4f493a6a861aa22d2f'] = 'Bulles d\'aide du back-office'; -$_LANGADM['AdminPreferences1b1befcb86d487715da458117710dfeb'] = 'Affiche les notifications pour les nouvelles commandes'; $_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'supérieur'; -$_LANGADM['AdminPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Propose l\'emballage cadeau au client et la possibilité de laisser un message '; -$_LANGADM['AdminPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Tarifs emballages cadeaux'; -$_LANGADM['AdminPreferences2ca89cca013873c7f841e1acf242b3d6'] = 'Définissez la taille maximale des fichiers joints (en mégaoctets).'; -$_LANGADM['AdminPreferences3009d174d7831e0445125204c567d195'] = 'Active ou désactive le mode B2B. Lorsque cette option est active, plusieurs fonctionnalités B2B deviennent disponibles.'; -$_LANGADM['AdminPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Requiert l\'acceptation des CGV par le client durant la commande'; $_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; -$_LANGADM['AdminPreferences3aadb5e86b174ecada1174e22f5a6368'] = 'Poids maximum des fichiers joints'; -$_LANGADM['AdminPreferences403e42a4b26e379cb13563c98ab63067'] = 'Activer la commande express (guest checkout)'; -$_LANGADM['AdminPreferences46f18d3960afc01e5a1a5a0e0e9d571b'] = 'Vérifier automatiquement les mises à jour de modules'; -$_LANGADM['AdminPreferences47ff1aadf05084936c5c2465c796048d'] = 'L\'option \"Création de compte seulement\" permet au client de s\'enregistrer plus vite et de n\'enregistrer son adresse que plus tard.'; $_LANGADM['AdminPreferences4be87dc8773fa2fb95b7b8302cb47fa9'] = 'Afficher les fournisseurs et les marques même si les blocs correspondants sont désactivés'; -$_LANGADM['AdminPreferences4e7ff7ca556a7ac8329ab27834e9631b'] = 'Affiche les notifications pour les nouveaux messages'; -$_LANGADM['AdminPreferences5870c50004d9568f8de39d09363533a7'] = 'Limite de téléchargement d\'images'; -$_LANGADM['AdminPreferences59aad85b376259844b471a758908a3c1'] = 'Type de processus de commande'; -$_LANGADM['AdminPreferences656ff9c98ad48192724f8a74f5e18733'] = 'Définit la limite de téléchargement pour un produit. Cette valeur doit être inférieure ou égale à celle de votre serveur'; -$_LANGADM['AdminPreferences686a2ac82a5a64eca870ba9a55b8a675'] = 'De nouveaux modules et mises à jour sont affichés sur la page des modules'; -$_LANGADM['AdminPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Aucune'; -$_LANGADM['AdminPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Vous pouvez choisir le type de processus de command : standard (5 étapes, 5 pages) ou \"One Page Checkout\" (5 étapes au sein d\'une même page)'; -$_LANGADM['AdminPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Choisissez la page CMS de conditions générales de vente'; -$_LANGADM['AdminPreferences6d964e25aa6aa88c8353880e00202cf4'] = 'Indiquez le nombre d\'heures'; $_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'classique'; -$_LANGADM['AdminPreferences77dcf778f486e4dcbe5b400bd08ac3a6'] = 'mégaoctets'; $_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Afficher les fournisseurs et les marques'; -$_LANGADM['AdminPreferences7fe15a347d66e291d7a1375273226205'] = 'Activer la boutique'; -$_LANGADM['AdminPreferences8004e61ca76ff500d1e6ee92f7cb7f93'] = 'Affiche les notifications pour les nouveaux clients'; -$_LANGADM['AdminPreferences8730643a0c64ae839f141d0fb52bf21d'] = 'Permettre aux clients de fractionner leurs commandes. Une avec les produits \"en stock\", et une autre avec les autres produits. Cette option va transformer le panier des clients dans deux commandes.'; -$_LANGADM['AdminPreferences894cd7887e47ca0e836e31577664b1ea'] = 'Adresses IP autorisées à accéder au front-office même si la boutique est désactivée. Utilisez une virgule (\",\") pour les séparer (par exemple, 42.24.4.2,127.0.0.1,99.98.97.96)'; -$_LANGADM['AdminPreferences8cde7b1fa570f328143c41677032b507'] = 'Définit la limite de téléchargement pour une image. Cette valeur doit être inférieure ou égale à celle de votre serveur'; -$_LANGADM['AdminPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Récupération du panier après l\'authentification du client'; $_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Si votre hébergeur propose le protocole SSL, vous pouvez activer le cryptage SSL (https://) pour l\'identification des clients et le processus de commande'; -$_LANGADM['AdminPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Fixe une taxe pour le prix de l\'emballage cadeau'; $_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Vous pouvez choisir le mode d\'arrondi : arrondir toujours au supérieur, à l\'inférieur, ou arrondi classique.'; -$_LANGADM['AdminPreferences9cfc2e28ebe44b3e14f9d780d2150650'] = 'Vérifiez l\'adresse IP du cookie afin d\'éviter que votre cookie soit volé'; -$_LANGADM['AdminPreferences9f7a304fd501ed0e4d06b899fed739d0'] = 'Création de compte seulement'; -$_LANGADM['AdminPreferencesa2c3880e68cde73646da32ea19e17ab8'] = 'Autoriser l\'envoi multiple'; -$_LANGADM['AdminPreferencesa9fff6d50be898f47a507354626b8b8d'] = 'Masquer les conseils d\'optimisation'; -$_LANGADM['AdminPreferencesaad3af5c95ba38f8687b6c35ed6e7218'] = 'Permettre aux clients d\'expédier leurs commande à différentes adresses. Cette option va transformer le panier des clients en une ou plusieurs commandes.'; $_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Règle d\'arrondi'; -$_LANGADM['AdminPreferencesae1d865ef6ce7ebb9492ea7a7f1bc8a5'] = 'Afficher les notifications lorsque de nouveaux clients s\'inscriront sur votre boutique'; -$_LANGADM['AdminPreferencesb563636fd3896671be0104bbc6783be4'] = 'One page checkout'; -$_LANGADM['AdminPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Proposer des emballages recyclés'; $_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Cliquez ici pour utiliser le protocole HTTPS avant d\'activer le mode SSL.'; -$_LANGADM['AdminPreferencesbcb9adf1d2347258b5c65483e34cf86f'] = 'Type de processus d\'enregistrement'; -$_LANGADM['AdminPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 étapes)'; -$_LANGADM['AdminPreferencesc173252856179a44a9506a968359de8b'] = 'Fixe un prix pour l\'emballage cadeau'; -$_LANGADM['AdminPreferencesc760118c537146713521758269a44bd3'] = 'Activer le mode B2B'; -$_LANGADM['AdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Durée de vie du cookie front-office'; $_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Active ou désactive les jetons (tokens) en front-office afin d\'améliorer la sécurité de PrestaShop'; -$_LANGADM['AdminPreferencescd6aaf6d8287fd5a49122d36f0ff7024'] = 'Envoi différé'; -$_LANGADM['AdminPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Proposer des emballages cadeaux'; -$_LANGADM['AdminPreferencesd4d27f93d89b170800f7896e3e438468'] = 'Page CMS de conditions générales de vente'; -$_LANGADM['AdminPreferencesd5bc5fd307b108537039b6b6f98889d5'] = 'Fuseau horaire :'; -$_LANGADM['AdminPreferencesdaf835712085aaaf81818e7ebfeb66b8'] = 'IP de maintenance'; -$_LANGADM['AdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Active l\'aide contextuelle en dessous des champs de saisie'; $_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Améliore la sécurité du front-office'; -$_LANGADM['AdminPreferencese4045598261988d9988c594243a9434d'] = 'Conditions générales de vente'; -$_LANGADM['AdminPreferencese4e2107f99e82247d7e32ac7919c4416'] = 'Masquer les conseils d\'optimisation sur la page d\'accueil du panneau d\'administration'; -$_LANGADM['AdminPreferencese673b146824251548feecf1f3929aceb'] = 'Durée de vie du cookie back-office'; -$_LANGADM['AdminPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'Réafficher le panier après identification'; -$_LANGADM['AdminPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Suggérer au client de choisir un colis en matières recyclées'; -$_LANGADM['AdminPreferencesed5454727fb14b9800ead242d0972184'] = 'Vérifier l\'IP dans le cookie'; -$_LANGADM['AdminPreferencesf2c822352f0e0a62e2de6d716475911b'] = 'Standard (création de compte et d\'adresse)'; -$_LANGADM['AdminPreferencesf79dc7c8a2b655f2dcae2ad1102b725b'] = 'Afficher les notifications lorsque de nouvelles commandes seront passées sur votre boutique'; $_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inférieur'; $_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Action'; $_LANGADM['AdminProducts0063394f0497bfd610ebac0aee7cfc34'] = 'Associations'; @@ -3152,34 +3133,49 @@ $_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Commandes'; $_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Adresse e-mail'; $_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Date de naissance'; $_LANGADM['AdminSearchConf00204f71aee500f89085662a40f8a555'] = 'Active la recherche Ajax pour les visiteurs.'; +$_LANGADM['AdminSearchConf01d2aac5d20787a1e873f2bdc79b514a'] = 'Rechercher ce mot à la place.'; $_LANGADM['AdminSearchConf05cdca5b85ff26e596c3af66ed4820d5'] = 'Poids de la catégorie'; +$_LANGADM['AdminSearchConf09319b10a5e3af8e97dc40523655a283'] = 'Saisir chaque alias séparé par une virgule (\",\") (par ex. : \'prestshop,preztashop,prestasohp\')'; $_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Recherche'; $_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'Un mot avec un poids de 8 aura 4 fois plus de valeur qu\'un mot avec un poids de 2.'; $_LANGADM['AdminSearchConf1b25f9ffbf4d185dbb985380a04732cc'] = 'Poids des attributs'; $_LANGADM['AdminSearchConf1c24b90abdb6175e6c57762446db435a'] = 'Les produits indexés ont été analysés par PrestaShop et apparaitront dans la recherche en front-office.'; +$_LANGADM['AdminSearchConf259b411f284388d228a30c1e2ed0c61d'] = 'Caractères interdits : <>;=#{}'; $_LANGADM['AdminSearchConf26e424abe001fcfdcc85a2d59bacb567'] = 'Reconstruire l\'index.'; $_LANGADM['AdminSearchConf2e2ef007bbe41bc68ee187fca0387520'] = 'Vous pouvez définir une tâche cron qui va reconstruire votre index en utilisant l\'URL suivante :'; +$_LANGADM['AdminSearchConf38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminSearchConf4381a423b1c744a58a00f9921327f4f7'] = 'Taille de mot minimum'; $_LANGADM['AdminSearchConf483c40354fdf24fc335387dc1785ccd2'] = 'Avec la recherche Ajax, les 10 premiers produits correspondant aux mots-clés indiqués par l\'utilisateur apparaitront en temps réel sous le champ de recherche.'; $_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Poids des caractéristiques'; +$_LANGADM['AdminSearchConf5aac38deec604d81565722cc5a2a6be1'] = 'Résultat :'; $_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Mots à ne pas indexer'; $_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Poids de la description courte'; $_LANGADM['AdminSearchConf6b6f555863e195d03251e032e5215dc1'] = 'Si votre serveur arrête le processus avant qu\'il se termine, vous pouvez continuer l\'indexation en cliquant sur \"Ajouter à l\'index les produits manquant.\".'; $_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Poids du nom du produit'; +$_LANGADM['AdminSearchConf792fd33273f5b3dbbcc6bd5de52b7e20'] = 'n\'est pas un résultat valable'; $_LANGADM['AdminSearchConf7b4ab4349de14bddc973ec0339695854'] = 'C\'est pourquoi nous vous conseillons de mettre plus de poids pour les mots qui apparaissent dans le nom ou la référence d\'un des produits que ceux de la description. Ainsi, les résultats de la recherche seront aussi précis que possible.'; $_LANGADM['AdminSearchConf88a84f6aa7f460b72f4a4b9dd9b9b714'] = 'Active la recherche instantanée pour les visiteurs.'; $_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Ajouter à l\'index les produits manquant.'; $_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'Recherche Ajax'; $_LANGADM['AdminSearchConf8c489d0946f66d17d73f26366a4bf620'] = 'Poids'; $_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Veuillez saisir les mots séparés par un \"|\" (caractère \"barre verticale\").'; +$_LANGADM['AdminSearchConf9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; $_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Poids de la marque'; +$_LANGADM['AdminSearchConf9d2e974b83d9090b463dbcb2ef32ab51'] = 'n\'est pas un alias valable'; +$_LANGADM['AdminSearchConfa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias :'; +$_LANGADM['AdminSearchConfa66ec6983e578c3ac4663171b39d168b'] = 'les deux champs sont requis'; $_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'Le \"poids\" d\'un mot représente son importance et sa pertinence pour le classement des produits lorsqu\'un utilisateur fait une recherche.'; $_LANGADM['AdminSearchConfbbeec9bc726c86e461b48941118e4f3b'] = 'Recherche instantanée :'; $_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Poids des tags'; $_LANGADM['AdminSearchConfc1aa7600ab8604ee230fbf068ae3e032'] = 'Seuls les mots à partir de cette taille seront indexés.'; +$_LANGADM['AdminSearchConfc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer'; $_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Produits indexés :'; $_LANGADM['AdminSearchConfd125a8ad45c31bd8d3d6502b357e944a'] = 'Avec la recherche instantanée, les résultats apparaitront immédiatement pendant que l\'utilisateur fait sa recherche.'; +$_LANGADM['AdminSearchConfd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; $_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indexation'; +$_LANGADM['AdminSearchConfe25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer la sélection ?'; +$_LANGADM['AdminSearchConfe8f1ffb3f4695131d99e8815643aa79e'] = 'Création réussie'; +$_LANGADM['AdminSearchConfec53a8c4f07baed5d8825072c89799be'] = 'État'; $_LANGADM['AdminSearchConff228001fc9ac806066ea0a61ca65abb6'] = 'La construction de l\'index des produict peut prendre plusieurs minutes.'; $_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Poids de la référence'; $_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Poids de la description longue'; @@ -3632,17 +3628,20 @@ $_LANGADM['AdminStockMvtedc6fdf20f39ce77df67370431e4aa6a'] = 'Il y a pas de donn $_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Employé'; $_LANGADM['AdminStockMvtfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; $_LANGADM['AdminStores00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; +$_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Affichée dans les e-mails envoyés aux clients'; $_LANGADM['AdminStores0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax :'; $_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Affichage simplifié de la page de localisation de magasin :'; $_LANGADM['AdminStores134592f3d9dadf4c4f76ef7e9e12fb57'] = 'Photo du magasin'; $_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'État/région :'; $_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'La taille du fichier'; $_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caractères autorisés : lettres, espaces et'; +$_LANGADM['AdminStores237726599268adc200964601cdafeb16'] = 'Adresse e-mail de la boutique :'; $_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'État'; $_LANGADM['AdminStores28ff513c3d1589f6f46dcaee92f31172'] = 'Adresse (2) :'; $_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Adresse :'; $_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Paramètres'; $_LANGADM['AdminStores38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; +$_LANGADM['AdminStores3c720ca57528095461f52d40d26d956a'] = 'Adresse du magasin (ligne 1) :'; $_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'État/région'; $_LANGADM['AdminStores4851163a385d006adb115cda872b33b7'] = 'Utilisé pour la position par défaut de la carte'; $_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Nom'; @@ -3652,12 +3651,17 @@ $_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'Ville'; $_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'Pays'; $_LANGADM['AdminStores5a6b8fd2f89cdbde7862a59462f58273'] = 'Longitude par défaut :'; $_LANGADM['AdminStores5c7246a637866f706a8319f8f701497e'] = 'Afficher ou non ce magasin'; +$_LANGADM['AdminStores5dd532f0a63d89c5af0243b74732f63c'] = 'Coordonnées'; +$_LANGADM['AdminStores61f0fa926f97eafb392975ed79cebb4a'] = 'Nom de la boutique :'; +$_LANGADM['AdminStores63406c9482c644975f227cc93788e8fb'] = 'Choisissez votre pays'; $_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Code postal'; $_LANGADM['AdminStores673ae02fffb72f0fe68a66f096a01347'] = 'Téléphone :'; $_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lundi'; $_LANGADM['AdminStores7515d32836da5648eb6a8f9113b7405b'] = 'Code postal :'; +$_LANGADM['AdminStores76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Immatriculation de la boutique (ex. : SIRET, RCS, ...)'; $_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Jeudi'; $_LANGADM['AdminStores78e365acb087fd1f8d494dae0001de10'] = 'Adresse e-mail :'; +$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Affiché dans les en-têtes des pages et des e-mails'; $_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mercredi'; $_LANGADM['AdminStores7da7bd98bbbcb62c935af8d362bb7a3e'] = 'Image : '; $_LANGADM['AdminStores7ef769cefe50f4eee90b1e1a22eb9172'] = 'Latitude par défaut :'; @@ -3680,11 +3684,14 @@ $_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Vendredi'; $_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Pas de carte, pas de recherche, juste un annuaire des magasins'; $_LANGADM['AdminStoresca5acac9ef810c83a15e0da3babd2007'] = 'Nom du magasin, par exemple : Magasin du Citycentre Mall'; $_LANGADM['AdminStoresd3b206d196cd6be3a2764c1fb90b200f'] = 'Supprimer la sélection'; +$_LANGADM['AdminStoresd7ceaa3ddb4fc6884046456463ecb258'] = 'Immatriculation :'; +$_LANGADM['AdminStorese0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Code postal :'; $_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = 'Supprimer les éléments sélectionnés ?'; $_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Supprimer'; $_LANGADM['AdminStoresf64be5eef68442a8f50cf535b92ad3e4'] = 'Pays :'; $_LANGADM['AdminStoresfc9d3df613063ee57906c461320744e2'] = 'Commentaire :'; $_LANGADM['AdminStoresfcea88ad56b0839689d41643aa8abfd3'] = 'Latitude / Longitude :'; +$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Choisissez votre état/région (si cela s\'applique)'; $_LANGADM['AdminSubDomains3547c78d942e86c858f271e467adb778'] = 'Sous-domaines :'; $_LANGADM['AdminSubDomains38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Sous-domaines'; @@ -4017,6 +4024,7 @@ $_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo des factures :' $_LANGADM['AdminThemesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminThemesbbb572a770006c9e0e57c9e5d4bcda90'] = 'En direct de PrestaShop Addons !'; $_LANGADM['AdminThemesbd352f1bef1aa1ce2f42a0524bcb13e1'] = 'Attention : aucun logo d\'e-mail n\'étant défini, le logo de l\'en-tête est utilisé à la place.'; +$_LANGADM['AdminThemesc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer'; $_LANGADM['AdminThemesceccf85daef2a671b77af2b711e00c9c'] = 'Seul le format ICO est autorisé'; $_LANGADM['AdminThemesd721757161f7f70c5b0949fdb6ec2c30'] = 'Thème'; $_LANGADM['AdminThemesdd41ba374c974ba93cbf1299d98ee8bb'] = 'Attention : aucun logo de facture n\'étant défini, le logo de l\'en-tête est utilisé à la place.'; diff --git a/translations/it/admin.php b/translations/it/admin.php index 9a7d1763a..df6164a25 100644 --- a/translations/it/admin.php +++ b/translations/it/admin.php @@ -2,3268 +2,2944 @@ global $_LANGADM; $_LANGADM = array(); -$_LANGADM['AdminAccess9d3aff6bea8ffbe99b0dd0538fe143ff'] = 'Profilo aggiornato'; -$_LANGADM['AdminAccess8cd14e237b4f34d4e669885f9e1da00f'] = 'Richiesta impossibile!'; -$_LANGADM['AdminAccess1c70a41f285848d38656b2d7be9fdc62'] = 'Variazioni in corso. Attendere, prego.'; -$_LANGADM['AdminAccess8ec05f1a46ab017d49d635faea17f235'] = 'Impossibile connettersi al server!'; -$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Vedi'; -$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; -$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutto'; -$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Nessun tab'; $_LANGADM['AdminAccess05fe96d753968b151a15b748140e4467'] = 'I permessi del profilo amministratore non possono essere modificati.'; -$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAccess151648106e4bf98297882ea2ea1c4b0e'] = 'Aggiornamento riuscito'; +$_LANGADM['AdminAccess4351cfebe4b61d8aa5efa1d020710005'] = 'Vedi'; +$_LANGADM['AdminAccess7015777bcc86cd0c5e4819310d62b040'] = 'Tabs'; +$_LANGADM['AdminAccess7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; +$_LANGADM['AdminAccess7fcca2f879aa88fea302c675f56428cc'] = 'Nessun tab'; +$_LANGADM['AdminAccessb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutto'; +$_LANGADM['AdminAccessec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; +$_LANGADM['AdminAccessf1206f9fadc5ce41694f69129aecac26'] = 'Configura'; +$_LANGADM['AdminAccessf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminAccountingExport936ccdb97115e9f35a11d35e3d5b5cad'] = 'Clicca qui'; +$_LANGADM['AdminAccountingManagementc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminAccountingRegisteredNumber20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome'; +$_LANGADM['AdminAccountingRegisteredNumber8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome'; +$_LANGADM['AdminAddresses1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda'; $_LANGADM['AdminAddresses20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome'; -$_LANGADM['AdminAddresses8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome'; -$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo'; -$_LANGADM['AdminAddresses77638e87a55b8747e79590defafa75c9'] = 'Codice postale'; +$_LANGADM['AdminAddresses284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; +$_LANGADM['AdminAddresses38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminAddresses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminAddresses41c2fff4867cc204120f001e7af20f7a'] = 'Cellulare'; +$_LANGADM['AdminAddresses46a2a41cc6e552044816a2d04634545d'] = 'Stato'; $_LANGADM['AdminAddresses57d056ed0984166336b7879c2af3657f'] = 'Città'; $_LANGADM['AdminAddresses59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; -$_LANGADM['AdminAddresses284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; -$_LANGADM['AdminAddresses2ac25f8f90ece36fa66024d7bbc235c9'] = 'Scegliere il produttore'; -$_LANGADM['AdminAddressesd7ec0ec68dddc7f411a5171af7c70f43'] = 'Nessun produttore disponibile'; -$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail del cliente'; -$_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Numero di codice fiscale'; -$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'CI / CF / NIE'; -$_LANGADM['AdminAddresseseffdb9ce6c5d44df31b89d7069c8e0fb'] = 'Alias'; $_LANGADM['AdminAddresses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminAddresses1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda'; -$_LANGADM['AdminAddresses7cb32e708d6b961d476baced73d362bb'] = 'Numero di IVA'; -$_LANGADM['AdminAddresses46a2a41cc6e552044816a2d04634545d'] = 'Stato'; -$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Telefono'; -$_LANGADM['AdminAddresses41c2fff4867cc204120f001e7af20f7a'] = 'Cellulare'; $_LANGADM['AdminAddresses6311ae17c1ee52b36e68aaf4ad066387'] = 'Altro'; -$_LANGADM['AdminAddresses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; -$_LANGADM['AdminAddresses38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminAddresses19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminAliases9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; -$_LANGADM['AdminAliases13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; -$_LANGADM['AdminAliasesec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminAliasesa66ec6983e578c3ac4663171b39d168b'] = 'i 2 camoi sono richiesti'; -$_LANGADM['AdminAliases792fd33273f5b3dbbcc6bd5de52b7e20'] = 'non è un risultato valido'; -$_LANGADM['AdminAliases9d2e974b83d9090b463dbcb2ef32ab51'] = 'non è un alias valido'; -$_LANGADM['AdminAliasesa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias:'; -$_LANGADM['AdminAliasesb5d71393255d0337cc587ba074b18b06'] = 'Inserire gli alias separati da una virgola (\',\')'; -$_LANGADM['AdminAliases6f4d4902bdc97012907f5d8c9ee1611a'] = '(Ad esempio, \'prestshop, preztashop, prestasohp\')'; -$_LANGADM['AdminAliases3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; -$_LANGADM['AdminAliases5aac38deec604d81565722cc5a2a6be1'] = 'Risultato:'; -$_LANGADM['AdminAliases01d2aac5d20787a1e873f2bdc79b514a'] = 'Ricerca invece questa parola.'; -$_LANGADM['AdminAliases38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminAliases19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminAttachmentsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminAttachments49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'File'; -$_LANGADM['AdminAttachmentsdbb768f29d6b36b627c8233b32da4f2c'] = 'File troppo grande, dimensione massima autorizzata:'; -$_LANGADM['AdminAttachmentsba34ea40525a4379add785228e37fe86'] = 'kb'; -$_LANGADM['AdminAttachmentsb8cb56e655c8957c168a380aca447e9b'] = 'La dimensione del file che stai tentando di caricare è: '; -$_LANGADM['AdminAttachmentsaad781b9842958b4552b8edebb83c346'] = 'Impossibile copiare il file'; +$_LANGADM['AdminAddresses77638e87a55b8747e79590defafa75c9'] = 'Codice postale'; +$_LANGADM['AdminAddresses7cb32e708d6b961d476baced73d362bb'] = 'Numero di IVA'; +$_LANGADM['AdminAddresses8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome'; +$_LANGADM['AdminAddresses919d1ffe6c1855e790a416efa7b4cc4e'] = 'Numero di codice fiscale'; +$_LANGADM['AdminAddressesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAddressesce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminAddressesdd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo'; +$_LANGADM['AdminAddressese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminAddressesea318a4ad37f0c2d2c368e6c958ed551'] = 'CI / CF / NIE'; +$_LANGADM['AdminAddressesf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; +$_LANGADM['AdminAddressesf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail del cliente'; +$_LANGADM['AdminAddressesfe66abce284ec8589e7d791185b5c442'] = 'Telefono'; +$_LANGADM['AdminAdminPreferences0db377921f4ce762c62526131097968f'] = 'Generale'; +$_LANGADM['AdminAdminPreferences12cbe1a4645659457808631047989afb'] = 'Massimo:'; +$_LANGADM['AdminAdminPreferences16c390c0fd1efc4f493a6a861aa22d2f'] = 'Icone di aiuto di Back-office'; +$_LANGADM['AdminAdminPreferences2ca89cca013873c7f841e1acf242b3d6'] = 'Impostare la dimensione massima dei file allegati (in megabyte).'; +$_LANGADM['AdminAdminPreferences3aadb5e86b174ecada1174e22f5a6368'] = 'Dimensione massima allegati'; +$_LANGADM['AdminAdminPreferences46f18d3960afc01e5a1a5a0e0e9d571b'] = 'Controlla automaticamente gli aggiornamenti del modulo'; +$_LANGADM['AdminAdminPreferences686a2ac82a5a64eca870ba9a55b8a675'] = 'I nuovi moduli e gli aggiornamenti sono mostrati nella pagina moduli'; +$_LANGADM['AdminAdminPreferences6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Aiuto'; +$_LANGADM['AdminAdminPreferences6d964e25aa6aa88c8353880e00202cf4'] = 'Indicare il numero di ore'; +$_LANGADM['AdminAdminPreferences9cfc2e28ebe44b3e14f9d780d2150650'] = 'Verificare l\'indirizzo IP del cookie al fine di evitare che il cookie venga rubato'; +$_LANGADM['AdminAdminPreferencesa9fff6d50be898f47a507354626b8b8d'] = 'Nascondi suggerimenti per l\'ottimizzazione'; +$_LANGADM['AdminAdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Durata del cookie Front Office'; +$_LANGADM['AdminAdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Attiva le icone gialle di aiuto che si trovano sotto i campi di inserimento'; +$_LANGADM['AdminAdminPreferencese4e2107f99e82247d7e32ac7919c4416'] = 'Nascondi suggerimenti per l\'ottimizzazione sulla home page di back office'; +$_LANGADM['AdminAdminPreferencese673b146824251548feecf1f3929aceb'] = 'Durata del cookie di Back Office'; +$_LANGADM['AdminAdminPreferencesed5454727fb14b9800ead242d0972184'] = 'Controllare IP sul cookie'; $_LANGADM['AdminAttachments06d43815fa42336629ff54da5630143c'] = 'il file'; -$_LANGADM['AdminAttachments2db1c4802b06f0d3979fe280bacfd5f2'] = 'supera le dimensioni permesse dal server. Questo limite è stabilito a'; -$_LANGADM['AdminAttachments6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; $_LANGADM['AdminAttachments06d5d60cedc3946089462c34c719b4d6'] = 'Il file non esiste o non è possibile caricarlo, verifica la dimensione massima dei file caricabili configurata nel tuo server.'; -$_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Documento allegato'; -$_LANGADM['AdminAttachments6492d670e42151cc37574d99f4071f85'] = 'Nome del file:'; -$_LANGADM['AdminAttachmentsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; -$_LANGADM['AdminAttachmentsab335fe79ef8a5e26c0dbc23332a7148'] = 'Carica un file dal tuo computer'; +$_LANGADM['AdminAttachments0b27918290ff5323bea1e3b78a9cf04e'] = 'File'; +$_LANGADM['AdminAttachments2db1c4802b06f0d3979fe280bacfd5f2'] = 'supera le dimensioni permesse dal server. Questo limite è stabilito a'; $_LANGADM['AdminAttachments38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; -$_LANGADM['AdminAttachments19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto'; -$_LANGADM['AdminAttachmentsf2a6c498fb90ee345d997f888fce3b18'] = 'Cancellare'; -$_LANGADM['AdminAttachments0071aa279bd1583754a544277740f047'] = 'Eliminare voce #'; +$_LANGADM['AdminAttachments49ee3087348e8d44e1feda1917443987'] = 'Nome'; $_LANGADM['AdminAttachments4a21a191879a23aa2a27829300da95f5'] = 'Questo accessorio è utilizzato dai seguenti prodotti:'; -$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impatto sul prezzo:'; -$_LANGADM['AdminAttributeGenerator792467936100838046f749e63dadfbdb'] = 'Impatto sul peso:'; -$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'Tasse Escl.:'; -$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'Tasse Incl.:'; +$_LANGADM['AdminAttachments6492d670e42151cc37574d99f4071f85'] = 'Nome del file:'; +$_LANGADM['AdminAttachments6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; +$_LANGADM['AdminAttachmentsaad781b9842958b4552b8edebb83c346'] = 'Impossibile copiare il file'; +$_LANGADM['AdminAttachmentsab335fe79ef8a5e26c0dbc23332a7148'] = 'Carica un file dal tuo computer'; +$_LANGADM['AdminAttachmentsae21d822d879539a75c3d6fd91c2acb3'] = 'File:'; +$_LANGADM['AdminAttachmentsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAttachmentsb8cb56e655c8957c168a380aca447e9b'] = 'La dimensione del file che stai tentando di caricare è: '; +$_LANGADM['AdminAttachmentsba34ea40525a4379add785228e37fe86'] = 'kb'; +$_LANGADM['AdminAttachmentsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; +$_LANGADM['AdminAttachmentsdbb768f29d6b36b627c8233b32da4f2c'] = 'File troppo grande, dimensione massima autorizzata:'; +$_LANGADM['AdminAttachmentse9cb217697088a98b1937d111d936281'] = 'Documento allegato'; $_LANGADM['AdminAttributeGenerator18c17dae7b84c21b38873e823af2bcfe'] = 'prodotto/i creato/i con successo.'; +$_LANGADM['AdminAttributeGenerator233c543a23378c4ffd0e1efb17408510'] = 'Impatto sul prezzo:'; +$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Crea'; +$_LANGADM['AdminAttributeGenerator419cdd539861e743b872b2c959629a54'] = 'Tasse Incl.:'; +$_LANGADM['AdminAttributeGenerator42dc1497090b299a41c64d1389e6ca8c'] = 'Tasse Escl.:'; +$_LANGADM['AdminAttributeGenerator63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminAttributeGenerator694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminAttributeGenerator792467936100838046f749e63dadfbdb'] = 'Impatto sul peso:'; $_LANGADM['AdminAttributeGenerator81315cfd898aada1e99e0034b4b078c3'] = 'Generatore di declinazioni di prodotti'; $_LANGADM['AdminAttributeGeneratorbbfdf55069aaebae3825be9d4425ce2a'] = 'Aggiungi o modifica gli attributi per il prodotto:'; -$_LANGADM['AdminAttributeGenerator694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminAttributeGenerator63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; -$_LANGADM['AdminAttributeGenerator32b919d18cfaca89383f6000dcc9c031'] = 'Crea'; $_LANGADM['AdminAttributeGeneratorc0babe5601b3f91313d53267c3c7ec24'] = 'Ritorna al prodotto'; $_LANGADM['AdminAttributeGeneratorec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; $_LANGADM['AdminAttributeGeneratorf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminAttributesf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attributo'; -$_LANGADM['AdminAttributes4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminAttributes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminAttributes1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppo:'; -$_LANGADM['AdminAttributescb5feb1b7314637725a2e73bdc9f7295'] = 'Colore'; -$_LANGADM['AdminAttributes9c29287ce313fd9ed3e9a86e1af4f4b3'] = 'Solo colori HTML (per es.:'; -$_LANGADM['AdminAttributes76a2e1080cd661b42c6653fc8fd57367'] = 'Testura:'; -$_LANGADM['AdminAttributes390bd26864da3269b496814c118238c0'] = 'Scegli una testura specifica'; -$_LANGADM['AdminAttributesba353198430b2004efeb1ac6d1f410d0'] = 'Questa sostituirà il colore HTML !'; -$_LANGADM['AdminAttributes859c7c7ffc3e60f67f6537f4d7dd98ca'] = 'Testura attuale:'; -$_LANGADM['AdminAttributesf2a6c498fb90ee345d997f888fce3b18'] = 'Cancellare'; +$_LANGADM['AdminAttributes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminAttributes08a38277b0309070706f6652eeae9a53'] = 'Giù'; +$_LANGADM['AdminAttributes258f49887ef8d14ac268c92b02503aaa'] = 'Su'; +$_LANGADM['AdminAttributes5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessun elemento trovato'; $_LANGADM['AdminAttributes6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; -$_LANGADM['AdminAttributes38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminAttributes19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminAttributesGroups49ee3087348e8d44e1feda1917443987'] = 'Nome'; $_LANGADM['AdminAttributesGroups287234a1ff35a314b5b6bc4e5828e745'] = 'Attributi'; -$_LANGADM['AdminAttributesGroups630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; -$_LANGADM['AdminAttributesGroups8196c2d7a6dce8aea8acbeac4105ef81'] = 'Aggiungi un gruppo di attributi'; -$_LANGADM['AdminAttributesGroups88a306e559954dc8c8ae9eb55d62297f'] = 'Aggiungi un attributo'; -$_LANGADM['AdminAttributesGroupsb63e3071db26cee88d595c4573f8f34e'] = 'Clicca sul nome del gruppo per vederne gli attributi. Clicca di nuovo per nasconderli.'; -$_LANGADM['AdminAttributesGroupsc2492c52caab207d21da2c0decd8a405'] = 'Nessun elemento trovato'; -$_LANGADM['AdminAttributesGroups7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminAttributesGroupse8cf85cec621489ec026f7e06c67eb4e'] = 'Elimina l\'elemento'; -$_LANGADM['AdminAttributesGroupsf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminAttributesGroups5edfefd49c5d39ef98914f12b9774b8b'] = 'Gruppo di attributi'; -$_LANGADM['AdminAttributesGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminAttributesGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminAttributesGroupsc9e5eb0a273a65da3a04f42e8351dc97'] = 'Nome pubblico:'; -$_LANGADM['AdminAttributesGroups4c4a779c55d2a3054839b5ad8615f5cb'] = 'Nome che sarà mostrato al cliente'; -$_LANGADM['AdminAttributesGroups3c2fd298a3d83fdba35636873dcba353'] = 'Colori:'; -$_LANGADM['AdminAttributesGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminAttributesGroups93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminAttributesGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminAttributesGroupsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminAttributesGroups0820cbf22e11a8a8398b7aa177048874'] = 'Gruppo di colori'; $_LANGADM['AdminAttributesGroups38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminAttributesGroups19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminAttributesGroupsf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attributo'; -$_LANGADM['AdminAttributesGroups06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminAttributesGroups35688a0beeaa36945fc2305a1657a984'] = 'Elimina l\'attributo'; -$_LANGADM['AdminAttributesGroups6adab6d3fdf92c448d60cf8824e4851c'] = 'Elimina la selezione'; +$_LANGADM['AdminAttributesGroups390bd26864da3269b496814c118238c0'] = 'Scegli una testura specifica'; +$_LANGADM['AdminAttributesGroups49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminAttributesGroups4c4a779c55d2a3054839b5ad8615f5cb'] = 'Nome che sarà mostrato al cliente'; +$_LANGADM['AdminAttributesGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminAttributesGroups52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminAttributesGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminAttributesGroups630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; +$_LANGADM['AdminAttributesGroups689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminAttributesGroups76a2e1080cd661b42c6653fc8fd57367'] = 'Testura:'; +$_LANGADM['AdminAttributesGroups859c7c7ffc3e60f67f6537f4d7dd98ca'] = 'Testura attuale:'; +$_LANGADM['AdminAttributesGroups9c29287ce313fd9ed3e9a86e1af4f4b3'] = 'Solo colori HTML (per es.:'; +$_LANGADM['AdminAttributesGroupsacdb802bfc2b99b15d1782570285c427'] = 'Contenuto:'; +$_LANGADM['AdminAttributesGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminAttributesGroupsba353198430b2004efeb1ac6d1f410d0'] = 'Questa sostituirà il colore HTML !'; +$_LANGADM['AdminAttributesGroupsc82a6100dace2b41087ba6cf99a5976a'] = 'Valori'; +$_LANGADM['AdminAttributesGroupsc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminAttributesGroupsc9e5eb0a273a65da3a04f42e8351dc97'] = 'Nome pubblico:'; +$_LANGADM['AdminAttributesGroupscb5feb1b7314637725a2e73bdc9f7295'] = 'Colore'; $_LANGADM['AdminAttributesGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; -$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Data'; -$_LANGADM['AdminBackup9d8d2d5ab12b515182a505f54db7f538'] = 'Data di creazione'; -$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nome del file'; -$_LANGADM['AdminBackup1908624a0bca678cd26b99bfd405324e'] = 'Dimensione del file'; -$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Opzioni di backup'; -$_LANGADM['AdminBackup810b58656ec020a2bda0b7f74e5e7d0c'] = 'Ignora tabelle statistiche:'; -$_LANGADM['AdminBackup482e4b3e67dabd684819acb8b64887ef'] = 'Le seguenti tabelle non verrà eseguito il backup se si attiva questa opzione:'; -$_LANGADM['AdminBackupa5498b899882eb314ba0ab4519889cc2'] = 'Goccia tabelle esistenti durante l\'importazione:'; -$_LANGADM['AdminBackup84695439734fb7b69c173b3e39880e18'] = 'Selezionare questa opzione per indicare il file di backup di abbandonare le tabelle prima di ripristinare i dati di backup'; -$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'Sembra che il backup è riuscita, tuttavia, è necessario scaricare e verificare attentamente il file di backup.'; -$_LANGADM['AdminBackup801ab24683a4a8c433c6eb40c48bcd9d'] = 'Scarica'; -$_LANGADM['AdminBackup2000271bb894b988d2097aaf528b6680'] = 'Scarica il file di backup'; -$_LANGADM['AdminBackup6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; -$_LANGADM['AdminBackupc9d8519a44774664f720c0ce6275ac2a'] = 'Suggerimento: È anche possibile scaricare il file da FTP, file di backup si trovano nella directory \"admin / backups\".'; -$_LANGADM['AdminBackup540f529ae6719f17617936818a8afaac'] = 'La directory \"backups\" nella directory admin deve essere scrivibile (CHMOD 755 / 777)'; -$_LANGADM['AdminBackupc4a8330b099d9409ed1ba801d69a1dd0'] = 'Inizio del download...'; -$_LANGADM['AdminBackupbe0d109f79bd4ce87d2bf3dd216ba165'] = 'Il file di back-up dovrebbe caricare automaticamente.'; -$_LANGADM['AdminBackupb828e7a94de289536d535e8c141868b9'] = 'Altrimenti,'; -$_LANGADM['AdminBackupd1c6b1687ebbc336f9bd13beba87b0cf'] = 'clicca qui!'; -$_LANGADM['AdminBackup630f6dc397fe74e52d5189e2c80f282b'] = 'Torna all\'elenco'; -$_LANGADM['AdminBackup5a0a50bcda916d40913bbf98675b0633'] = 'Disclaimer prima di creare un nuovo Backup'; -$_LANGADM['AdminBackup422540a2c50fe85b1f799ff2b2fd5d8d'] = 'PrestaShop non è responsabile per il database, backup, ripristinare e dati.'; -$_LANGADM['AdminBackupee0ea4b3f98494324b3d39df83437f0d'] = 'PrestaShop è un software open-source, lo si utilizza a proprio rischio sotto il contratto di licenza.'; -$_LANGADM['AdminBackup714aed045ed859b4e77cddddeeccaed5'] = 'Si consiglia un backup dei dati su base regolare (sia i file e database).'; -$_LANGADM['AdminBackup4d247cbe2dbd06ce20b9affd635e7982'] = 'Questa funzione esegue solo il backup del database, non i file.'; -$_LANGADM['AdminBackupb59917a7c4898ff9a48a78b7a063005d'] = 'Per impostazione predefinita, le tabelle del database esistenti verranno eliminate durante il ripristino di backup (vedi opzioni).'; -$_LANGADM['AdminBackupf15dca6392936098982c8e3457ce87db'] = 'Verificare sempre la qualità e l\'integrità dei file di backup.'; -$_LANGADM['AdminBackupc17110fda3272c08371ace783c673e56'] = 'Verificare sempre che i file di backup sono complete, aggiornate e valide. Anche se avesse un messaggio di successo durante il processo di backup.'; +$_LANGADM['AdminAttributesGroupsfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Colore:'; +$_LANGADM['AdminAttributesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; $_LANGADM['AdminBackup0dc51a7afc30b342b827df535ff616f2'] = 'Controllate sempre i vostri dati.'; -$_LANGADM['AdminBackup5c5e4f2eda086c93473b2c8e7e9b896c'] = 'Mai ripristinare un backup su un sito vivo.'; -$_LANGADM['AdminBackupc9c8018315982c1aa308a9146e0bed76'] = 'Ho letto il disclaimer - Creazione di un backup nuovo'; -$_LANGADM['AdminBackup46f0e215b9abb597017994db268fc3a0'] = 'Come ripristinare un backup del database in 10 semplici passi'; $_LANGADM['AdminBackup10479732a2bea7a5a10bb7b47c639789'] = 'Disattivare l\'opzione \"Abilita Shop\" nella scheda \"Preferenze\".'; -$_LANGADM['AdminBackupa57e3f4dcacc92f3756b16fde61f6f01'] = 'Scarica il backup dalla lista qui sotto o dal server FTP (nella cartella \"admin / backups\").'; -$_LANGADM['AdminBackupf3bc009a9ac0e586b7966a1c1352b094'] = 'Controllare l\'integrità del backup: cercare gli errori, file incompleto. Verificare tutti i dati.'; -$_LANGADM['AdminBackupa20972942ef0de075f5d9c225c80ae4d'] = 'Chiedi al tuo fornitore di hosting per un accesso \"phpMyAdmin\" per il database'; -$_LANGADM['AdminBackupad408cc67b79776c0b6c9867326c3493'] = 'Connettersi a \"phpMyAdmin\" e selezionare il database corrente'; +$_LANGADM['AdminBackup1908624a0bca678cd26b99bfd405324e'] = 'Dimensione del file'; $_LANGADM['AdminBackup197ebd1d022def92dd1c64aae3320d6a'] = 'A meno che non è stato attivato il \"Drop di tabelle esistenti\" opzione, è necessario eliminare tutte le tabelle dal database corrente.'; +$_LANGADM['AdminBackup2000271bb894b988d2097aaf528b6680'] = 'Scarica il file di backup'; +$_LANGADM['AdminBackup2dfcd22fa4b395849dba9e20998d24c7'] = 'Sembra che il backup è riuscita, tuttavia, è necessario scaricare e verificare attentamente il file di backup.'; +$_LANGADM['AdminBackup30c210e0173f2ff607cc84dc01ffc1f0'] = 'Opzioni di backup'; +$_LANGADM['AdminBackup34082694d21dbdcfc31e6e32d9fb2b9f'] = 'Nome del file'; +$_LANGADM['AdminBackup422540a2c50fe85b1f799ff2b2fd5d8d'] = 'PrestaShop non è responsabile per il database, backup, ripristinare e dati.'; $_LANGADM['AdminBackup42edcff7b40f111d974f2802ea9f5abf'] = 'Nella parte superiore dello schermo, selezionare la voce \"Importa\" scheda'; +$_LANGADM['AdminBackup44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminBackup44fdec47036f482b68b748f9d786801b'] = 'giorni'; +$_LANGADM['AdminBackup46f0e215b9abb597017994db268fc3a0'] = 'Come ripristinare un backup del database in 10 semplici passi'; +$_LANGADM['AdminBackup482e4b3e67dabd684819acb8b64887ef'] = 'Le seguenti tabelle non verrà eseguito il backup se si attiva questa opzione:'; +$_LANGADM['AdminBackup4d247cbe2dbd06ce20b9affd635e7982'] = 'Questa funzione esegue solo il backup del database, non i file.'; +$_LANGADM['AdminBackup540f529ae6719f17617936818a8afaac'] = 'La directory \"backups\" nella directory admin deve essere scrivibile (CHMOD 755 / 777)'; +$_LANGADM['AdminBackup5a0a50bcda916d40913bbf98675b0633'] = 'Disclaimer prima di creare un nuovo Backup'; +$_LANGADM['AdminBackup5c5e4f2eda086c93473b2c8e7e9b896c'] = 'Mai ripristinare un backup su un sito vivo.'; +$_LANGADM['AdminBackup628b7db04235f228d40adc671413a8c8'] = 'giorno'; $_LANGADM['AdminBackup6bfc8c9cb81f79f6db4707f115df9788'] = 'Clicca su \"Sfoglia ...\" e selezionare il file di backup dal disco rigido'; +$_LANGADM['AdminBackup6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; +$_LANGADM['AdminBackup714aed045ed859b4e77cddddeeccaed5'] = 'Si consiglia un backup dei dati su base regolare (sia i file e database).'; +$_LANGADM['AdminBackup73cdddd7730abfc13a55efb9f5685a3b'] = 'ore'; $_LANGADM['AdminBackup7ea4b668bc415112476c6abea16b5c00'] = 'Controllare il max. filesize permesso (es. max: 16Mb)'; +$_LANGADM['AdminBackup801ab24683a4a8c433c6eb40c48bcd9d'] = 'Scarica'; +$_LANGADM['AdminBackup810b58656ec020a2bda0b7f74e5e7d0c'] = 'Ignora tabelle statistiche:'; +$_LANGADM['AdminBackup84695439734fb7b69c173b3e39880e18'] = 'Selezionare questa opzione per indicare il file di backup di abbandonare le tabelle prima di ripristinare i dati di backup'; +$_LANGADM['AdminBackup896c55cc5e46fab38ce9f51ebf7bfcd3'] = 'ora'; +$_LANGADM['AdminBackup9d8d2d5ab12b515182a505f54db7f538'] = 'Data di creazione'; +$_LANGADM['AdminBackupa20972942ef0de075f5d9c225c80ae4d'] = 'Chiedi al tuo fornitore di hosting per un accesso \"phpMyAdmin\" per il database'; +$_LANGADM['AdminBackupa5498b899882eb314ba0ab4519889cc2'] = 'Goccia tabelle esistenti durante l\'importazione:'; +$_LANGADM['AdminBackupa57e3f4dcacc92f3756b16fde61f6f01'] = 'Scarica il backup dalla lista qui sotto o dal server FTP (nella cartella \"admin / backups\").'; +$_LANGADM['AdminBackupad408cc67b79776c0b6c9867326c3493'] = 'Connettersi a \"phpMyAdmin\" e selezionare il database corrente'; $_LANGADM['AdminBackupaea390041b1129a817610ff53181cd4b'] = 'Se il file di backup supera questo limite, rivolgersi al proprio fornitore di hosting'; $_LANGADM['AdminBackupb3bd0f5ff93aa82c778f1486bdfecb90'] = 'Fare clic sul pulsante \"Go\" e attendere durante l\'importazione, il processo può richiedere alcuni minuti'; -$_LANGADM['AdminBackup896c55cc5e46fab38ce9f51ebf7bfcd3'] = 'ora'; -$_LANGADM['AdminBackup73cdddd7730abfc13a55efb9f5685a3b'] = 'ore'; -$_LANGADM['AdminBackup628b7db04235f228d40adc671413a8c8'] = 'giorno'; -$_LANGADM['AdminBackup44fdec47036f482b68b748f9d786801b'] = 'giorni'; -$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL'; -$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Titolo'; -$_LANGADM['AdminCms52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; -$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'La tua pagina CMS sarà salvata come bozza'; -$_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Salva e vedi in anteprima'; -$_LANGADM['AdminCms622f3c75de9f3481ffc58c1f292c1c2b'] = 'Pagina CMS'; -$_LANGADM['AdminCms253f3a672cfa79264010099ca11d2f0f'] = 'Categoria CMS'; -$_LANGADM['AdminCms9e11e4b371570340ca07913bc4783a7a'] = 'META titolo'; -$_LANGADM['AdminCms3f64b2beede1082fd32ddb0bf11a641f'] = 'META Descrizione'; -$_LANGADM['AdminCms7d7559ccac6bc30a4d985db11cb34a3a'] = 'META keywords'; -$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificato'; -$_LANGADM['AdminCms45b1bce0ceb1e155fc99d59a21761b9e'] = 'Contenuto pagina'; -$_LANGADM['AdminCms0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; -$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminCms38fb7d24e0d60a048f540ecb18e13376'] = 'Registra'; -$_LANGADM['AdminCms19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminCms476c2ec03a1b655d843271ac0fbf9fa8'] = 'Nessuna pagina'; -$_LANGADM['AdminCmsb3b32a2d422265cd25c3323ed0157f81'] = 'pagine'; -$_LANGADM['AdminCms71860c77c6745379b0d44304d66b6a13'] = 'pagina'; -$_LANGADM['AdminCms396b0e222e9c86056374ba077e78667b'] = 'nella categoria'; -$_LANGADM['AdminCmse1622ba9f41f5b695bddc69e3ceaa204'] = 'Aggiungi una nuova pagina'; -$_LANGADM['AdminCms5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessuna pagina trovata'; -$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCmsCategories49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminCmsCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informazioni complementari'; -$_LANGADM['AdminCmsCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; -$_LANGADM['AdminCmsCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrata'; -$_LANGADM['AdminCmsCategories5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessun oggetto trovato'; -$_LANGADM['AdminCmsCategoriesc896319b0d4ed42ba9a5e9d91aa34190'] = 'Non ci sono sottocategorie'; -$_LANGADM['AdminCmsCategories977eecf6f4a714db692566e8375475e1'] = 'sottocategorie'; -$_LANGADM['AdminCmsCategoriesc825f153c53bfaa1752bf1abe6b20a1e'] = 'sottocategorie'; -$_LANGADM['AdminCmsCategories4a6f1fa4851e518c68048684f52796f9'] = 'nella categoria CMS'; -$_LANGADM['AdminCmsCategories9e518c55e0a86ff1d2fef18134e85c28'] = 'Aggiungi una nuova sottocategoria CMS'; -$_LANGADM['AdminCmsCategories789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categoria CMS'; -$_LANGADM['AdminCmsCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminCmsCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminCmsCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostrata:'; -$_LANGADM['AdminCmsCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminCmsCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminCmsCategories2f74f5e9674526a836ce24ad5584fc6e'] = 'Categoria collegata'; -$_LANGADM['AdminCmsCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; -$_LANGADM['AdminCmsCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta <titolo>:'; -$_LANGADM['AdminCmsCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; -$_LANGADM['AdminCmsCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descrizione:'; -$_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; -$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL semplificato:'; -$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Sono permessi solo lettere e il carattere meno (-)'; -$_LANGADM['AdminCmsCategories15248076c99a4b30a2aaacc2f7f7d874'] = 'Salva e torna alla categoria collegata'; -$_LANGADM['AdminCmsCategoriesc9cc8cce247e49bae79f15173ce97354'] = 'Salva'; -$_LANGADM['AdminCmsCategories19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminCmsContent630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; -$_LANGADM['AdminCmsContent62381fc27e62649a16182a616de3f7ea'] = 'Categoria attuale'; -$_LANGADM['AdminCmsContentaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; -$_LANGADM['AdminCmsContentcc4fbd30d676ea2f9994b7063a8ada15'] = 'Pagine in questa categoria'; -$_LANGADM['AdminCarriersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCarriers49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Ritardo'; -$_LANGADM['AdminCarriersec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminCarriersf9293626f0c44c6e310fc49280c20790'] = 'È gratis'; -$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opzioni mezzo di spedizione'; -$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Mezzo di spedizione di default:'; -$_LANGADM['AdminCarriers5528aa4f25577dcffcfca40eda4c2a5b'] = 'Mezzo di spedizione utilizzato nel negozio'; -$_LANGADM['AdminCarriersc0add41517a5511d7b58d2c992db11e7'] = 'Come creare un nuovo corriere?'; -$_LANGADM['AdminCarriersb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Clicca \"Aggiungi Nuovo\".'; -$_LANGADM['AdminCarriersb7ccdf6ab58f5514acc520721ddc9f08'] = 'Riempi i campi e clicca \"Salva\".'; -$_LANGADM['AdminCarriers2f937af6e4f35724bb5f3fb808571aee'] = 'Hai bisogno di scegliere le fasce di prezzo o di peso per il corriere scelto, in modo che sia disponibile. Nella linguetta \"Spedizioni\", clicca su \"Fasce di Prezzo\" o \"Fasce di Peso\"'; -$_LANGADM['AdminCarrierscf3eed0e05b900e8508f1aba12ff6b9d'] = 'Selezionare il nome del vettore e definire la fascia di prezzo o la gamma di peso. Per esempio, il vettore può essere reso disponibile per un range di peso compreso tra 0 e 5 kg. Un altro vettore avrà un range compreso tra 5 e 10 kg.'; -$_LANGADM['AdminCarriers69123019563697071c2c9ab3eb660b13'] = 'Quando hai concluso, clicca su \"Salva\"'; -$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Clicca sulla linguetta \"Spedizioni\"'; -$_LANGADM['AdminCarriers4462e7845f4d7944f65e2f5fe546b8ed'] = 'Devi scegliere le commissioni da applicare al corriere. In alto nella pagina, in \"commissioni\" scegli il nome del corriere'; -$_LANGADM['AdminCarriersbe4f75f8b5c30ee4d0333b340c59280d'] = 'Per ogni zona, inserisci un prezzo e clicca su \"Salva\"'; -$_LANGADM['AdminCarriers969011941a0e9f19127bc90042687570'] = 'Impostato! Il nuovo corriere sarà visualizzato dai vostri clienti.'; -$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Mezzi di spedizione'; -$_LANGADM['AdminCarriers5e5f0a863cd129317037e3def37b4097'] = 'Azienda:'; -$_LANGADM['AdminCarriers1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caratteri ammessi:\'; lettere, spazi e'; -$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Nome del mezzo di spedizione mostrato durante il checkout'; -$_LANGADM['AdminCarriers04bcf925decaf3beb22ef4bcedd93194'] = 'Con un valore di 0, il nome del mezzo di spedizione sarà sostituito dal nome del negozio'; -$_LANGADM['AdminCarriersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; -$_LANGADM['AdminCarriers980bb228a128556fe3df923d2ede30b4'] = 'Carica il logo dal tuo computer'; -$_LANGADM['AdminCarrierse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; -$_LANGADM['AdminCarriersbf1f5f95d9e15a3cffa21495dbec563a'] = 'Tempo di consegna:'; -$_LANGADM['AdminCarriers6e80870e865e8dbcd56b9842ea38e3dd'] = 'Tempo impiegato per la consegna del prodotto; mostrato durante il checkout'; -$_LANGADM['AdminCarriers3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; -$_LANGADM['AdminCarrierse460bba7366e1b5118a0d95ee91c6cff'] = 'URL per il numero del pacco; digitare \"@\" al posto del numero'; -$_LANGADM['AdminCarriersb3ff996fe5c77610359114835baf9b38'] = 'Zona'; -$_LANGADM['AdminCarriers2999d7f21168234abeb28b9e561cfe96'] = 'Zone in cui il mezzo di spedizione è disponibile'; -$_LANGADM['AdminCarriers920bd1fb6d54c93fca528ce941464225'] = 'Accesso gruppo'; -$_LANGADM['AdminCarriersc6155aaecccf794cd2a00fcc35898022'] = 'Nome del gruppo'; -$_LANGADM['AdminCarriersd3775317d696f0c1e3ae4a7a13b639dc'] = 'Segna tutti i gruppi a cui volete dare accesso a questo mezzo di spedizione'; -$_LANGADM['AdminCarriers69e62346c35bc63795db142cfbb0af66'] = 'Nesun gruppo creato'; -$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminBackupb59917a7c4898ff9a48a78b7a063005d'] = 'Per impostazione predefinita, le tabelle del database esistenti verranno eliminate durante il ripristino di backup (vedi opzioni).'; +$_LANGADM['AdminBackupb828e7a94de289536d535e8c141868b9'] = 'Altrimenti,'; +$_LANGADM['AdminBackupbe0d109f79bd4ce87d2bf3dd216ba165'] = 'Il file di back-up dovrebbe caricare automaticamente.'; +$_LANGADM['AdminBackupc17110fda3272c08371ace783c673e56'] = 'Verificare sempre che i file di backup sono complete, aggiornate e valide. Anche se avesse un messaggio di successo durante il processo di backup.'; +$_LANGADM['AdminBackupc4a8330b099d9409ed1ba801d69a1dd0'] = 'Inizio del download...'; +$_LANGADM['AdminBackupc9c8018315982c1aa308a9146e0bed76'] = 'Ho letto il disclaimer - Creazione di un backup nuovo'; +$_LANGADM['AdminBackupc9d8519a44774664f720c0ce6275ac2a'] = 'Suggerimento: È anche possibile scaricare il file da FTP, file di backup si trovano nella directory \"admin / backups\".'; +$_LANGADM['AdminBackupd1c6b1687ebbc336f9bd13beba87b0cf'] = 'clicca qui!'; +$_LANGADM['AdminBackupe25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminBackupea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminBackupee0ea4b3f98494324b3d39df83437f0d'] = 'PrestaShop è un software open-source, lo si utilizza a proprio rischio sotto il contratto di licenza.'; +$_LANGADM['AdminBackupf15dca6392936098982c8e3457ce87db'] = 'Verificare sempre la qualità e l\'integrità dei file di backup.'; +$_LANGADM['AdminBackupf3bc009a9ac0e586b7966a1c1352b094'] = 'Controllare l\'integrità del backup: cercare gli errori, file incompleto. Verificare tutti i dati.'; $_LANGADM['AdminCarriers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminCarriersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminCarriers5cb2b3a7c26424a92365f9d73faa0947'] = 'Includi o escludi il mezzo di spedizione dalla lista dei mezzi su Front Office'; -$_LANGADM['AdminCarrierscf899ec0add2e9e103ad82c1a2a077ac'] = 'Applicare il costo di spedizione:'; -$_LANGADM['AdminCarriers93cba07454f06a4a960172bbd6e2a435'] = 'Si'; -$_LANGADM['AdminCarriersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminCarriers04bcf925decaf3beb22ef4bcedd93194'] = 'Con un valore di 0, il nome del mezzo di spedizione sarà sostituito dal nome del negozio'; +$_LANGADM['AdminCarriers1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caratteri ammessi:\'; lettere, spazi e'; +$_LANGADM['AdminCarriers1d6af794b2599c1407a83029a09d1ecf'] = 'Mezzi di spedizione'; +$_LANGADM['AdminCarriers24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; $_LANGADM['AdminCarriers26fe78eca0b885477de9627d58f98cd6'] = 'Applicare le spese di spedizione e costi di spedizione aggiuntivi da prodotti di prezzo vettore'; -$_LANGADM['AdminCarriers4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Tassa'; -$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Nessuna tassa'; -$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Spese di spedizione e imballo:'; -$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Includi le spese di spedizione e imballo nel prezzo del mezzo di spedizione'; -$_LANGADM['AdminCarriersb702b0f0188edd5dde75a6d0aace0246'] = 'Scelta della fascia'; -$_LANGADM['AdminCarriers590f6d9a5885f042982c9a911f76abda'] = 'Comportamento di default'; -$_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'In base al prezzo totale'; -$_LANGADM['AdminCarriers49fec5c86a3b43821fdf0d9aa7bbd935'] = 'In base al peso'; -$_LANGADM['AdminCarriersa2fb5420f32b0749ad87318f82c0db2c'] = 'Comportamento delle fasce:'; -$_LANGADM['AdminCarriers482836cce404046ca7dc34fb0a6fc526'] = 'Prendi la fascia più grande'; -$_LANGADM['AdminCarriers4f890cf6a72112cad95093baecf39831'] = 'Disattiva il mezzo di trasporto'; -$_LANGADM['AdminCarriersa26f79d46b0719d8baa3a5a7c9abda74'] = 'Comportamento da adottare quando non è definita alcuna gamma (per es.: quando il perso del carrello di un cliente è più pesante del limite massimo concesso)'; -$_LANGADM['AdminCarriers53b3cae42737979c884275593a01f468'] = 'Modulo:'; -$_LANGADM['AdminCarriers1bc1db213690a02eb805aacec96acaf1'] = 'Questo mezzo di trasporto è legato a questo modulo'; -$_LANGADM['AdminCarriersf89bf753eb4f6668ff2ec794f12452c6'] = 'Le spese di trasporto sono calcolate fuori dal tuo negozio'; -$_LANGADM['AdminCarriers6d54a69c5cb39e7b83de302b8d4b744f'] = 'Questo vettore gamma PrestaShop utilizza per calcolare i costi di spedizione'; +$_LANGADM['AdminCarriers2999d7f21168234abeb28b9e561cfe96'] = 'Zone in cui il mezzo di spedizione è disponibile'; +$_LANGADM['AdminCarriers3194ebe40c7a8c29c78ea79066b6e05c'] = 'Nome del mezzo di spedizione mostrato durante il checkout'; +$_LANGADM['AdminCarriers3601146c4e948c32b6424d2c0a7f0118'] = 'Prezzo'; $_LANGADM['AdminCarriers38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminCarriers19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; +$_LANGADM['AdminCarriers3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; +$_LANGADM['AdminCarriers482836cce404046ca7dc34fb0a6fc526'] = 'Prendi la fascia più grande'; +$_LANGADM['AdminCarriers49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminCarriers49fec5c86a3b43821fdf0d9aa7bbd935'] = 'In base al peso'; +$_LANGADM['AdminCarriers4f890cf6a72112cad95093baecf39831'] = 'Disattiva il mezzo di trasporto'; +$_LANGADM['AdminCarriers52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminCarriers5528aa4f25577dcffcfca40eda4c2a5b'] = 'Mezzo di spedizione utilizzato nel negozio'; +$_LANGADM['AdminCarriers590f6d9a5885f042982c9a911f76abda'] = 'Comportamento di default'; +$_LANGADM['AdminCarriers5cb2b3a7c26424a92365f9d73faa0947'] = 'Includi o escludi il mezzo di spedizione dalla lista dei mezzi su Front Office'; +$_LANGADM['AdminCarriers5e5f0a863cd129317037e3def37b4097'] = 'Azienda:'; +$_LANGADM['AdminCarriers69123019563697071c2c9ab3eb660b13'] = 'Quando hai concluso, clicca su \"Salva\"'; +$_LANGADM['AdminCarriers6e80870e865e8dbcd56b9842ea38e3dd'] = 'Tempo impiegato per la consegna del prodotto; mostrato durante il checkout'; +$_LANGADM['AdminCarriers7475ec0d41372a307c497acb7eeea8c4'] = 'Nessuna tassa'; +$_LANGADM['AdminCarriers80ac9c802ce4d76982ab5a2e5a54b8bc'] = 'Mezzo di spedizione di default:'; +$_LANGADM['AdminCarriers80d803aad983c22d14a0ddad539fad8e'] = 'Clicca sulla linguetta \"Spedizioni\"'; +$_LANGADM['AdminCarriers8430a7b1b81635e3df949c2845303303'] = 'Opzioni mezzo di spedizione'; +$_LANGADM['AdminCarriers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; +$_LANGADM['AdminCarriers8e97163e9714c4656e00b33f317bc181'] = 'Spese di spedizione e imballo:'; +$_LANGADM['AdminCarriers8f497c1a3d15af9e0c215019f26b887d'] = 'Ritardo'; +$_LANGADM['AdminCarriers92c713cffb8085099e9ab6b8a7387b5e'] = 'Includi le spese di spedizione e imballo nel prezzo del mezzo di spedizione'; +$_LANGADM['AdminCarriers93cba07454f06a4a960172bbd6e2a435'] = 'Si'; +$_LANGADM['AdminCarriers969011941a0e9f19127bc90042687570'] = 'Impostato! Il nuovo corriere sarà visualizzato dai vostri clienti.'; +$_LANGADM['AdminCarriers980bb228a128556fe3df923d2ede30b4'] = 'Carica il logo dal tuo computer'; +$_LANGADM['AdminCarriersa26f79d46b0719d8baa3a5a7c9abda74'] = 'Comportamento da adottare quando non è definita alcuna gamma (per es.: quando il perso del carrello di un cliente è più pesante del limite massimo concesso)'; +$_LANGADM['AdminCarriersa2fb5420f32b0749ad87318f82c0db2c'] = 'Comportamento delle fasce:'; +$_LANGADM['AdminCarriersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminCarriersb702b0f0188edd5dde75a6d0aace0246'] = 'Scelta della fascia'; +$_LANGADM['AdminCarriersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCarriersb7ccdf6ab58f5514acc520721ddc9f08'] = 'Riempi i campi e clicca \"Salva\".'; +$_LANGADM['AdminCarriersb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Clicca \"Aggiungi Nuovo\".'; +$_LANGADM['AdminCarriersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminCarriersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminCarriersbe4f75f8b5c30ee4d0333b340c59280d'] = 'Per ogni zona, inserisci un prezzo e clicca su \"Salva\"'; +$_LANGADM['AdminCarriersbf1f5f95d9e15a3cffa21495dbec563a'] = 'Tempo di consegna:'; +$_LANGADM['AdminCarriersc0add41517a5511d7b58d2c992db11e7'] = 'Come creare un nuovo corriere?'; +$_LANGADM['AdminCarrierscf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Crescente'; +$_LANGADM['AdminCarrierscf899ec0add2e9e103ad82c1a2a077ac'] = 'Applicare il costo di spedizione:'; +$_LANGADM['AdminCarriersd3775317d696f0c1e3ae4a7a13b639dc'] = 'Segna tutti i gruppi a cui volete dare accesso a questo mezzo di spedizione'; +$_LANGADM['AdminCarrierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCarrierse3cf5ac19407b1a62c6fccaff675a53b'] = 'Decrescente'; +$_LANGADM['AdminCarrierse3d29a6f3d7588301aa04429e686b260'] = 'In base al prezzo totale'; +$_LANGADM['AdminCarrierse460bba7366e1b5118a0d95ee91c6cff'] = 'URL per il numero del pacco; digitare \"@\" al posto del numero'; +$_LANGADM['AdminCarrierse6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; +$_LANGADM['AdminCarrierse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; +$_LANGADM['AdminCarriersec53a8c4f07baed5d8825072c89799be'] = 'Status'; $_LANGADM['AdminCarriersf6308cfdf671a710ebff8ac860d3a406'] = 'Scegli un altro mezzo di spedizione di default prima di cancellare'; -$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCarts6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID ordine'; -$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminCarts96b0141273eabab320119c467cdcaf17'] = 'Totale'; -$_LANGADM['AdminCarts914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; -$_LANGADM['AdminCarts44749712dbec183e983dcd78a7736c41'] = 'Data'; -$_LANGADM['AdminCartsadb831a7fdd83dd1e2a309ce7591dff8'] = 'Ospite'; -$_LANGADM['AdminCarts580034e942d61c23826cb31dc2cb3c89'] = 'Carrello n.'; -$_LANGADM['AdminCartsd98a07f84921b24ee30f86fd8cd85c3c'] = 'da'; -$_LANGADM['AdminCarts1d949d2235747b894bbaae35fbf44f1d'] = 'Informazioni cliente'; +$_LANGADM['AdminCarriersf9293626f0c44c6e310fc49280c20790'] = 'È gratis'; +$_LANGADM['AdminCartRules00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminCartRules01b6e20344b68835c5ed1ddedf20d531'] = 'a'; +$_LANGADM['AdminCartRules068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminCartRules06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; +$_LANGADM['AdminCartRules1063e38cb53d94d386f21227fcd84717'] = 'Elimina'; +$_LANGADM['AdminCartRules1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; +$_LANGADM['AdminCartRules2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; +$_LANGADM['AdminCartRules287234a1ff35a314b5b6bc4e5828e745'] = 'Combinazioni'; +$_LANGADM['AdminCartRules49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminCartRules689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminCartRules694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminCartRules6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; +$_LANGADM['AdminCartRules7bc873cba11f035df692c3549366c722'] = '-- Scegli --'; +$_LANGADM['AdminCartRules9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; +$_LANGADM['AdminCartRules9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Ammontare minimo di acquisto'; +$_LANGADM['AdminCartRulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; +$_LANGADM['AdminCartRulesb2f40690858b404ed10e62bdf422c704'] = 'Ammontare'; +$_LANGADM['AdminCartRulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione:'; +$_LANGADM['AdminCartRulesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCartRulesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminCartRulesbefcac0f9644a7abee43e69f49252ac4'] = 'tasse escluse'; +$_LANGADM['AdminCartRulesc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminCartRulesca0dbad92a874b2f69b549293387925e'] = 'Codice'; +$_LANGADM['AdminCartRulesd98a07f84921b24ee30f86fd8cd85c3c'] = 'da'; +$_LANGADM['AdminCartRulesdeb10517653c255364175796ace3553f'] = 'Prodotto'; +$_LANGADM['AdminCartRulese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCartRulesec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; +$_LANGADM['AdminCartRulesec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminCartRulesf4a0d7cb0cd45214c8ca5912c970de13'] = 'tasse incluse'; $_LANGADM['AdminCarts01abfc750a0c942167651c40d088531d'] = 'n.'; -$_LANGADM['AdminCarts1402e450396cb76b53b95f6e1746d700'] = 'Account creato il:'; -$_LANGADM['AdminCartsb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Ordini convalidati:'; -$_LANGADM['AdminCarts5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Totale pagato dalla registrazione:'; -$_LANGADM['AdminCartsa8e3c5c577a4b885819e5ba1c785065c'] = 'Ospite non registrato'; -$_LANGADM['AdminCarts58930025e1f95d65035e0df5d6c2ae41'] = 'Informazioni ordine'; -$_LANGADM['AdminCartsd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; -$_LANGADM['AdminCartsf9e17adb48f78186c6bcd4bd9c08816d'] = 'Effettuato il:'; -$_LANGADM['AdminCarts30d5706b177c5a77731d1418e95d2900'] = 'Nessun ordine effettuato da questo carrello'; -$_LANGADM['AdminCarts068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminCarts6f16ab6ec0a6064d0c8961257a3eb1f5'] = 'Riassunto carrello'; -$_LANGADM['AdminCartsdeb10517653c255364175796ace3553f'] = 'Prodotto'; -$_LANGADM['AdminCartsfbaedde498cdead4f2780217646e9ba1'] = 'PU'; $_LANGADM['AdminCarts03ab340b3f99e03cff9e84314ead38c0'] = 'Quant.'; -$_LANGADM['AdminCarts27ce7f8b5623b2e2df568d64cf051607'] = 'Magazzino'; -$_LANGADM['AdminCartse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :'; -$_LANGADM['AdminCarts543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:'; +$_LANGADM['AdminCarts068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminCarts1402e450396cb76b53b95f6e1746d700'] = 'Account creato il:'; +$_LANGADM['AdminCarts1d949d2235747b894bbaae35fbf44f1d'] = 'Informazioni cliente'; $_LANGADM['AdminCarts2633d6725607d13e80f5e30514b91fbe'] = 'Totale sconti:'; -$_LANGADM['AdminCartsa12925b3d2beb085f9a024d8098b41dd'] = 'Totale carta regalo'; -$_LANGADM['AdminCarts691b338fa68b3c177c6ebbc745624c6a'] = 'Totale spedizione:'; -$_LANGADM['AdminCarts66c4c5112f455a19afde47829df363fa'] = 'Totale:'; -$_LANGADM['AdminCarts9d5bf15117441a1b52eb1f0808e4aad3'] = 'Buoni sconto'; -$_LANGADM['AdminCartsf14b582c1b0eab88ed5904fb781568c0'] = 'Nome'; -$_LANGADM['AdminCarts689202409e48743b914713f96d93947c'] = 'Valore'; -$_LANGADM['AdminCarts81a45bb93f6dc37a6c0dcc3af725d331'] = 'In base al gruppo di questo cliente, i prezzi sono indicati:'; -$_LANGADM['AdminCarts5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'tasse escl.'; -$_LANGADM['AdminCarts341216368d7ecd01ce32b8b9892293cf'] = 'tasse incl.'; +$_LANGADM['AdminCarts27ce7f8b5623b2e2df568d64cf051607'] = 'Magazzino'; $_LANGADM['AdminCarts2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo n.'; +$_LANGADM['AdminCarts30d5706b177c5a77731d1418e95d2900'] = 'Nessun ordine effettuato da questo carrello'; +$_LANGADM['AdminCarts44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminCarts543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:'; +$_LANGADM['AdminCarts580034e942d61c23826cb31dc2cb3c89'] = 'Carrello n.'; +$_LANGADM['AdminCarts58930025e1f95d65035e0df5d6c2ae41'] = 'Informazioni ordine'; +$_LANGADM['AdminCarts5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Totale pagato dalla registrazione:'; +$_LANGADM['AdminCarts66c4c5112f455a19afde47829df363fa'] = 'Totale:'; +$_LANGADM['AdminCarts689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminCarts691b338fa68b3c177c6ebbc745624c6a'] = 'Totale spedizione:'; +$_LANGADM['AdminCarts6f16ab6ec0a6064d0c8961257a3eb1f5'] = 'Riassunto carrello'; +$_LANGADM['AdminCarts6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID ordine'; +$_LANGADM['AdminCarts81a45bb93f6dc37a6c0dcc3af725d331'] = 'In base al gruppo di questo cliente, i prezzi sono indicati:'; $_LANGADM['AdminCarts853ae90f0351324bd73ea615e6487517'] = ':'; -$_LANGADM['AdminCartsf2a6c498fb90ee345d997f888fce3b18'] = 'Cancellare'; -$_LANGADM['AdminCarts0071aa279bd1583754a544277740f047'] = 'Eliminare voce #'; -$_LANGADM['AdminCatalog630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; -$_LANGADM['AdminCatalog6110e3692a789bcff0870b04b13a06bb'] = 'Torna a home'; -$_LANGADM['AdminCatalogc61cd01963c2a9f399c2906e02c7a52a'] = 'Torna al catalogo'; -$_LANGADM['AdminCatalog62381fc27e62649a16182a616de3f7ea'] = 'Categoria attuale'; -$_LANGADM['AdminCatalogaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; -$_LANGADM['AdminCatalog4afecbe4d149447b74b9ab54434c42e4'] = 'Prodotti in questa categoria'; -$_LANGADM['AdminCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCategories49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informazioni complementari'; -$_LANGADM['AdminCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; -$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrata'; -$_LANGADM['AdminCategories5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessun oggetto trovato'; -$_LANGADM['AdminCategoriesc896319b0d4ed42ba9a5e9d91aa34190'] = 'Non ci sono sottocategorie'; -$_LANGADM['AdminCategories977eecf6f4a714db692566e8375475e1'] = 'sottocategorie'; -$_LANGADM['AdminCategories3be907b697505eb1ce2b40ad64620528'] = 'sottocategoria'; -$_LANGADM['AdminCategories396b0e222e9c86056374ba077e78667b'] = 'nella categoria'; -$_LANGADM['AdminCategories5c729a454169f958a648b3df006bc98e'] = 'Aggiungi una nuova sottocategoria'; +$_LANGADM['AdminCarts914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; +$_LANGADM['AdminCarts96b0141273eabab320119c467cdcaf17'] = 'Totale'; +$_LANGADM['AdminCarts9d5bf15117441a1b52eb1f0808e4aad3'] = 'Buoni sconto'; +$_LANGADM['AdminCartsa12925b3d2beb085f9a024d8098b41dd'] = 'Totale carta regalo'; +$_LANGADM['AdminCartsa8e3c5c577a4b885819e5ba1c785065c'] = 'Ospite non registrato'; +$_LANGADM['AdminCartsadb831a7fdd83dd1e2a309ce7591dff8'] = 'Ospite'; +$_LANGADM['AdminCartsb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Ordini convalidati:'; +$_LANGADM['AdminCartsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCartsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminCartsd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; +$_LANGADM['AdminCartsd98a07f84921b24ee30f86fd8cd85c3c'] = 'da'; +$_LANGADM['AdminCartsdeb10517653c255364175796ace3553f'] = 'Prodotto'; +$_LANGADM['AdminCartse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :'; +$_LANGADM['AdminCartsf14b582c1b0eab88ed5904fb781568c0'] = 'Nome'; +$_LANGADM['AdminCartsf9e17adb48f78186c6bcd4bd9c08816d'] = 'Effettuato il:'; +$_LANGADM['AdminCartsfbaedde498cdead4f2780217646e9ba1'] = 'PU'; +$_LANGADM['AdminCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL semplificato:'; +$_LANGADM['AdminCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; $_LANGADM['AdminCategories3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoria'; +$_LANGADM['AdminCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminCategories461900b74731e07320ca79366df3e809'] = 'Immagine:'; +$_LANGADM['AdminCategories49ee3087348e8d44e1feda1917443987'] = 'Nome'; $_LANGADM['AdminCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminCategories5ffd7a335dd836b3373f5ec570a58bdc'] = 'Espandi tutto'; $_LANGADM['AdminCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; $_LANGADM['AdminCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostrata:'; -$_LANGADM['AdminCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; $_LANGADM['AdminCategories66f2dd0c775eff24ac95c38347bcaf9a'] = 'Categoria collegata'; -$_LANGADM['AdminCategories8cf04a9734132302f96da8e113e80ce5'] = 'Casa'; -$_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'selezionati'; -$_LANGADM['AdminCategoriesb56c3bda503a8dc4be356edb0cc31793'] = 'Comprimi tutto'; -$_LANGADM['AdminCategories5ffd7a335dd836b3373f5ec570a58bdc'] = 'Espandi tutto'; -$_LANGADM['AdminCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; -$_LANGADM['AdminCategories461900b74731e07320ca79366df3e809'] = 'Immagine:'; -$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Carica logo della categoria dal tuo computer'; $_LANGADM['AdminCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta <titolo>:'; -$_LANGADM['AdminCategories3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminCategories7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; +$_LANGADM['AdminCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrata'; +$_LANGADM['AdminCategories93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; $_LANGADM['AdminCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descrizione:'; -$_LANGADM['AdminCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; -$_LANGADM['AdminCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL semplificato:'; -$_LANGADM['AdminCategories2ef9671539ece086eb5c74c851a08565'] = 'Sono permessi solo lettere e il carattere meno (-)'; -$_LANGADM['AdminCategories50d783e43630e20d36ad09f7e01f163c'] = 'Accesso gruppi:'; -$_LANGADM['AdminCategoriesc6155aaecccf794cd2a00fcc35898022'] = 'Nome del gruppo'; $_LANGADM['AdminCategoriesa8cff2e828f241eed159bc28e76707c7'] = 'Indica tutti i gruppi a cui vuoi dare accesso a questa categoria'; -$_LANGADM['AdminCategories69e62346c35bc63795db142cfbb0af66'] = 'Nesun gruppo creato'; -$_LANGADM['AdminCategoriesfd7df45f68e2570620083998fbc0710a'] = 'Salva e torna alla categoria collegata'; -$_LANGADM['AdminCategoriesc9cc8cce247e49bae79f15173ce97354'] = 'Salva'; -$_LANGADM['AdminCategories19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminContact63406c9482c644975f227cc93788e8fb'] = 'Scegli la tua nazione'; -$_LANGADM['AdminContactffea2d321be109fc7243cfeb515fe257'] = 'Scegli la tua nazione'; -$_LANGADM['AdminContact61f0fa926f97eafb392975ed79cebb4a'] = 'Nome del negozio:'; -$_LANGADM['AdminContact792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Mostrato nelle e-mail e nei titoli di pagina'; -$_LANGADM['AdminContact237726599268adc200964601cdafeb16'] = 'E-mail negozio:'; -$_LANGADM['AdminContact0188aaac1db951dc90bced9ecd606c04'] = 'Mostrato nelle e-mail inviate ai clienti'; -$_LANGADM['AdminContactd7ceaa3ddb4fc6884046456463ecb258'] = 'Registrazione:'; -$_LANGADM['AdminContact76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Informazioni registrazione negozio (per es: SIRET, RCS, ...)'; -$_LANGADM['AdminContact3c720ca57528095461f52d40d26d956a'] = 'Negozio linea indirizzo 1:'; -$_LANGADM['AdminContact3d4d4cac03e194ab20154382cd544e0f'] = 'Indirizzo linea 2'; -$_LANGADM['AdminContacte0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Codice postale:'; -$_LANGADM['AdminContactbffb711ec36f280459d11dce315da72f'] = 'Città:'; -$_LANGADM['AdminContactf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; -$_LANGADM['AdminContact18325105de95083e4a1d10b78f29c2bc'] = 'Stato:'; -$_LANGADM['AdminContact673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:'; -$_LANGADM['AdminContact0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax :'; -$_LANGADM['AdminContact5dd532f0a63d89c5af0243b74732f63c'] = 'Dati di contatto'; -$_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminContactsb78a3223503896721cca1303f776159b'] = 'Titolo'; -$_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; -$_LANGADM['AdminContactsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informazioni complementari'; -$_LANGADM['AdminContacts8058aef8e4c03453b1b088795677726a'] = 'Opzioni di contatto'; -$_LANGADM['AdminContactsb3f251dafa622267b0972a0d52dfd9b2'] = 'L\'e-mail sarà inviata a questo indirizzo'; -$_LANGADM['AdminContacts73b06e25d15e914d4d2ba43c6de1805e'] = 'ermetti ai clienti di inviare file usando la pagina di contatto'; -$_LANGADM['AdminContactsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminContacts93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminContactsd5e76fe30ec7b495d900aa33b91becc4'] = 'Messaggio predefinito'; -$_LANGADM['AdminContacts338e6d0526d113f735e9dce7c899a185'] = 'Inserisci il messaggio che appare di default quando rispondi ad un thread nella pagina del servizio clienti'; -$_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Contatti'; -$_LANGADM['AdminContacts51ec9bf4aaeab1b25bb57f9f8d4de557'] = 'Titolo:'; -$_LANGADM['AdminContacts7e98c222c4dd2e73d37bc5cd0eca2fca'] = 'Nome del contatto, per es., Supporto Tecnico)'; -$_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'Le e-mail saranno inviate a questo indirizzo'; -$_LANGADM['AdminContactsa4fa45b9c05d906d897b3a04f3d09838'] = 'Salva nel Servizio Clienti'; +$_LANGADM['AdminCategoriesb56c3bda503a8dc4be356edb0cc31793'] = 'Comprimi tutto'; +$_LANGADM['AdminCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informazioni complementari'; +$_LANGADM['AdminCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminCategoriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminCategoriesd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; +$_LANGADM['AdminCategoriesea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminCategoriesef61fb324d729c341ea8ab9901e23566'] = 'Nuovo'; +$_LANGADM['AdminCategoriesef7de3f485174ff47f061ad27d83d0ee'] = 'selezionati'; +$_LANGADM['AdminCategoriesf0eaa209893a6bb5512c9876037b82be'] = 'Carica logo della categoria dal tuo computer'; +$_LANGADM['AdminCms0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; +$_LANGADM['AdminCms00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminCms084af17ae8dce6465e3acd94a3d995c1'] = 'La tua pagina CMS sarà salvata come bozza'; +$_LANGADM['AdminCms1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificato'; +$_LANGADM['AdminCms2ef9671539ece086eb5c74c851a08565'] = 'Sono permessi solo lettere e il carattere meno (-)'; +$_LANGADM['AdminCms38fb7d24e0d60a048f540ecb18e13376'] = 'Registra'; +$_LANGADM['AdminCms3f64b2beede1082fd32ddb0bf11a641f'] = 'META Descrizione'; +$_LANGADM['AdminCms45b1bce0ceb1e155fc99d59a21761b9e'] = 'Contenuto pagina'; +$_LANGADM['AdminCms52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminCms5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessuna pagina trovata'; +$_LANGADM['AdminCms6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminCms789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categoria CMS'; +$_LANGADM['AdminCms7b250cb374c12c42a75227ba75df7779'] = 'Meta titolo:'; +$_LANGADM['AdminCms7d7559ccac6bc30a4d985db11cb34a3a'] = 'META keywords'; +$_LANGADM['AdminCmsCategories00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminCmsCategories02fa003c38fefcda498b876f67f4cac7'] = 'URL semplificato:'; +$_LANGADM['AdminCmsCategories2ef9671539ece086eb5c74c851a08565'] = 'Sono permessi solo lettere e il carattere meno (-)'; +$_LANGADM['AdminCmsCategories2f74f5e9674526a836ce24ad5584fc6e'] = 'Categoria collegata'; +$_LANGADM['AdminCmsCategories38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminCmsCategories394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; +$_LANGADM['AdminCmsCategories49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminCmsCategories4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminCmsCategories52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminCmsCategories6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminCmsCategories6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostrata:'; +$_LANGADM['AdminCmsCategories789ca3cc9e29e7ef767619e13c6b2f9e'] = 'Categoria CMS'; +$_LANGADM['AdminCmsCategories7b250cb374c12c42a75227ba75df7779'] = 'Meta <titolo>:'; +$_LANGADM['AdminCmsCategories86754577897acfb25deb69039d49d9a7'] = 'Mostrata'; +$_LANGADM['AdminCmsCategoriesa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descrizione:'; +$_LANGADM['AdminCmsCategoriesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informazioni complementari'; +$_LANGADM['AdminCmsCategoriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCmsCategoriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminCmsCategoriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCmsContent62381fc27e62649a16182a616de3f7ea'] = 'Categoria attuale'; +$_LANGADM['AdminCmsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCmsb78a3223503896721cca1303f776159b'] = 'Titolo'; +$_LANGADM['AdminCmsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminCmscc4fbd30d676ea2f9994b7063a8ada15'] = 'Pagine in questa categoria'; +$_LANGADM['AdminCmse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCmse6b391a8d2c4d45902a23a8b6585703d'] = 'URL'; +$_LANGADM['AdminCmsef61fb324d729c341ea8ab9901e23566'] = 'Nuovo'; +$_LANGADM['AdminCmsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Salva e vedi in anteprima'; $_LANGADM['AdminContacts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminContactsec444d8079f945e297c3a6d5359bb4d7'] = 'Il messaggio sarà salvato nel tab Servizio Clienti'; $_LANGADM['AdminContacts0a958d0b68cae1805a8f64cdcddb821b'] = 'Dati supplementari su questo contatto'; $_LANGADM['AdminContacts38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminContacts19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCountries59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; -$_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Codice ISO'; -$_LANGADM['AdminCountriesd8ec51bf63378409b1d40cc45c80f926'] = 'Prefisso telefonico'; -$_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminContacts51ec9bf4aaeab1b25bb57f9f8d4de557'] = 'Titolo:'; +$_LANGADM['AdminContacts76e1a2d01fd855aa7f2df99e2be260c5'] = 'Le e-mail saranno inviate a questo indirizzo'; +$_LANGADM['AdminContacts7e98c222c4dd2e73d37bc5cd0eca2fca'] = 'Nome del contatto, per es., Supporto Tecnico)'; +$_LANGADM['AdminContacts8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; +$_LANGADM['AdminContacts9aa698f602b1e5694855cee73a683488'] = 'Contatti'; +$_LANGADM['AdminContactsa4fa45b9c05d906d897b3a04f3d09838'] = 'Salva nel Servizio Clienti'; +$_LANGADM['AdminContactsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Informazioni complementari'; +$_LANGADM['AdminContactsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminContactsb78a3223503896721cca1303f776159b'] = 'Titolo'; +$_LANGADM['AdminContactsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminContactse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminContactsec444d8079f945e297c3a6d5359bb4d7'] = 'Il messaggio sarà salvato nel tab Servizio Clienti'; +$_LANGADM['AdminController01f8544c8fd4628bc686502e8b727d95'] = 'il campo'; +$_LANGADM['AdminController07213a0161f52846ab198be103b5ab43'] = 'errori'; +$_LANGADM['AdminController0a5fa53f3f20f67f98bd6c3b16df059d'] = 'è richiesto'; +$_LANGADM['AdminController0c6992101fe78e4f1ae3f391c485de29'] = 'Pacchetto di localizzazione importato con successo'; +$_LANGADM['AdminController12c500ed0b7879105fb46af0f246be87'] = 'Ordini'; +$_LANGADM['AdminController13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; +$_LANGADM['AdminController151648106e4bf98297882ea2ea1c4b0e'] = 'Aggiornamento riuscito'; +$_LANGADM['AdminController16c64b6f203dd2b0a840184ef902a704'] = 'Modulo trapiantato al collegamento'; +$_LANGADM['AdminController2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Modulo resettato'; +$_LANGADM['AdminController2c76ba09452e3da727ed4e65cf2f2593'] = 'Lingua copiata'; +$_LANGADM['AdminController2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Upload riuscito'; +$_LANGADM['AdminController3879149292f9af4469cec013785d6dfd'] = 'avvisi'; +$_LANGADM['AdminController3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; +$_LANGADM['AdminController40606a2d55f7c33c732f1d3c1b5b1e66'] = 'Modulo cancellato'; +$_LANGADM['AdminController4236a440a662cc8253d7536e5aa17942'] = 'logout'; +$_LANGADM['AdminController4402aa7e384266cd7d0350c1cc9a0123'] = 'Traduzione aggiunta ma la lingua non è stata creata'; +$_LANGADM['AdminController46b1b35fd252d60dd4d1b610a9224943'] = 'Modulo rimosso dal collegamento'; +$_LANGADM['AdminController46f22f2a56ddd091f4b2b2c35c5ca989'] = 'catalogo:'; +$_LANGADM['AdminController4b6f7d34a58ba399f077685951d06738'] = 'Clienti'; +$_LANGADM['AdminController4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è'; +$_LANGADM['AdminController4f32a32dea642737580dd71cdfd8d3c0'] = 'Accesso rapido'; +$_LANGADM['AdminController5196611ad1bf27e9cef5375b038c04db'] = 'Fatemi uscire di qui!!'; +$_LANGADM['AdminController53cd939ae14e33855274e17a3c411fdd'] = 'Per motivi di sicurezza, devi:'; +$_LANGADM['AdminController56deca22a707214865f7ea3ae6391d67'] = 'fatture'; +$_LANGADM['AdminController6175b106e638d4dd873cb3ff96724392'] = 'Miniature rigenerate'; +$_LANGADM['AdminController630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; +$_LANGADM['AdminController6357d3551190ec7e79371a8570121d3a'] = 'C\'è'; +$_LANGADM['AdminController70f4b635847038d056e33959821a7a66'] = 'Caratteri massimi:'; +$_LANGADM['AdminController795aa39f13629841edad6c04d3aca405'] = 'Immagini spostato con successo'; +$_LANGADM['AdminController7b83d3f08fa392b79e3f553b585971cd'] = 'avviso'; +$_LANGADM['AdminController7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Modulo scaricato'; +$_LANGADM['AdminController7e47a344b06d82a8836cbee2748a79e6'] = 'è richiesto almeno in'; +$_LANGADM['AdminController84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creazione riuscita'; +$_LANGADM['AdminController8642a2f37a5d42b54ce53b1fbdd1583f'] = 'Carrelli'; +$_LANGADM['AdminController87a2663d841b78f01c27c0edb4f50b76'] = 'Soppressione riuscita'; +$_LANGADM['AdminController8a3cfd894d57e33c55400fc9d76aa08a'] = 'Clicca qui per vedere '; +$_LANGADM['AdminController9469a4605b719b91e2cdac9e3bbf460d'] = 'Traduzioni aggiunte'; +$_LANGADM['AdminController998b344cff693ad388a14ba89b1523c7'] = 'non valido'; +$_LANGADM['AdminControllera1acc250773be8550f5758190e1db93a'] = 'Status aggiornato'; +$_LANGADM['AdminControllera4da6f31ab268a5310bc475e63ab92db'] = 'Prendo atto dei rischi e intendo mostrare questa pagina'; +$_LANGADM['AdminControllera7c974ac23201089a5d17536bbb09f05'] = 'Modulo installato'; +$_LANGADM['AdminControllera7df4df5ba87b5e752c81b276959e797'] = 'Selezione cancellata'; +$_LANGADM['AdminControllera92269f5f14ac147a821728c23204c0b'] = 'Nascondi avvisi'; +$_LANGADM['AdminControllerad3737feaf28ed81b4073c7113f6228e'] = 'Messaggio inviato'; +$_LANGADM['AdminControllerb85b9d2e7e1153bd3d5a4bb0f57d347b'] = 'Duplicazione riuscita'; +$_LANGADM['AdminControllerbbaed3b1f842925ef862ec19261744d8'] = 'Modulo disinstallato'; +$_LANGADM['AdminControllerbbaff12800505b22a853e8b7f4eb6a22'] = 'Contatti'; +$_LANGADM['AdminControllerbee83fbebb6a50869091c78685f2b7f7'] = 'caratt. max., inclusi caratt. html'; +$_LANGADM['AdminControllerc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminControllercbebc850f5f849e8956b5f8075f48f69'] = 'tutto'; +$_LANGADM['AdminControllercc3787ca78f445f481069a4c047f7e7a'] = 'Scegli una lingua:'; +$_LANGADM['AdminControllerd4fecde5ac83b59cc690fd4d26d79abe'] = 'Rimborso eseguito'; +$_LANGADM['AdminControllerd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Visualizza il mio negozio'; +$_LANGADM['AdminControllerdb26e10564e958809d798e8048fcbc0a'] = 'Chiave di sicurezza non valida'; +$_LANGADM['AdminControllerdef73ea130852d9e7813ee61eefa24e7'] = 'Aggiornamento impostazioni riuscito'; +$_LANGADM['AdminControllere41431d37c0f818843740e11a69c5ec2'] = 'Commento aggiunto'; +$_LANGADM['AdminControllere6a7f8a2f42cc35979973da8dfb10720'] = 'Forum'; +$_LANGADM['AdminControllere99c06952f4336ce189d8df45980dca0'] = 'eliminare la cartella / install'; +$_LANGADM['AdminControlleree05efe0548fdafc9e85cb4c34fbe845'] = 'Immagine cancellata'; +$_LANGADM['AdminControlleref61fb324d729c341ea8ab9901e23566'] = 'Nuovo'; +$_LANGADM['AdminControllerf755e8b92cb8f02c24f6f539180d45b1'] = 'è troppo lungo'; +$_LANGADM['AdminControllerf84b4e2770ec98e3db2926cd49864d2f'] = 'Le mie preferenze'; $_LANGADM['AdminCountries00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminCountries5252b12033d3181aa8270eea2fd4c4d4'] = 'Opzioni nazioni'; -$_LANGADM['AdminCountriesd14d3384847c11b0708990b3343c8dbf'] = 'Nazione di defalut :'; -$_LANGADM['AdminCountriesb017db41a29dff4007de058af406341e'] = 'Nazione di default usata in questo negozio'; +$_LANGADM['AdminCountries09545da0018af8fd4d2725858aa9b26d'] = 'Richiesto numero di codice fiscale?'; $_LANGADM['AdminCountries13feb6ab1a436929f78c13ec405ce215'] = 'Limitare i paesi PER da quelli forniti dal portatori attivi'; -$_LANGADM['AdminCountries91bb198c336e8b4a82bed07cffd78891'] = 'Mostrerà di nuovo il layout ultima registrati'; -$_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Verrà visualizzato un layout di default per questo paese'; -$_LANGADM['AdminCountriesfc6bff84b96cbd12e8b2acb2cbe4c979'] = 'Mostrerà di nuovo si sta modificando il layout corrente'; -$_LANGADM['AdminCountries96cddc4940425c2e51164e6f53ca3acf'] = 'Cancellerà il layout corrente'; -$_LANGADM['AdminCountries4cc62307750c99e9f150d2baa18b6b81'] = 'Sei sicuro di voler applicare questa selezione?'; -$_LANGADM['AdminCountries790d59ef178acbc75d233bf4211763c6'] = 'Nazione'; -$_LANGADM['AdminCountriesf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; -$_LANGADM['AdminCountries6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminCountries4aff46f8a7e137cff28dc9011eb2bbd3'] = 'Nome della nazione'; +$_LANGADM['AdminCountries14a5ddaea551658f02fb0ef893f81313'] = 'Layout pulito'; +$_LANGADM['AdminCountries187dc89384a93e0bd008a5d1ec2339b6'] = 'Visualizzazione delle etichette fiscali:'; +$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminCountries378296aa6056b95fe9d841aed8f3bfae'] = 'Richiesto Codice postale:'; +$_LANGADM['AdminCountries38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; $_LANGADM['AdminCountries3af4c1797da60fd50670ddbb669fc0aa'] = 'Codice ISO:'; $_LANGADM['AdminCountries4940bea043a2202dd111a1e408438407'] = 'Codice a 2 o 3 lettere, per es., FR per la Francia'; -$_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Elenco ufficiale qui'; -$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Prefisso telefonico:'; -$_LANGADM['AdminCountries4d92aeac3faeb1d29b189135fe2b3e49'] = 'Prefisso internazionale, per es.,: 33 per la Francia'; -$_LANGADM['AdminCountries8e10808175a8d945d13bab31fb2e2663'] = 'Valuta di default'; -$_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Valuta del negozio di default'; -$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; -$_LANGADM['AdminCountries99b9aff66ba02be54313144319cf1889'] = 'Zona geografica dove si trova la nazione'; -$_LANGADM['AdminCountries378296aa6056b95fe9d841aed8f3bfae'] = 'Richiesto Codice postale:'; -$_LANGADM['AdminCountries93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminCountries881e132cc7aae22327a99e24c73cbe34'] = 'Formato del Codice postale:'; -$_LANGADM['AdminCountriesf986c3dfa3c510d15d32b59e2e83e037'] = 'CAP nazionale (L per lettera, N per numero e C per Codice ISO), per es., NNNNN per Francia. Nessuna verifica se indefinito.'; -$_LANGADM['AdminCountriesa314046def218cebb078f190756b0a4a'] = 'Indirizzo layout:'; -$_LANGADM['AdminCountries91a69103975e222d07735acffd42239c'] = 'Campi necessari per le informazioni su l\'indirizzo (cliccare per avere maggiori dettagli)'; -$_LANGADM['AdminCountriesd88def0eb4ff593621b4113e1fc54965'] = 'Utilizzare l\'ultimo layout registrati'; -$_LANGADM['AdminCountries6d869ac09b11028c6884152b08f52786'] = 'Utilizzare un layout di default'; $_LANGADM['AdminCountries4a9a923126a30b7ab47cc43ed8a25895'] = 'Utilizzare il mio layout attuale modificato'; -$_LANGADM['AdminCountries14a5ddaea551658f02fb0ef893f81313'] = 'Layout pulito'; -$_LANGADM['AdminCountries24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminCountries4aff46f8a7e137cff28dc9011eb2bbd3'] = 'Nome della nazione'; +$_LANGADM['AdminCountries4cc62307750c99e9f150d2baa18b6b81'] = 'Sei sicuro di voler applicare questa selezione?'; +$_LANGADM['AdminCountries4d92aeac3faeb1d29b189135fe2b3e49'] = 'Prefisso internazionale, per es.,: 33 per la Francia'; +$_LANGADM['AdminCountries5252b12033d3181aa8270eea2fd4c4d4'] = 'Opzioni nazioni'; +$_LANGADM['AdminCountries59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; +$_LANGADM['AdminCountries6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminCountries6d869ac09b11028c6884152b08f52786'] = 'Utilizzare un layout di default'; +$_LANGADM['AdminCountries790d59ef178acbc75d233bf4211763c6'] = 'Nazione'; +$_LANGADM['AdminCountries881e132cc7aae22327a99e24c73cbe34'] = 'Formato del Codice postale:'; +$_LANGADM['AdminCountries8e10808175a8d945d13bab31fb2e2663'] = 'Valuta di default'; +$_LANGADM['AdminCountries91bb198c336e8b4a82bed07cffd78891'] = 'Mostrerà di nuovo il layout ultima registrati'; +$_LANGADM['AdminCountries93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminCountries9639e32cab248434a17ab32237cb3b71'] = 'Applica'; +$_LANGADM['AdminCountries96cddc4940425c2e51164e6f53ca3acf'] = 'Cancellerà il layout corrente'; +$_LANGADM['AdminCountries99b9aff66ba02be54313144319cf1889'] = 'Zona geografica dove si trova la nazione'; +$_LANGADM['AdminCountriesa314046def218cebb078f190756b0a4a'] = 'Indirizzo layout:'; +$_LANGADM['AdminCountriesa4f164d8b1b72c87b8ce558827bcd423'] = 'Valuta del negozio di default'; +$_LANGADM['AdminCountriesa86a021f16a103f44a8aa1c06e484831'] = 'Verrà visualizzato un layout di default per questo paese'; +$_LANGADM['AdminCountriesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Codice ISO'; +$_LANGADM['AdminCountriesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminCountriesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCountriesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminCountriesd42225935a374f1249f2a45ebed00772'] = 'Attivato o disattivato'; +$_LANGADM['AdminCountriesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; $_LANGADM['AdminCountriescef82d41923398076fb06d463541d707'] = 'Contiene stati:'; -$_LANGADM['AdminCountries09545da0018af8fd4d2725858aa9b26d'] = 'Richiesto numero di codice fiscale?'; -$_LANGADM['AdminCountries187dc89384a93e0bd008a5d1ec2339b6'] = 'Visualizzazione delle etichette fiscali:'; -$_LANGADM['AdminCountries38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminCountries19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminCountyb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCountye25b163360646e8f71af8a8ee0fad1a3'] = 'Regione'; -$_LANGADM['AdminCounty46a2a41cc6e552044816a2d04634545d'] = 'Stato'; -$_LANGADM['AdminCounty00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminCountyf66c1590e73de9cb7cd7503f13d80118'] = 'Regioni'; -$_LANGADM['AdminCounty3bbbfb7c06723c054b8dd150bc064a36'] = 'Salva questa regione allora si sarà in grado di associare CAP'; -$_LANGADM['AdminCountyf64be5eef68442a8f50cf535b92ad3e4'] = 'Paese:'; -$_LANGADM['AdminCounty18325105de95083e4a1d10b78f29c2bc'] = 'Stato:'; -$_LANGADM['AdminCounty4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminCounty24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminCountyb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminCountyd42225935a374f1249f2a45ebed00772'] = 'Attivato o disattivato'; -$_LANGADM['AdminCounty38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminCounty9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; -$_LANGADM['AdminCounty19f823c6453c2b1ffd09cb715214813d'] = 'Campi obbligatori'; -$_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Valuta'; -$_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Codice ISO'; -$_LANGADM['AdminCurrenciesde9b254aa38ded29b5a826d9e752b90b'] = 'Num Codice ISO'; -$_LANGADM['AdminCurrencies02c86eb2792f3262c21d030a87e19793'] = 'Simbolo'; -$_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Tasso di cambio'; +$_LANGADM['AdminCountriesd3c5d8339f3840b75b4031c2b1e508de'] = 'Elenco ufficiale qui'; +$_LANGADM['AdminCountriesd88def0eb4ff593621b4113e1fc54965'] = 'Utilizzare l\'ultimo layout registrati'; +$_LANGADM['AdminCountriesd8ec51bf63378409b1d40cc45c80f926'] = 'Prefisso telefonico'; +$_LANGADM['AdminCountriese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCountriese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; +$_LANGADM['AdminCountriesec156a02718eeb18048c8589bea1f4a1'] = 'Prefisso telefonico:'; +$_LANGADM['AdminCountriesf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; +$_LANGADM['AdminCountriesf986c3dfa3c510d15d32b59e2e83e037'] = 'CAP nazionale (L per lettera, N per numero e C per Codice ISO), per es., NNNNN per Francia. Nessuna verifica se indefinito.'; +$_LANGADM['AdminCountriesfc6bff84b96cbd12e8b2acb2cbe4c979'] = 'Mostrerà di nuovo si sta modificando il layout corrente'; +$_LANGADM['AdminCurrencies007f2226bf0915adaf9ef63b0e8287ca'] = 'Formato:'; +$_LANGADM['AdminCurrencies0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; $_LANGADM['AdminCurrencies00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminCurrenciesb67536699de7bf5ddd53bd913e87758a'] = 'Opzioni valute'; -$_LANGADM['AdminCurrencies8e10808175a8d945d13bab31fb2e2663'] = 'Valuta di default:'; -$_LANGADM['AdminCurrencies36144ac2644548932977cc36677c1698'] = 'Divisa di default utilizzata nel negozio'; -$_LANGADM['AdminCurrenciescc2f0a18cb0448ca2101f93be765e487'] = 'Se si cambia la valuta di default, sarà necessario modificare manualmente ogni prezzo del prodotto.'; -$_LANGADM['AdminCurrencies795b18173b4ddc7ea79c606ccd0f3feb'] = 'Non puoi cancellare la valuta di default'; -$_LANGADM['AdminCurrenciese7e915ec26ac2be5f5730752e5fc3b78'] = 'Non puoi disattivare la valuta di default'; -$_LANGADM['AdminCurrencies77428b04a1847555eb9bc52422a377b0'] = 'Tasso di cambio'; -$_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Aggiorna tassi di cambio'; +$_LANGADM['AdminCurrencies02c86eb2792f3262c21d030a87e19793'] = 'Simbolo'; +$_LANGADM['AdminCurrencies19e5c58e6f3027749ab6aa14c5a650fd'] = 'in dollari'; +$_LANGADM['AdminCurrencies260f0e6ff1df0aa4f39310176b5d6c44'] = 'Posto questo URL nel crontab oppure chiamare manualmente ogni giorno'; +$_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Simbolo:'; +$_LANGADM['AdminCurrencies2e5845557ed8ecd864f0db5ce4dac829'] = 'Apparirà su Front Office, esempio: euro, dollaro'; +$_LANGADM['AdminCurrencies32dd182c91d1a647c40ce4561eb33da9'] = 'Apparirà su Front Office, esempio: €, $'; +$_LANGADM['AdminCurrencies386c339d37e737a436499d423a77df0c'] = 'Valuta'; +$_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'Codice ISO:'; +$_LANGADM['AdminCurrencies444a643f521c7fff9ef731ff301d86cc'] = 'Si applica a tutti i prezzi, per es.:'; +$_LANGADM['AdminCurrencies44d23fb07dc0be241d77d922bbc871c1'] = 'Codice ISO numerico, per es.:\' 840 per dollaro, 978 per euro'; $_LANGADM['AdminCurrencies48781284e7a2c2b1479559ce12aa73c5'] = 'Aggiorna tassi di cambio in tempo reale'; $_LANGADM['AdminCurrencies5e7ad8ee59bd36302bbc58bc710eeabb'] = 'Tassi valuta aggiornamento'; -$_LANGADM['AdminCurrencies260f0e6ff1df0aa4f39310176b5d6c44'] = 'Posto questo URL nel crontab oppure chiamare manualmente ogni giorno'; -$_LANGADM['AdminCurrenciesdfcfc43722eef1eab1e4a12e50a068b1'] = 'Valute'; $_LANGADM['AdminCurrencies77295c7d814e7397c55f64ec06313984'] = 'Valuta:'; -$_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Sono permessi solo lettere e il carattere meno'; -$_LANGADM['AdminCurrencies2e5845557ed8ecd864f0db5ce4dac829'] = 'Apparirà su Front Office, esempio: euro, dollaro'; -$_LANGADM['AdminCurrencies3af4c1797da60fd50670ddbb669fc0aa'] = 'Codice ISO:'; -$_LANGADM['AdminCurrencies8632ac58071857c4425a9b6042f1fe21'] = 'Codice ISO, es.:\' USD per dollaro, EUR per euro'; +$_LANGADM['AdminCurrencies77428b04a1847555eb9bc52422a377b0'] = 'Tasso di cambio'; +$_LANGADM['AdminCurrencies795b18173b4ddc7ea79c606ccd0f3feb'] = 'Non puoi cancellare la valuta di default'; $_LANGADM['AdminCurrencies7fa4d1ea7f7b9d819c54d83bb3263512'] = 'Codice ISO numerico:'; -$_LANGADM['AdminCurrencies44d23fb07dc0be241d77d922bbc871c1'] = 'Codice ISO numerico, per es.:\' 840 per dollaro, 978 per euro'; -$_LANGADM['AdminCurrencies29e59767fa0a8d3adbacc87cae6d061c'] = 'Simbolo:'; -$_LANGADM['AdminCurrencies32dd182c91d1a647c40ce4561eb33da9'] = 'Apparirà su Front Office, esempio: €, $'; -$_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Tasso di cambio:'; -$_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Tasso di cambio da una unità della valuta di default del tuo negozio (per es., 1€) a questa valuta. Per esempio, se la valuta di default è l\'euro, e questa valuta è il dollaro, digita \"1.20\"'; -$_LANGADM['AdminCurrencies007f2226bf0915adaf9ef63b0e8287ca'] = 'Formato:'; -$_LANGADM['AdminCurrencies19e5c58e6f3027749ab6aa14c5a650fd'] = 'in dollari'; -$_LANGADM['AdminCurrenciesaa3606501de88ea50155297736664490'] = 'in euro'; -$_LANGADM['AdminCurrencies444a643f521c7fff9ef731ff301d86cc'] = 'Si applica a tutti i prezzi, per es.:'; -$_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Decimali:'; -$_LANGADM['AdminCurrencies93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminCurrenciesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; $_LANGADM['AdminCurrencies82158fd670cc8b5dedefd4201d9701cd'] = 'ostra i decimali nei prezzi'; +$_LANGADM['AdminCurrencies8632ac58071857c4425a9b6042f1fe21'] = 'Codice ISO, es.:\' USD per dollaro, EUR per euro'; +$_LANGADM['AdminCurrencies876ca43ba50351d4e492970f40632661'] = 'Aggiorna tassi di cambio'; $_LANGADM['AdminCurrencies87bd3cbac63d9410fff1815181cb60cc'] = 'Spazio vuoto:'; +$_LANGADM['AdminCurrencies88ddc0e9e26e200dccfdf7a3a1274b98'] = 'Tasso di cambio da una unità della valuta di default del tuo negozio (per es., 1€) a questa valuta. Per esempio, se la valuta di default è l\'euro, e questa valuta è il dollaro, digita \"1.20\"'; +$_LANGADM['AdminCurrenciesa5ffda8871e3d3d193c8e67f76686375'] = 'Sono permessi solo lettere e il carattere meno'; +$_LANGADM['AdminCurrenciesaa3606501de88ea50155297736664490'] = 'in euro'; +$_LANGADM['AdminCurrenciesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Codice ISO'; +$_LANGADM['AdminCurrenciesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminCurrenciesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminCurrenciesbebbab2c1ac732ccef4181f51ed52967'] = 'Tasso di cambio:'; +$_LANGADM['AdminCurrenciesd311128c6b9f34f85e6b0e29bcbcd165'] = 'Tasso di cambio'; $_LANGADM['AdminCurrenciesd6b378c31ecfd51965a5a318e06af249'] = 'Includi uno spazio vuoto tra segno e prezzo, per es.:'; -$_LANGADM['AdminCurrencies0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; -$_LANGADM['AdminCurrencies38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminCurrencies19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminCustomerThreadsc3bf447eabe632720a3aa1a7ce401274'] = 'Aperto'; -$_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Chiuso'; -$_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'In attesa 1'; -$_LANGADM['AdminCustomerThreads1033cc268ed0919b5d4e76ea6053ed25'] = 'In attesa 2'; -$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminCustomerThreads1e884e3078d9978e216a027ecd57fb34'] = 'Indirizzo e-mail'; -$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; -$_LANGADM['AdminCustomerThreads4994a8ffeba4ac3140beb89e8d41f174'] = 'Lingua'; -$_LANGADM['AdminCustomerThreadsec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Dipendente'; -$_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messaggi'; -$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Ultimo messaggio'; -$_LANGADM['AdminCustomerThreadsd21b5a78517318e6d35414d4217950ce'] = 'Messaggio inviato a'; -$_LANGADM['AdminCustomerThreads240f3031f25601fa128bd4e15f0a37de'] = 'Commento'; -$_LANGADM['AdminCustomerThreads518f0adf73dca7abeebc9c3a85352cfc'] = 'Nessun nuovo messaggio'; -$_LANGADM['AdminCustomerThreads47bab378f9e6268f758db00bcbf014fa'] = 'nuovi messaggii'; -$_LANGADM['AdminCustomerThreadsf752f758ff0b5c465d65c2d0bcc579cd'] = 'nuovo messaggio'; -$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Numero totale argomenti'; -$_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'Argomenti in attesa'; -$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Totale messaggi clienti'; -$_LANGADM['AdminCustomerThreads8a1926ed751f4c73a2271945278cf2df'] = 'Totale messaggi dipendenti'; -$_LANGADM['AdminCustomerThreadsf112c37a7318adef5c2d14c687172c25'] = 'Argomenti non letti'; -$_LANGADM['AdminCustomerThreads9cce8dbf2a8e527cbf71bcf8a8a7e352'] = 'Argomenti chiusi'; -$_LANGADM['AdminCustomerThreads2273d1167a6212812d95dc8fadbae78e'] = 'Servizio clienti'; -$_LANGADM['AdminCustomerThreadsc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiche'; -$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Visualizza cliente'; -$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID cliente'; -$_LANGADM['AdminCustomerThreads1bda80f2be4d3658e0baa43fbe7ae8c1'] = 'Visualizza'; -$_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Inviato il:'; -$_LANGADM['AdminCustomerThreadsd62b749697e3c1b9c26a645ad5d56656'] = 'Browser:'; -$_LANGADM['AdminCustomerThreadsbfb069b69766c9a8a1fac8aabfd970b2'] = 'File allegato'; -$_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'Vedi file'; -$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; -$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'visualizza ordine'; -$_LANGADM['AdminCustomerThreadsc851a34d4806acb02a55df148f9d7f25'] = 'Prodotto numero'; -$_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Argomento'; -$_LANGADM['AdminCustomerThreadsc5730b7ad58a3bad76e6b6b763521ec7'] = 'Visualizza i messaggi'; +$_LANGADM['AdminCurrenciesde9b254aa38ded29b5a826d9e752b90b'] = 'Num Codice ISO'; +$_LANGADM['AdminCurrenciese02162e8fe1c036639e5c8850ce44b3f'] = 'Decimali:'; +$_LANGADM['AdminCurrenciese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCurrenciese7e915ec26ac2be5f5730752e5fc3b78'] = 'Non puoi disattivare la valuta di default'; +$_LANGADM['AdminCustomerPreferences0db377921f4ce762c62526131097968f'] = 'Generale'; +$_LANGADM['AdminCustomerPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminCustomerPreferences640fd0cc0ffa0316ae087652871f4486'] = 'minuti'; +$_LANGADM['AdminCustomerPreferences6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Ricrea password:'; +$_LANGADM['AdminCustomerPreferences87eed0b2fbd8bec6796514f309d87aec'] = 'Tempo minimo di sicurezza per ricreare la password'; +$_LANGADM['AdminCustomerPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Recupero del carrello dopo l\'autenticazione del cliente'; +$_LANGADM['AdminCustomerPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'Mostrare di nuovo il carrello al login'; $_LANGADM['AdminCustomerThreads018d4d01cba3905ad11258518b4ea424'] = 'Inviato da:'; -$_LANGADM['AdminCustomerThreads818d947aeb9e604f54ce4c3444cc0256'] = 'ID discussione'; -$_LANGADM['AdminCustomerThreads0e2f5e3f12561ac94047979ec5406946'] = 'ID messaggio'; -$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Messaggio'; -$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Rispondi a questo messaggio'; -$_LANGADM['AdminCustomerThreadse8b4e59e41f890acd1d5d86d494d6d02'] = 'Scrivi qui sotto la tua risposta'; -$_LANGADM['AdminCustomerThreads91e2e681ab0c5817498a10318df5aec9'] = 'La tua risposta sarà inviata a:'; -$_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Invia la mia risposta'; -$_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Inoltra questa discussione a'; -$_LANGADM['AdminCustomerThreads7bc873cba11f035df692c3549366c722'] = '-- Scegli --'; -$_LANGADM['AdminCustomerThreads81e053d78f01540e9cd6fb68a1c03976'] = 'Qualcun altro'; -$_LANGADM['AdminCustomerThreads2605a817441c19cc88eb9e5d17845dc0'] = 'Puoi aggiungere un commento qui'; -$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Inoltra'; -$_LANGADM['AdminCustomerThreads1a7b79fd8642e9a33c12372e405d95d6'] = 'Vai all\'ultimo messaggio non trattato'; -$_LANGADM['AdminCustomerThreads54ebd9a5b69ce86503616d72ed9e82c6'] = 'Rispondi al successivo messaggio non trattato in questa categoria'; -$_LANGADM['AdminCustomerThreads408f476244defe7636d3143848bf1024'] = 'Gli altri messaggi in questa categoria sono stati trattati'; -$_LANGADM['AdminCustomerThreadsc9d31b30a6ca5a4613085216dfe9894f'] = 'Imposta questo messaggio come trattato'; -$_LANGADM['AdminCustomerThreadse2b74d691e528e8686dfb0b72aafe299'] = 'Definisci questo messaggio'; -$_LANGADM['AdminCustomerThreads73884952f6f4716ecd7c111b2a84e988'] = 'come In attesa 1'; -$_LANGADM['AdminCustomerThreads7cc947927ae700f1b5086b8575ea1689'] = '(rispondi in seguito)'; -$_LANGADM['AdminCustomerThreads5515c12607ca7c861299ff6c174a79f9'] = 'Clicca qui per disattivare lo status in attesa\"'; -$_LANGADM['AdminCustomerThreads2a4abb9e0d8f1c4fbaf12a48687f7bb7'] = 'come In attesa 2'; -$_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; -$_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminCustomerThreads03f4a47830f97377a35321051685071e'] = 'Chiuso'; +$_LANGADM['AdminCustomerThreads068f62c804cc9c4cd4f6dfc5b5d3ecaa'] = 'Argomenti in attesa'; $_LANGADM['AdminCustomerThreads068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminCustomerThreadsea067eb37801c5aab1a1c685eb97d601'] = 'Totale pagato'; -$_LANGADM['AdminCustomerThreadsc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento'; -$_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'Status'; $_LANGADM['AdminCustomerThreads06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminCustomerThreadsd8a065ef1c8b81af153be321e200ace7'] = 'Ordini convalidati:'; -$_LANGADM['AdminCustomerThreadsd55669822f1a8cf72ec1911e462a54eb'] = 'per'; +$_LANGADM['AdminCustomerThreads0e2f5e3f12561ac94047979ec5406946'] = 'ID messaggio'; +$_LANGADM['AdminCustomerThreads1033cc268ed0919b5d4e76ea6053ed25'] = 'In attesa 2'; +$_LANGADM['AdminCustomerThreads1bda80f2be4d3658e0baa43fbe7ae8c1'] = 'Visualizza'; +$_LANGADM['AdminCustomerThreads1e884e3078d9978e216a027ecd57fb34'] = 'Indirizzo e-mail'; +$_LANGADM['AdminCustomerThreads2273d1167a6212812d95dc8fadbae78e'] = 'Servizio clienti'; +$_LANGADM['AdminCustomerThreads240f3031f25601fa128bd4e15f0a37de'] = 'Commento'; +$_LANGADM['AdminCustomerThreads2605a817441c19cc88eb9e5d17845dc0'] = 'Puoi aggiungere un commento qui'; +$_LANGADM['AdminCustomerThreads385b0ac7763680e5768f3e5e866910da'] = 'Inviato il:'; +$_LANGADM['AdminCustomerThreads3d49ea2e92edbb4219d39256794525d9'] = 'Invia la mia risposta'; +$_LANGADM['AdminCustomerThreads408f476244defe7636d3143848bf1024'] = 'Gli altri messaggi in questa categoria sono stati trattati'; +$_LANGADM['AdminCustomerThreads41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messaggi'; +$_LANGADM['AdminCustomerThreads42ff79fde8fc930db50949b4f700c661'] = 'Inoltra questa discussione a'; +$_LANGADM['AdminCustomerThreads44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminCustomerThreads46a2a41cc6e552044816a2d04634545d'] = 'Status'; +$_LANGADM['AdminCustomerThreads47a0be8d1015d526a1fbaa56c3102135'] = 'Argomento'; +$_LANGADM['AdminCustomerThreads47bab378f9e6268f758db00bcbf014fa'] = 'nuovi messaggii'; +$_LANGADM['AdminCustomerThreads4994a8ffeba4ac3140beb89e8d41f174'] = 'Lingua'; $_LANGADM['AdminCustomerThreads49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminCustomerThreads518f0adf73dca7abeebc9c3a85352cfc'] = 'Nessun nuovo messaggio'; +$_LANGADM['AdminCustomerThreads548abe251b033d863417979998dba612'] = 'Inoltra'; +$_LANGADM['AdminCustomerThreads54ebd9a5b69ce86503616d72ed9e82c6'] = 'Rispondi al successivo messaggio non trattato in questa categoria'; +$_LANGADM['AdminCustomerThreads64898ffcd380ab607ccfe2f843447424'] = 'Totale messaggi clienti'; +$_LANGADM['AdminCustomerThreads693c61ec70b6c06dbd376fd208a125a0'] = 'Numero totale argomenti'; $_LANGADM['AdminCustomerThreads694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminCustomersd1457b72c3fb323a2671125aef3eab5d'] = '?'; -$_LANGADM['AdminCustomersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; -$_LANGADM['AdminCustomers77587239bf4c54ea493c7033e1dbf636'] = 'Cognome'; -$_LANGADM['AdminCustomers20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome'; -$_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; -$_LANGADM['AdminCustomers9d8d2d5ab12b515182a505f54db7f538'] = 'Età'; +$_LANGADM['AdminCustomerThreads6fe76eb16b53e5008f51db59a7dae7b3'] = 'Vedi file'; +$_LANGADM['AdminCustomerThreads70e7ab74282fb27b8c100e017b037135'] = 'In attesa 1'; +$_LANGADM['AdminCustomerThreads7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; +$_LANGADM['AdminCustomerThreads7bc873cba11f035df692c3549366c722'] = '-- Scegli --'; +$_LANGADM['AdminCustomerThreads818d947aeb9e604f54ce4c3444cc0256'] = 'ID discussione'; +$_LANGADM['AdminCustomerThreads81e053d78f01540e9cd6fb68a1c03976'] = 'Qualcun altro'; +$_LANGADM['AdminCustomerThreads8a1926ed751f4c73a2271945278cf2df'] = 'Totale messaggi dipendenti'; +$_LANGADM['AdminCustomerThreads91e2e681ab0c5817498a10318df5aec9'] = 'La tua risposta sarà inviata a:'; +$_LANGADM['AdminCustomerThreads940663fd4428d2c86f9a4780b6574028'] = 'Messaggio'; +$_LANGADM['AdminCustomerThreads9788af9fa097020a285afc0651a0721c'] = 'Visualizza cliente'; +$_LANGADM['AdminCustomerThreads9cce8dbf2a8e527cbf71bcf8a8a7e352'] = 'Argomenti chiusi'; +$_LANGADM['AdminCustomerThreadsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminCustomerThreadsb20d33a926b1e5b39db18b2911e1c1f9'] = 'Rispondi a questo messaggio'; +$_LANGADM['AdminCustomerThreadsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCustomerThreadsbfb069b69766c9a8a1fac8aabfd970b2'] = 'File allegato'; +$_LANGADM['AdminCustomerThreadsc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiche'; +$_LANGADM['AdminCustomerThreadsc3bf447eabe632720a3aa1a7ce401274'] = 'Aperto'; +$_LANGADM['AdminCustomerThreadsc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento'; +$_LANGADM['AdminCustomerThreadsc5730b7ad58a3bad76e6b6b763521ec7'] = 'Visualizza i messaggi'; +$_LANGADM['AdminCustomerThreadsc851a34d4806acb02a55df148f9d7f25'] = 'Prodotto numero'; +$_LANGADM['AdminCustomerThreadsc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminCustomerThreadsc9d31b30a6ca5a4613085216dfe9894f'] = 'Imposta questo messaggio come trattato'; +$_LANGADM['AdminCustomerThreadscb8fe83175bea4ba19d633b1dc6ea656'] = 'visualizza ordine'; +$_LANGADM['AdminCustomerThreadsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminCustomerThreadscf090b8fa4a136ed6058aaf84d5d2538'] = 'Ultimo messaggio'; +$_LANGADM['AdminCustomerThreadsd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; +$_LANGADM['AdminCustomerThreadsd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID cliente'; +$_LANGADM['AdminCustomerThreadsd21b5a78517318e6d35414d4217950ce'] = 'Messaggio inviato a'; +$_LANGADM['AdminCustomerThreadsd55669822f1a8cf72ec1911e462a54eb'] = 'per'; +$_LANGADM['AdminCustomerThreadsd62b749697e3c1b9c26a645ad5d56656'] = 'Browser:'; +$_LANGADM['AdminCustomerThreadsd8a065ef1c8b81af153be321e200ace7'] = 'Ordini convalidati:'; +$_LANGADM['AdminCustomerThreadse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCustomerThreadse8b4e59e41f890acd1d5d86d494d6d02'] = 'Scrivi qui sotto la tua risposta'; +$_LANGADM['AdminCustomerThreadsea067eb37801c5aab1a1c685eb97d601'] = 'Totale pagato'; +$_LANGADM['AdminCustomerThreadsec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminCustomerThreadsf112c37a7318adef5c2d14c687172c25'] = 'Argomenti non letti'; +$_LANGADM['AdminCustomerThreadsf752f758ff0b5c465d65c2d0bcc579cd'] = 'nuovo messaggio'; +$_LANGADM['AdminCustomerThreadsf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Dipendente'; $_LANGADM['AdminCustomers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; $_LANGADM['AdminCustomers00ee8a54c1a129585ad8027e6d35222d'] = 'News.'; -$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Opz.'; -$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Registrazione'; -$_LANGADM['AdminCustomersc2cc7082a89c1ad6631a2f66af5f00c0'] = 'Connessione'; -$_LANGADM['AdminCustomers6dc6993c567c112a42b193c430f9ec43'] = 'Opzioni clienti'; -$_LANGADM['AdminCustomers6d1b3d500b8a7cbaeb62b0643ee57c7c'] = 'Ricrea password:'; -$_LANGADM['AdminCustomers87eed0b2fbd8bec6796514f309d87aec'] = 'Tempo minimo di sicurezza per ricreare la password'; -$_LANGADM['AdminCustomers640fd0cc0ffa0316ae087652871f4486'] = 'minuti'; -$_LANGADM['AdminCustomers45d3153df3f835bbf6a68c2302e494d7'] = 'Come vuoi cancellare il tuo cliente/i?'; -$_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'Hai due modi per cancellare un cliente, scegli cosa vuoi fare.'; -$_LANGADM['AdminCustomers7c02e576ed6029a3a1d64700cc43ebf7'] = 'Voglio cancellare il mio cliente/i, tutti i dati saranno rimossi dal database. Un cliente con lo stesso indirizzo e-mail potrà registrarsi di nuovo.'; -$_LANGADM['AdminCustomersaa9000a0aa27a0920d69744960520677'] = 'Non voglio che il mio cliente/i si registri(no) di nuovo. l cliente sarà rimosso da questo elenco ma tutti i dati saranno conservati nel database.'; -$_LANGADM['AdminCustomersceece2e4b93f9a5a091e1c64120ff5bd'] = 'Elimina'; -$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; -$_LANGADM['AdminCustomersc151015063ad115e4c3b081763c0927d'] = 'Data di registrazione:'; -$_LANGADM['AdminCustomers3ef92bbd0151806f23ecd301fd78347c'] = 'Ultima visita:'; -$_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'mai'; -$_LANGADM['AdminCustomers2447b4dc5878520d00a3f4aaf210f7a2'] = 'Posizione: '; -$_LANGADM['AdminCustomers20966a36da784c2f62d105419dcb4018'] = 'Newsletter :'; -$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in :'; -$_LANGADM['AdminCustomers25235196c2744e9050067d45587d6a8b'] = 'Età:'; -$_LANGADM['AdminCustomersad921d60486366258809553a3db49a4a'] = 'sconosciuto'; -$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Ultimo aggiornamento'; -$_LANGADM['AdminCustomers24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Questo cliente è registrato come'; -$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'ospite'; -$_LANGADM['AdminCustomers80e915c39ca9254655d2802979aa698b'] = 'Trasforma il cliente'; -$_LANGADM['AdminCustomers81fe7d0c685ca9f1829f5ff52370d06e'] = 'Un conto cliente registrato esiste con lo stesso indirizzo email'; -$_LANGADM['AdminCustomersa7136d956fbff49c3912e44722dbf000'] = 'Aggiungi una nota privata'; -$_LANGADM['AdminCustomersac7ba2fb36727fd3fcbf967c27cd9dc0'] = 'Questa nota sarà mostrata a tutti i dipendenti ma non al cliente.'; -$_LANGADM['AdminCustomers38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'La tua nota è stata salvata'; -$_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Errore: la tua nota non è valida'; -$_LANGADM['AdminCustomers2f38713e640e4bd37998f94e968a55f7'] = 'Errore: non possiamo salvare la tua nota'; -$_LANGADM['AdminCustomers41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messaggi'; -$_LANGADM['AdminCustomersec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio'; -$_LANGADM['AdminCustomersabce3ef910cfc047f0721654cb71f2db'] = 'Inviato il:'; -$_LANGADM['AdminCustomersc468b616937d511677ad875addd16ded'] = 'non ti ha mai contattato.'; -$_LANGADM['AdminCustomersa37ede293936e29279ed543129451ec3'] = 'Gruppi'; -$_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; -$_LANGADM['AdminCustomers44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminCustomers019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; +$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = 'Min. 5 caratteri, solo lettere, numeri, o'; $_LANGADM['AdminCustomers068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminCustomersea067eb37801c5aab1a1c685eb97d601'] = 'Totale pagato'; -$_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento'; -$_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'Status'; -$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Ordini validi:'; -$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'per'; -$_LANGADM['AdminCustomersa9c74a800ed9f3d504e76d8c59acc497'] = 'Ordini non validi:'; +$_LANGADM['AdminCustomers06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; +$_LANGADM['AdminCustomers084e0343a0486ff05530df6c705c8bb4'] = 'ospite'; +$_LANGADM['AdminCustomers0f98b7f230f3c91292f0de4c99e263f2'] = 'Registrazione'; $_LANGADM['AdminCustomers1251852566309cb1f01aa44d71af2528'] = 'non ha ancora effettuato nessun ordine'; -$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminCustomers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; -$_LANGADM['AdminCustomers1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda'; -$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo'; -$_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; -$_LANGADM['AdminCustomerse174c1b711f254d538c689a90c5842a5'] = 'Numero/i di telefono'; -$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'on ha ancora registrato nessun indirizzo'; -$_LANGADM['AdminCustomers9d5bf15117441a1b52eb1f0808e4aad3'] = 'Buoni sconto'; -$_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Codice'; -$_LANGADM['AdminCustomersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; -$_LANGADM['AdminCustomers689202409e48743b914713f96d93947c'] = 'Valore'; -$_LANGADM['AdminCustomers907d7000b3555d1a1b12f1fed29a9ec4'] = 'Quant. disponibile'; -$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'non ha buoni sconto'; -$_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Carrelli'; -$_LANGADM['AdminCustomers96b0141273eabab320119c467cdcaf17'] = 'Totale'; -$_LANGADM['AdminCustomers914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; -$_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'Nessun carrello disponibile'; -$_LANGADM['AdminCustomers93bd48ecb9c4d5c4eec7fefffbb2070f'] = 'Ultime connessioni'; -$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pagine visualizzate'; -$_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Tempo totale'; -$_LANGADM['AdminCustomers3edf8ca26a1ec14dd6e91dd277ae1de6'] = 'Origine'; -$_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'Indirizzo IP'; +$_LANGADM['AdminCustomers125cf762f473a17738b97ee3fabe4e8b'] = 'Questo cliente è registrato come'; $_LANGADM['AdminCustomers14542f5997c4a02d4276da364657f501'] = 'Link diretto'; -$_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Affiliati'; -$_LANGADM['AdminCustomerse239a881630d41e28d0664273bdcf625'] = 'Ritorna all\'elenco clienti'; -$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sesso:'; -$_LANGADM['AdminCustomers88183b946cc5f0e8c96b2e66e1c74a7e'] = 'sconosciuto'; -$_LANGADM['AdminCustomersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Cognome:'; +$_LANGADM['AdminCustomers1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda'; +$_LANGADM['AdminCustomers20966a36da784c2f62d105419dcb4018'] = 'Newsletter :'; +$_LANGADM['AdminCustomers20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome'; +$_LANGADM['AdminCustomers2447b4dc5878520d00a3f4aaf210f7a2'] = 'Posizione: '; +$_LANGADM['AdminCustomers24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminCustomers25235196c2744e9050067d45587d6a8b'] = 'Età:'; +$_LANGADM['AdminCustomers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; +$_LANGADM['AdminCustomers2f38713e640e4bd37998f94e968a55f7'] = 'Errore: non possiamo salvare la tua nota'; +$_LANGADM['AdminCustomers38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminCustomers39d595f1a4ce984b95e9b52821b62177'] = 'Data di nascita:'; +$_LANGADM['AdminCustomers3cf21846659529ae741430ff2ddf287f'] = 'Spunta tutte le caselle dei gruppi di cui fa parte il cliente'; +$_LANGADM['AdminCustomers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminCustomers3edf8ca26a1ec14dd6e91dd277ae1de6'] = 'Origine'; +$_LANGADM['AdminCustomers3ef92bbd0151806f23ecd301fd78347c'] = 'Ultima visita:'; +$_LANGADM['AdminCustomers3f783e6afc73242779dde81c7825def0'] = 'Lascia bianco se non ci sono cambiamenti'; +$_LANGADM['AdminCustomers41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messaggi'; +$_LANGADM['AdminCustomers44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminCustomers45d3153df3f835bbf6a68c2302e494d7'] = 'Come vuoi cancellare il tuo cliente/i?'; +$_LANGADM['AdminCustomers46a2a41cc6e552044816a2d04634545d'] = 'Status'; +$_LANGADM['AdminCustomers49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminCustomers4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio'; +$_LANGADM['AdminCustomers4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminCustomers5023c5f31815e34f79900c0ea627d7d6'] = 'Nessun carrello disponibile'; +$_LANGADM['AdminCustomers56eec78925570b01dc23134175172985'] = 'La tua nota è stata salvata'; +$_LANGADM['AdminCustomers59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; +$_LANGADM['AdminCustomers5b8c99dad1893a85076709b2d3c2d2d0'] = 'Indirizzo IP'; +$_LANGADM['AdminCustomers5e5f0a863cd129317037e3def37b4097'] = 'Azienda:'; +$_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'Il cliente riceverà le tue pubblicità via e-mail'; $_LANGADM['AdminCustomers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi:'; $_LANGADM['AdminCustomers668a8d8d7ffe5da112b266e46b79b685'] = 'Nome:'; -$_LANGADM['AdminCustomers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; -$_LANGADM['AdminCustomersb341a59d5636ed3d6a819137495b08a0'] = 'Password'; -$_LANGADM['AdminCustomers3f783e6afc73242779dde81c7825def0'] = 'Lascia bianco se non ci sono cambiamenti'; -$_LANGADM['AdminCustomers056ee659eb2023ed38fc4f09a3648ba9'] = 'Min. 5 caratteri, solo lettere, numeri, o'; +$_LANGADM['AdminCustomers694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminCustomers6d2e7477916d118eb0a377fd13af4f63'] = 'Ultimo aggiornamento'; +$_LANGADM['AdminCustomers6ff01ff52bb6bc600dcb062808a55c5f'] = 'non ha buoni sconto'; +$_LANGADM['AdminCustomers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; +$_LANGADM['AdminCustomers74f68b6b29bed7925bc7257ef1c7f9e4'] = 'Opz.'; +$_LANGADM['AdminCustomers77587239bf4c54ea493c7033e1dbf636'] = 'Cognome'; $_LANGADM['AdminCustomers78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:'; -$_LANGADM['AdminCustomers39d595f1a4ce984b95e9b52821b62177'] = 'Data di nascita:'; -$_LANGADM['AdminCustomers86f5978d9b80124f509bdb71786e929e'] = 'Gennaio'; -$_LANGADM['AdminCustomers659e59f062c75f81259d22786d6c44aa'] = 'Febbraio'; -$_LANGADM['AdminCustomersfa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo'; -$_LANGADM['AdminCustomers3fcf026bbfffb63fb24b8de9d0446949'] = 'Aprile'; -$_LANGADM['AdminCustomers195fbb57ffe7449796d23466085ce6d8'] = 'Maggio'; -$_LANGADM['AdminCustomers688937ccaf2a2b0c45a1c9bbba09698d'] = 'Giugno'; -$_LANGADM['AdminCustomers1b539f6f34e8503c97f6d3421346b63c'] = 'Luglio'; -$_LANGADM['AdminCustomers41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto'; -$_LANGADM['AdminCustomerscc5d90569e1c8313c2b1c2aab1401174'] = 'Settembre'; -$_LANGADM['AdminCustomerseca60ae8611369fe28a02e2ab8c5d12e'] = 'Ottobre'; -$_LANGADM['AdminCustomers7e823b37564da492ca1629b4732289a8'] = 'Novembre'; -$_LANGADM['AdminCustomers82331503174acbae012b2004f6431fa5'] = 'Dicembre'; -$_LANGADM['AdminCustomersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Attiva o disattiva l\'accesso di questo cliente'; -$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Cliente abbonato alla newsletter'; -$_LANGADM['AdminCustomers5ed5ce582affef97f07fa474c6751302'] = 'Il cliente riceverà le tue pubblicità via e-mail'; +$_LANGADM['AdminCustomers7b4d23148ad2c2f32f217ae0640a375c'] = 'Hai due modi per cancellare un cliente, scegli cosa vuoi fare.'; +$_LANGADM['AdminCustomers7c02e576ed6029a3a1d64700cc43ebf7'] = 'Voglio cancellare il mio cliente/i, tutti i dati saranno rimossi dal database. Un cliente con lo stesso indirizzo e-mail potrà registrarsi di nuovo.'; +$_LANGADM['AdminCustomers80e915c39ca9254655d2802979aa698b'] = 'Trasforma il cliente'; +$_LANGADM['AdminCustomers81fe7d0c685ca9f1829f5ff52370d06e'] = 'Un conto cliente registrato esiste con lo stesso indirizzo email'; +$_LANGADM['AdminCustomers8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; $_LANGADM['AdminCustomers8d177b48ffca1fb18c3bfd1e8c0eb645'] = 'Gruppo di default:'; -$_LANGADM['AdminCustomers8783bc7ae2b9e8d93a2bc15150aaefa8'] = 'Gruppi:'; -$_LANGADM['AdminCustomersc6155aaecccf794cd2a00fcc35898022'] = 'Nome del gruppo'; -$_LANGADM['AdminCustomers3cf21846659529ae741430ff2ddf287f'] = 'Spunta tutte le caselle dei gruppi di cui fa parte il cliente'; -$_LANGADM['AdminCustomers69e62346c35bc63795db142cfbb0af66'] = 'Nessun gruppo creato'; -$_LANGADM['AdminCustomers19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminDbe307db07b3975fef922a80d07455ee5e'] = 'Database'; -$_LANGADM['AdminDb505de52d5ae227b6e8acb02dce2a0c4d'] = 'Server :'; -$_LANGADM['AdminDb67cfd6717606cadb04e8ae03082a0182'] = 'IP o nome del server; \"localhost\" funzionerà nella maggior parte dei casi'; -$_LANGADM['AdminDb006e7be42e56d810865222669c716f9e'] = 'Database:'; -$_LANGADM['AdminDb9222f8688de5dfd4dabc06fffe8c6aa0'] = 'Nome di database (ad esempio, \'PrestaShop\')'; -$_LANGADM['AdminDbf72ba2e5f0388494cc5041adad99581f'] = 'Prefisso:'; -$_LANGADM['AdminDb5ff9df198222a96f26bf2cb279d83bd8'] = 'Utente :'; -$_LANGADM['AdminDbb341a59d5636ed3d6a819137495b08a0'] = 'Password'; -$_LANGADM['AdminDb3f783e6afc73242779dde81c7825def0'] = 'Lascia bianco se non ci sono cambiamenti'; -$_LANGADM['AdminDb6bb09f0abb00bcba314068abab6fecb7'] = 'è già in'; -$_LANGADM['AdminDba7fd7e3f904a981a4952454d79a806e8'] = 'Impossibile cambiare motore per'; -$_LANGADM['AdminDbf4d1ea475eaa85102e2b4e6d95da84bd'] = 'Conferma'; -$_LANGADM['AdminDb55bf473fba81a29380af1598e67c555b'] = 'Cambia motore per'; -$_LANGADM['AdminDb01b6e20344b68835c5ed1ddedf20d531'] = 'per'; -$_LANGADM['AdminDbb833598a404d0408f61b9762278c9bea'] = 'Fai MOLTA ATTENZIONE con queste impostazioni, perché le variazioni possono provocare problemi di funzionamento al tuo negozio online PrestaShop. Per qualsiasi problema, controllare il file php config/impostazioni.'; -$_LANGADM['AdminDb6c1375701d87f2636b01cf951d0a375b'] = 'Motore MySQL'; +$_LANGADM['AdminCustomers8d218b952c9ef571cd270aaef8f849d1'] = 'Attiva o disattiva l\'accesso di questo cliente'; +$_LANGADM['AdminCustomers914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; +$_LANGADM['AdminCustomers93bd48ecb9c4d5c4eec7fefffbb2070f'] = 'Ultime connessioni'; +$_LANGADM['AdminCustomers96b0141273eabab320119c467cdcaf17'] = 'Totale'; +$_LANGADM['AdminCustomers9d8d2d5ab12b515182a505f54db7f538'] = 'Età'; +$_LANGADM['AdminCustomersa37ede293936e29279ed543129451ec3'] = 'Gruppi'; +$_LANGADM['AdminCustomersa7136d956fbff49c3912e44722dbf000'] = 'Aggiungi una nota privata'; +$_LANGADM['AdminCustomersa82868319826fb092b73968e661b5b38'] = 'Buoni sconto'; +$_LANGADM['AdminCustomersa9c74a800ed9f3d504e76d8c59acc497'] = 'Ordini non validi:'; +$_LANGADM['AdminCustomersaa9000a0aa27a0920d69744960520677'] = 'Non voglio che il mio cliente/i si registri(no) di nuovo. l cliente sarà rimosso da questo elenco ma tutti i dati saranno conservati nel database.'; +$_LANGADM['AdminCustomersabce3ef910cfc047f0721654cb71f2db'] = 'Inviato il:'; +$_LANGADM['AdminCustomersac7ba2fb36727fd3fcbf967c27cd9dc0'] = 'Questa nota sarà mostrata a tutti i dipendenti ma non al cliente.'; +$_LANGADM['AdminCustomersad921d60486366258809553a3db49a4a'] = 'sconosciuto'; +$_LANGADM['AdminCustomersb341a59d5636ed3d6a819137495b08a0'] = 'Password'; +$_LANGADM['AdminCustomersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminCustomersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminCustomersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Cognome:'; +$_LANGADM['AdminCustomersc151015063ad115e4c3b081763c0927d'] = 'Data di registrazione:'; +$_LANGADM['AdminCustomersc22d30084d8ddc9a571512ddee6a83e9'] = 'Tempo totale'; +$_LANGADM['AdminCustomersc2cc7082a89c1ad6631a2f66af5f00c0'] = 'Connessione'; +$_LANGADM['AdminCustomersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento'; +$_LANGADM['AdminCustomersc7561db7a418dd39b2201dfe110ab4a4'] = 'mai'; +$_LANGADM['AdminCustomersca0dbad92a874b2f69b549293387925e'] = 'Codice'; +$_LANGADM['AdminCustomerscaa5b7a48ce4b1c1492c445446433fb5'] = 'Sesso:'; +$_LANGADM['AdminCustomerscca344269d726c206f3d3894c85cae5a'] = 'Cliente abbonato alla newsletter'; +$_LANGADM['AdminCustomersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminCustomersceece2e4b93f9a5a091e1c64120ff5bd'] = 'Elimina'; +$_LANGADM['AdminCustomersd1554912e46f8d36a800ad8b604225f1'] = 'Ordini validi:'; +$_LANGADM['AdminCustomersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pagine visualizzate'; +$_LANGADM['AdminCustomersd55669822f1a8cf72ec1911e462a54eb'] = 'per'; +$_LANGADM['AdminCustomersd75d64b130eb4439fd6cf1051a20321a'] = 'on ha ancora registrato nessun indirizzo'; +$_LANGADM['AdminCustomersdd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo'; +$_LANGADM['AdminCustomerse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; +$_LANGADM['AdminCustomerse13c678c09be620b7dfaf90182234b3d'] = 'Opt-in :'; +$_LANGADM['AdminCustomerse174c1b711f254d538c689a90c5842a5'] = 'Numero/i di telefono'; +$_LANGADM['AdminCustomerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminCustomersea067eb37801c5aab1a1c685eb97d601'] = 'Totale pagato'; +$_LANGADM['AdminCustomersec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminCustomersf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminCustomersf81f334947c006163040911e694fc3ec'] = 'Errore: la tua nota non è valida'; +$_LANGADM['AdminCustomersfc26e55e0993a75e892175deb02aae15'] = 'Carrelli'; +$_LANGADM['AdminCustomersff398a1c3434e160c655aa1613e0eace'] = 'Affiliati'; $_LANGADM['AdminDb51c45b795d5d18a3e4e0c37e8b20a141'] = 'Tabella'; $_LANGADM['AdminDbb0d1963f24d64313f9c8d83662cc551a'] = 'Motore tabelle'; -$_LANGADM['AdminDbac7484fa4e36b9b26ceb27526ee7268f'] = 'Cambia motore in'; -$_LANGADM['AdminDeliverySlip4b8e87b44ae65d84dfab14d17d2f10ee'] = 'Opzioni note di consegna'; -$_LANGADM['AdminDeliverySlip97794c45ba541adc77cd08dd3114cefc'] = 'Prefisso:'; -$_LANGADM['AdminDeliverySlip7b59b85b45733b885f95f89f8924f0fd'] = 'Crea file PDF'; -$_LANGADM['AdminDeliverySlip1de536cfcff31d969aacc0b7f66410c3'] = 'Numero di buoni'; -$_LANGADM['AdminDeliverySlip071e16ef4a5515728cc97ed028d85711'] = 'La prossima nota di consegna inizierà con questo numero, e poi aumenterà con ciascun buono '; -$_LANGADM['AdminDeliverySlip4bc8978f084bf1726cb133a3dc8cc379'] = 'Stampa PDF nota di consegna'; -$_LANGADM['AdminDeliverySlip1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; -$_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Formato: 2007-12-31 (incluso)'; -$_LANGADM['AdminDeliverySlip33caa076f23f453dd4061726f3706325'] = 'Fino a:'; -$_LANGADM['AdminDeliverySlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Formato: 2008-12-31 (incluso)'; $_LANGADM['AdminDeliverySlip067af5895a7ced3197520b591f9a41eb'] = 'Crea file PDF'; -$_LANGADM['AdminDeliverySlip70397c4b252a5168c5ec003931cea215'] = 'Campi richiesti'; -$_LANGADM['AdminDeliverySlipf596633d68fc44d6c7460676060d5dcb'] = 'Data di inizio non valida'; -$_LANGADM['AdminDeliverySlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Data di fine non valida'; -$_LANGADM['AdminDeliverySlipc569149bbb8ca2ea337fa0a4c6c98409'] = 'Nessuna nota di consegna trovata per questo periodo'; -$_LANGADM['AdminDiscountsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminDiscountsca0dbad92a874b2f69b549293387925e'] = 'Codice'; -$_LANGADM['AdminDiscountsb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione'; -$_LANGADM['AdminDiscountsa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; -$_LANGADM['AdminDiscounts689202409e48743b914713f96d93947c'] = 'Valore'; -$_LANGADM['AdminDiscounts03ab340b3f99e03cff9e84314ead38c0'] = 'Quant.'; -$_LANGADM['AdminDiscountse12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminDiscountsec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminDiscountseca147fc2bad45a5b40b1577b27b7be9'] = 'Preferenze buoni sconto'; -$_LANGADM['AdminDiscounts04ec6ad95a38b319aa81f123b65fa051'] = 'Attiva buoni sconto'; -$_LANGADM['AdminDiscounts498d8e2df8c61ff257ae9c8fb6000969'] = 'Permetti l\'uso di buoni sconto nel negozio'; -$_LANGADM['AdminDiscountsa82868319826fb092b73968e661b5b38'] = 'Buoni sconto'; -$_LANGADM['AdminDiscountsbcc7582c9a66be8187578997794a9c1f'] = 'Codice:'; -$_LANGADM['AdminDiscountsa4bb440d400f4dc30f148b44d08680b4'] = 'Caratteri vietati: numeri e'; -$_LANGADM['AdminDiscounts195f63d9a5d9395a335d4d688918e4fc'] = 'Codice del buono sconto, di almeno 3 caratteri, che il cliente digita durante il check out'; -$_LANGADM['AdminDiscountse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:'; -$_LANGADM['AdminDiscounts7bc873cba11f035df692c3549366c722'] = '-- Scegli --'; -$_LANGADM['AdminDiscounts998d08a9606f9656e8d1fcab8b762155'] = 'Somma o %, a seconda del Tipo selezionato in precedenza'; -$_LANGADM['AdminDiscounts1e3daef46deb690d10c979b6c6fd84a8'] = 'Comportamento:'; -$_LANGADM['AdminDiscounts38f19115f40b5d081e3282f8c2df6744'] = 'Riduci il valore del buono sconto a quello dell\'ordine'; -$_LANGADM['AdminDiscounts106e44a3be976738ef3896d06e273ff9'] = 'Crea un nuovo buono sconto con la somma rimanente'; -$_LANGADM['AdminDiscounts3e351cfbf51376aa42d9f0ec9739af87'] = 'Crea una fattura negativa'; -$_LANGADM['AdminDiscountsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; -$_LANGADM['AdminDiscounts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminDiscounts61f9fb8b88d84bd3634ae4723e777c3b'] = 'Apparirà nel carrello vicino al codice del buono sconto'; -$_LANGADM['AdminDiscounts8c38776925f7cf41c090646a43157024'] = 'Categorie:'; -$_LANGADM['AdminDiscounts49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminDiscounts2865645a2b9a5767eb89b189f2ecd74b'] = 'Spunta tutte le caselle di categorie a cui applicare lo sconto'; -$_LANGADM['AdminDiscountsc50eaa2ada5495158d3095fa2ddf9c04'] = 'Quantità totale disponibile :'; -$_LANGADM['AdminDiscounts153d0acf0df787b54f7302940a72d280'] = 'Quantità totale disponibile (soprattutto per buoni sconto accessibili a tutti)'; -$_LANGADM['AdminDiscounts9b07d8d7f793121a9a69500562f7e25d'] = 'Quantità per persona:'; -$_LANGADM['AdminDiscounts05be82dd4fff82f72167941221540c9f'] = 'Numero massimo di utilizzi del buono sconto da parte del cliente'; -$_LANGADM['AdminDiscounts9f6e99bdd4184b83dc478d0ab1b4cbf7'] = 'Ammontare minimo di acquisto'; -$_LANGADM['AdminDiscounts887ee91702c962a70b87cbef07bbcaec'] = 'fiscale escl.'; -$_LANGADM['AdminDiscountse2e79605fc9450ec17957cf0e910f5c6'] = 'IVA compresa.'; -$_LANGADM['AdminDiscounts4f5e701d9688498a831fe5d2c8b14062'] = '0 se non applicabile'; -$_LANGADM['AdminDiscountsd7f9e940c5055ccbcdb08849e1eb47df'] = 'Cumulabile con altri buoni sconto'; -$_LANGADM['AdminDiscounts5ee348002fb5ec8e0abee8d46d279c75'] = 'Cumulabile con le riduzioni di prezzo'; -$_LANGADM['AdminDiscounts7046a6b20140e18ec4755718497875de'] = 'Destinato a:'; -$_LANGADM['AdminDiscounts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Tutti i cienti'; -$_LANGADM['AdminDiscountsa37ede293936e29279ed543129451ec3'] = 'Gruppi'; -$_LANGADM['AdminDiscountse6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clienti'; -$_LANGADM['AdminDiscountsf1117307e696cf5dc323c4f226d84e45'] = 'Filtra:'; -$_LANGADM['AdminDiscounts5b7ba8ccca237283e41cc488902640dd'] = 'Nessuna corrispondenza'; -$_LANGADM['AdminDiscounts06e16827f1b8a32b8b822890532cdeec'] = 'Troppi risultati...'; -$_LANGADM['AdminDiscounts1e6d57e813355689e9c77e947d73ad8f'] = 'Da :'; -$_LANGADM['AdminDiscountsfeb096790722428ee1bcb7525d24f828'] = 'Data a partire della quale è possibile usare il buono sconto'; -$_LANGADM['AdminDiscountsc1cdab856b5cb6cf77685d4face46d4d'] = 'Formato: AAAA-MM-GG HH:MM:SS'; -$_LANGADM['AdminDiscounts33caa076f23f453dd4061726f3706325'] = 'A :'; -$_LANGADM['AdminDiscountsd4d3b5e48b9569ce73f10132c2b27fc2'] = 'Data a partire della quale il buono sconto non è più valido'; -$_LANGADM['AdminDiscounts146e4e0d10ebffa49eac213dfea16f2e'] = 'Mostra il buono sconto nel riassunto del carrello'; -$_LANGADM['AdminDiscounts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminDiscountsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminDiscounts24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminDiscountse398b74759e89e64fbf671008726912a'] = 'Attiva o disattiva il buono sconto'; -$_LANGADM['AdminDiscounts38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminDiscounts19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'Indirizzo e-mail'; -$_LANGADM['AdminEmails68e07c80282df8c6f72fd4edf630dc75'] = 'Invia e-mail a:'; -$_LANGADM['AdminEmails765f159ab61b665aca550bd1a767f9d2'] = 'Quando i clienti inviano un messaggio dalla pagina ordini'; -$_LANGADM['AdminEmailsad3bc3094733fbf7e0a10f0da116b864'] = 'Usa la funzione mail () di PHP. Consigliato; funziona nella maggior parte dei casi'; -$_LANGADM['AdminEmailsfd304ecc43446476fd981bb6b4f41f7f'] = 'Imposta i miei parametri SMTP. SOLO per utenti esperti'; -$_LANGADM['AdminEmailsde79cca647023ab0f822dce4e3035478'] = 'Invia e-mail nel formato HTML'; -$_LANGADM['AdminEmails7d0435ff9cf1b9631daa6c4770441b9e'] = 'Invia e-mail nel formato testo'; -$_LANGADM['AdminEmails130c5b3473c57faa76e2a1c54e26f88e'] = 'Entrambi'; -$_LANGADM['AdminEmailsd1e73ceb688ab6a0d6d3e7c10cb1c474'] = 'Dominio e-mail'; -$_LANGADM['AdminEmailsb3e39b71a787e2e14c64bac946c37849'] = 'Nome di dominio interamente qualificato (lasciare vuoto se non lo sai)'; -$_LANGADM['AdminEmails33b3f142e242a624cb69a5f5f689039d'] = 'Server SMTP :'; -$_LANGADM['AdminEmailsb0ac90156891121f5fbf84b276f89fcf'] = 'IP o nome del server (per es.: smtp.mondomaine.com)'; -$_LANGADM['AdminEmails2800e9378401033bf3debf195b967343'] = 'Utente :'; -$_LANGADM['AdminEmails4ec202ee546b3c9ee3415854939ac39a'] = 'Lascia bianco se non applicabile'; +$_LANGADM['AdminDeliverySlip071e16ef4a5515728cc97ed028d85711'] = 'La prossima nota di consegna inizierà con questo numero, e poi aumenterà con ciascun buono '; +$_LANGADM['AdminDeliverySlip0b1fb1278454d848f968d419e29c253b'] = 'Formato: 2007-12-31 (incluso)'; +$_LANGADM['AdminDeliverySlip1de536cfcff31d969aacc0b7f66410c3'] = 'Numero di buoni'; +$_LANGADM['AdminDeliverySlip1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; +$_LANGADM['AdminDeliverySlip33caa076f23f453dd4061726f3706325'] = 'Fino a:'; +$_LANGADM['AdminDeliverySlip4b8e87b44ae65d84dfab14d17d2f10ee'] = 'Opzioni note di consegna'; +$_LANGADM['AdminDeliverySlip4bc8978f084bf1726cb133a3dc8cc379'] = 'Stampa PDF nota di consegna'; +$_LANGADM['AdminDeliverySlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Formato: 2008-12-31 (incluso)'; +$_LANGADM['AdminDeliverySlip7b59b85b45733b885f95f89f8924f0fd'] = 'Crea file PDF'; +$_LANGADM['AdminDeliverySlip97794c45ba541adc77cd08dd3114cefc'] = 'Prefisso:'; $_LANGADM['AdminEmails037373672dd4a89426144d40f2e8ad91'] = 'Password'; -$_LANGADM['AdminEmails8a7363b823dce00b3b1b7e62ca1d777d'] = 'Criptaggio:'; -$_LANGADM['AdminEmailsd8f5b3c4ad206980b27a9d88a217a0d5'] = 'Usa un protocollo criptato'; -$_LANGADM['AdminEmails6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; $_LANGADM['AdminEmails099d7d04319e5191b7473e016c55e320'] = 'TLS'; -$_LANGADM['AdminEmailsea52c36203c5f99c3ce2442d531b1a22'] = 'SSL'; -$_LANGADM['AdminEmails64ea53ab0a03507af104853e03c2db28'] = 'Porta:'; +$_LANGADM['AdminEmails130c5b3473c57faa76e2a1c54e26f88e'] = 'Entrambi'; +$_LANGADM['AdminEmails14dee5807769f30f20b8d17a6afd951c'] = 'Invia una e-mail di prova a'; +$_LANGADM['AdminEmails1e884e3078d9978e216a027ecd57fb34'] = 'Indirizzo e-mail'; $_LANGADM['AdminEmails1fd75178ab1de3368fc619c5bd83b7cb'] = 'Numero di porta da usare (per es.; 25)'; +$_LANGADM['AdminEmails2800e9378401033bf3debf195b967343'] = 'Utente :'; +$_LANGADM['AdminEmails329a07ff51a56b7ce7e8412a8bce3f8b'] = 'Errore: controlla la tua configurazione'; +$_LANGADM['AdminEmails33b3f142e242a624cb69a5f5f689039d'] = 'Server SMTP :'; +$_LANGADM['AdminEmails4ec202ee546b3c9ee3415854939ac39a'] = 'Lascia bianco se non applicabile'; +$_LANGADM['AdminEmails64ea53ab0a03507af104853e03c2db28'] = 'Porta:'; $_LANGADM['AdminEmails652d1d00f6782dfd7d3dbd4ad2e30145'] = 'Prova la tua configurazione e-mail'; $_LANGADM['AdminEmails66d129a76b5e0b7352c7470f75833e5c'] = 'Questo è un messaggio di testo, il tuo server è adesso disponibile ad inviare le e-mail'; +$_LANGADM['AdminEmails68e07c80282df8c6f72fd4edf630dc75'] = 'Invia e-mail a:'; +$_LANGADM['AdminEmails6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; +$_LANGADM['AdminEmails765f159ab61b665aca550bd1a767f9d2'] = 'Quando i clienti inviano un messaggio dalla pagina ordini'; +$_LANGADM['AdminEmails7d0435ff9cf1b9631daa6c4770441b9e'] = 'Invia e-mail nel formato testo'; +$_LANGADM['AdminEmails8a7363b823dce00b3b1b7e62ca1d777d'] = 'Criptaggio:'; +$_LANGADM['AdminEmailsad3bc3094733fbf7e0a10f0da116b864'] = 'Usa la funzione mail () di PHP. Consigliato; funziona nella maggior parte dei casi'; +$_LANGADM['AdminEmailsb0ac90156891121f5fbf84b276f89fcf'] = 'IP o nome del server (per es.: smtp.mondomaine.com)'; +$_LANGADM['AdminEmailsb3e39b71a787e2e14c64bac946c37849'] = 'Nome di dominio interamente qualificato (lasciare vuoto se non lo sai)'; $_LANGADM['AdminEmailsbe656d2d5c1e6f223dca152937941705'] = 'Messaggio di testo - Prestashop'; -$_LANGADM['AdminEmailsdb30a86adf0ef9fbc6feb6fa5c8e23d7'] = 'Messaggio inviato'; -$_LANGADM['AdminEmails329a07ff51a56b7ce7e8412a8bce3f8b'] = 'Errore: controlla la tua configurazione'; -$_LANGADM['AdminEmailse5110300599f995b9d8cfbe930fba83e'] = 'Questo indirizzo e-mail è errato'; -$_LANGADM['AdminEmails14dee5807769f30f20b8d17a6afd951c'] = 'Invia una e-mail di prova a'; +$_LANGADM['AdminEmailsd1e73ceb688ab6a0d6d3e7c10cb1c474'] = 'Dominio e-mail'; $_LANGADM['AdminEmailsd6a55d64219386584388bf3731384c3f'] = 'Invia una e-mail di prova'; -$_LANGADM['AdminEmployeesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome'; -$_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome'; -$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; -$_LANGADM['AdminEmployeescce99c598cfdb9773ab041d54c3d973a'] = 'Profilo'; -$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Status'; -$_LANGADM['AdminEmployees9273a15f9ab581801b7faeeda6ca08e4'] = 'Opzioni dipendenti'; -$_LANGADM['AdminEmployees06a4c5177eef6113324fdb443b824023'] = 'Ricrea password:'; -$_LANGADM['AdminEmployeesb0534bc7430b91d63ff484c2b3a3e1be'] = 'Tempo minimo di sicurezza per ricreare la password'; -$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minuti'; -$_LANGADM['AdminEmployees442a8f5db7f786e260bbd65c7bc0cb55'] = 'Memorizzazione della lingua di default:'; -$_LANGADM['AdminEmployeesff37db4701ba8f1a289fc2f81cc43f9d'] = 'Permetti ai dipendenti di salvare la lingua di default nei loro moduli'; -$_LANGADM['AdminEmployeesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminEmployeeseb626c94531ec554f93b2b78a77c8b1b'] = 'Dipendenti'; -$_LANGADM['AdminEmployeesbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Cognome:'; -$_LANGADM['AdminEmployees668a8d8d7ffe5da112b266e46b79b685'] = 'Nome:'; -$_LANGADM['AdminEmployeesb341a59d5636ed3d6a819137495b08a0'] = 'Password'; -$_LANGADM['AdminEmployeesdc5e055e0c66ae48929d03a327972a58'] = 'Lascia spazio vuoto se non vuoi cambiare la password'; -$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Min. 8 caratteri; usa solo lettere, numeri o'; -$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:'; -$_LANGADM['AdminEmployeesccec78d886c47adb7e5a79567d262c0d'] = 'Colore back office'; -$_LANGADM['AdminEmployeesc0008270d1fea195879befd65d85298f'] = 'Lo sfondo di back office sarà mostrato in questo colore. Solo colori HTML (per es.:'; -$_LANGADM['AdminEmployees0885f0c211f74834f0109c5abaf4cdc4'] = 'Lingua:'; -$_LANGADM['AdminEmployeesa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema:'; -$_LANGADM['AdminEmployeese4b41fb20213ac1461a81cb0c310bd97'] = 'Modo di interfaccia'; -$_LANGADM['AdminEmployeesf177aa999000021a3901ac78a2728b59'] = 'Panoramica tab'; -$_LANGADM['AdminEmployeesd4e0f6342c209912053fec10be72c94b'] = 'Clicca sui tab'; -$_LANGADM['AdminEmployees79f79257476673a2aea1b2a41adf3384'] = 'Mostra screencast:'; +$_LANGADM['AdminEmailsd8f5b3c4ad206980b27a9d88a217a0d5'] = 'Usa un protocollo criptato'; +$_LANGADM['AdminEmailsdb30a86adf0ef9fbc6feb6fa5c8e23d7'] = 'Messaggio inviato'; +$_LANGADM['AdminEmailsde79cca647023ab0f822dce4e3035478'] = 'Invia e-mail nel formato HTML'; +$_LANGADM['AdminEmailse5110300599f995b9d8cfbe930fba83e'] = 'Questo indirizzo e-mail è errato'; +$_LANGADM['AdminEmailsea52c36203c5f99c3ce2442d531b1a22'] = 'SSL'; +$_LANGADM['AdminEmailsfd304ecc43446476fd981bb6b4f41f7f'] = 'Imposta i miei parametri SMTP. SOLO per utenti esperti'; $_LANGADM['AdminEmployees00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminEmployeesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminEmployees4d1f8c97363b784de6d8924bc655cab6'] = 'Mostra il video di benvenuto sul Dashbord del back office'; +$_LANGADM['AdminEmployees06a4c5177eef6113324fdb443b824023'] = 'Ricrea password:'; +$_LANGADM['AdminEmployees0885f0c211f74834f0109c5abaf4cdc4'] = 'Lingua:'; +$_LANGADM['AdminEmployees20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome'; +$_LANGADM['AdminEmployees2467bfdbc86d3cc7aab2130f56ce6978'] = 'Min. 8 caratteri; usa solo lettere, numeri o'; $_LANGADM['AdminEmployees24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminEmployees41bc9496fbde8565bd5fc699e513fbd9'] = 'Autorizza o meno questo dipendente a collegarsi a Back Office'; -$_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Profilo:'; -$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- Scegli --'; $_LANGADM['AdminEmployees38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminEmployees19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminFeatures49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminFeaturesc82a6100dace2b41087ba6cf99a5976a'] = 'Valori'; -$_LANGADM['AdminFeaturesea59bdc2e534a7c88b324959995c0cb2'] = 'Ritorna all\'elenco caratteristiche'; -$_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Aggiungi una nuova caratteristica'; +$_LANGADM['AdminEmployees41bc9496fbde8565bd5fc699e513fbd9'] = 'Autorizza o meno questo dipendente a collegarsi a Back Office'; +$_LANGADM['AdminEmployees442a8f5db7f786e260bbd65c7bc0cb55'] = 'Memorizzazione della lingua di default:'; +$_LANGADM['AdminEmployees4d1f8c97363b784de6d8924bc655cab6'] = 'Mostra il video di benvenuto sul Dashbord del back office'; +$_LANGADM['AdminEmployees640fd0cc0ffa0316ae087652871f4486'] = 'minuti'; +$_LANGADM['AdminEmployees6591effcd7a95eb926b61e1519530b17'] = 'Status'; +$_LANGADM['AdminEmployees668a8d8d7ffe5da112b266e46b79b685'] = 'Nome:'; +$_LANGADM['AdminEmployees78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:'; +$_LANGADM['AdminEmployees79f79257476673a2aea1b2a41adf3384'] = 'Mostra screencast:'; +$_LANGADM['AdminEmployees7bc873cba11f035df692c3549366c722'] = '-- Scegli --'; +$_LANGADM['AdminEmployees8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; +$_LANGADM['AdminEmployees8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome'; +$_LANGADM['AdminEmployees9273a15f9ab581801b7faeeda6ca08e4'] = 'Opzioni dipendenti'; +$_LANGADM['AdminEmployees93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminEmployees9fbf3617c6172a75648e9ac0a864bb56'] = 'Profilo:'; +$_LANGADM['AdminEmployeesa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema:'; +$_LANGADM['AdminEmployeesb0534bc7430b91d63ff484c2b3a3e1be'] = 'Tempo minimo di sicurezza per ricreare la password'; +$_LANGADM['AdminEmployeesb341a59d5636ed3d6a819137495b08a0'] = 'Password'; +$_LANGADM['AdminEmployeesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminEmployeesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminEmployeesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminEmployeesbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Cognome:'; +$_LANGADM['AdminEmployeesc0008270d1fea195879befd65d85298f'] = 'Lo sfondo di back office sarà mostrato in questo colore. Solo colori HTML (per es.:'; +$_LANGADM['AdminEmployeescce99c598cfdb9773ab041d54c3d973a'] = 'Profilo'; +$_LANGADM['AdminEmployeesccec78d886c47adb7e5a79567d262c0d'] = 'Colore back office'; +$_LANGADM['AdminEmployeesdc5e055e0c66ae48929d03a327972a58'] = 'Lascia spazio vuoto se non vuoi cambiare la password'; +$_LANGADM['AdminEmployeese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminEmployeeseb626c94531ec554f93b2b78a77c8b1b'] = 'Dipendenti'; +$_LANGADM['AdminEmployeesff37db4701ba8f1a289fc2f81cc43f9d'] = 'Permetti ai dipendenti di salvare la lingua di default nei loro moduli'; $_LANGADM['AdminFeatures0c8a987e64c2d46886bf92e29c736bdc'] = 'Aggiungi un nuovo valore della caratteristica'; -$_LANGADM['AdminFeatures1e0f6215dd017b783915dc1b422aeaab'] = 'Clicca su un nome di caratteristica per visualizzarne i valori e clicca di nuovo se vuoi nasconderli.'; -$_LANGADM['AdminFeatures47d093130260ea69f3782a4b693d7d2c'] = 'Nessuna caratteristica disponibile'; -$_LANGADM['AdminFeatures689202409e48743b914713f96d93947c'] = 'Valore'; -$_LANGADM['AdminFeatures06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminFeatures7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminFeatures081ae3451dfd55c52ba7ec21926e0854'] = 'Elimina il valore'; -$_LANGADM['AdminFeaturesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminFeatures2a35a5a97d356cd4245c3496bc771f0c'] = 'Nessun valore definito'; -$_LANGADM['AdminFeatures6adab6d3fdf92c448d60cf8824e4851c'] = 'Elimina la selezione'; -$_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; -$_LANGADM['AdminFeaturese8cf85cec621489ec026f7e06c67eb4e'] = 'Elimina l\'elemento'; -$_LANGADM['AdminFeatures4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminFeatures6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminFeatures21021ea0e52be8e9c599f4dff41e5be0'] = 'Caratteristica'; $_LANGADM['AdminFeatures38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminFeatures19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminFeaturesValues0c8a987e64c2d46886bf92e29c736bdc'] = 'Aggiungi un nuovo valore della caratteristica'; -$_LANGADM['AdminFeaturesValuesacdb802bfc2b99b15d1782570285c427'] = 'Contenuto:'; -$_LANGADM['AdminFeaturesValues6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminFeaturesValuesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Caratteristica:'; -$_LANGADM['AdminFeaturesValues38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminFeaturesValues19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminGeneratorad11acdc8759d7a20ca3b868a8db30ae'] = 'Generazione del file Htaccess'; -$_LANGADM['AdminGenerator3f3e336e2f1fa10375efd923fca18b55'] = 'Attenzione:'; -$_LANGADM['AdminGenerator620da2256fdfaa8c903cc870221450ca'] = 'questo strumento può essere usato SOLO se sei ospitato da un server web Apache. Chiedi al tuo host.'; -$_LANGADM['AdminGenerator53bdd80ab93282cc38ef9c605f058eba'] = 'Questo strumento genera automaticamente un file \".htaccess\" che ti permette di procedere alla riscrittura di URL e di individuare errori 404.'; -$_LANGADM['AdminGenerator15970c4fdbca1fc48c5b412d94e798c0'] = 'Ottimizzazione'; -$_LANGADM['AdminGenerator32d593fb52ab5e4ae3f16844b576867d'] = 'Questo aggiunge indicazioni al tuo file .htaccess che dovrebbero migliorare cache e compressione.'; -$_LANGADM['AdminGenerator1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificati'; -$_LANGADM['AdminGenerator223cf855cfa657eeb99550e1acd8eaa3'] = 'Attivare solo se il tuo server permette la riscrittura di URL.'; -$_LANGADM['AdminGeneratoracaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Disabilita apache multiviews'; -$_LANGADM['AdminGenerator7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Attivare questa opzione solo se si hanno problemi con alcune pagine di URL rewriting.'; -$_LANGADM['AdminGenerator8b1fa347125449d64bb72e2c723cd8bf'] = 'Configurazione specifica'; -$_LANGADM['AdminGeneratord59b3e143646e3f3e28005adccdb36a3'] = 'Aggiungi qui le direttive specifiche del proprio host (SetEnv PHP_VER 5, AddType x-mapp-php5. Php ...).'; -$_LANGADM['AdminGeneratorb696dfaf5a833f70d71d26d052c6eaa3'] = 'Genera il tuo file \".htaccess\" cliccando sul tasto seguente:'; -$_LANGADM['AdminGenerator3c108dd1d7338dcc6a9face1824db1dd'] = 'Crea un file \".htaccess\"'; +$_LANGADM['AdminFeatures49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminFeatures4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminFeatures52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminFeatures6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminFeatures630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; +$_LANGADM['AdminFeatures689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminFeaturesacdb802bfc2b99b15d1782570285c427'] = 'Contenuto:'; +$_LANGADM['AdminFeaturesb07e7131a6007b2a1a765bdd0e1e4894'] = 'Caratteristica:'; +$_LANGADM['AdminFeaturesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminFeaturesc82a6100dace2b41087ba6cf99a5976a'] = 'Valori'; +$_LANGADM['AdminFeaturesc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminFeaturesd6ae681fcd58f1e1936ca97da36528ff'] = 'Aggiungi una nuova caratteristica'; +$_LANGADM['AdminFeaturese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminGenders019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; +$_LANGADM['AdminGenders38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminGenders461900b74731e07320ca79366df3e809'] = 'Immagine:'; +$_LANGADM['AdminGenders49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminGenders4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminGenders6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminGendersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminGendersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGendersbe53a0541a6d36f6ecb879fa2c584b08'] = 'Immagine'; +$_LANGADM['AdminGenderse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminGenderse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:'; $_LANGADM['AdminGenerator067b367b527d0a275f99b9071dd69e28'] = 'Questo cancellerà il tuo'; $_LANGADM['AdminGenerator149603e6c03516362a8da23f624db945'] = 'vecchio'; -$_LANGADM['AdminGenerator5b1315f64379c20167cc186f3cfed249'] = 'file .htaccess !'; -$_LANGADM['AdminGeneratorb8a27e47e64caa3e36c8894c3745357b'] = 'Prima di poter usare questo strumento, devi:'; -$_LANGADM['AdminGeneratord443c06bc05c5f7d35d95aba3ddcf817'] = '- creare un'; -$_LANGADM['AdminGenerator8052c42ab3b8aa06a3f5f788a4ddccc2'] = 'file .htaccess\''; -$_LANGADM['AdminGenerator93f711fc90428ec9589a70706e1866a2'] = 'file vuoto nella directory'; -$_LANGADM['AdminGenerator60e4943ad37920b1f95133fae1420b59'] = 'fornire il permesso (CHMOD 666 su sistema Unix)'; +$_LANGADM['AdminGenerator15970c4fdbca1fc48c5b412d94e798c0'] = 'Ottimizzazione'; +$_LANGADM['AdminGenerator1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificati'; +$_LANGADM['AdminGenerator2129c4f9bb14dcddabb6453bfbeff246'] = 'Questo strumento crea automaticamente un file \"robots.txt\" che puoi configurare per negare l\'accesso di alcune pagine ai motori di ricerca.'; +$_LANGADM['AdminGenerator223cf855cfa657eeb99550e1acd8eaa3'] = 'Attivare solo se il tuo server permette la riscrittura di URL.'; +$_LANGADM['AdminGenerator32d593fb52ab5e4ae3f16844b576867d'] = 'Questo aggiunge indicazioni al tuo file .htaccess che dovrebbero migliorare cache e compressione.'; $_LANGADM['AdminGenerator345d6249c20c6319bb09edaaf536744b'] = 'Generazione del file robots'; $_LANGADM['AdminGenerator3b823baba7abb920bd1c18104ae7537b'] = 'Il tuo file robots.txt DEVE essere nella root del tuo sito web e non altrove.'; -$_LANGADM['AdminGeneratorb65cc08420e484602c7c313336933452'] = 'Es.: http://www.monsite.com/robots.txt'; -$_LANGADM['AdminGenerator2129c4f9bb14dcddabb6453bfbeff246'] = 'Questo strumento crea automaticamente un file \"robots.txt\" che puoi configurare per negare l\'accesso di alcune pagine ai motori di ricerca.'; -$_LANGADM['AdminGeneratorffd4c6a67eb0c56d04a5ebca5e8cbf80'] = 'Crea il tuo file \"robots.txt\" cliccando il tasto seguente:'; -$_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Crea file robots.txt'; +$_LANGADM['AdminGenerator3c108dd1d7338dcc6a9face1824db1dd'] = 'Crea un file \".htaccess\"'; +$_LANGADM['AdminGenerator3f3e336e2f1fa10375efd923fca18b55'] = 'Attenzione:'; +$_LANGADM['AdminGenerator53bdd80ab93282cc38ef9c605f058eba'] = 'Questo strumento genera automaticamente un file \".htaccess\" che ti permette di procedere alla riscrittura di URL e di individuare errori 404.'; +$_LANGADM['AdminGenerator5b1315f64379c20167cc186f3cfed249'] = 'file .htaccess !'; +$_LANGADM['AdminGenerator60e4943ad37920b1f95133fae1420b59'] = 'fornire il permesso (CHMOD 666 su sistema Unix)'; +$_LANGADM['AdminGenerator620da2256fdfaa8c903cc870221450ca'] = 'questo strumento può essere usato SOLO se sei ospitato da un server web Apache. Chiedi al tuo host.'; $_LANGADM['AdminGenerator76bdc7d3324595e5c6430ba466690cba'] = 'file robots.txt !'; +$_LANGADM['AdminGenerator7959e21ff0b83542251ca0b4e9a62eea'] = 'Crea file robots.txt'; +$_LANGADM['AdminGenerator7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Attivare questa opzione solo se si hanno problemi con alcune pagine di URL rewriting.'; +$_LANGADM['AdminGenerator8052c42ab3b8aa06a3f5f788a4ddccc2'] = 'file .htaccess\''; +$_LANGADM['AdminGenerator93f711fc90428ec9589a70706e1866a2'] = 'file vuoto nella directory'; $_LANGADM['AdminGeneratoraa2646a667ee1cd83235786dccef4a26'] = 'robots.txt'; +$_LANGADM['AdminGeneratoracaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Disabilita apache multiviews'; +$_LANGADM['AdminGeneratorad11acdc8759d7a20ca3b868a8db30ae'] = 'Generazione del file Htaccess'; +$_LANGADM['AdminGeneratorb65cc08420e484602c7c313336933452'] = 'Es.: http://www.monsite.com/robots.txt'; +$_LANGADM['AdminGeneratorb696dfaf5a833f70d71d26d052c6eaa3'] = 'Genera il tuo file \".htaccess\" cliccando sul tasto seguente:'; +$_LANGADM['AdminGeneratorb8a27e47e64caa3e36c8894c3745357b'] = 'Prima di poter usare questo strumento, devi:'; $_LANGADM['AdminGeneratorc03c063bb390b0042cabd4e08ac92347'] = 'file vuoto nella directory'; -$_LANGADM['AdminGenerator99bd735570f4e71f3596ad208f6f63c6'] = 'Impossibile scrivere nel file:'; -$_LANGADM['AdminGeneratorff75496593d3ce1584f5e974e9668330'] = 'Controlla i permessi.'; -$_LANGADM['AdminGeolocation323d4eb70b252acb4a04eaf9e0882597'] = 'Preferenza di Geolocalizzazione'; -$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Per usare la Geolocalizzazione, scarica'; -$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'questo file'; -$_LANGADM['AdminGeolocation3d3aa857bbce5746c7156f447f6bdc60'] = 'e decomprimilo nella directory tools/geoip/'; -$_LANGADM['AdminGeolocation665d5ac9ea21d13ec63596b0d84bf9ea'] = 'Geolocalizzazione tramite IP'; -$_LANGADM['AdminGeolocationc95467b224ae2a3f8a4c12ddbbb0448e'] = 'Geolocalizzazione tramite IP:'; -$_LANGADM['AdminGeolocation00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminGeolocationb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminGeolocation5ce2a0bcb8967528a33c2c0d31cbb194'] = 'Questa opzione ti permette, tra l\'altro, di restringere l\'accesso al tuo negozio da parte di molte nazioni. Vedi sotto.'; -$_LANGADM['AdminGeolocationc9cc8cce247e49bae79f15173ce97354'] = 'Salva'; -$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opzioni '; -$_LANGADM['AdminGeolocation4fe49a258059a1dca12770e1dfe40ea2'] = 'Le seguenti funzioni sono disponibili solo se autorizzi la funzione Geolocalizzazione tramite IP'; +$_LANGADM['AdminGeneratord443c06bc05c5f7d35d95aba3ddcf817'] = '- creare un'; +$_LANGADM['AdminGeneratorffd4c6a67eb0c56d04a5ebca5e8cbf80'] = 'Crea il tuo file \"robots.txt\" cliccando il tasto seguente:'; $_LANGADM['AdminGeolocation2eef60563335b16d4a98900298fe7841'] = 'Comportamento di Geolocalizzazione per nazioni con restrizioni:'; -$_LANGADM['AdminGeolocation9135a9ffd14e4b05e4e3bc4eab58fda7'] = 'I visitatori non possono vedere il tuo catalogo'; -$_LANGADM['AdminGeolocationfff95e613286b45e8c44f4316200a83f'] = 'I visitatori possono vedere il tuo catalogo ma non possono effettuare un ordine'; $_LANGADM['AdminGeolocation38e8888ae62868f7ec6cc940ffcaf373'] = 'Comportamento di Geolocalizzazione per nazioni non riconosciute:'; +$_LANGADM['AdminGeolocation3d3aa857bbce5746c7156f447f6bdc60'] = 'e decomprimilo nella directory tools/geoip/'; +$_LANGADM['AdminGeolocation3f089ec9b9ef410a9d81bef70114d387'] = 'Per usare la Geolocalizzazione, scarica'; $_LANGADM['AdminGeolocation4609449450efd4dbe3f05ef2e9c5151d'] = 'Tutte le funzioni sono disponibili'; -$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Seleziona le nazioni che possono accedere al tuo negozio:'; $_LANGADM['AdminGeolocation49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminGeolocationa79a12d2d7ab4c5524e33e62a568d77c'] = 'Whitelist degli indirizzi IP'; +$_LANGADM['AdminGeolocation4fe49a258059a1dca12770e1dfe40ea2'] = 'Le seguenti funzioni sono disponibili solo se autorizzi la funzione Geolocalizzazione tramite IP'; +$_LANGADM['AdminGeolocation5ce2a0bcb8967528a33c2c0d31cbb194'] = 'Questa opzione ti permette, tra l\'altro, di restringere l\'accesso al tuo negozio da parte di molte nazioni. Vedi sotto.'; $_LANGADM['AdminGeolocation5e23ef5156fb0aca3cb2cc23fed2e267'] = 'Puoi aggiungere molti indirizzi IP, e questi potranno sempre accedere al tuo negozio (per es. Google bots IP)'; $_LANGADM['AdminGeolocation911bac7fe508d2b815eab0612120b564'] = 'Indirizzi IP autorizzati:'; -$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminGroups104d9898c04874d0fbac36e125fa1369'] = 'Sconto'; -$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Membri'; -$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Data di creazione'; -$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Gruppo di clienti'; -$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminGroups6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi:'; -$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Sconto:'; +$_LANGADM['AdminGeolocation9135a9ffd14e4b05e4e3bc4eab58fda7'] = 'I visitatori non possono vedere il tuo catalogo'; +$_LANGADM['AdminGeolocation976b976e66879a470635bf0f660e81fc'] = 'questo file'; +$_LANGADM['AdminGeolocationa47cbf8871ff07c40a87bb58e412c063'] = 'Seleziona le nazioni che possono accedere al tuo negozio:'; +$_LANGADM['AdminGeolocationa79a12d2d7ab4c5524e33e62a568d77c'] = 'Whitelist degli indirizzi IP'; +$_LANGADM['AdminGeolocationc95467b224ae2a3f8a4c12ddbbb0448e'] = 'Geolocalizzazione tramite IP:'; +$_LANGADM['AdminGeolocationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opzioni '; +$_LANGADM['AdminGeolocationfff95e613286b45e8c44f4316200a83f'] = 'I visitatori possono vedere il tuo catalogo ma non possono effettuare un ordine'; +$_LANGADM['AdminGroupShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminGroupShop1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; +$_LANGADM['AdminGroupShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; +$_LANGADM['AdminGroupShop24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminGroupShop287234a1ff35a314b5b6bc4e5828e745'] = 'Combinazioni'; +$_LANGADM['AdminGroupShop38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminGroupShop98f770b0af18ca763421bac22b4b6805'] = 'Caratt.'; +$_LANGADM['AdminGroupShopa37ede293936e29279ed543129451ec3'] = 'Gruppi'; +$_LANGADM['AdminGroupShopb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGroupShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminGroupShopdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zone'; +$_LANGADM['AdminGroupShope25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminGroups00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminGroups019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; $_LANGADM['AdminGroups0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; -$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Applica automaticamente questo valore come sconto a TUTTI i prodotti del negozio per questo gruppo di membri.'; -$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Sconti attuali:'; -$_LANGADM['AdminGroups3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoria'; -$_LANGADM['AdminGroups689202409e48743b914713f96d93947c'] = 'Valore'; -$_LANGADM['AdminGroups004bf6c9a40003140292e97330236c53'] = 'Azione'; -$_LANGADM['AdminGroupsf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminGroupsa9199a42a34f3a6004c9cd2cb268c10f'] = 'Nessuno sconto'; +$_LANGADM['AdminGroups151a3c668742e11d24b6f8e65f7f7ee6'] = 'Data di registrazione'; $_LANGADM['AdminGroups2dc9a383d693a2ded8b1ef832926ea93'] = 'Visualizzazione dei prezzi:'; -$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'tasse escluse'; -$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'tasse incluse'; +$_LANGADM['AdminGroups2e9a5410376da9d88c4623a408de2b58'] = 'Sconti attuali:'; +$_LANGADM['AdminGroups3112209b2dd9b55cf5dbc4865dd15afd'] = 'Data di creazione'; $_LANGADM['AdminGroups35756bfdf07485441e0b1dd219025374'] = 'Come mostrare i prezzi per questo gruppo di clienti nel dettaglio della fattura (tasse incluse o escluse).'; $_LANGADM['AdminGroups38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminGroups19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminGroupsc53a3dc4f27d93e065c2c5be5a78b74f'] = 'Nuovo sconto gruppo'; -$_LANGADM['AdminGroups56a8a9eb05f9014da51a4f9b57322ac7'] = 'Categoria:'; -$_LANGADM['AdminGroups60c4a9a7f56f6b9669f84977ebd0f93d'] = 'Solo i prodotti che hanno questa categoria come categoria di default saranno influenzati'; +$_LANGADM['AdminGroups3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminGroups49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminGroups4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; $_LANGADM['AdminGroups567183b8b1122180690be51cc6df2b74'] = 'Sconto (in %):'; -$_LANGADM['AdminGroups1fe63847218648baf13474e3d25747bb'] = 'Aggiungi'; -$_LANGADM['AdminGroupsdaab80c5dadc81fa2d019c562f805994'] = 'Sesso'; -$_LANGADM['AdminGroups1ec5f5ec77c51a968271b2ca9862907d'] = 'Indirizzo e-mail'; -$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Data di nascita'; -$_LANGADM['AdminGroups22ffd0379431f3b615eb8292f6c31d12'] = 'Data di registrazione'; +$_LANGADM['AdminGroups6ad237b9a44e75f0f947efe1d5f1ccaa'] = 'Applica automaticamente questo valore come sconto a TUTTI i prodotti del negozio per questo gruppo di membri.'; +$_LANGADM['AdminGroups6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; $_LANGADM['AdminGroups7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; -$_LANGADM['AdminGroupsec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminGroups06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; +$_LANGADM['AdminGroups8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; +$_LANGADM['AdminGroups93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminGroups9c37b7b6ff829e977df287900543ea54'] = 'Data di nascita'; +$_LANGADM['AdminGroupsa1e7379abfdbc3b8e03506e5489c6110'] = 'Sconto:'; +$_LANGADM['AdminGroupsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminGroupsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminGroupsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminGroupsbefcac0f9644a7abee43e69f49252ac4'] = 'tasse escluse'; +$_LANGADM['AdminGroupsc38266740494aa4980d05c606fccac10'] = 'Gruppo di clienti'; +$_LANGADM['AdminGroupsd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; +$_LANGADM['AdminGroupse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminGroupsef53538ae41a651c7f72ab6cb1135d8c'] = 'Membri'; +$_LANGADM['AdminGroupsf4a0d7cb0cd45214c8ca5912c970de13'] = 'tasse incluse'; $_LANGADM['AdminGroupsfb93ea877b4e204a3676b9a27fe423b9'] = 'Clienti membri di questo gruppo'; -$_LANGADM['AdminGroupsaac3536927a1e082bbdbbd18039b486b'] = 'Contatta cliente'; -$_LANGADM['AdminGroupsd2a99b49c6a18dbbd911e51e55cc5c6d'] = 'Visualizza gli ordini'; -$_LANGADM['AdminGroups424b1a913da3df93e2366d28f29e1893'] = 'Modifica questo cliente'; -$_LANGADM['AdminGroups729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?'; -$_LANGADM['AdminGroupsc3b0525bb0516119f4233bc8f78ec05e'] = 'Cancella questo cliente'; -$_LANGADM['AdminGroups3987833f7cb48f6bd0cf402d6994d346'] = 'Nessun utente in questo gruppo.'; -$_LANGADM['AdminHomeafd87eb38820c73315688a7cab2571d4'] = 'Un buon inizio ...'; -$_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'URL semplificati'; -$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache & compressione browser'; -$_LANGADM['AdminHome5ad483f10dec94a21c78d89edc1fef94'] = 'Ottimizzazione Smarty'; -$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Combinazione, Compressione & Cache'; -$_LANGADM['AdminHome73a910e532bbbc17742ac1ad88189026'] = 'Negozio attivato'; -$_LANGADM['AdminHomeaff26d06b54b6d6acb2ed185a5477f49'] = 'indice ricostruito dopo l\'aggiornamento'; -$_LANGADM['AdminHome6cf148afcc6acae611cf5f65ddf074f9'] = '.htaccess aggiornato'; -$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Pannello di controllo'; -$_LANGADM['AdminHome486389453cfc7006870efa54fb7f6df9'] = 'Nuova versione PrestaShop disponibile'; -$_LANGADM['AdminHome801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download'; +$_LANGADM['AdminHome004bf6c9a40003140292e97330236c53'] = 'Azione'; $_LANGADM['AdminHome095939fea07d985d07ababe2c18f5b9c'] = 'Notifica aggiornamento non disponibile'; -$_LANGADM['AdminHome8ea6ef7812005ab540c9406c35fa4bb3'] = 'Per ricevere gli avvisi di aggiornamento PrestaShop, devi attivare il comando <b>allow_url_fopen</b> nel tuo file config php.ini. <b>php.ini</b>.'; -$_LANGADM['AdminHome5d3ee00c373c5c4ed47a761939e94b76'] = 'Maggiori informazini'; -$_LANGADM['AdminHomeba96d5954aa6db09c9004b6dc12b6014'] = 'Se non sai come farlo, contatta il tuo amministratore.'; -$_LANGADM['AdminHome385500f9c4d131f38c706dbc9d3a77c4'] = 'Visualizza altri tutorial'; -$_LANGADM['AdminHome57747250ec23a658f7a227ac9241aeef'] = 'Non mostrarlo più'; -$_LANGADM['AdminHome52015afb6ec8b940ef903ff73f4c4058'] = 'Nuova categoria'; -$_LANGADM['AdminHome830faa39d4dffcb14f4f514c9342e5d1'] = 'Crea una nuova categoria e organizza i tuoi prodotti.'; -$_LANGADM['AdminHome656c3be690ee43df4b845bd2a2ebe587'] = 'Nuovo prodotto'; -$_LANGADM['AdminHome2c3b06b32caf673175832aeb3833f32a'] = 'Riempi il tuo catalogo con nuovi articoli e attributi.'; -$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiche'; -$_LANGADM['AdminHomec0eef64157eb4bb621577e628f595beb'] = 'Gestisci la tua attività con un\'analisi completa del tuo negozio.'; -$_LANGADM['AdminHome4b08baa69304b6f4cd7ee5453beeea5e'] = 'Nuovo dipendente'; -$_LANGADM['AdminHome54361fc9e712ed173d019c3d4a6e2ca0'] = 'Aggiungi un nuovo account dipendente e delega una parte dei tuoi compiti .'; -$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Vedi altro'; -$_LANGADM['AdminHomeb98263dfd493178c43eca9b08a2ce4dc'] = 'Statistiche del mese'; +$_LANGADM['AdminHome0b7902adbdb6335dacf47d249fad05f1'] = 'Vendite della settimana'; $_LANGADM['AdminHome11ff9f68afb6b8b5b8eda218d7c83a65'] = 'Vendite'; $_LANGADM['AdminHome145091c4a142b35c98a860e2df97ef26'] = 'Registrazioni'; -$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Ordini'; -$_LANGADM['AdminHomedcd13f267cf781b25dd8826080425464'] = 'Pagine visualizzate'; -$_LANGADM['AdminHomebcd454728d21fd1b7adcb2bb02af7316'] = 'Servizio clienti'; -$_LANGADM['AdminHomea340073fa87f8783e926b7865a8d9fe0'] = 'Thread non letti'; -$_LANGADM['AdminHome3a1c9b4de5495314cf4e6ce5baaf1001'] = 'Thread in corso'; -$_LANGADM['AdminHome490244040ff9e9a9084ac9347fb38b97'] = 'Thread chiusi'; -$_LANGADM['AdminHomecab723c421c5278820b5020b6f360d54'] = 'Thread totali'; -$_LANGADM['AdminHome0b7902adbdb6335dacf47d249fad05f1'] = 'Vendite della settimana'; -$_LANGADM['AdminHomec89b149018866032dd690b0983f1ac78'] = 'Vendite + tasse'; -$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminHome202460d68b46910927f17628291fdd61'] = 'Combinazione, Compressione & Cache'; +$_LANGADM['AdminHome2938c7f7e560ed972f8a4f68e80ff834'] = 'Pannello di controllo'; +$_LANGADM['AdminHome2c3b06b32caf673175832aeb3833f32a'] = 'Riempi il tuo catalogo con nuovi articoli e attributi.'; $_LANGADM['AdminHome2ea989f83006e233627987293f4bde0a'] = 'Cliente'; -$_LANGADM['AdminHomeec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminHome96b0141273eabab320119c467cdcaf17'] = 'Totale'; -$_LANGADM['AdminHome004bf6c9a40003140292e97330236c53'] = 'Azione'; +$_LANGADM['AdminHome385500f9c4d131f38c706dbc9d3a77c4'] = 'Visualizza altri tutorial'; +$_LANGADM['AdminHome3a1c9b4de5495314cf4e6ce5baaf1001'] = 'Thread in corso'; $_LANGADM['AdminHome3ec365dd533ddb7ef3d1c111186ce872'] = 'Dati:'; +$_LANGADM['AdminHome486389453cfc7006870efa54fb7f6df9'] = 'Nuova versione PrestaShop disponibile'; +$_LANGADM['AdminHome490244040ff9e9a9084ac9347fb38b97'] = 'Thread chiusi'; +$_LANGADM['AdminHome4d92a8b44ec205ea708bd3f3a8926b2d'] = 'Cache & compressione browser'; $_LANGADM['AdminHome4ff2e716a7d06ce5274b4090b39abad3'] = 'Vedi'; -$_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Larghezza'; -$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Altezza'; -$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Se fai delle modifiche, ricorda di ri-creare le miniatures'; -$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Immagini'; -$_LANGADM['AdminImages204dd5cbb153eae3c105e3a42f1c0ff8'] = 'Nome del tipo:'; -$_LANGADM['AdminImagesa11abdf9fb207f44c2d44c72d8a1203f'] = 'Solo lettere (per es.: small, large...)'; -$_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Larghezza:'; -$_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Larghezza massima in pixels'; -$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Altezza:'; -$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Altezza massima in pixels'; -$_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Prodotti:'; +$_LANGADM['AdminHome54361fc9e712ed173d019c3d4a6e2ca0'] = 'Aggiungi un nuovo account dipendente e delega una parte dei tuoi compiti .'; +$_LANGADM['AdminHome57747250ec23a658f7a227ac9241aeef'] = 'Non mostrarlo più'; +$_LANGADM['AdminHome5ad483f10dec94a21c78d89edc1fef94'] = 'Ottimizzazione Smarty'; +$_LANGADM['AdminHome6cf148afcc6acae611cf5f65ddf074f9'] = '.htaccess aggiornato'; +$_LANGADM['AdminHome73a910e532bbbc17742ac1ad88189026'] = 'Negozio attivato'; +$_LANGADM['AdminHome7e4b7faf0fc36dc296e66f6ea3096dcd'] = 'Clicca qui se si desidera modificare il nome di dominio principale negozio'; +$_LANGADM['AdminHome801ab24683a4a8c433c6eb40c48bcd9d'] = 'Download'; +$_LANGADM['AdminHome830faa39d4dffcb14f4f514c9342e5d1'] = 'Crea una nuova categoria e organizza i tuoi prodotti.'; +$_LANGADM['AdminHome96b0141273eabab320119c467cdcaf17'] = 'Totale'; +$_LANGADM['AdminHomea340073fa87f8783e926b7865a8d9fe0'] = 'Thread non letti'; +$_LANGADM['AdminHomeafd87eb38820c73315688a7cab2571d4'] = 'Un buon inizio ...'; +$_LANGADM['AdminHomeaff26d06b54b6d6acb2ed185a5477f49'] = 'indice ricostruito dopo l\'aggiornamento'; +$_LANGADM['AdminHomeb24344b6a2c4a94c9b0d0ebd4602aeca'] = 'Vedi altro'; +$_LANGADM['AdminHomeb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminHomeb98263dfd493178c43eca9b08a2ce4dc'] = 'Statistiche del mese'; +$_LANGADM['AdminHomeba96d5954aa6db09c9004b6dc12b6014'] = 'Se non sai come farlo, contatta il tuo amministratore.'; +$_LANGADM['AdminHomebb5ebac63dc37bfae478c91bdf575e03'] = 'Ordini'; +$_LANGADM['AdminHomebcd454728d21fd1b7adcb2bb02af7316'] = 'Servizio clienti'; +$_LANGADM['AdminHomec0eef64157eb4bb621577e628f595beb'] = 'Gestisci la tua attività con un\'analisi completa del tuo negozio.'; +$_LANGADM['AdminHomec33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiche'; +$_LANGADM['AdminHomec89b149018866032dd690b0983f1ac78'] = 'Vendite + tasse'; +$_LANGADM['AdminHomecab723c421c5278820b5020b6f360d54'] = 'Thread totali'; +$_LANGADM['AdminHomedcd13f267cf781b25dd8826080425464'] = 'Pagine visualizzate'; +$_LANGADM['AdminHomeec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminHomeecd188c0a9e0913f062d22331411158a'] = 'URL semplificati'; $_LANGADM['AdminImages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminImagesf9a9027d728e8c701143cc8b1829400b'] = 'Questo tipo sarà applicato alle immagini del prodotto'; -$_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Categorie:'; -$_LANGADM['AdminImages910467fa766cf5eeaa7034bf404e3c6a'] = 'Questo tipo sarà applicato alle immagini delle categorie'; -$_LANGADM['AdminImages0e1e874dde345d19583102a9fd63fb7e'] = 'Produttori:'; -$_LANGADM['AdminImagesc4fd2ca4519bd381b87fd6078971d87f'] = 'Questo tipo sarà applicato alle immagini dei produttori'; -$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Produttori:'; -$_LANGADM['AdminImages3c9e0f95a0c3f7dd4c650d3ed1a0afb5'] = 'Questo tipo sarà applicato alle immagini dei fornitori'; -$_LANGADM['AdminImages7e92dc38b95095cfee88452579f3fb67'] = 'Scene:'; -$_LANGADM['AdminImagesd72f2c002b37407379420bf987bca76a'] = 'Questo tipo sarà applicato alle immagini delle scene'; -$_LANGADM['AdminImages89e2077ce10ec7fc0bde234fbc48c5cb'] = 'Negozi:'; -$_LANGADM['AdminImages1bb3c9f27926baa18c5070fa6498f34e'] = 'Questo tipo sarà applicato alle immagini dei negozi'; -$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminImages19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; -$_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; -$_LANGADM['AdminImages1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; -$_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scene'; +$_LANGADM['AdminImages044a77653804fe33652d68098d98121e'] = 'Utilizzare il file system immagine eredità:'; +$_LANGADM['AdminImages048a517fd1781ed314402df592f2ea68'] = 'Larghezza:'; $_LANGADM['AdminImages068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Negozi'; -$_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Ricrea miniature'; -$_LANGADM['AdminImagese4bb324f29622b389af104bce1db6fdc'] = 'Ricrea miniature per tutte le immagini dei prodotti esistenti'; -$_LANGADM['AdminImages9310244aa3f5325c976135a2a089949b'] = 'Ti preghiamo di pazientare, potrebbero volerci alcuni minuti'; -$_LANGADM['AdminImages66a3f886eb548f3575add71847622388'] = 'Attenzione!! Le miniature generate manualmente saranno cancellate dalle miniature generate automaticamente.'; -$_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Seleziona immagine'; -$_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutte'; -$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Seleziona formato'; -$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Cancella immagini precedenti'; -$_LANGADM['AdminImagesed13a29f9258d2b988ea7ba9d11de98b'] = 'Togli la spunta a questa casella solo se il tuo server ha interrotto la connessione e desideri ricominciare.'; -$_LANGADM['AdminImages729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?'; -$_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Spostare le immagini'; $_LANGADM['AdminImages0be9bdbde253c5d649e8667c0bae6754'] = 'Un nuovo sistema di storage per le immagini dei prodotti è ora utilizzato da PrestaShop. Offre prestazioni migliori se il negozio ha un numero molto elevato di prodotti.'; -$_LANGADM['AdminImages5e869c034d4bd6df7f278053e786e4fb'] = 'Le immagini duplicate sono state trovate durante lo spostamento delle immagini del prodotto. E \'probabilmente causato da immagini dimostrative inutilizzati. Assicurati che la cartella'; -$_LANGADM['AdminImages6ab89e213e3557e2ab248510d89051d1'] = 'contiene solo immagini dimostrative quindi eliminare questa cartella.'; -$_LANGADM['AdminImages6713e1295572974656e3e04d18e77ca9'] = 'PrestaShop ha rilevato che la configurazione del server non è compatibile con il nuovo sistema di storage (direttiva \"safe_mode\" attivata). È necessario continuare a utilizzare il sistema attuale.'; +$_LANGADM['AdminImages0e1e874dde345d19583102a9fd63fb7e'] = 'Produttori:'; $_LANGADM['AdminImages0fb0d96026cc27f8a45d6cb909289903'] = 'Si può scegliere di mantenere le immagini memorizzate nel sistema precedente - niente di sbagliato in questo.'; -$_LANGADM['AdminImages6e9b08be274aa15f116c641e4c9b8599'] = 'Si può anche decidere di spostare le vostre immagini al nuovo sistema di storage: in questo caso, fare clic sul \"Sposta immagini\" bottone qui sotto. Si prega di essere pazienti, poiché ciò può richiedere diversi minuti.'; +$_LANGADM['AdminImages1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; +$_LANGADM['AdminImages1bb3c9f27926baa18c5070fa6498f34e'] = 'Questo tipo sarà applicato alle immagini dei negozi'; $_LANGADM['AdminImages1bd266b7c30df50f9b77b0e0f55f2878'] = 'Dopo aver spostato tutte le immagini dei prodotti, per le migliori prestazioni andare al'; -$_LANGADM['AdminImagese686877843ac3c9f4c45aaea265fe59c'] = 'prodotto preferenze sulla scheda'; -$_LANGADM['AdminImagesfb3164a4f7305b347948b8aca17c1735'] = 'e impostare \"Usa il filesystem immagine eredità\" a NO.'; -$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'Le immagini JPEG hanno una piccola dimensione del file e qualità standard. Le immagini PNG hanno una maggiore dimensione del file, una maggiore qualità e trasparenza. Si noti che in tutti i casi i file immagine avrà l\'estensione. Jpg.'; -$_LANGADM['AdminImagesff167676b1516b34e7f9be0fea5349d6'] = 'ATTENZIONE: Questa funzione potrebbe non essere compatibile con il tema o con alcuni moduli. In particolare, la modalità PNG non è compatibile con il modulo Filigrana. Se incontri qualche problema, spegnerlo, selezionando \"Use JPEG\".'; -$_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Qualità delle immagini'; +$_LANGADM['AdminImages204dd5cbb153eae3c105e3a42f1c0ff8'] = 'Nome del tipo:'; +$_LANGADM['AdminImages2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; +$_LANGADM['AdminImages258606ef5a3ed5cd7e39da08435adec0'] = 'Ricrea miniature'; $_LANGADM['AdminImages2a911eb0d71d1b707a3f9d722a5935c2'] = 'Usa JPEG'; -$_LANGADM['AdminImagesb8d0be967a9105f094abc811656ee660'] = 'Utilizzare PNG solo se l\'immagine base è in formato PNG'; -$_LANGADM['AdminImages718e1e271056782b288616e916511980'] = 'Utilizzare PNG per tutte le immagini'; -$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'JPEG di qualità'; -$_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'Va da 0 (qualità peggiore, il più piccolo file) a 100 (qualità migliore, il più grande file)'; -$_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'PNG di qualità'; $_LANGADM['AdminImages2c1bbb0a5ff08c8011d6ea83084277ff'] = 'Va da 9 (peggiore qualità, piccolo file) a 0 (qualità migliore, il più grande file)'; -$_LANGADM['AdminImportaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; +$_LANGADM['AdminImages32465c25dfecca0db61214b9af3bd9f1'] = 'Dimensione massima delle immagini del prodotto:'; +$_LANGADM['AdminImages32954654ac8fe66a1d09be19001de2d4'] = 'Larghezza'; +$_LANGADM['AdminImages38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminImages3c9e0f95a0c3f7dd4c650d3ed1a0afb5'] = 'Questo tipo sarà applicato alle immagini dei fornitori'; +$_LANGADM['AdminImages42ceb344b0aaf896b362b0db70b46f98'] = 'Qualità delle immagini'; +$_LANGADM['AdminImages48ccf48dcf2218a413ce473262f21a0c'] = 'Larghezza:'; +$_LANGADM['AdminImages49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminImages5e869c034d4bd6df7f278053e786e4fb'] = 'Le immagini duplicate sono state trovate durante lo spostamento delle immagini del prodotto. E \'probabilmente causato da immagini dimostrative inutilizzati. Assicurati che la cartella'; +$_LANGADM['AdminImages66a3f886eb548f3575add71847622388'] = 'Attenzione!! Le miniature generate manualmente saranno cancellate dalle miniature generate automaticamente.'; +$_LANGADM['AdminImages6713e1295572974656e3e04d18e77ca9'] = 'PrestaShop ha rilevato che la configurazione del server non è compatibile con il nuovo sistema di storage (direttiva \"safe_mode\" attivata). È necessario continuare a utilizzare il sistema attuale.'; +$_LANGADM['AdminImages6ab89e213e3557e2ab248510d89051d1'] = 'contiene solo immagini dimostrative quindi eliminare questa cartella.'; +$_LANGADM['AdminImages6e9b08be274aa15f116c641e4c9b8599'] = 'Si può anche decidere di spostare le vostre immagini al nuovo sistema di storage: in questo caso, fare clic sul \"Sposta immagini\" bottone qui sotto. Si prega di essere pazienti, poiché ciò può richiedere diversi minuti.'; +$_LANGADM['AdminImages718e1e271056782b288616e916511980'] = 'Utilizzare PNG per tutte le immagini'; +$_LANGADM['AdminImages729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?'; +$_LANGADM['AdminImages7e92dc38b95095cfee88452579f3fb67'] = 'Scene:'; +$_LANGADM['AdminImages821b8ee6937cec96c30fdafbfe836d68'] = 'Negozi'; +$_LANGADM['AdminImages874d3deed67e503cac1d8bc00417794a'] = 'Spostare le immagini'; +$_LANGADM['AdminImages8c38776925f7cf41c090646a43157024'] = 'Categorie:'; +$_LANGADM['AdminImages9310244aa3f5325c976135a2a089949b'] = 'Ti preghiamo di pazientare, potrebbero volerci alcuni minuti'; +$_LANGADM['AdminImages9a61f5ce3180789a8455f536681cabc1'] = 'Altezza:'; +$_LANGADM['AdminImages9df22f196a33acd0b372fe502de51211'] = 'auto'; +$_LANGADM['AdminImagesa00e46e856e637f8fd077b4fd710c9e2'] = 'Produttori:'; +$_LANGADM['AdminImagesa11abdf9fb207f44c2d44c72d8a1203f'] = 'Solo lettere (per es.: small, large...)'; +$_LANGADM['AdminImagesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; +$_LANGADM['AdminImagesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutte'; +$_LANGADM['AdminImagesb435e227d5dd201e1768b2bcb2e0aa81'] = 'altezza'; +$_LANGADM['AdminImagesb51000000ff730e7cacd10980186c1a4'] = 'Seleziona immagine'; +$_LANGADM['AdminImagesb52b44c9d23e141b067d7e83b44bb556'] = 'Prodotti:'; +$_LANGADM['AdminImagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminImagesb73770b303fc0f331eee23ad7add197c'] = 'Va da 0 (qualità peggiore, il più piccolo file) a 100 (qualità migliore, il più grande file)'; +$_LANGADM['AdminImagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminImagesbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scene'; +$_LANGADM['AdminImagesc2fc3eea4a3f9c52e7acbdb113b171b7'] = 'Larghezza massima in pixels'; +$_LANGADM['AdminImagesc4d833424eba2cd43c9327d4943dc61f'] = 'Immagine creata da:'; +$_LANGADM['AdminImagesc5e26b2211d5ecbbeac96ea6e1cbb7c2'] = 'PNG di qualità'; +$_LANGADM['AdminImagesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'Dimensione massima delle immagini inviate dai clienti'; +$_LANGADM['AdminImagescb2f901ceed5c3365d056794a1b5047f'] = 'Se fai delle modifiche, ricorda di ri-creare le miniatures'; +$_LANGADM['AdminImagescf40e19ee10782c4284cac90feb4f73e'] = 'Altezza massima in pixels'; +$_LANGADM['AdminImagesd379cadd41b68efe7c945b4d85c72085'] = 'Cancella immagini precedenti'; +$_LANGADM['AdminImagesd46bafd645c490bd4be22c4226619db9'] = 'JPEG di qualità'; +$_LANGADM['AdminImagesd72f2c002b37407379420bf987bca76a'] = 'Questo tipo sarà applicato alle immagini delle scene'; +$_LANGADM['AdminImagesdde6c96bcb0af50f18f37572267d904a'] = 'Altezza massima delle immagini inviate dai clienti'; +$_LANGADM['AdminImagese4bb324f29622b389af104bce1db6fdc'] = 'Ricrea miniature per tutte le immagini dei prodotti esistenti'; +$_LANGADM['AdminImagese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Dimensione massima delle immagini caricabili dai clienti (in Bytes)'; +$_LANGADM['AdminImagese686877843ac3c9f4c45aaea265fe59c'] = 'prodotto preferenze sulla scheda'; +$_LANGADM['AdminImagese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Questo dovrebbe essere impostata su yes se non spostato con successo le immagini in Preferenze> scheda Immagini'; +$_LANGADM['AdminImagese933dc24fb245d863a43b4fefe9b45f5'] = 'Altezza:'; +$_LANGADM['AdminImageseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'larghezza'; +$_LANGADM['AdminImagesed13a29f9258d2b988ea7ba9d11de98b'] = 'Togli la spunta a questa casella solo se il tuo server ha interrotto la connessione e desideri ricominciare.'; +$_LANGADM['AdminImageseec6c4bdbd339edf8cbea68becb85244'] = 'Altezza'; +$_LANGADM['AdminImagesf559543da6c5866a2dd0ae70f4de370f'] = 'Seleziona formato'; +$_LANGADM['AdminImagesf9a9027d728e8c701143cc8b1829400b'] = 'Questo tipo sarà applicato alle immagini del prodotto'; +$_LANGADM['AdminImagesfb3164a4f7305b347948b8aca17c1735'] = 'e impostare \"Usa il filesystem immagine eredità\" a NO.'; +$_LANGADM['AdminImagesff167676b1516b34e7f9be0fea5349d6'] = 'ATTENZIONE: Questa funzione potrebbe non essere compatibile con il tema o con alcuni moduli. In particolare, la modalità PNG non è compatibile con il modulo Filigrana. Se incontri qualche problema, spegnerlo, selezionando \"Use JPEG\".'; +$_LANGADM['AdminImagesff17d73fa2731689640e8afa0f591b0f'] = 'Le immagini JPEG hanno una piccola dimensione del file e qualità standard. Le immagini PNG hanno una maggiore dimensione del file, una maggiore qualità e trasparenza. Si noti che in tutti i casi i file immagine avrà l\'estensione. Jpg.'; +$_LANGADM['AdminImagesfff0d600f8a0b5e19e88bfb821dd1157'] = 'Immagini'; +$_LANGADM['AdminImport016382f8033b4456071a3beabecfea85'] = 'Codice postale *'; +$_LANGADM['AdminImport01f30cc97564a56c119068478c42c1a6'] = 'Alias*'; +$_LANGADM['AdminImport0450d266974d92724ff4bacc3a51952e'] = 'Elimina le'; +$_LANGADM['AdminImport05fd7d5b9c8aa44117e13d22445b42ee'] = 'Sei sicuro di voler cancellare'; $_LANGADM['AdminImport068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminImportb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinazioni'; -$_LANGADM['AdminImporte6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clienti'; -$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; -$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; -$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; -$_LANGADM['AdminImportb8495b50f5c172ebad1cc5c615548afa'] = 'Ignora questa colonna'; -$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID prodotto'; -$_LANGADM['AdminImport78d2b04f57eb3af4fbc20e169de7e6c6'] = 'Opzioni (Gruppo: Valore)'; -$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; -$_LANGADM['AdminImport8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Riferimento fornitori'; -$_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Prezzo di acquisto'; -$_LANGADM['AdminImport3601146c4e948c32b6424d2c0a7f0118'] = 'Prezzo'; -$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Eco- tassa'; -$_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Default'; -$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Immagine posizione'; -$_LANGADM['AdminImport9c163d2934fbdd2775356db804d451fc'] = 'Posizione dell\'immagine prodotto da utilizzare per questa combinazione. Se si utilizza questo campo, lasciare vuoto URL dell\'immagine.'; -$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL dell\'immagine'; -$_LANGADM['AdminImport14913d7e9d486e77b5c8d085e3797f94'] = 'Cancellare le immagini già esistenti (0 = no, 1 = sì)'; -$_LANGADM['AdminImporte6691747add3b37b9c381b8d9476fd4c'] = 'Se non si specifica questa colonna e si specificano le immagini colonna, tutte le immagini del prodotto saranno sostituiti da quelli specificati nel file di importazione'; -$_LANGADM['AdminImportb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminImportfd0dcc6233b026d257763713c133cf72'] = 'Attivo (0/1)'; -$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nome *'; -$_LANGADM['AdminImport52b68aaa602d202c340d9e4e9157f276'] = 'Categoria collegata'; -$_LANGADM['AdminImportb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione'; -$_LANGADM['AdminImporta51d7d2f3e952dfcf1e12ae572d7b337'] = 'Meta <titolo>:'; -$_LANGADM['AdminImport5482749e99fa2d325e607075c3fd1c7a'] = 'Meta keywords'; -$_LANGADM['AdminImport2a982c2c140ad66259355df1e2c5b69f'] = 'Meta descrizione'; -$_LANGADM['AdminImportc1a59288c830561834340f6e7d969401'] = 'URL semplificato'; -$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Categorie (x, y, z...)'; -$_LANGADM['AdminImport4da86e0470f0b14e4e516442202a8d26'] = 'Prezzo tasse escl.'; -$_LANGADM['AdminImportf0a8011e2482cf9351b7bf565c7950ad'] = 'Prezzo tasse incl.'; +$_LANGADM['AdminImport06f3fb7ee08834bb2e77d55f61c090be'] = 'Nome *'; $_LANGADM['AdminImport070ed01b52ff55b770f6a04fbe4f5c0c'] = 'ID regole tasse'; -$_LANGADM['AdminImportb548dcad953710689b3066823b90f517'] = 'Saldi (0/1)'; -$_LANGADM['AdminImportb30690be173bcd4a83df0cd68f89a385'] = 'Somme di sconto'; -$_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Percentuale di sconto'; -$_LANGADM['AdminImportbfd574f8096a396d831b1c1ac88c75d1'] = 'Sconto da (aaaa-mm-gg)'; +$_LANGADM['AdminImport0a8b4817e5c1e8849b9cbd65997441b5'] = 'Combinazioni campione del file'; +$_LANGADM['AdminImport14913d7e9d486e77b5c8d085e3797f94'] = 'Cancellare le immagini già esistenti (0 = no, 1 = sì)'; +$_LANGADM['AdminImport1522206cca1be4bf77fff2ea9838ec2c'] = '* Campi obbligatori'; +$_LANGADM['AdminImport156629ee3d24b3979f322c21ae137eb3'] = 'I fornitori di file campione'; +$_LANGADM['AdminImport1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; +$_LANGADM['AdminImport1b10c2304e2f49d53c39bc40fd393335'] = 'I clienti del file campione'; +$_LANGADM['AdminImport1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda'; +$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>'; +$_LANGADM['AdminImport2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; +$_LANGADM['AdminImport2688a544cd5ac33f27ab78c8d8c3acaa'] = 'Nome *'; +$_LANGADM['AdminImport278c491bdd8a53618c149c4ac790da34'] = 'Modello'; +$_LANGADM['AdminImport284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; +$_LANGADM['AdminImport2a982c2c140ad66259355df1e2c5b69f'] = 'Meta descrizione'; +$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Indirizzo 2 '; +$_LANGADM['AdminImport2f5e75d22f59829ba10e2e6276321af8'] = 'Indirizzi file di esempio'; +$_LANGADM['AdminImport34219bb13b784f30df289c19f5dc0e31'] = 'Utilizzare come chiave di riferimento del prodotto?'; +$_LANGADM['AdminImport3f761068f17769a19635a176fb7e4339'] = 'Separatore di campo:'; +$_LANGADM['AdminImport4059b0251f66a18cb56f544728796875'] = 'Info'; +$_LANGADM['AdminImport427b6d816d7fdd86cabe48d8180a3cc9'] = 'URL dell\'immagine'; +$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Indirizzo 1 *'; +$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Stato'; $_LANGADM['AdminImport48d6c0804dd92fb5463bba154a8a747f'] = 'Sconto a (aaaa-mm-gg)'; -$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Riferimento'; -$_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'Riferimento fornitori'; -$_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Fornitore'; -$_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttore'; -$_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Breve descrizione'; -$_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Tag (x, y, z...)'; -$_LANGADM['AdminImport927f1f2b947a6e113e98af5ae86fcc49'] = 'Testo in magazzino'; -$_LANGADM['AdminImport77493578c6e0675711fe7355a8457668'] = 'Testo in ordine'; -$_LANGADM['AdminImportf2149c422ab7577f063b69a2884d17f0'] = 'Disponibile per ordine'; -$_LANGADM['AdminImportb1a2a959c20b1bd847895e73a5fddbc9'] = 'Data di aggiungere il prodotto'; -$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Mostra il prezzo'; $_LANGADM['AdminImport4d2589e1bcd4263cb99927b59f0f88d2'] = 'URL delle immagini (x,y,z...)'; -$_LANGADM['AdminImport21021ea0e52be8e9c599f4dff41e5be0'] = 'Caratteristica'; +$_LANGADM['AdminImport4da86e0470f0b14e4e516442202a8d26'] = 'Prezzo tasse escl.'; +$_LANGADM['AdminImport4fc9f126d937e438ca06874284019dc3'] = 'Il file .CSV è stato importato nel tuo negozio'; +$_LANGADM['AdminImport5020eaae41baf0caa37bcb73b4a12934'] = 'Cellulare'; +$_LANGADM['AdminImport52b68aaa602d202c340d9e4e9157f276'] = 'Categoria collegata'; +$_LANGADM['AdminImport52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminImport5482749e99fa2d325e607075c3fd1c7a'] = 'Meta keywords'; +$_LANGADM['AdminImport54b4744bfd46cc4e06988ee168b13abf'] = 'Produttori del file campione'; +$_LANGADM['AdminImport59bb75350cf3a0b65c338572cdc80ef8'] = 'Opt in (0/1)'; +$_LANGADM['AdminImport5d01d5588119abec82fd8004995de275'] = 'Percentuale di sconto'; +$_LANGADM['AdminImport628fbfc7462b2873bb027ee850185859'] = 'nessuna entità selezionata'; +$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Altro'; +$_LANGADM['AdminImport63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminImport6928b30c9f87670d7621fe8f1fef7054'] = 'Riferimento'; +$_LANGADM['AdminImport694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; $_LANGADM['AdminImport71d0ceacdf562024f2d4c3a76d3b63e4'] = 'Disponibile solo online'; +$_LANGADM['AdminImport72d6d7a1885885bb55a565fd1070581a'] = 'Importa'; +$_LANGADM['AdminImport72ef2b9b6965d078e3c7f95487a82d1c'] = 'Salta'; +$_LANGADM['AdminImport74b997703c3e7fc1db960f1366ba03ab'] = 'prima di importare?'; +$_LANGADM['AdminImport77493578c6e0675711fe7355a8457668'] = 'Testo in ordine'; +$_LANGADM['AdminImport7a1920d61156abc05a60135aefe8bc67'] = 'Default'; +$_LANGADM['AdminImport7abccc0f7eefd61743e408d28aac7cff'] = 'si è verificato un errore nel caricamento e nella copia del file'; +$_LANGADM['AdminImport7cb32e708d6b961d476baced73d362bb'] = 'Numero di IVA'; +$_LANGADM['AdminImport8340505ddafcba256c7b9b2b8643bffd'] = 'Cognome*'; +$_LANGADM['AdminImport84005574d8d764336cd8e9207de82506'] = 'I file permessi sono solo quelli codificati UTF-8 e iso-8859-1'; +$_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Sconto non valido:'; +$_LANGADM['AdminImport8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminImport903ee94af7e98ce06a57d2243ddd3efd'] = 'Importa i dati'; +$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Caricamento file'; +$_LANGADM['AdminImport927f1f2b947a6e113e98af5ae86fcc49'] = 'Testo in magazzino'; +$_LANGADM['AdminImport97f08a40f22a625d0cbfe03db3349108'] = 'ID prodotto'; +$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'righe'; +$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'non valido'; +$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'Elenco di tag'; +$_LANGADM['AdminImport9b93b45649ec5961b8cc84e905964683'] = 'Immagine posizione'; +$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = '<<'; $_LANGADM['AdminImport9e2941b3c81256fac10392aaca4ccfde'] = 'Condizione'; $_LANGADM['AdminImporta10d0bff85112a2b35f885a38088cd20'] = 'Attivo (0/1)'; -$_LANGADM['AdminImportfd90e8dd48a4f75b240cc0f87b1da451'] = 'E-mail *'; -$_LANGADM['AdminImportfa55b690a40b612af02ba2958cd6cb71'] = 'Password*'; -$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Data di nascita (aaaa-mm-gg)'; -$_LANGADM['AdminImport8340505ddafcba256c7b9b2b8643bffd'] = 'Cognome*'; -$_LANGADM['AdminImport06f3fb7ee08834bb2e77d55f61c090be'] = 'Nome *'; -$_LANGADM['AdminImportb884d81a33fb67e1d4fe450b3cbde8d6'] = 'Newsletter (0/1)'; -$_LANGADM['AdminImport59bb75350cf3a0b65c338572cdc80ef8'] = 'Opt in (0/1)'; -$_LANGADM['AdminImport01f30cc97564a56c119068478c42c1a6'] = 'Alias*'; -$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail Cliente'; -$_LANGADM['AdminImport1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda'; -$_LANGADM['AdminImport42c79d65619a9c13d81045f2fe5998aa'] = 'Indirizzo 1 *'; -$_LANGADM['AdminImport2e21e83375deefc4a3620ab667157e27'] = 'Indirizzo 2 '; -$_LANGADM['AdminImport016382f8033b4456071a3beabecfea85'] = 'Codice postale *'; -$_LANGADM['AdminImportc05439c165c2d03540b424b6aea96781'] = 'Città *'; -$_LANGADM['AdminImportfe85a08ae01fa46c3e1e05c7a61fd85d'] = 'Nazione *'; -$_LANGADM['AdminImport46a2a41cc6e552044816a2d04634545d'] = 'Stato'; -$_LANGADM['AdminImport6311ae17c1ee52b36e68aaf4ad066387'] = 'Altro'; -$_LANGADM['AdminImportbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefono'; -$_LANGADM['AdminImport5020eaae41baf0caa37bcb73b4a12934'] = 'Cellulare'; -$_LANGADM['AdminImport7cb32e708d6b961d476baced73d362bb'] = 'Numero di IVA'; -$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; -$_LANGADM['AdminImport4059b0251f66a18cb56f544728796875'] = 'Info'; -$_LANGADM['AdminImport87aae49bd054f2cfa4b7b395dee5f2d3'] = 'Sconto non valido:'; -$_LANGADM['AdminImport99af56daf9ee280b15e8ed79d75f0255'] = 'Elenco di tag'; -$_LANGADM['AdminImport998b344cff693ad388a14ba89b1523c7'] = 'non valido'; -$_LANGADM['AdminImportd2cbb6d5d88d4e31c190e535a57b1de5'] = 'Fornitore non valido:'; -$_LANGADM['AdminImport4fc9f126d937e438ca06874284019dc3'] = 'Il file .CSV è stato importato nel tuo negozio'; -$_LANGADM['AdminImportfb30e78874e1485a0d7e3fa8ae5f7d61'] = 'La directory \'import\' nella directory \'admin\' deve essere scrivibile (CHMOD 755 / 777)'; -$_LANGADM['AdminImport9db4c047fbc2df77e904876ca407a10a'] = 'File di esempio'; -$_LANGADM['AdminImportc0cad1da1e9b23dd6e383276f8e3950e'] = 'Categorie del file campione'; -$_LANGADM['AdminImportc0bc21edce0f247286513a9f524a3c3e'] = 'Prodotti del file campione'; -$_LANGADM['AdminImport0a8b4817e5c1e8849b9cbd65997441b5'] = 'Combinazioni campione del file'; -$_LANGADM['AdminImport1b10c2304e2f49d53c39bc40fd393335'] = 'I clienti del file campione'; -$_LANGADM['AdminImport2f5e75d22f59829ba10e2e6276321af8'] = 'Indirizzi file di esempio'; -$_LANGADM['AdminImport54b4744bfd46cc4e06988ee168b13abf'] = 'Produttori del file campione'; -$_LANGADM['AdminImport156629ee3d24b3979f322c21ae137eb3'] = 'I fornitori di file campione'; -$_LANGADM['AdminImport91412465ea9169dfd901dd5e7c96dd99'] = 'Caricamento file'; -$_LANGADM['AdminImport792744786ed30c5623dd1cf0c16f4ffe'] = 'Scegli un file'; -$_LANGADM['AdminImport4a12ec732a35b911b2abfd483386366f'] = 'Puoi anche caricare il tuo file con FTP e inserirlo nella directory'; -$_LANGADM['AdminImport84005574d8d764336cd8e9207de82506'] = 'I file permessi sono solo quelli codificati UTF-8 e iso-8859-1'; -$_LANGADM['AdminImport05fd7d5b9c8aa44117e13d22445b42ee'] = 'Sei sicuro di voler cancellare'; -$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; -$_LANGADM['AdminImport72d6d7a1885885bb55a565fd1070581a'] = 'Importa'; -$_LANGADM['AdminImport7b415a851d29284e119147dd2192737a'] = 'Seleziona quale entità da importare'; -$_LANGADM['AdminImport0e87c23180c781f97b01557106e25962'] = 'Seleziona il tuo file .CSV:'; -$_LANGADM['AdminImporteb3e0d29bf7cbcc03b883b65a7f8457e'] = 'File disponibili'; -$_LANGADM['AdminImportc740d734b391a2925bb3e49dd04fdd77'] = 'File disponibile'; -$_LANGADM['AdminImport0cdacf949575a8424fc1ef1515c78d3c'] = 'Seleziona la lingua del file (quella locale deve essere installata):'; -$_LANGADM['AdminImportbe750b2c24ba5c283445bdb62a692a4f'] = 'file iso-8859-1'; -$_LANGADM['AdminImport3f761068f17769a19635a176fb7e4339'] = 'Separatore di campo:'; +$_LANGADM['AdminImporta51d7d2f3e952dfcf1e12ae572d7b337'] = 'Meta <titolo>:'; +$_LANGADM['AdminImportaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; $_LANGADM['AdminImportb070d64c5a2f10b4b8eb361ba4f61833'] = 'es.'; -$_LANGADM['AdminImportbf8a4a7e7e5c9cff1528294e1b1dd3f0'] = 'Separatore valori multipli:'; -$_LANGADM['AdminImport0450d266974d92724ff4bacc3a51952e'] = 'Elimina le'; $_LANGADM['AdminImportb0b5ccb4a195a07fd3eed14affb8695f'] = 'categorie'; -$_LANGADM['AdminImport74b997703c3e7fc1db960f1366ba03ab'] = 'prima di importare?'; -$_LANGADM['AdminImport34219bb13b784f30df289c19f5dc0e31'] = 'Utilizzare come chiave di riferimento del prodotto?'; -$_LANGADM['AdminImportc290a5941ad6eb0d5fe8752c15c5fd78'] = 'Fase successiva'; -$_LANGADM['AdminImport651463c8be1ff45540a213cfcae30cfc'] = 'Nota che la categoria importa non supporta le categorie con lo stesso nome'; -$_LANGADM['AdminImportfbb6344e653db9f1e291725cd254bd9c'] = 'Si noti che i riferimenti non sono specificati come univoco nel database'; -$_LANGADM['AdminImport6fa9eb1f1c5bd853188d93953b6e92b2'] = 'Nessun file CSV è disponibile, si prega di caricare un file di cui sopra.'; -$_LANGADM['AdminImport6a84219217279f2f1ad80deda1c512d8'] = 'È possibile ottenere molte informazioni di importazione CSV all\'indirizzo:'; -$_LANGADM['AdminImport950770fc8c228bda83a28836b467df5d'] = 'Ulteriori informazioni in formato CSV:'; -$_LANGADM['AdminImportc78474e0acad6beccb0671eacf904543'] = 'Campi disponibili'; -$_LANGADM['AdminImport1522206cca1be4bf77fff2ea9838ec2c'] = '* Campi obbligatori'; -$_LANGADM['AdminImporte6fe8dc743bfea4d45a4d582e3f86150'] = 'Inserisci un nome da salvare.'; -$_LANGADM['AdminImporte4c59d4886a08fc06a4f37face87a26c'] = 'I tuoi dati'; +$_LANGADM['AdminImportb1a2a959c20b1bd847895e73a5fddbc9'] = 'Data di aggiungere il prodotto'; +$_LANGADM['AdminImportb30690be173bcd4a83df0cd68f89a385'] = 'Somme di sconto'; +$_LANGADM['AdminImportb548dcad953710689b3066823b90f517'] = 'Saldi (0/1)'; +$_LANGADM['AdminImportb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione'; $_LANGADM['AdminImportb5d54fa42bc065a54e2f881ef700d833'] = 'Salva e carica la tua configurazione '; +$_LANGADM['AdminImportb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminImportb8495b50f5c172ebad1cc5c615548afa'] = 'Ignora questa colonna'; +$_LANGADM['AdminImportb884d81a33fb67e1d4fe450b3cbde8d6'] = 'Newsletter (0/1)'; +$_LANGADM['AdminImportb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinazioni'; +$_LANGADM['AdminImportbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefono'; +$_LANGADM['AdminImportbede52f418b34b1ab0db65f9450bdfc3'] = 'Tag (x, y, z...)'; +$_LANGADM['AdminImportbf8a4a7e7e5c9cff1528294e1b1dd3f0'] = 'Separatore valori multipli:'; +$_LANGADM['AdminImportbfd574f8096a396d831b1c1ac88c75d1'] = 'Sconto da (aaaa-mm-gg)'; +$_LANGADM['AdminImportc05439c165c2d03540b424b6aea96781'] = 'Città *'; +$_LANGADM['AdminImportc0bc21edce0f247286513a9f524a3c3e'] = 'Prodotti del file campione'; +$_LANGADM['AdminImportc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttore'; +$_LANGADM['AdminImportc0cad1da1e9b23dd6e383276f8e3950e'] = 'Categorie del file campione'; +$_LANGADM['AdminImportc1069a480848e06782b81b8bea9c0c94'] = 'Breve descrizione'; +$_LANGADM['AdminImportc1a59288c830561834340f6e7d969401'] = 'URL semplificato'; +$_LANGADM['AdminImportc290a5941ad6eb0d5fe8752c15c5fd78'] = 'Fase successiva'; +$_LANGADM['AdminImportc78474e0acad6beccb0671eacf904543'] = 'Campi disponibili'; +$_LANGADM['AdminImportc7d4affd54ce760d4731e21e3aa506fd'] = 'Riferimento fornitori'; +$_LANGADM['AdminImportc804723ccdde3d7a46933b208c6f928d'] = 'Prezzo di acquisto'; $_LANGADM['AdminImportc9cc8cce247e49bae79f15173ce97354'] = 'Salva'; -$_LANGADM['AdminImportf19dbf2edb3a0bd74b0524d960ff21eb'] = 'Carica'; -$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Cancella'; +$_LANGADM['AdminImportd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; +$_LANGADM['AdminImportd2cbb6d5d88d4e31c190e535a57b1de5'] = 'Fornitore non valido:'; $_LANGADM['AdminImportde8a97fd084105e9d0e74b4825b40010'] = 'Imposta i valori di ciascuna colonna'; +$_LANGADM['AdminImportdf8ffb90c945e796f2cfd9265325b9c3'] = 'Categorie (x, y, z...)'; +$_LANGADM['AdminImporte1a5e653bc356ed6745d6814d50213eb'] = 'Mostra il prezzo'; +$_LANGADM['AdminImporte6d0e1c8fc6a4fcf47869df87e04cd88'] = 'Clienti'; +$_LANGADM['AdminImporte6fe8dc743bfea4d45a4d582e3f86150'] = 'Inserisci un nome da salvare.'; +$_LANGADM['AdminImporte791ac244233afc29b6f16f20b6e8e1f'] = 'Data di nascita (aaaa-mm-gg)'; +$_LANGADM['AdminImporte81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; +$_LANGADM['AdminImporte92cfa244b5eb9025d07522080468445'] = 'Eco- tassa'; +$_LANGADM['AdminImportea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminImportec136b444eede3bc85639fac0dd06229'] = 'Fornitore'; +$_LANGADM['AdminImportf0a8011e2482cf9351b7bf565c7950ad'] = 'Prezzo tasse incl.'; +$_LANGADM['AdminImportf19dbf2edb3a0bd74b0524d960ff21eb'] = 'Carica'; +$_LANGADM['AdminImportf2149c422ab7577f063b69a2884d17f0'] = 'Disponibile per ordine'; +$_LANGADM['AdminImportf2a6c498fb90ee345d997f888fce3b18'] = 'Cancella'; $_LANGADM['AdminImportf44347857ec02907fd13f88f00ccd532'] = 'Le colonne non possono avere lo stesso tipo di valore'; -$_LANGADM['AdminImport72ef2b9b6965d078e3c7f95487a82d1c'] = 'Salta'; -$_LANGADM['AdminImport980da98409d058c365664ff7ea33dd6b'] = 'righe'; -$_LANGADM['AdminImport903ee94af7e98ce06a57d2243ddd3efd'] = 'Importa i dati'; -$_LANGADM['AdminImport9c1628890f5db454a0b4aed7720de094'] = '<<'; -$_LANGADM['AdminImport22a1dae7d65f90acd53638dc81c3f376'] = '>>'; -$_LANGADM['AdminImport7abccc0f7eefd61743e408d28aac7cff'] = 'si è verificato un errore nel caricamento e nella copia del file'; -$_LANGADM['AdminImport628fbfc7462b2873bb027ee850185859'] = 'nessuna entità selezionata'; -$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Aggiorna la tua versione PHP'; -$_LANGADM['AdminInformationc168c59890774aa16b1c1fc49168394b'] = 'Configura il tuo server per permettere l\'upload di file'; -$_LANGADM['AdminInformationcbd78fd00d31a53c432de73acfde28fa'] = 'Configura il tuo server per permettere la creazione di directory e file'; -$_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Attiva la libreria GD nel tuo server'; -$_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Attiva il support MySQL nel tuo server '; -$_LANGADM['AdminInformation4c663c632162a23d0f65510f7064aa87'] = 'Definisci i diritti di scrittura nella cartella di config'; -$_LANGADM['AdminInformation46f5bf0f6fa63aec1b72ad8dae7ddeba'] = 'Definisci i diritti di scrittura nella cartella strumenti'; -$_LANGADM['AdminInformation7bb1734784c970616ce5f3a4814dadd6'] = 'Definisci i diritti di scrittura nella cartella di cache'; -$_LANGADM['AdminInformation2a3ff2643b520b827a90e28d94132d42'] = 'Definisci i diritti di scrittura nel file sitemap.xml'; +$_LANGADM['AdminImportf90e807b74928118048a1a6fa65ebfe5'] = 'E-mail Cliente'; +$_LANGADM['AdminImportfa55b690a40b612af02ba2958cd6cb71'] = 'Password*'; +$_LANGADM['AdminImportfb30e78874e1485a0d7e3fa8ae5f7d61'] = 'La directory \'import\' nella directory \'admin\' deve essere scrivibile (CHMOD 755 / 777)'; +$_LANGADM['AdminImportfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminImportfd0dcc6233b026d257763713c133cf72'] = 'Attivo (0/1)'; +$_LANGADM['AdminImportfd90e8dd48a4f75b240cc0f87b1da451'] = 'E-mail *'; +$_LANGADM['AdminImportfe85a08ae01fa46c3e1e05c7a61fd85d'] = 'Nazione *'; $_LANGADM['AdminInformation01a9d4924686f17b2133f5956d18780a'] = 'Definisci i diritti di scrittura sistematicamente nella cartella img '; -$_LANGADM['AdminInformation77d1a005b31f2fcdce1fcdac2a337c42'] = 'Definisci i diritti di scrittura sistematicamente nella cartella mail'; -$_LANGADM['AdminInformationcb78ec269534f33d27c82ac6e1c59dae'] = 'Definisci i diritti di scrittura sistematicamente nella cartella moduli'; -$_LANGADM['AdminInformationae72ff89c480df239bc55b2ea63e99c0'] = 'Definisci i diritti di scrittura per i temi/'; -$_LANGADM['AdminInformation6991d2d7bca0854d11c9d0c92c63142a'] = 'tema/lingua e sottocartelle'; -$_LANGADM['AdminInformation93405bfa9b7b11e81895230d1ebff2f5'] = 'Definisci i diritti di scrittura sistematicamente nella cartella traduzioni '; -$_LANGADM['AdminInformationd4e63b4d8344eb2bcc7c478470a144e7'] = 'Definisci i diritti di scrittura sistematicamente nella cartella upload'; -$_LANGADM['AdminInformatione5a85bc7e9867202a56449ade1060389'] = 'Definisci i diritti di scrittura sistematicamente nella cartella download'; -$_LANGADM['AdminInformationc71fc197a1737d2d837bdae9b5794012'] = 'Attiva fopen nel tuo server'; -$_LANGADM['AdminInformation9e987a2c638032d7659ec58e58ef3626'] = 'Definisci l\'opzione PHP \"register global\" su \"off\"'; -$_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'Attiva la compressione GZIP'; -$_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Parametri richiesti'; -$_LANGADM['AdminInformatione7fda5b7b853496978bc2822541e9d89'] = 'Consulta il/i seguente/i errore/i'; -$_LANGADM['AdminInformatione3beee990a3abfcc54a09f5727e1ee11'] = 'Parametri opzionali'; -$_LANGADM['AdminInformationa82be0f551b8708bc08eb33cd9ded0cf'] = 'Informazioni '; -$_LANGADM['AdminInformation6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Aiuto'; -$_LANGADM['AdminInformationdb67130c0c7e67fac8de13f4c9f053e1'] = 'Queste informazioni devono essere indicate quanto segnali un virus o se si verificano un problema nel forum.'; $_LANGADM['AdminInformation0be76c14451b87542668bec6a03f102d'] = 'Informazioni sulla tua configurazione'; -$_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Informazioni sul server'; -$_LANGADM['AdminInformation768648b98e03adaf128f072119af31d3'] = 'Versione di Prestashop'; -$_LANGADM['AdminInformationd0ac12f046d68599acee4386c5c1f860'] = 'Versione software server'; -$_LANGADM['AdminInformationab64e3d5feb645333b320d80a84c8255'] = 'Versione di PHP'; -$_LANGADM['AdminInformationc26b24f06d2ee6f5b27a7f6e200711be'] = 'Versione di MySQL'; -$_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'Modulo PageSpeed per Apache installato (mod_instaweb)'; -$_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Informazioni sul tuo negozio'; -$_LANGADM['AdminInformationd4b5a23bc61aeea35b4ce013d7e262c4'] = 'URL del tuo negozio'; -$_LANGADM['AdminInformationfaf165f191e0bbd2c13864a08ee9aa83'] = 'Nome del tema utilizzato'; -$_LANGADM['AdminInformation3ff44d56eb2bfbb8f0903e99a28a0819'] = 'Informazioni sulla configurazione mail'; +$_LANGADM['AdminInformation15f4c82d7b2b43e31c30dd018b800c56'] = 'Parametri richiesti'; +$_LANGADM['AdminInformation228dca6dcabbdec3227758a121d003f4'] = 'Attiva la libreria GD nel tuo server'; +$_LANGADM['AdminInformation24bdb129e9fe3a110466ea68fec1d430'] = 'Attiva la compressione GZIP'; +$_LANGADM['AdminInformation2a3ff2643b520b827a90e28d94132d42'] = 'Definisci i diritti di scrittura nel file sitemap.xml'; $_LANGADM['AdminInformation3685800496ee1d4fd5cc25d805589f0e'] = 'Metodo invio mail'; -$_LANGADM['AdminInformationb285f29261478440add9d1cc0b631f0c'] = 'Usi la funzione mail () PHP'; -$_LANGADM['AdminInformationd5995399dae916bb1393c329b3453a88'] = 'Usi i tuoi parametri SMTP'; -$_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'Server SMTP '; -$_LANGADM['AdminInformationc5d1f3e6332bf2995c1bf1395c51a9e2'] = 'Utente'; -$_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Definito'; -$_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'Non definito'; +$_LANGADM['AdminInformation3aea774cdcd8f2c45549f10758a71323'] = 'Informazioni sul tuo negozio'; $_LANGADM['AdminInformation3cffa2fabd5519beaf4c2fbd0610899b'] = 'Password'; -$_LANGADM['AdminInformationd7f2615c71a1567cc13cf3a7f7de0aea'] = 'Criptaggio'; +$_LANGADM['AdminInformation3ff44d56eb2bfbb8f0903e99a28a0819'] = 'Informazioni sulla configurazione mail'; +$_LANGADM['AdminInformation4c663c632162a23d0f65510f7064aa87'] = 'Definisci i diritti di scrittura nella cartella di config'; $_LANGADM['AdminInformation60aaf44d4b562252c04db7f98497e9aa'] = 'Porta'; -$_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'I tuoi dati'; +$_LANGADM['AdminInformation6991d2d7bca0854d11c9d0c92c63142a'] = 'tema/lingua e sottocartelle'; +$_LANGADM['AdminInformation6c1375701d87f2636b01cf951d0a375b'] = 'Motore MySQL'; $_LANGADM['AdminInformation724d606e1653113be000dc4079074e86'] = 'Informazioni su di tei'; +$_LANGADM['AdminInformation768648b98e03adaf128f072119af31d3'] = 'Versione di Prestashop'; +$_LANGADM['AdminInformation77d1a005b31f2fcdce1fcdac2a337c42'] = 'Definisci i diritti di scrittura sistematicamente nella cartella mail'; +$_LANGADM['AdminInformation7bb1734784c970616ce5f3a4814dadd6'] = 'Definisci i diritti di scrittura nella cartella di cache'; +$_LANGADM['AdminInformation7d30d49dcf91d103c59496aafc4e3187'] = 'Informazioni sul server'; +$_LANGADM['AdminInformation8746097684bc64be8b7eff424c4debdb'] = 'I tuoi dati'; +$_LANGADM['AdminInformation93405bfa9b7b11e81895230d1ebff2f5'] = 'Definisci i diritti di scrittura sistematicamente nella cartella traduzioni '; +$_LANGADM['AdminInformation9a7d9391be763fe9cb3985176076d8c8'] = 'Attiva il support MySQL nel tuo server '; +$_LANGADM['AdminInformation9e987a2c638032d7659ec58e58ef3626'] = 'Definisci l\'opzione PHP \"register global\" su \"off\"'; +$_LANGADM['AdminInformationa82be0f551b8708bc08eb33cd9ded0cf'] = 'Informazioni '; +$_LANGADM['AdminInformationab64e3d5feb645333b320d80a84c8255'] = 'Versione di PHP'; +$_LANGADM['AdminInformationae72ff89c480df239bc55b2ea63e99c0'] = 'Definisci i diritti di scrittura per i temi/'; +$_LANGADM['AdminInformationaf3e294442744e49788883caffaeaf19'] = 'Aggiorna la tua versione PHP'; +$_LANGADM['AdminInformationb285f29261478440add9d1cc0b631f0c'] = 'Usi la funzione mail () PHP'; +$_LANGADM['AdminInformationbdd48fb41b9d0a4a1051fa22a87eb5a2'] = 'Server SMTP '; +$_LANGADM['AdminInformationc168c59890774aa16b1c1fc49168394b'] = 'Configura il tuo server per permettere l\'upload di file'; +$_LANGADM['AdminInformationc26b24f06d2ee6f5b27a7f6e200711be'] = 'Versione di MySQL'; +$_LANGADM['AdminInformationc4e9522d7b3c8c652f7f0333ff436eec'] = 'Definito'; +$_LANGADM['AdminInformationc5d1f3e6332bf2995c1bf1395c51a9e2'] = 'Utente'; +$_LANGADM['AdminInformationc71fc197a1737d2d837bdae9b5794012'] = 'Attiva fopen nel tuo server'; +$_LANGADM['AdminInformationcb78ec269534f33d27c82ac6e1c59dae'] = 'Definisci i diritti di scrittura sistematicamente nella cartella moduli'; +$_LANGADM['AdminInformationcbd78fd00d31a53c432de73acfde28fa'] = 'Configura il tuo server per permettere la creazione di directory e file'; +$_LANGADM['AdminInformationd0ac12f046d68599acee4386c5c1f860'] = 'Versione software server'; +$_LANGADM['AdminInformationd4b5a23bc61aeea35b4ce013d7e262c4'] = 'URL del tuo negozio'; +$_LANGADM['AdminInformationd4e63b4d8344eb2bcc7c478470a144e7'] = 'Definisci i diritti di scrittura sistematicamente nella cartella upload'; +$_LANGADM['AdminInformationd5995399dae916bb1393c329b3453a88'] = 'Usi i tuoi parametri SMTP'; +$_LANGADM['AdminInformationd7f2615c71a1567cc13cf3a7f7de0aea'] = 'Criptaggio'; +$_LANGADM['AdminInformationdb67130c0c7e67fac8de13f4c9f053e1'] = 'Queste informazioni devono essere indicate quanto segnali un virus o se si verificano un problema nel forum.'; +$_LANGADM['AdminInformatione3beee990a3abfcc54a09f5727e1ee11'] = 'Parametri opzionali'; +$_LANGADM['AdminInformatione5a85bc7e9867202a56449ade1060389'] = 'Definisci i diritti di scrittura sistematicamente nella cartella download'; +$_LANGADM['AdminInformatione7fda5b7b853496978bc2822541e9d89'] = 'Consulta il/i seguente/i errore/i'; $_LANGADM['AdminInformatione91dd9bbca6e42bb85c0f2d94aaee995'] = 'Verifica la tua configurazione'; -$_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Opzioni di fatture'; -$_LANGADM['AdminInvoices3ae56a835894e53600833725244b578f'] = 'Attiva fatture'; -$_LANGADM['AdminInvoices23bf11ceb4fb51647fd977aba60246d3'] = 'Scegli se attivare o meno le fatture'; -$_LANGADM['AdminInvoices832d6a06e91e49828a89fb1ca4651d37'] = 'Prefisso:'; -$_LANGADM['AdminInvoices0df35f41ce9f64e7f14819bd4145a2be'] = 'Prefisso usato per la numerazione delle fatture'; -$_LANGADM['AdminInvoicesdb2d9ca9b008f4cdb2c5902adaa84fdc'] = 'Numero fattura'; -$_LANGADM['AdminInvoicesd07d0f209cc31af1d743ea84d572c77a'] = 'La fattura successiva avrà inizio con questo numero, e quindi aumentare con ogni fattura supplementare. Impostato a 0 se si vuole mantenere l\'attuale numero (#'; -$_LANGADM['AdminInvoices1513c8f4f5c2d340ac3e1c3d09aeff4c'] = 'Testo libero:'; -$_LANGADM['AdminInvoicescff972b8880cbbf6753afb2706b43fc8'] = 'Questo testo verrà visualizzato nella parte inferiore della fattura'; -$_LANGADM['AdminInvoicesc491f71acb93db711c341417e8c6be9e'] = 'Stampa PDF delle fatture'; -$_LANGADM['AdminInvoices9a0a4f0869ab12a21407047290750e7a'] = 'Per data'; -$_LANGADM['AdminInvoices1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; +$_LANGADM['AdminInformationf8b1369a8e9d90da0cae0b11049309af'] = 'Non definito'; +$_LANGADM['AdminInformationfaf165f191e0bbd2c13864a08ee9aa83'] = 'Nome del tema utilizzato'; +$_LANGADM['AdminInformationfc0eeb8415aed39a9d3624c7fc2fe47c'] = 'Modulo PageSpeed per Apache installato (mod_instaweb)'; $_LANGADM['AdminInvoices0b1fb1278454d848f968d419e29c253b'] = 'Formato: 2007-12-31 (incluso)'; +$_LANGADM['AdminInvoices0df35f41ce9f64e7f14819bd4145a2be'] = 'Prefisso usato per la numerazione delle fatture'; +$_LANGADM['AdminInvoices1513c8f4f5c2d340ac3e1c3d09aeff4c'] = 'Testo libero:'; +$_LANGADM['AdminInvoices1b107c8f50c81b4b3497765849934a1c'] = 'Opzioni di fatture'; +$_LANGADM['AdminInvoices1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; +$_LANGADM['AdminInvoices23bf11ceb4fb51647fd977aba60246d3'] = 'Scegli se attivare o meno le fatture'; $_LANGADM['AdminInvoices33caa076f23f453dd4061726f3706325'] = 'Fino a:'; +$_LANGADM['AdminInvoices366a2e6043b7f22bbb12df4a5fce45fb'] = 'Nessuna fattura trovata per questo periodo'; +$_LANGADM['AdminInvoices38b1cc080b5571823889c6f775bf6606'] = 'Numero di fattura non valido (deve essere superiore a '; +$_LANGADM['AdminInvoices3ae56a835894e53600833725244b578f'] = 'Attiva fatture'; $_LANGADM['AdminInvoices647ad0242a9d796e3c83ecf6d6435bc2'] = 'Formato: 2008-12-31 (incluso)'; -$_LANGADM['AdminInvoices067af5895a7ced3197520b591f9a41eb'] = 'Crea file PDF'; -$_LANGADM['AdminInvoices70397c4b252a5168c5ec003931cea215'] = 'Campi richiesti'; +$_LANGADM['AdminInvoices832d6a06e91e49828a89fb1ca4651d37'] = 'Prefisso:'; +$_LANGADM['AdminInvoices9a0a4f0869ab12a21407047290750e7a'] = 'Per data'; +$_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'Nessuna fattura trovata per questo status'; $_LANGADM['AdminInvoicesa7bc5a8c54672ab332de0c0174dcd236'] = 'Per status'; -$_LANGADM['AdminInvoices61fe9018991004014d12b8d81568df90'] = 'Status'; -$_LANGADM['AdminInvoicesfef8859b22e06e4d4918f091612bf958'] = 'Puoi anche esportare ordini che non sono stati ancora fatturati.'; +$_LANGADM['AdminInvoicesc491f71acb93db711c341417e8c6be9e'] = 'Stampa PDF delle fatture'; +$_LANGADM['AdminInvoicescff972b8880cbbf6753afb2706b43fc8'] = 'Questo testo verrà visualizzato nella parte inferiore della fattura'; +$_LANGADM['AdminInvoicesd07d0f209cc31af1d743ea84d572c77a'] = 'La fattura successiva avrà inizio con questo numero, e quindi aumentare con ogni fattura supplementare. Impostato a 0 se si vuole mantenere l\'attuale numero (#'; +$_LANGADM['AdminInvoicesdb2d9ca9b008f4cdb2c5902adaa84fdc'] = 'Numero fattura'; $_LANGADM['AdminInvoicesf596633d68fc44d6c7460676060d5dcb'] = 'Data di inizio non valida'; $_LANGADM['AdminInvoicesff9e9791ff17e1ca431449bb2fe992c0'] = 'Data di fine non valida'; -$_LANGADM['AdminInvoices366a2e6043b7f22bbb12df4a5fce45fb'] = 'Nessuna fattura trovata per questo periodo'; -$_LANGADM['AdminInvoicescb63a9e24da94fffad24dd2f9bcf4ca4'] = 'Status di ordini non validi'; -$_LANGADM['AdminInvoices9a572188372df6be754991fd8f080f16'] = 'Nessuna fattura trovata per questo status'; -$_LANGADM['AdminInvoices38b1cc080b5571823889c6f775bf6606'] = 'Numero di fattura non valido (deve essere superiore a '; -$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Codice ISO'; -$_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'Codice lingua'; -$_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Formato della data'; -$_LANGADM['AdminLanguagesc11566e30920ed4786e534e5332d5b87'] = 'Formato data (completa)'; $_LANGADM['AdminLanguages00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminLanguages950baf75b9fd48b9cb4a3d30ffeda4ef'] = 'Opzioni lingue'; -$_LANGADM['AdminLanguages7c89197a7b81992ee832cb5a89fa6d9d'] = 'Lingua di default:'; -$_LANGADM['AdminLanguages6b61093b5fc4585833f0981390993490'] = 'Lingua di default utilizzata nel negozio'; -$_LANGADM['AdminLanguagesa2bc582c21c4b24f18a32d703c0a109b'] = 'Non è possibile eliminare la lingua inglese in quanto è un requisito di sistema, è possibile solo disattivarla.'; -$_LANGADM['AdminLanguages6b6a046a46f8e97af0b9e92ccfda7801'] = 'Non puoi cancellare la lingua di default'; -$_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'Non puoi cancellare la lingua usata attualmente. Cambia le lingue prima di cancellare'; -$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'Non puoi cancellare la lingua usata attualmente. Cambia le lingue prima di cancellare'; -$_LANGADM['AdminLanguagescc83a240095b0a0b6e1840bb7d43830c'] = 'Quando cancelli una lingua, tutte le relative traduzioni nel database saranno cancellate.'; -$_LANGADM['AdminLanguages7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminLanguagesd0b04f12f9593c3d35d1bcdf9691f14b'] = 'Quando cancelli una lingua, TUTTE LE RELATIVE TRADUZIONI NEL DATABASE SARANNO CANCELLATE, sei sicuro di voler cancellare questa lingua?'; -$_LANGADM['AdminLanguagesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'Un pacchetto di lingue è disponibile per questo ISO (il nome è'; -$_LANGADM['AdminLanguagesb77f96511c7d447e59c9361c9e464631'] = 'La versione Prestashop compatibile per questa lingua e per il tuo sistema è:'; -$_LANGADM['AdminLanguagesced0eeffb26feb6012f17fbebfe4e7f8'] = 'Dopo aver creato la lingua, puoi importare il contenuto del pacchetto lingua, che puoi scaricare qui sopra in \"Strumenti-Traduzioni\"'; -$_LANGADM['AdminLanguages1044b6aeffc2c0ae2044fd7c1a6296ba'] = 'Nessun pacchetto lingua disponibile su prestashop.com per questo codice ISO'; -$_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'scarica'; -$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Lingue'; -$_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'Codice ISO:'; -$_LANGADM['AdminLanguages6b7af0b6d91545318696c648d6b466ac'] = 'Codice ISO con 2 lettere (per es., fr, en, de)'; $_LANGADM['AdminLanguages01a3b3d8af14e844c49a3a5acc870c6b'] = 'Codice lingua:'; -$_LANGADM['AdminLanguages8bc0a3b0cb05ff731e0fb30f35264898'] = 'Codice lingua completo (per es.: en-us, pt-br)'; -$_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Formato data:'; -$_LANGADM['AdminLanguages9d03b9a48a9f2f06a9698d1f9484011b'] = 'Formato data, lite (ad esempio, Ymd, d / m / Y)'; -$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Formato data (completo):'; -$_LANGADM['AdminLanguages4728927eaacb4a87f8661de4a791589b'] = 'Formato data, full (per esempio, Ymd H: i: s, d / m / YH: i)'; -$_LANGADM['AdminLanguagesc907a021c935ae6144fa2ccadfe9360d'] = 'Bandiera:'; -$_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Carica la bandiera della nazione dal tuo computer'; -$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Immagine \"nessuna immagine\":'; -$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Immagine mostrata quando \"nessuna immagine trovata'; -$_LANGADM['AdminLanguagesaff03422ee7ccc83301ebd200479efc1'] = 'È il linguaggio RTL:'; -$_LANGADM['AdminLanguages93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminLanguagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminLanguagesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminLanguagese6ced2c612d5024c1a2331cdf96e1c33'] = 'Per attiva se questa lingua è un diritto di linguaggio sinistra'; -$_LANGADM['AdminLanguages886815cb03a02e29a28906c196292ba0'] = '(Sperimentale: il tema deve essere compatibile con il linguaggio RTL)'; -$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminLanguages4c85fb98bf7cfd94c638d0f4e4e39b92'] = 'Attiva questa lingua'; -$_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Controlla se un pacchetto lingua è disponibile per questo codice ISO...'; -$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminLanguages19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminLanguages0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Attenzione'; -$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'Queso pacchetto non è completo e non può essere utilizzato.'; $_LANGADM['AdminLanguages095f8912cc70c6a345714cf35f0595a4'] = 'File di traduzione'; -$_LANGADM['AdminLanguagesce17cda4e805e146bbd1869cdeb844b4'] = 'File di tema'; +$_LANGADM['AdminLanguages0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Attenzione'; +$_LANGADM['AdminLanguages1044b6aeffc2c0ae2044fd7c1a6296ba'] = 'Nessun pacchetto lingua disponibile su prestashop.com per questo codice ISO'; +$_LANGADM['AdminLanguages104f1a7d59077b514d4105fcee0e42ff'] = 'Formato data:'; +$_LANGADM['AdminLanguages2426cdf3330e330b60bb7004015207ba'] = 'Immagine mostrata quando \"nessuna immagine trovata'; +$_LANGADM['AdminLanguages24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminLanguages3253758a8726c828bbbdc0cc8de30410'] = 'Formato data (completo):'; +$_LANGADM['AdminLanguages38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminLanguages3a08e2e340ab29fd9263af48193cbf8e'] = 'Lingue'; +$_LANGADM['AdminLanguages3af4c1797da60fd50670ddbb669fc0aa'] = 'Codice ISO:'; +$_LANGADM['AdminLanguages43a3af99a9049fc327267d6599db63b5'] = 'Queso pacchetto non è completo e non può essere utilizzato.'; +$_LANGADM['AdminLanguages4728927eaacb4a87f8661de4a791589b'] = 'Formato data, full (per esempio, Ymd H: i: s, d / m / YH: i)'; +$_LANGADM['AdminLanguages49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminLanguages4c85fb98bf7cfd94c638d0f4e4e39b92'] = 'Attiva questa lingua'; +$_LANGADM['AdminLanguages4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminLanguages534fd46732986cba0efeda8701592427'] = 'Formato della data'; +$_LANGADM['AdminLanguages581e03e07411d053e8c0f275f90fcabc'] = 'Carica la bandiera della nazione dal tuo computer'; +$_LANGADM['AdminLanguages62f569dd8ef1d1651d8a73731788f99e'] = 'Un pacchetto di lingue è disponibile per questo ISO (il nome è'; +$_LANGADM['AdminLanguages6b6a046a46f8e97af0b9e92ccfda7801'] = 'Non puoi cancellare la lingua di default'; +$_LANGADM['AdminLanguages6b7af0b6d91545318696c648d6b466ac'] = 'Codice ISO con 2 lettere (per es., fr, en, de)'; $_LANGADM['AdminLanguages6ca38c60dc2544d36428b74669fd9f56'] = 'File di e-mail'; +$_LANGADM['AdminLanguages6ed8662bd9b7b3f59b193010be0c0f4a'] = 'Controlla se un pacchetto lingua è disponibile per questo codice ISO...'; +$_LANGADM['AdminLanguages70212b3d97d23361e0ec0bc567d7ea30'] = 'Immagine \"nessuna immagine\":'; +$_LANGADM['AdminLanguages801ab24683a4a8c433c6eb40c48bcd9d'] = 'scarica'; +$_LANGADM['AdminLanguages886815cb03a02e29a28906c196292ba0'] = '(Sperimentale: il tema deve essere compatibile con il linguaggio RTL)'; +$_LANGADM['AdminLanguages8bc0a3b0cb05ff731e0fb30f35264898'] = 'Codice lingua completo (per es.: en-us, pt-br)'; +$_LANGADM['AdminLanguages8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; +$_LANGADM['AdminLanguages9d03b9a48a9f2f06a9698d1f9484011b'] = 'Formato data, lite (ad esempio, Ymd, d / m / Y)'; +$_LANGADM['AdminLanguagesa2bc582c21c4b24f18a32d703c0a109b'] = 'Non è possibile eliminare la lingua inglese in quanto è un requisito di sistema, è possibile solo disattivarla.'; +$_LANGADM['AdminLanguagesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Codice ISO'; +$_LANGADM['AdminLanguagesaff03422ee7ccc83301ebd200479efc1'] = 'È il linguaggio RTL:'; +$_LANGADM['AdminLanguagesb2c5e7132e09b09f69a01680fbc6a140'] = 'Non puoi cancellare la lingua usata attualmente. Cambia le lingue prima di cancellare'; +$_LANGADM['AdminLanguagesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminLanguagesb77f96511c7d447e59c9361c9e464631'] = 'La versione Prestashop compatibile per questa lingua e per il tuo sistema è:'; +$_LANGADM['AdminLanguagesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminLanguagesbdfa43896989503e31f5d965ac83fb0f'] = 'Non puoi cancellare la lingua usata attualmente. Cambia le lingue prima di cancellare'; +$_LANGADM['AdminLanguagesc11566e30920ed4786e534e5332d5b87'] = 'Formato data (completa)'; $_LANGADM['AdminLanguagesc8177e39573538431ca4c24841ee3fbe'] = 'I file mancanti sono colorati di rosso'; -$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localizzazione'; +$_LANGADM['AdminLanguagesc907a021c935ae6144fa2ccadfe9360d'] = 'Bandiera:'; +$_LANGADM['AdminLanguagescc83a240095b0a0b6e1840bb7d43830c'] = 'Quando cancelli una lingua, tutte le relative traduzioni nel database saranno cancellate.'; +$_LANGADM['AdminLanguagesce17cda4e805e146bbd1869cdeb844b4'] = 'File di tema'; +$_LANGADM['AdminLanguagesced0eeffb26feb6012f17fbebfe4e7f8'] = 'Dopo aver creato la lingua, puoi importare il contenuto del pacchetto lingua, che puoi scaricare qui sopra in \"Strumenti-Traduzioni\"'; +$_LANGADM['AdminLanguagesd0b04f12f9593c3d35d1bcdf9691f14b'] = 'Quando cancelli una lingua, TUTTE LE RELATIVE TRADUZIONI NEL DATABASE SARANNO CANCELLATE, sei sicuro di voler cancellare questa lingua?'; +$_LANGADM['AdminLanguagese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminLanguagese59a41e120686e63cbb743f003bea4e6'] = 'Codice lingua'; +$_LANGADM['AdminLanguagese6ced2c612d5024c1a2331cdf96e1c33'] = 'Per attiva se questa lingua è un diritto di linguaggio sinistra'; +$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'La lingua del tuo server.'; $_LANGADM['AdminLocalization1a8940a8dec839073dae5489faff67f7'] = 'Unità di peso:'; -$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'Unità di peso del tuo negozio (per es., kg o lbs)'; +$_LANGADM['AdminLocalization254f642527b45bc260048e30704edb39'] = 'Configurazione'; +$_LANGADM['AdminLocalization36144ac2644548932977cc36677c1698'] = 'Divisa di default utilizzata nel negozio'; +$_LANGADM['AdminLocalization369686331c93d55e587441143ccdf427'] = 'Localizzazione'; +$_LANGADM['AdminLocalization38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Lingue'; +$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Lingua locale:'; $_LANGADM['AdminLocalization48751633fc026587e3c0179405247ac4'] = 'Unità di distanza'; +$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Nazione locale:'; +$_LANGADM['AdminLocalization659c95668841b7d6602ead454b28d4ba'] = 'Unità di peso del tuo negozio (per es., kg o lbs)'; +$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Importazione pacchetto di localizzazione'; +$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importa'; +$_LANGADM['AdminLocalization6b61093b5fc4585833f0981390993490'] = 'Lingua di default utilizzata nel negozio'; +$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Tasse'; $_LANGADM['AdminLocalization763441fe3cb9c82d0ffa63a7c5892b61'] = 'Unità di distanza del tuo negozio (per es., km o mi)'; +$_LANGADM['AdminLocalization7c89197a7b81992ee832cb5a89fa6d9d'] = 'Lingua di default:'; +$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Impossibile connettersi a prestashop.com'; +$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'La nazione del tuo server.'; +$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Pacchetto di localizzazione che vuoi importare:'; +$_LANGADM['AdminLocalization8e10808175a8d945d13bab31fb2e2663'] = 'Valuta di default:'; +$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Avanzato'; $_LANGADM['AdminLocalizationa44d74a22a9161292ed48e7e08214a92'] = 'Unità di volume:'; +$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Unità (per es., peso, volume, distanza)'; +$_LANGADM['AdminLocalizationb017db41a29dff4007de058af406341e'] = 'Nazione di default usata in questo negozio'; +$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Stati'; +$_LANGADM['AdminLocalizationcc2f0a18cb0448ca2101f93be765e487'] = 'Se si cambia la valuta di default, sarà necessario modificare manualmente ogni prezzo del prodotto.'; +$_LANGADM['AdminLocalizationd14d3384847c11b0708990b3343c8dbf'] = 'Nazione di defalut :'; +$_LANGADM['AdminLocalizationd5bc5fd307b108537039b6b6f98889d5'] = 'Fuso orario:'; +$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Valute'; $_LANGADM['AdminLocalizatione8fa60f47938a6d0c897198af8804338'] = 'Unità di volume del tuo negozio'; +$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Contenuto da importare:'; $_LANGADM['AdminLocalizationf45093072dc38d0cf37441ea63e2ad68'] = 'Unità di misura:'; $_LANGADM['AdminLocalizationf804c2bdebc117d9cde3cddad3b49845'] = 'Unità di misura del tuo negozio (per es., cm o in)'; -$_LANGADM['AdminLocalization9b6545e4cea9b4ad4979d41bb9170e2b'] = 'Avanzato'; -$_LANGADM['AdminLocalization400e03b004a1f01a467424a0ed93950a'] = 'Lingua locale:'; -$_LANGADM['AdminLocalization19edfe6dfa17c2bded4b8112c2b273c0'] = 'La lingua del tuo server.'; -$_LANGADM['AdminLocalization5ca775ace4d40c1708b816f404fb3b1c'] = 'Nazione locale:'; -$_LANGADM['AdminLocalization8905c859634dd24f740ecd3779cff1be'] = 'La nazione del tuo server.'; -$_LANGADM['AdminLocalization67074a462da1e5a1f733c6fb8e2355f3'] = 'Importazione pacchetto di localizzazione'; -$_LANGADM['AdminLocalization8b1b3046eb5036b08a5eda7dbaa371cd'] = 'Pacchetto di localizzazione che vuoi importare:'; -$_LANGADM['AdminLocalization7ca0e455445740b47853fe270fe966e2'] = 'Impossibile connettersi a prestashop.com'; -$_LANGADM['AdminLocalizationeedffe39822101d8aaeaf3b1a1661926'] = 'Contenuto da importare:'; -$_LANGADM['AdminLocalizationb8464cdd84b5f068ad72bf5c4f32163d'] = 'Stati'; -$_LANGADM['AdminLocalization719fec04166d6fa75f89cd29ad61fa8c'] = 'Tasse'; -$_LANGADM['AdminLocalizationdfcfc43722eef1eab1e4a12e50a068b1'] = 'Valute'; -$_LANGADM['AdminLocalization3a08e2e340ab29fd9263af48193cbf8e'] = 'Lingue'; -$_LANGADM['AdminLocalizationafe1985cd4e5e0e87e3a7b33c9fe0a5e'] = 'Unità (per es., peso, volume, distanza)'; -$_LANGADM['AdminLocalization6ae75b98f6c60f529bb7426e89216a37'] = 'Importa'; -$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravità (1-4)'; -$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio'; -$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Tipo di oggetto'; -$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'ID oggetto'; -$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Codice errore'; -$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Data'; -$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Log per e-mail'; -$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Livello minimo di gravità:'; -$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = 'Indica \"5\" se non vuoi ricevere nessuna mail.'; +$_LANGADM['AdminLogin01a569ddc6cf67ddec2a683f0a5f5956'] = 'Password dimenticata?'; +$_LANGADM['AdminLogin0206fb59f6e0cd0d3d271b58e9109dca'] = 'Password dimenticata?'; +$_LANGADM['AdminLogin07213a0161f52846ab198be103b5ab43'] = 'errori'; +$_LANGADM['AdminLogin34bdd7b9823059fa742afab7be9d4c58'] = 'La tua password ti è stata inviata per e-mail'; +$_LANGADM['AdminLogin4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è'; +$_LANGADM['AdminLogin6357d3551190ec7e79371a8570121d3a'] = 'C\'è'; +$_LANGADM['AdminLogin78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:'; +$_LANGADM['AdminLogin94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia'; +$_LANGADM['AdminLoginafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Per motivi di sicurezza, non puoi connetterti a Back Office fino a che non hai:'; +$_LANGADM['AdminLoginb341a59d5636ed3d6a819137495b08a0'] = 'Password'; +$_LANGADM['AdminLoginbffe9a3c9a7e00ba00a11749e022d911'] = 'Fai il login'; +$_LANGADM['AdminLogincb5e100e5a9a3e7f6d1fd97512215282'] = 'errore'; +$_LANGADM['AdminLogine99c06952f4336ce189d8df45980dca0'] = 'eliminare la cartella / install'; $_LANGADM['AdminLogs0250518090d13c807ece595694bffa98'] = 'Le e-mail saranno inviate al proprietario del negozio.'; -$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Livelli di gravità'; -$_LANGADM['AdminLogs12fef2a1dcc2efcbc89321a5abf92736'] = 'Ecco i significati dei livelli di gravità:'; -$_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'Solo informativo'; +$_LANGADM['AdminLogs0610bbb9dba03bb8037e468534b65a1a'] = 'Tipo di oggetto'; $_LANGADM['AdminLogs0eaadb4fcb48a0a0ed7bc9868be9fbaa'] = 'Avviso'; -$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Errore'; $_LANGADM['AdminLogs2d7a39ee844a8ac84031dcd289630dd9'] = 'Problema importante (crash)'; -$_LANGADM['AdminManufacturersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminManufacturersc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttore'; +$_LANGADM['AdminLogs3979bb684920e9e9dc86e266f93d8c87'] = 'Livelli di gravità'; +$_LANGADM['AdminLogs44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminLogs4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio'; +$_LANGADM['AdminLogs5f36cf760a5c474cc32a6d35d9c50d05'] = 'Codice errore'; +$_LANGADM['AdminLogs8ae94f94d2325d227d69a939e419644a'] = 'Indica \"5\" se non vuoi ricevere nessuna mail.'; +$_LANGADM['AdminLogs902b0d55fddef6f8d651fe1035b7d4bd'] = 'Errore'; +$_LANGADM['AdminLogs9176296fbbb254872bd45b186a0640db'] = 'Log per e-mail'; +$_LANGADM['AdminLogsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminLogsb80c52e7f679fba3c2837b42705fe779'] = 'Solo informativo'; +$_LANGADM['AdminLogsb935e54525e9ae14fd397b5d33e85b0c'] = 'Livello minimo di gravità:'; +$_LANGADM['AdminLogsd95fc016a6eee828f434ed5f55504427'] = 'ID oggetto'; +$_LANGADM['AdminLogse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminLogsecb833e2dc5d6c03d4d0cddf1b15e85a'] = 'Gravità (1-4)'; +$_LANGADM['AdminMaintenance049104cffa3c1841dece50e6e41f749c'] = 'Attiva o disattiva il tuo negozio. Disattiva il negozio mentre stai facendovi la manutenzione. Nota però che il webservice non sarà disattivato.'; +$_LANGADM['AdminMaintenance0db377921f4ce762c62526131097968f'] = 'Generale'; +$_LANGADM['AdminMaintenance38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminMaintenance7fe15a347d66e291d7a1375273226205'] = 'Attiva negozio'; +$_LANGADM['AdminMaintenance894cd7887e47ca0e836e31577664b1ea'] = 'Indirizzi IP autorizzati ad accedere a Front Office anche se il negozio è disattivato. Usa una virgola per separarli (per es., 42.24.4.2,127.0.0.1,99.98.97.96)'; +$_LANGADM['AdminMaintenancedaf835712085aaaf81818e7ebfeb66b8'] = 'IP de manutenzione'; +$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Elimina l\'elemento n.'; +$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; +$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminManufacturers068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminManufacturers18325105de95083e4a1d10b78f29c2bc'] = 'Stato'; +$_LANGADM['AdminManufacturers1caa6ff629641a4eb20f190f7a0539ca'] = 'Nome dell\'attributo'; $_LANGADM['AdminManufacturers20db0bfeecd8fe60533206a2b5e9891a'] = 'Nome'; -$_LANGADM['AdminManufacturers8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome'; -$_LANGADM['AdminManufacturers77638e87a55b8747e79590defafa75c9'] = 'Codice postale'; +$_LANGADM['AdminManufacturers234078adec0a64008b6ae77653776cfa'] = 'Breve descrizione:'; +$_LANGADM['AdminManufacturers2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; +$_LANGADM['AdminManufacturers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; +$_LANGADM['AdminManufacturers2bf1d5fae1c321d594fdedf05058f709'] = 'Indirizzo:'; +$_LANGADM['AdminManufacturers38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminManufacturers394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; +$_LANGADM['AdminManufacturers3a2ffc65800e37e450c8aeb609ebf724'] = 'Indirizzi totali:'; +$_LANGADM['AdminManufacturers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminManufacturers49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminManufacturers4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminManufacturers4ff771c5a62c10ddbe02b9b5357b3402'] = 'Carica il logo del produttore dal tuo computer'; +$_LANGADM['AdminManufacturers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminManufacturers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:'; $_LANGADM['AdminManufacturers57d056ed0984166336b7879c2af3657f'] = 'Città'; $_LANGADM['AdminManufacturers59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; -$_LANGADM['AdminManufacturers34c7cc7e30ac36bc5e108bc567aeef73'] = 'Indirizzi produttori'; -$_LANGADM['AdminManufacturers49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; -$_LANGADM['AdminManufacturers284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; -$_LANGADM['AdminManufacturers068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminManufacturers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminManufacturers2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; $_LANGADM['AdminManufacturers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminManufacturersc1069a480848e06782b81b8bea9c0c94'] = 'Breve descrizione:'; -$_LANGADM['AdminManufacturersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione:'; -$_LANGADM['AdminManufacturers4ff771c5a62c10ddbe02b9b5357b3402'] = 'Carica il logo del produttore dal tuo computer'; -$_LANGADM['AdminManufacturers9e11e4b371570340ca07913bc4783a7a'] = 'META titolo'; -$_LANGADM['AdminManufacturers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; -$_LANGADM['AdminManufacturers3f64b2beede1082fd32ddb0bf11a641f'] = 'META Descrizione'; -$_LANGADM['AdminManufacturers7d7559ccac6bc30a4d985db11cb34a3a'] = 'META keywords'; -$_LANGADM['AdminManufacturers0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; -$_LANGADM['AdminManufacturersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattiva'; -$_LANGADM['AdminManufacturers38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminManufacturers19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminManufacturers3a2ffc65800e37e450c8aeb609ebf724'] = 'Indirizzi totali:'; -$_LANGADM['AdminManufacturers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:'; -$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminManufacturers0071aa279bd1583754a544277740f047'] = 'Elimina l\'elemento n.'; -$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :'; -$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; -$_LANGADM['AdminManufacturersaf7448c885be0d8acd5eb84322176570'] = 'UPC'; -$_LANGADM['AdminManufacturers647b89b705fafd7d44aa6f01a5cb4711'] = 'Quant.:'; -$_LANGADM['AdminManufacturers1caa6ff629641a4eb20f190f7a0539ca'] = 'Nome dell\'attributo'; $_LANGADM['AdminManufacturers63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; -$_LANGADM['AdminManufacturers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminManufacturers647b89b705fafd7d44aa6f01a5cb4711'] = 'Quant.:'; +$_LANGADM['AdminManufacturers668a8d8d7ffe5da112b266e46b79b685'] = 'Nome:'; +$_LANGADM['AdminManufacturers77638e87a55b8747e79590defafa75c9'] = 'Codice postale'; +$_LANGADM['AdminManufacturers7b250cb374c12c42a75227ba75df7779'] = 'Meta titolo:'; +$_LANGADM['AdminManufacturers7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; +$_LANGADM['AdminManufacturers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; +$_LANGADM['AdminManufacturers8d3f5eff9c40ee315d452392bed5309b'] = 'Cognome'; +$_LANGADM['AdminManufacturersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Descrizione:'; +$_LANGADM['AdminManufacturersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminManufacturersaf7448c885be0d8acd5eb84322176570'] = 'UPC'; +$_LANGADM['AdminManufacturersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminManufacturersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattiva'; +$_LANGADM['AdminManufacturersbe5e0b5d50d48b049bd0f7b57cd163f9'] = 'Cognome:'; +$_LANGADM['AdminManufacturersbffb711ec36f280459d11dce315da72f'] = 'Città:'; +$_LANGADM['AdminManufacturersc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttore'; +$_LANGADM['AdminManufacturersc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminManufacturersccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminManufacturersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; +$_LANGADM['AdminManufacturerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminManufacturerse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :'; +$_LANGADM['AdminManufacturersea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminManufacturersf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminManufacturersf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Produttore:'; +$_LANGADM['AdminManufacturersf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; $_LANGADM['AdminManufacturersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminManufacturers694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminMessagesd79cf3f429596f77db95c65074663a54'] = 'Ordine n.'; -$_LANGADM['AdminMessagesd37c2bf1bd3143847fca087b354f920e'] = 'N. cliente'; -$_LANGADM['AdminMessagesce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminMessagescf090b8fa4a136ed6058aaf84d5d2538'] = 'Ultimo messaggio'; -$_LANGADM['AdminMessages8c35beea89f7d76d6289bde100482c2f'] = 'Messaggi/o non letto/i'; -$_LANGADM['AdminMessages301516a74ab570fe8ed6944932f7d428'] = 'Numero di messaggi'; -$_LANGADM['AdminMessages375abd9b89e341b5a917c6ec15209860'] = 'Questo cliente non ha concluso l\'ordine, però ecco i suoi messaggi:'; -$_LANGADM['AdminMessages0d698fffffee7ffeb5d468acdf03c71c'] = 'ID carrello:'; -$_LANGADM['AdminMessagesd13d8380c3f4de07fef91a42fe6c60d7'] = 'ID cliente'; -$_LANGADM['AdminMessages0d8d58008ef5dd7afce337373ef73993'] = 'Data:'; -$_LANGADM['AdminMessages940663fd4428d2c86f9a4780b6574028'] = 'Messaggio:'; -$_LANGADM['AdminMessages6e9783376d951cfd780e9fdb67a0f02c'] = 'Visualizza i dettagli:'; -$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Pagina'; -$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Titolo'; -$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificato:'; -$_LANGADM['AdminMetabc5d446bc10f94f2132fa898d11a423a'] = 'Impostazione URL'; -$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Attiva solo se il tuo server consente la riscrittura degli URL (consigliato)'; -$_LANGADM['AdminMeta34d6a3e98f1b347c4f1df6257cd793c5'] = 'Se si attiva questa funzione, è necessario'; -$_LANGADM['AdminMeta3cf5f5fe88091d2e57f5597b184b5959'] = 'generare un .htaccess file'; -$_LANGADM['AdminMeta44bc5350d0a72d6f348aaeebb4004d8e'] = 'Indirizza automaticamente all\'URL canonico'; -$_LANGADM['AdminMetae73d8e659020c1acff040a3a3eaf9d21'] = 'Consigliato, ma il tema deve essere conforme'; $_LANGADM['AdminMeta0af89096135210f23a49637e3d9f3a60'] = 'Méta-Tags'; +$_LANGADM['AdminMeta193cfc9be3b995831c6af2fea6650e60'] = 'Pagina'; +$_LANGADM['AdminMeta1dec4f55522b828fe5dacf8478021a9e'] = 'URL semplificato:'; +$_LANGADM['AdminMeta2affaa9860b7565fac919c53798b398d'] = 'Esempio: \"contatti\" per http://mysite.com/shop/contacts rinvia a http://mysite.com/shop/contact-form.php'; +$_LANGADM['AdminMeta345d6249c20c6319bb09edaaf536744b'] = 'Generazione del file robots'; +$_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'URL: riscritto:'; +$_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; +$_LANGADM['AdminMeta3b823baba7abb920bd1c18104ae7537b'] = 'Il tuo file robots.txt DEVE essere nella root del tuo sito web e non altrove.'; +$_LANGADM['AdminMeta44bc5350d0a72d6f348aaeebb4004d8e'] = 'Indirizza automaticamente all\'URL canonico'; +$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi:'; +$_LANGADM['AdminMeta7959e21ff0b83542251ca0b4e9a62eea'] = 'Crea file robots.txt'; +$_LANGADM['AdminMeta7dc12aaf3ebf9e01ef5b2ec91761c26a'] = 'Attivare questa opzione solo se si hanno problemi con alcune pagine di URL rewriting.'; +$_LANGADM['AdminMeta82fa9d45784fa48b4a37f4e225de5451'] = 'Breve descrizione'; +$_LANGADM['AdminMeta93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descrizione:'; +$_LANGADM['AdminMetaacaa02ab1d800ce9a0b3df2e4ab8909a'] = 'Disabilita apache multiviews'; +$_LANGADM['AdminMetab65cc08420e484602c7c313336933452'] = 'Es.: http://www.monsite.com/robots.txt'; +$_LANGADM['AdminMetab718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminMetab78a3223503896721cca1303f776159b'] = 'Titolo'; +$_LANGADM['AdminMetab8a27e47e64caa3e36c8894c3745357b'] = 'Prima di poter usare questo strumento, devi:'; +$_LANGADM['AdminMetabafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminMetabc5d446bc10f94f2132fa898d11a423a'] = 'Impostazione URL'; +$_LANGADM['AdminMetac12e753c3108c17350db4e5990ff626e'] = 'Elenco keywords'; +$_LANGADM['AdminMetac9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminMetad65773e40ecde8c2b27057f09fc868ff'] = 'Titolo della pagina:'; +$_LANGADM['AdminMetada82a2002384409477655085d5c4136e'] = 'Attiva solo se il tuo server consente la riscrittura degli URL (consigliato)'; $_LANGADM['AdminMetadbb5f11eab5c5c375c4c5face47ddf1e'] = 'Pagina:'; $_LANGADM['AdminMetae1a7478962f9872f0765922496b26851'] = 'Non ci sono pagine disponibili!'; -$_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Nome della pagina relativa'; -$_LANGADM['AdminMetad65773e40ecde8c2b27057f09fc868ff'] = 'Titolo della pagina:'; -$_LANGADM['AdminMeta6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi:'; +$_LANGADM['AdminMetae25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; $_LANGADM['AdminMetae67422bc0428fba3af157a4d4851d2b4'] = 'Titolo della pagina relativa'; -$_LANGADM['AdminMetaa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descrizione:'; -$_LANGADM['AdminMeta82fa9d45784fa48b4a37f4e225de5451'] = 'Breve descrizione'; -$_LANGADM['AdminMeta394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; -$_LANGADM['AdminMetac12e753c3108c17350db4e5990ff626e'] = 'Elenco keywords'; -$_LANGADM['AdminMeta36bdb6de116cea25f90c6ff3e2c0e100'] = 'URL: riscritto:'; -$_LANGADM['AdminMeta2affaa9860b7565fac919c53798b398d'] = 'Esempio: \"contatti\" per http://mysite.com/shop/contacts rinvia a http://mysite.com/shop/contact-form.php'; -$_LANGADM['AdminMeta38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminMeta19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminModules7258e7251413465e0a3eb58094430bde'] = 'Amministrazione'; -$_LANGADM['AdminModules49a1b0ce5fd874636756adcf1423e035'] = 'Pubblicità & Marketing'; -$_LANGADM['AdminModules59e06cbd4be5387138b589509ce17162'] = 'Statistiche & Analisi'; -$_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Fatturazione'; -$_LANGADM['AdminModules6ff063fbc860a79759a7369ac32cee22'] = 'Elaborazione ordine'; -$_LANGADM['AdminModules5dc6d69e21ca0f5779b9cfeae1154f05'] = 'Gestione contenuto'; +$_LANGADM['AdminMetae73d8e659020c1acff040a3a3eaf9d21'] = 'Consigliato, ma il tema deve essere conforme'; +$_LANGADM['AdminMetaf7d367e5791685828ef2f3d6f2148484'] = 'Nome della pagina relativa'; $_LANGADM['AdminModules0095a9fa74d1713e43e370a7d7846224'] = 'Export'; -$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Funzionalità Front Office'; -$_LANGADM['AdminModulescef02fed5f63407268c2c0202d1d3708'] = 'Internazionale & Localizzazione'; -$_LANGADM['AdminModules335676135e0f03d2756262a437c95a0e'] = 'Merchandizing'; -$_LANGADM['AdminModules5b985caa89b2ca61bbeee91a896c610d'] = 'Strumenti di migrazione'; -$_LANGADM['AdminModulese77ecbf1af4f4c210146d351f8dfbc3b'] = 'Pagamento'; -$_LANGADM['AdminModules2bcde8baf68a8b2a88a4a072437639e8'] = 'Sicurezza dei pagamenti'; -$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Prezzo & Promozioni'; -$_LANGADM['AdminModulesa9964513dc046a2cd404413f77b4656e'] = 'Aggiornamento rapido / cumulativo'; -$_LANGADM['AdminModules485e7b5a1a22f24d67a011c7ae21382a'] = 'Ricerca e Filtri'; -$_LANGADM['AdminModulesd88946b678e4c2f251d4e292e8142291'] = 'Referenziamento - SEO'; -$_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Mezzo di spedizione & Logistica'; -$_LANGADM['AdminModules5f17a788546ddb43236732f8b0bdfd7e'] = 'Diapositive'; -$_LANGADM['AdminModulesa8b87a22bdd589f5d056645941a01841'] = 'Guide di acquisto'; -$_LANGADM['AdminModulescc50be8368055ce40af5f926b8ba5eef'] = 'Market Place'; -$_LANGADM['AdminModules222e1825c6eb93a516fba01be7861ddd'] = 'Social network'; -$_LANGADM['AdminModules3182ea023795eb83ed0ce3beea5beb73'] = 'Altri Moduli:'; -$_LANGADM['AdminModules551746895fb66f979bce758992475bfc'] = 'nessun file selezionato'; -$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'modulo non trovato'; -$_LANGADM['AdminModulese55f75a29310d7b60f7ac1d390c8ae42'] = 'Gestire le traduzioni'; -$_LANGADM['AdminModules0557fa923dcee4d0f86b1409f5c2167f'] = 'Restituzione '; -$_LANGADM['AdminModules53103fcc4656f55c219b600ded3c7438'] = 'Gestisci i tuoi punti di collegamento'; -$_LANGADM['AdminModulescbabf7f87548581cdb2329bda9023c22'] = 'Gestisci le sue traduzioni:'; -$_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Autori'; -$_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Aggiungi nuovo modulo'; -$_LANGADM['AdminModules141be25d6cbf58bd13da78f7102f8323'] = 'Aggiungi nuovo modulo dal mio computer'; -$_LANGADM['AdminModules3c68e6875a6e023501e84f0dee439713'] = 'Aggiungi nuovo modulo da PrestaShop Addons'; -$_LANGADM['AdminModules13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; -$_LANGADM['AdminModulescc5df44726705000d55c4d0d0266f206'] = 'Questo modulo deve essere un file ZIP o TAR.'; -$_LANGADM['AdminModules5b48d0f5735d2f9b73a8f3ec7c4858ba'] = 'File del modulo'; -$_LANGADM['AdminModules5815819625f2a7b13017e31a3d1af0dd'] = 'Carica il modulo dal tuo computer'; -$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Carica il modulo'; -$_LANGADM['AdminModulesc25d750d2eddb83507fc2ba18fa78782'] = 'Url del modulo'; -$_LANGADM['AdminModulesc52057a18e7202b3aa98f5b34d0c748a'] = 'Scarica il modulo direttamente su Internet.'; -$_LANGADM['AdminModules4be55b9233bbb7cd6201501723b118ed'] = 'Carica il modulo'; -$_LANGADM['AdminModulesd87ec4c65196916e14f131724e4e603d'] = 'Apri tutti i tab'; -$_LANGADM['AdminModules8da5006b9b85fdb71d1239fcca8f63de'] = 'Chiudi tutti i tab'; $_LANGADM['AdminModules00c3388449f7c4d73cc8c417d7d38554'] = 'Tutti i moduli'; -$_LANGADM['AdminModules5976afe9ba86f2fdc39868d5282b02fa'] = 'Moduli nativi'; -$_LANGADM['AdminModules4cf4871b73927be08c4d9cd5874f899f'] = 'Moduli partner'; -$_LANGADM['AdminModulesc3ba72d64cf29d2df49198be13ff9e50'] = 'Altri moduli:'; -$_LANGADM['AdminModules9472e641f3ca4a8e3704f4fa9adc7835'] = 'Installato e disinstallato'; -$_LANGADM['AdminModulesd9e87fc7a13ba398295447791c67b586'] = 'Moduli installati'; -$_LANGADM['AdminModulesdb35d7e7450a0534ecc64bbaf554922b'] = 'Moduli disinstallati'; -$_LANGADM['AdminModules6b8f34307b46c249a91d84e52ae94caf'] = 'Attivato e disattivato'; -$_LANGADM['AdminModulesdfe6e46e2d3e3ba76b5d9aee197c0747'] = 'Moduli attivati'; -$_LANGADM['AdminModulesa0f454ebaee933c7791ffcdda76944b3'] = 'Moduli disattivati'; -$_LANGADM['AdminModulesc3987e4cac14a8456515f0d200da04ee'] = 'Tutte le nazioni'; -$_LANGADM['AdminModulesd188407e1d066cd41925efebe2dab3da'] = 'Nazione attuale:'; -$_LANGADM['AdminModules526d688f37a86d3c3f27d0c5016eb71d'] = 'Resetta'; -$_LANGADM['AdminModulesd7778d0c64b6ba21494c97f77a66885a'] = 'Filtra'; -$_LANGADM['AdminModules0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'moduli'; -$_LANGADM['AdminModules22884db148f0ffb0d830ba431102b0b5'] = 'modulo'; -$_LANGADM['AdminModuleseb5534a6983af195fab96bffe2ca4549'] = 'Modulo attivato'; -$_LANGADM['AdminModulesa753d00275ac2a01fb62f29bcd3d7403'] = 'Modulo installato ma non configurato'; -$_LANGADM['AdminModulesefab7397e527d5501f6d83dd6cd0466b'] = 'Modulo disattivatoi'; -$_LANGADM['AdminModules5cd043a1b14e0369f9d6270c2257a81a'] = 'modulo non installato'; -$_LANGADM['AdminModulesdf3f079de6961496f0460dcfdbf9bca3'] = 'da'; -$_LANGADM['AdminModules349838fb1d851d3e2014b9fe39203275'] = 'Installa'; -$_LANGADM['AdminModulesa27dfe771799a09fd55fea73286eb6ab'] = 'Disinstalla'; +$_LANGADM['AdminModules02684cc6b6ea1811a064f475a5fd1d18'] = 'Autori'; +$_LANGADM['AdminModules0557fa923dcee4d0f86b1409f5c2167f'] = 'Restituzione '; +$_LANGADM['AdminModules06933067aafd48425d67bcb01bba5cb6'] = 'Aggiornare'; +$_LANGADM['AdminModules13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; +$_LANGADM['AdminModules222e1825c6eb93a516fba01be7861ddd'] = 'Social network'; $_LANGADM['AdminModules29c632cf1c7f140b6e86f3af04df48d4'] = 'Installa la selezione'; -$_LANGADM['AdminModules7245ac07bbd56e6d0f7489a7dddb836f'] = 'Disinstalla la selezione'; -$_LANGADM['AdminModulesf7c686a2f449e94bbbafca23e76dd33b'] = 'Legenda icone'; -$_LANGADM['AdminModules150854c56046ef1253500d082fdfbbc2'] = 'Modulo installato e attivato'; -$_LANGADM['AdminModules48a963c9173e950ace0c801509eb8ef2'] = 'Modulo installato ma disattivato'; -$_LANGADM['AdminModulesbacc7d9b8003258a090961660729a9b5'] = 'Nessun modulo'; -$_LANGADM['AdminModulesbcfaccebf745acfd5e75351095a5394a'] = 'Disattiva'; +$_LANGADM['AdminModules2bcde8baf68a8b2a88a4a072437639e8'] = 'Sicurezza dei pagamenti'; $_LANGADM['AdminModules2faec1f9f8cc7f8f40d521c4dd574f49'] = 'Attiva'; -$_LANGADM['AdminModulesf1206f9fadc5ce41694f69129aecac26'] = 'Configura'; +$_LANGADM['AdminModules3182ea023795eb83ed0ce3beea5beb73'] = 'Altri Moduli:'; +$_LANGADM['AdminModules335676135e0f03d2756262a437c95a0e'] = 'Merchandizing'; +$_LANGADM['AdminModules349838fb1d851d3e2014b9fe39203275'] = 'Installa'; +$_LANGADM['AdminModules3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoria'; +$_LANGADM['AdminModules485e7b5a1a22f24d67a011c7ae21382a'] = 'Ricerca e Filtri'; +$_LANGADM['AdminModules49a1b0ce5fd874636756adcf1423e035'] = 'Pubblicità & Marketing'; +$_LANGADM['AdminModules4cf4871b73927be08c4d9cd5874f899f'] = 'Moduli partner'; +$_LANGADM['AdminModules526d688f37a86d3c3f27d0c5016eb71d'] = 'Resetta'; +$_LANGADM['AdminModules53103fcc4656f55c219b600ded3c7438'] = 'Gestisci i tuoi punti di collegamento'; +$_LANGADM['AdminModules551746895fb66f979bce758992475bfc'] = 'nessun file selezionato'; +$_LANGADM['AdminModules5815819625f2a7b13017e31a3d1af0dd'] = 'Carica il modulo dal tuo computer'; +$_LANGADM['AdminModules5976afe9ba86f2fdc39868d5282b02fa'] = 'Moduli nativi'; +$_LANGADM['AdminModules59e06cbd4be5387138b589509ce17162'] = 'Statistiche & Analisi'; +$_LANGADM['AdminModules5b48d0f5735d2f9b73a8f3ec7c4858ba'] = 'File del modulo'; +$_LANGADM['AdminModules5b985caa89b2ca61bbeee91a896c610d'] = 'Strumenti di migrazione'; +$_LANGADM['AdminModules5dc6d69e21ca0f5779b9cfeae1154f05'] = 'Gestione contenuto'; +$_LANGADM['AdminModules5f17a788546ddb43236732f8b0bdfd7e'] = 'Diapositive'; +$_LANGADM['AdminModules6b8f34307b46c249a91d84e52ae94caf'] = 'Attivato e disattivato'; +$_LANGADM['AdminModules6ff063fbc860a79759a7369ac32cee22'] = 'Elaborazione ordine'; +$_LANGADM['AdminModules7245ac07bbd56e6d0f7489a7dddb836f'] = 'Disinstalla la selezione'; +$_LANGADM['AdminModules7258e7251413465e0a3eb58094430bde'] = 'Amministrazione'; +$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Funzionalità Front Office'; +$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Carica il modulo'; +$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Prezzo & Promozioni'; +$_LANGADM['AdminModules8b875b0fceeb6000f40332b9e0c8df36'] = 'Mezzo di spedizione & Logistica'; +$_LANGADM['AdminModules9472e641f3ca4a8e3704f4fa9adc7835'] = 'Installato e disinstallato'; +$_LANGADM['AdminModules96b0141273eabab320119c467cdcaf17'] = 'Totale'; +$_LANGADM['AdminModules96e36efe70e72835ae51946e2650f9e7'] = 'Aggiungi nuovo modulo'; +$_LANGADM['AdminModules9ad88037f3139ea9a992ad5d8cfd6a98'] = 'Fatturazione'; $_LANGADM['AdminModules9ce81cf948b7325d53c64aa610851552'] = 'Questa azione rimuove in permanenza il modulo dal server. Sei sicuro di volerlo fare?'; -$_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminModules3488a51eb7f723d65daeff912e69b177'] = 'Filtri selezionati'; -$_LANGADM['AdminModulesPositions51a8b3a61ad63d4e5df2ce86870e39b8'] = 'Innestare un modulo'; +$_LANGADM['AdminModulesPositions08a38277b0309070706f6652eeae9a53'] = 'Giù'; +$_LANGADM['AdminModulesPositions0e914d3a9383dca6cf82f48659c41688'] = 'Cliccando qui sarai indirizzato al front office del tuo negozio per spostare e eliminare i moduli direttamente.'; +$_LANGADM['AdminModulesPositions0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'moduli'; +$_LANGADM['AdminModulesPositions1063e38cb53d94d386f21227fcd84717'] = 'Elimina'; +$_LANGADM['AdminModulesPositions19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; +$_LANGADM['AdminModulesPositions22884db148f0ffb0d830ba431102b0b5'] = 'modulo'; +$_LANGADM['AdminModulesPositions258f49887ef8d14ac268c92b02503aaa'] = 'Su'; $_LANGADM['AdminModulesPositions498f79c4c5bbde77f1bceb6c86fd0f6d'] = 'Mostra'; $_LANGADM['AdminModulesPositions4ba24d91566786f5315acf453418dbb6'] = 'Tutti i moduli'; -$_LANGADM['AdminModulesPositions6d7c1e5020617c62ce515b7d9d610dd8'] = 'Mostra i punti di collegamento non posizionabili'; -$_LANGADM['AdminModulesPositions8e278f6a1ae38a12b2378eec8d08aa4f'] = 'Live Edit'; -$_LANGADM['AdminModulesPositions0e914d3a9383dca6cf82f48659c41688'] = 'Cliccando qui sarai indirizzato al front office del tuo negozio per spostare e eliminare i moduli direttamente.'; -$_LANGADM['AdminModulesPositions6c60f3604bf60b7521bfc60e9c4f65ca'] = 'Esegui LiveEdit'; -$_LANGADM['AdminModulesPositionsfeb6f2e19409f021e5fd65c51d21d254'] = 'Disinnesta la selezione'; -$_LANGADM['AdminModulesPositions0eb9b3af2e4a00837a1b1a854c9ea18c'] = 'moduli'; -$_LANGADM['AdminModulesPositions22884db148f0ffb0d830ba431102b0b5'] = 'modulo'; -$_LANGADM['AdminModulesPositionsfc5ad043a6703887bcf45eb8348d8680'] = 'Nome tecnico:'; -$_LANGADM['AdminModulesPositions258f49887ef8d14ac268c92b02503aaa'] = 'Su'; -$_LANGADM['AdminModulesPositions08a38277b0309070706f6652eeae9a53'] = 'Giù'; -$_LANGADM['AdminModulesPositions7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminModulesPositionsf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminModulesPositions51a8b3a61ad63d4e5df2ce86870e39b8'] = 'Innestare un modulo'; $_LANGADM['AdminModulesPositions605e21f380bbda2912e12a4c16737227'] = 'Nessun modulo per questo collegamento'; -$_LANGADM['AdminModulesPositionse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modulo'; -$_LANGADM['AdminModulesPositions98a11cd6082576d0b5c84f37bde0b380'] = 'Innestare un modulo su'; -$_LANGADM['AdminModulesPositionsd5f1381c5f97f928df4ef8d18c2a27c0'] = 'Eccezioni'; -$_LANGADM['AdminModulesPositions9ee91b01130064edd60d330a3888d17e'] = 'Specifica quei file per i quali non vuoi che appaia il modulo'; +$_LANGADM['AdminModulesPositions6c60f3604bf60b7521bfc60e9c4f65ca'] = 'Esegui LiveEdit'; +$_LANGADM['AdminModulesPositions6d7c1e5020617c62ce515b7d9d610dd8'] = 'Mostra i punti di collegamento non posizionabili'; +$_LANGADM['AdminModulesPositions7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; $_LANGADM['AdminModulesPositions8a6617dfa35ce54642fc61fd53935a91'] = 'Digita ciascun nome di file separato da una virgola'; +$_LANGADM['AdminModulesPositions8e278f6a1ae38a12b2378eec8d08aa4f'] = 'Live Edit'; +$_LANGADM['AdminModulesPositions98a11cd6082576d0b5c84f37bde0b380'] = 'Innestare un modulo su'; +$_LANGADM['AdminModulesPositions9ee91b01130064edd60d330a3888d17e'] = 'Specifica quei file per i quali non vuoi che appaia il modulo'; $_LANGADM['AdminModulesPositionsc9cc8cce247e49bae79f15173ce97354'] = 'Salva'; -$_LANGADM['AdminModulesPositions19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminModulesPositionsd5f1381c5f97f928df4ef8d18c2a27c0'] = 'Eccezioni'; +$_LANGADM['AdminModulesPositionse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modulo'; +$_LANGADM['AdminModulesPositionsec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; +$_LANGADM['AdminModulesPositionsf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminModulesPositionsfc5ad043a6703887bcf45eb8348d8680'] = 'Nome tecnico:'; +$_LANGADM['AdminModulesPositionsfeb6f2e19409f021e5fd65c51d21d254'] = 'Disinnesta la selezione'; +$_LANGADM['AdminModulesa0f454ebaee933c7791ffcdda76944b3'] = 'Moduli disattivati'; +$_LANGADM['AdminModulesa27dfe771799a09fd55fea73286eb6ab'] = 'Disinstalla'; +$_LANGADM['AdminModulesa8b87a22bdd589f5d056645941a01841'] = 'Guide di acquisto'; +$_LANGADM['AdminModulesa9964513dc046a2cd404413f77b4656e'] = 'Aggiornamento rapido / cumulativo'; +$_LANGADM['AdminModulesaf1b98adf7f686b84cd0b443e022b7a0'] = 'Categorie'; +$_LANGADM['AdminModulesb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione:'; +$_LANGADM['AdminModulesbcfaccebf745acfd5e75351095a5394a'] = 'Disattiva'; +$_LANGADM['AdminModulesbffe9a3c9a7e00ba00a11749e022d911'] = 'Fai il login'; +$_LANGADM['AdminModulesc3987e4cac14a8456515f0d200da04ee'] = 'Tutte le nazioni'; +$_LANGADM['AdminModulesc3ba72d64cf29d2df49198be13ff9e50'] = 'Altri moduli:'; +$_LANGADM['AdminModulescbabf7f87548581cdb2329bda9023c22'] = 'Gestisci le sue traduzioni:'; +$_LANGADM['AdminModulescc50be8368055ce40af5f926b8ba5eef'] = 'Market Place'; +$_LANGADM['AdminModulescef02fed5f63407268c2c0202d1d3708'] = 'Internazionale & Localizzazione'; +$_LANGADM['AdminModulesd188407e1d066cd41925efebe2dab3da'] = 'Nazione attuale:'; +$_LANGADM['AdminModulesd7778d0c64b6ba21494c97f77a66885a'] = 'Filtra'; +$_LANGADM['AdminModulesd88946b678e4c2f251d4e292e8142291'] = 'Referenziamento - SEO'; +$_LANGADM['AdminModulesd9e87fc7a13ba398295447791c67b586'] = 'Moduli installati'; +$_LANGADM['AdminModulesdb35d7e7450a0534ecc64bbaf554922b'] = 'Moduli disinstallati'; +$_LANGADM['AdminModulesdf3f079de6961496f0460dcfdbf9bca3'] = 'da'; +$_LANGADM['AdminModulesdfe6e46e2d3e3ba76b5d9aee197c0747'] = 'Moduli attivati'; +$_LANGADM['AdminModulese55f75a29310d7b60f7ac1d390c8ae42'] = 'Gestire le traduzioni'; +$_LANGADM['AdminModulese77ecbf1af4f4c210146d351f8dfbc3b'] = 'Pagamento'; +$_LANGADM['AdminModulesf1206f9fadc5ce41694f69129aecac26'] = 'Configura'; +$_LANGADM['AdminModulesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminModulesfa5a31a20c6e887538741d9099bf93e7'] = 'modulo non trovato'; +$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Messaggi predefiniti'; +$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; $_LANGADM['AdminOrderMessage49ee3087348e8d44e1feda1917443987'] = 'Nome'; $_LANGADM['AdminOrderMessage4c2a8fe7eaf24721cc7a9f0175115bd4'] = 'Messaggio'; -$_LANGADM['AdminOrderMessage38d6bc03067212bb0c2633f8a57d5881'] = 'Messaggi predefiniti'; $_LANGADM['AdminOrderMessage4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; $_LANGADM['AdminOrderMessage940663fd4428d2c86f9a4780b6574028'] = 'Messaggio:'; -$_LANGADM['AdminOrderMessage38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; -$_LANGADM['AdminOrderMessage70397c4b252a5168c5ec003931cea215'] = 'Campi richiesti'; -$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminOrders03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo'; -$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; -$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Totale'; -$_LANGADM['AdminOrdersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento'; -$_LANGADM['AdminOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminOrders44749712dbec183e983dcd78a7736c41'] = 'Data'; -$_LANGADM['AdminOrdersbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; -$_LANGADM['AdminOrdersce06c769dac054ae0bed803d833f3f1c'] = 'Nota di credito riguardante l\'ordine n.'; -$_LANGADM['AdminOrderse183b47cb3af26aadf83cddda0d47453'] = 'Personalizzato'; -$_LANGADM['AdminOrderse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :'; -$_LANGADM['AdminOrdersdd70925db57b570bcb660d68c30d5e0b'] = 'Rif fornitore:'; -$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo n.'; -$_LANGADM['AdminOrders853ae90f0351324bd73ea615e6487517'] = ' :'; -$_LANGADM['AdminOrders3f3e336e2f1fa10375efd923fca18b55'] = 'Attenzione:'; -$_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'pagato al posto di'; -$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; -$_LANGADM['AdminOrdersa6ecff447ea8327b43f5d16a924fb6be'] = 'visualizza la fattura'; -$_LANGADM['AdminOrdersf8246f1c2cfd9a81a376223428bd09d7'] = 'Nessuna fattura'; -$_LANGADM['AdminOrdersddd167afc1441dcab03a9546c8ef8b51'] = 'Visualizza la nota di consegna'; -$_LANGADM['AdminOrdersa6181ae0a3e0370de94efa64782a6e79'] = 'Nessuna nota di consegna'; -$_LANGADM['AdminOrdersbe4254ec37a7bf0d2babdf04bce774cf'] = 'Stampa l\'ordine'; -$_LANGADM['AdminOrdersb0068c134904cebb9f815c58a69d0f2e'] = 'Stampa la pagina'; -$_LANGADM['AdminOrdersf4ec5f57bd4d31b803312d873be40da9'] = 'Modifica'; -$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Informazioni cliente'; +$_LANGADM['AdminOrderMessageb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminOrderMessagee25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminOrderPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Tassa della carta regalo'; +$_LANGADM['AdminOrderPreferences0db377921f4ce762c62526131097968f'] = 'Generale'; +$_LANGADM['AdminOrderPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Il tuo ospite può effettuare un ordine senza registrarsi'; +$_LANGADM['AdminOrderPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Consiglia carta regalo al cliente e la possibilità di inviare un messaggio '; +$_LANGADM['AdminOrderPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Prezzo della carta regalo'; +$_LANGADM['AdminOrderPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Chiedi ai clienti di accettare o rifiutare le CGV prima di elaborare l\'ordine'; +$_LANGADM['AdminOrderPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminOrderPreferences403e42a4b26e379cb13563c98ab63067'] = 'Attiva l\'orine express (checkout ospite)'; +$_LANGADM['AdminOrderPreferences59aad85b376259844b471a758908a3c1'] = 'Tipo di elaborazione dell\'ordine'; +$_LANGADM['AdminOrderPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; +$_LANGADM['AdminOrderPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Puoi scegliere il tipo di elaborazione dell\'ordine standard (5 fasi, 5 pagine) o il Checkout rapido (5 fasi nella stessa pagina)'; +$_LANGADM['AdminOrderPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Scegli la pPagina CMS delle condizioni generali di vendita'; +$_LANGADM['AdminOrderPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Stabilisci una tassa per il prezzo della carta regalo'; +$_LANGADM['AdminOrderPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Minimo importo di acquisto richiesto per convalidare l\'ordine:'; +$_LANGADM['AdminOrderPreferencesb563636fd3896671be0104bbc6783be4'] = 'Checkout rapido'; +$_LANGADM['AdminOrderPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Offri la confezione riciclata'; +$_LANGADM['AdminOrderPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 fasi)'; +$_LANGADM['AdminOrderPreferencesc173252856179a44a9506a968359de8b'] = 'Stabilisci il prezzo della carta regalo'; +$_LANGADM['AdminOrderPreferencesca9bccbec65b9e333e8896dbe43369df'] = 'Imposta a 0 per disattivare questa funzione'; +$_LANGADM['AdminOrderPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Offri la carta regalo'; +$_LANGADM['AdminOrderPreferencesd4d27f93d89b170800f7896e3e438468'] = 'Pagina CMS delle condizioni generali di vendita'; +$_LANGADM['AdminOrderPreferencese4045598261988d9988c594243a9434d'] = 'Condizioni generali di vendita'; +$_LANGADM['AdminOrderPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Il cliente sceglie di ricevere una confezione riciclata'; +$_LANGADM['AdminOrders004bf6c9a40003140292e97330236c53'] = 'Strumenti'; $_LANGADM['AdminOrders01abfc750a0c942167651c40d088531d'] = 'n.'; -$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Questo ordine è stato effettuato da un'; -$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'account ospite'; -$_LANGADM['AdminOrders80e915c39ca9254655d2802979aa698b'] = 'Trasforma il cliente'; -$_LANGADM['AdminOrdersaf5730c209cb9ef0ddb9f7dc91a50e4e'] = 'Questa funzione genera una password casuale e invia une-mail al cliente'; -$_LANGADM['AdminOrders81fe7d0c685ca9f1829f5ff52370d06e'] = 'Un conto cliente registrato esiste con lo stesso indirizzo email'; -$_LANGADM['AdminOrders1402e450396cb76b53b95f6e1746d700'] = 'Account creato il:'; -$_LANGADM['AdminOrdersb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Ordini convalidati:'; -$_LANGADM['AdminOrders5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Totale pagato dalla registrazione:'; -$_LANGADM['AdminOrdersfb61758d0f0fda4ba867c3d5a46c16a7'] = 'Fonti'; -$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; -$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'A:'; -$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Keywords:'; -$_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Fatture'; -$_LANGADM['AdminOrders42f6d99a2dddc4858882ed8e9a210b52'] = 'Fattura n.'; -$_LANGADM['AdminOrders786469e804d769a45d37c3618e47c51f'] = 'Effettuata il:'; -$_LANGADM['AdminOrders247ebfa7699e5457979b4e369999d101'] = 'Nessuna fattura'; -$_LANGADM['AdminOrdersc3f15ecc6da0827a8da712cb43a0b596'] = 'Informazioni mezzo di spedizione '; -$_LANGADM['AdminOrdersfd5f7a8ff6ee357c83f108926c18210d'] = 'Peso totale:'; -$_LANGADM['AdminOrdersf8617a92ba0a0a4eabee724eab7c9f48'] = 'Mezzo di spedizione:'; -$_LANGADM['AdminOrdersea0b24419607e128a129c0c384d9b72a'] = 'Buono di consegna n.'; -$_LANGADM['AdminOrdersf3ebde38fb84b9d5677bf2600e4270da'] = 'Numero di controllo'; -$_LANGADM['AdminOrders4422db6dbadf8e15dec32da8bc2e885f'] = 'Controlla il pacco'; -$_LANGADM['AdminOrders8588fd6e73a866096416593954bd98f2'] = 'Specifica un numero del pacco'; -$_LANGADM['AdminOrdersf5d74ea75357b5e139854c14f8e24fe3'] = 'Dati dell\'ordine'; -$_LANGADM['AdminOrdersb5a83868feaf5e67aee62ac69fe4d3d4'] = 'Carrello originale:'; -$_LANGADM['AdminOrders580034e942d61c23826cb31dc2cb3c89'] = 'Carrello n.'; -$_LANGADM['AdminOrdersff22b5cb66c61ec9785919d33f48ee3b'] = 'Metodo di pagamento:'; -$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminOrders9d5bf15117441a1b52eb1f0808e4aad3'] = 'Buoni sconto'; -$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Imballaggio'; -$_LANGADM['AdminOrdersea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Spedizione'; -$_LANGADM['AdminOrders482af2fbf8fede13613a03b1b1fec7d1'] = 'Pagato'; -$_LANGADM['AdminOrders38cea52ef18b15dfe649d5183871dee0'] = 'Imballaggio riciclato:'; -$_LANGADM['AdminOrders09dcc3b32a3b46e280067eb50780cfc3'] = 'Pacco regalo:'; -$_LANGADM['AdminOrders940663fd4428d2c86f9a4780b6574028'] = 'Messaggio:'; -$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Indirizzo di consegna:'; -$_LANGADM['AdminOrders601d8c4b9f72fc1862013c19b677a499'] = 'Indirizzo di fatturazione'; -$_LANGADM['AdminOrders8281efa2494e3344518040d38c11eb8a'] = 'Non è possibile restituire questo prodotto'; -$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'La quantità da cancellare è superiore alla quantità disponibile'; -$_LANGADM['AdminOrdersdeb10517653c255364175796ace3553f'] = 'Prodotto'; -$_LANGADM['AdminOrdersfbaedde498cdead4f2780217646e9ba1'] = 'PU'; $_LANGADM['AdminOrders03ab340b3f99e03cff9e84314ead38c0'] = 'Quant.'; -$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Rimborsato'; -$_LANGADM['AdminOrdersfdfac28b5ad628f25649d9c2eb4fc62e'] = 'Restituito'; +$_LANGADM['AdminOrders03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo'; +$_LANGADM['AdminOrders068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminOrders06933067aafd48425d67bcb01bba5cb6'] = 'Aggiornare'; +$_LANGADM['AdminOrders084e0343a0486ff05530df6c705c8bb4'] = 'account ospite'; +$_LANGADM['AdminOrders0885f0c211f74834f0109c5abaf4cdc4'] = 'Lingua:'; +$_LANGADM['AdminOrders08907d6524467f598eaeeb0ec85fa715'] = 'Questo ordine è stato effettuato da un'; +$_LANGADM['AdminOrders09dcc3b32a3b46e280067eb50780cfc3'] = 'Pacco regalo:'; +$_LANGADM['AdminOrders0c458988127eb2150776881e2ef3f0c4'] = 'Indirizzo di consegna:'; +$_LANGADM['AdminOrders0d8d58008ef5dd7afce337373ef73993'] = 'Data:'; +$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Rifornimento'; +$_LANGADM['AdminOrders1402e450396cb76b53b95f6e1746d700'] = 'Account creato il:'; +$_LANGADM['AdminOrders153c7809e6b00b6cbfa01b8aa9db43e3'] = 'pagato al posto di'; +$_LANGADM['AdminOrders15776e1ba343092478723387aa0844d9'] = 'La quantità da cancellare è superiore alla quantità disponibile'; +$_LANGADM['AdminOrders1c4b007ab8b28deb5a575109f32684ed'] = 'Mostra al cliente'; +$_LANGADM['AdminOrders1d949d2235747b894bbaae35fbf44f1d'] = 'Informazioni cliente'; +$_LANGADM['AdminOrders1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; +$_LANGADM['AdminOrders20d1f35b42c6d4939d789a775880ba21'] = 'Quando leggi un messaggio, clicca sul quadratino verde'; +$_LANGADM['AdminOrders2633d6725607d13e80f5e30514b91fbe'] = 'Totale sconti:'; $_LANGADM['AdminOrders27ce7f8b5623b2e2df568d64cf051607'] = 'Magazzino'; -$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Restituzione '; -$_LANGADM['AdminOrders76f0ed934de85cc7131910b32ede7714'] = 'Rimborso'; -$_LANGADM['AdminOrdersea4788705e6873b424c65e91c2846b19'] = 'Cancella'; -$_LANGADM['AdminOrders81a45bb93f6dc37a6c0dcc3af725d331'] = 'Secondo il gruppo di questo cliente, i prezzi sono mostrati:'; -$_LANGADM['AdminOrders5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'Tasse escl.'; +$_LANGADM['AdminOrders284b47b0bb63ae2df3b29f0e691d6fcf'] = 'Indirizzi'; +$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Scegli un messaggio standard'; +$_LANGADM['AdminOrders2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo n.'; +$_LANGADM['AdminOrders32dbec9b1cf9c049084874294d14dca2'] = 'Keywords:'; +$_LANGADM['AdminOrders33caa076f23f453dd4061726f3706325'] = 'A:'; $_LANGADM['AdminOrders341216368d7ecd01ce32b8b9892293cf'] = 'Tasse incl.'; +$_LANGADM['AdminOrders341ee6bf57abde84135c32f55a607de2'] = 'Vuoi inviare questo messaggio al cliente?'; +$_LANGADM['AdminOrders3601146c4e948c32b6424d2c0a7f0118'] = 'Prezzo'; +$_LANGADM['AdminOrders38cea52ef18b15dfe649d5183871dee0'] = 'Imballaggio riciclato:'; +$_LANGADM['AdminOrders3f3e336e2f1fa10375efd923fca18b55'] = 'Attenzione:'; +$_LANGADM['AdminOrders400264c3cd8f2e65b9f19375230b59b8'] = 'Buono sconto'; +$_LANGADM['AdminOrders41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messaggi'; +$_LANGADM['AdminOrders44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminOrders466eadd40b3c10580e3ab4e8061161ce'] = 'Fatture'; +$_LANGADM['AdminOrders49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Cancella prodotti'; +$_LANGADM['AdminOrders543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:'; +$_LANGADM['AdminOrders5a80b1a10d36fdb4c05b87e01cb7abc9'] = 'Totale pagato dalla registrazione:'; +$_LANGADM['AdminOrders5f9a97c1e1ac934b2eb46a9888c3bc8c'] = 'Tasse escl.'; +$_LANGADM['AdminOrders601d8c4b9f72fc1862013c19b677a499'] = 'Indirizzo di fatturazione'; +$_LANGADM['AdminOrders630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; +$_LANGADM['AdminOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminOrders66c4c5112f455a19afde47829df363fa'] = 'Totale:'; +$_LANGADM['AdminOrders689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminOrders691b338fa68b3c177c6ebbc745624c6a'] = 'Totale spedizione:'; +$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Restituisci prodotti'; +$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Includi spese di spedizione'; +$_LANGADM['AdminOrders729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?'; +$_LANGADM['AdminOrders73bd682c8a8613f6c009f1b802dc2cef'] = 'Privato:'; +$_LANGADM['AdminOrders7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; +$_LANGADM['AdminOrders74c06eb18eeb118d7b3c623d0c717290'] = 'Rimborsa prodotti'; +$_LANGADM['AdminOrders76f0ed934de85cc7131910b32ede7714'] = 'Rimborso'; +$_LANGADM['AdminOrders77295c7d814e7397c55f64ec06313984'] = 'Valuta:'; +$_LANGADM['AdminOrders7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; +$_LANGADM['AdminOrders80e915c39ca9254655d2802979aa698b'] = 'Trasforma il cliente'; +$_LANGADM['AdminOrders81a45bb93f6dc37a6c0dcc3af725d331'] = 'Secondo il gruppo di questo cliente, i prezzi sono mostrati:'; +$_LANGADM['AdminOrders81fe7d0c685ca9f1829f5ff52370d06e'] = 'Un conto cliente registrato esiste con lo stesso indirizzo email'; +$_LANGADM['AdminOrders8281efa2494e3344518040d38c11eb8a'] = 'Non è possibile restituire questo prodotto'; +$_LANGADM['AdminOrders853ae90f0351324bd73ea615e6487517'] = ' :'; +$_LANGADM['AdminOrders887ee91702c962a70b87cbef07bbcaec'] = 'Tasse escl.'; +$_LANGADM['AdminOrders8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminOrders914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; +$_LANGADM['AdminOrders936ccdb97115e9f35a11d35e3d5b5cad'] = 'Clicca qui'; +$_LANGADM['AdminOrders93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminOrders940663fd4428d2c86f9a4780b6574028'] = 'Messaggio:'; +$_LANGADM['AdminOrders94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia'; +$_LANGADM['AdminOrders96b0141273eabab320119c467cdcaf17'] = 'Totale'; +$_LANGADM['AdminOrders988fd738de9c6d177440c5dcf69e73ce'] = 'Restituzione '; +$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = 'Max 600 caratt.'; +$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'per aggiungere un commento o inviare un messaggio al cliente'; +$_LANGADM['AdminOrders9d5bf15117441a1b52eb1f0808e4aad3'] = 'Buoni sconto'; +$_LANGADM['AdminOrdersa1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminOrdersa6181ae0a3e0370de94efa64782a6e79'] = 'Nessuna nota di consegna'; +$_LANGADM['AdminOrdersa6ecff447ea8327b43f5d16a924fb6be'] = 'visualizza la fattura'; +$_LANGADM['AdminOrdersa82868319826fb092b73968e661b5b38'] = 'Buoni sconto'; +$_LANGADM['AdminOrdersadaaee4b22041c27198d410c68d952c9'] = '%'; +$_LANGADM['AdminOrdersaf5730c209cb9ef0ddb9f7dc91a50e4e'] = 'Questa funzione genera una password casuale e invia une-mail al cliente'; +$_LANGADM['AdminOrdersb157524c4be8c2fc80e5ef2f0b1bf1e6'] = 'Ordini convalidati:'; +$_LANGADM['AdminOrdersb2f40690858b404ed10e62bdf422c704'] = 'Ammontare'; +$_LANGADM['AdminOrdersb52b44c9d23e141b067d7e83b44bb556'] = 'Prodotti:'; +$_LANGADM['AdminOrdersb55a2d6e1009d3881156a3495dd26de5'] = 'Nuovo messaggio'; +$_LANGADM['AdminOrdersb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione:'; +$_LANGADM['AdminOrdersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminOrdersb9af8635591dc44009ccd8e5389722ec'] = 'Nessun prodotto trovato'; +$_LANGADM['AdminOrdersba794350deb07c0c96fe73bd12239059'] = 'Imballaggio'; +$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminOrdersbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; +$_LANGADM['AdminOrdersbe4254ec37a7bf0d2babdf04bce774cf'] = 'Stampa l\'ordine'; +$_LANGADM['AdminOrdersc453a4b8e8d98e82f35b67f433e3b4da'] = 'Pagamento'; +$_LANGADM['AdminOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Contrasegna questo messaggio come \"letto\"'; +$_LANGADM['AdminOrderscc61945cbbf46721a053467c395c666f'] = 'Rimborsato'; +$_LANGADM['AdminOrdersce06c769dac054ae0bed803d833f3f1c'] = 'Nota di credito riguardante l\'ordine n.'; +$_LANGADM['AdminOrdersce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminOrdersd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; +$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'da'; +$_LANGADM['AdminOrdersdc5f499e83aef4f6811faa4081631740'] = 'Il'; +$_LANGADM['AdminOrdersdc8d1b4e8c9bdf1eed97eb9ed5877a43'] = 'Vuoi riscrivere sul tuo messaggio esistente?'; +$_LANGADM['AdminOrdersdd70925db57b570bcb660d68c30d5e0b'] = 'Rif fornitore:'; +$_LANGADM['AdminOrdersdd9644efbcf9d41c5be6daed03514dd8'] = 'Successivo >'; +$_LANGADM['AdminOrdersddd167afc1441dcab03a9546c8ef8b51'] = 'Visualizza la nota di consegna'; +$_LANGADM['AdminOrdersdeb10517653c255364175796ace3553f'] = 'Prodotto'; +$_LANGADM['AdminOrderse06d7593c1cd6dabef450be6c3da7091'] = 'Restituzione prodotto'; +$_LANGADM['AdminOrderse183b47cb3af26aadf83cddda0d47453'] = 'Personalizzato'; +$_LANGADM['AdminOrderse2e79605fc9450ec17957cf0e910f5c6'] = 'Tasse incl.'; +$_LANGADM['AdminOrderse413f403aa8d5253b487d09fc84e47a0'] = 'Crea una nota di credito'; +$_LANGADM['AdminOrderse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :'; +$_LANGADM['AdminOrdersea067eb37801c5aab1a1c685eb97d601'] = 'Totale pagato'; +$_LANGADM['AdminOrdersea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminOrdersea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Spedizione'; +$_LANGADM['AdminOrdersec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; +$_LANGADM['AdminOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status'; $_LANGADM['AdminOrdersef5f330df17f8c955005c26466c2463c'] = 'Restituzione merci disattivata'; $_LANGADM['AdminOrdersf14b582c1b0eab88ed5904fb781568c0'] = 'Nome dello sconto'; -$_LANGADM['AdminOrders689202409e48743b914713f96d93947c'] = 'Valore'; -$_LANGADM['AdminOrders1067f7778added234b6064bc8aa0765d'] = 'Rifornimento'; -$_LANGADM['AdminOrderse413f403aa8d5253b487d09fc84e47a0'] = 'Crea una nota di credito'; -$_LANGADM['AdminOrders400264c3cd8f2e65b9f19375230b59b8'] = 'Buono sconto'; -$_LANGADM['AdminOrders711cb64729ed5b666cf97c01691f5806'] = 'Includi spese di spedizione'; -$_LANGADM['AdminOrders6a5efd211a422296eab4adc476c98f0e'] = 'Restituisci prodotti'; -$_LANGADM['AdminOrders74c06eb18eeb118d7b3c623d0c717290'] = 'Rimborsa prodotti'; -$_LANGADM['AdminOrders4b8def9be8f45a8d6baea36b26868965'] = 'Cancella prodotti'; -$_LANGADM['AdminOrders341ee6bf57abde84135c32f55a607de2'] = 'Vuoi inviare questo messaggio al cliente?'; -$_LANGADM['AdminOrdersb55a2d6e1009d3881156a3495dd26de5'] = 'Nuovo messaggio'; -$_LANGADM['AdminOrders936ccdb97115e9f35a11d35e3d5b5cad'] = 'Clicca qui'; -$_LANGADM['AdminOrders9b2e4f5c43e114c3330ff9fdc69d2834'] = 'per aggiungere un commento o inviare un messaggio al cliente'; -$_LANGADM['AdminOrdersdc8d1b4e8c9bdf1eed97eb9ed5877a43'] = 'Vuoi riscrivere sul tuo messaggio esistente?'; -$_LANGADM['AdminOrders2ab74fb771ac34b95b1657895282d5d9'] = 'Scegli un messaggio standard'; -$_LANGADM['AdminOrders1c4b007ab8b28deb5a575109f32684ed'] = 'Mostra al cliente'; -$_LANGADM['AdminOrders93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminOrdersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminOrders9a0badbe4ffecaa004839769db6185d0'] = 'Max 600 caratt.'; -$_LANGADM['AdminOrders94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia'; -$_LANGADM['AdminOrders41de6d6cfb8953c021bbe4ba0701c8a1'] = 'Messaggi'; -$_LANGADM['AdminOrderscb1766c2f66e428afb3b74a67c045370'] = 'Contrasegna questo messaggio come \"letto\"'; -$_LANGADM['AdminOrdersdc5f499e83aef4f6811faa4081631740'] = 'Il'; -$_LANGADM['AdminOrdersd98a07f84921b24ee30f86fd8cd85c3c'] = 'da'; -$_LANGADM['AdminOrders73bd682c8a8613f6c009f1b802dc2cef'] = 'Privato:'; -$_LANGADM['AdminOrders20d1f35b42c6d4939d789a775880ba21'] = 'Quando leggi un messaggio, clicca sul quadratino verde'; -$_LANGADM['AdminOrderse06d7593c1cd6dabef450be6c3da7091'] = 'Restituzione prodotto'; -$_LANGADM['AdminOrders737c6aff6b2dd08403139539f31a3f7e'] = 'Nessuna restituzione di prodotto per questo ordine.'; -$_LANGADM['AdminOrderscf3bae95c5f6023d5a10fe415b205a45'] = 'Note di credito'; -$_LANGADM['AdminOrders8986eb49c98d0bc7867e0a5ecfefc4d7'] = 'Nessuna nota di credito per questo ordine.'; -$_LANGADM['AdminOrders630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; -$_LANGADM['AdminOrders66c4c5112f455a19afde47829df363fa'] = 'Totale:'; -$_LANGADM['AdminOrdersStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminOrdersStates49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminOrdersStates817434295a673aed431435658b65d9a7'] = 'Icona'; -$_LANGADM['AdminOrdersStatesbd88be5f33d835d0667fece965ab2443'] = 'Invia e-mail al cliente'; -$_LANGADM['AdminOrdersStates466eadd40b3c10580e3ab4e8061161ce'] = 'Fatture'; -$_LANGADM['AdminOrdersStates4bc61ab0b24e55663cafd86775a73d7a'] = 'Modello di e-mail'; -$_LANGADM['AdminOrdersStates510f6a8fda6eb21f9ff01954e034a29a'] = 'Per motivi di sicurezza, non puoi cancellare gli status dell\'ordine di default'; -$_LANGADM['AdminOrdersStates33af8066d3c83110d4bd897f687cedd2'] = 'Status dell\'ordine'; -$_LANGADM['AdminOrdersStates46d654225b4ccc1607fd1af012d18e12'] = 'Nome dello status:'; -$_LANGADM['AdminOrdersStatesa4bb440d400f4dc30f148b44d08680b4'] = 'Caratteri vietati: nombres et'; -$_LANGADM['AdminOrdersStatesbf068ace28aa095e354ff02a01d32f1e'] = 'Stato dell\'ordine (ad esempio, \'In attesa\')'; -$_LANGADM['AdminOrdersStates37242ae69082dfc3ec9d365a18a9606e'] = 'Icona:'; -$_LANGADM['AdminOrdersStatesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Carica un\'icona dal tuo computer (Tipo di file: .gif, dimensione consigliata: 16x16)'; -$_LANGADM['AdminOrdersStatesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Colore:'; -$_LANGADM['AdminOrdersStatesa6c03b9eff966268fe4de7b97f64309b'] = 'Permetti di evidenziare il colore dello status. Solo HTML (per es.: '; -$_LANGADM['AdminOrdersStates70f04749e7995edd7d59e2d034c08929'] = 'Considera l\'ordine associato come convalidato '; -$_LANGADM['AdminOrdersStates35388ca9e482238c6e9755d70a5a91a0'] = 'Permetti al cliente di scaricare e vedere la versione PDF della fattura'; -$_LANGADM['AdminOrdersStates08d2ca380ff45ca948d4f825ff4c31dc'] = 'Nascondi questo stato nell\'ordine per il cliente'; -$_LANGADM['AdminOrdersStates450dcddb1c36122c2c95a91d2bceec1d'] = 'Invia una e-mail al cliente quando l\'ordine è variato in questo status'; -$_LANGADM['AdminOrdersStates278c491bdd8a53618c149c4ac790da34'] = 'Modello'; -$_LANGADM['AdminOrdersStatesd9374980cff5b423a8ad65e86e8c86b0'] = 'Prima copia i tuoi modelli di e-mail nella directory'; -$_LANGADM['AdminOrdersStates6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Sono permessi solo lettere, numeri e -_'; -$_LANGADM['AdminOrdersStates31fde7b05ac8952dacf4af8a704074ec'] = 'Pre-visualizzazione'; -$_LANGADM['AdminOrdersStatesb32475cd81cfdb314b57ae77c560640f'] = 'Nome del modello della e-mail (HTML e .txt)'; -$_LANGADM['AdminOrdersStates38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminOrdersStates19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminPdf788ebe0fc7fc09c0c20069659af8e139'] = 'Impostazioni PDF per la lingua attuale:'; -$_LANGADM['AdminPdf41fcf9407f9c20e5d2306bbc4c3fed2f'] = 'Codifica:'; -$_LANGADM['AdminPdf7b66a66ca2141a1184bf40c300d00007'] = 'Codifica fatture PDF'; -$_LANGADM['AdminPdf7b33872f9b52c649fda24a8fef9492bb'] = 'Font:'; -$_LANGADM['AdminPdf8b28d3153d454696bef299fd0bbc2d7e'] = 'Font fatture PDF'; +$_LANGADM['AdminOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminOrdersf4ec5f57bd4d31b803312d873be40da9'] = 'Modifica'; +$_LANGADM['AdminOrdersf8246f1c2cfd9a81a376223428bd09d7'] = 'Nessuna fattura'; +$_LANGADM['AdminOrdersf8617a92ba0a0a4eabee724eab7c9f48'] = 'Mezzo di spedizione:'; +$_LANGADM['AdminOrdersf8b1369a8e9d90da0cae0b11049309af'] = 'Non definito'; +$_LANGADM['AdminOrdersfb61758d0f0fda4ba867c3d5a46c16a7'] = 'Fonti'; +$_LANGADM['AdminOrdersfbaedde498cdead4f2780217646e9ba1'] = 'PU'; +$_LANGADM['AdminOrdersfdfac28b5ad628f25649d9c2eb4fc62e'] = 'Restituito'; +$_LANGADM['AdminOutstanding1c76cbfe21c6f44c1d1e59d54f3e4420'] = 'Azienda'; +$_LANGADM['AdminOutstanding44749712dbec183e983dcd78a7736c41'] = 'Data'; +$_LANGADM['AdminOutstandingbcd1b68617759b1dfcff0403a6b5a8d1'] = 'PDF'; +$_LANGADM['AdminOutstandingce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Mostra le ultime quantità quando la quant. è inferiore a:'; $_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Modalità catalogo:'; +$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Mostra le caratteristiche non disponibile nella pagina del prodotto:'; $_LANGADM['AdminPPreferences0a2ab45f848348a2626b7491ab6d8cdd'] = 'pagina precedente'; $_LANGADM['AdminPPreferences11c3382637c5733a6221acf98129b298'] = 'Permetti l\'ordinazione di prodotti fuori magazzino:'; +$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Breve descrizione dimensione massima'; +$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Ordine di selezione di default per l\'elenco prodotti'; $_LANGADM['AdminPPreferences24c3ed033892f4548a23e4c50e8f6e7f'] = 'Il tasto aggiungi al carrello è nascosto quando il prodotto non è disponibile '; -$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Permetti gestione del magazzino:'; -$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Mostra le quantità disponibili nella pagina del prodotto:'; -$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'Attiva JqZoom invece di Thickbox nella pagina del prodotto:'; -$_LANGADM['AdminPPreferences08ed0bcf3c2ad0458a120a7b46fb11aa'] = 'Mostra le caratteristiche non disponibile nella pagina del prodotto:'; -$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Mostra il tasto \"aggiungi al carrello\" quando il prodotto ha le caratteristiche'; -$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Mostra o nascondi il tasto \"aggiungi al carrello\" nelle pagine delle categorie per i prodotti che hanno delle caratteristiche che convincono i clienti a vedere i dettagli del prodotto.'; -$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Num. massimo di articoli nel comparatore:'; -$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = 'Imposta a 0 per disattivare questa funzione'; -$_LANGADM['AdminPPreferences9d2f8578a64b498b2d164f7cc8e9086c'] = 'Minimo importo di acquisto richiesto per convalidare l\'ordine:'; -$_LANGADM['AdminPPreferences0499db31e756ee9a4f209cad2fafcbf4'] = 'Mostra le ultime quantità quando la quant. è inferiore a:'; -$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Numero di giorni in cui il prodotto è considerato \"nuovo\":'; +$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Prezzo del prodotto'; $_LANGADM['AdminPPreferences39cb26ab18c110579dec495581a11552'] = 'Re-direzione dopo aver aggiunto un prodotto al carrello:'; -$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Riguarda solo la versione non-AJAX del carrello'; +$_LANGADM['AdminPPreferences3ae332007d1df0ff39971bc1ae7ae27c'] = 'Num. massimo di articoli nel comparatore:'; +$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Posizione nella categoria'; $_LANGADM['AdminPPreferences4b8d849da50c8e72f839c5c7e1abfe95'] = 'pagina precedente'; +$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Data di aggiunta'; +$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'Come calcolare sconti di quantità'; $_LANGADM['AdminPPreferences74451598607d4a1844581e95abc69e82'] = 'Riassunto carrello'; $_LANGADM['AdminPPreferences759892e4fd5da7b789eee82dcca9df45'] = 'Prodotti per pagina:'; -$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Numoro di prodotti per pagina. Valore di default: 10'; -$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Selezione di defalut :'; -$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Selezione di default per l\'elenco prodotti'; -$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Nome del prodotto'; -$_LANGADM['AdminPPreferences290b7c47045d269e2ccfa69e6477acfe'] = 'Prezzo del prodotto'; -$_LANGADM['AdminPPreferences5b84212579db9037cfe4f22863b17789'] = 'Data di aggiunta'; -$_LANGADM['AdminPPreferences3cfcde53f39184634bc7b2344479fbc4'] = 'Posizione nella categoria'; +$_LANGADM['AdminPPreferences769d0fbed5bbf0bb965e0cf33d1d6334'] = 'Mostra le quantità disponibili nella pagina del prodotto:'; +$_LANGADM['AdminPPreferences78ed1e99c1143172692db7f58722c93f'] = 'Numero di giorni in cui il prodotto è considerato \"nuovo\":'; +$_LANGADM['AdminPPreferences7c96e8b786ae7bf55d100a864a73b44b'] = 'Permetti gestione del magazzino:'; +$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Sconti di quantità basato su:'; +$_LANGADM['AdminPPreferences90dc497d9d6686ce91ad5c94524020f0'] = 'Modalità catalogo:'; +$_LANGADM['AdminPPreferences990f7aaf94657fef90a1326a88958c78'] = 'Riguarda solo la versione non-AJAX del carrello'; +$_LANGADM['AdminPPreferences9b8bbcbf5a2788eb2d27b237413f7cd8'] = 'Mostra il tasto \"aggiungi al carrello\" quando il prodotto ha le caratteristiche'; +$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Impostare la dimensione massima di breve descrizione del prodotto'; +$_LANGADM['AdminPPreferencesa655e39faa3b79bdbfdbe59be2aa1013'] = 'Attiva JqZoom invece di Thickbox nella pagina del prodotto:'; +$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinazioni'; $_LANGADM['AdminPPreferencesc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttore'; +$_LANGADM['AdminPPreferencesc7c54c4ed31886079cd525b60c8867c1'] = 'Mostra o nascondi il tasto \"aggiungi al carrello\" nelle pagine delle categorie per i prodotti che hanno delle caratteristiche che convincono i clienti a vedere i dettagli del prodotto.'; +$_LANGADM['AdminPPreferencesca267c647010fcc8c76e3ccd3fddd572'] = 'Selezione di default per l\'elenco prodotti'; +$_LANGADM['AdminPPreferencesca7de506b98e6e8c63285923677507de'] = 'Numoro di prodotti per pagina. Valore di default: 10'; +$_LANGADM['AdminPPreferencesca9bccbec65b9e333e8896dbe43369df'] = 'Imposta a 0 per disattivare questa funzione'; +$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Crescente'; $_LANGADM['AdminPPreferencesd920ec381c352d9d92a53ed3d261e8c6'] = 'Data di modifica'; $_LANGADM['AdminPPreferencesdcf765af784bde828a35fc529a1760ef'] = 'Ordine di default:'; -$_LANGADM['AdminPPreferences18ab46929929152a148ad898fe038ccf'] = 'Ordine di selezione di default per l\'elenco prodotti'; -$_LANGADM['AdminPPreferencescf3fb1ff52ea1eed3347ac5401ee7f0c'] = 'Crescente'; +$_LANGADM['AdminPPreferencesdf644ae155e79abf54175bd15d75f363'] = 'Nome del prodotto'; $_LANGADM['AdminPPreferencese3cf5ac19407b1a62c6fccaff675a53b'] = 'Decrescente'; -$_LANGADM['AdminPPreferences14d14736f0cc7bbd49ee5dbc335d7f60'] = 'Breve descrizione dimensione massima'; -$_LANGADM['AdminPPreferences9df736cf267f1f94c5a4997fecbd4e3d'] = 'Impostare la dimensione massima di breve descrizione del prodotto'; -$_LANGADM['AdminPPreferencesc4d833424eba2cd43c9327d4943dc61f'] = 'Immagine creata da:'; -$_LANGADM['AdminPPreferences9df22f196a33acd0b372fe502de51211'] = 'auto'; -$_LANGADM['AdminPPreferenceseaae26a6fb20ed3ef54fb23bfa0b1fcc'] = 'larghezza'; -$_LANGADM['AdminPPreferencesb435e227d5dd201e1768b2bcb2e0aa81'] = 'altezza'; -$_LANGADM['AdminPPreferences32465c25dfecca0db61214b9af3bd9f1'] = 'Dimensione massima delle immagini del prodotto:'; -$_LANGADM['AdminPPreferencese57fbdf001b4b35e6ca7dcdc628ca853'] = 'Dimensione massima delle immagini caricabili dai clienti (in Bytes)'; -$_LANGADM['AdminPPreferences048a517fd1781ed314402df592f2ea68'] = 'Larghezza:'; -$_LANGADM['AdminPPreferencesc9c4e9c1a92d9b15e0cdefc7ddb1bbd5'] = 'Dimensione massima delle immagini inviate dai clienti'; -$_LANGADM['AdminPPreferences9a61f5ce3180789a8455f536681cabc1'] = 'Altezza:'; -$_LANGADM['AdminPPreferencesdde6c96bcb0af50f18f37572267d904a'] = 'Altezza massima delle immagini inviate dai clienti'; -$_LANGADM['AdminPPreferences044a77653804fe33652d68098d98121e'] = 'Utilizzare il file system immagine eredità:'; -$_LANGADM['AdminPPreferencese7ed00268dc16aecaac5a60aeb6f4c73'] = 'Questo dovrebbe essere impostata su yes se non spostato con successo le immagini in Preferenze> scheda Immagini'; -$_LANGADM['AdminPPreferences88694e637431115721b5241e652a178f'] = 'Sconti di quantità basato su:'; -$_LANGADM['AdminPPreferences68217d833599eb6fb56f9e6d2ca24196'] = 'Come calcolare sconti di quantità'; -$_LANGADM['AdminPPreferences068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; -$_LANGADM['AdminPPreferencesb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinazioni'; -$_LANGADM['AdminPaymenta75b01d1ff66cd0a327bda1effa71dec'] = 'Elenco moduli di pagamento'; -$_LANGADM['AdminPayment1f3a05f7b45df8e5c5cafaf0485eedd5'] = 'Clicca per vedere l\'elenco dei moduli di pagamento.'; -$_LANGADM['AdminPaymentdba77f97d76421a973d8e4903ec1b056'] = 'Limitazioni modulo di pagamento'; -$_LANGADM['AdminPayment1c2e8d60a8f68d08b7009d5e4d5fa137'] = 'Spunta la/e casella/e per ciascun modulo di pagamento per indicare la valuta/e .'; -$_LANGADM['AdminPaymentfa8d45faf5026180b0506317cab3a421'] = 'Spunta la/e casella/e per ciascun modulo di pagamento per indicare la nazione/i da attivare.'; -$_LANGADM['AdminPaymenta286df2cd70ded397d9f3955b0382c1c'] = 'Spunta la/e casella/e per ciascun modulo di pagamento per indicare li gruppi da attivare.'; -$_LANGADM['AdminPayment9d653d0b5635dcdbbbbaa7c4b42e7a31'] = 'Limitazioni di valute'; +$_LANGADM['AdminPPreferencese4636eaae9d9044b9ae49392197713ed'] = 'Selezione di defalut :'; $_LANGADM['AdminPayment1b1e7483572e24b802c4f4dec44b7a31'] = 'Limitazioni di gruppi'; -$_LANGADM['AdminPayment66b063fcc97a757c25e64c785b3f18a8'] = 'Limitazioni di nazioni'; -$_LANGADM['AdminPaymentcf7da676516ac041a93fd91755fa40f9'] = 'Nessun modulo di pagamento installato'; +$_LANGADM['AdminPayment1c2e8d60a8f68d08b7009d5e4d5fa137'] = 'Spunta la/e casella/e per ciascun modulo di pagamento per indicare la valuta/e .'; +$_LANGADM['AdminPayment1f3a05f7b45df8e5c5cafaf0485eedd5'] = 'Clicca per vedere l\'elenco dei moduli di pagamento.'; $_LANGADM['AdminPayment3e15057a39314e679d553bd9b6522ec8'] = 'Valuta del cliente'; +$_LANGADM['AdminPayment66b063fcc97a757c25e64c785b3f18a8'] = 'Limitazioni di nazioni'; +$_LANGADM['AdminPayment9d653d0b5635dcdbbbbaa7c4b42e7a31'] = 'Limitazioni di valute'; +$_LANGADM['AdminPaymenta286df2cd70ded397d9f3955b0382c1c'] = 'Spunta la/e casella/e per ciascun modulo di pagamento per indicare li gruppi da attivare.'; +$_LANGADM['AdminPaymenta75b01d1ff66cd0a327bda1effa71dec'] = 'Elenco moduli di pagamento'; $_LANGADM['AdminPaymentcdf4c2da827655c1ea74209dd683c903'] = 'Valuta di default'; +$_LANGADM['AdminPaymentcf7da676516ac041a93fd91755fa40f9'] = 'Nessun modulo di pagamento installato'; +$_LANGADM['AdminPaymentdba77f97d76421a973d8e4903ec1b056'] = 'Limitazioni modulo di pagamento'; $_LANGADM['AdminPaymente39a06ebd5bb473161c5dff3c79c80a5'] = 'Salva'; -$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Per utilizzare Memcached, è necessario installare l\'estensione PECL Memcache sul vostro server.'; -$_LANGADM['AdminPerformance3d064d5efb6cf2ed52cf72bfef7c7db2'] = 'Per usare CacheFS la directory'; -$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'deve essere scrivibile'; -$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; -$_LANGADM['AdminPerformancec12c5b5693a651c1a235e9040315ad33'] = 'Questo obbliga Smarty a (ri)compilare i moduli ad ogni richiesta. Questo è comodo per lo sviluppo e il debugging ma non deve essere mai usato in un ambiente di produzione.'; -$_LANGADM['AdminPerformance5824d53b7b15b236750314bdbf40f32a'] = 'Conserva la classe Blowfish'; -$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminPerformancebafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'Deve essere attivato tranne che per il debugging.'; -$_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Combinazione, Compressione e Cache)'; -$_LANGADM['AdminPerformanceecffc19cb5ada347980c0fd06ca337f4'] = 'CCCCCC ti permette di ridurre il tempo di caricamento della tua pagina in Front Office. Con queste impostazioni aumenterai le prestazioni senza neanche toccare codice fonte. Assicurati, però, che il tuo tema sia compatibile con PrestaShop 1.4+. Altrimenti, CCC causerà dei problemi.'; -$_LANGADM['AdminPerformancec7ceaefb9d7fd3731ae2a28abad2cb95'] = 'Smart cache per i fogli di stile'; -$_LANGADM['AdminPerformance6a4a08e9914c7067816a4a338cac9d20'] = 'Utilizza CCC per i fogli di stile'; -$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Mantieni il funzionamento classico'; -$_LANGADM['AdminPerformancecf00874a93cf1cca317853c54c9f40e3'] = '\"Smart cache\" per il codice JavaScript'; -$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'Utilizza CCC per il codice JavaScript'; -$_LANGADM['AdminPerformancec469db474a76169ecfbe4d16c0a94646'] = 'Mantieni il funzionamento classico'; -$_LANGADM['AdminPerformancef109757e57bb970f6b86a8f6c3e2b0d7'] = 'Riduzione del codice HTML'; -$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Riduci il codice HTML dopo l\'esecuzione della \"compilazione smarty\"'; -$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Mantieni il funzionamento classico'; -$_LANGADM['AdminPerformance64cef1b605534126797bee68f6555fec'] = 'Compressione di JavaScript nel codice HTML'; -$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Compressione di Java Script nel codice HTML dopo l\'esecuzione della \"compilazione smarty\"'; -$_LANGADM['AdminPerformance60eae0eda2c68006eb838a8cfd24cf80'] = 'Mantieni il funzionamento classico'; -$_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Compressione massima del codice HTML (pericoloso)'; -$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'Compressione massima del codice HTML Funziona solo quando è attivato \"Riduzione del codice HTML\". Attenzione, questa funzione disattiva la validità W3C.'; -$_LANGADM['AdminPerformancef15de4c26829bbbde82a73377dee57be'] = 'Mantieni la convalida W3c'; -$_LANGADM['AdminPerformance86d197c88189c32765b202ff04db1022'] = 'Server media (utilizzato solo quando CCC è attivato)'; -$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Devi inserire un altro dominio o sotto dominio per non usare più il cookie per il contenuto statico.'; -$_LANGADM['AdminPerformance3ed7fddd0f381c4fe4683fc9e856dbcf'] = 'Server media n.1'; -$_LANGADM['AdminPerformance6acc18c03f7557fffe520276b1d92875'] = 'Indica il secondo dominio del tuo negozio, (per es., myshop-media-server-1.com). Se non ce l\'hai, lascia vuoto questo campo'; -$_LANGADM['AdminPerformance9dafd449b62301e26c635b976b231b88'] = 'Server media n.2'; -$_LANGADM['AdminPerformance41082af484e7d21ed97209e00f9acf97'] = 'Indica il terzo dominio del tuo negozio, (per es., myshop-media-server-2.com). Se non ce l\'hai, lascia vuoto questo campo'; -$_LANGADM['AdminPerformance391e79edab921e1974705a7096055dde'] = 'Server media n.3'; -$_LANGADM['AdminPerformanced909b5755af85b4f5d19f9cce0775a91'] = 'Indica il quarto dominio del tuo negozio, (per es., myshop-media-server-3.com). Se non ce l\'hai, lascia vuoto questo campo'; -$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Cifratura'; -$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt è più rapido della nostra classe BlowFish, ma richiede l\'estensione PHP \"mcrypt\". Se cambi questa configurazione, tutti i cookies saranno resettati.'; -$_LANGADM['AdminPerformance4afa80e77a07f7488ce4d1bdd8c4977a'] = 'Algoritmo'; -$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Usa Rijndael con mcrypt lib.'; -$_LANGADM['AdminPerformancedc653b2b8f2af0dee63edabf1a7ede5b'] = 'Mantieni la classe BlowFish del cliente'; -$_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; -$_LANGADM['AdminPerformance209007e0c3ea294541d8dbaf9b2c0cc8'] = 'Utilizza la cache :'; +$_LANGADM['AdminPaymentfa8d45faf5026180b0506317cab3a421'] = 'Spunta la/e casella/e per ciascun modulo di pagamento per indicare la nazione/i da attivare.'; $_LANGADM['AdminPerformance00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminPerformanceb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Attiva o disattiva il sistema di cache'; -$_LANGADM['AdminPerformancef3799005455e4338e44d1d9130e4c758'] = 'Sistema di cache'; +$_LANGADM['AdminPerformance02d56cf7754ce16d7ce0193fbca7c90a'] = 'Cache'; $_LANGADM['AdminPerformance05894ba2c918dd33592bf1bd21c347f6'] = 'Memcached'; -$_LANGADM['AdminPerformance6c202452e44c42e323204da2a3a3c24a'] = 'Sistema di file'; -$_LANGADM['AdminPerformance3b690cc2c46a821f4ec11a89f0683f1c'] = 'Il CacheFS sistema dovrebbe essere utilizzato solo quando l\'infrastruttura contengono un solo server front-end. Chiedete al vostro società di hosting, se non lo so.'; -$_LANGADM['AdminPerformance1a278351f1f4e09e91647c5ecdaecd61'] = 'Numero di livelli della struttura ad albero'; -$_LANGADM['AdminPerformance74c9e12c3a19cfb79b79faf579934844'] = 'Aggiungi un server'; -$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'Indirizzo IP:'; -$_LANGADM['AdminPerformance64ea53ab0a03507af104853e03c2db28'] = 'Porta:'; $_LANGADM['AdminPerformance0ae00a25b134fd5949f4e08e28194b1b'] = 'Peso:'; -$_LANGADM['AdminPerformance71401d51b276ed4ddcee6b6d4f6f843b'] = 'Aggiungi un server'; +$_LANGADM['AdminPerformance0d6bf1934cab1de045b189eed03c3d42'] = 'Deve essere attivato tranne che per il debugging.'; +$_LANGADM['AdminPerformance1a278351f1f4e09e91647c5ecdaecd61'] = 'Numero di livelli della struttura ad albero'; +$_LANGADM['AdminPerformance209007e0c3ea294541d8dbaf9b2c0cc8'] = 'Utilizza la cache :'; +$_LANGADM['AdminPerformance21021ea0e52be8e9c599f4dff41e5be0'] = 'Caratteristica'; +$_LANGADM['AdminPerformance32a2e7694628335252aceb0552a6f6ba'] = 'Per utilizzare Memcached, è necessario installare l\'estensione PECL Memcache sul vostro server.'; +$_LANGADM['AdminPerformance32d593fb52ab5e4ae3f16844b576867d'] = 'Questo aggiunge indicazioni al tuo file .htaccess che dovrebbero migliorare cache e compressione.'; +$_LANGADM['AdminPerformance38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminPerformance39288e61e4ec7652a64de79b94be2c78'] = 'Compressione massima del codice HTML (pericoloso)'; +$_LANGADM['AdminPerformance3b690cc2c46a821f4ec11a89f0683f1c'] = 'Il CacheFS sistema dovrebbe essere utilizzato solo quando l\'infrastruttura contengono un solo server front-end. Chiedete al vostro società di hosting, se non lo so.'; +$_LANGADM['AdminPerformance3d064d5efb6cf2ed52cf72bfef7c7db2'] = 'Per usare CacheFS la directory'; +$_LANGADM['AdminPerformance40f69b99e05503042c924aa2f609908e'] = 'Riduci il codice HTML dopo l\'esecuzione della \"compilazione smarty\"'; +$_LANGADM['AdminPerformance41082af484e7d21ed97209e00f9acf97'] = 'Indica il terzo dominio del tuo negozio, (per es., myshop-media-server-2.com). Se non ce l\'hai, lascia vuoto questo campo'; $_LANGADM['AdminPerformance490aa6e856ccf208a054389e47ce0d06'] = 'Id'; -$_LANGADM['AdminPerformancef396ae69aa223c04dff639b3649ba1dd'] = 'IP'; +$_LANGADM['AdminPerformance5824d53b7b15b236750314bdbf40f32a'] = 'Conserva la classe Blowfish'; $_LANGADM['AdminPerformance60aaf44d4b562252c04db7f98497e9aa'] = 'Porta'; +$_LANGADM['AdminPerformance60eae0eda2c68006eb838a8cfd24cf80'] = 'Mantieni il funzionamento classico'; +$_LANGADM['AdminPerformance64cef1b605534126797bee68f6555fec'] = 'Compressione di JavaScript nel codice HTML'; +$_LANGADM['AdminPerformance64ea53ab0a03507af104853e03c2db28'] = 'Porta:'; +$_LANGADM['AdminPerformance689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminPerformance6a4a08e9914c7067816a4a338cac9d20'] = 'Utilizza CCC per i fogli di stile'; +$_LANGADM['AdminPerformance6acc18c03f7557fffe520276b1d92875'] = 'Indica il secondo dominio del tuo negozio, (per es., myshop-media-server-1.com). Se non ce l\'hai, lascia vuoto questo campo'; +$_LANGADM['AdminPerformance6c202452e44c42e323204da2a3a3c24a'] = 'Sistema di file'; +$_LANGADM['AdminPerformance71401d51b276ed4ddcee6b6d4f6f843b'] = 'Aggiungi un server'; +$_LANGADM['AdminPerformance74c9e12c3a19cfb79b79faf579934844'] = 'Aggiungi un server'; +$_LANGADM['AdminPerformance7b351ea64247065ff0110b1f8284deb8'] = 'Attiva o disattiva il sistema di cache'; +$_LANGADM['AdminPerformance829d7912abe53442bf79a6dcf4df2540'] = 'Compressione massima del codice HTML Funziona solo quando è attivato \"Riduzione del codice HTML\". Attenzione, questa funzione disattiva la validità W3C.'; +$_LANGADM['AdminPerformance86d197c88189c32765b202ff04db1022'] = 'Server media (utilizzato solo quando CCC è attivato)'; $_LANGADM['AdminPerformance8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminPreferences6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; -$_LANGADM['AdminPreferencesc035796995e11f000835780bbadbd575'] = 'Standard (5 fasi)'; -$_LANGADM['AdminPreferencesb563636fd3896671be0104bbc6783be4'] = 'Checkout rapido'; -$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superiore'; -$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inferiore'; -$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'classico'; -$_LANGADM['AdminPreferences7fe15a347d66e291d7a1375273226205'] = 'Attiva negozio'; -$_LANGADM['AdminPreferences049104cffa3c1841dece50e6e41f749c'] = 'Attiva o disattiva il tuo negozio. Disattiva il negozio mentre stai facendovi la manutenzione. Nota però che il webservice non sarà disattivato.'; -$_LANGADM['AdminPreferencesdaf835712085aaaf81818e7ebfeb66b8'] = 'IP de manutenzione'; -$_LANGADM['AdminPreferences894cd7887e47ca0e836e31577664b1ea'] = 'Indirizzi IP autorizzati ad accedere a Front Office anche se il negozio è disattivato. Usa una virgola per separarli (per es., 42.24.4.2,127.0.0.1,99.98.97.96)'; -$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Attiva SSL'; -$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Se il tuo host permette SSL, puoi attivare il criptaggio SSL (https://) per l\'identificazione dell\'account cliente e elaborazione dell\'ordine'; -$_LANGADM['AdminPreferencesed5454727fb14b9800ead242d0972184'] = 'Controllare IP sul cookie'; -$_LANGADM['AdminPreferences9cfc2e28ebe44b3e14f9d780d2150650'] = 'Verificare l\'indirizzo IP del cookie al fine di evitare che il cookie venga rubato'; -$_LANGADM['AdminPreferencesc87330f475e4384552c0077927d26e1a'] = 'Durata del cookie Front Office'; -$_LANGADM['AdminPreferences6d964e25aa6aa88c8353880e00202cf4'] = 'Indicare il numero di ore'; -$_LANGADM['AdminPreferencese673b146824251548feecf1f3929aceb'] = 'Durata del cookie di Back Office'; -$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Aumenta la sicurezza di Front Office'; -$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Attiva o disattiva i token di Front Office per aumentare la sicurezza di PrestaShop'; -$_LANGADM['AdminPreferences16c390c0fd1efc4f493a6a861aa22d2f'] = 'Icone di aiuto di Back-office'; -$_LANGADM['AdminPreferencesdc58d598b2b22e50c5af01134305a4fb'] = 'Attiva le icone gialle di aiuto che si trovano sotto i campi di inserimento'; -$_LANGADM['AdminPreferences59aad85b376259844b471a758908a3c1'] = 'Tipo di elaborazione dell\'ordine'; -$_LANGADM['AdminPreferences6c9f73b6b5d16baa641cf8343348eb8d'] = 'Puoi scegliere il tipo di elaborazione dell\'ordine standard (5 fasi, 5 pagine) o il Checkout rapido (5 fasi nella stessa pagina)'; -$_LANGADM['AdminPreferences403e42a4b26e379cb13563c98ab63067'] = 'Attiva l\'orine express (checkout ospite)'; -$_LANGADM['AdminPreferences11e7774c4aeee369f9de701a795fb58d'] = 'Il tuo ospite può effettuare un ordine senza registrarsi'; -$_LANGADM['AdminPreferencese4045598261988d9988c594243a9434d'] = 'Condizioni generali di vendita'; -$_LANGADM['AdminPreferences342b52e8fe475dc8b5bf11afbfd46ea4'] = 'Chiedi ai clienti di accettare o rifiutare le CGV prima di elaborare l\'ordine'; -$_LANGADM['AdminPreferencesd4d27f93d89b170800f7896e3e438468'] = 'Pagina CMS delle condizioni generali di vendita'; -$_LANGADM['AdminPreferences6cda6c81a66d7faecf49e94a3b55e924'] = 'Scegli la pPagina CMS delle condizioni generali di vendita'; -$_LANGADM['AdminPreferencescd712537c39c43dcbf61e61a6df83cdd'] = 'Offri la carta regalo'; -$_LANGADM['AdminPreferences28a318da44a83a4124b9cbcfa4978722'] = 'Consiglia carta regalo al cliente e la possibilità di inviare un messaggio '; -$_LANGADM['AdminPreferences2a0677dae563d574fb1c50badaa4eabf'] = 'Prezzo della carta regalo'; -$_LANGADM['AdminPreferencesc173252856179a44a9506a968359de8b'] = 'Stabilisci il prezzo della carta regalo'; -$_LANGADM['AdminPreferences0d8bdbe98feb696dd76760ee1374a740'] = 'Tassa della carta regalo'; -$_LANGADM['AdminPreferences9311ccba175a9f2fc72e7c6a3dfb6078'] = 'Stabilisci una tassa per il prezzo della carta regalo'; -$_LANGADM['AdminPreferences3aadb5e86b174ecada1174e22f5a6368'] = 'Dimensione massima allegati'; -$_LANGADM['AdminPreferences2ca89cca013873c7f841e1acf242b3d6'] = 'Impostare la dimensione massima dei file allegati (in megabyte).'; -$_LANGADM['AdminPreferences12cbe1a4645659457808631047989afb'] = 'Massimo:'; -$_LANGADM['AdminPreferencesb667478ccafce4bff6d427a6bca06269'] = 'Offri la confezione riciclata'; -$_LANGADM['AdminPreferencese84eed89f38f20639431d99ad2f5ee8a'] = 'Il cliente sceglie di ricevere una confezione riciclata'; -$_LANGADM['AdminPreferencese6b03a6bdf49d1cd0655e0f7a3d990cb'] = 'Mostrare di nuovo il carrello al login'; -$_LANGADM['AdminPreferences8d7a93422a7ecd89d12811e22055f6d5'] = 'Recupero del carrello dopo l\'autenticazione del cliente'; -$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Modalità arrotondamento'; -$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Puoi scegliere come arrotondare i prezzi: sempre verso l\'alto, sempre verso il basso, o arrotondamento classico.'; -$_LANGADM['AdminPreferences46f18d3960afc01e5a1a5a0e0e9d571b'] = 'Controlla automaticamente gli aggiornamenti del modulo'; -$_LANGADM['AdminPreferences686a2ac82a5a64eca870ba9a55b8a675'] = 'I nuovi moduli e gli aggiornamenti sono mostrati nella pagina moduli'; -$_LANGADM['AdminPreferencesa9fff6d50be898f47a507354626b8b8d'] = 'Nascondi suggerimenti per l\'ottimizzazione'; -$_LANGADM['AdminPreferencese4e2107f99e82247d7e32ac7919c4416'] = 'Nascondi suggerimenti per l\'ottimizzazione sulla home page di back office'; -$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Mostra fornitori e produttori'; -$_LANGADM['AdminPreferences4be87dc8773fa2fb95b7b8302cb47fa9'] = 'Mostra elenco fornitori e produttori anche se i blocchi corrispondenti sono disattivati'; -$_LANGADM['AdminPreferencesd5bc5fd307b108537039b6b6f98889d5'] = 'Fuso orario:'; -$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Fare clic qui per utilizzare il protocollo HTTPS prima di abilitare SSL.'; +$_LANGADM['AdminPerformance93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminPerformance9535ef94bfc73ca1933e6bcfc4e64ded'] = 'Usa Rijndael con mcrypt lib.'; +$_LANGADM['AdminPerformance9f2dedca6e0a783e7e52037b635c7c91'] = 'Indirizzo IP:'; +$_LANGADM['AdminPerformance9f8a0aaa0d8c5eeb98f607482e6f2543'] = 'Cifratura'; +$_LANGADM['AdminPerformancea80f3ba9da16baa959b8685c8538099d'] = 'Mantieni il funzionamento classico'; +$_LANGADM['AdminPerformancea9b036d3e91d53892d6a67c31327e456'] = 'deve essere scrivibile'; +$_LANGADM['AdminPerformanceaee8eb501dcb805b13f843db6dc56e9b'] = 'Devi inserire un altro dominio o sotto dominio per non usare più il cookie per il contenuto statico.'; +$_LANGADM['AdminPerformanceb0744a0fedad81b59019ea2cfd6d0bb9'] = 'Utilizza CCC per il codice JavaScript'; +$_LANGADM['AdminPerformanceb07e7131a6007b2a1a765bdd0e1e4894'] = 'Caratteristica:'; +$_LANGADM['AdminPerformanceb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminPerformancebafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminPerformancec12c5b5693a651c1a235e9040315ad33'] = 'Questo obbliga Smarty a (ri)compilare i moduli ad ogni richiesta. Questo è comodo per lo sviluppo e il debugging ma non deve essere mai usato in un ambiente di produzione.'; +$_LANGADM['AdminPerformancec469db474a76169ecfbe4d16c0a94646'] = 'Mantieni il funzionamento classico'; +$_LANGADM['AdminPerformancec9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminPerformancecf00874a93cf1cca317853c54c9f40e3'] = '\"Smart cache\" per il codice JavaScript'; +$_LANGADM['AdminPerformanced909b5755af85b4f5d19f9cce0775a91'] = 'Indica il quarto dominio del tuo negozio, (per es., myshop-media-server-3.com). Se non ce l\'hai, lascia vuoto questo campo'; +$_LANGADM['AdminPerformancedc653b2b8f2af0dee63edabf1a7ede5b'] = 'Mantieni la classe BlowFish del cliente'; +$_LANGADM['AdminPerformanceea3552401a65fd61c45745b3345b12f0'] = 'Compressione di Java Script nel codice HTML dopo l\'esecuzione della \"compilazione smarty\"'; +$_LANGADM['AdminPerformanceecffc19cb5ada347980c0fd06ca337f4'] = 'CCCCCC ti permette di ridurre il tempo di caricamento della tua pagina in Front Office. Con queste impostazioni aumenterai le prestazioni senza neanche toccare codice fonte. Assicurati, però, che il tuo tema sia compatibile con PrestaShop 1.4+. Altrimenti, CCC causerà dei problemi.'; +$_LANGADM['AdminPerformancef109757e57bb970f6b86a8f6c3e2b0d7'] = 'Riduzione del codice HTML'; +$_LANGADM['AdminPerformancef15de4c26829bbbde82a73377dee57be'] = 'Mantieni la convalida W3c'; +$_LANGADM['AdminPerformancef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attributo'; +$_LANGADM['AdminPerformancef3799005455e4338e44d1d9130e4c758'] = 'Sistema di cache'; +$_LANGADM['AdminPerformancef396ae69aa223c04dff639b3649ba1dd'] = 'IP'; +$_LANGADM['AdminPerformancef4efdd180586cba038b52f2471e4075d'] = 'CCC (Combinazione, Compressione e Cache)'; +$_LANGADM['AdminPerformancef8198a372da81edfca0693a81242149d'] = 'Mcrypt è più rapido della nostra classe BlowFish, ma richiede l\'estensione PHP \"mcrypt\". Se cambi questa configurazione, tutti i cookies saranno resettati.'; +$_LANGADM['AdminPerformancef8d698aea36fcbead2b9d5359ffca76f'] = 'Smarty'; +$_LANGADM['AdminPerformancefdb3644651f3871a5e73f4dc271b64e3'] = 'Mantieni il funzionamento classico'; $_LANGADM['AdminPreferences0db377921f4ce762c62526131097968f'] = 'Generale'; -$_LANGADM['AdminPreferences93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminPreferencesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminPreferencesc6e98a4b0af7d0f66842f744d999e436'] = 'Per poter utilizzare un nuovo tema, attieniti alla seguente procedura:'; -$_LANGADM['AdminPreferences432eb00cc8aace97c632fea212575b51'] = 'Importare il tema utilizzando questo modulo:'; -$_LANGADM['AdminPreferences2b5bde814a5f94ea73f447cdbcfb49fd'] = 'Tema di installazione'; -$_LANGADM['AdminPreferences64915993f11c4fbd47d8a6465f44125c'] = 'Quando il tema è importato, seleziona il tema in questa pagina'; -$_LANGADM['AdminPreferences21034ae6d01a83e702839a72ba8a77b0'] = 'Tasse escl.'; -$_LANGADM['AdminPreferencesc770d8e0d1d1943ce239c64dbd6acc20'] = 'Aggiungi il mio IP'; -$_LANGADM['AdminPreferences6a7a397c4d4b5842440eb4eab1f7af8c'] = 'Se cambi il tema, il file settings.inc.php deve essere scrivibile (CHMOD 755 / 777)'; +$_LANGADM['AdminPreferences1656072e927c8d3acd24359cbb648bb5'] = 'Attiva SSL'; +$_LANGADM['AdminPreferences27f3765c3871cd5fe52f88f31dfe2c89'] = 'superiore'; $_LANGADM['AdminPreferences38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminPreferences19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminProductsc03d53b70feba4ea842510abecd6c45e'] = 'Foto'; -$_LANGADM['AdminProducts49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminProducts63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; -$_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Prezzo base'; -$_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Prezzo finale'; -$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; -$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Status'; -$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'File troppo grande, dimensione massima autorizzata:'; -$_LANGADM['AdminProductsba34ea40525a4379add785228e37fe86'] = 'kb'; -$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'La dimensione del file che stai tentando di caricare è: '; -$_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'Copia del file non riuscita'; -$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'il file'; -$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'eccede la dimensione permessa dal server, il cui limite è '; -$_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; -$_LANGADM['AdminProducts01f8544c8fd4628bc686502e8b727d95'] = 'il campo'; -$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'è obbligatorio'; -$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'è obbligatorio almeno in'; -$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'è troppo lungo'; -$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'Caratteri massimi:'; -$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'conta adesso'; -$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'non valido'; -$_LANGADM['AdminProductsb02e6af1f7307868a643fb4ea1323f43'] = 'il prodotto deve essere in almeno una Categoria'; -$_LANGADM['AdminProductsbea25554b38032f5da2d8b505b604314'] = 'il prodotto deve essere in almeno una categoria di default'; -$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Elenco di tag'; -$_LANGADM['AdminProducts92c75dc7b5c97898f326b95360d4bac7'] = 'mostra il nome del file'; -$_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'numero di giorni'; -$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'data di scadenza'; -$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'non è valido'; -$_LANGADM['AdminProducts12863510995b6eb729281e1e911852af'] = 'l comportamento \"quando non è in magazzino\" deve essere \"nega ordine\" per i prodotti virtuali .'; -$_LANGADM['AdminProductsb9af8635591dc44009ccd8e5389722ec'] = 'Nessun prodotto trovato'; -$_LANGADM['AdminProducts86024cad1e83101d97359d7351051156'] = 'prodotti'; -$_LANGADM['AdminProductsf5bf48aa40cad7891eb709fcf1fde128'] = 'prodotto'; -$_LANGADM['AdminProducts396b0e222e9c86056374ba077e78667b'] = 'nella categoria'; -$_LANGADM['AdminProductsd144d85fc8b89f6deba2eef20d1deee7'] = 'Aggiungi nuovo prodotto'; -$_LANGADM['AdminProducts5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessun oggetto trovato'; -$_LANGADM['AdminProducts07213a0161f52846ab198be103b5ab43'] = 'errori'; -$_LANGADM['AdminProductscb5e100e5a9a3e7f6d1fd97512215282'] = 'errore'; -$_LANGADM['AdminProductsc3543f3c6662fa1dedf70ed9c35053c0'] = 'Il tuo prodotto sarà salvato come bozza'; -$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Salva e vedi in anteprima'; -$_LANGADM['AdminProductsa1dd23525470a5a87b159ff4e53675e9'] = 'Prosotto in corso:'; -$_LANGADM['AdminProductsc5b61a7732a63a64c9053c89119019cb'] = 'non definito'; -$_LANGADM['AdminProducts873204675cdaee94cd0e27c18c0c3d0f'] = 'Diminuisci il tuo magazzino'; -$_LANGADM['AdminProductsa55e7def30626a5de92fb5bac30e765f'] = 'Aumenta il tuo magazzino'; -$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Prezzo'; -$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinazioni'; -$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Caratt.'; -$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Personalizzazione'; -$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Documenti allegati'; -$_LANGADM['AdminProducts0f360178e55e08572b33b66578002d5d'] = 'Ritorna alla categoria'; -$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'Devi salvare questo prodotto prima di aggiungere prezzi specifici'; -$_LANGADM['AdminProducts850611eb409c54ab510153d91572be5b'] = 'Prezzi specifici attuali'; -$_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Valuta'; -$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; -$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Gruppo'; -$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Prezzo'; -$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = 'Tasse escl.'; -$_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Sconto'; -$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Periodo'; -$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'A partire da (quantità)'; +$_LANGADM['AdminPreferences4be87dc8773fa2fb95b7b8302cb47fa9'] = 'Mostra elenco fornitori e produttori anche se i blocchi corrispondenti sono disattivati'; +$_LANGADM['AdminPreferences700e61469b84a66ddb24304a85b0c181'] = 'classico'; +$_LANGADM['AdminPreferences79a8435260e0c3b17e30ccb1c6dfc75c'] = 'Mostra fornitori e produttori'; +$_LANGADM['AdminPreferences8de64d6b49cebd2306af6ddbcd268700'] = 'Se il tuo host permette SSL, puoi attivare il criptaggio SSL (https://) per l\'identificazione dell\'account cliente e elaborazione dell\'ordine'; +$_LANGADM['AdminPreferences95be164e850e88c5282e84669f368e1b'] = 'Puoi scegliere come arrotondare i prezzi: sempre verso l\'alto, sempre verso il basso, o arrotondamento classico.'; +$_LANGADM['AdminPreferencesac2021d3c67ee796d7ab20a466ebd583'] = 'Modalità arrotondamento'; +$_LANGADM['AdminPreferencesbbd6622dbbdf4bcb166f5e3f018a2351'] = 'Fare clic qui per utilizzare il protocollo HTTPS prima di abilitare SSL.'; +$_LANGADM['AdminPreferencescce43372fe8624c0edf870f417557b84'] = 'Attiva o disattiva i token di Front Office per aumentare la sicurezza di PrestaShop'; +$_LANGADM['AdminPreferencese12874163bcb256726ddfe643aa53a63'] = 'Aumenta la sicurezza di Front Office'; +$_LANGADM['AdminPreferencesf8d23e159df67b2673d7c29166864453'] = 'inferiore'; $_LANGADM['AdminProducts004bf6c9a40003140292e97330236c53'] = 'Azione'; -$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Non ci sono prezzi specifici'; -$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Senza limiti'; -$_LANGADM['AdminProducts5da618e8e4b89c66fe86e32cdafde142'] = 'Da'; -$_LANGADM['AdminProductse12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'Tutte le valute'; -$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Tutte le nazioni'; -$_LANGADM['AdminProductse4c4c68c7515704a91d90207067dcbbe'] = 'Tutti i gruppi'; -$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminProducts4d774376eedc9e76eb3ecd52629ca6d5'] = 'Gestione priorità'; -$_LANGADM['AdminProductsa7fd31ae96c5e8cd392b7dce990ed8f2'] = 'A volte un cliente può rientrare in più regole, le priorità ti permettono di definire quale regola applicare.'; -$_LANGADM['AdminProducts77b4fe51b2eede1e804277e64ceb9a22'] = 'Priorità:'; -$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Applica a tutti i prodotti'; -$_LANGADM['AdminProducts9639e32cab248434a17ab32237cb3b71'] = 'Applica'; -$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Aggiungi un prezzo specifico'; -$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Per:'; -$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponibile da'; -$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'fino al'; -$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'A partire da'; -$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'unità'; -$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Prodotto di prezzo'; -$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(IVA escl.)'; -$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Attuale'; -$_LANGADM['AdminProducts9004d8f63917997431815639087b37b2'] = 'Puoi impostare questo valore a 0 in modo da applicare il prezzo di default'; -$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Applica uno sconto di'; -$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Ammontare'; -$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Percentuale'; -$_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = '(se impostato su \"ammontare\", le tasse sono incluse)'; -$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; -$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'richiesti'; -$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Aggiungi i modifica le proprietà personalizzabili'; -$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Campi di file:'; -$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Numero di campi di upload file da mostrare'; -$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Campi di testo:'; -$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Numero di campi di testo da mostrare'; -$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Aggiorna le impostazioni'; -$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Campi di file:'; -$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Salva i campi'; -$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Documento allegato'; -$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nome del file'; -$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; -$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'File'; -$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Carica un file dal tuo computer'; -$_LANGADM['AdminProducts92b69747c04b60634ec738b2e0d01abc'] = 'Aggiungi nuovo documento allegato'; -$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto'; -$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Documenti allegati per questo prodotto'; -$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Elimina'; -$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documenti allegati disponibili'; -$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Aggiorna i documenti allegati'; -$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Info.'; -$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Informaz. globali sul prodotto'; -$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?'; -$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Cancella questo prodotto'; -$_LANGADM['AdminProducts0f20e95f40a601e2a9312facdbe3c672'] = 'Visualizza prodotto nel negozio'; -$_LANGADM['AdminProducts3094af8ef1a9cd6080c00647a5fbfc61'] = 'Visualizza vendite del prodotto'; -$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:'; -$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Caratteri speciali ammessi:'; -$_LANGADM['AdminProducts66b02975abe1eaca734427011e342ee3'] = 'Riferimento fornitori:'; -$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 o JAN :'; -$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Giappone)'; -$_LANGADM['AdminProductsaf7448c885be0d8acd5eb84322176570'] = 'UPC :'; -$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(USA, Canada)'; -$_LANGADM['AdminProducts34ee375e4b891ae82c767c498be6ff0a'] = 'Posizione (magazzino):'; -$_LANGADM['AdminProducts5362207e69f819de2b0fd72922ff30db'] = 'Larghezza (pacco):'; -$_LANGADM['AdminProducts439919935798d6aa9b1bd38a25eb2bf5'] = 'Altezza (pacco):'; -$_LANGADM['AdminProducts7d3b604ce04b4bdb6c0ed9df377c8ef9'] = 'Profondità (pacco):'; -$_LANGADM['AdminProductsc27ff8defa50d70571392ab3c1266a92'] = 'Peso (pacco):'; -$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Opzioni: '; -$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'disponibile per l\'ordine'; -$_LANGADM['AdminProductscc3eb602e84d53395873953f354be5b3'] = 'Visualizzazione dei prezzi'; -$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'Visualizzazione dei prezzi'; -$_LANGADM['AdminProducts70424709b86c615fa200079c455d5e46'] = 'solo online'; -$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'solo online (non venduto in negozio)'; -$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Stato:'; -$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo'; -$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Occasione'; -$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'imesso a nuovo'; -$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Produttore:'; -$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Scegli (opzionale)'; -$_LANGADM['AdminProducts4cf86e65aa090f9e3acbfaba9f6af9a4'] = 'Stai per perdere le modifiche, vuoi continuare?'; -$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Crea'; -$_LANGADM['AdminProducts90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Fornitore:'; -$_LANGADM['AdminProducts6d166a0253ed1e35debeceeb2f1e9e0b'] = 'Sei sicuro di voler cancellare le informazioni sul prodotto inserite?'; -$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Immagine'; -$_LANGADM['AdminProducts8bf8854bebe108183caeb845c7676ae4'] = 'da'; -$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Chiudi'; -$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(o \"Esc\")'; -$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Successivo >'; -$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '< Precedente'; -$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'il file'; -$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'è stato caricato con successo'; -$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Nuova etichetta'; -$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Scegli la lingua:'; -$_LANGADM['AdminProducts1dc4f17cec0a821aabdecdd1664081ec'] = 'Prodotto scaricabile'; -$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Il tuo repertorio di download non è scrivibile.'; -$_LANGADM['AdminProducts8e03216b659e802fba1656a5ceb211fb'] = 'Il file di questo prodotto è mancante'; -$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'La dimensione massima di upload del file permessa dal tuo server è'; -$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Carica un file'; -$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Cancella il file'; -$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Ecco il link'; -$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Nome del file'; -$_LANGADM['AdminProducts37bde2365871f3c9ca3efe90c2f0e7fa'] = 'Il nome del file per completo con la sua estensione (esempio: Libro.pdf)'; -$_LANGADM['AdminProducts7e93b54f29abc0e84d489bf739a67e5f'] = 'Numero di download'; -$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Numero di downloads autorizzati per cliente'; -$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Data di scadenza'; -$_LANGADM['AdminProducts2b05e1a0e6c62dbf0018af09ed38f4e0'] = 'Formato: AAAA-MM-GG'; -$_LANGADM['AdminProducts65be3ad50ca00caff377d6a988c3823c'] = 'Nessuna data di scadenza se lasci vuoto questo spazio'; -$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Numero di giorni'; -$_LANGADM['AdminProducts44118d6d6ecd2f24f53ec6393a66baa1'] = 'Per quanti giorni i clienti possono accedere a questo file'; -$_LANGADM['AdminProducts282c59515d1ea09d37d4d9980bba3e58'] = 'imposta a zero per un accesso limitato'; -$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Prezzo di acquisto tasse escl.'; -$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Il prezzo di acquisto a cui hai acquistato questo prodotto'; -$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Prezzo di vendita tasse escl.'; -$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Il prezzo di vendita senza tasse del prodotto'; -$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Regime fiscale:'; -$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Nessuna tassa'; -$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Tasse attualmente disattivate'; -$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Vedi opzioni'; -$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Eco-tassa (tasse incl.)'; -$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'Già incluso nel prezzo'; -$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Prezzo di vendita tasse incl.:'; -$_LANGADM['AdminProducts90b9d77dd96eaf4b15ff80bf8ef6fcfe'] = 'Prezzo unitario tasse escl.:'; -$_LANGADM['AdminProductsfe3838c7c11aa406dd956566e17360d5'] = 'da'; -$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; -$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'con tasse'; -$_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'Es. 15 dollari per libbra'; -$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Mostra l\'icona \"saldi\" nella pagina del prodotto e il testo nel listino prodotti'; -$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Prezzo di vendita finale:'; -$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'Tasse incl.'; -$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'Tasse escl.'; -$_LANGADM['AdminProducts6aa641a49246a5538f692e9884fbe96e'] = 'Puoi definire molti sconti e specifiche regole sui prezzi nei tab Prezzi'; -$_LANGADM['AdminProducts90a38214f3409698c7110ce3217b7f22'] = 'Movimento magazzino:'; -$_LANGADM['AdminProductsf3045501284c98ea60713a3a8d27e8d7'] = 'Scegli la ragione e inserire la quantità che si desidera aumentare o diminuire nel vostro magazzino'; -$_LANGADM['AdminProducts3c6c92395ebfd9ba66296793ee901854'] = 'Magazzino iniziale:'; $_LANGADM['AdminProducts006b4cc15322f7951d9100716edcac07'] = 'Quantità minima:'; -$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'La quantità minima per acquistare il prodotto (imposta a 1 per disattivare questa funzione)'; -$_LANGADM['AdminProducts3b8c1da80dae1d62561a6d04d2f68dd5'] = 'Quantità in magazzino:'; -$_LANGADM['AdminProducts6606420385ad3fd14c70b8ffa210e407'] = 'Hai usato delle combinazioni, per questo non puoi modificare la quantità in magazzino qui, ma nel tab \"Combinazioni\"'; -$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestione delle scorte è disabilitato'; -$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Costi di spedizione supplementari'; -$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Sarà applicata la tassa di spedizione.'; -$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Messagggio mostrato quando in magazzino:'; -$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; -$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Messaggio mostrato quando fuori magazzino ma ordinabil::'; -$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Quando fuori magazzino:'; -$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Rifiuta gli ordini'; -$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Accetta gli ordini'; -$_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Di defalut :'; -$_LANGADM['AdminProducts0871f875dff8224be3247ccedea01024'] = 'Visualizza\' in'; -$_LANGADM['AdminProductsd0834fcec6337785ee749c8f5464f6f6'] = 'Opzioni'; -$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Categoria di default:'; -$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Si prega di controllare una categoria al fine di selezionare la categoria predefinita.'; -$_LANGADM['AdminProducts8cf04a9734132302f96da8e113e80ce5'] = 'Casa'; -$_LANGADM['AdminProductsef7de3f485174ff47f061ad27d83d0ee'] = 'selezionati'; -$_LANGADM['AdminProductsb56c3bda503a8dc4be356edb0cc31793'] = 'Comprimi tutto'; -$_LANGADM['AdminProducts5ffd7a335dd836b3373f5ec570a58bdc'] = 'Espandi tutto'; -$_LANGADM['AdminProducts5e9df908eafa83cb51c0a3720e8348c7'] = 'Controllare tutti i'; -$_LANGADM['AdminProducts9747d23c8cc358c5ef78c51e59cd6817'] = 'Deseleziona tutti'; -$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO'; -$_LANGADM['AdminProducts2651608f8f1c6f391f919be228a6ee62'] = 'Clicca qui per migliorare la posizione del prodotto nei motori di ricerca (SEO)'; -$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Meta <titolo>:'; -$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Titolo pagina prodotto; lascia vuoto per usare il nome del prodotto'; -$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descrizione:'; -$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Una frase di descrizione'; -$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; -$_LANGADM['AdminProducts6d3adfeed355509b6aee5588e66d0157'] = 'Keywords separate da una virgola'; +$_LANGADM['AdminProducts00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminProducts019d1ca7d50cc54b995f60d456435e87'] = 'Occasione'; +$_LANGADM['AdminProducts01b6e20344b68835c5ed1ddedf20d531'] = 'fino al'; +$_LANGADM['AdminProducts01f8544c8fd4628bc686502e8b727d95'] = 'il campo'; $_LANGADM['AdminProducts02fa003c38fefcda498b876f67f4cac7'] = 'URL semplificato:'; -$_LANGADM['AdminProducts03a1790c522058303088150cfb8b7353'] = 'Sono permessi solo lettere e il carattere meno \'-\' '; -$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Crea'; -$_LANGADM['AdminProductsb06f68603b4cf2f867480c4d1eb6a611'] = 'Amichevole-url dal nome del prodotto.'; -$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Il link verso il prodotto sarà così:'; -$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Breve descrizione:'; -$_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'compare negli elenchi dei prodotti e sulla parte superiore della pagina del prodotto'; -$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'appare nel corpo della pagina del prodotto'; -$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags :'; -$_LANGADM['AdminProducts8fca858b27c5837dcb22c398aca5e0fc'] = 'Tags separati da virgole (per es.: dvd, lettore dvd, hifi)'; -$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accessori:'; -$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = '(Non dimenticare di salvare il prodotto dopo)'; -$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Inizia digitando le prime lettere del prodotto, poi seleziona il prodotto dall\'elenco a cascata:'; -$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Aggiungi un accessorio'; -$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Salva'; -$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; -$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Immagini'; -$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Modifica questa immagine di prodotto'; -$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Aggiungi una nuova immagine al prodotto'; -$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'File:'; -$_LANGADM['AdminProductsfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; -$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Dimensione del file:'; -$_LANGADM['AdminProductsc820e0c1d4ae16db218626f49e7916b1'] = 'kb max.'; -$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Immagine di copertina'; -$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Modifica questa combinazione'; -$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Cancella questa immagine'; -$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Aggiungi o modifica le combinazioni per questo prodotto'; -$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Generatore di combinazioni di prodotti'; -$_LANGADM['AdminProducts1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppo:'; -$_LANGADM['AdminProductsd5682e6409bded35ee5c6ca6c6297729'] = 'Attributo:'; -$_LANGADM['AdminProductsccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; -$_LANGADM['AdminProductsbe9469719aa6efa2fc3bd5768bc406d7'] = 'Posizione:'; -$_LANGADM['AdminProducts62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Prezzo di acquisto:'; -$_LANGADM['AdminProductsad1c17cb310c91400d25d599cf154eda'] = 'sovrascrive il prezzo di acquisto del prodotto'; -$_LANGADM['AdminProducts9d2ee2dd8c264912b6dd7b1689c1b423'] = 'Impatto sul prezzo:'; -$_LANGADM['AdminProducts6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; -$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Aumento'; -$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = 'Tasse incl.'; -$_LANGADM['AdminProducts190733df8c1af5e4666dfad4cc554080'] = 'il prezzo finale del prodotto sarà'; -$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impatto sul peso:'; -$_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Impatto sul prezzo unitario:'; -$_LANGADM['AdminProducts487fd4fe388baed0928898b641050983'] = 'Eco- tassa:'; -$_LANGADM['AdminProductsf445f4a540768234833908cab83f9214'] = 'sovrascrive l\'informazione di eco-tassa del prodotto'; -$_LANGADM['AdminProducts24bf9597daf212b5cfab26ca381e7008'] = 'Movimento magazzino:'; -$_LANGADM['AdminProducts461900b74731e07320ca79366df3e809'] = 'Immagine:'; -$_LANGADM['AdminProducts29d7b46b863639e29ae8452d2320530a'] = 'Rendi questa la combinazione di default per questo prodotto'; -$_LANGADM['AdminProductsadbabbab7becdf5ef8736a64466df260'] = 'Aggiungi questa combinazione'; -$_LANGADM['AdminProductsefb41efb550c9beaa9291985f7fa850a'] = 'Aggiungi questo gruppo di combinazioni'; -$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Annulla la modifica'; -$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Combinazioni'; -$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Impatto'; -$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminProductsfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminProducts06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminProducts1245fb9eadb8049b570d7bdc0936aa55'] = 'Modifica questa combinazione'; -$_LANGADM['AdminProductsf5f0ae24e8e0435331d55d1d0351698f'] = 'Rendi questo attributo di default'; -$_LANGADM['AdminProductsd290771bddc4ea282abf5bcf8b26e6e4'] = 'Rendi questo attributo di default'; -$_LANGADM['AdminProducts330fa1ffb267980193f6ee94424cb720'] = 'Cancella questa combinazione'; -$_LANGADM['AdminProducts943395f3cd91fd71f4800c5319e68d35'] = 'Cancella tutte le combinazioni'; -$_LANGADM['AdminProductsf22c10907735de8cabc370b142d6764a'] = 'Ancora nessuna combinazione'; -$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'La riga blu è la combinazione di default.'; -$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Per ogni prodotto deve essere indicata una combinazione di default.'; -$_LANGADM['AdminProducts898b68dce7b68f9b08d6de76e268f650'] = 'Tavolozza di colori'; -$_LANGADM['AdminProductsd675f4bde587d86ab74ba5ca17e06e3d'] = 'Non mostrare'; -$_LANGADM['AdminProductse0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; -$_LANGADM['AdminProducts9efcd637794d273467448a11c9b93446'] = 'Gestione attributi colore'; -$_LANGADM['AdminProductsb2764723575b7c88c1b21c89ee8871e8'] = 'Attiva la scelta del colore selezionando un gruppo di attributi colore.'; -$_LANGADM['AdminProductsddca89873b6cb1ff542e03163dfd179c'] = 'Devi salvare questo prodotto prima di aggiungere combinazioni'; -$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Assegna caratteristiche a questo prodotto:'; -$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Puoi specificare un valore per ogni caratteristica rilevante su questo prodotto, i campi vuoti non saranno mostrati.'; -$_LANGADM['AdminProductsccfc539487f4e869ef05c1607d24a772'] = 'Puoi impostare un valore specifico oppure selezionare tra i valori predefiniti esistenti che hai precedentemente aggiunto.'; -$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'Caratteristica'; -$_LANGADM['AdminProducts8bcdd31a1ab28f0db60efb2087c3f235'] = 'Valore prefefinito'; -$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Valore personalizzato'; -$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Nessuna caratteristica definita'; -$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; -$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Prima aggiungi un valore predefinito'; -$_LANGADM['AdminProducts272b044f0333918a95175f3f402092eb'] = 'Salva le modifiche'; -$_LANGADM['AdminProducts22987d3b86cd0afd549196e94817e20f'] = 'Perderai tutte le modifiche non salvate, vuoi prima salvarle?'; -$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'Aggiungi una nuova caratteristica'; -$_LANGADM['AdminProductsd1a1006c2d7ebf87d5e4d934a138e5a5'] = 'Devi salvare questo prodotto prima di aggiungere caratteristiche'; -$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Pacchetto'; -$_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'Non è possibile aggiungere prodotti scaricabili in un pacchetto.'; -$_LANGADM['AdminProductsc7a915a59b56dc898c0ae52b64bed0c5'] = 'Aggiungi un articolo al pacchetto'; -$_LANGADM['AdminProducts126ddccbd9f946b8cd46d88b304a2020'] = 'Grazie per selezionare almeno un prodotto.'; -$_LANGADM['AdminProductsd764262872a3bfe2b0944d1826f43a88'] = 'Grazie ad impostare una quantità da aggiungere un prodotto.'; +$_LANGADM['AdminProducts03937134cedab9078be39a77ee3a48a0'] = 'Gruppo'; +$_LANGADM['AdminProducts03c2e7e41ffc181a4e84080b4710e81e'] = 'Nuovo'; +$_LANGADM['AdminProducts0449f210068787074ce58175b1a2f5cf'] = 'Cancella questo prodotto'; +$_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponibile da'; +$_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'il file'; +$_LANGADM['AdminProducts0a5fa53f3f20f67f98bd6c3b16df059d'] = 'è obbligatorio'; +$_LANGADM['AdminProducts0b27918290ff5323bea1e3b78a9cf04e'] = 'File'; +$_LANGADM['AdminProducts0d0a2536d9091f317c4c5695545efebb'] = 'Eco-tassa (tasse incl.)'; +$_LANGADM['AdminProducts104f50d9d335bbe38ee0c8e44ebddf03'] = '(USA, Canada)'; +$_LANGADM['AdminProducts1063e38cb53d94d386f21227fcd84717'] = 'Elimina'; +$_LANGADM['AdminProducts10b8ce36a973c8009b521b39488a89a7'] = 'Costi di spedizione supplementari'; $_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catalogo:'; -$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Pensa a cambiare la categoria di default.'; +$_LANGADM['AdminProducts119a7c88cf8f1c685c57981abff26f43'] = 'Accetta gli ordini'; +$_LANGADM['AdminProducts12085f07b6313b69c63a625d8e23f706'] = 'Valore personalizzato'; +$_LANGADM['AdminProducts126ddccbd9f946b8cd46d88b304a2020'] = 'Grazie per selezionare almeno un prodotto.'; +$_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '< Precedente'; +$_LANGADM['AdminProducts1351017ac6423911223bc19a8cb7c653'] = 'Nome del file'; +$_LANGADM['AdminProducts151648106e4bf98297882ea2ea1c4b0e'] = 'Aggiornamento riuscito'; +$_LANGADM['AdminProducts165cd22134a317e1feceeb858c3660cf'] = 'Visualizzazione dei prezzi'; +$_LANGADM['AdminProducts1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; +$_LANGADM['AdminProducts184dba60ea740430441d13a7e8213691'] = 'Mostra l\'icona \"saldi\" nella pagina del prodotto e il testo nel listino prodotti'; +$_LANGADM['AdminProducts18a2ecd7e67529945cf93821d3fc438f'] = 'Titolo pagina prodotto; lascia vuoto per usare il nome del prodotto'; +$_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Periodo'; +$_LANGADM['AdminProducts190733df8c1af5e4666dfad4cc554080'] = 'il prezzo finale del prodotto sarà'; +$_LANGADM['AdminProducts19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto'; +$_LANGADM['AdminProducts1c669d037f8bc785f0e1a9aeb7070367'] = 'Vedi opzioni'; +$_LANGADM['AdminProducts1f87346a16cf80c372065de3c54c86d9'] = 'Tasse incl.'; +$_LANGADM['AdminProducts21021ea0e52be8e9c599f4dff41e5be0'] = 'Caratteristica'; +$_LANGADM['AdminProducts21034ae6d01a83e702839a72ba8a77b0'] = 'Tasse escl.'; +$_LANGADM['AdminProducts21f59b54f62b5b8b4bc0f63f0f617fc1'] = 'Impatto'; +$_LANGADM['AdminProducts22eb5599cf8ccde65128467443e72099'] = 'Nessuna caratteristica definita'; +$_LANGADM['AdminProducts234078adec0a64008b6ae77653776cfa'] = 'Breve descrizione:'; +$_LANGADM['AdminProducts24a1199bf4dcbef398db7660409a61d9'] = 'Quando fuori magazzino:'; +$_LANGADM['AdminProducts24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminProducts255cf1d721d2bd8cd7b792c23a0773c3'] = 'Numero di campi di upload file da mostrare'; +$_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'Non è possibile aggiungere prodotti scaricabili in un pacchetto.'; +$_LANGADM['AdminProducts282c59515d1ea09d37d4d9980bba3e58'] = 'imposta a zero per un accesso limitato'; +$_LANGADM['AdminProducts284dd90023a7ddf940af524df216b9fc'] = 'solo online (non venduto in negozio)'; +$_LANGADM['AdminProducts287234a1ff35a314b5b6bc4e5828e745'] = 'Combinazioni'; +$_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Prodotto di prezzo'; +$_LANGADM['AdminProducts2998f049bcca4beccebd03d57d35384e'] = 'Numero di campi di testo da mostrare'; +$_LANGADM['AdminProducts29d7b46b863639e29ae8452d2320530a'] = 'Rendi questa la combinazione di default per questo prodotto'; +$_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Prezzo di acquisto tasse escl.'; +$_LANGADM['AdminProducts2b05e1a0e6c62dbf0018af09ed38f4e0'] = 'Formato: AAAA-MM-GG'; +$_LANGADM['AdminProducts32b502f33a535f75dcbf63f6753c631e'] = 'Tags :'; +$_LANGADM['AdminProducts32b919d18cfaca89383f6000dcc9c031'] = 'Crea'; +$_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Prezzo'; +$_LANGADM['AdminProducts37bde2365871f3c9ca3efe90c2f0e7fa'] = 'Il nome del file per completo con la sua estensione (esempio: Libro.pdf)'; +$_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Percentuale'; +$_LANGADM['AdminProducts382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; +$_LANGADM['AdminProducts386c339d37e737a436499d423a77df0c'] = 'Valuta'; +$_LANGADM['AdminProducts38d301f7ef549a79620e99fd8b51fa34'] = 'compare negli elenchi dei prodotti e sulla parte superiore della pagina del prodotto'; +$_LANGADM['AdminProducts394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; +$_LANGADM['AdminProducts3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoria'; +$_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Inizia digitando le prime lettere del prodotto, poi seleziona il prodotto dall\'elenco a cascata:'; +$_LANGADM['AdminProducts3b6c024d7eff743d98d894ce0e0d1242'] = 'Documenti allegati disponibili'; +$_LANGADM['AdminProducts3bc79dca1e0cdc4b2ac5a2e415f902bf'] = 'Il prezzo di vendita senza tasse del prodotto'; +$_LANGADM['AdminProducts3c6c11039b6caf151f6e3e99237f2f3b'] = 'A partire da (quantità)'; +$_LANGADM['AdminProducts3cb94c0658e6bbfdeac7e65b9635a8f5'] = 'Ecco il link'; +$_LANGADM['AdminProducts3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:'; +$_LANGADM['AdminProducts3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminProducts3e34bdebd9bd5edda27e8728904a2552'] = 'unità'; +$_LANGADM['AdminProducts3e565755572fa5df48eb811c62619098'] = 'Messagggio mostrato quando in magazzino:'; +$_LANGADM['AdminProducts3ea3291e42b4f5eae395f389ce9a88d5'] = 'Generatore di combinazioni di prodotti'; +$_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Si prega di controllare una categoria al fine di selezionare la categoria predefinita.'; +$_LANGADM['AdminProducts418734e88e64dbe12a62122833c89da7'] = 'Caratteri speciali ammessi:'; +$_LANGADM['AdminProducts439919935798d6aa9b1bd38a25eb2bf5'] = 'Altezza (pacco):'; +$_LANGADM['AdminProducts44118d6d6ecd2f24f53ec6393a66baa1'] = 'Per quanti giorni i clienti possono accedere a questo file'; +$_LANGADM['AdminProducts4492081ca02b059f9e8af4ddaf0f7292'] = 'Pacchetto'; +$_LANGADM['AdminProducts461900b74731e07320ca79366df3e809'] = 'Immagine:'; +$_LANGADM['AdminProducts487fd4fe388baed0928898b641050983'] = 'Eco- tassa:'; +$_LANGADM['AdminProducts48881913e6addc0c3c439f02229ac91e'] = 'Applica a tutti i prodotti'; +$_LANGADM['AdminProducts49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminProducts4d774376eedc9e76eb3ecd52629ca6d5'] = 'Gestione priorità'; +$_LANGADM['AdminProducts4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminProducts522794e2dc4cecbae08ad633f40d4b9b'] = 'Campi di file:'; +$_LANGADM['AdminProducts52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminProducts52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminProducts535fb9c585d10cb369e97f1ae2d5e11f'] = 'Già incluso nel prezzo'; +$_LANGADM['AdminProducts5362207e69f819de2b0fd72922ff30db'] = 'Larghezza (pacco):'; +$_LANGADM['AdminProducts544baae42433c186ff222736db985d7d'] = 'Prima aggiungi un valore predefinito'; +$_LANGADM['AdminProducts545f6c2f382c04810103b3e5e6f7d841'] = 'Senza limiti'; +$_LANGADM['AdminProducts55110f4c6a2c90b143c6fcd295cb7bc7'] = 'Per ogni prodotto deve essere indicata una combinazione di default.'; +$_LANGADM['AdminProducts5561b49810cadf25824adfe31a1ed9cb'] = 'Salva i campi'; +$_LANGADM['AdminProducts58fd2b2308056ad80255a322b305742b'] = 'Numero di giorni'; +$_LANGADM['AdminProducts59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; +$_LANGADM['AdminProducts59adc1912b6f538acb6afab8c2621945'] = 'Tasse attualmente disattivate'; +$_LANGADM['AdminProducts5da618e8e4b89c66fe86e32cdafde142'] = 'Da'; +$_LANGADM['AdminProducts5eea367ea73b909880393bd1ae79fc67'] = 'Cliente:'; +$_LANGADM['AdminProducts5fd58de80d182944e9c229aa4c3b8180'] = 'Aggiungi i modifica le proprietà personalizzabili'; +$_LANGADM['AdminProducts6006a8509fdf7c46885562ae6cd70d7f'] = 'è stato caricato con successo'; +$_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = '(se impostato su \"ammontare\", le tasse sono incluse)'; +$_LANGADM['AdminProducts6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminProducts627b9f5acc2dcec1e8e341dd09df9768'] = 'Messaggio mostrato quando fuori magazzino ma ordinabil::'; +$_LANGADM['AdminProducts62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Prezzo di acquisto:'; +$_LANGADM['AdminProducts63b28593e2858476903ac94ca8697341'] = 'Il tuo repertorio di download non è scrivibile.'; +$_LANGADM['AdminProducts63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminProducts6492d670e42151cc37574d99f4071f85'] = 'Nome del file'; +$_LANGADM['AdminProducts65be3ad50ca00caff377d6a988c3823c'] = 'Nessuna data di scadenza se lasci vuoto questo spazio'; +$_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'eccede la dimensione permessa dal server, il cui limite è '; +$_LANGADM['AdminProducts686e697538050e4664636337cc3b834f'] = 'Crea'; +$_LANGADM['AdminProducts694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminProducts6a6d01ddaa8fb712f673a6c94525f149'] = 'disponibile per l\'ordine'; +$_LANGADM['AdminProducts6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; +$_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(o \"Esc\")'; +$_LANGADM['AdminProducts6d3adfeed355509b6aee5588e66d0157'] = 'Keywords separate da una virgola'; +$_LANGADM['AdminProducts6da03a74721a0554b7143254225cc08a'] = 'imesso a nuovo'; +$_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mb'; +$_LANGADM['AdminProducts6f39383b81d4999830ab6febe6279777'] = 'Aggiungi o modifica le combinazioni per questo prodotto'; +$_LANGADM['AdminProducts70f4b635847038d056e33959821a7a66'] = 'Caratteri massimi:'; +$_LANGADM['AdminProducts729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?'; $_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Contrassegna tutte le caselle di categorie nei quali il prodotto deve apparire'; -$_LANGADM['AdminProfilesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminProfiles49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminProfiles4901062927f176fea0548821fe6a8625'] = 'Per motivi di sicurezza, non puoi cancellare il profilo dell\'amministratore'; -$_LANGADM['AdminProfilesd0f25115288c15321ecf672f0d6a83ea'] = 'Profili'; -$_LANGADM['AdminProfiles4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminProducts7475ec0d41372a307c497acb7eeea8c4'] = 'Nessuna tassa'; +$_LANGADM['AdminProducts77b4fe51b2eede1e804277e64ceb9a22'] = 'Priorità:'; +$_LANGADM['AdminProducts7825865597f0b1673524f56e335f3675'] = 'Scegli (opzionale)'; +$_LANGADM['AdminProducts7a1920d61156abc05a60135aefe8bc67'] = 'Default'; +$_LANGADM['AdminProducts7b250cb374c12c42a75227ba75df7779'] = 'Meta <titolo>:'; +$_LANGADM['AdminProducts7b988b81a5fe3114360063de23f49016'] = 'Prezzo di vendita finale:'; +$_LANGADM['AdminProducts7be66046997731ac05844f11ee4f6a76'] = 'Cancella questa immagine'; +$_LANGADM['AdminProducts7e2708aeb65763c54052f57ed1a1ec1d'] = 'Documenti allegati'; +$_LANGADM['AdminProducts7e3a51a56ddd2846e21c33f05e0aea6f'] = 'Tutti i cienti'; +$_LANGADM['AdminProducts7e47a344b06d82a8836cbee2748a79e6'] = 'è obbligatorio almeno in'; +$_LANGADM['AdminProducts7e93b54f29abc0e84d489bf739a67e5f'] = 'Numero di download'; +$_LANGADM['AdminProducts8284ae5df53e6e7ffc1f2cc67ae68765'] = 'Riferimento fornitori'; +$_LANGADM['AdminProducts82913a5c53d8d818aa69936a630336a3'] = 'Regime fiscale:'; +$_LANGADM['AdminProducts83a3be00962f7ebef403da83d203e595'] = 'Attuale'; +$_LANGADM['AdminProducts85f0bf927be7014e2265c4bc96bd50d2'] = '(Europa, Giappone)'; +$_LANGADM['AdminProducts86754577897acfb25deb69039d49d9a7'] = 'Status'; +$_LANGADM['AdminProducts887ee91702c962a70b87cbef07bbcaec'] = 'Tasse escl.'; +$_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Il prezzo di acquisto a cui hai acquistato questo prodotto'; +$_LANGADM['AdminProducts8bcdd31a1ab28f0db60efb2087c3f235'] = 'Valore prefefinito'; +$_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Aggiungi una nuova immagine al prodotto'; +$_LANGADM['AdminProducts8bf8854bebe108183caeb845c7676ae4'] = 'da'; +$_LANGADM['AdminProducts8c1279db4db86553e4b9682f78cf500e'] = 'Data di scadenza'; +$_LANGADM['AdminProducts8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminProducts8fca858b27c5837dcb22c398aca5e0fc'] = 'Tags separati da virgole (per es.: dvd, lettore dvd, hifi)'; +$_LANGADM['AdminProducts9004d8f63917997431815639087b37b2'] = 'Puoi impostare questo valore a 0 in modo da applicare il prezzo di default'; +$_LANGADM['AdminProducts913325468f8b6bcd59733df11213b066'] = '(IVA escl.)'; +$_LANGADM['AdminProducts913bb5260c0b1fbd1d76d8140360dd19'] = 'con tasse'; +$_LANGADM['AdminProducts91c8f68700703b825761609b303d44e3'] = 'Impatto sul peso:'; +$_LANGADM['AdminProducts9230dd17b40c6d0478772e4d545abc46'] = 'Annulla la modifica'; +$_LANGADM['AdminProducts92ab5edf4194cb5a84d6808cb8d8b696'] = 'Il link verso il prodotto sarà così:'; +$_LANGADM['AdminProducts92c75dc7b5c97898f326b95360d4bac7'] = 'mostra il nome del file'; +$_LANGADM['AdminProducts936ccdb97115e9f35a11d35e3d5b5cad'] = 'Clicca qui'; +$_LANGADM['AdminProducts93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminProducts95b6faa9d75417fe5e7767a733ab6fb4'] = 'A partire da'; +$_LANGADM['AdminProducts98f770b0af18ca763421bac22b4b6805'] = 'Caratt.'; +$_LANGADM['AdminProducts998b344cff693ad388a14ba89b1523c7'] = 'non valido'; +$_LANGADM['AdminProducts99af56daf9ee280b15e8ed79d75f0255'] = 'Elenco di tag'; +$_LANGADM['AdminProducts9be976b8052c984a95997e4a4f8eef96'] = 'appare nel corpo della pagina del prodotto'; +$_LANGADM['AdminProducts9c67db9cd9f13cfbbe3ebb7ab90e9e3f'] = 'Prezzo di vendita tasse incl.:'; +$_LANGADM['AdminProducts9c7f56d70e922a61254366964c01c64a'] = 'Tutte le valute'; +$_LANGADM['AdminProducts9d2ee2dd8c264912b6dd7b1689c1b423'] = 'Impatto sul prezzo:'; +$_LANGADM['AdminProducts9d38722749ec2101e437414ac2a743f9'] = 'Documenti allegati per questo prodotto'; +$_LANGADM['AdminProducts9d9aa88574c4dab04ddd8356c377357d'] = 'Categoria di default:'; +$_LANGADM['AdminProducts9e834f13e35e4edf64863ab414a6217a'] = 'Sconto'; +$_LANGADM['AdminProducts9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; +$_LANGADM['AdminProductsa1997856e58a07d80e27aaf4bc7eaf88'] = 'Cancella il file'; +$_LANGADM['AdminProductsa1f9d795d1110aeeed6b5368c16dc725'] = 'EAN13 o JAN :'; +$_LANGADM['AdminProductsa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta descrizione:'; +$_LANGADM['AdminProductsa6ff0f7a2a1993857cb67b769780e708'] = 'Non ci sono prezzi specifici'; +$_LANGADM['AdminProductsa9ba3f599719d08ba53c26c932b6860f'] = 'numero di giorni'; +$_LANGADM['AdminProductsaac247ca22789872bad95dc8f6c45d37'] = 'Aumento'; +$_LANGADM['AdminProductsaad781b9842958b4552b8edebb83c346'] = 'Copia del file non riuscita'; +$_LANGADM['AdminProductsab335fe79ef8a5e26c0dbc23332a7148'] = 'Carica un file dal tuo computer'; +$_LANGADM['AdminProductsaba7bdb49b66dd8485c2586a2c88c84e'] = 'il file'; +$_LANGADM['AdminProductsac421120056d9d55c27faba6ae2178b2'] = 'La dimensione massima di upload del file permessa dal tuo server è'; +$_LANGADM['AdminProductsac67ede5a84eb5a1add7ff4440e9a485'] = 'richiesti'; +$_LANGADM['AdminProductsacdb802bfc2b99b15d1782570285c427'] = 'Contenuto:'; +$_LANGADM['AdminProductsad0d28cdd9113d3ce911bc064b137cde'] = 'Prezzo base'; +$_LANGADM['AdminProductsad1c17cb310c91400d25d599cf154eda'] = 'sovrascrive il prezzo di acquisto del prodotto'; +$_LANGADM['AdminProductsad802655c2e83ad378868d5f448677c7'] = 'Impatto sul prezzo unitario:'; +$_LANGADM['AdminProductsae21d822d879539a75c3d6fd91c2acb3'] = 'File:'; +$_LANGADM['AdminProductsaf7448c885be0d8acd5eb84322176570'] = 'UPC :'; +$_LANGADM['AdminProductsb02e6af1f7307868a643fb4ea1323f43'] = 'il prodotto deve essere in almeno una Categoria'; +$_LANGADM['AdminProductsb06f68603b4cf2f867480c4d1eb6a611'] = 'Amichevole-url dal nome del prodotto.'; +$_LANGADM['AdminProductsb17f3f4dcf653a5776792498a9b44d6a'] = 'Aggiorna le impostazioni'; +$_LANGADM['AdminProductsb287d004082f0d743a49dc7360d4fbbe'] = 'La quantità minima per acquistare il prodotto (imposta a 1 per disattivare questa funzione)'; +$_LANGADM['AdminProductsb2a474662dea2c96d1bc18cee6208eef'] = 'Es. 15 dollari per libbra'; +$_LANGADM['AdminProductsb2e3e379189bcd9251937acc4dcf37e8'] = 'Una frase di descrizione'; +$_LANGADM['AdminProductsb2f40690858b404ed10e62bdf422c704'] = 'Ammontare'; +$_LANGADM['AdminProductsb3f28ce65c666b3dd33240ad6921d941'] = 'non è valido'; +$_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Pensa a cambiare la categoria di default.'; +$_LANGADM['AdminProductsb6ef48322d4d59004db9f650344c1a8f'] = 'Sarà applicata la tassa di spedizione.'; +$_LANGADM['AdminProductsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProductsb8cb56e655c8957c168a380aca447e9b'] = 'La dimensione del file che stai tentando di caricare è: '; +$_LANGADM['AdminProductsb908c2f34052b5276e0bf50f0e042211'] = 'Dimensione del file:'; +$_LANGADM['AdminProductsb9208b03bcc9eb4a336258dcdcb66207'] = 'Combinazioni'; +$_LANGADM['AdminProductsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminProductsba34ea40525a4379add785228e37fe86'] = 'kb'; +$_LANGADM['AdminProductsbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminProductsbb46711b0644764f89a3d068e510295a'] = 'conta adesso'; +$_LANGADM['AdminProductsbe26ade2055790d0e8d19eed69309574'] = 'Accessori:'; +$_LANGADM['AdminProductsbe53a0541a6d36f6ecb879fa2c584b08'] = 'Immagine'; +$_LANGADM['AdminProductsbea25554b38032f5da2d8b505b604314'] = 'il prodotto deve essere in almeno una categoria di default'; +$_LANGADM['AdminProductsc03d53b70feba4ea842510abecd6c45e'] = 'Foto'; +$_LANGADM['AdminProductsc0471f0320bc17eb192bbd412d236806'] = 'Informaz. globali sul prodotto'; +$_LANGADM['AdminProductsc12cf3f1af68d3bb0dacb9f9ac61349e'] = 'Campi di file:'; +$_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Aggiungi un prezzo specifico'; +$_LANGADM['AdminProductsc27ff8defa50d70571392ab3c1266a92'] = 'Peso (pacco):'; +$_LANGADM['AdminProductsc2aca4338baa0270267d8bf0279310f2'] = 'data di scadenza'; +$_LANGADM['AdminProductsc3543f3c6662fa1dedf70ed9c35053c0'] = 'Il tuo prodotto sarà salvato come bozza'; +$_LANGADM['AdminProductsc3987e4cac14a8456515f0d200da04ee'] = 'Tutte le nazioni'; +$_LANGADM['AdminProductsc74d5593ec71cdf7d4662cd0bc379fff'] = 'Nuova etichetta'; +$_LANGADM['AdminProductsc795dfff10a7c952f4c5438951e9ece9'] = 'Immagine di copertina'; +$_LANGADM['AdminProductsc7c2169d380b95e2e3672037c5ace793'] = 'Assegna caratteristiche a questo prodotto:'; +$_LANGADM['AdminProductsc820e0c1d4ae16db218626f49e7916b1'] = 'kb max.'; +$_LANGADM['AdminProductsc8360cc476fc8b5ee9a4db494220058d'] = 'Numero di downloads autorizzati per cliente'; +$_LANGADM['AdminProductsc9cc8cce247e49bae79f15173ce97354'] = 'Salva'; +$_LANGADM['AdminProductscc3787ca78f445f481069a4c047f7e7a'] = 'Scegli la lingua:'; +$_LANGADM['AdminProductsccf096490d2671f3ea97ea9289eee5b1'] = 'EAN13:'; +$_LANGADM['AdminProductsccfc539487f4e869ef05c1607d24a772'] = 'Puoi impostare un valore specifico oppure selezionare tra i valori predefiniti esistenti che hai precedentemente aggiunto.'; +$_LANGADM['AdminProductsce26601dac0dea138b7295f02b7620a7'] = 'Cliente'; +$_LANGADM['AdminProductsd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; +$_LANGADM['AdminProductsd18324caa0ff21355efe5b6df70a3640'] = '(Non dimenticare di salvare il prodotto dopo)'; +$_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Chiudi'; +$_LANGADM['AdminProductsd5682e6409bded35ee5c6ca6c6297729'] = 'Attributo:'; +$_LANGADM['AdminProductsd5ba13ad00daa44c6a03d790e08cf0c8'] = 'Devi salvare questo prodotto prima di aggiungere prezzi specifici'; +$_LANGADM['AdminProductsd6ae681fcd58f1e1936ca97da36528ff'] = 'Aggiungi una nuova caratteristica'; +$_LANGADM['AdminProductsd74838fbbeb384c01d7294db33c36ec3'] = 'La gestione delle scorte è disabilitato'; +$_LANGADM['AdminProductsd764262872a3bfe2b0944d1826f43a88'] = 'Grazie ad impostare una quantità da aggiungere un prodotto.'; +$_LANGADM['AdminProductsd88946b678e4c2f251d4e292e8142291'] = 'SEO'; +$_LANGADM['AdminProductsda22c93ccb398c72070f4000cc7b59a1'] = 'Personalizzazione'; +$_LANGADM['AdminProductsdbb768f29d6b36b627c8233b32da4f2c'] = 'File troppo grande, dimensione massima autorizzata:'; +$_LANGADM['AdminProductsdc8f50091cddc5183be3a5b5f774912a'] = 'Carica un file'; +$_LANGADM['AdminProductsdd8c7d4ab211f8e57f450a015dfe4131'] = 'Aggiungi un accessorio'; +$_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Successivo >'; +$_LANGADM['AdminProductsdeb10517653c255364175796ace3553f'] = 'Prodotto'; +$_LANGADM['AdminProductsdf644ae155e79abf54175bd15d75f363'] = 'Nome del prodotto'; +$_LANGADM['AdminProductse0f0b0564d3d29a93fad7a4178b7b1ca'] = 'ID:'; +$_LANGADM['AdminProductse12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; +$_LANGADM['AdminProductse16dd6e118732c5d1586d6aba0b62f3a'] = 'Prezzo'; +$_LANGADM['AdminProductse187fd4d086ab8cf9144f2b1b7a68b93'] = 'Info.'; +$_LANGADM['AdminProductse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminProductse2e79605fc9450ec17957cf0e910f5c6'] = 'Tasse incl.'; +$_LANGADM['AdminProductse4c4c68c7515704a91d90207067dcbbe'] = 'Tutti i gruppi'; +$_LANGADM['AdminProductse5f7f63d66023847e693fd34bea09d41'] = 'Di defalut :'; +$_LANGADM['AdminProductse659b52eba1f0299b2d8ca3483919e72'] = 'Tipo:'; +$_LANGADM['AdminProductse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; +$_LANGADM['AdminProductse8fce60a7ce078b55bd02a1c25748f16'] = 'Prezzo di vendita tasse escl.'; +$_LANGADM['AdminProductse9cb217697088a98b1937d111d936281'] = 'Documento allegato'; +$_LANGADM['AdminProductsea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Spedizione'; +$_LANGADM['AdminProductsebcc39462e6620a8cf432194084a5483'] = 'Opzioni: '; +$_LANGADM['AdminProductsec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; +$_LANGADM['AdminProductsed26f5ba7a0f0f6ca8b16c3886eb68ad'] = 'Prezzo finale'; +$_LANGADM['AdminProductsed51222f31afbf17ca5f3b0654db8969'] = 'Stato:'; +$_LANGADM['AdminProductsed75712b0eb1913c28a3872731ffd48d'] = 'Duplica'; +$_LANGADM['AdminProductsef43555f81249c93872352f5501bfedd'] = 'Aggiorna i documenti allegati'; +$_LANGADM['AdminProductsf072da215c080d985d44361e96a3cf60'] = 'Rifiuta gli ordini'; +$_LANGADM['AdminProductsf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminProductsf33c23efaf78aacff7c1cbc75f732865'] = 'Campi di testo:'; +$_LANGADM['AdminProductsf41afefb4495b85c7b7ddf3e1ca4387f'] = 'Puoi specificare un valore per ogni caratteristica rilevante su questo prodotto, i campi vuoti non saranno mostrati.'; +$_LANGADM['AdminProductsf445f4a540768234833908cab83f9214'] = 'sovrascrive l\'informazione di eco-tassa del prodotto'; +$_LANGADM['AdminProductsf4a275a931b82e5058bc8ffad8b8e5bd'] = 'Produttore:'; +$_LANGADM['AdminProductsf5a7257cb1424678ae6bebbd0c36b341'] = 'Applica uno sconto di'; +$_LANGADM['AdminProductsf755e8b92cb8f02c24f6f539180d45b1'] = 'è troppo lungo'; +$_LANGADM['AdminProductsf8825c9f08ff15b5ef6bc3a3898817e8'] = 'Salva e vedi in anteprima'; +$_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Per:'; +$_LANGADM['AdminProductsf9c128cbc52bb845834c0d3e62b424ea'] = 'La riga blu è la combinazione di default.'; +$_LANGADM['AdminProductsfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; +$_LANGADM['AdminProductsfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminProductsfc55a6e78b7d33b0241db646dc913ef9'] = 'Modifica questa combinazione'; +$_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Modifica questa immagine di prodotto'; +$_LANGADM['AdminProductsfff0d600f8a0b5e19e88bfb821dd1157'] = 'Immagini'; $_LANGADM['AdminProfiles38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminProfiles19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminQuickAccessesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProfiles4901062927f176fea0548821fe6a8625'] = 'Per motivi di sicurezza, non puoi cancellare il profilo dell\'amministratore'; +$_LANGADM['AdminProfiles49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminProfiles4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminProfilesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminProfilese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminQuickAccesses3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; +$_LANGADM['AdminQuickAccesses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; $_LANGADM['AdminQuickAccesses49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminQuickAccesses4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Apri in un\'altra finestra:'; $_LANGADM['AdminQuickAccesses97e7c9a7d06eac006a28bf05467fcc8b'] = 'Link'; +$_LANGADM['AdminQuickAccessesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminQuickAccessese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; $_LANGADM['AdminQuickAccessese5dc8e5afea0a065948622039358de37'] = 'Nuova finestra'; $_LANGADM['AdminQuickAccessesfe501f6dab88efcbde9b3f062a5ae781'] = 'Menu accesso rapido'; -$_LANGADM['AdminQuickAccesses4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminQuickAccesses3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; -$_LANGADM['AdminQuickAccesses3b3d06023f6353f8fd05f859b298573e'] = 'URL:'; -$_LANGADM['AdminQuickAccesses4edbdc3e1b62db73d670ee1231c14c8b'] = 'Apri in un\'altra finestra:'; -$_LANGADM['AdminQuickAccesses00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminQuickAccesses93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminQuickAccessesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminQuickAccessesbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminQuickAccesses38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminQuickAccessesc5cda873543d48c9ded24a8cfc6a43b6'] = 'Campi richiesti'; -$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; -$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Da:'; -$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Fasce di prezzi'; -$_LANGADM['AdminRangePriceed6f7f991fdee1625deeaf369ec3146b'] = 'Mezzo di spedizione a cui applicare questa fascia'; -$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'Non c\'è nessun vettore disponibile per una fascia di prezzo.'; $_LANGADM['AdminRangePrice1e6d57e813355689e9c77e947d73ad8f'] = 'Da :'; $_LANGADM['AdminRangePrice2c39f2ba36ea6da8583198d554719eb1'] = 'Inizio fascia (incluso)'; $_LANGADM['AdminRangePrice33caa076f23f453dd4061726f3706325'] = 'A :'; -$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Termine fascia (escluso)'; $_LANGADM['AdminRangePrice38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminRangePrice19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; -$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'Da:'; -$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Fasce di pesi'; -$_LANGADM['AdminRangeWeighted6f7f991fdee1625deeaf369ec3146b'] = 'Mezzo di spedizione a cui applicare questa fascia'; -$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'Non c\'è nessun vettore disponibile per una fascia di peso.'; +$_LANGADM['AdminRangePrice5da618e8e4b89c66fe86e32cdafde142'] = 'Da:'; +$_LANGADM['AdminRangePrice6bf0217a0db567ce8495e5125a1dfffb'] = 'Termine fascia (escluso)'; +$_LANGADM['AdminRangePrice914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; +$_LANGADM['AdminRangePriceb3c500a9f6fbe57f05013046a29f31c6'] = 'Non c\'è nessun vettore disponibile per una fascia di prezzo.'; +$_LANGADM['AdminRangePriceb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRangePricec62faf40cbefb8525a15d535d0256c5f'] = 'Fasce di prezzi'; +$_LANGADM['AdminRangePricee12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; +$_LANGADM['AdminRangePricee25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminRangePricef8617a92ba0a0a4eabee724eab7c9f48'] = 'Mezzo di spedizione:'; $_LANGADM['AdminRangeWeight1e6d57e813355689e9c77e947d73ad8f'] = 'Da :'; $_LANGADM['AdminRangeWeight2c39f2ba36ea6da8583198d554719eb1'] = 'Inizio fascia (incluso)'; $_LANGADM['AdminRangeWeight33caa076f23f453dd4061726f3706325'] = 'A :'; -$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'Termine fascia (escluso)'; $_LANGADM['AdminRangeWeight38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminRangeWeight19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReferrers49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Ospiti'; -$_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Visite'; -$_LANGADM['AdminReferrers453aceb005ceaf54a47da15fee8b2a26'] = 'Pagine'; -$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Reg.'; -$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Ord.'; -$_LANGADM['AdminReferrers11ff9f68afb6b8b5b8eda218d7c83a65'] = 'VE'; -$_LANGADM['AdminReferrers4bcce22b929055c8db5204629d0a64c1'] = 'Carrello medio.'; -$_LANGADM['AdminReferrers43005b13d452a4ad6f2d8e29b499c55a'] = 'Perc. reg.'; -$_LANGADM['AdminReferrers89741aae300253f498b0993fa678fa18'] = 'Perc. ord.'; -$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Clic'; -$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = '€'; -$_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = '%'; -$_LANGADM['AdminReferrers8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; -$_LANGADM['AdminReferrers1dd1c5fb7f25cd41b291d43a89e3aefd'] = 'Giorno'; -$_LANGADM['AdminReferrers7cbb885aa1164b390a0bc050a64e1812'] = 'Mese'; -$_LANGADM['AdminReferrers537c66b24ef5c83b7382cdc3f34885f2'] = 'Anno'; -$_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Configurazione'; -$_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Registra traffico diretto'; -$_LANGADM['AdminReferrers93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminReferrerscec64239386a3679d3279479d34ef354'] = 'Registrare il traffico diretto può far perdere spazio e prestazioni. Attivalo solo se hai un database adeguato e un estremo bisogno di farlo.'; -$_LANGADM['AdminReferrers38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; -$_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indicizzazione'; -$_LANGADM['AdminReferrers6d6c33a430bbeb6833e46c4a43cde5b1'] = 'C\'è un\'enorme quantità di dati, quindi ogni connessione che corrisponde ad un referrer è indicizzata. Puoi aggiornare questo indice cliccando sul tasto qui sotto. Sappi che potrebbe volerci del tempo ed è necessario solo se hai modificato o aggiunto un referrer vuoi che le tue modifiche siano retroattive. '; -$_LANGADM['AdminReferrers97b22af4c50379be3da02a0b10f13ce3'] = 'Aggiornare l\'indice'; -$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Cache'; -$_LANGADM['AdminReferrers1723cb484233a73dec32d0abb2066566'] = 'Affinché tu gestisca e filtri i tuoi dati, è in cache. Puoi aggiornare la cache cliccando sul tasto qui sotto.'; -$_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Aggiorna la cache'; -$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Affiliato'; -$_LANGADM['AdminReferrersdc647eb65e6711e155375218212b3964'] = 'Password'; -$_LANGADM['AdminReferrers3f783e6afc73242779dde81c7825def0'] = 'Lascia vuoto se non ci sono modifiche'; -$_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Gli affiliati possono accedere ai propri dati con questo nome e password.'; -$_LANGADM['AdminReferrers6d4acea4a9682c8387d2117120a060e5'] = 'Front access:'; -$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Commissioi'; -$_LANGADM['AdminReferrers51d53cd2ecdae6b5dd3397875197e898'] = 'Costo a click'; -$_LANGADM['AdminReferrers4181de604675ec0fb8d12202ec23964c'] = 'Remunerazione per ogni visita.'; -$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Remunerazione di base'; -$_LANGADM['AdminReferrers4b11cf76a471c13ba29b799772c90ddf'] = 'Per ogni ordine effettuato.'; -$_LANGADM['AdminReferrers86190054fc32554662ffbb12b717e8d0'] = 'Remunerazione in %'; -$_LANGADM['AdminReferrersab20dd433a5e44c6166509b6c0075b9d'] = 'Percentuale delle vendite.'; -$_LANGADM['AdminReferrers6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Aiuto'; -$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Definizioni'; -$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'LìIl campo `http_referer` è il sito web da cui arriva il tuo cliente.'; -$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Per esempio, i visitatori che vengono da Google avranno un `http_referer` come questo: \"http://www.google.com/search?q=prestashop\".'; -$_LANGADM['AdminReferrers9706b3e27e9457477521522ffc8d5b24'] = 'Se il visitatore arriva direttamente (digitando l\'URL del tuo negozio o usando i preferiti, per esempio), `http_referer` sarà vuoto.'; -$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Quindi se vuoi che tutti i visitatori vengano da google, puoi digitare \"%google%\" in questo campo, oppure \"%google.it%\" se vuoi che i visitatori vengano solo da Google Italia.'; -$_LANGADM['AdminReferrers40e40fbf7a64db4428eeae2d926ff0ab'] = 'Il campo `request_uri` è l\'URL dal quale i clienti arrivano al tuo sito web.'; -$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Per esempio, se il visitatore accede ad una pagina del prodotto, l\'URL sarà'; -$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'Questo è interessante perché puoi aggiungere dei tag o token nei link che indirizzano verso il tuo sito web. Per esempio puoi postare un link'; -$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = ' nel forum e ottenere le statistiche inserendo \"%prestashop\" nel campo `request_uri`.'; -$_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = 'Questo metodo è più affidabile di quello `http_referer` ma esiste un rischio: se un motore di ricerca legge una pagina con il tuo link, poi sarà mostrato nei suoi risultati, e tu avrai non solo i visitatori del forum, ma anche quelli del motore di ricerca.'; -$_LANGADM['AdminReferrers72474954ef40e2817957dac137f718d1'] = 'I campi \"include\" indicano ciò che deve essere incluso nell\'URL.'; -$_LANGADM['AdminReferrers0bef8816b0e89c8ec922185253eeb0a6'] = 'I campi \"esclude\" indicano ciò che deve essere escluso dall\'URL.'; -$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'Quando usi la modalità semplice, puoi usare caratteri generici che possono sostituire qualsiasi carattere:'; -$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" sostituisce un carattere. Se vuoi usare il vero \"_\", devi digitare'; -$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" sostituisce un numero qualsiasi di caratteri. Se vuoi usare il vero \"%\", devi digitare'; -$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'La modalità semplice utilizza il \"LIKE\" di MySQL , ma per una potenza maggiore puoi usare le espressioni regolari MySQL .'; +$_LANGADM['AdminRangeWeight553024cea5b7d69013550aefba774aaa'] = 'Fasce di pesi'; +$_LANGADM['AdminRangeWeight5da618e8e4b89c66fe86e32cdafde142'] = 'Da:'; +$_LANGADM['AdminRangeWeight6bf0217a0db567ce8495e5125a1dfffb'] = 'Termine fascia (escluso)'; +$_LANGADM['AdminRangeWeight914419aa32f04011357d3b604a86d7eb'] = 'Mezzo di spedizione'; +$_LANGADM['AdminRangeWeightaec665fba230ca53799cf3563c696792'] = 'Non c\'è nessun vettore disponibile per una fascia di peso.'; +$_LANGADM['AdminRangeWeightb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRangeWeighte12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; +$_LANGADM['AdminRangeWeighte25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminRangeWeightf8617a92ba0a0a4eabee724eab7c9f48'] = 'Mezzo di spedizione:'; $_LANGADM['AdminReferrers037d865feb5bc0131bbc1b33c996a9d0'] = 'Dai un\'occhiata al documento per maggiori dettagli....'; -$_LANGADM['AdminReferrers34ebc2bcd0638b5cce09b2c2b0159174'] = 'Informazioni tecniche - Modalità semplice'; -$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = 'Aiuto!'; +$_LANGADM['AdminReferrers095a1b43effec73955e31e790438de49'] = '€'; $_LANGADM['AdminReferrers0988f870ad8a7648219df0767f768b8d'] = 'Referrer HTTP'; -$_LANGADM['AdminReferrersf4d72a64acd8929c0cc9ed96a7a336cc'] = 'Includi'; -$_LANGADM['AdminReferrers843f2812f595e7ec7c5036e89fde02d6'] = 'Escludi'; -$_LANGADM['AdminReferrers7da81b1f9ca174679bbb40b7703ad01d'] = 'Chiedi URI'; -$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Se sai come usare le espressioni regolari MySQL, poi usare la'; -$_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'modalità esperto'; -$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Informazioni tecniche'; +$_LANGADM['AdminReferrers0bef8816b0e89c8ec922185253eeb0a6'] = 'I campi \"esclude\" indicano ciò che deve essere escluso dall\'URL.'; $_LANGADM['AdminReferrers10965b2740f42ad4887932c35cee26ab'] = 'Ospiti unici'; -$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pagine visualizzate'; -$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Registrazioni'; -$_LANGADM['AdminReferrers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; +$_LANGADM['AdminReferrers11ff9f68afb6b8b5b8eda218d7c83a65'] = 'VE'; +$_LANGADM['AdminReferrers1dd1c5fb7f25cd41b291d43a89e3aefd'] = 'Giorno'; +$_LANGADM['AdminReferrers1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; +$_LANGADM['AdminReferrers1f0f882a37664c9aa47a9d4fd20610cd'] = 'modalità esperto'; +$_LANGADM['AdminReferrers1faa3e365bfe45ad8e3a6c97da5b94d1'] = 'Aggiorna la cache'; $_LANGADM['AdminReferrers200f5c9c419f0a53d5d361eff7b33abc'] = 'Percentuale di registrazioni'; $_LANGADM['AdminReferrers208b51d8918ba3cdd679a5ec275df129'] = 'Filtra per prodotto:'; +$_LANGADM['AdminReferrers2402ba94d906bd24c2e0b4e3952c3ca9'] = 'Registra traffico diretto'; +$_LANGADM['AdminReferrers2d0c2b736fa1ab8ce149d26fc36e453a'] = 'Aiuto!'; +$_LANGADM['AdminReferrers2e27c4006a026eacfc1f85b41bf9bc4c'] = 'Remunerazione di base'; +$_LANGADM['AdminReferrers2fdae620abd0f37132313415eb443667'] = 'Questo è interessante perché puoi aggiungere dei tag o token nei link che indirizzano verso il tuo sito web. Per esempio puoi postare un link'; +$_LANGADM['AdminReferrers316853cc3718335f11c048e33b9be98a'] = 'Clic'; +$_LANGADM['AdminReferrers32eb2e5e4f68de58ec967137683ab09a'] = 'Se sai come usare le espressioni regolari MySQL, poi usare la'; +$_LANGADM['AdminReferrers32fdaf53fadc20d17117baafe17f0233'] = 'Quando usi la modalità semplice, puoi usare caratteri generici che possono sostituire qualsiasi carattere:'; +$_LANGADM['AdminReferrers34ebc2bcd0638b5cce09b2c2b0159174'] = 'Informazioni tecniche - Modalità semplice'; +$_LANGADM['AdminReferrers38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; +$_LANGADM['AdminReferrers3f783e6afc73242779dde81c7825def0'] = 'Lascia vuoto se non ci sono modifiche'; +$_LANGADM['AdminReferrers40e40fbf7a64db4428eeae2d926ff0ab'] = 'Il campo `request_uri` è l\'URL dal quale i clienti arrivano al tuo sito web.'; +$_LANGADM['AdminReferrers4181de604675ec0fb8d12202ec23964c'] = 'Remunerazione per ogni visita.'; +$_LANGADM['AdminReferrers43005b13d452a4ad6f2d8e29b499c55a'] = 'Perc. reg.'; +$_LANGADM['AdminReferrers453aceb005ceaf54a47da15fee8b2a26'] = 'Pagine'; +$_LANGADM['AdminReferrers49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminReferrers4b11cf76a471c13ba29b799772c90ddf'] = 'Per ogni ordine effettuato.'; +$_LANGADM['AdminReferrers4bcce22b929055c8db5204629d0a64c1'] = 'Carrello medio.'; +$_LANGADM['AdminReferrers4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminReferrers51d53cd2ecdae6b5dd3397875197e898'] = 'Costo a click'; +$_LANGADM['AdminReferrers537c66b24ef5c83b7382cdc3f34885f2'] = 'Anno'; +$_LANGADM['AdminReferrers5570dfe4ec8f3d4b2cf4d5780d928b39'] = 'Per esempio, i visitatori che vengono da Google avranno un `http_referer` come questo: \"http://www.google.com/search?q=prestashop\".'; +$_LANGADM['AdminReferrers571b5937b85a9155062315a7c1d69fa2'] = '\"_\" sostituisce un carattere. Se vuoi usare il vero \"_\", devi digitare'; +$_LANGADM['AdminReferrers591411cc8927851db2002208676d8330'] = 'Reg.'; +$_LANGADM['AdminReferrers62508131fde00888d0811939026f2f60'] = 'LìIl campo `http_referer` è il sito web da cui arriva il tuo cliente.'; +$_LANGADM['AdminReferrers653cfa577bccb5b3587de505c7629922'] = 'Per esempio, se il visitatore accede ad una pagina del prodotto, l\'URL sarà'; +$_LANGADM['AdminReferrers6691265cf8673ac521e3a1672d482723'] = 'Commissioi'; +$_LANGADM['AdminReferrers6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Aiuto'; +$_LANGADM['AdminReferrers6d4acea4a9682c8387d2117120a060e5'] = 'Front access:'; +$_LANGADM['AdminReferrers72474954ef40e2817957dac137f718d1'] = 'I campi \"include\" indicano ciò che deve essere incluso nell\'URL.'; +$_LANGADM['AdminReferrers7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; +$_LANGADM['AdminReferrers7cbb885aa1164b390a0bc050a64e1812'] = 'Mese'; +$_LANGADM['AdminReferrers7da81b1f9ca174679bbb40b7703ad01d'] = 'Chiedi URI'; +$_LANGADM['AdminReferrers86190054fc32554662ffbb12b717e8d0'] = 'Remunerazione in %'; +$_LANGADM['AdminReferrers89741aae300253f498b0993fa678fa18'] = 'Perc. ord.'; +$_LANGADM['AdminReferrers8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; +$_LANGADM['AdminReferrers93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminReferrers9706b3e27e9457477521522ffc8d5b24'] = 'Se il visitatore arriva direttamente (digitando l\'URL del tuo negozio o usando i preferiti, per esempio), `http_referer` sarà vuoto.'; +$_LANGADM['AdminReferrers97b22af4c50379be3da02a0b10f13ce3'] = 'Aggiornare l\'indice'; +$_LANGADM['AdminReferrersa1b58c5793a9c4b1596f555d3c46ca7c'] = 'Definizioni'; +$_LANGADM['AdminReferrersa1cff1c13d1d12ea1f04f6a1e5c10d9c'] = 'Quindi se vuoi che tutti i visitatori vengano da google, puoi digitare \"%google%\" in questo campo, oppure \"%google.it%\" se vuoi che i visitatori vengano solo da Google Italia.'; +$_LANGADM['AdminReferrersa28735af01fbb1e35371cb120985ac47'] = 'Registrazioni'; +$_LANGADM['AdminReferrersa4e34bb1b030f78313a3a8f687277c45'] = ' nel forum e ottenere le statistiche inserendo \"%prestashop\" nel campo `request_uri`.'; +$_LANGADM['AdminReferrersa9841e29f2c8180709b16cd2a13c55fe'] = 'Ord.'; +$_LANGADM['AdminReferrersab0cf104f39708eabd07b8cb67e149ba'] = 'Cache'; +$_LANGADM['AdminReferrersab20dd433a5e44c6166509b6c0075b9d'] = 'Percentuale delle vendite.'; +$_LANGADM['AdminReferrersadaaee4b22041c27198d410c68d952c9'] = '%'; +$_LANGADM['AdminReferrersae5d01b6efa819cc7a7c05a8c57fcc2c'] = 'Ospiti'; $_LANGADM['AdminReferrersb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutti'; -$_LANGADM['AdminReferrers4351cfebe4b61d8aa5efa1d020710005'] = 'Vedi'; -$_LANGADM['AdminReferrers7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminReferrersf9d49c6baa1183b09d4068c3e4d1ba2e'] = 'Elimina l\'affiliato?'; -$_LANGADM['AdminReferrersf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'ID ordine'; -$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Data di emissione'; -$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Opzioni restituzione merce'; -$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Attiva restituzioni:'; -$_LANGADM['AdminReturnd0c905ef089538af1f976a3477d617b0'] = 'Seleziona se attivare o meno la restituzione della merce'; -$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Numero di giorni:'; -$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Numero di giorni in cui il cliente può effettuare una restituzione dopo la data di consegna'; -$_LANGADM['AdminReturn630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; -$_LANGADM['AdminReturnddcaee4edc8938535941b620ae5ec359'] = 'Non hai il permesso di modificare qui'; -$_LANGADM['AdminReturn01abfc750a0c942167651c40d088531d'] = 'n.'; -$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Restituzione prodotto'; -$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Cliente:'; -$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Maggiori informazioni sulla pagina cliente'; -$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Ordine:'; -$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; -$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'da'; -$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Maggiori informazioni sulla pagina ordini'; -$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Motivo della restituzione:'; -$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'Status di restituzione merce'; -$_LANGADM['AdminReturne487807f020df126a8f608ba1c10d422'] = 'Credito.'; -$_LANGADM['AdminReturnf659245a1bc897f14cc0b3f697a5aa43'] = 'Crea una nuova nota credito sull\'ordine del cliente'; -$_LANGADM['AdminReturnf6c8a174a0db7915422af810e5f38e29'] = 'Maggiori informazioni sulla pagina ordini'; -$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Prodotti:'; -$_LANGADM['AdminReturn63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; -$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Nome del prodotto'; -$_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminReferrersb341a59d5636ed3d6a819137495b08a0'] = 'Password'; +$_LANGADM['AdminReferrersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminReferrersbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminReferrersbb166feff34b74fef81127259160c93a'] = 'Affiliato'; +$_LANGADM['AdminReferrersc33e404a441c6ba9648f88af3c68a1ca'] = 'Statistiche'; +$_LANGADM['AdminReferrerscc99ae38b3da304c65ea3a9019800a38'] = 'Informazioni tecniche'; +$_LANGADM['AdminReferrerscec64239386a3679d3279479d34ef354'] = 'Registrare il traffico diretto può far perdere spazio e prestazioni. Attivalo solo se hai un database adeguato e un estremo bisogno di farlo.'; +$_LANGADM['AdminReferrersd3139f39f1ad6324c80a9ddd50cc7867'] = 'Pagine visualizzate'; +$_LANGADM['AdminReferrersd7e637a6e9ff116de2fa89551240a94d'] = 'Visite'; +$_LANGADM['AdminReferrersda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indicizzazione'; +$_LANGADM['AdminReferrersdcf612ffd5e0e54a8f7abf195b74cb61'] = 'La modalità semplice utilizza il \"LIKE\" di MySQL , ma per una potenza maggiore puoi usare le espressioni regolari MySQL .'; +$_LANGADM['AdminReferrersdcf916d52dc23351ecf7cc8435070da6'] = 'Gli affiliati possono accedere ai propri dati con questo nome e password.'; +$_LANGADM['AdminReferrersdfc3dfe22ecded7cab0a096ea9874ddd'] = 'Questo metodo è più affidabile di quello `http_referer` ma esiste un rischio: se un motore di ricerca legge una pagina con il tuo link, poi sarà mostrato nei suoi risultati, e tu avrai non solo i visitatori del forum, ma anche quelli del motore di ricerca.'; +$_LANGADM['AdminReferrerse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminReferrerse8292be0c621a08c807325b9ea1be867'] = '\"%\" sostituisce un numero qualsiasi di caratteri. Se vuoi usare il vero \"%\", devi digitare'; +$_LANGADM['AdminReferrersf4f70727dc34561dfde1a3c529b6205c'] = 'Configurazione'; +$_LANGADM['AdminRequestSql004bf6c9a40003140292e97330236c53'] = 'Strumenti'; +$_LANGADM['AdminRequestSql0095a9fa74d1713e43e370a7d7846224'] = 'Esporta'; +$_LANGADM['AdminRequestSql38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminRequestSql49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminRequestSql4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminRequestSql902b0d55fddef6f8d651fe1035b7d4bd'] = 'Errore'; +$_LANGADM['AdminRequestSqla1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminRequestSqlb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminRequestSqlb7ccdf6ab58f5514acc520721ddc9f08'] = 'Riempi i campi e clicca \"Salva\".'; +$_LANGADM['AdminRequestSqlb8bf3ffcbb8025ef76f8d67fff0cdf2b'] = 'Clicca \"Aggiungi Nuovo\".'; +$_LANGADM['AdminRequestSqle25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminRequestSqlf2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attributo'; $_LANGADM['AdminReturn004bf6c9a40003140292e97330236c53'] = 'Strumenti'; +$_LANGADM['AdminReturn24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminReturn2ca3deb5cd68fa9119b285804fab572f'] = 'Ordine:'; $_LANGADM['AdminReturn2fb3b950fd7711136f7f251ae5fbdbdc'] = 'Testo n.'; -$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ' :'; -$_LANGADM['AdminReturnee2204974e5c8242756f3d9981865adc'] = 'Elenco di prodotti nel pacco'; $_LANGADM['AdminReturn38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminReturnStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminReturnStates49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminReturnStates33af8066d3c83110d4bd897f687cedd2'] = 'Status ordini'; -$_LANGADM['AdminReturnStates46d654225b4ccc1607fd1af012d18e12'] = 'Nome dello status:'; -$_LANGADM['AdminReturnStatesa4bb440d400f4dc30f148b44d08680b4'] = 'Caratteri non validi: numeri e'; -$_LANGADM['AdminReturnStates2c683de3e19f3bd14b85d8430bda7081'] = 'Nome dello status della restituzione ordine'; -$_LANGADM['AdminReturnStates38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminReturnStates19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'Id'; -$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Tag immagini'; -$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Attivato'; -$_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Come \"taggare\" i prodotti nell\'immagine:'; -$_LANGADM['AdminScenes0360cec9ca7756b663f53c9d87cc2111'] = 'Quando un cliente passa con il mouse sopra l\'immagine, appare un pop-up che mostra una breve descrizione del prodotto. Il cliente può quindi cliccare per aprire l\'intera pagina del prodotto. Per fare ciò, definisci la \"zona taggata\" che, quando viene percorsa con il mouse, mostrerà i pop-up. Clicca sulla sinistra del mouse per disegnare la zona rettangolare, poi lascia il tasto Quindi, digita il nome del prodotto correlato , così che apparirà un elenco di prodotti. Clicca su quello prescelto, poi clicca \"OK\". Ripeti queste fasi per ciascuna zona da taggare.'; -$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Nome tag immagine:'; -$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminScenes43c7582c40594c3fe32a6634ef9dcb07'] = 'Disattivato'; -$_LANGADM['AdminScenesd53c16e0cdd142bc71055c670dd13200'] = 'Attiva o disattiva la tag immagine'; -$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Immagine da \"taggare\" :'; -$_LANGADM['AdminScenes0ff5840c17a19a6416cb6532fa1cd3c9'] = 'Invia l\'immagine'; -$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; -$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'Dimensione dell\'immagine'; -$_LANGADM['AdminScenes64fd5923eb01a88c3f25ad6c841f6ede'] = 'kb max.'; -$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Se superiore all\'impostazione della dimensione immagine, l\'immagine viene ridotta a'; -$_LANGADM['AdminScenesbc02f05b2b99eb2f72b99dba325427e9'] = '(larghezza x altezza). Se inferiore all\'impostazione della dimensione immagine, sarà aggiunto uno sfondo bianco per ottenere la dimensione corretta.'; -$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Nota: per cambiare le dimensioni dell\'immagine, modifica le impostazioni \"large_scene\" alla dimensione desiderata (in Back Office: Tab \"Preferenze|\" Tab Immagini).'; -$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Inizia digitando le prime lettere del prodotto, poi seleziona il prodotto dall\'elenco a cascata:'; -$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; -$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Miniatura particolare:'; -$_LANGADM['AdminScenesf53d1cd25e03173ba9eaa4e493636769'] = '(opzionale)'; -$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'Se vuoi utilizzare una miniatura diversa da quella generata dalla riduzione dell\'immagine taggata, caricala qui.'; -$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Dimensione del file:'; -$_LANGADM['AdminScenesc820e0c1d4ae16db218626f49e7916b1'] = 'kb max.'; +$_LANGADM['AdminReturn446faa7da2d42ba4ffeda73cb119dd91'] = 'Data di emissione'; +$_LANGADM['AdminReturn593d14a9bb937448450dec461580c8cf'] = 'Attiva restituzioni:'; +$_LANGADM['AdminReturn5eea367ea73b909880393bd1ae79fc67'] = 'Cliente:'; +$_LANGADM['AdminReturn63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminReturn694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminReturn853ae90f0351324bd73ea615e6487517'] = ' :'; +$_LANGADM['AdminReturn9442975514755961788cc54bf8b43ddf'] = 'Opzioni restituzione merce'; +$_LANGADM['AdminReturn97b920aeb6427541616bdfb89a42be02'] = 'Numero di giorni:'; +$_LANGADM['AdminReturnb52b44c9d23e141b067d7e83b44bb556'] = 'Prodotti:'; +$_LANGADM['AdminReturnb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminReturnbe812bcdcf226cac718ced453e22dbae'] = 'Maggiori informazioni sulla pagina ordini'; +$_LANGADM['AdminReturnbfc23574a242be4531bcb29877ac1d8a'] = 'Restituzione prodotto'; +$_LANGADM['AdminReturncb5e33714f324e81edb2ad638d085d09'] = 'Motivo della restituzione:'; +$_LANGADM['AdminReturnd0c905ef089538af1f976a3477d617b0'] = 'Seleziona se attivare o meno la restituzione della merce'; +$_LANGADM['AdminReturnd1228f5476d15142b1358ae4b5fa2454'] = 'Ordine n.'; +$_LANGADM['AdminReturnd79cf3f429596f77db95c65074663a54'] = 'ID ordine'; +$_LANGADM['AdminReturnd98a07f84921b24ee30f86fd8cd85c3c'] = 'da'; +$_LANGADM['AdminReturndf644ae155e79abf54175bd15d75f363'] = 'Nome del prodotto'; +$_LANGADM['AdminReturne1c9e6510f0c8a1182dd5322b9c40331'] = 'Maggiori informazioni sulla pagina cliente'; +$_LANGADM['AdminReturnec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminReturnee2204974e5c8242756f3d9981865adc'] = 'Elenco di prodotti nel pacco'; +$_LANGADM['AdminReturnf12dbe1dbf9af16a70ca2c0329112642'] = 'Status di restituzione merce'; +$_LANGADM['AdminReturnf279b0e5f1f92bf1bae821e102f5c400'] = 'Numero di giorni in cui il cliente può effettuare una restituzione dopo la data di consegna'; +$_LANGADM['AdminScenes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; $_LANGADM['AdminScenes0b24516ee8c68a18020951583bc3b8ab'] = 'Ridimensionato automaticamente a'; -$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(larghezza x altezza)'; -$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Nota: per cambiare le dimensioni dell\'immagine, modifica le impostazioni \"large_scene\" alla dimensione desiderata (in Back Office: Tab \"Preferenze|\" Tab Immagini).'; -$_LANGADM['AdminScenes8cf04a9734132302f96da8e113e80ce5'] = 'Casa'; -$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'selezionati'; -$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Comprimi tutto'; -$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Espandi tutto'; +$_LANGADM['AdminScenes1af828ba283f1db4849dd627767da221'] = 'Se superiore all\'impostazione della dimensione immagine, l\'immagine viene ridotta a'; +$_LANGADM['AdminScenes24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminScenes38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminScenes3b263477a8ad622d76979befafd0119d'] = 'Inizia digitando le prime lettere del prodotto, poi seleziona il prodotto dall\'elenco a cascata:'; +$_LANGADM['AdminScenes46cff679f56896d63111deff52857fc9'] = 'Tag immagini'; $_LANGADM['AdminScenes5e9df908eafa83cb51c0a3720e8348c7'] = 'Controllare tutti i'; -$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Deseleziona tutti'; +$_LANGADM['AdminScenes5ffd7a335dd836b3373f5ec570a58bdc'] = 'Espandi tutto'; +$_LANGADM['AdminScenes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminScenes64fd5923eb01a88c3f25ad6c841f6ede'] = 'kb max.'; +$_LANGADM['AdminScenes7dc99a2737d301ded7dbc18b54487c4c'] = 'Nota: per cambiare le dimensioni dell\'immagine, modifica le impostazioni \"large_scene\" alla dimensione desiderata (in Back Office: Tab \"Preferenze|\" Tab Immagini).'; +$_LANGADM['AdminScenes84418e651fa14682de36a551e72c2a06'] = 'Nome tag immagine:'; +$_LANGADM['AdminScenes8a5c9824486e8c1f74cb4c4ec8f9e465'] = '(larghezza x altezza)'; $_LANGADM['AdminScenes8c38776925f7cf41c090646a43157024'] = 'Categorie:'; -$_LANGADM['AdminScenesdf41d831253828e9852a25c72393fde8'] = 'Salva tag immagini'; +$_LANGADM['AdminScenes9747d23c8cc358c5ef78c51e59cd6817'] = 'Deseleziona tutti'; +$_LANGADM['AdminScenes992fce2ab1e3df0de5e94109ab6f4ba0'] = 'Se vuoi utilizzare una miniatura diversa da quella generata dalla riduzione dell\'immagine taggata, caricala qui.'; +$_LANGADM['AdminScenes997fd7aaabd538817e06ff1b3289bee3'] = 'Immagine da \"taggare\" :'; +$_LANGADM['AdminScenesa5394858079fa378684b20a1abc0e9be'] = 'Nota: per cambiare le dimensioni dell\'immagine, modifica le impostazioni \"large_scene\" alla dimensione desiderata (in Back Office: Tab \"Preferenze|\" Tab Immagini).'; +$_LANGADM['AdminScenesa99236f155b9a3606d7b36262179bc17'] = 'Dimensione dell\'immagine'; +$_LANGADM['AdminScenesb56c3bda503a8dc4be356edb0cc31793'] = 'Comprimi tutto'; +$_LANGADM['AdminScenesb667daefa504a39a424c395df58d04b1'] = 'Miniatura particolare:'; +$_LANGADM['AdminScenesb718adec73e04ce3ec720dd11a06a308'] = 'Id'; +$_LANGADM['AdminScenesb908c2f34052b5276e0bf50f0e042211'] = 'Dimensione del file:'; +$_LANGADM['AdminScenesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminScenesbc02f05b2b99eb2f72b99dba325427e9'] = '(larghezza x altezza). Se inferiore all\'impostazione della dimensione immagine, sarà aggiunto uno sfondo bianco per ottenere la dimensione corretta.'; +$_LANGADM['AdminScenesc820e0c1d4ae16db218626f49e7916b1'] = 'kb max.'; +$_LANGADM['AdminScenescb456215c3333db0551bd0788bc258c7'] = 'Attivato'; +$_LANGADM['AdminScenese0aa021e21dddbd6d8cecec71e9cf564'] = 'OK'; +$_LANGADM['AdminScenesef7de3f485174ff47f061ad27d83d0ee'] = 'selezionati'; +$_LANGADM['AdminScenesefa840b68d542771392db5b9977ca895'] = 'Come \"taggare\" i prodotti nell\'immagine:'; +$_LANGADM['AdminScenesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; $_LANGADM['AdminScenesf5dae0e1b3d4bc66fadd2840b4f79227'] = 'Aggiungi un\'immagine poi continuare'; -$_LANGADM['AdminScenes19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Risultati ricerca'; -$_LANGADM['AdminSearch069aaf2bc613789c5ac5ec141d934746'] = 'Caratteristiche che coincidono alla tua richiesta:'; -$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttore'; -$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; -$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminSearch3601146c4e948c32b6424d2c0a7f0118'] = 'Prezzo'; -$_LANGADM['AdminSearch27ce7f8b5623b2e2df568d64cf051607'] = 'Magazzino'; -$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminSearch06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminSearchdaab80c5dadc81fa2d019c562f805994'] = 'Sesso'; -$_LANGADM['AdminSearch1ec5f5ec77c51a968271b2ca9862907d'] = 'E-mail '; -$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Data di nascita'; +$_LANGADM['AdminScenesfb2ea703b13d059f6b7ea5da806021df'] = 'Formato:'; +$_LANGADM['AdminSearch00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminSearch019ec3132cdf8ee0f2e2a75cf5d3e459'] = 'Sesso'; $_LANGADM['AdminSearch151a3c668742e11d24b6f8e65f7f7ee6'] = 'Data di registrazione'; +$_LANGADM['AdminSearch49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminSearch63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; $_LANGADM['AdminSearch7442e29d7d53e549b78d93c46b8cdcfc'] = 'Ordini'; -$_LANGADM['AdminSearch94bf3ff95d3b3870c72d1c54f7105477'] = 'categorie trovate con'; -$_LANGADM['AdminSearchce35f6a58823a8effa17a2af92949fbb'] = 'categoria trovata con'; -$_LANGADM['AdminSearchcbedd9b9efad67ab2082d4bf3f80618e'] = 'prodotti trovati con'; -$_LANGADM['AdminSearchce8e6ddceb2367fdb7bfdde78fa5a64b'] = 'prodotto trovato con'; -$_LANGADM['AdminSearcheadcead196002163653bd0e9be7b6d5e'] = 'Modifica questo prodotto'; -$_LANGADM['AdminSearch8f0fc31a08d7e50bad68e8ff5f56ef1b'] = 'Vuoi cancellare questo prodotto? '; -$_LANGADM['AdminSearch0449f210068787074ce58175b1a2f5cf'] = 'Cancella questo prodotto'; -$_LANGADM['AdminSearch4b6f7d34a58ba399f077685951d06738'] = 'Clienti'; -$_LANGADM['AdminSearch91ec1f9324753048c0096d036a694f86'] = 'Cliente'; -$_LANGADM['AdminSearchee80eac41742f9c11b701e4e1eb96027'] = 'trovato con'; -$_LANGADM['AdminSearchaac3536927a1e082bbdbbd18039b486b'] = 'Scrivi a questo cliente'; -$_LANGADM['AdminSearchd2a99b49c6a18dbbd911e51e55cc5c6d'] = 'Visualizza ordine'; -$_LANGADM['AdminSearch424b1a913da3df93e2366d28f29e1893'] = 'Modifica questo cliente'; -$_LANGADM['AdminSearch729a51874fe901b092899e9e8b31c97a'] = 'Sei sicuro?'; -$_LANGADM['AdminSearchc3b0525bb0516119f4233bc8f78ec05e'] = 'Cancella questo cliente'; -$_LANGADM['AdminSearch4db15b3d4b90022287ec8dce8a42a78c'] = 'Non è stato trovato niente per'; -$_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; -$_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'Ricerca AJAX'; +$_LANGADM['AdminSearch8b5dd64ab8d0b8158906796b53a200e2'] = 'Indirizzo e-mail'; +$_LANGADM['AdminSearch9c37b7b6ff829e977df287900543ea54'] = 'Data di nascita'; $_LANGADM['AdminSearchConf00204f71aee500f89085662a40f8a555'] = 'Attiva ricerca ajax per i tuoi visitatori.'; -$_LANGADM['AdminSearchConf483c40354fdf24fc335387dc1785ccd2'] = 'Con la ricerca ajax, i primi 10 prodotti corrispondenti alla query dell\'utente comparirà in tempo reale sotto il campo di input.'; -$_LANGADM['AdminSearchConfbbeec9bc726c86e461b48941118e4f3b'] = 'Ricerca istantanea'; -$_LANGADM['AdminSearchConf88a84f6aa7f460b72f4a4b9dd9b9b714'] = 'Abilitare la ricerca istantanea per i tuoi visitatori.'; -$_LANGADM['AdminSearchConfd125a8ad45c31bd8d3d6502b357e944a'] = 'Con la ricerca istantanea, i risultati appariranno immediatamente mentre l\'utente scrive le sue query.'; -$_LANGADM['AdminSearchConf4381a423b1c744a58a00f9921327f4f7'] = 'Lunghezza minima della parola'; -$_LANGADM['AdminSearchConfc1aa7600ab8604ee230fbf068ae3e032'] = 'Saranno indicizzate solo parole a partire da questa dimensione.'; -$_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Parole da non indicizzare'; -$_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Immettere le parole separate da \"|\".'; -$_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Peso nome del prodotto'; -$_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Peso di riferimento'; -$_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Peso della descrizione breve'; -$_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Peso della descrizione lunga'; +$_LANGADM['AdminSearchConf01d2aac5d20787a1e873f2bdc79b514a'] = 'Ricerca invece questa parola.'; $_LANGADM['AdminSearchConf05cdca5b85ff26e596c3af66ed4820d5'] = 'Peso della categoria'; -$_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Peso del produttore'; -$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Peso dei tag'; +$_LANGADM['AdminSearchConf13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; +$_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'Una parola con un peso di 8 avrà valore 4 volte più di una parola con un peso di 2.'; $_LANGADM['AdminSearchConf1b25f9ffbf4d185dbb985380a04732cc'] = 'Peso degli attributi'; -$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Peso delle caratteristiche'; -$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indicizzazione'; $_LANGADM['AdminSearchConf1c24b90abdb6175e6c57762446db435a'] = 'La \"indicizzato\" prodotti sono stati analizzati da PrestaShop e appariranno nei risultati della ricerca front office.'; -$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Prodotti indicizzati:'; -$_LANGADM['AdminSearchConfccbc76379314a960da40f0693ac3497b'] = 'Costruire l\'indice prodotto può richiedere alcuni minuti o più. Se il server arrestare il processo prima della fine, è possibile riprendere l\'indicizzazione facendo clic su \"Aggiungi prodotti mancanti\".'; -$_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Aggiungi all\'indice i prodotti mancanti.'; $_LANGADM['AdminSearchConf26e424abe001fcfdcc85a2d59bacb567'] = 'Aggiornare l\'indice'; $_LANGADM['AdminSearchConf2e2ef007bbe41bc68ee187fca0387520'] = 'Puoi impostare un lavoro cronologico che ricostruisca il tuo indice usando l\'URL seguente:'; -$_LANGADM['AdminSearchConfad24ffca4f9e9c0c7e80fe1512df6db9'] = 'Rilevanza'; -$_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'Il \"peso\" rappresenta la sua importanza e rilevanza per la classifica dei prodotti quando provare una nuova ricerca.'; -$_LANGADM['AdminSearchConf157ce71733eb58af6770c47cfbab1732'] = 'Una parola con un peso di 8 avrà valore 4 volte più di una parola con un peso di 2.'; -$_LANGADM['AdminSearchConfc0e9eaafe9282fe99cb85cf791a2dd8e'] = 'È per questo che consigliava per un peso maggiore per le parole che compaiono nel nome o riferimento di un prodotto rispetto a quelli della descrizione del nome della categoria. Così, i risultati della ricerca saranno come precisato e releant possibile.'; +$_LANGADM['AdminSearchConf38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminSearchConf4381a423b1c744a58a00f9921327f4f7'] = 'Lunghezza minima della parola'; +$_LANGADM['AdminSearchConf483c40354fdf24fc335387dc1785ccd2'] = 'Con la ricerca ajax, i primi 10 prodotti corrispondenti alla query dell\'utente comparirà in tempo reale sotto il campo di input.'; +$_LANGADM['AdminSearchConf4871216a35362aebc0d9908e6e288765'] = 'Peso delle caratteristiche'; +$_LANGADM['AdminSearchConf5aac38deec604d81565722cc5a2a6be1'] = 'Risultato:'; +$_LANGADM['AdminSearchConf5bff181421d95b49ad5ce5bb08f0ffbe'] = 'Parole da non indicizzare'; +$_LANGADM['AdminSearchConf6af0a6ff1f2f2a61cbd8b98232314b03'] = 'Peso della descrizione breve'; +$_LANGADM['AdminSearchConf76a591808a254d4094e1c43f937b834f'] = 'Peso nome del prodotto'; +$_LANGADM['AdminSearchConf792fd33273f5b3dbbcc6bd5de52b7e20'] = 'non è un risultato valido'; +$_LANGADM['AdminSearchConf88a84f6aa7f460b72f4a4b9dd9b9b714'] = 'Abilitare la ricerca istantanea per i tuoi visitatori.'; +$_LANGADM['AdminSearchConf89e75b6219e4f6de0200ad94812a5655'] = 'Aggiungi all\'indice i prodotti mancanti.'; +$_LANGADM['AdminSearchConf8a289df2d13df2450bfcc937a026dee3'] = 'Ricerca AJAX'; $_LANGADM['AdminSearchConf8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; -$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Server'; -$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'Variabile GET'; -$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Referrer'; -$_LANGADM['AdminSearchEngines52e1c423b768c6e9850d70f3a41aca1d'] = 'Variabile $_GET'; +$_LANGADM['AdminSearchConf97af9b173ce5af301daaa0aeb5419c49'] = 'Immettere le parole separate da \"|\".'; +$_LANGADM['AdminSearchConf9ab81f57823f6aeb02362291f23883e6'] = 'Alias'; +$_LANGADM['AdminSearchConf9bc82ee9ca6110810689927a77493617'] = 'Peso del produttore'; +$_LANGADM['AdminSearchConf9d2e974b83d9090b463dbcb2ef32ab51'] = 'non è un alias valido'; +$_LANGADM['AdminSearchConfa1f687d813c4e0c415cb5137fcb156c1'] = 'Alias:'; +$_LANGADM['AdminSearchConfa66ec6983e578c3ac4663171b39d168b'] = 'i 2 camoi sono richiesti'; +$_LANGADM['AdminSearchConfb528cee25edcbf2257878a5aead21a1d'] = 'Il \"peso\" rappresenta la sua importanza e rilevanza per la classifica dei prodotti quando provare una nuova ricerca.'; +$_LANGADM['AdminSearchConfbbeec9bc726c86e461b48941118e4f3b'] = 'Ricerca istantanea'; +$_LANGADM['AdminSearchConfc152439199cebb7e1c27633efeaf1eda'] = 'Peso dei tag'; +$_LANGADM['AdminSearchConfc1aa7600ab8604ee230fbf068ae3e032'] = 'Saranno indicizzate solo parole a partire da questa dimensione.'; +$_LANGADM['AdminSearchConfc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminSearchConfd09de235a4115d5c3ff8d8e75f2fa45c'] = 'Prodotti indicizzati:'; +$_LANGADM['AdminSearchConfd125a8ad45c31bd8d3d6502b357e944a'] = 'Con la ricerca istantanea, i risultati appariranno immediatamente mentre l\'utente scrive le sue query.'; +$_LANGADM['AdminSearchConfda0d18febbbe9cd4e54b68aa72f1d231'] = 'Indicizzazione'; +$_LANGADM['AdminSearchConfe25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminSearchConfec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminSearchConff391844c98222451204cbb678d591f86'] = 'Peso di riferimento'; +$_LANGADM['AdminSearchConff90f799bc686f5d6a731b1f8074b4580'] = 'Peso della descrizione lunga'; $_LANGADM['AdminSearchEngines38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminSearchEngines19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Spese di amministrazione:'; -$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'La spedizione gratuita a partire da'; -$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Fatturazione'; -$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Amministrazione'; -$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'Tasse escl.'; -$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminShippingf67dcbe1d448921fc81fe382db040432'] = 'Consigli:'; -$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Se imposti questi parametri a 0, saranno disattivati'; -$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'I buoni sconto non saranno conteggiati nel calcolo della spedizione gratuita'; -$_LANGADM['AdminShipping8272caef74bda1743a8df3d14e898025'] = 'Scelta della fascia'; -$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'In base al prezzo totale'; -$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'In base al peso totale'; -$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Spese per mezzo di spedizione, area geografica, e fasce'; +$_LANGADM['AdminSearchEngines505de52d5ae227b6e8acb02dce2a0c4d'] = 'Server :'; +$_LANGADM['AdminSearchEngines9aa1b03934893d7134a660af4204f2a9'] = 'Server'; +$_LANGADM['AdminSearchEnginesb6f05e5ddde1ec63d992d61144452dfa'] = 'Referrer'; +$_LANGADM['AdminSearchEnginesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSearchEnginesb864759d534539519ceaa2c03a39d4c2'] = 'Variabile GET'; +$_LANGADM['AdminSearchEnginese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminSearchb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSearchc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttore'; +$_LANGADM['AdminSearchd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; +$_LANGADM['AdminSearcheb6b06cab0dd72e04c4da68d511facf2'] = 'Risultati ricerca'; +$_LANGADM['AdminSearchec53a8c4f07baed5d8825072c89799be'] = 'Status'; $_LANGADM['AdminShipping006300efaf063e1705dd614ea0ae9e8b'] = 'Spese'; -$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Devi solo vettori liberi, non c\'è bisogno di configurare il prezzo di consegna.'; -$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Mezzo di spedizione:'; -$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zona / Fascia'; $_LANGADM['AdminShipping01b6e20344b68835c5ed1ddedf20d531'] = 'a'; -$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutte le zone:'; -$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Si tratta di un vettore libero'; +$_LANGADM['AdminShipping03bad6eaeef7a9d4655f07ac28a1746d'] = 'I buoni sconto non saranno conteggiati nel calcolo della spedizione gratuita'; +$_LANGADM['AdminShipping1d8ca7f442e6d4ad3da5cb61b84284fc'] = 'Spese di amministrazione:'; +$_LANGADM['AdminShipping21034ae6d01a83e702839a72ba8a77b0'] = 'Tasse escl.'; +$_LANGADM['AdminShipping2605fbb693837be42d0cd0e701cb5aa3'] = 'Amministrazione'; +$_LANGADM['AdminShipping38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminShipping49fec5c86a3b43821fdf0d9aa7bbd935'] = 'In base al peso totale'; +$_LANGADM['AdminShipping780c462e85ba4399a5d42e88f69a15ca'] = 'Fatturazione'; $_LANGADM['AdminShipping8c6e9d97aa1ff2b61603508a7d25e8b7'] = 'Nessuna fascia per questo mezzo di spedizione'; -$_LANGADM['AdminShipping3c5a90ab81573c044caffb847d9157f6'] = 'I prezzi non includono le tasse.'; -$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID ordine'; +$_LANGADM['AdminShipping8e0fea0a31a2ef28aa69ecc1ec4460c1'] = 'Se imposti questi parametri a 0, saranno disattivati'; +$_LANGADM['AdminShippingabed9eda0a174a7b32829098aa53ae4d'] = 'Zona / Fascia'; +$_LANGADM['AdminShippingb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutte le zone:'; +$_LANGADM['AdminShippingc58f2291088838a2fd291aa70d560b30'] = 'Devi solo vettori liberi, non c\'è bisogno di configurare il prezzo di consegna.'; +$_LANGADM['AdminShippingc9722f74f95451816de0f8ca3259ae44'] = 'La spedizione gratuita a partire da'; +$_LANGADM['AdminShippinge3d29a6f3d7588301aa04429e686b260'] = 'In base al prezzo totale'; +$_LANGADM['AdminShippingedba2e2f00e254e64fcb0057c0279a1d'] = 'Spese per mezzo di spedizione, area geografica, e fasce'; +$_LANGADM['AdminShippingee40885aa3a350e6182b8ada1843ed30'] = 'Si tratta di un vettore libero'; +$_LANGADM['AdminShippingf8617a92ba0a0a4eabee724eab7c9f48'] = 'Mezzo di spedizione:'; +$_LANGADM['AdminShop00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminShop068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminShop1d6af794b2599c1407a83029a09d1ecf'] = 'Mezzi di spedizione'; +$_LANGADM['AdminShop2377be3c2ad9b435ba277a73f0f1ca76'] = 'Produttori'; +$_LANGADM['AdminShop24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminShop38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminShop61f0fa926f97eafb392975ed79cebb4a'] = 'Nome del negozio:'; +$_LANGADM['AdminShop622f3c75de9f3481ffc58c1f292c1c2b'] = 'Pagina CMS'; +$_LANGADM['AdminShop790d59ef178acbc75d233bf4211763c6'] = 'Nazione'; +$_LANGADM['AdminShop821b8ee6937cec96c30fdafbfe836d68'] = 'Negozi'; +$_LANGADM['AdminShop93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminShop9d5bf15117441a1b52eb1f0808e4aad3'] = 'Buoni sconto'; +$_LANGADM['AdminShop9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; +$_LANGADM['AdminShopUrl00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminShopUrl24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminShopUrl38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminShopUrlb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminShopUrlb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminShopUrld42225935a374f1249f2a45ebed00772'] = 'Attivato o disattivato'; +$_LANGADM['AdminShopUrle25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminShopa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema'; +$_LANGADM['AdminShopb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminShopb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminShopbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminShopbb34f602e45a9fbcb2cdfee7a48673fc'] = 'Scene'; +$_LANGADM['AdminShopbbaff12800505b22a853e8b7f4eb6a22'] = 'Contatti'; +$_LANGADM['AdminShopc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminShopdfcfc43722eef1eab1e4a12e50a068b1'] = 'Valute'; +$_LANGADM['AdminShope25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminShopfff0d600f8a0b5e19e88bfb821dd1157'] = 'Immagini'; +$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'Crea il PDF'; +$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'Nel formato 2010-01-01 (data di inizio inclusa)'; +$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Inizio'; +$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Fine'; $_LANGADM['AdminSlip446faa7da2d42ba4ffeda73cb119dd91'] = 'Data di emissione'; +$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Nle formato 2010-01-31 (data di fine inclusa)'; +$_LANGADM['AdminSlip6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'ID ordine'; +$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'Nessuna nota di credito per questo periodo.'; +$_LANGADM['AdminSlipb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSlipc95ed58f8c9573f7d58667e6847758d9'] = 'Credito.'; +$_LANGADM['AdminSlipe25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; $_LANGADM['AdminSlipf596633d68fc44d6c7460676060d5dcb'] = 'Data di inizio non valida'; $_LANGADM['AdminSlipff9e9791ff17e1ca431449bb2fe992c0'] = 'Data di fine non valida'; -$_LANGADM['AdminSlip97e021ec21e7594c30cbb0adbe16be6d'] = 'Nessuna nota di credito per questo periodo.'; -$_LANGADM['AdminSlipafa0e443a161e904a03bbbc333506256'] = 'Stampa un PDF'; -$_LANGADM['AdminSlip1e6d57e813355689e9c77e947d73ad8f'] = 'Inizio'; -$_LANGADM['AdminSlip0b1fb1278454d848f968d419e29c253b'] = 'Nel formato 2010-01-01 (data di inizio inclusa)'; -$_LANGADM['AdminSlip33caa076f23f453dd4061726f3706325'] = 'Fine'; -$_LANGADM['AdminSlip647ad0242a9d796e3c83ecf6d6435bc2'] = 'Nle formato 2010-01-31 (data di fine inclusa)'; -$_LANGADM['AdminSlip067af5895a7ced3197520b591f9a41eb'] = 'Crea il PDF'; -$_LANGADM['AdminSlip01abfc750a0c942167651c40d088531d'] = 'n.'; -$_LANGADM['AdminSlip4351cfebe4b61d8aa5efa1d020710005'] = 'Vedi'; -$_LANGADM['AdminSlip0071aa279bd1583754a544277740f047'] = 'Elimina l\'oggetto'; -$_LANGADM['AdminSlipd1457b72c3fb323a2671125aef3eab5d'] = ' ?'; -$_LANGADM['AdminSlipf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSpecificPriceRule03937134cedab9078be39a77ee3a48a0'] = 'Gruppo'; +$_LANGADM['AdminSpecificPriceRule1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppo:'; +$_LANGADM['AdminSpecificPriceRule1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; +$_LANGADM['AdminSpecificPriceRule21021ea0e52be8e9c599f4dff41e5be0'] = 'Caratteristica'; +$_LANGADM['AdminSpecificPriceRule33caa076f23f453dd4061726f3706325'] = 'A:'; +$_LANGADM['AdminSpecificPriceRule37be07209f53a5d636d5c904ca9ae64c'] = 'Percentuale'; +$_LANGADM['AdminSpecificPriceRule386c339d37e737a436499d423a77df0c'] = 'Valuta'; +$_LANGADM['AdminSpecificPriceRule38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminSpecificPriceRule3adbdb3ac060038aa0e6e6c138ef9873'] = 'Categoria'; +$_LANGADM['AdminSpecificPriceRule3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminSpecificPriceRule49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminSpecificPriceRule4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminSpecificPriceRule56a8a9eb05f9014da51a4f9b57322ac7'] = 'Categoria:'; +$_LANGADM['AdminSpecificPriceRule59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; +$_LANGADM['AdminSpecificPriceRule689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminSpecificPriceRule77295c7d814e7397c55f64ec06313984'] = 'Valuta:'; +$_LANGADM['AdminSpecificPriceRule90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Fornitore:'; +$_LANGADM['AdminSpecificPriceRule9c7f56d70e922a61254366964c01c64a'] = 'Tutte le valute'; +$_LANGADM['AdminSpecificPriceRule9e834f13e35e4edf64863ab414a6217a'] = 'Sconto'; +$_LANGADM['AdminSpecificPriceRulea1fa27779242b4902f7ae3bdd5c6d508'] = 'Tipo'; +$_LANGADM['AdminSpecificPriceRuleb2f40690858b404ed10e62bdf422c704'] = 'Ammontare'; +$_LANGADM['AdminSpecificPriceRuleb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSpecificPriceRulec0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttori'; +$_LANGADM['AdminSpecificPriceRulec3987e4cac14a8456515f0d200da04ee'] = 'Tutte le nazioni'; +$_LANGADM['AdminSpecificPriceRulee25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminSpecificPriceRulee4c4c68c7515704a91d90207067dcbbe'] = 'Tutti i gruppi'; +$_LANGADM['AdminSpecificPriceRuleec136b444eede3bc85639fac0dd06229'] = 'Fornitore'; +$_LANGADM['AdminSpecificPriceRulef2bbdf9f72c085adc4d0404e370f0f4c'] = 'Attributo'; +$_LANGADM['AdminSpecificPriceRulef4a275a931b82e5058bc8ffad8b8e5bd'] = 'Produttore:'; +$_LANGADM['AdminSpecificPriceRulef64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; +$_LANGADM['AdminStates00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminStates19ce4359133c8a012b572413ea8b58ea'] = 'Nazione in cui si trova lo Stato, la regione o la città'; +$_LANGADM['AdminStates24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminStates29b8e6e52c0384bf57dcc6b975d8b39c'] = 'Zona geografica in cui si trova lo Stato'; +$_LANGADM['AdminStates2dcd278c8503e295e186209fffd676f7'] = 'Codice ISO da 1 a 4 lettere (cerca su Wikipedia se non lo sai)'; +$_LANGADM['AdminStates38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminStates3af4c1797da60fd50670ddbb669fc0aa'] = 'Codice ISO:'; +$_LANGADM['AdminStates457885792537d3f4a056e776fa721a3d'] = 'Nome dello Stato da mostrare negli indirizzi e nelle fatture'; $_LANGADM['AdminStates49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminStates4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminStates9639e32cab248434a17ab32237cb3b71'] = 'Applica'; $_LANGADM['AdminStatesad68f9bafd9bf2dcf3865dac55662fd5'] = 'Codice ISO'; $_LANGADM['AdminStatesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminStatesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminStatesb8464cdd84b5f068ad72bf5c4f32163d'] = 'Stati'; -$_LANGADM['AdminStates4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminStates457885792537d3f4a056e776fa721a3d'] = 'Nome dello Stato da mostrare negli indirizzi e nelle fatture'; -$_LANGADM['AdminStates3af4c1797da60fd50670ddbb669fc0aa'] = 'Codice ISO:'; -$_LANGADM['AdminStates2dcd278c8503e295e186209fffd676f7'] = 'Codice ISO da 1 a 4 lettere (cerca su Wikipedia se non lo sai)'; -$_LANGADM['AdminStatesf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; -$_LANGADM['AdminStates19ce4359133c8a012b572413ea8b58ea'] = 'Nazione in cui si trova lo Stato, la regione o la città'; -$_LANGADM['AdminStatese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; -$_LANGADM['AdminStates29b8e6e52c0384bf57dcc6b975d8b39c'] = 'Zona geografica in cui si trova lo Stato'; -$_LANGADM['AdminStatesec92dbe75bbcc2fbf4cad6302df97c19'] = 'Usato per la spedizione'; -$_LANGADM['AdminStates24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminStates00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; $_LANGADM['AdminStatesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; $_LANGADM['AdminStatesd42225935a374f1249f2a45ebed00772'] = 'Attivato o disattivato'; -$_LANGADM['AdminStates38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminStates19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminStatsConf6e7b34fa59e1bd229b207892956dc41c'] = 'Mai'; -$_LANGADM['AdminStatsConfd2ce009594dcc60befa6a4e6cbeb71fc'] = 'Settimana'; -$_LANGADM['AdminStatsConf7cbb885aa1164b390a0bc050a64e1812'] = 'Mese'; -$_LANGADM['AdminStatsConf537c66b24ef5c83b7382cdc3f34885f2'] = 'Anno'; -$_LANGADM['AdminStatsConfb0b7c2b87eba7820fb826c780e136d2e'] = 'Motore grafico'; -$_LANGADM['AdminStatsConf5f0552395d828276db64cb05ab75150b'] = 'Motore grid'; -$_LANGADM['AdminStatsConfdc0a18457d5a9bb07540ad2ddb872822'] = 'Pulizia automatica'; -$_LANGADM['AdminStatsTabf4f70727dc34561dfde1a3c529b6205c'] = 'Configurazione'; -$_LANGADM['AdminStatsTabb0b7c2b87eba7820fb826c780e136d2e'] = 'Resoconto dei grafici'; -$_LANGADM['AdminStatsTab423e5f3a91ed4e4b023ea6eebddd25b5'] = 'Nessun motore grafico selezionato'; -$_LANGADM['AdminStatsTab5f0552395d828276db64cb05ab75150b'] = 'Resoconto delle tabelle'; -$_LANGADM['AdminStatsTab018c0d798c754ada9fbc026ca9a80092'] = 'Nessun motore grid selezionato'; -$_LANGADM['AdminStatsTab38fb7d24e0d60a048f540ecb18e13376'] = 'Aggiorna'; -$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; +$_LANGADM['AdminStatese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminStatese6e42855066e7a3ae050b2c698021b14'] = 'Zona:'; +$_LANGADM['AdminStatesec92dbe75bbcc2fbf4cad6302df97c19'] = 'Usato per la spedizione'; +$_LANGADM['AdminStatesf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; +$_LANGADM['AdminStats018c0d798c754ada9fbc026ca9a80092'] = 'Nessun motore grid selezionato'; +$_LANGADM['AdminStats1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; +$_LANGADM['AdminStats266e72d21719a5d0c7b8527c44c08f99'] = 'Nessun modulo installato'; +$_LANGADM['AdminStats38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminStats423e5f3a91ed4e4b023ea6eebddd25b5'] = 'Nessun motore grafico selezionato'; +$_LANGADM['AdminStats5f0552395d828276db64cb05ab75150b'] = 'Resoconto delle tabelle'; +$_LANGADM['AdminStats8290fb626ffacf21450997f25967efeb'] = 'Modulo introvabile'; +$_LANGADM['AdminStats846495f9ceed11accf8879f555936a7d'] = 'Navigazione'; $_LANGADM['AdminStatsTab03727ac48595a24daed975559c944a44'] = 'Giorno'; -$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Mese'; -$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Anno'; $_LANGADM['AdminStatsTab1e6d57e813355689e9c77e947d73ad8f'] = 'da'; $_LANGADM['AdminStatsTab33caa076f23f453dd4061726f3706325'] = 'a'; +$_LANGADM['AdminStatsTab537c66b24ef5c83b7382cdc3f34885f2'] = 'Anno'; +$_LANGADM['AdminStatsTab6e7b34fa59e1bd229b207892956dc41c'] = 'Mai'; +$_LANGADM['AdminStatsTab7cbb885aa1164b390a0bc050a64e1812'] = 'Mese'; +$_LANGADM['AdminStatsTab8ff922bbcd8ad41cdfc48d3c5163b2ab'] = 'Calendario'; $_LANGADM['AdminStatsTabc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; -$_LANGADM['AdminStatsTab13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; -$_LANGADM['AdminStatsTab5f075ae3e1f9d0382bb8c4632991f96f'] = 'OK'; -$_LANGADM['AdminStatsTab846495f9ceed11accf8879f555936a7d'] = 'Navigazione'; -$_LANGADM['AdminStatsTab266e72d21719a5d0c7b8527c44c08f99'] = 'Nessun modulo installato'; -$_LANGADM['AdminStatsTab8290fb626ffacf21450997f25967efeb'] = 'Modulo introvabile'; -$_LANGADM['AdminStatsTabb9f69fde28fbf3d71afa1bc9e3b7dab8'] = 'Seleziona un modulo nella colonna di sinistra.'; +$_LANGADM['AdminStatsTabd2ce009594dcc60befa6a4e6cbeb71fc'] = 'Settimana'; +$_LANGADM['AdminStatsb0b7c2b87eba7820fb826c780e136d2e'] = 'Resoconto dei grafici'; +$_LANGADM['AdminStatsb9f69fde28fbf3d71afa1bc9e3b7dab8'] = 'Seleziona un modulo nella colonna di sinistra.'; +$_LANGADM['AdminStatsdc0a18457d5a9bb07540ad2ddb872822'] = 'Pulizia automatica'; +$_LANGADM['AdminStatsf4f70727dc34561dfde1a3c529b6205c'] = 'Configurazione'; +$_LANGADM['AdminStatuses08d2ca380ff45ca948d4f825ff4c31dc'] = 'Nascondi questo stato nell\'ordine per il cliente'; +$_LANGADM['AdminStatuses2c683de3e19f3bd14b85d8430bda7081'] = 'Nome dello status della restituzione ordine'; +$_LANGADM['AdminStatuses31fde7b05ac8952dacf4af8a704074ec'] = 'Pre-visualizzazione'; $_LANGADM['AdminStatuses33af8066d3c83110d4bd897f687cedd2'] = 'Status ordini'; -$_LANGADM['AdminStatuses5fb4f48b6fec81c554fb0519b0669b2f'] = 'Status restituzione ordini'; -$_LANGADM['AdminStockMvtb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminStockMvtb9aefa40a54680bb258f9f9569290fae'] = 'Nome del prodotto'; -$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminStockMvtfffcb4d1e12c96b2f571f77ad25878b8'] = 'Motivo'; -$_LANGADM['AdminStockMvt6fde42aa0857eb92fc0d0c3fb1c6c8b7'] = 'Ordine n.'; -$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Dipendente'; -$_LANGADM['AdminStockMvt7a88c0e00abd9ea4220cc8fd00892306'] = 'Movimento magazzino:'; -$_LANGADM['AdminStockMvt4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminStockMvt85896a744f6fd84cbcd7bddb31fae8d7'] = 'Azione:'; -$_LANGADM['AdminStockMvta2590f768bebc52068ba341320394860'] = 'Aumenta il tuo magazzino'; -$_LANGADM['AdminStockMvtcc5c5c2e1e8d0ea99dda086197b8b030'] = 'Diminuisci il tuo magazzino'; -$_LANGADM['AdminStockMvt38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminStockMvtdf2dcf15625e93b34f46fe6c27f9b2c8'] = 'Movimenti magazzino per'; -$_LANGADM['AdminStockMvta240fa27925a635b08dc28c9e4f9216d'] = 'Ordine'; -$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Data'; -$_LANGADM['AdminStockMvt41254dab4d830cda65e017d8ff38f9bb'] = 'Storico dei movimenti di magazzino'; -$_LANGADM['AdminStockMvtf78c5ca37035326bca5e672deb6f2705'] = 'Calcola il movimento di inventario mancante'; -$_LANGADM['AdminStockMvta4d3b161ce1309df1c4e25df28694b7b'] = 'Convalida'; +$_LANGADM['AdminStatuses35388ca9e482238c6e9755d70a5a91a0'] = 'Permetti al cliente di scaricare e vedere la versione PDF della fattura'; +$_LANGADM['AdminStatuses37242ae69082dfc3ec9d365a18a9606e'] = 'Icona:'; +$_LANGADM['AdminStatuses38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminStatuses450dcddb1c36122c2c95a91d2bceec1d'] = 'Invia una e-mail al cliente quando l\'ordine è variato in questo status'; +$_LANGADM['AdminStatuses466eadd40b3c10580e3ab4e8061161ce'] = 'Fatture'; +$_LANGADM['AdminStatuses46d654225b4ccc1607fd1af012d18e12'] = 'Nome dello status:'; +$_LANGADM['AdminStatuses49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminStatuses4bc61ab0b24e55663cafd86775a73d7a'] = 'Modello di e-mail'; +$_LANGADM['AdminStatuses510f6a8fda6eb21f9ff01954e034a29a'] = 'Per motivi di sicurezza, non puoi cancellare gli status dell\'ordine di default'; +$_LANGADM['AdminStatuses6c9ffc43d3ce4c90a77aec20c8229a19'] = 'Sono permessi solo lettere, numeri e -_'; +$_LANGADM['AdminStatuses70f04749e7995edd7d59e2d034c08929'] = 'Considera l\'ordine associato come convalidato '; +$_LANGADM['AdminStatuses817434295a673aed431435658b65d9a7'] = 'Icona'; +$_LANGADM['AdminStatusesa4bb440d400f4dc30f148b44d08680b4'] = 'Caratteri non validi: numeri e'; +$_LANGADM['AdminStatusesa6c03b9eff966268fe4de7b97f64309b'] = 'Permetti di evidenziare il colore dello status. Solo HTML (per es.: '; +$_LANGADM['AdminStatusesb32475cd81cfdb314b57ae77c560640f'] = 'Nome del modello della e-mail (HTML e .txt)'; +$_LANGADM['AdminStatusesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStatusesbd88be5f33d835d0667fece965ab2443'] = 'Invia e-mail al cliente'; +$_LANGADM['AdminStatusesbf068ace28aa095e354ff02a01d32f1e'] = 'Stato dell\'ordine (ad esempio, \'In attesa\')'; +$_LANGADM['AdminStatusesc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminStatusese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminStatusesea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminStatusesfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Colore:'; +$_LANGADM['AdminStatusesffd3346d0bd6c20f4748a4ba3f5886b9'] = 'Carica un\'icona dal tuo computer (Tipo di file: .gif, dimensione consigliata: 16x16)'; +$_LANGADM['AdminStockConfiguration24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminStockConfiguration31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Firma'; +$_LANGADM['AdminStockConfiguration38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminStockConfiguration49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminStockConfiguration4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminStockConfiguration85896a744f6fd84cbcd7bddb31fae8d7'] = 'Azione:'; +$_LANGADM['AdminStockConfiguration93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['AdminStockConfigurationa2590f768bebc52068ba341320394860'] = 'Aumenta il tuo magazzino'; +$_LANGADM['AdminStockConfigurationb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStockConfigurationbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['AdminStockConfigurationcc5c5c2e1e8d0ea99dda086197b8b030'] = 'Diminuisci il tuo magazzino'; +$_LANGADM['AdminStockConfigurationccec78d886c47adb7e5a79567d262c0d'] = 'Colore back office'; +$_LANGADM['AdminStockConfigurationdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opzioni'; +$_LANGADM['AdminStockConfigurationfb5a0e846f382e4f81b1c4daddcf6e4e'] = 'Colore:'; +$_LANGADM['AdminStockCover49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminStockCover52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockCover63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminStockCover694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminStockCoverfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminStockInstantState49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminStockInstantState52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockInstantState63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminStockInstantStatefbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminStockManagement00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminStockManagement382b0f5185773fa0f67a8ed8056c7759'] = 'N/A'; +$_LANGADM['AdminStockManagement49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminStockManagement52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminStockManagement694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminStockManagement77295c7d814e7397c55f64ec06313984'] = 'Valuta:'; +$_LANGADM['AdminStockManagement9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; +$_LANGADM['AdminStockManagementaf7448c885be0d8acd5eb84322176570'] = 'UPC :'; +$_LANGADM['AdminStockManagementb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminStockManagementc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminStockManagementccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :'; +$_LANGADM['AdminStockManagementea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminStockManagementfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; $_LANGADM['AdminStockMvt31c6b3fdfaaa80dba2dbf92a4600524c'] = 'Firma'; +$_LANGADM['AdminStockMvt44749712dbec183e983dcd78a7736c41'] = 'Data'; $_LANGADM['AdminStockMvt49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminStockMvtd7319ffe5be44fae23cc7d312c312026'] = 'Motivo di default per il movimento di magazzino:'; -$_LANGADM['AdminStockMvtad800300cd0f25f7847c4de9abae4fab'] = 'Motivo per il movimento di magazzino'; -$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; -$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'Stato'; -$_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'Città'; -$_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Codice postale'; -$_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefono'; -$_LANGADM['AdminStores9810aa2b9f44401be4bf73188ef2b67d'] = 'Fax'; +$_LANGADM['AdminStockMvt63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminStockMvt694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminStockMvtf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Dipendente'; +$_LANGADM['AdminStockMvtfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; $_LANGADM['AdminStores00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Parametri'; -$_LANGADM['AdminStoresa6b9f40807f97e8c203547c1ce8f98f4'] = 'Mostra a pié di pagina:'; -$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Mostra un link verso il localizzatore del negozio a piè di pagina'; -$_LANGADM['AdminStoresa2c4697e3d6a5ee6072e32c9e467f21d'] = 'Mostra nella pagina sitemap:'; -$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Mostra un link verso il localizzatore del negozio nella pagina sitemap'; -$_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Mostra un localizzatore del negozio semplificato'; -$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Nessuna mappa, nessuna ricerca, solo un elenco dei negozi'; -$_LANGADM['AdminStores7ef769cefe50f4eee90b1e1a22eb9172'] = 'Latitudine di default:'; -$_LANGADM['AdminStores6f68e55cb85b037ff1bed185968aa448'] = 'Utilizzato per la posizione sulla mappa di default'; -$_LANGADM['AdminStores5a6b8fd2f89cdbde7862a59462f58273'] = 'Longitudine di default:'; -$_LANGADM['AdminStoresf08a4f32d9ce394e8d85ebffbe1a3ed3'] = 'Puoi anche sostituire l\'icona che rappresenta il tuo negozio in Google Maps: Vai al tab Preferenze, e poi al sotto-tab Aspetto'; -$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Negozi'; -$_LANGADM['AdminStores4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caratteri ammessi: lettres, espaces et'; -$_LANGADM['AdminStoresca5acac9ef810c83a15e0da3babd2007'] = 'Nome del negozio, per esempio : Store Mall Citycentre'; -$_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Indirizzo:'; -$_LANGADM['AdminStoresdd7bf230fde8d4836917806aff6a6b27'] = 'Indirizzo'; -$_LANGADM['AdminStores7515d32836da5648eb6a8f9113b7405b'] = 'Codice postale:'; -$_LANGADM['AdminStoresbffb711ec36f280459d11dce315da72f'] = 'Città:'; -$_LANGADM['AdminStoresf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; -$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'Stato'; -$_LANGADM['AdminStoresfcea88ad56b0839689d41643aa8abfd3'] = 'Latitudine / Longitudine:'; -$_LANGADM['AdminStoresbfa40b889c8fe29c2748e5d26f02d044'] = 'Coordinate del negozio, per es.: 45.265469 / -47.226478'; -$_LANGADM['AdminStores673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:'; +$_LANGADM['AdminStores0188aaac1db951dc90bced9ecd606c04'] = 'Mostrato nelle e-mail inviate ai clienti'; $_LANGADM['AdminStores0e2fb5b02182fd28b9b96e86ed27838f'] = 'Fax :'; -$_LANGADM['AdminStores78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:'; -$_LANGADM['AdminStoresfc9d3df613063ee57906c461320744e2'] = 'Commento:'; -$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'Status'; -$_LANGADM['AdminStoresb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminStores5c7246a637866f706a8319f8f701497e'] = 'Mostra o meno questo negozio'; -$_LANGADM['AdminStores7da7bd98bbbcb62c935af8d362bb7a3e'] = 'Immagine: '; +$_LANGADM['AdminStores1056348a5ee2b947804582ee224856ef'] = 'Mostra un localizzatore del negozio semplificato'; $_LANGADM['AdminStores134592f3d9dadf4c4f76ef7e9e12fb57'] = 'Foto del negozio'; -$_LANGADM['AdminStoresad179a1071ebd8b00e0ff4718301dcea'] = 'Orari:'; -$_LANGADM['AdminStores9021b488beef18b26de0d3bfd1acaa63'] = 'Esempio: 10,00-21,30'; -$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lunedì'; -$_LANGADM['AdminStores5792315f09a5d54fb7e3d066672b507f'] = 'Martedì'; -$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mercoledì'; -$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Giovedì'; -$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Venerdì'; -$_LANGADM['AdminStores8b7051187b9191cdcdae6ed5a10e5adc'] = 'Sabato'; -$_LANGADM['AdminStores9d1a0949c39e66a0cd65240bc0ac9177'] = 'Domenica'; +$_LANGADM['AdminStores18325105de95083e4a1d10b78f29c2bc'] = 'Stato'; +$_LANGADM['AdminStores1908624a0bca678cd26b99bfd405324e'] = 'Dimensione del file'; +$_LANGADM['AdminStores1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caratteri ammessi: lettres, espaces et'; +$_LANGADM['AdminStores237726599268adc200964601cdafeb16'] = 'E-mail negozio:'; +$_LANGADM['AdminStores24a23d787190f2c4812ff9ab11847a72'] = 'Status'; +$_LANGADM['AdminStores2bf1d5fae1c321d594fdedf05058f709'] = 'Indirizzo:'; +$_LANGADM['AdminStores3225a10b07f1580f10dee4abc3779e6c'] = 'Parametri'; $_LANGADM['AdminStores38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; -$_LANGADM['AdminStores19f823c6453c2b1ffd09cb715214813d'] = 'Campi obbligatori'; +$_LANGADM['AdminStores3c720ca57528095461f52d40d26d956a'] = 'Negozio linea indirizzo 1:'; +$_LANGADM['AdminStores46a2a41cc6e552044816a2d04634545d'] = 'Stato'; +$_LANGADM['AdminStores49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminStores4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminStores5792315f09a5d54fb7e3d066672b507f'] = 'Martedì'; +$_LANGADM['AdminStores57d056ed0984166336b7879c2af3657f'] = 'Città'; +$_LANGADM['AdminStores59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; +$_LANGADM['AdminStores5a6b8fd2f89cdbde7862a59462f58273'] = 'Longitudine di default:'; +$_LANGADM['AdminStores5c7246a637866f706a8319f8f701497e'] = 'Mostra o meno questo negozio'; +$_LANGADM['AdminStores5dd532f0a63d89c5af0243b74732f63c'] = 'Dati di contatto'; +$_LANGADM['AdminStores61f0fa926f97eafb392975ed79cebb4a'] = 'Nome del negozio:'; +$_LANGADM['AdminStores63406c9482c644975f227cc93788e8fb'] = 'Scegli la tua nazione'; +$_LANGADM['AdminStores642d3ba5db8b57e006584b544e490ec7'] = 'Codice postale'; +$_LANGADM['AdminStores673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:'; +$_LANGADM['AdminStores6f8522e0610541f1ef215a22ffa66ff6'] = 'Lunedì'; +$_LANGADM['AdminStores7515d32836da5648eb6a8f9113b7405b'] = 'Codice postale:'; +$_LANGADM['AdminStores76cee53a1d378b50e5bc3aa50ab3b4c0'] = 'Informazioni registrazione negozio (per es: SIRET, RCS, ...)'; +$_LANGADM['AdminStores78ae6f0cd191d25147e252dc54768238'] = 'Giovedì'; +$_LANGADM['AdminStores78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:'; +$_LANGADM['AdminStores792ccc0c7f3d0d20366fbbf44ef7cd78'] = 'Mostrato nelle e-mail e nei titoli di pagina'; +$_LANGADM['AdminStores796c163589f295373e171842f37265d5'] = 'Mercoledì'; +$_LANGADM['AdminStores7da7bd98bbbcb62c935af8d362bb7a3e'] = 'Immagine: '; +$_LANGADM['AdminStores7ef769cefe50f4eee90b1e1a22eb9172'] = 'Latitudine di default:'; +$_LANGADM['AdminStores821b8ee6937cec96c30fdafbfe836d68'] = 'Negozi'; +$_LANGADM['AdminStores86197fcc6dd67ec32c447e521889675f'] = 'Mostra un link verso il localizzatore del negozio a piè di pagina'; +$_LANGADM['AdminStores867f400ebb34232c656185d4ca7350b2'] = 'Mostra un link verso il localizzatore del negozio nella pagina sitemap'; +$_LANGADM['AdminStores8b7051187b9191cdcdae6ed5a10e5adc'] = 'Sabato'; +$_LANGADM['AdminStores9021b488beef18b26de0d3bfd1acaa63'] = 'Esempio: 10,00-21,30'; +$_LANGADM['AdminStores9810aa2b9f44401be4bf73188ef2b67d'] = 'Fax'; +$_LANGADM['AdminStores9d1a0949c39e66a0cd65240bc0ac9177'] = 'Domenica'; +$_LANGADM['AdminStoresa2c4697e3d6a5ee6072e32c9e467f21d'] = 'Mostra nella pagina sitemap:'; +$_LANGADM['AdminStoresa6b9f40807f97e8c203547c1ce8f98f4'] = 'Mostra a pié di pagina:'; +$_LANGADM['AdminStoresad179a1071ebd8b00e0ff4718301dcea'] = 'Orari:'; +$_LANGADM['AdminStoresb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminStoresb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminStoresbcc254b55c4a1babdf1dcb82c207506b'] = 'Telefono'; +$_LANGADM['AdminStoresbfa40b889c8fe29c2748e5d26f02d044'] = 'Coordinate del negozio, per es.: 45.265469 / -47.226478'; +$_LANGADM['AdminStoresbffb711ec36f280459d11dce315da72f'] = 'Città:'; +$_LANGADM['AdminStoresc33b138a163847cdb6caeeb7c9a126b4'] = 'Venerdì'; +$_LANGADM['AdminStoresc4d2dfcc9772ed9b143df5491e828235'] = 'Nessuna mappa, nessuna ricerca, solo un elenco dei negozi'; +$_LANGADM['AdminStoresca5acac9ef810c83a15e0da3babd2007'] = 'Nome del negozio, per esempio : Store Mall Citycentre'; +$_LANGADM['AdminStoresd7ceaa3ddb4fc6884046456463ecb258'] = 'Registrazione:'; +$_LANGADM['AdminStorese0ef7a9e00e6b6189c8da23da3fe79f8'] = 'Codice postale:'; +$_LANGADM['AdminStorese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminStoresf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminStoresf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; +$_LANGADM['AdminStoresfc9d3df613063ee57906c461320744e2'] = 'Commento:'; +$_LANGADM['AdminStoresfcea88ad56b0839689d41643aa8abfd3'] = 'Latitudine / Longitudine:'; +$_LANGADM['AdminStoresffea2d321be109fc7243cfeb515fe257'] = 'Scegli la tua nazione'; +$_LANGADM['AdminSubDomains38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; +$_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Sottodomini'; +$_LANGADM['AdminSubDomains6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; $_LANGADM['AdminSubDomainsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSubDomainsbeed05bccb8b6f21466910eb4a4f142b'] = 'Sottocategoria'; $_LANGADM['AdminSubDomainsfeedb03bed3f1e5339e12ecffc46eaba'] = 'I cookies sono diversi in ciascun sottodominio del tuo sito web. Se vuoi usare lo stesso cookie, aggiungi qui i sottodomini usati dal tuo negozio. Il più comune è \"www\".'; -$_LANGADM['AdminSubDomains51e2fe0e1a41fe9fec46ae2129bb8513'] = 'Sottodomini'; -$_LANGADM['AdminSubDomains463da457421d74a9ced0ac848fd90ccc'] = 'Sottodominio:'; -$_LANGADM['AdminSubDomains9a79e1e6cdfc1c64a71c60f2bac06c2f'] = 'Sottodominio supplementare'; -$_LANGADM['AdminSubDomains38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; -$_LANGADM['AdminSubDomains19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto'; -$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; +$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; +$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attributi'; +$_LANGADM['AdminSuppliers2bf1d5fae1c321d594fdedf05058f709'] = 'Indirizzo:'; +$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; +$_LANGADM['AdminSuppliers3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:'; +$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; +$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Carica il logo del fornitore dal tuo computer'; +$_LANGADM['AdminSuppliers46a2a41cc6e552044816a2d04634545d'] = 'Stato'; $_LANGADM['AdminSuppliers49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminSuppliers62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Prezzo di acquisto:'; +$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Riferimento fornitori:'; +$_LANGADM['AdminSuppliers673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:'; +$_LANGADM['AdminSuppliers7515d32836da5648eb6a8f9113b7405b'] = 'Codice postale:'; +$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Apparirà nell\'elenco fornitori'; +$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta titolo:'; $_LANGADM['AdminSuppliers8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; $_LANGADM['AdminSuppliers990fc90e39367377c314f1d61522ae61'] = 'Numero di prodotti'; -$_LANGADM['AdminSuppliers00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminSuppliers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Totale prodotti:'; -$_LANGADM['AdminSupplierse78b6f4eb3be046f4d25c07ce54954d4'] = 'Rif :'; -$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :'; -$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC :'; -$_LANGADM['AdminSuppliers647b89b705fafd7d44aa6f01a5cb4711'] = 'Quant.:'; -$_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attributi'; -$_LANGADM['AdminSuppliers63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; -$_LANGADM['AdminSuppliers52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; -$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; -$_LANGADM['AdminSuppliers694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; -$_LANGADM['AdminSuppliers1814d65a76028fdfbadab64a5a8076df'] = 'Fornitori:'; -$_LANGADM['AdminSuppliers4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminSuppliers6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; -$_LANGADM['AdminSuppliers76d17e0cd552ad8ca18c5fc1ae9d8098'] = 'Apparirà nell\'elenco fornitori'; -$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; -$_LANGADM['AdminSuppliers42ce2270f85f28aee54d41a4f5e94698'] = 'Carica il logo del fornitore dal tuo computer'; -$_LANGADM['AdminSuppliers7b250cb374c12c42a75227ba75df7779'] = 'Meta titolo:'; -$_LANGADM['AdminSuppliers3e053943605d9e4bf7dd7588ea19e9d2'] = 'Caratteri vietati:'; $_LANGADM['AdminSuppliersa6bb76858f8b4b61c050ad7a7ac57e06'] = 'Meta Descrizione:'; -$_LANGADM['AdminSuppliers394deec8b4e901394f69ad41095b1ecc'] = 'Meta keywords:'; -$_LANGADM['AdminSuppliers0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; +$_LANGADM['AdminSuppliersacd7b45c9d50280a52990015b2c24ba8'] = 'Logo:'; +$_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC :'; +$_LANGADM['AdminSuppliersb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattiva'; -$_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminSuppliers19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Home page'; -$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminSuppliersbffb711ec36f280459d11dce315da72f'] = 'Città:'; +$_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Prezzo di acquisto'; +$_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :'; +$_LANGADM['AdminSuppliersd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; +$_LANGADM['AdminSupplierse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminSuppliersf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; +$_LANGADM['AdminSuppliersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminSupplyOrders0095a9fa74d1713e43e370a7d7846224'] = 'Esporta'; +$_LANGADM['AdminSupplyOrders068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminSupplyOrders104d9898c04874d0fbac36e125fa1369'] = 'Sconto'; +$_LANGADM['AdminSupplyOrders126ddccbd9f946b8cd46d88b304a2020'] = 'Grazie per selezionare almeno un prodotto.'; +$_LANGADM['AdminSupplyOrders278c491bdd8a53618c149c4ac790da34'] = 'Modello'; +$_LANGADM['AdminSupplyOrders3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:'; +$_LANGADM['AdminSupplyOrders49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminSupplyOrders52eb5928a34db3e3da7ba52b0644273b'] = 'EAN13'; +$_LANGADM['AdminSupplyOrders63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminSupplyOrders689202409e48743b914713f96d93947c'] = 'Valore'; +$_LANGADM['AdminSupplyOrders694e8d1f2ee056f98ee488bdc4982d73'] = 'Quantità'; +$_LANGADM['AdminSupplyOrders6d2e7477916d118eb0a377fd13af4f63'] = 'Ultimo aggiornamento'; +$_LANGADM['AdminSupplyOrders77295c7d814e7397c55f64ec06313984'] = 'Valuta:'; +$_LANGADM['AdminSupplyOrders90bf278fe4384c50cd3ba3eb9d3c5393'] = 'Fornitore:'; +$_LANGADM['AdminSupplyOrders9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; +$_LANGADM['AdminSupplyOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminSupplyOrdersea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminSupplyOrdersec136b444eede3bc85639fac0dd06229'] = 'Fornitore'; +$_LANGADM['AdminSupplyOrdersec53a8c4f07baed5d8825072c89799be'] = 'Status'; +$_LANGADM['AdminSupplyOrdersef61fb324d729c341ea8ab9901e23566'] = 'Nuovo'; +$_LANGADM['AdminSupplyOrdersf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminSupplyOrdersf8c8b903cb2e4f297e4b96d4b9c1e98a'] = 'Dipendente'; +$_LANGADM['AdminSupplyOrdersfbd99ad01b92dbafc686772a39e3d065'] = 'UPC'; +$_LANGADM['AdminTabs00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminTabs24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; +$_LANGADM['AdminTabs37242ae69082dfc3ec9d365a18a9606e'] = 'Icona:'; +$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; $_LANGADM['AdminTabs49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icona'; -$_LANGADM['AdminTabs30269022e9d8f51beaabb52e5d0de2b7'] = 'Collegamento'; -$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modulo'; -$_LANGADM['AdminTabs3160eb21973806e4291c3979d4aa242e'] = 'Posizioni'; -$_LANGADM['AdminTabsa0db49ba470c1c9ae2128c3470339153'] = 'Livello'; -$_LANGADM['AdminTabsa02c83a7dbd96295beaefb72c2bee2de'] = 'Principale'; -$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Tabs'; $_LANGADM['AdminTabs4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminTabs52f5e0bc3859bc5f5e25130b6c7e8881'] = 'Posizione'; +$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Modulo:'; $_LANGADM['AdminTabs6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; $_LANGADM['AdminTabs6788f67ae68b5aa5ad08d8129399bf81'] = 'Classe :'; -$_LANGADM['AdminTabs53b3cae42737979c884275593a01f468'] = 'Modulo:'; +$_LANGADM['AdminTabs7015777bcc86cd0c5e4819310d62b040'] = 'Tabs'; +$_LANGADM['AdminTabs817434295a673aed431435658b65d9a7'] = 'Icona'; +$_LANGADM['AdminTabs8cf04a9734132302f96da8e113e80ce5'] = 'Home page'; $_LANGADM['AdminTabs980bb228a128556fe3df923d2ede30b4'] = 'Carica un logo dal tuo computer'; +$_LANGADM['AdminTabsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTabsb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminTabse55f75a29310d7b60f7ac1d390c8ae42'] = 'Modulo'; $_LANGADM['AdminTabse81c4e4f2b7b93b481e13a8553c2ae1b'] = 'o'; -$_LANGADM['AdminTabs6adf97f83acf6453d4a6a4b1070f3754'] = 'Nessuno'; -$_LANGADM['AdminTabs38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminTabs19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminTags0885f0c211f74834f0109c5abaf4cdc4'] = 'Lingua:'; +$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Elimina'; +$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; $_LANGADM['AdminTags4994a8ffeba4ac3140beb89e8d41f174'] = 'Lingua'; $_LANGADM['AdminTags49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminTags068f80c7519d0528fb08e82137a72131'] = 'Prodotti'; +$_LANGADM['AdminTags4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminTagsb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminTagsc101058e7ea21bbbf2a5ac893088e90b'] = 'Tag'; -$_LANGADM['AdminTags1063e38cb53d94d386f21227fcd84717'] = 'Elimina'; +$_LANGADM['AdminTagse25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; $_LANGADM['AdminTagsec211f7c20af43e742bf2570c3cb84f9'] = 'Aggiungi'; -$_LANGADM['AdminTags38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; -$_LANGADM['AdminTags19f823c6453c2b1ffd09cb715214813d'] = 'Campo richiesto'; -$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminTaxRulesGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminTaxRulesGroupb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutti'; -$_LANGADM['AdminTaxRulesGroup0a25e07dca07d53e3a4028a872759819'] = 'Le regole fiscali ti permettono di definire, per un prodotto o un mezzo di spedizione, tasse diverse in base ad un luogo (nazioni, stati ...).'; -$_LANGADM['AdminTaxRulesGroup70637b13cefc817973af3402e8d55f93'] = 'Nella maggior parte dei casi, le regole di default create da PrestaShop ti saranno sufficienti.'; -$_LANGADM['AdminTaxRulesGroupe9e21d887c1842cb0e55db2535bad55d'] = 'Se però dovessi modificarle, ecco un esempio che ti aiuterà a comprenderne il funzionamento:'; -$_LANGADM['AdminTaxRulesGroupdb4d4f1bfd27e52952252b03e7f33614'] = 'Vuoi applicare una tassa del 19,6% ad un prodotto in Francia e in Europa, ma non applicare nessuna tassa negli altri paesi, per fare questo:'; -$_LANGADM['AdminTaxRulesGroup555f1c93c6aa30a9b28e5cb37eaade53'] = 'Clicca su “nuovo”.'; -$_LANGADM['AdminTaxRulesGroup72b952c58ce090f3ee1d9d622ab6b8bc'] = 'Dare un nome alla vostra regola imposta (es: \"regola d\'imposta del 19,6%).'; -$_LANGADM['AdminTaxRulesGroupaa2931a65abeca84f219d9d23c6130d2'] = 'Impostare il campo \'attiva\' su true.'; -$_LANGADM['AdminTaxRulesGroup941e5236c41b28fd43698bf5cb44c9a0'] = 'Modificane la configurazione per paese associando la tassa del 19,6% alla Francia e ai paesi europei e la tassa dello 0% agli altri paesi.'; -$_LANGADM['AdminTaxRulesGroupb03b01502d3507bd3482fbe704a1b6fb'] = 'Clicca su “salva”.'; -$_LANGADM['AdminTaxRulesGroup9fbe151ea9ae9237b7683a6a749332ce'] = 'Vai alla scheda del tuo prodotto e associa la regola \"Regola fiscale del 19,6%\" al tuo prodotto.'; -$_LANGADM['AdminTaxRulesGroup5a3b0885f738136438cb25e3e89cfb77'] = 'In seguito, se hai bisogno di applicare una tassa diversa in Spagna, ti basterà modificare la regola \"Regola fiscale del 19,6%\" e modificare la tassa associata alla Spagna.'; -$_LANGADM['AdminTaxRulesGroup6c4026779d25d01f693adaa814828099'] = 'Nota: il tasso di default applicato al prodotto sarà in base al Paese di default del vostro negozio.'; -$_LANGADM['AdminTaxRulesGroup8d4ae51b8b5831db49a6dcde1b83e175'] = 'Regole'; -$_LANGADM['AdminTaxRulesGroup6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi'; +$_LANGADM['AdminTaxRules00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminTaxRules06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; +$_LANGADM['AdminTaxRules08a38277b0309070706f6652eeae9a53'] = 'Giù'; +$_LANGADM['AdminTaxRules258f49887ef8d14ac268c92b02503aaa'] = 'Su'; $_LANGADM['AdminTaxRulesGroup0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato'; -$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminTaxRulesGroup9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; +$_LANGADM['AdminTaxRulesGroup00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminTaxRulesGroup18325105de95083e4a1d10b78f29c2bc'] = 'Stato'; +$_LANGADM['AdminTaxRulesGroup46a2a41cc6e552044816a2d04634545d'] = 'Stato'; +$_LANGADM['AdminTaxRulesGroup49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminTaxRulesGroup4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Tassa'; +$_LANGADM['AdminTaxRulesGroup4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminTaxRulesGroup59716c97497eb9694541f7c3d37b1a4d'] = 'Nazione'; +$_LANGADM['AdminTaxRulesGroup6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi'; $_LANGADM['AdminTaxRulesGroup7475ec0d41372a307c497acb7eeea8c4'] = 'Nessuna tassa'; -$_LANGADM['AdminTaxRulesGroup38fb7d24e0d60a048f540ecb18e13376'] = 'Fare il backup'; -$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Perc.'; -$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Se si disattiva l\'ecotassa, la tassa ecologica per tutti i prodotti sarà impostato a 0'; -$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Tassa'; -$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Attiva tasse'; -$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Seleziona se vuoi includere o meno le tasse sugli acquisti'; -$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Mostra le tasse nel carrello:'; -$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Seleziona se vuoi mostrare o meno le tasse in una riga separata nel carrello'; -$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basato su'; -$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Indirizzo di fatturazione'; -$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Indirizzo di consegna:'; -$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Usa ecotassa'; -$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Eco-tassa:'; -$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'Tassa da applicare sull\'eco-tassa (per es.: eco-tassa francese: 19,6%)'; -$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Tasse'; -$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; -$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; -$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Nome delle tasse da mostrare nel carrello o nella fattura, per es., IVA'; -$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = 'Percentuale:'; -$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Formato: XX.XX ou XX.XXX (per es.: 19.60 o 13.925)'; -$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; -$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminTaxes19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminTaxRulesGroup8d4ae51b8b5831db49a6dcde1b83e175'] = 'Regole'; +$_LANGADM['AdminTaxRulesGroup9ea67be453eaccf020697b4654fc021a'] = 'Salva e rimani'; +$_LANGADM['AdminTaxRulesGroupb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutti'; +$_LANGADM['AdminTaxRulesGroupb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione:'; +$_LANGADM['AdminTaxRulesGroupb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTaxRulesGroupb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminTaxRulesGroupd0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; +$_LANGADM['AdminTaxRulesGroupe25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminTaxRulesGroupf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; +$_LANGADM['AdminTaxRulesb1c94ca2fbc3e78fc30069c8d0f01680'] = 'Tutti'; +$_LANGADM['AdminTaxRulesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; $_LANGADM['AdminTaxes0071aa279bd1583754a544277740f047'] = 'Elimina l\'a tassa n.'; -$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Questa tassa è applicata in un regime fiscale, vuoi continuare?'; +$_LANGADM['AdminTaxes0099c0173a3c7758b36025bdae9b4fc7'] = 'Attivato:'; +$_LANGADM['AdminTaxes00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['AdminTaxes1c669d037f8bc785f0e1a9aeb7070367'] = 'Tassa'; +$_LANGADM['AdminTaxes211b840946f6b36e303291b1fe2bdb77'] = 'Formato: XX.XX ou XX.XXX (per es.: 19.60 o 13.925)'; +$_LANGADM['AdminTaxes2f2f0f119a907c6c67a3c6fcde0193ab'] = 'Indirizzo di consegna:'; +$_LANGADM['AdminTaxes38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminTaxes49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminTaxes4e00e39db9994b6baeea51eaf66399d1'] = 'Eco-tassa:'; +$_LANGADM['AdminTaxes4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminTaxes50068b9a709a0e2da6f25210de57bb85'] = 'Attiva tasse'; +$_LANGADM['AdminTaxes5f7d9a7f76dba4bc86062ea848255f2f'] = 'Se si disattiva l\'ecotassa, la tassa ecologica per tutti i prodotti sarà impostato a 0'; +$_LANGADM['AdminTaxes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; $_LANGADM['AdminTaxes6b1f6081d484b3728b5d3637ea44f14c'] = 'Questa tassa èapplicata in un regime fiscale, se continui sarà eliminata da questo regime, vuoi continuare? '; -$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Apparenza'; -$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo intestazione:'; -$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Apparirà nella pagina principale del tuo negozio'; -$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo delle mail:'; -$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Apparirà nelle intestazioni delle e-mail; se non viene definito sarà usato il logo dell\'intestazione'; -$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo delle fatture:'; -$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Apparirà nelle intestazioni delle fatture; se non viene definito sarà usato il logo dell\'intestazione'; +$_LANGADM['AdminTaxes6c480608ed6896b113dd2381d2a7512c'] = 'Basato su'; +$_LANGADM['AdminTaxes719fec04166d6fa75f89cd29ad61fa8c'] = 'Tasse'; +$_LANGADM['AdminTaxes7c9ad104937545220eb5ac67fb1ee9d9'] = 'Seleziona se vuoi includere o meno le tasse sugli acquisti'; +$_LANGADM['AdminTaxes886dc40a9367328f942e6bf6c31f3ebb'] = 'Indirizzo di fatturazione'; +$_LANGADM['AdminTaxes8a9b8ee83e347d62ff34dd235e97dcc3'] = 'Questa tassa è applicata in un regime fiscale, vuoi continuare?'; +$_LANGADM['AdminTaxes8e4157c726a8c5cf64361e2d751bc945'] = 'Usa ecotassa'; +$_LANGADM['AdminTaxes9010d6744cf8eada0c221b2d31be15a5'] = 'Tassa da applicare sull\'eco-tassa (per es.: eco-tassa francese: 19,6%)'; +$_LANGADM['AdminTaxes9f75452921af0033334512428e29900e'] = 'Percentuale:'; +$_LANGADM['AdminTaxesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminTaxesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminTaxesc67e7a009554ed22f2010f1ef919a204'] = 'Mostra le tasse nel carrello:'; +$_LANGADM['AdminTaxesdcb66ff6e4a2517ade22183779939c9d'] = 'Perc.'; +$_LANGADM['AdminTaxese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['AdminTaxese8cce94acc56227d96f94315fc5c0553'] = 'Seleziona se vuoi mostrare o meno le tasse in una riga separata nel carrello'; +$_LANGADM['AdminTaxesf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['AdminTaxesf444460da40424231f40202fc5de2507'] = 'Nome delle tasse da mostrare nel carrello o nella fattura, per es., IVA'; $_LANGADM['AdminThemes166e58184f5f3e344a4f1741a4716c05'] = 'Favicon :'; -$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Apparirà nella barra degli indirizzi del tuo browser'; +$_LANGADM['AdminThemes1b6dc1e488d9e5eba634c526cb8790f0'] = 'Logo delle mail:'; +$_LANGADM['AdminThemes231856676246820203ddc442e481a5eb'] = 'Logo intestazione:'; +$_LANGADM['AdminThemes38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; $_LANGADM['AdminThemes413dc5af3ee0d6d59cd83c80e91e07a7'] = 'Icona del negozio'; +$_LANGADM['AdminThemes49ee3087348e8d44e1feda1917443987'] = 'Nome'; $_LANGADM['AdminThemes5bcdec816ad8c7bb1e7ef04f7ae9350d'] = 'Apparirà nel localizzatore del negozio (dentro Google Maps)'; $_LANGADM['AdminThemes60e53443dbca990bf3f314b2fa38e839'] = 'Dimensione consigliata: 30x30, GIF trasparente'; +$_LANGADM['AdminThemes6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminThemes6fa998a451d52f8bac2ca4b6cbde0c76'] = 'Apparirà nelle intestazioni delle e-mail; se non viene definito sarà usato il logo dell\'intestazione'; +$_LANGADM['AdminThemes788facf04ad732f605ca6f9fd5d43c6f'] = 'Apparirà nelle intestazioni delle fatture; se non viene definito sarà usato il logo dell\'intestazione'; +$_LANGADM['AdminThemes86824265d3f2908928a0b5689ab9541d'] = 'Apparirà nella pagina principale del tuo negozio'; $_LANGADM['AdminThemes93af5f35c247e0e814bd676249f60b62'] = 'Carattere di separazione:'; -$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Usato per il percorso di navigazione in categorie/prodotto'; +$_LANGADM['AdminThemes9cafe07932ca5f6ed588a5852e36af8d'] = 'Apparirà nella barra degli indirizzi del tuo browser'; +$_LANGADM['AdminThemesa1c58e94227389415de133efdf78ea6e'] = 'Apparenza'; +$_LANGADM['AdminThemesaa94cba2130d7cdc43dd02920183bad1'] = 'Logo delle fatture:'; +$_LANGADM['AdminThemesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminThemesbbb572a770006c9e0e57c9e5d4bcda90'] = 'Live da Prestashop Addons !'; -$_LANGADM['AdminThemes0ac3a6bb56ca9b829859b5c12040e3a0'] = 'Trova nuovi temi su Prestashop Addons !'; -$_LANGADM['AdminTools442824e37ecd2fe5b938869e10e85d79'] = 'Strumenti del negozio:'; -$_LANGADM['AdminToolsfd35692a2d43d6ee7b7417e7e4fe40d4'] = 'Sono disponibili vari strumenti per gestire il tuo negozio.'; -$_LANGADM['AdminToolsbae42c77a464b87efd72350dfa7c3a93'] = 'Scegli uno strumento selezionando un sottotab Strumenti qui sopra!'; -$_LANGADM['AdminTrackinge53d0648d344037610407a88c1389ca1'] = 'Controllo del catalogo'; -$_LANGADM['AdminTracking428a70e43c5371126c0fb675e98c61d5'] = 'Elenco delle categorie vuote:'; +$_LANGADM['AdminThemesc9cc8cce247e49bae79f15173ce97354'] = 'Modifica'; +$_LANGADM['AdminThemesf2284dabeee8efb9617fbb0f05883adb'] = 'Usato per il percorso di navigazione in categorie/prodotto'; $_LANGADM['AdminTracking1679821fd0e65d65924aa77e56068814'] = 'Elenco dei prodotti disattivati:'; -$_LANGADM['AdminTracking55406e92cd01b80132defa33f7957f45'] = 'Elenco dei prodotti fuori magazzino senza attributi:'; -$_LANGADM['AdminTrackingd99d6bbc5dce58840c997fed8e739881'] = 'Elenco dei prodotti fuori magazzino con attributi:'; -$_LANGADM['AdminTracking6cfe61694ee1bb13ae719d47c2f80b7a'] = 'trovato/i'; -$_LANGADM['AdminTrackingb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminTrackingc0bd7654d5b278e65f21cf4e9153fdb4'] = 'Produttori'; -$_LANGADM['AdminTracking63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminTracking428a70e43c5371126c0fb675e98c61d5'] = 'Elenco delle categorie vuote:'; $_LANGADM['AdminTracking49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminTracking3601146c4e948c32b6424d2c0a7f0118'] = 'Prezzo'; -$_LANGADM['AdminTracking4b78ac8eb158840e9638a3aeb26c4a9d'] = 'Tassa'; -$_LANGADM['AdminTracking27ce7f8b5623b2e2df568d64cf051607'] = 'Magazzino'; -$_LANGADM['AdminTracking8c489d0946f66d17d73f26366a4bf620'] = 'Peso'; +$_LANGADM['AdminTracking63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminTrackingb5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione:'; +$_LANGADM['AdminTrackingb718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_LANGADM['AdminTrackingec53a8c4f07baed5d8825072c89799be'] = 'Status'; -$_LANGADM['AdminTracking06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminTrackingeadcead196002163653bd0e9be7b6d5e'] = 'Modifica questo prodotto'; -$_LANGADM['AdminTrackingdcc4db89d62ec3e757428a5811553c0b'] = 'Vuoi cancellare'; -$_LANGADM['AdminTracking0449f210068787074ce58175b1a2f5cf'] = 'Cancella questo prodotto'; -$_LANGADM['AdminTranslations91aaf01cad2d0dc0382edb323ed6e51a'] = 'Impossibile creare la cartella'; -$_LANGADM['AdminTranslations1a80fb0a74eed828b2693f30e830a237'] = 'Controllare i permessi di scrittura della directory.'; -$_LANGADM['AdminTranslationsd797353e4c5b71edce10d34557198b81'] = 'devi selezionare 2 lingue per copiare i dati da una all\'altra'; -$_LANGADM['AdminTranslationsf31ffb564b1c234d509f4b20fbb2d068'] = 'devi selezionare 2 temi per copiare i dati da uno all\'altro'; -$_LANGADM['AdminTranslationsb0f0554e563b8ffcabe170739d126bb1'] = 'si è verificato un errore durante la copia dei dati'; -$_LANGADM['AdminTranslationsa90e087a3690a15b0c7e0f5b832b5ee8'] = 'niente da copiare! (stessa lingua e tema)'; -$_LANGADM['AdminTranslations4db37ab93548f8b7e47faebe8a5c397a'] = 'una parte dei dati è stata copiata ma alcuni file di lingua non sono stati trovati o copiati'; -$_LANGADM['AdminTranslationsbbed16dd7d31f28047ab8237cb424888'] = 'Impossibile scrivere il file di lingua del tema'; -$_LANGADM['AdminTranslationsd981715c425b3efa67098bdbb3871866'] = '. \'Controlla i permessi di scrittura.'; -$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Traduzioni Front Office'; -$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traduzioni Back Office'; -$_LANGADM['AdminTranslations0c51ba6f28d50bdad074f18dbebe275d'] = 'Traduzioni messaggio di errore'; -$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Traduzioni nome campi'; -$_LANGADM['AdminTranslations1db04255ad87f7fe6d5bc91c74982612'] = 'Traduzioni moduli'; -$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'Traduzioni file PDF'; -$_LANGADM['AdminTranslations693fe609a9e3f79343ab35da56fb5eed'] = 'Modello di traduzioni e-mail'; -$_LANGADM['AdminTranslations2303c057afcbe798a5d9811d36e88050'] = 'Modifica le traduzioni'; -$_LANGADM['AdminTranslations623b1500ccce270f2c5b7ac787ddf05a'] = 'Qui puoi modificare le traduzioni per tutti i testi inseriti in PrestaShop.'; -$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Prima, seleziona una sezione (come Back Office o Moduli). poi clicca sulla bandiera che rappresenta la lingua che vuoi modificare.'; -$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Import/export traduzioni'; -$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Aggiungi / Aggiorna una lingua'; -$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'È possibile aggiungere o aggiornare una lingua da qui direttamente da prestashop.com'; -$_LANGADM['AdminTranslations1179204cea308156c142ca4f2e03f5ac'] = 'Se si sceglie di aggiornare un pacchetto esistente lingua, tutte le personalizzazioni precedenti in tema PrestaShop chiamato andranno persi. Ciò include espressioni di front office e di posta elettronica predefinito modelli.'; -$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Lingua che si desidera aggiungere o aggiornare:'; -$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Aggiungi una lingua'; -$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Aggiorna una lingua'; -$_LANGADM['AdminTranslations65ca1bc61335cf91a2d347a91629ba60'] = 'Aggiungere o aggiornare la lingua'; -$_LANGADM['AdminTranslationse1d8f264ad68caa3ced0b12042f3e62e'] = 'Impossibile connettersi a prestashop.com per ottenere l\'elenco lingue.'; -$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Importa unalingua manualmente'; -$_LANGADM['AdminTranslations838d2daba220546d9a27ad1fca0a05c7'] = 'Se il formato del nome è: isocode.gzip (esempio: fr.gzip) e la lingua corrispondente a questo pacchetto non esiste, verrà creata automaticamente.'; -$_LANGADM['AdminTranslations8d9c80f27ea00759d8469a7aca29ee1b'] = 'Attenzione, perché sostituirà tutti i dati esistenti per la lingua di destinazione!'; -$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Language Pack per l\'importazione:'; -$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Importa'; -$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Esporta traduzioni'; -$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Esporta i dati da una lingua ad un file (pacchetto lingua).'; -$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Scegli il tema da cui vuoi esportare le traduzioni.'; $_LANGADM['AdminTranslations0095a9fa74d1713e43e370a7d7846224'] = 'Esporta'; -$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Copia'; -$_LANGADM['AdminTranslationsd4e007a94451a69f593c3ce0e06e08f2'] = 'Copia i dati da una lingua ad un\'altra.'; -$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'Se necessario'; -$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'crea una lingua nuova'; -$_LANGADM['AdminTranslations1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; -$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'A:'; $_LANGADM['AdminTranslations00d9fe3a4ab9297f69c46d645fa8ca7c'] = 'Copia'; -$_LANGADM['AdminTranslations0ce7ca290969bc360efbabe90ff19741'] = 'I file di lingua (indicati in Strumenti >> Lingue >> Edizione) devono essere completi per permettere la copia delle traduzioni.'; -$_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Espandi tutti i fieldset'; -$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Chiudi tutti i fieldset'; -$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Salva le modifiche'; -$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Aggiornamento e rimani'; -$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Traduci con Google (sperimentale)'; -$_LANGADM['AdminTranslations24995bf641e65d70246d77d013e1dbeb'] = 'questa lingua non è disponibile su Google Translate API'; -$_LANGADM['AdminTranslationsf93c49bc4a04bbcbcb950a0740117d10'] = 'Google translate suggerisce:'; -$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Attenzione, il vostro hosting provider sta usando la patch Suhosin per PHP, che limita il numero massimo di campi a scrivere su un modulo:'; -$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'per suhosin.post.max_vars.'; -$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'per suhosin.request.max_vars.'; -$_LANGADM['AdminTranslations7454cc60021492205337c5cbce85df1e'] = 'Chiedi al tuo hosting di aumentare il post Suhosin e limite di richieste a'; -$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'almeno'; -$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'o modifica il file di traduzione manualmente.'; -$_LANGADM['AdminTranslationsa98d4e0c14db7364bbf15e4d94c878ac'] = 'stringa vuota trovata, per favore modifica:'; -$_LANGADM['AdminTranslations4994a8ffeba4ac3140beb89e8d41f174'] = 'Lingua'; -$_LANGADM['AdminTranslations88c0a9c6846ba06702a67bdedc3e9ebb'] = 'Traduzioni Front Office'; -$_LANGADM['AdminTranslations0955c19e597bf6f609b988101a8e2609'] = 'Numero di espressioni'; -$_LANGADM['AdminTranslations77973a0d451b1be332899e779fb901ad'] = 'Clicca sul titolo fieldset per vedere le traduzioni'; -$_LANGADM['AdminTranslations1476dfb963d54c697399a79fafa90151'] = 'espressioni'; -$_LANGADM['AdminTranslationsb8a151bda39f7678a40330412f9beea9'] = 'Traduzioni Back Office'; -$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Espressioni da tradurre'; -$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Clicca sui titoli per aprire i fieldset'; -$_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Errore di traduzione'; -$_LANGADM['AdminTranslations512cbac83650942b970818e75ddad528'] = 'Messaggi di errore da tradurre'; -$_LANGADM['AdminTranslations4a4ec3855ac2f9f99d29088b6cc914a1'] = 'Camoi da tradurre'; -$_LANGADM['AdminTranslationsd05b6ed7d2345020440df396d6da7f73'] = 'campi'; -$_LANGADM['AdminTranslations7f34f2676cea244eff88e272f03a6e03'] = 'traduzione/i mancante/i sul modello/i %s per %s'; -$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Oggetto per %s:'; -$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'Nessun soggetto è stato trovato per% s, o soggetto è generato nel database.'; $_LANGADM['AdminTranslations078deac9ee43d3b13c460c4fd069b925'] = 'C\'è un problema ricevendo il file di posta.'; -$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Assicurarsi che i file inglesi presenti nella cartella% s'; -$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = 'tag \"titolo\":'; -$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'Core e-mail:'; +$_LANGADM['AdminTranslations0c51ba6f28d50bdad074f18dbebe275d'] = 'Traduzioni messaggio di errore'; +$_LANGADM['AdminTranslations0ce7ca290969bc360efbabe90ff19741'] = 'I file di lingua (indicati in Strumenti >> Lingue >> Edizione) devono essere completi per permettere la copia delle traduzioni.'; +$_LANGADM['AdminTranslations1179204cea308156c142ca4f2e03f5ac'] = 'Se si sceglie di aggiornare un pacchetto esistente lingua, tutte le personalizzazioni precedenti in tema PrestaShop chiamato andranno persi. Ciò include espressioni di front office e di posta elettronica predefinito modelli.'; +$_LANGADM['AdminTranslations1476dfb963d54c697399a79fafa90151'] = 'espressioni'; +$_LANGADM['AdminTranslations1a80fb0a74eed828b2693f30e830a237'] = 'Controllare i permessi di scrittura della directory.'; +$_LANGADM['AdminTranslations1e6d57e813355689e9c77e947d73ad8f'] = 'Da:'; $_LANGADM['AdminTranslations217ee9d15130fbaa142f0cf7fd4d8643'] = 'Core e-mail'; -$_LANGADM['AdminTranslationse60137f6e7d94e9c4e5dceb4e9d0c552'] = 'E-mail moduli:'; -$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-mail per il modulo% s'; +$_LANGADM['AdminTranslations2303c057afcbe798a5d9811d36e88050'] = 'Modifica le traduzioni'; +$_LANGADM['AdminTranslations24995bf641e65d70246d77d013e1dbeb'] = 'questa lingua non è disponibile su Google Translate API'; $_LANGADM['AdminTranslations25b5edb5545ada0f1b14e96fa8cd8743'] = 'E-mail temi:'; -$_LANGADM['AdminTranslations46e89640babbc6a0e52599a92a6c13b4'] = 'e-mail'; -$_LANGADM['AdminTranslations5ded3a65f6bb72028722f9d904ffb3cc'] = 'E-mail di moduli nel tema:'; +$_LANGADM['AdminTranslations282d961c3071465db42647be8f662671'] = 'Traduzioni nome campi'; +$_LANGADM['AdminTranslations2e8d630dcde90b8b5be0468678f88551'] = 'Import/export traduzioni'; $_LANGADM['AdminTranslations338ff312cb917883ec15e66638f5e05f'] = 'Oggetto file di traduzione di posta non si trovano in'; -$_LANGADM['AdminTranslationsc85106cf29f5fa8c8b8e73dc916e37cd'] = 'Impossibile scrivere il file di lingua per e-mail i soggetti, il percorso è:'; -$_LANGADM['AdminTranslations8a09d048735283dbc609ba0f9f705ed1'] = 'Traduzioni moduli'; +$_LANGADM['AdminTranslations33caa076f23f453dd4061726f3706325'] = 'A:'; +$_LANGADM['AdminTranslations369b8db3e9651d0b5d8a13a5f7f9a53a'] = 'Aggiungi una lingua'; +$_LANGADM['AdminTranslations3b11ccd743db51cfe243c6fd122a1740'] = 'o modifica il file di traduzione manualmente.'; +$_LANGADM['AdminTranslations3b54d45d2c221c50e916f3be1fc12f2a'] = 'Salva le modifiche'; +$_LANGADM['AdminTranslations3f9031a1125703962cef15939c8f16b3'] = 'Clicca sui titoli per aprire i fieldset'; +$_LANGADM['AdminTranslations404b4271ee96d691668bdf528724d337'] = 'Prima, seleziona una sezione (come Back Office o Moduli). poi clicca sulla bandiera che rappresenta la lingua che vuoi modificare.'; +$_LANGADM['AdminTranslations42f44c639e6e3a486d73cc0c9c143ffb'] = 'Espressioni da tradurre'; +$_LANGADM['AdminTranslations46e89640babbc6a0e52599a92a6c13b4'] = 'e-mail'; +$_LANGADM['AdminTranslations4994a8ffeba4ac3140beb89e8d41f174'] = 'Lingua'; +$_LANGADM['AdminTranslations49bb55a857b2d5e437dc6879710a017d'] = 'crea una lingua nuova'; +$_LANGADM['AdminTranslations4cfef51ba8ab14fc4de1439f1ed1e430'] = 'Lingua che si desidera aggiungere o aggiornare:'; +$_LANGADM['AdminTranslations4db37ab93548f8b7e47faebe8a5c397a'] = 'una parte dei dati è stata copiata ma alcuni file di lingua non sono stati trovati o copiati'; +$_LANGADM['AdminTranslations512cbac83650942b970818e75ddad528'] = 'Messaggi di errore da tradurre'; +$_LANGADM['AdminTranslations521ade85487f9f4fc04fa6549cb2ff79'] = 'Attenzione, il vostro hosting provider sta usando la patch Suhosin per PHP, che limita il numero massimo di campi a scrivere su un modulo:'; $_LANGADM['AdminTranslations52d83d7ed502b33d300a8c0af2c5b455'] = 'Lista di temi - Clicca per accedere alla traduzione tema:'; -$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'Default'; -$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema'; +$_LANGADM['AdminTranslations5362fd08e83f50a2866c7b4c23356877'] = 'Scegli il tema da cui vuoi esportare le traduzioni.'; $_LANGADM['AdminTranslations53b3cae42737979c884275593a01f468'] = 'Modulo:'; -$_LANGADM['AdminUpgrade875b8a59022d232837491c0fdfacb4ab'] = 'Non salvare le immagini'; -$_LANGADM['AdminUpgradea8d6c6734da0083021561b23f2fa88cc'] = 'È possibile escludere la directory delle immagini dal backup se avete già salvato con un altro metodo (non raccomandato)'; -$_LANGADM['AdminUpgradeaf98608eaedd4ba7ffd47a0204e84b23'] = 'Tenere tema \"prestashop\"'; -$_LANGADM['AdminUpgrade4ea56ca1a757e426911ff20889c0e93c'] = 'Se avete personalizzato tema predefinito PrestaShop, è possibile proteggere da aggiornamento (non raccomandato)'; -$_LANGADM['AdminUpgrade8413c63a6ef3717a974094785fd0b588'] = 'Mantenere le traduzioni'; -$_LANGADM['AdminUpgrade51bbcf7afb0f8d35501d0a7b28979b06'] = 'Se è troppo sì, non mancherà di tenere tutte le vostre traduzioni'; -$_LANGADM['AdminUpgrade8c8194a465f0163a6724907755ac1b82'] = 'Modalità manuale'; -$_LANGADM['AdminUpgradedd9dbd4916653d683244119a067ca467'] = 'Controllare se si vuole fermare dopo ogni passaggio'; -$_LANGADM['AdminUpgradee7b6d601ff4e9069e726927e211274ea'] = 'Usare Subversion'; -$_LANGADM['AdminUpgradea15b09729294cf7fea1096f970a0fed4'] = 'controllare se si vuole usare svn instabile invece di rilascio ufficiale'; -$_LANGADM['AdminUpgrade36be1130454bc8c4e0a41d36fa062a8b'] = 'in grado di creare directory% s'; -$_LANGADM['AdminUpgradee21a52b9631b01c3f1821795b8de451c'] = 'Processo di aggiornamento fatto. Congratulazioni! Ora è possibile riattivare il negozio.'; -$_LANGADM['AdminUpgrade7b2f224649ef2ad10a2d73595d67a876'] = 'A partire l\'aggiornamento ...'; -$_LANGADM['AdminUpgrade6824d57b7af37f605bd97d34defc3761'] = 'Esportazione svn completo. rimozione di file di esempio ...'; -$_LANGADM['AdminUpgradef70307d8297e48a8783d41e6f3313d51'] = 'errore durante l\'esportazione svn'; -$_LANGADM['AdminUpgrade4eecd9c195e46c054ef7da6d9d1a738b'] = 'Estratto completo. rimozione di file di esempio ...'; -$_LANGADM['AdminUpgrade0929f38eaac3ca38801f08b7269574e0'] = 'in grado di estrarre% 1 $ s in% 2 $ s ...'; -$_LANGADM['AdminUpgrade6b2d0404b7faba0e791e15a52586a149'] = 'passare a svn checkout (useSvn impostata su true)'; -$_LANGADM['AdminUpgradef0e38ac0c558a7f216ae98382b9e58f5'] = 'Desactivated negozio. Ora il download (questo può richiede un po \'i tempi) ...'; -$_LANGADM['AdminUpgrade4f7c02592a962e40a920f32f3a24f2df'] = 'filesToUpgrade non è un array'; -$_LANGADM['AdminUpgrade3f10faa8b44a7175ae8fc5dcb8dec5de'] = 'Tutti i file aggiornati. Ora l\'aggiornamento del database'; -$_LANGADM['AdminUpgrade1ad932e3b85eb2907a817cd3e3e6907e'] = 'errore quando si tenta di aggiornare% s'; -$_LANGADM['AdminUpgrade078a325fbcc1dbd50bd9f969ce954965'] = '% 2 $ s file lasciati da aggiornare.'; -$_LANGADM['AdminUpgrade62740df131433ec9d45bf1810eefb19b'] = 'errore durante l\'aggiornamento del Db'; -$_LANGADM['AdminUpgrade9a2f2cf276ea9f79b31a815897c0e3e6'] = '% S ignorato'; -$_LANGADM['AdminUpgrade63ded4905ba41ac4bf00373df2739576'] = 'creato dir% 2 $ s. % 3 $ s file lasciati da aggiornare.'; -$_LANGADM['AdminUpgrade11978affb3b0dbb16c50d571fd05de6d'] = 'errore durante la creazione della directory% s'; -$_LANGADM['AdminUpgrade1b854285afc1988b6f83414fde5943ab'] = 'copiati% 1 $ s in% 2 $ s. % 3 $ s file lasciati da aggiornare.'; -$_LANGADM['AdminUpgrade0e06ce0972ad338e1d96e8589dc21b9c'] = 'errore per copiare% 1 $ s in% 2 $ s'; -$_LANGADM['AdminUpgrade0511620a3a1d6036d3fbe47b131d7c4b'] = 'File ripristinati, ora il ripristino del database.'; -$_LANGADM['AdminUpgrade791403f158965a3e19f8627c7b744126'] = 'Database ripristinato'; -$_LANGADM['AdminUpgrade5f7f50973696d0a42c1efcc07f7820a0'] = 'Tutti tuo sito viene ripristinato ...'; -$_LANGADM['AdminUpgrade28517b8a291c50d80aa53a078407065b'] = 'directory radice pulita.'; -$_LANGADM['AdminUpgradebb71892737d721949538d6e1c4d3d22d'] = 'File ripristinati. Nessun backup del database trovato. Restauro fatto.'; -$_LANGADM['AdminUpgradecb7dce5f6a1934d54c0d3335c7ffe841'] = 'File ripristinati.'; -$_LANGADM['AdminUpgrade8efc36d230f76fbfd9e4d758964e9414'] = 'in grado di estrarre $ 1 $ s in% 2 $ s.'; -$_LANGADM['AdminUpgraded7624db09c15d46cd37d7709ae05e44b'] = 'Non si conoscono di backup. niente da ripristinare.'; -$_LANGADM['AdminUpgrade09a362e2dd3800f8fbc55d3446513f65'] = 'Niente da ripristinare (non richiesta trovato)'; -$_LANGADM['AdminUpgrade66c4cbfb21f294b233692b67356db647'] = 'Backup del database fatto in% s. Ora i file di aggiornamento'; -$_LANGADM['AdminUpgrade48f95ff09327408a578e91655ed872a1'] = 'File% s per il backup.'; -$_LANGADM['AdminUpgrade70960f2aa87d307170d3a1bc3e06d904'] = 'file di backup inizializzato in% s'; -$_LANGADM['AdminUpgrade8cf728d701c50a59ef78b7c55fc27cd4'] = 'I file di backup in corso. File% s sinistra'; -$_LANGADM['AdminUpgrade15b353ca964fe816547e67e1508ff85d'] = 'Tutti i file salvati. Ora il backup del database'; -$_LANGADM['AdminUpgradea25c4f085558c5f6e519e56257af531f'] = 'tutti i file sono stati aggiunti all\'archivio.'; -$_LANGADM['AdminUpgrade91f805cf850500bda66426aea042602f'] = '% 1 $ s aggiunti all\'archivio. % 2 $ s sinistra.'; -$_LANGADM['AdminUpgradef79479c0de75d568def0afdc1e5de04e'] = 'errore quando si tenta di aggiungere% 1 $ s in% 2 $ s. archivio'; -$_LANGADM['AdminUpgradeb9a2db69065827812dd4b7a7f9ffc0b1'] = 'in grado di aprire archivi'; -$_LANGADM['AdminUpgrade2589a25910cd3d7fab7e45361c4cb39d'] = '% 1 $ s rimosso. % 2 $ s oggetti lasciati'; -$_LANGADM['AdminUpgraded82eef1ba081c54686767c555670c0fe'] = 'errore durante la rimozione di% 1 $ s,% 2 $ s oggetti lasciati'; -$_LANGADM['AdminUpgrade344c592d141604c614c219fad3fa0dae'] = 'A partire da rimuovere% 1 $ s file di esempio'; -$_LANGADM['AdminUpgrade0baf8c94d1d03d1621c17cd6eabf7b9f'] = 'Tutti i file campione prelevato. Ora i file di backup.'; -$_LANGADM['AdminUpgrade84e31682487d5a0937f9184ebcf594ba'] = 'copia di lavoro già% s up-to-date. ora l\'esportazione in ultimo dir'; -$_LANGADM['AdminUpgrade762ab46f0b1e4eae1526ca7d637926f3'] = 'Aggiornamento SVN fatto per s copia di lavoro%. ora l\'esportazione in più ...'; -$_LANGADM['AdminUpgradedcefd261c0dea53fdb159b218503009e'] = 'SVN Checkout fatto da% s. ora l\'esportazione in più ...'; -$_LANGADM['AdminUpgrade8f4c8c87daa3bc0311cfb61b7d36e27b'] = 'SVN Checkout errore ...'; -$_LANGADM['AdminUpgrade0e81132066d433d212e237678e1193a3'] = 'non è consentito l\'uso svn'; -$_LANGADM['AdminUpgradeb0d51f91a1118b7c39ee1835cc6c926a'] = 'Scarica completa. Ora estrazione'; -$_LANGADM['AdminUpgrade0c0db54fe8212c1a7215005fef75d7dd'] = 'Errore durante il download'; -$_LANGADM['AdminUpgrade93120c07d8c5cee44042627cd493e0e0'] = 'avete bisogno di allow_url_fopen per il download automatico. È anche possibile caricare manualmente in% s'; -$_LANGADM['AdminUpgrade3bb38e7d0bfd5a02f7c06cae446fee86'] = 'azione% s saltata'; -$_LANGADM['AdminUpgradeb4302e98d94591ee9afa09e769b2ee63'] = 'azione \"% 1 $ s\" non trovato'; -$_LANGADM['AdminUpgrade19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminUpgrade760c4026bc5a0bd5378e6efc3f1370b4'] = 'Troppo lungo!'; -$_LANGADM['AdminUpgrade4f2e28904946a09d8c7f36dd3ee72457'] = 'I campi non corrispondono!'; -$_LANGADM['AdminUpgrade43b01d1a6c5065545c65f42003b0ab5c'] = 'Indirizzo errato!'; -$_LANGADM['AdminUpgrade2e170dfd78c2171a25605ececc0950a4'] = 'Impossibile inviare l\'e-mail!'; -$_LANGADM['AdminUpgrade6deee80e4bdb8894331994116818558e'] = 'Impossibile creare file di impostazione, se /config/settings.inc.php esiste, dai un\'autorizzazione scritta a questo file, altrimenti crea un file chiamato settings.inc.php nella directory config (/config/)'; -$_LANGADM['AdminUpgradeaa946cb00b1c23ff6553b6f9e05da151'] = 'Il file dei parametri non è stato scritto, crea un file denominato settings.inc.php nella tua directory di configurazione.'; -$_LANGADM['AdminUpgradee930e2474c664a3a7e89ecfb8793694b'] = 'Impossibile inviare il file!'; -$_LANGADM['AdminUpgrade774fc7a0f56391abc5d8856f2436ca07'] = 'L\'integrità dei dati non è convalidata.'; -$_LANGADM['AdminUpgrade8fd007bf08e0717537825a3e91cb4fcc'] = 'Impossibile leggere il contenuto di uno dei file *.sql.'; -$_LANGADM['AdminUpgradec71e825f6873f64b91efc26313614eab'] = 'Impossibile accedere al contenuto di uno dei file *.sql.'; -$_LANGADM['AdminUpgrade3d5c8f1d29b1a1dc4ea0673122e0d277'] = 'Errore al momento dell\'inserimento nel database:'; -$_LANGADM['AdminUpgrade17e1581d01152347bfaacd153b961379'] = 'La password non è corretta (stringa alfanumerica di almeno 8 caratteri)'; -$_LANGADM['AdminUpgrade9b9f3b2f8a4dffcad9188c8fc4b468c8'] = 'Esiste già un database Prestashop con questo prefisso; eliminalo oppure cambia prefisso.'; -$_LANGADM['AdminUpgradebc5e1163a15106f9e941a7603124709d'] = 'Non è un nome valido'; -$_LANGADM['AdminUpgradea9d82945b8603f0c8807958d7db9a24d'] = 'Non è un\'immagine valida'; -$_LANGADM['AdminUpgradeb37eef07b764ea58eec9afe624e20a40'] = 'Errore al momento della creazione del file /config/settings.inc.php.'; -$_LANGADM['AdminUpgrade3d9f514d46849760ef1b1412e314fd99'] = 'Errore:'; -$_LANGADM['AdminUpgrade504053ab4c6d648edf11624f1bea4bb4'] = 'Questo database PrestaShop esiste già. Inserisci di nuovo i tuoi dati di login nel database.'; -$_LANGADM['AdminUpgraded7a99f61bb284d096ea4f221784af85a'] = 'Si è verificato un errore durante il ridimensionamento dell\'immagine'; -$_LANGADM['AdminUpgrade428c933bafbf262d693fbf1c22c03e5d'] = 'Il database è stato trovato!'; -$_LANGADM['AdminUpgrade76bd190129b7aefb90fdf42f09ec3ec7'] = 'Il server del database è disponibile ma il database non è stato trovato.'; -$_LANGADM['AdminUpgrade045f4b5c3f990e5a26e2837495d68259'] = 'Il server del database non è stato trovato, verifica i tuoi dati o il nome del server.'; -$_LANGADM['AdminUpgrade757fc72e8d69106dd2cf9da22cc7adb1'] = 'Si è verificato un errore durante l\'invio della e-mail, verifica i tuoi parametri.'; -$_LANGADM['AdminUpgraded18ad19290b3bfc3cd0d7badbb6cb6a3'] = 'Impossibile scrivere l\'immagine /img/logo.jpg. Se esiste già, cancellala manualmente.'; -$_LANGADM['AdminUpgrade2368e33e3e01d53abb9b60061ab83903'] = 'Il file inviato supera la dimensione massima autorizzata.'; -$_LANGADM['AdminUpgradea10ef376d9f4c877ac86d8e4350116bf'] = 'Il file inviato supera la dimensione massima autorizzata.'; -$_LANGADM['AdminUpgradef8fe8cba1625eaf8e5c253b041d57dbd'] = 'Il file è stato parzialmente inviato.'; -$_LANGADM['AdminUpgrade8c9067e52e4440d8a20e74fdc745b0c6'] = 'Non è stato inviato alcun file'; -$_LANGADM['AdminUpgrade2384d693d9af53b4727c092af7570a19'] = 'Manca la cartella temporanea di ricezione dell\'invio di file. Consulta il tuo amministratore.'; -$_LANGADM['AdminUpgradef5985b2c059d5cc36968baab7585baba'] = 'Impossibile scrivere il file sul disco'; -$_LANGADM['AdminUpgrade9e54dfe54e03b0010c1fe70bd65cd5e6'] = 'Invio file interrotto a causa di estensione errata'; -$_LANGADM['AdminUpgrade32af3a59b50e98d254d6c03c5b320a94'] = 'Impossibile convertire i dati del tuo database in utf-8.'; -$_LANGADM['AdminUpgrade989a45a4ca01ee222f4370172bf8850d'] = 'nome negozio non valido'; -$_LANGADM['AdminUpgrade68499acecfba9d3bf0ca8711f300d3ed'] = 'Il tuo nome contiene dei caratteri non validi'; -$_LANGADM['AdminUpgrade2399cf4ca7b49f2706f6e147a32efa78'] = 'Il tuo cognome contiene dei caratteri non validi'; -$_LANGADM['AdminUpgrade7d72600fcff52fb3a2d2f73572117311'] = 'Il tuo server di database non supporta il charset utf-8.'; -$_LANGADM['AdminUpgrade5b9bbadcf96f15e7f112c13a9e5f076e'] = 'Il supporto di questo motore di database non è supportato, scegline un altro come MyISAM'; -$_LANGADM['AdminUpgrade24b481455c1b72b0c2539e7d516b9582'] = 'Il file /img/logo.jpg non ?scrivibile, ti preghiamo di effettuare CHMOD 755 oppure CHMOD 777'; -$_LANGADM['AdminUpgrade5746b74663148afffd1350c97d4fcdfe'] = 'Campo modalità catalogo non valido'; -$_LANGADM['AdminUpgrade9e5459c4deb20b7842ac01e97390b334'] = 'Nessun codice di errore disponibili'; -$_LANGADM['AdminUpgradedafe44b99256a7783bc37f4f949da373'] = 'Questo installatore è troppo vecchio.'; -$_LANGADM['AdminUpgrade37ce0f29c7377c827e7247fe5645a782'] = 'Sei già in possesso della versione %s'; -$_LANGADM['AdminUpgrade89928a14f2090aec4fd7aff9ea983f95'] = 'Nessuna versione precedente. Hai cancellato o rinominato il file settings.inc.php della cartella config ?'; -$_LANGADM['AdminUpgrade5276a8cbd9e3e467396089b267564f51'] = 'Il file config/settings.inc.php non è stato trovato. Il file potrebbe essere stato cancellato o rinominato'; -$_LANGADM['AdminUpgrade24784d9e80638781b74c017b33d8ca0c'] = 'Impossibile trovare i file di upgrade SQL. Verifica che la cartella /install/sql/upgrade non sia vuota.'; -$_LANGADM['AdminUpgrade580e4b216e324f675f0237cdb34b6c2d'] = 'Nessun aggiornamento disponibile'; -$_LANGADM['AdminUpgradef15e7e7292b0c72894cf45a893e0d497'] = 'Errore al momento dell\'apertura del file SQL'; -$_LANGADM['AdminUpgradeb8286438fbb6c7df9129fadc5316c19f'] = 'Errore al momento dell\'inserimento nel database'; -$_LANGADM['AdminUpgrade229ee8046cafc09ddaf46fb9db710e91'] = 'Purtroppo,'; -$_LANGADM['AdminUpgradee805a556799b7cef40e9760c81d99218'] = 'sono apparsi errori SQL.'; -$_LANGADM['AdminUpgrade5627353fd6ac678497af3ece05087068'] = 'Il file config/defines.inc.php non è stato trovato. Cosa è successo?'; -$_LANGADM['AdminUpgrade446c9e952debe114c86bbd9e5eea7d61'] = 'Rollback'; -$_LANGADM['AdminUpgrade4879913b16fa23f723f70a5067bda8d4'] = 'Nessun rollback disponibili'; -$_LANGADM['AdminUpgradefff66e9b3d962fa319c8068b5c1997cd'] = 'rollback'; -$_LANGADM['AdminUpgradeebdabc2d40aa563aabbb3ee57915a7a9'] = 'Fare clic per ripristinare% s'; -$_LANGADM['AdminUpgradee9c57c7fbc335e66282a32617b01b9be'] = 'La configurazione attuale'; -$_LANGADM['AdminUpgrade2fc4ab825ce2ce9476e8a1c2211ac9b8'] = 'Directory radice'; -$_LANGADM['AdminUpgrade8786f48d9cf9618cd2f5c37312ab7e50'] = 'Directory radice di stato'; -$_LANGADM['AdminUpgraded16d80ca66261afba43f5736f6cec7e6'] = 'completamente scrivibile'; -$_LANGADM['AdminUpgrade039552aa1d74b68f01a73821f3078158'] = 'non scrivibile ricorsivamente'; -$_LANGADM['AdminUpgrade31a962ffeb06a6cc6d58ef3ba5fae2b7'] = 'AutoUpgrade permesso'; -$_LANGADM['AdminUpgrade9c30a74657158984997cca4930d6075b'] = 'Questa versione consente aggiornamenti automatici.'; -$_LANGADM['AdminUpgradeaf566be1636d11ecc8ddb728a15520b8'] = 'Questa versione non permette AutoUpgrade'; -$_LANGADM['AdminUpgrade4d3d769b812b6faa6b76e1a8abaece2d'] = 'Attivo'; -$_LANGADM['AdminUpgrade3cab03c00dbd11bc3569afa0748013f0'] = 'Inattivo'; -$_LANGADM['AdminUpgradeb2e1c91a22797b8d78f9c4adb01a8f17'] = 'Negozio di stato'; -$_LANGADM['AdminUpgrade94af5df6182efd3591d0ccccaa04bd5c'] = 'PHP limite di tempo'; -$_LANGADM['AdminUpgrade075ae3d2fc31640504f814f60e5ef713'] = 'disabile'; -$_LANGADM['AdminUpgrade783e8e29e6a8c3e22baa58a19420eb4f'] = 'secondi'; -$_LANGADM['AdminUpgrade0855d08a7348a201e2fdc454c4ee42a0'] = 'scrivibile ricorsivamente'; -$_LANGADM['AdminUpgrade342299aeb786a06533ba00d9a04794dd'] = 'Modificare le opzioni'; -$_LANGADM['AdminUpgrade06933067aafd48425d67bcb01bba5cb6'] = 'Aggiornare'; -$_LANGADM['AdminUpgrade5d8b77b69c92370ec4e175a638019ca7'] = 'La versione PrestaShop corrente:% s'; -$_LANGADM['AdminUpgrade80e3d093272bc011b6bc661e408c7423'] = 'L\'ultima versione è% 1 $ s (% 2 $ s)'; -$_LANGADM['AdminUpgradeb47ba7568788e46dbc7fe81e525db863'] = 'Prestashop ultima versione disponibile è la seguente:'; -$_LANGADM['AdminUpgradec97dcfb0df6daa46292a0def8a567822'] = 'Backup di database, file di backup e aggiornamento in questo momento e in un click!'; -$_LANGADM['AdminUpgradea60ab62ed99ef0358b2efae592be0cdd'] = 'Aggiornamento PrestaShop ora!'; -$_LANGADM['AdminUpgrade943f41a7241dc56c3fbc488f015a4e6a'] = 'Il tuo negozio è già aggiornato'; -$_LANGADM['AdminUpgrade48c7c41b72e1d678923ce3571aa65b2d'] = 'Passo'; -$_LANGADM['AdminUpgradeeeb5a49c38d2d8c2baa51ed09beccf88'] = 'Aggiornamento passi'; -$_LANGADM['AdminUpgradec5d769685704e7ddcd70e74a6ebe50b7'] = 'La configurazione attuale non consente di aggiornamento.'; -$_LANGADM['AdminUpgradef275292b23fc43cfeb87647de9116cd5'] = 'Nuovo modulo di aggiornamento'; -$_LANGADM['AdminUpgradea441b27eb6217a5a2b35a81c6402d6c0'] = 'La presente scheda AdminUpgrade in 1.4.4.0 e 1.4.4.1 versione è stata rimossa e che funziona è ora disponibile come modulo.'; -$_LANGADM['AdminUpgrade6b28abf9b513f912c60cad33e7d9656f'] = 'Fare clic per rimuovere quella scheda e attivare il modulo AutoUpgrade'; -$_LANGADM['AdminUpgrade35d388690a72b9c4dc5b77d200875e77'] = 'UpgradeTab precedente è stato rimosso. Vai alla scheda nuovo Upgrade o installare il primo modulo.'; -$_LANGADM['AdminUpgrade7f786b903ea8045f5b5b7e3c5a4e0385'] = 'Questa funzione è sperimentale. Si raccomanda di eseguire un backup dei file e del database prima di avviare il processo di aggiornamento.'; -$_LANGADM['AdminUpgrade3a3a651c9a67bca9ac902da789466b93'] = 'Aggiornamento instabile'; -$_LANGADM['AdminUpgradea22eff458b4f4bce6d3232e367ff0138'] = 'La configurazione attuale indicare che si desidera aggiornare il sistema dal ramo di sviluppo instabile, senza numero di versione. Se si aggiorna, non sarà in grado di seguire il processo di rilascio ufficiale più'; -$_LANGADM['AdminUpgradedae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opzioni'; -$_LANGADM['AdminUpgradec747916b25dcb02e0e81ee84dbd966ea'] = 'Al momento non è necessario utilizzare questa funzione.'; -$_LANGADM['AdminUpgrade6b3930a184368a458be6e4429f409877'] = 'aggiornamento completo. Controlla la tua front-office (provate a fare un ordine, controllare tema)'; -$_LANGADM['AdminUpgrade91195bbbacc2147a736c849c46368ed8'] = 'Vuoi rollback?'; -$_LANGADM['AdminUpgradea498f9476a893d51ee02b3601678d318'] = 'clicca per ripristinare il database'; -$_LANGADM['AdminUpgradef34d5debb2bba76aa3e077937a07e373'] = 'click per ripristinare i file'; -$_LANGADM['AdminUpgrade60283aa37e2063b2ada2f99216e1332a'] = 'Il server non può scaricare il file. Si prega di caricarlo prima ftp nel vostro admin / directory AutoUpgrade'; -$_LANGADM['AdminUpgrade6ef7ebe46f6d16cdbf9e2169e3dd048e'] = 'Si prega di andare manualmente andare al pulsante di ripristino'; -$_LANGADM['AdminWebservice897356954c2cd3d41b221e3f24f99bba'] = 'Chiave'; +$_LANGADM['AdminTranslations5751b8042fbb1783ff37d9afe0e3ccc4'] = 'almeno'; +$_LANGADM['AdminTranslations57fa5be19cbdbe09aa4f555b2ee710b3'] = 'Aggiorna una lingua'; +$_LANGADM['AdminTranslations5ded3a65f6bb72028722f9d904ffb3cc'] = 'E-mail di moduli nel tema:'; +$_LANGADM['AdminTranslations5fb63579fc981698f97d55bfecb213ea'] = 'Copia'; +$_LANGADM['AdminTranslations623b1500ccce270f2c5b7ac787ddf05a'] = 'Qui puoi modificare le traduzioni per tutti i testi inseriti in PrestaShop.'; +$_LANGADM['AdminTranslations65ca1bc61335cf91a2d347a91629ba60'] = 'Aggiungere o aggiornare la lingua'; +$_LANGADM['AdminTranslations6700e23ddf33bd4421249c9ef94d6295'] = 'Esporta traduzioni'; +$_LANGADM['AdminTranslations693fe609a9e3f79343ab35da56fb5eed'] = 'Modello di traduzioni e-mail'; +$_LANGADM['AdminTranslations6e4fd86b4ea240672daa3c2fe1118fe0'] = 'Espandi tutti i fieldset'; +$_LANGADM['AdminTranslations7084cbcddaa2af4a713a1727727b86f8'] = 'Core e-mail:'; +$_LANGADM['AdminTranslations72d6d7a1885885bb55a565fd1070581a'] = 'Importa'; +$_LANGADM['AdminTranslations7454cc60021492205337c5cbce85df1e'] = 'Chiedi al tuo hosting di aumentare il post Suhosin e limite di richieste a'; +$_LANGADM['AdminTranslations763d71969e7ee9bff4e5dc8976501f33'] = 'Aggiungi / Aggiorna una lingua'; +$_LANGADM['AdminTranslations838d2daba220546d9a27ad1fca0a05c7'] = 'Se il formato del nome è: isocode.gzip (esempio: fr.gzip) e la lingua corrispondente a questo pacchetto non esiste, verrà creata automaticamente.'; +$_LANGADM['AdminTranslations88c0a9c6846ba06702a67bdedc3e9ebb'] = 'Traduzioni Front Office'; +$_LANGADM['AdminTranslations8a4e2d14aa85ccb1aced124f8d793708'] = 'Traduzioni Back Office'; +$_LANGADM['AdminTranslations8d9c80f27ea00759d8469a7aca29ee1b'] = 'Attenzione, perché sostituirà tutti i dati esistenti per la lingua di destinazione!'; +$_LANGADM['AdminTranslations8f2a5434bb1c382919249941c915b5e3'] = 'Traduzioni file PDF'; +$_LANGADM['AdminTranslations91aaf01cad2d0dc0382edb323ed6e51a'] = 'Impossibile creare la cartella'; +$_LANGADM['AdminTranslations961e2bc7e3f570a3209546330de84a00'] = 'per suhosin.request.max_vars.'; +$_LANGADM['AdminTranslations98ef80a9c71c74e06e1e185dff22a5d3'] = 'tag \"titolo\":'; +$_LANGADM['AdminTranslations9df9f71b2fc62b0ce48cbb8cb5671ee6'] = 'per suhosin.post.max_vars.'; +$_LANGADM['AdminTranslationsa03365570c1c73391cb62cf9330957da'] = 'Aggiornamento e rimani'; +$_LANGADM['AdminTranslationsa577e13cac9ee85d6f298e0a8deffeee'] = 'Esporta i dati da una lingua ad un file (pacchetto lingua).'; +$_LANGADM['AdminTranslationsa90e087a3690a15b0c7e0f5b832b5ee8'] = 'niente da copiare! (stessa lingua e tema)'; +$_LANGADM['AdminTranslationsa98d4e0c14db7364bbf15e4d94c878ac'] = 'stringa vuota trovata, per favore modifica:'; +$_LANGADM['AdminTranslationsa9b6eaa5ff754aa46d30f5547a0edbf2'] = 'Importa unalingua manualmente'; +$_LANGADM['AdminTranslationsa9e4402481bd9b8e36752bf731f67eb6'] = 'Tema'; +$_LANGADM['AdminTranslationsb0f0554e563b8ffcabe170739d126bb1'] = 'si è verificato un errore durante la copia dei dati'; +$_LANGADM['AdminTranslationsb3cb7b15aa2fb2cb6675414233a3aa1b'] = 'Oggetto per %s:'; +$_LANGADM['AdminTranslationsb8a151bda39f7678a40330412f9beea9'] = 'Traduzioni Back Office'; +$_LANGADM['AdminTranslationsbbed16dd7d31f28047ab8237cb424888'] = 'Impossibile scrivere il file di lingua del tema'; +$_LANGADM['AdminTranslationsc06a778aeea1249390e1e61d4772e96d'] = 'Nessun soggetto è stato trovato per% s, o soggetto è generato nel database.'; +$_LANGADM['AdminTranslationsc21f969b5f03d33d43e04f8f136e7682'] = 'Default'; +$_LANGADM['AdminTranslationsc55cb507e1107a57a37791ec42635ca4'] = 'Se necessario'; +$_LANGADM['AdminTranslationsc85106cf29f5fa8c8b8e73dc916e37cd'] = 'Impossibile scrivere il file di lingua per e-mail i soggetti, il percorso è:'; +$_LANGADM['AdminTranslationsd2298f4722b53d97039abbe9d1c11a44'] = 'Assicurarsi che i file inglesi presenti nella cartella% s'; +$_LANGADM['AdminTranslationsd4400e655d04c51fa5cfed66e1325b92'] = 'Traduci con Google (sperimentale)'; +$_LANGADM['AdminTranslationsd4e007a94451a69f593c3ce0e06e08f2'] = 'Copia i dati da una lingua ad un\'altra.'; +$_LANGADM['AdminTranslationsd797353e4c5b71edce10d34557198b81'] = 'devi selezionare 2 lingue per copiare i dati da una all\'altra'; +$_LANGADM['AdminTranslationsd8f73c2c197bf664e07849db8cff86d8'] = 'È possibile aggiungere o aggiornare una lingua da qui direttamente da prestashop.com'; +$_LANGADM['AdminTranslationsd946d62db22cb9f9323968f8aac95e3f'] = 'E-mail per il modulo% s'; +$_LANGADM['AdminTranslationsd981715c425b3efa67098bdbb3871866'] = '. \'Controlla i permessi di scrittura.'; +$_LANGADM['AdminTranslationsdc270a086ec1b0304c86591f402ade8d'] = 'Language Pack per l\'importazione:'; +$_LANGADM['AdminTranslationse1686cbdbfefdc838c58469866922b6c'] = 'Chiudi tutti i fieldset'; +$_LANGADM['AdminTranslationse1d8f264ad68caa3ced0b12042f3e62e'] = 'Impossibile connettersi a prestashop.com per ottenere l\'elenco lingue.'; +$_LANGADM['AdminTranslationse60137f6e7d94e9c4e5dceb4e9d0c552'] = 'E-mail moduli:'; +$_LANGADM['AdminTranslationsea4788705e6873b424c65e91c2846b19'] = 'Cancella'; +$_LANGADM['AdminTranslationseeafac73c8b9aade3a0baa5c4f371d69'] = 'Traduzioni Front Office'; +$_LANGADM['AdminTranslationsf31ffb564b1c234d509f4b20fbb2d068'] = 'devi selezionare 2 temi per copiare i dati da uno all\'altro'; +$_LANGADM['AdminTranslationsf89d0072276b0e5490ba96ada7fb2901'] = 'Errore di traduzione'; +$_LANGADM['AdminTranslationsf93c49bc4a04bbcbcb950a0740117d10'] = 'Google translate suggerisce:'; +$_LANGADM['AdminWarehouses27ce7f8b5623b2e2df568d64cf051607'] = 'Magazzino'; +$_LANGADM['AdminWarehouses2bf1d5fae1c321d594fdedf05058f709'] = 'Indirizzo:'; +$_LANGADM['AdminWarehouses38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminWarehouses3dd42bfc8345e82c43b4a40a3426ec49'] = 'Riferimento:'; +$_LANGADM['AdminWarehouses46a2a41cc6e552044816a2d04634545d'] = 'Stato'; +$_LANGADM['AdminWarehouses49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminWarehouses4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['AdminWarehouses6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri vietati:'; +$_LANGADM['AdminWarehouses63d5049791d9d79d86e9a108b0a999ca'] = 'Riferimento'; +$_LANGADM['AdminWarehouses673ae02fffb72f0fe68a66f096a01347'] = 'Telefono:'; +$_LANGADM['AdminWarehouses7515d32836da5648eb6a8f9113b7405b'] = 'Codice postale:'; +$_LANGADM['AdminWarehousesb52b44c9d23e141b067d7e83b44bb556'] = 'Prodotti:'; +$_LANGADM['AdminWarehousesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminWarehousesbffb711ec36f280459d11dce315da72f'] = 'Città:'; +$_LANGADM['AdminWarehousesf64be5eef68442a8f50cf535b92ad3e4'] = 'Nazione:'; $_LANGADM['AdminWebservice00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminWebservice52699c78843b98f98620186a59b0a3fa'] = 'Descrizione chiave'; -$_LANGADM['AdminWebservice254f642527b45bc260048e30704edb39'] = 'Configurazione'; -$_LANGADM['AdminWebservice1a3b3816c9c978c15939fba51f39eab4'] = 'Attiva servizio web'; -$_LANGADM['AdminWebservicee8602bda90ef985a71054950e6f1981e'] = 'Prima di attivare il servizio web, assicurati di:'; +$_LANGADM['AdminWebservice028f42454a71f86007a79664b2a35882'] = 'Visualizzazione rapida (HEAD)'; $_LANGADM['AdminWebservice0454a0d709a001b0745bbbef61a437a0'] = 'esser certo che la riscrittura dell\'URL sia disponibile su questo server'; -$_LANGADM['AdminWebservicecb7ceb5bf67dd558051ef7066c6f10d7'] = 'esser certo che i 5 metodi: GET, POST, PUT, DELETE e HEAD siano supportati dal tuo server'; -$_LANGADM['AdminWebservice86c7d04820c1613c1d4e649c64adc62d'] = 'Per attivare il Servizio web PrestaShop, crea il file .htaccess tramite il tab \"Generatori\" (nel tab \"Strumenti\").'; -$_LANGADM['AdminWebservice3a1d42e50ada009f2ef187fbf6dc8a3f'] = 'Per evitare problemi operativi, usa un server Apache.'; +$_LANGADM['AdminWebservice1a3b3816c9c978c15939fba51f39eab4'] = 'Attiva servizio web'; $_LANGADM['AdminWebservice1ad84436adb0f59e123b212bf07303f8'] = 'Attiva il modulo Apache \'mod_auth_basic\' per permettere l\'autenticazione del Servizio web.'; -$_LANGADM['AdminWebservice46b693f4eb22219e8fbf8b9afea71d12'] = 'Attiva il modulo Apache \'mod_rewrite per permettere l\'autenticazione del Servizio web.'; -$_LANGADM['AdminWebservice487bfa4aaa88be30422ac3783655b08f'] = 'Non abbiamo potuto controllare se sono attivati l\'autenticazione base e le estensioni di riscrittura. Ti preghiamo di controllare manualmente se sono attivati, al fine di poter usare il servizio web PrestaShop.'; -$_LANGADM['AdminWebservice442d1f267535a0638bde988697d82620'] = 'Attiva l\'estensione PHP \'mod_rewrite per permettere i test del Servizio web.'; -$_LANGADM['AdminWebservice08d41e523ef57a74ab847a81c0d1a44d'] = 'Se possibile, è meglio usare SSL (https) per le chiamate del servizio web, perché evita problemi di sicurezza del tipo \"man in the middle\".'; -$_LANGADM['AdminWebservice58af3456f86b42c86f963d896a62644f'] = 'Account servizio web'; -$_LANGADM['AdminWebserviceefeb782bc428be5cef6e02a858749ee5'] = 'Chiave'; -$_LANGADM['AdminWebservice9305d93c35dfc8cef7b4ed3613c08e6b'] = 'Crea!'; -$_LANGADM['AdminWebservice92b1b790773350896dc5c6c06b06a251'] = 'Chiave account sevizio web'; $_LANGADM['AdminWebservice24a23d787190f2c4812ff9ab11847a72'] = 'Status'; -$_LANGADM['AdminWebserviceb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminWebservice6e750dcbaa546f46df9b1a6b7ec6063c'] = 'Permessi'; +$_LANGADM['AdminWebservice254f642527b45bc260048e30704edb39'] = 'Configurazione'; +$_LANGADM['AdminWebservice38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['AdminWebservice3a1d42e50ada009f2ef187fbf6dc8a3f'] = 'Per evitare problemi operativi, usa un server Apache.'; +$_LANGADM['AdminWebservice442d1f267535a0638bde988697d82620'] = 'Attiva l\'estensione PHP \'mod_rewrite per permettere i test del Servizio web.'; +$_LANGADM['AdminWebservice46b693f4eb22219e8fbf8b9afea71d12'] = 'Attiva il modulo Apache \'mod_rewrite per permettere l\'autenticazione del Servizio web.'; $_LANGADM['AdminWebservice51ba9470e0c6fcc53b976a6854b0f2e0'] = 'Imposta i permessi :'; -$_LANGADM['AdminWebservicebe8545ae7ab0276e15898aae7acfbd7a'] = 'Risorsa'; -$_LANGADM['AdminWebservicef1a627ad565dc779ed5a01edafd18640'] = 'Vedi (GET)'; +$_LANGADM['AdminWebservice52699c78843b98f98620186a59b0a3fa'] = 'Descrizione chiave'; +$_LANGADM['AdminWebservice6c0c2b9ec9a4188db4cfd4f8a0fee415'] = 'Elimina (DELETE)'; +$_LANGADM['AdminWebservice6e750dcbaa546f46df9b1a6b7ec6063c'] = 'Permessi'; +$_LANGADM['AdminWebservice73f872e92f8bee93f070d13e2339a410'] = 'Chiave esiste già'; +$_LANGADM['AdminWebservice897356954c2cd3d41b221e3f24f99bba'] = 'Chiave'; +$_LANGADM['AdminWebservice92b1b790773350896dc5c6c06b06a251'] = 'Chiave account sevizio web'; +$_LANGADM['AdminWebservice9305d93c35dfc8cef7b4ed3613c08e6b'] = 'Crea!'; $_LANGADM['AdminWebservice9fd0670413556e6cbdc490e09833a30f'] = 'Modifica (PUT)'; $_LANGADM['AdminWebserviceb28e80674d48866203b7790f730dfa30'] = 'Aggiungi (POST)'; -$_LANGADM['AdminWebservice6c0c2b9ec9a4188db4cfd4f8a0fee415'] = 'Elimina (DELETE)'; -$_LANGADM['AdminWebservice028f42454a71f86007a79664b2a35882'] = 'Visualizzazione rapida (HEAD)'; -$_LANGADM['AdminWebservice38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminWebservice19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; +$_LANGADM['AdminWebserviceb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminWebservicebe8545ae7ab0276e15898aae7acfbd7a'] = 'Risorsa'; +$_LANGADM['AdminWebservicecb7ceb5bf67dd558051ef7066c6f10d7'] = 'esser certo che i 5 metodi: GET, POST, PUT, DELETE e HEAD siano supportati dal tuo server'; +$_LANGADM['AdminWebservicee8602bda90ef985a71054950e6f1981e'] = 'Prima di attivare il servizio web, assicurati di:'; +$_LANGADM['AdminWebserviceefeb782bc428be5cef6e02a858749ee5'] = 'Chiave'; $_LANGADM['AdminWebservicef19ee162cdc3717e4e58af2ebc837b5a'] = 'La lunghezza della chiave deve essere di 32 caratteri '; -$_LANGADM['AdminWebservice73f872e92f8bee93f070d13e2339a410'] = 'Chiave esiste già'; -$_LANGADM['AdminZonesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; -$_LANGADM['AdminZonesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminWebservicef1a627ad565dc779ed5a01edafd18640'] = 'Vedi (GET)'; $_LANGADM['AdminZones00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminZonesdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zone'; -$_LANGADM['AdminZones49ee3087348e8d44e1feda1917443987'] = 'Nome'; -$_LANGADM['AdminZones1cc70ef3820fa925ca1dd1ab645d239e'] = 'Caratteri ammessi: lettres, espaces et'; -$_LANGADM['AdminZonesdc1be6c34c5d1b2cb4998f961dbbf3f5'] = 'Nome della zona, per es: Africa, Europa...'; $_LANGADM['AdminZones24a23d787190f2c4812ff9ab11847a72'] = 'Status:'; -$_LANGADM['AdminZonesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminZones47726f4b1d9ceabe8b6022a762495201'] = 'Permetti o meno la consegna in questa zona'; $_LANGADM['AdminZones38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminZones19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; -$_LANGADM['AdminTab87a2663d841b78f01c27c0edb4f50b76'] = 'Soppressione riuscita'; -$_LANGADM['AdminTaba7df4df5ba87b5e752c81b276959e797'] = 'Selezione cancellata'; -$_LANGADM['AdminTab84b4d8c8cdd02488c0f868e97b22a3c2'] = 'Creazione riuscita'; -$_LANGADM['AdminTab151648106e4bf98297882ea2ea1c4b0e'] = 'Aggiornamento riuscito'; -$_LANGADM['AdminTaba1acc250773be8550f5758190e1db93a'] = 'Status aggiornato'; -$_LANGADM['AdminTabdef73ea130852d9e7813ee61eefa24e7'] = 'Aggiornamento impostazioni riuscito'; -$_LANGADM['AdminTabee05efe0548fdafc9e85cb4c34fbe845'] = 'Immagine cancellata'; -$_LANGADM['AdminTab7cfc3f369b8123e1c2d22a37b31a49a7'] = 'Modulo scaricato'; -$_LANGADM['AdminTab6175b106e638d4dd873cb3ff96724392'] = 'Miniature rigenerate'; -$_LANGADM['AdminTabad3737feaf28ed81b4073c7113f6228e'] = 'Messaggio inviato'; -$_LANGADM['AdminTabe41431d37c0f818843740e11a69c5ec2'] = 'Commento aggiunto'; -$_LANGADM['AdminTaba7c974ac23201089a5d17536bbb09f05'] = 'Modulo installato'; -$_LANGADM['AdminTabbbaed3b1f842925ef862ec19261744d8'] = 'Modulo disinstallato'; -$_LANGADM['AdminTab2c76ba09452e3da727ed4e65cf2f2593'] = 'Lingua copiata'; -$_LANGADM['AdminTab9469a4605b719b91e2cdac9e3bbf460d'] = 'Traduzioni aggiunte'; -$_LANGADM['AdminTab16c64b6f203dd2b0a840184ef902a704'] = 'Modulo trapiantato al collegamento'; -$_LANGADM['AdminTab46b1b35fd252d60dd4d1b610a9224943'] = 'Modulo rimosso dal collegamento'; -$_LANGADM['AdminTab2df9f8b8654e79c091ab5f33c9e1b67b'] = 'Upload riuscito'; -$_LANGADM['AdminTabb85b9d2e7e1153bd3d5a4bb0f57d347b'] = 'Duplicazione riuscita'; -$_LANGADM['AdminTab4402aa7e384266cd7d0350c1cc9a0123'] = 'Traduzione aggiunta ma la lingua non è stata creata'; -$_LANGADM['AdminTab2aa80a00e1c76b0c14ef567e0e322a0e'] = 'Modulo resettato'; -$_LANGADM['AdminTab40606a2d55f7c33c732f1d3c1b5b1e66'] = 'Modulo cancellato'; -$_LANGADM['AdminTab0c6992101fe78e4f1ae3f391c485de29'] = 'Pacchetto di localizzazione importato con successo'; -$_LANGADM['AdminTabd4fecde5ac83b59cc690fd4d26d79abe'] = 'Rimborso eseguito'; -$_LANGADM['AdminTab795aa39f13629841edad6c04d3aca405'] = 'Immagini spostato con successo'; -$_LANGADM['AdminTab0557fa923dcee4d0f86b1409f5c2167f'] = 'Restituzione '; -$_LANGADM['AdminTab630f6dc397fe74e52d5189e2c80f282b'] = 'Ritorna all\'elenco'; -$_LANGADM['AdminTab32397e87e6e403cbad4f3d26385ad6ef'] = 'Diritti non sufficienti (aggiunta)'; -$_LANGADM['AdminTabddcaee4edc8938535941b620ae5ec359'] = 'Diritti non sufficienti (modifica)'; -$_LANGADM['AdminTab0470d45929f27e1161330164c423b415'] = 'Impostare i campi richiesti per questa sezione'; -$_LANGADM['AdminTabe54b38290c8bdd95e8bc10412c9cc096'] = 'Campi obbligatori'; -$_LANGADM['AdminTab81f32b96f6626b8968e6a0f4a9bce62e'] = 'Selezionare i campi che si vorrebbe essere richiesto per questa sezione.'; -$_LANGADM['AdminTabee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nome del campo'; -$_LANGADM['AdminTab38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; -$_LANGADM['AdminTab01f8544c8fd4628bc686502e8b727d95'] = 'il campo'; -$_LANGADM['AdminTab0a5fa53f3f20f67f98bd6c3b16df059d'] = 'è richiesto'; -$_LANGADM['AdminTab7e47a344b06d82a8836cbee2748a79e6'] = 'è richiesto almeno in'; -$_LANGADM['AdminTabf755e8b92cb8f02c24f6f539180d45b1'] = 'è troppo lungo'; -$_LANGADM['AdminTab70f4b635847038d056e33959821a7a66'] = 'Caratteri massimi:'; -$_LANGADM['AdminTabbee83fbebb6a50869091c78685f2b7f7'] = 'caratt. max., inclusi caratt. html'; -$_LANGADM['AdminTab998b344cff693ad388a14ba89b1523c7'] = 'non valido'; -$_LANGADM['AdminTab07213a0161f52846ab198be103b5ab43'] = 'errori'; -$_LANGADM['AdminTab6357d3551190ec7e79371a8570121d3a'] = 'Ci sono'; -$_LANGADM['AdminTab4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è'; -$_LANGADM['AdminTab3879149292f9af4469cec013785d6dfd'] = 'avvisi'; -$_LANGADM['AdminTab7b83d3f08fa392b79e3f553b585971cd'] = 'avviso'; -$_LANGADM['AdminTab8a3cfd894d57e33c55400fc9d76aa08a'] = 'Clicca qui per vedere '; -$_LANGADM['AdminTaba92269f5f14ac147a821728c23204c0b'] = 'Nascondi avvisi'; -$_LANGADM['AdminTab1908624a0bca678cd26b99bfd405324e'] = 'Dimensione del file'; -$_LANGADM['AdminTabf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; -$_LANGADM['AdminTab193cfc9be3b995831c6af2fea6650e60'] = 'Pagina'; -$_LANGADM['AdminTabb9987a246a537f4fe86f1f2e3d10dbdb'] = 'Mostrata'; -$_LANGADM['AdminTabdd8921b41e0279a02c6a26a509241700'] = 'risultato/i'; -$_LANGADM['AdminTab526d688f37a86d3c3f27d0c5016eb71d'] = 'Resetta'; -$_LANGADM['AdminTabd7778d0c64b6ba21494c97f77a66885a'] = 'Filtra'; -$_LANGADM['AdminTab06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; -$_LANGADM['AdminTab93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; -$_LANGADM['AdminTabbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; -$_LANGADM['AdminTab5da618e8e4b89c66fe86e32cdafde142'] = 'Da:'; -$_LANGADM['AdminTabe12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; -$_LANGADM['AdminTabee77ea46b0c548ed60eadf31bdd68613'] = 'Richiesta SQL non valida'; -$_LANGADM['AdminTab5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessun elemento trovato'; -$_LANGADM['AdminTab00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; -$_LANGADM['AdminTabb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; -$_LANGADM['AdminTab08a38277b0309070706f6652eeae9a53'] = 'Giù'; -$_LANGADM['AdminTab258f49887ef8d14ac268c92b02503aaa'] = 'Su'; -$_LANGADM['AdminTabef61fb324d729c341ea8ab9901e23566'] = 'Nuovo'; -$_LANGADM['AdminTabed75712b0eb1913c28a3872731ffd48d'] = 'Duplica'; -$_LANGADM['AdminTabbfc18def58cfa50029d149e9b932e974'] = 'Copia l\'immagine?'; -$_LANGADM['AdminTab4351cfebe4b61d8aa5efa1d020710005'] = 'Vedi'; -$_LANGADM['AdminTab7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; -$_LANGADM['AdminTab0071aa279bd1583754a544277740f047'] = 'Elimina l\'elemento n.'; -$_LANGADM['AdminTab6adab6d3fdf92c448d60cf8824e4851c'] = 'Elimina la selezione'; -$_LANGADM['AdminTabe25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; -$_LANGADM['AdminTabcc3787ca78f445f481069a4c047f7e7a'] = 'Scegli una lingua:'; -$_LANGADM['AdminTabb51d77dc443d4051900f1bad9fe885aa'] = 'Il tuo è connessi con il nome di dominio seguenti:'; -$_LANGADM['AdminTab6aa5c0d2cbc4a0f53206777be432056a'] = 'Questo è diverso dal nome del dominio principale negozio impostato in \"Preferenze> SEO & URL\":'; -$_LANGADM['AdminTab7e4b7faf0fc36dc296e66f6ea3096dcd'] = 'Clicca qui se si desidera modificare il nome di dominio principale negozio'; -$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Pannello di amministrazione'; +$_LANGADM['AdminZones47726f4b1d9ceabe8b6022a762495201'] = 'Permetti o meno la consegna in questa zona'; +$_LANGADM['AdminZones49ee3087348e8d44e1feda1917443987'] = 'Nome'; +$_LANGADM['AdminZonesb3ff996fe5c77610359114835baf9b38'] = 'Zona'; +$_LANGADM['AdminZonesb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['AdminZonesb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['AdminZonesdad1f8d794ee0dd7753fe75e73b78f31'] = 'Zone'; +$_LANGADM['AdminZonesdc1be6c34c5d1b2cb4998f961dbbf3f5'] = 'Nome della zona, per es: Africa, Europa...'; +$_LANGADM['AdminZonese25f0ecd41211b01c83e5fec41df4fe7'] = 'Eliminare gli elementi selezionati?'; +$_LANGADM['Helper00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivato'; +$_LANGADM['Helper0470d45929f27e1161330164c423b415'] = 'Impostare i campi richiesti per questa sezione'; +$_LANGADM['Helper06df33001c1d7187fdd81ea1f5b277aa'] = 'Azioni'; +$_LANGADM['Helper08a38277b0309070706f6652eeae9a53'] = 'Giù'; +$_LANGADM['Helper0bcef9c45bd8a48eda1b26eb0c61c869'] = '%'; +$_LANGADM['Helper1908624a0bca678cd26b99bfd405324e'] = 'Dimensione del file'; +$_LANGADM['Helper195fbb57ffe7449796d23466085ce6d8'] = 'Maggio'; +$_LANGADM['Helper19f823c6453c2b1ffd09cb715214813d'] = 'Campi richiesti'; +$_LANGADM['Helper1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppo:'; +$_LANGADM['Helper1b539f6f34e8503c97f6d3421346b63c'] = 'Luglio'; +$_LANGADM['Helper21034ae6d01a83e702839a72ba8a77b0'] = 'Tasse escl.'; +$_LANGADM['Helper258f49887ef8d14ac268c92b02503aaa'] = 'Su'; +$_LANGADM['Helper38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; +$_LANGADM['Helper3ec365dd533ddb7ef3d1c111186ce872'] = 'Dati:'; +$_LANGADM['Helper3fcf026bbfffb63fb24b8de9d0446949'] = 'Aprile'; +$_LANGADM['Helper41ba70891fb6f39327d8ccb9b1dafb84'] = 'Agosto'; +$_LANGADM['Helper4351cfebe4b61d8aa5efa1d020710005'] = 'Vedi'; +$_LANGADM['Helper4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; +$_LANGADM['Helper526d688f37a86d3c3f27d0c5016eb71d'] = 'Resetta'; +$_LANGADM['Helper5da618e8e4b89c66fe86e32cdafde142'] = 'Da:'; +$_LANGADM['Helper5e9df908eafa83cb51c0a3720e8348c7'] = 'Controllare tutti i'; +$_LANGADM['Helper5ece607071fe59ddc4c88dc6abfe2310'] = 'Nessun elemento trovato'; +$_LANGADM['Helper5ffd7a335dd836b3373f5ec570a58bdc'] = 'Espandi tutto'; +$_LANGADM['Helper659e59f062c75f81259d22786d6c44aa'] = 'Febbraio'; +$_LANGADM['Helper688937ccaf2a2b0c45a1c9bbba09698d'] = 'Giugno'; +$_LANGADM['Helper69e62346c35bc63795db142cfbb0af66'] = 'Nessun gruppo creato'; +$_LANGADM['Helper6a26f548831e6a8c26bfbbd9f6ec61e0'] = 'Aiuto'; +$_LANGADM['Helper7a1920d61156abc05a60135aefe8bc67'] = 'Default'; +$_LANGADM['Helper7dce122004969d56ae2e0245cb754d35'] = 'Modifica'; +$_LANGADM['Helper7e823b37564da492ca1629b4732289a8'] = 'Novembre'; +$_LANGADM['Helper81f32b96f6626b8968e6a0f4a9bce62e'] = 'Selezionare i campi che si vorrebbe essere richiesto per questa sezione.'; +$_LANGADM['Helper82331503174acbae012b2004f6431fa5'] = 'Dicembre'; +$_LANGADM['Helper86f5978d9b80124f509bdb71786e929e'] = 'Gennaio'; +$_LANGADM['Helper93cba07454f06a4a960172bbd6e2a435'] = 'Sì'; +$_LANGADM['Helper9747d23c8cc358c5ef78c51e59cd6817'] = 'Deseleziona tutti'; +$_LANGADM['Helperb56c3bda503a8dc4be356edb0cc31793'] = 'Comprimi tutto'; +$_LANGADM['Helperb718adec73e04ce3ec720dd11a06a308'] = 'ID'; +$_LANGADM['Helperb9987a246a537f4fe86f1f2e3d10dbdb'] = 'Mostrata'; +$_LANGADM['Helperb9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivato'; +$_LANGADM['Helperbafd7322c6e97d25b6299b5d6fe8920b'] = 'No'; +$_LANGADM['Helperbfc18def58cfa50029d149e9b932e974'] = 'Copia l\'immagine?'; +$_LANGADM['Helperc6155aaecccf794cd2a00fcc35898022'] = 'Nome del gruppo'; +$_LANGADM['Helperc770d8e0d1d1943ce239c64dbd6acc20'] = 'Aggiungi il mio IP'; +$_LANGADM['Helpercc3787ca78f445f481069a4c047f7e7a'] = 'Scegli una lingua:'; +$_LANGADM['Helpercc5d90569e1c8313c2b1c2aab1401174'] = 'Settembre'; +$_LANGADM['Helperd7778d0c64b6ba21494c97f77a66885a'] = 'Filtra'; +$_LANGADM['Helperdae8ace18bdcbcc6ae5aece263e14fe8'] = 'Opzioni'; +$_LANGADM['Helperdd8921b41e0279a02c6a26a509241700'] = 'risultato/i'; +$_LANGADM['Helpere12167aa0a7698e6ebc92b4ce3909b53'] = 'A'; +$_LANGADM['Helpere54b38290c8bdd95e8bc10412c9cc096'] = 'Campi obbligatori'; +$_LANGADM['Helpereca60ae8611369fe28a02e2ab8c5d12e'] = 'Ottobre'; +$_LANGADM['Helpered75712b0eb1913c28a3872731ffd48d'] = 'Duplica'; +$_LANGADM['Helperee77ea46b0c548ed60eadf31bdd68613'] = 'Richiesta SQL non valida'; +$_LANGADM['Helperee9b2f3cf31c23c944b15fb0b33d6a77'] = 'Nome del campo'; +$_LANGADM['Helperef7de3f485174ff47f061ad27d83d0ee'] = 'selezionati'; +$_LANGADM['Helperf2a6c498fb90ee345d997f888fce3b18'] = 'Elimina'; +$_LANGADM['Helperfa3e5edac607a88d8fd7ecb9d6d67424'] = 'Marzo'; +$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'Ordini'; +$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; +$_LANGADM['index1aa4c641d6920ddb97a2562f8ec53853'] = 'Gruppo:'; +$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; $_LANGADM['index4236a440a662cc8253d7536e5aa17942'] = 'logout'; -$_LANGADM['indexd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Visualizza il mio negozio'; -$_LANGADM['indexf84b4e2770ec98e3db2926cd49864d2f'] = 'Le mie preferenze'; -$_LANGADM['indexcbebc850f5f849e8956b5f8075f48f69'] = 'tutto'; $_LANGADM['index46f22f2a56ddd091f4b2b2c35c5ca989'] = 'catalogo:'; $_LANGADM['index4b6f7d34a58ba399f077685951d06738'] = 'Clienti'; -$_LANGADM['index50d7eaecd64b277cdaac58e0cd48ad83'] = 'indirizzo ip'; -$_LANGADM['index12c500ed0b7879105fb46af0f246be87'] = 'Ordini'; -$_LANGADM['index56deca22a707214865f7ea3ae6391d67'] = 'fatture'; -$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'Carrelli'; -$_LANGADM['index13348442cc6a27032d2b4aa28b75a5d3'] = 'Ricerca'; $_LANGADM['index4f32a32dea642737580dd71cdfd8d3c0'] = 'Accesso rapido'; -$_LANGADM['index53cd939ae14e33855274e17a3c411fdd'] = 'Per motivi di sicurezza, devi:'; -$_LANGADM['indexe99c06952f4336ce189d8df45980dca0'] = 'eliminare la cartella / install'; -$_LANGADM['index7286baef44d09300636a4b99c533523c'] = 'Tempi di caricamento:'; -$_LANGADM['indexbbaff12800505b22a853e8b7f4eb6a22'] = 'Contatti'; -$_LANGADM['index3e937d04c1c83492260a33d926ca587c'] = 'Bug Tracker'; -$_LANGADM['indexe6a7f8a2f42cc35979973da8dfb10720'] = 'Forum'; -$_LANGADM['indexeed2839c1e3e5f7069ed03b2f6d4c6dd'] = 'Pannello di amministrazione'; -$_LANGADM['indexdb26e10564e958809d798e8048fcbc0a'] = 'Chiave di sicurezza non valida'; -$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'Prendo atto dei rischi e intendo mostrare questa pagina'; +$_LANGADM['index50d7eaecd64b277cdaac58e0cd48ad83'] = 'indirizzo ip'; $_LANGADM['index5196611ad1bf27e9cef5375b038c04db'] = 'Fatemi uscire di qui!!'; -$_LANGADM['indexc6a8757e591d6090eb75d11e8d316f57'] = 'SSL è attivato. Tuttavia, il vostro IP è permesso di utilizzare la modalità non sicuri (manutenzione o IP locale).'; -$_LANGADM['index3af4334b6b2afb79aeb803577ccc0473'] = 'SSL è attivato. Si prega di collegarsi utilizzando il seguente URL per accedere in modalità sicura (https).'; -$_LANGADM['index98bbe7bd134ad088f6b211fe3bd41408'] = 'Clicca qui per lanciare il pannello di amministrazione'; -$_LANGADM['index6357d3551190ec7e79371a8570121d3a'] = 'C\'è'; -$_LANGADM['index4ce81305b7edb043d0a7a5c75cab17d0'] = 'C\'è'; -$_LANGADM['index07213a0161f52846ab198be103b5ab43'] = 'errori'; -$_LANGADM['indexcb5e100e5a9a3e7f6d1fd97512215282'] = 'errore'; -$_LANGADM['indexafbbe4ce0486fac5cfb8685e4fcb2b8a'] = 'Per motivi di sicurezza, non puoi connetterti a Back Office fino a che non hai:'; -$_LANGADM['index15f1c34335ddffccb6527f9d658f2625'] = 'rinominato la cartella /admin (per es.'; -$_LANGADM['index5b0dfce240e9def88121d8e62dee1845'] = 'Poi accedi a questa pagina con il nuovo indirizzo (per es.: http://www.domaine.tld/admin'; -$_LANGADM['index78e365acb087fd1f8d494dae0001de10'] = 'Indirizzo e-mail:'; -$_LANGADM['indexb341a59d5636ed3d6a819137495b08a0'] = 'Password'; -$_LANGADM['indexbffe9a3c9a7e00ba00a11749e022d911'] = 'Fai il login'; -$_LANGADM['index0206fb59f6e0cd0d3d271b58e9109dca'] = 'Password dimenticata?'; -$_LANGADM['index6d7d8cc3fae1fdd486b167b439c2a5b9'] = 'C\'è un errore'; -$_LANGADM['index01a569ddc6cf67ddec2a683f0a5f5956'] = 'Password dimenticata?'; -$_LANGADM['index34bdd7b9823059fa742afab7be9d4c58'] = 'La tua password ti è stata inviata per e-mail'; -$_LANGADM['indexfb080b51680e721b19b6af4293264b6c'] = 'torna alla pagina di identificazione'; -$_LANGADM['index1928895508822da82ce5c4932a114044'] = 'Indica il tuo indirizzo e-mail'; -$_LANGADM['index449d3718fc3a9e9bf3f3fc0254bb5625'] = '(quello che hai inserito durante la registrazione) per poter ricevere i tuoi codici'; -$_LANGADM['index94966d90747b97d1f0f206c98a8b1ac3'] = 'Invia'; +$_LANGADM['index53cd939ae14e33855274e17a3c411fdd'] = 'Per motivi di sicurezza, devi:'; +$_LANGADM['index56deca22a707214865f7ea3ae6391d67'] = 'fatture'; +$_LANGADM['index7286baef44d09300636a4b99c533523c'] = 'Tempi di caricamento:'; +$_LANGADM['index8642a2f37a5d42b54ce53b1fbdd1583f'] = 'Carrelli'; +$_LANGADM['index86bbc77fd75ac02c21b84a37b260eadd'] = 'Pannello di amministrazione'; +$_LANGADM['indexa4da6f31ab268a5310bc475e63ab92db'] = 'Prendo atto dei rischi e intendo mostrare questa pagina'; +$_LANGADM['indexbbaff12800505b22a853e8b7f4eb6a22'] = 'Contatti'; +$_LANGADM['indexcbebc850f5f849e8956b5f8075f48f69'] = 'tutto'; +$_LANGADM['indexd70861cbe7f8c9a1241c39b3e7ef5ef2'] = 'Visualizza il mio negozio'; +$_LANGADM['indexdb26e10564e958809d798e8048fcbc0a'] = 'Chiave di sicurezza non valida'; +$_LANGADM['indexe6a7f8a2f42cc35979973da8dfb10720'] = 'Forum'; +$_LANGADM['indexe99c06952f4336ce189d8df45980dca0'] = 'eliminare la cartella / install'; +$_LANGADM['indexeed2839c1e3e5f7069ed03b2f6d4c6dd'] = 'Pannello di amministrazione'; +$_LANGADM['indexf84b4e2770ec98e3db2926cd49864d2f'] = 'Le mie preferenze'; ?> \ No newline at end of file