[*] TR : update English translations key for Errors

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16371 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-12 10:14:41 +00:00
parent a594a9a21d
commit 9bc7869e2b
17 changed files with 64 additions and 765 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ class AdminControllerCore extends Controller
Tools::displayError('You cannot delete all of the items.');
}
elseif (array_key_exists('delete', $this->list_skip_actions) && in_array($object->id, $this->list_skip_actions['delete'])) //check if some ids are in list_skip_actions and forbid deletion
$this->errors[] = Tools::displayError('You cannot delete this items.');
$this->errors[] = Tools::displayError('You cannot delete this item.');
else
{
if ($this->deleted)
@@ -350,14 +350,14 @@ class AdminAddressesControllerCore extends AdminController
$zip_regexp = str_replace('L', '[a-zA-Z]', $zip_regexp);
$zip_regexp = str_replace('C', $country->iso_code, $zip_regexp);
if (!preg_match($zip_regexp, $postcode))
$this->errors[] = Tools::displayError('Your Postcode / Zip code code is incorrect.').'<br />'.
$this->errors[] = Tools::displayError('Your Postal Code/Zip Code is incorrect.').'<br />'.
Tools::displayError('Must be typed as follows:').' '.
str_replace('C', $country->iso_code, str_replace('N', '0', str_replace('L', 'A', $zip_code_format)));
}
else if ($zip_code_format)
$this->errors[] = Tools::displayError('Postcode / Zip code required.');
$this->errors[] = Tools::displayError('Postal Code/Zip Code required.');
else if ($postcode && !preg_match('/^[0-9a-zA-Z -]{4,9}$/ui', $postcode))
$this->errors[] = Tools::displayError('Your Postcode / Zip code code is incorrect.');
$this->errors[] = Tools::displayError('Your Postal Code/Zip Code is incorrect.');
}
/* If this address come from order's edition and is the same as the other one (invoice or delivery one)
+1 -1
View File
@@ -1359,7 +1359,7 @@ class AdminImportControllerCore extends AdminController
if ($error)
{
$this->warnings[] = sprintf(Tools::displayError('Product n°%1$d : the picture cannot be saved : %2$s'), $image->id_product, $url);
$this->warnings[] = sprintf(Tools::displayError('Product n°%1$d: the picture cannot be saved: %2$s'), $image->id_product, $url);
}
}
}
+1 -1
View File
@@ -385,7 +385,7 @@ class AdminOrdersControllerCore extends AdminController
$this->errors[] = sprintf(Tools::displayError('field %s is required.'), $field);
foreach ($rules['size'] as $field => $maxLength)
if (Tools::getValue($field) && Tools::strlen(Tools::getValue($field)) > $maxLength)
$this->errors[] = sprintf(Tools::displayError('field %1$s is too long. (%2$d chars max)'), $field, $maxLength);
$this->errors[] = sprintf(Tools::displayError('field %1$s is too long (%2$d chars max).'), $field, $maxLength);
foreach ($rules['validate'] as $field => $function)
if (Tools::getValue($field))
if (!Validate::$function(htmlentities(Tools::getValue($field), ENT_COMPAT, 'UTF-8')))
@@ -452,7 +452,7 @@ class AdminRequestSqlControllerCore extends AdminController
$e[$key]['attribut'][1]
);
else
$this->errors[] = Tools::displayError('When multiple tables are used, each attribute must be referenced to a table.');
$this->errors[] = Tools::displayError('When multiple tables are used, each attribute must refer to a table.');
break;
case 'testedRequired':
@@ -460,7 +460,7 @@ class AdminRequestSqlControllerCore extends AdminController
break;
case 'testedUnauthorized':
$this->errors[] = sprintf(Tools::displayError('is a unauthorized keyword.'), $e[$key]);
$this->errors[] = sprintf(Tools::displayError('is an unauthorized keyword.'), $e[$key]);
break;
}
}
+3 -3
View File
@@ -367,7 +367,7 @@ class AdminStoresControllerCore extends AdminController
$zip_regexp = str_replace('L', '[a-zA-Z]', $zip_regexp);
$zip_regexp = str_replace('C', $country->iso_code, $zip_regexp);
if (!preg_match($zip_regexp, $postcode))
$this->errors[] = Tools::displayError('Your Postcode / Zip code code is incorrect.').'<br />'.Tools::displayError('Must be typed as follows:').' '.
$this->errors[] = Tools::displayError('Your Postal Code/Zip Code is incorrect.').'<br />'.Tools::displayError('Must be typed as follows:').' '.
str_replace(
'C',
$country->iso_code,
@@ -383,9 +383,9 @@ class AdminStoresControllerCore extends AdminController
);
}
else if ($zip_code_format)
$this->errors[] = Tools::displayError('Postcode / Zip code required.');
$this->errors[] = Tools::displayError('Postal Code/Zip Code required.');
else if ($postcode && !preg_match('/^[0-9a-zA-Z -]{4,9}$/ui', $postcode))
$this->errors[] = Tools::displayError('Your Postcode / Zip code code is incorrect.');
$this->errors[] = Tools::displayError('Your Postal Code/Zip Code is incorrect.');
}
/* Store hours */
@@ -421,7 +421,7 @@ class AdminTaxRulesGroupControllerCore extends AdminController
if (!$country->checkZipCode($zip_code))
{
$this->errors[] = sprintf(
Tools::displayError('Zip / Postal code is invalid. Must be typed as follows: %s'),
Tools::displayError('Zip/Postal code is invalid. Must be typed as follows: %s'),
str_replace('C', $country->iso_code, str_replace('N', '0', str_replace('L', 'A', $country->zip_code_format)))
);
}
@@ -307,7 +307,7 @@ class AdminTranslationsControllerCore extends AdminController
$this->redirect();
}
else
throw new PrestaShopException(sprintf(Tools::displayError('Cannot write this file : "%s"'), $file_path));
throw new PrestaShopException(sprintf(Tools::displayError('Cannot write this file: "%s"'), $file_path));
}
public function submitCopyLang()
+3 -3
View File
@@ -151,15 +151,15 @@ class AddressControllerCore extends FrontController
{
if (!$country->checkZipCode($postcode))
$this->errors[] = sprintf(
Tools::displayError('Zip / Postal code is invalid. Must be typed as follows: %s'),
Tools::displayError('Zip/Postal code is invalid. Must be typed as follows: %s'),
str_replace('C', $country->iso_code, str_replace('N', '0', str_replace('L', 'A', $country->zip_code_format)))
);
}
else if ($zip_code_format)
$this->errors[] = Tools::displayError('Zip / Postal code is required.');
$this->errors[] = Tools::displayError('Zip/Postal code is required.');
else if ($postcode && !preg_match('/^[0-9a-zA-Z -]{4,9}$/ui', $postcode))
$this->errors[] = sprintf(
Tools::displayError('Zip / Postal code is invalid. Must be typed as follows: %s'),
Tools::displayError('Zip/Postal code is invalid. Must be typed as follows: %s'),
str_replace('C', $country->iso_code, str_replace('N', '0', str_replace('L', 'A', $country->zip_code_format)))
);
}
+3 -3
View File
@@ -483,14 +483,14 @@ class AuthControllerCore extends FrontController
{
if (!$country->checkZipCode($postcode))
$this->errors[] = sprintf(
Tools::displayError('Zip / Postal code is invalid. Must be typed as follows: %s'),
Tools::displayError('Zip/Postal code is invalid. Must be typed as follows: %s'),
str_replace('C', $country->iso_code, str_replace('N', '0', str_replace('L', 'A', $country->zip_code_format)))
);
}
elseif ($country->zip_code_format)
$this->errors[] = Tools::displayError('Zip / Postal code is required.');
$this->errors[] = Tools::displayError('Zip/Postal code is required.');
elseif ($postcode && !preg_match('/^[0-9a-zA-Z -]{4,9}$/ui', $postcode))
$this->errors[] = Tools::displayError('Zip / Postal code is invalid.');
$this->errors[] = Tools::displayError('Zip/Postal code is invalid.');
}
if ($country->need_identification_number && (!Tools::getValue('dni') || !Validate::isDniLite(Tools::getValue('dni'))))
+1 -1
View File
@@ -297,7 +297,7 @@ class GetFileControllerCore extends FrontController
'This file no longer exists.' => Tools::displayError('This file no longer exists.'),
'This product has been refunded.' => Tools::displayError('This product has been refunded.'),
'The product deadline is in the past.' => Tools::displayError('The product deadline is in the past.'),
'Expiration date exceeded' => Tools::displayError('Expiration date exceeded'),
'Expiration date exceeded' => Tools::displayError('Expiration date has passed, you cannot download this product'),
'You have reached the maximum number of allowed downloads.' => Tools::displayError('You have reached the maximum number of allowed downloads.'));
?>
<script type="text/javascript">
@@ -64,7 +64,7 @@ class GuestTrackingControllerCore extends FrontController
else if (Customer::customerExists($email, false, true))
{
$this->errors[] = Tools::displayError('Your guest account has already been transformed into a customer account.').' '.
Tools::displayError('Please log-in to your customer account to view this order, this section is reserved for guest accounts');
Tools::displayError('Please login to your customer account to view this order, this section is reserved for guest accounts');
$this->context->smarty->assign('show_login_link', true);
}
else if (!Validate::isLoadedObject($order))
+5 -5
View File
@@ -28,7 +28,6 @@ $_ERRORS['098eb45965b4097a844451b00737e89b'] = 'Dieser Ermäßigungsgutschein is
$_ERRORS['0994872d0fe72d045c0bcaaea1971e7b'] = 'Einige Artikel sind nicht mehr verfügbar,. Wir können Ihre Bestellung nicht erneuern.';
$_ERRORS['099788460b01d1cfe9997d4c577f7f56'] = 'Ein Artikel aus Ihrem Warenkorb ist nicht mehr erhältlich, Ihre Bestellung kann nicht weitergeführt werden.';
$_ERRORS['09a0fad4c9a9702b2db457f6bff88f3d'] = 'Es ist ein Fehler beim Update der Standardgruppe aufgetreten.';
$_ERRORS['0a2808a7f106b67ab21f6198b7ef5537'] = 'Ihre Postleitzahl ist ungültig.';
$_ERRORS['0ac71c0ec0ed7abefc776619cf8c4842'] = 'Beim Löschen der Produkt-Rücksendung ist ein Fehler aufgetreten';
$_ERRORS['0b85d79bd7e582c805ec82e3b7f6293e'] = 'Bestellung ist nicht mehr gültig';
$_ERRORS['0ba3468276e0637278bc5f5567bb36bc'] = 'Datei fehlt';
@@ -121,7 +120,6 @@ $_ERRORS['32a2e7694628335252aceb0552a6f6ba'] = 'Um Memchached nutzen zu können,
$_ERRORS['32d841e578ff7560bbaeda96f5328e9e'] = 'Media Server Nr. 2 ungültig';
$_ERRORS['34843eb626c7fbe22db113fca38197b7'] = 'Bei der Verwandlung des Gastes in einen Kunden ist ein Fehler aufgetreten.';
$_ERRORS['3549b9f409be47593858dbe1a546c978'] = 'Ein Fehler ist aufgetreten: Kann die aktuelle Steuer-Regel nicht speichern';
$_ERRORS['36296325727560bc0b1ae0e0801c82b7'] = 'Wenn mehrere Tabellen verwendet werden, muss jedes Attribut auf eine Tabelle verweisen.';
$_ERRORS['36527e8d64ec4ced95607f6ef9b2a1b9'] = 'Kann keine Rechnung zur Bestellung in Datenbank finden';
$_ERRORS['366da0581c44d3c179e44f532b693eab'] = 'Memcached IP fehlt';
$_ERRORS['36757394a699878de6f0e51f203d1ee7'] = 'Kann das Root-Verzeichnis nicht durchsuchen';
@@ -184,6 +182,7 @@ $_ERRORS['4b198aa15f6cc8f56488d924b18fa888'] = 'kein Warenkorb mit dieser ID:';
$_ERRORS['4c4492297de90e9e2f5665bf87b4e034'] = 'Der Gutschein kann nicht mit bereits im Warenkorb vorhandenen Gutscheinen kombiniert werden';
$_ERRORS['4c8095bf0e5b08fc403372526a66ad79'] = 'Fehler - Kein ISO-Code für die E-Mail!';
$_ERRORS['4d723acb1f1f9f9550fec2e473a2d874'] = 'Das Ziel-Lager ist nicht gültig.';
$_ERRORS['4d79cd1c724493b94109c3575cc9f3e0'] = 'ist ein nicht autorisiertes Schlüsselwort.';
$_ERRORS['4df3709ec0ff3ceb57341890ccf57641'] = 'Beim Kopieren des Bildes ist ein Fehler aufgetreten';
$_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Fehler löschen';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Kann kein Backup erstellen';
@@ -328,7 +327,6 @@ $_ERRORS['94073386539fc874e318a625941344f8'] = 'Ihr Enddatum ist ungültig (Form
$_ERRORS['94295ef230cb5a43fa693a7bf898df86'] = 'Es ist ein Fehler aufgetreten. Das Modul existiert nicht:';
$_ERRORS['9562e87aa70988950a8356458082fc1b'] = 'Fehler: Es steht kein Versanddienst für diese Adresse zur Verfügung';
$_ERRORS['95cc61064b636eb1782b85bde2263433'] = 'Fehler beim Bearbeiten dieser Produktlinie';
$_ERRORS['967073fb783cf50a3c3addc66f4c6567'] = 'ist ein nicht autorisiertes Schlüsselwort.';
$_ERRORS['96a2d573cabb2e5b3d6164140d28e8da'] = 'das Produkt muss erstellt werden, bevor Eigenschaften hinzugefügt werden';
$_ERRORS['97fc9862b0bebc68aa03f466bfc2c6bf'] = 'Fehler: Ungültiger Betreff der E-Mail';
$_ERRORS['986641245e5ef77f951298aa30a5616f'] = 'Kennwort fehlt';
@@ -360,6 +358,7 @@ $_ERRORS['a5df8bfce318a15ea55f18082b9b56c0'] = 'Sie haben keinen Zugang zu diese
$_ERRORS['a693c37913e1fac5af61b8247c03b6ca'] = 'Die olgenden Module wurden nicht erfolgreich aktualisiert: %s';
$_ERRORS['a7642593a28353de8256fc0e4bc3bc40'] = 'Dieses Modul muss installiert oder aktualisiert werden:';
$_ERRORS['a7b770c4221d81830ac09059e16083a8'] = 'Die Bestell-Versanddienst ID ist ungültig.';
$_ERRORS['a7d5d038cce55fa2caa086aa5081055b'] = 'Wenn mehrere Tabellen verwendet werden, muss jedes Attribut auf eine Tabelle verweisen.';
$_ERRORS['a7eca295291f53a23ab7ba0a9c7fd9de'] = 'Diese Funktion wurde entfernt.';
$_ERRORS['a849f0a2ce9308492c70e3b4289e194e'] = 'Spanne existiert bereits';
$_ERRORS['a855995ec17e0c80d5985a885f3d4d84'] = 'Kann keinen Memcached-Server hinzufügen';
@@ -382,7 +381,6 @@ $_ERRORS['b08b2fee4a9343ddb8432bb4b00eee88'] = 'Der Server ist abgelaufen , das
$_ERRORS['b08d3867be98e6fff3233cd40ab8134a'] = 'Die Erstellung der Bestellung ist fehlgeschlagen';
$_ERRORS['b1046eaca37cbbd3b53d17c33299bfab'] = 'Dieses Produkt wurde erstattet';
$_ERRORS['b1367942aa02ea8c9d4aa07cdf5e473c'] = 'Sie müssen mindestens ein Objekt behalten';
$_ERRORS['b2b367f1201bb55f41e0688955f4f1a1'] = 'Sehr geehrte(r) Kunde(in), Sie haben das Verfalldatum überschritten.';
$_ERRORS['b38f15cfb6f5640c4ff55cd72c7575f6'] = 'Dieser Gutschein ist noch nicht gültig';
$_ERRORS['b40ad46c25c153a3d2fde078c0e1b0f8'] = 'Bitte loggen Sie sich ein';
$_ERRORS['b4816317cad36c53e8b4120c7f2b561a'] = 'Die Länderauswahl ist ungültig';
@@ -428,6 +426,7 @@ $_ERRORS['c2808546f3e14d267d798f4e0e6f102e'] = 'benutzerdefiniert';
$_ERRORS['c45319ee556dc43ba15523c539c7e9d4'] = 'Entschuldigung, wir können Ihre Bestellung nicht aktualisieren.';
$_ERRORS['c4ae3afc5d4c01919142f8b39cc5c1c5'] = 'Bildformat nicht anerkannt, erlaubte Formate: GIF, JPG, PNG';
$_ERRORS['c4e7595c4e8f49c80458997b912d749b'] = 'Falsche Kennungen!';
$_ERRORS['c4f5077a372c78b2eaa4ef921396bbf7'] = 'Ihre Postleitzahl ist ungültig.';
$_ERRORS['c569149bbb8ca2ea337fa0a4c6c98409'] = 'Keinen Lieferschein für diesen Zeitraum gefunden';
$_ERRORS['c6a8757e591d6090eb75d11e8d316f57'] = 'SSL ist aktiv. Ihre IP erlaubt es aber, den unsicheren Modus zu verwenden. (Wartungs-, oder lokale IP)';
$_ERRORS['c791e58067fc99ef9fdb95bace661815'] = 'In Ihrem Konto ist ein Fehler aufgetreten und Ihr Passwort kann nicht an Ihre E-Mail-Adresse gesendet werden. Bitte nutzen Sie das Kontaktformular und teilen Sie uns Ihr Problem mit.';
@@ -454,6 +453,7 @@ $_ERRORS['d1c300a4980ca376d6e94f5acdd08c23'] = 'Fehler: Es steht kein Versanddie
$_ERRORS['d1d34a7a87b13057cd33cb88866b895c'] = 'Schwerer Fehler: das Verzeichnis mit den Modulen ist nicht vorhanden';
$_ERRORS['d270bcd0e2c2f7af9d31622993706046'] = 'Kann eine gelieferte Bestellung nicht ändern';
$_ERRORS['d38b0c0b1e5c3d6a89219e4617f85034'] = 'Dieses Modul ist bereits deinstalliert:';
$_ERRORS['d39e88adeb63c3af845edd9e5db5d7c1'] = 'Bitte geben Sie Ihre Postleitzahl ein.';
$_ERRORS['d4430672c8b3c123ae5f4c2f4b5b458d'] = 'Sie müssen mindestens ein Produkt haben';
$_ERRORS['d4e6d6c42bf3eb807b8778255a4ce415'] = 'Authentifizierung fehlgeschlagen';
$_ERRORS['d543c3cf08667fe12b4bb22d6abd84c7'] = 'Der Alias \"%s\" wird bereits verwendet. Wählen Sie bitte einen anderen.';
@@ -532,6 +532,7 @@ $_ERRORS['efccf3b0fd1b65f88bd6dfa2821060c8'] = 'Fehler beim Update des Status';
$_ERRORS['f0dc0fa07b13965fe5a95fa37166c4e7'] = 'E-Mail-Adresse fehlt';
$_ERRORS['f100c143763d1b027a3e4cb77df9d1b7'] = 'Beim Erstellen der benutzerdefinierten Felder ist ein Fehler aufgetreten';
$_ERRORS['f2ee6211fd44afca2f01ee2d1031d0e5'] = 'Bitte melden Sie sich an, um die Bezahlmethoden zu sehen.';
$_ERRORS['f2ee78c8b394b75621a7888b603c656d'] = 'Sehr geehrte(r) Kunde(in), Sie haben das Verfalldatum überschritten.';
$_ERRORS['f32c746083382bb54c8c714b1f2db3ce'] = 'Bitte wählen Sie ein Thema aus der Liste.';
$_ERRORS['f33bca063db69a70ff1910e99db0a9fe'] = 'Keine Zone entspricht Ihrer Adresse';
$_ERRORS['f37bb979ac3abdeb7d1eae339fcb0361'] = 'PHP \"Mcrypt\" Erweiterung ist nicht auf diesem Server aktiviert.';
@@ -561,7 +562,6 @@ $_ERRORS['fd3d2771d53d8e29bb0d79d00cf3696d'] = 'Der Mitarbeiter muss mit mindest
$_ERRORS['fd6034a1544218709264bfa5c70ffb69'] = 'Sie können den Gutschein nicht für das Land der Lieferung verwenden';
$_ERRORS['fe22b7cb2de47c8eafec2ad82fada9dd'] = 'das Produkt muss erstellt werden, bevor persönliche Anpassungen hinzugefügt werden';
$_ERRORS['fe40ffc8cf596487324e6b486e6b64c4'] = 'Bei der Integration in den Hook ist ein Fehler aufgetreten';
$_ERRORS['fe890c9c2397efb789a20fce3ee5bc3a'] = 'Bitte geben Sie Ihre Postleitzahl ein.';
$_ERRORS['ff58a216e0c3ac9c33b0aa035a161dd8'] = 'Kann keinen Ermäßigungsgutschein erstellen';
$_ERRORS['ff5a229e566831ea38a2ba5fb739df9f'] = 'Fehler: Bitte wählen Sie eine Adresse.';
+1 -705
View File
@@ -1,708 +1,4 @@
<?php
global $_ERRORS;
$_ERRORS = array();
$_ERRORS['c111be82444b7eed2d979636db454ce9'] = 'You do not have permission to view here';
$_ERRORS['6262d9cbf1b6649b8a9433a0fa2db8e0'] = '\"Backup\" directory does not exist.';
$_ERRORS['1b599bf89c1bf4f8640ef31f3acb9f40'] = 'No file specified';
$_ERRORS['107b871b48c2c55155eb6849e38171c3'] = 'Unable to open backup file';
$_ERRORS['d906ff9d856174f452e62e5dbdb83f11'] = 'Unable to display backup file';
$_ERRORS['de1773afdeb0fdacd595fa6e08edab62'] = 'Missing supply order ID';
$_ERRORS['84791cb2d987ad5f5b77e36e27686872'] = 'Cannot find this supply order in the database';
$_ERRORS['4efc48557b29739b6cdd3fc01a299c47'] = 'Tab %s cannot be found.';
$_ERRORS['b9d252ecdd7f1b8789d7d59728c32f11'] = 'Tab file %s cannot be found.';
$_ERRORS['08de2fdaabcd120b8ca1388d21179921'] = 'Access denied.';
$_ERRORS['a56b6c43645970e79a8098df1dfc9746'] = 'This address cannot be deleted.';
$_ERRORS['607e1d854783c8229998ac2b5b6923d3'] = 'Invalid token';
$_ERRORS['39916f579f264041641c122e68e545d5'] = 'You must register at least one phone number';
$_ERRORS['044ef92a14ceaaba24382a72ca0267ae'] = 'This country requires a state selection.';
$_ERRORS['b23ebcd794e36b00ff19996b457c16c0'] = 'Zip/Postal code is invalid. Must be typed as follows: %s';
$_ERRORS['0a4ab4b1d9936ff9a5bdbeb76875ff96'] = 'Zip/Postal code is required.';
$_ERRORS['2c5a3ea86d2f2f29d953d1a3d034a417'] = 'Identification number is incorrect or has already been used.';
$_ERRORS['d543c3cf08667fe12b4bb22d6abd84c7'] = 'The alias \"%s\" is already used, please chose another one.';
$_ERRORS['6b9041eb853a3cf9b47f13f53b70f51a'] = 'An error occurred while updating your address.';
$_ERRORS['28ca4ab8455ffa19e6f0577aefa9f1c9'] = 'Customer not found';
$_ERRORS['637976ed39a990f58f8a3650eac0ff08'] = 'E-mail address required';
$_ERRORS['6e659c47c94d1e1dc7121859f43fb2b0'] = 'Invalid e-mail address';
$_ERRORS['47be05698f8dd87bb445ceefce6abd0d'] = 'Password is required';
$_ERRORS['cba0b206627d45fbf0ae707e20d4a38f'] = 'Invalid password';
$_ERRORS['d4e6d6c42bf3eb807b8778255a4ce415'] = 'Authentication failed';
$_ERRORS['367cff6e64cd67b345fc1e32bb9c081b'] = 'You cannot create a guest account.';
$_ERRORS['82a8b3ff9de7c44dcc811b80d6d23189'] = 'An account is already registered with this e-mail.';
$_ERRORS['ab044c6afbb0298ece38b35deee72dfc'] = 'An error occurred while creating your account.';
$_ERRORS['a9104bb09fed44f9e4373207d8fdde6c'] = 'Cannot send e-mail';
$_ERRORS['9d25fc6c5ea4a4331951a37139e9503b'] = 'Zip/Postal code is invalid.';
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Invalid date of birth';
$_ERRORS['790198fa9161355e1d60a6c42104e430'] = 'An account is already registered with this e-mail, please enter your password or request a new one.';
$_ERRORS['e92c1fa650792e8d5516b18eaea7782b'] = 'An error occurred while creating your address.';
$_ERRORS['fbd5f59dcc8b961a5e953fafa7238cd3'] = 'It\'s not possible to deliver this product to the selected address.';
$_ERRORS['378f2b22734553a38505b1f8f0d48ccb'] = 'Null quantity';
$_ERRORS['dfbe69c6d9568ecb0e65e7b32ed92a3a'] = 'Product not found';
$_ERRORS['a3451334219f0c7cac75275c0ac6346e'] = 'Product is no longer available.';
$_ERRORS['2e857abc0ea5d7f97522254ca00c18bb'] = 'There is not enough product in stock.';
$_ERRORS['c1f25211403ec7459f265788cdbee403'] = 'Please fill in all required fields, then save the customization.';
$_ERRORS['0d38c90d843c787c0be14f790998210c'] = 'You must add %d minimum quantity';
$_ERRORS['de10fc28511b894f704c1a67fcff7b4f'] = 'You already have the maximum quantity available for this product.';
$_ERRORS['708d2bfb476ba46221602d549f0e7a4d'] = 'Missing category ID';
$_ERRORS['ba2bfa3216ea97ec1e454239610d089a'] = 'You do not have access to this category.';
$_ERRORS['f55cdaa9ea87c6ebeeb7b4acf31635af'] = 'Message cannot be blank';
$_ERRORS['dd6b089a49908d671c3e9cc8dc5899ae'] = 'Invalid message';
$_ERRORS['f32c746083382bb54c8c714b1f2db3ce'] = 'Please select a subject from the list.';
$_ERRORS['1275c7249de2c2446cad46a5e894ae01'] = 'An error occurred during the file upload';
$_ERRORS['d1a9295d276a65933e0a7334a12e6f41'] = 'Bad file extension';
$_ERRORS['d814b0ff8722719194d0bfdf3f489a97'] = 'An error occurred while sending message.';
$_ERRORS['456e77e04e2e26231ee352304627b26d'] = 'Invalid key.';
$_ERRORS['1347119d36ae31564a89763f21476c1a'] = 'This product does not exist in our store.';
$_ERRORS['38d5595927b80b331239ef904341b07c'] = 'This product has been deleted.';
$_ERRORS['c9615dc36879116ef8c5f1ab08543191'] = 'This file no longer exists.';
$_ERRORS['b1046eaca37cbbd3b53d17c33299bfab'] = 'This product has been refunded.';
$_ERRORS['2d30f823fe8f59bbcbec1fec853e4549'] = 'The product deadline is in the past.';
$_ERRORS['b2b367f1201bb55f41e0688955f4f1a1'] = 'Expiration date has passed, you cannot download this product';
$_ERRORS['e16d739521610f6bcae4a092380e8370'] = 'You have reached the maximum number of allowed downloads.';
$_ERRORS['72ac7ea6f82331cfc457b95489678119'] = 'Please provide your Order ID';
$_ERRORS['b86d53f8bf21639366f8ed1595e54891'] = 'Please provide your e-mail address';
$_ERRORS['2f7bd011b50ea512e911fedccc9243f5'] = 'Please provide a valid e-mail address';
$_ERRORS['7edeca37fa1d59ebdbfe10ded0bca2f5'] = 'There is no account associated with this e-mail address';
$_ERRORS['2366efc5c5a14abdb1b6da3322b39460'] = 'Your guest account has already been transformed into a customer account.';
$_ERRORS['c0fd3fa468d006d2865c096fa95d34ef'] = 'Please login to your customer account to view this order, this section is reserved for guest accounts';
$_ERRORS['6df7b457f3065876e5146908a7836fbc'] = 'Invalid Order ID';
$_ERRORS['cd41badf2abd4a993073f9b5611de271'] = 'Invalid order ID';
$_ERRORS['a902b4022653cd6f6d874bf596c811b8'] = 'Invalid customer';
$_ERRORS['34843eb626c7fbe22db113fca38197b7'] = 'An error occurred while transforming guest to customer.';
$_ERRORS['0f41d0742e01e4f68e506d9526916ca9'] = 'Your password is incorrect.';
$_ERRORS['55124c4465a9478df5fd59ff3017433a'] = 'Password and confirmation do not match';
$_ERRORS['beab08f29e61dd1802f7fcd23b41931d'] = 'Cannot update information';
$_ERRORS['b75318064af89cff0f4d413341cc3833'] = 'Manufacturer does not exist.';
$_ERRORS['5aee207224baebde35a0b0009b8e74a9'] = 'An item in your cart is no longer available in this quantity, you cannot proceed with your order.';
$_ERRORS['f872281f035e53f732b58c058a797f30'] = 'A minimum purchase total of %d is required in order to validate your order.';
$_ERRORS['78c46e5c6e68799668e5b0af361e8e5d'] = 'There are no carriers that deliver to some addresses you selected.';
$_ERRORS['34bff86ac3ed2450ae5b4c562f353115'] = 'There are no carriers that deliver to one of the address you selected.';
$_ERRORS['d049e05d0babc4c1643c4b36397be24d'] = 'There are no carriers that deliver to the address you selected.';
$_ERRORS['700c53d8cec1b1e9cf6c247944126166'] = 'An error occurred while updating your cart.';
$_ERRORS['6f268ac84ce6195ecf4e3dfe437e2aee'] = 'Fatal error: No customer';
$_ERRORS['0b85d79bd7e582c805ec82e3b7f6293e'] = 'Order is no longer valid';
$_ERRORS['7ca482310b2e993b9ab1a74d1d4e1582'] = 'Message is invalid (HTML is not allowed)';
$_ERRORS['24909e87dc242b9dd539e10609b8b050'] = 'Order not found';
$_ERRORS['86eb7a8a11e8d60cc214c71970f11c11'] = 'Order ID required';
$_ERRORS['2e137a3c6a2d7fe7ddefedcf88b00b2e'] = 'Cannot find this order';
$_ERRORS['ef78c808ff4918fc8c80ffdd6f7d8e11'] = 'Error occurred while updating cart.';
$_ERRORS['29e1ca45338b1e4861bb4a9bdc5d4387'] = 'This address is not yours.';
$_ERRORS['baafbb73bdf562b2dcbd2c4b807f758e'] = 'This address is not in a valid area.';
$_ERRORS['08b2765dc6c449c903f8b30ac7e55f91'] = 'This address is invalid.';
$_ERRORS['d14e88e2344c5dba06dad332a7f74726'] = 'You must choose a carrier before';
$_ERRORS['2ca2b0c7282789bd974447e289590b35'] = 'You must accept the Terms of Service before';
$_ERRORS['f2ee6211fd44afca2f01ee2d1031d0e5'] = 'Please sign in to see payment methods';
$_ERRORS['40ad41880c33070bc70304a7a30375f8'] = 'Error: this order has already been validated';
$_ERRORS['b58984a6d945e72c33586460ca8f3c61'] = 'Error: no customer';
$_ERRORS['ff5a229e566831ea38a2ba5fb739df9f'] = 'Error: please choose an address';
$_ERRORS['d1c300a4980ca376d6e94f5acdd08c23'] = 'Error: There are no carriers available that deliver to some of your addresses';
$_ERRORS['9562e87aa70988950a8356458082fc1b'] = 'Error: There are no carriers available that deliver to this address';
$_ERRORS['1c188f7466ede1cee857741eb5aa3ac5'] = 'Error: please choose a carrier';
$_ERRORS['49acb6ac8b13f5300316a74f21a87a12'] = 'Error: no currency has been selected';
$_ERRORS['83bb26ccfcb5788d8976168edcc8790f'] = 'Please accept the Terms of Service';
$_ERRORS['099788460b01d1cfe9997d4c577f7f56'] = 'An item in your cart is no longer available, you cannot proceed with your order.';
$_ERRORS['46b9e3665f187c739c55983f757ccda0'] = 'I confirm my order';
$_ERRORS['e3ac5a39682f9b3a09f6063f714ffc48'] = 'No payment method is available';
$_ERRORS['e6dd0a104290b74d3a75ea4debf7209c'] = 'Cannot find this order return';
$_ERRORS['5af5f631f774a71445e3028253874394'] = 'This store has not accepted your new order.';
$_ERRORS['c45319ee556dc43ba15523c539c7e9d4'] = 'Sorry, we cannot renew your order.';
$_ERRORS['0994872d0fe72d045c0bcaaea1971e7b'] = 'Some items are not available, we are unable to renew your order';
$_ERRORS['e15b9d349af7453e81350c8ffd2a7615'] = 'You must enter a voucher code';
$_ERRORS['5e2ce6b15c089ce426f4da07f7c75601'] = 'Voucher code invalid';
$_ERRORS['f3d4d99cf273e2adbec0b81fdedf5c68'] = 'This voucher does not exists';
$_ERRORS['71754079aaeefc5c6e745ddd59f8a35f'] = 'Free order';
$_ERRORS['99099c3c11a7638335f047fd4199c9fa'] = 'Invalid gift message';
$_ERRORS['f33bca063db69a70ff1910e99db0a9fe'] = 'No zone matches your address';
$_ERRORS['3c9a4f1e91ee7bb51c29bdc9362077fe'] = 'There is no account registered to this e-mail address.';
$_ERRORS['922dc0515643fb69585b67281692644a'] = 'You can regenerate your password only every %d minute(s)';
$_ERRORS['a4469e51691856c0d06b6cca6842666d'] = 'Error occurred while sending the e-mail.';
$_ERRORS['c791e58067fc99ef9fdb95bace661815'] = 'An error occurred with your account and your new password cannot be sent to your e-mail. Please report your problem using the contact form.';
$_ERRORS['de5213079199a0da311533b8654b6723'] = 'We cannot regenerate your password with the data you submitted';
$_ERRORS['6b9cc232bf4044274ec42062b60736fb'] = 'Invoices are disabled in this shop.';
$_ERRORS['f5d5ae2070effc7b3eee52adc882bb6b'] = 'Invoice not found';
$_ERRORS['6a8f39c3861bfa5111a88d9c76df6993'] = 'No invoice available';
$_ERRORS['891f03e0e989696eb5e499ce5bbfe277'] = 'Order return not found';
$_ERRORS['a9b3e2b8011bb175d3b1bcd318584080'] = 'Order return not confirmed';
$_ERRORS['a5df8bfce318a15ea55f18082b9b56c0'] = 'You do not have access to this product.';
$_ERRORS['d5b9eddfad35e1cd6c97eff40c8301e6'] = 'An error occurred while deleting the selected picture';
$_ERRORS['07b8c09e490f7afbdcfa9cd5bfcfd4a9'] = 'An error occurred during the image upload.';
$_ERRORS['afca7b7f7b406e557ac1cc09b25dd56b'] = 'PHP \"Dom\" extension is not loaded.';
$_ERRORS['ea68586346b9b9f8ca43827cb3341ffd'] = 'Supplier does not exist.';
$_ERRORS['2406c65c7d678cfca3aad1233c50283a'] = 'You do not have permission to edit here.';
$_ERRORS['f8279a73d35437427d4c77e28828c5fc'] = 'This e-mail address is not registered.';
$_ERRORS['199ce43a3993a1f7d261c09127b9f2fa'] = 'Unknown customer';
$_ERRORS['27ac5352d430b82c99157e2dc13a96e3'] = 'You have selected a state for a country that does not contain states.';
$_ERRORS['86de674d7405670db52e79ec1665b0b1'] = 'An address located in a country containing states must have a state selected.';
$_ERRORS['0a2808a7f106b67ab21f6198b7ef5537'] = 'Your Postal Code/Zip Code is incorrect.';
$_ERRORS['e8f638d8907833cbcead6ba01dd2a954'] = 'Must be typed as follows:';
$_ERRORS['fe890c9c2397efb789a20fce3ee5bc3a'] = 'Postal Code/Zip Code required.';
$_ERRORS['03c123f62aad70a9533f5049cf3af959'] = 'An error occurred while linking this address to its order.';
$_ERRORS['b5933aa26b566f65c98b8c06ec835cff'] = 'The limit chosen is larger than the server\'s maximum upload limit. Please increase the limits of your server.';
$_ERRORS['a7eca295291f53a23ab7ba0a9c7fd9de'] = 'This functionality has been disabled.';
$_ERRORS['68f608519f1015caf55d76b1d571a58b'] = 'You do not have permission to add here.';
$_ERRORS['3ad0eb10b0de3e0a4720c88034944d78'] = 'Please choose at least 1 attribute.';
$_ERRORS['ee659eedee80f24fcff876dd3a39beed'] = 'Unable to initialize parameters, combination is missing or object cannot be loaded.';
$_ERRORS['cc7e699f0084632117f35dc294d29f16'] = 'An error occurred while updating status for object.';
$_ERRORS['77ae44aa6c998166fcf1a87496278ad5'] = '(cannot load object)';
$_ERRORS['45ebc64529137a007889ee445d64611c'] = 'Failed to update the position.';
$_ERRORS['1e9066772f1d8ce67df8057fee47e228'] = 'Failed to delete attribute.';
$_ERRORS['dea9b328f904f025e4031bf8dfb7b392'] = 'An error occurred while deleting selection.';
$_ERRORS['ddd4e7f16c2032d59cb4fb4b86576bc5'] = 'You must select at least one element to delete.';
$_ERRORS['03596501a6ce61f5a66dc0146fbab03e'] = 'You do not have permission to delete here.';
$_ERRORS['b624fe284c163c46bc68eadf90e27248'] = 'The object could not be loaded.';
$_ERRORS['affbaec423c130ff4f0c910a41d518fb'] = 'Unable to open backup directory.';
$_ERRORS['9ddf236daae81f831ccf3c0bfe9751e5'] = 'An error occurred while updating object.';
$_ERRORS['2c092e2d230d9d1d6b2d68c5ef83b13c'] = 'An error occurred while creating object.';
$_ERRORS['bc9fcab1dcc7fe1538b180d314f20514'] = 'You cannot disable the default carrier, please change your default carrier first.';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'Object cannot be loaded';
$_ERRORS['eedef2c356c6598d1c1c35c30459ba3c'] = 'The voucher cannot end before it begins';
$_ERRORS['9eafdd415e82973f24b7af6580ff15de'] = 'Minimum amount cannot be lower than 0';
$_ERRORS['e9d5591bea19d55d29d79c3c2a8f2d8c'] = 'Reduction percent must be between 0% and 100%';
$_ERRORS['8c9b12ce6c7cf8bc520d01e89b358c60'] = 'Reduction amount cannot be lower than 0';
$_ERRORS['44fb451a35a1c382da79166dc8c78e43'] = 'No product found';
$_ERRORS['c1a4c1b929c4f5c81f80ece2d7b196aa'] = 'Invalid product';
$_ERRORS['e5b55dc69d10c8673f9d5db587591526'] = 'Invalid combination';
$_ERRORS['4a2f5c8a04cc978f1803fe9b68833463'] = 'Please fill in all required fields';
$_ERRORS['246ea31512fd761d8a1ddfa88e574fb4'] = 'An order has already been placed with this cart';
$_ERRORS['01816dd287bcb3b88ad3f63970ce045f'] = 'Invalid quantity';
$_ERRORS['5f884670fd109b671470eb2329280ca9'] = 'There is not enough product in stock';
$_ERRORS['f3d730f13c88df7341776cc883888268'] = 'Product can\'t be added to the cart';
$_ERRORS['232c743d230be418c2b444f3c750300e'] = 'You must add a minimum of %d quantity';
$_ERRORS['996a45aa702d041706f6388d54c53b12'] = 'Invalid order';
$_ERRORS['31fe542f8c37c61360c21d904e59bf41'] = 'The order cannot be renewed';
$_ERRORS['3deb828738895a2717cf306362abeca8'] = 'Invalid voucher';
$_ERRORS['47ae969a0bf53f947536844087b17dde'] = 'Can\'t add the voucher';
$_ERRORS['df57550d5051bd670c8de245c15a0ad7'] = 'You cannot remove this category because a shop uses this category as a root category.';
$_ERRORS['b1367942aa02ea8c9d4aa07cdf5e473c'] = 'You need at least one object.';
$_ERRORS['ec5f6f7f65190788d12ef16ab6135009'] = 'You cannot delete all of the items.';
$_ERRORS['bc33aa1314e7dcd3472db72472b909b2'] = 'An error occurred during deletion.';
$_ERRORS['f90676e0d2061813a868bc9d86c4d982'] = 'An error occurred while deleting object.';
$_ERRORS['2d4aab5065e4f7b78be97f9a6de62a1d'] = 'CMS Category cannot be moved here';
$_ERRORS['63a3342bcb133c141890746783007eaa'] = 'An error occurred while updating status.';
$_ERRORS['2fb7ff574430a5beee0454d2574f3623'] = 'This ISO code already exists, you cannot create two country with the same ISO code';
$_ERRORS['be676ad43f97a5f02f147a9e1db3410d'] = 'E-mail invalid.';
$_ERRORS['26e6e2aef679da0451f05fb535ac40d7'] = 'An error occurred with the file upload.';
$_ERRORS['401cb6602a1ff8fc8784e89a8cd9c1b2'] = 'An error occurred, your message was not sent. Please contact your system administrator.';
$_ERRORS['03552140a267acc27f494dc3ab368067'] = 'Unknown delete mode:';
$_ERRORS['4ee13cb828cde6949c31c24478a6069b'] = 'An account already exists for this e-mail address:';
$_ERRORS['1abb803362db30f39c0f96aa96f949e5'] = 'An error occurred while loading object.';
$_ERRORS['56ed19a8b705ff0da23d026ebce133b5'] = 'Default customer group must be selected in group box.';
$_ERRORS['8562db06e3931e51ac8c456b56088b02'] = 'This customer does not exist.';
$_ERRORS['4383b950a18d0fd893e237148f5f58ca'] = 'This customer already exists as a non-guest.';
$_ERRORS['a1a1f5b5c712427b8fdd26d099cae25f'] = 'An error occurred while updating the customer.';
$_ERRORS['38d4a42d5fb4727be737e096aebd87e5'] = 'Invalid \'from\' date';
$_ERRORS['6f03c3be2e1596fff656d9d045f87824'] = 'Invalid \'to\' date';
$_ERRORS['c569149bbb8ca2ea337fa0a4c6c98409'] = 'No delivery slip found for this period';
$_ERRORS['2c3002a6348df5e197c7b187f328709d'] = 'You must define an SMTP server and an SMTP port. If you do not know, use the PHP mail() function instead.';
$_ERRORS['b7d99b30df0aade1e4d459fab8c7078f'] = 'No profile';
$_ERRORS['38a0d8212c5e89f483426776fcb7d5ed'] = 'You cannot edit SuperAdmin profile.';
$_ERRORS['eaa0d1591e6369a298dcd6cb1a8eba8a'] = 'Invalid e-mail';
$_ERRORS['f5d44b60e38b28d19549bb7a107654ca'] = 'You cannot disable or delete your own account.';
$_ERRORS['052800f7397d4c12924faa83534c62f0'] = 'You cannot disable or delete the last administrator account.';
$_ERRORS['8fd6c902e0a6186ebc62b4c3c65dc528'] = 'You cannot delete this account because it manages warehouses. Check your warehouses first.';
$_ERRORS['c7cd7ecd5b19e01f74cad32af30c9ac4'] = 'You should have at least one employee in the administrator group.';
$_ERRORS['6353739398bba6cbaa87b8c18fe42141'] = 'Invalid theme.';
$_ERRORS['fd3d2771d53d8e29bb0d79d00cf3696d'] = 'The employee must be associated with at least one shop';
$_ERRORS['cbadeb15d4f321e2fd06a41e46d34fd3'] = 'Cannot write this file: \"%s\"';
$_ERRORS['ec531fd2b656df91f11e8f94b2bd2f9b'] = 'An error occurred while creating archive.';
$_ERRORS['082affe316f8b191109538194f9af07d'] = 'Please choose a language and a theme.';
$_ERRORS['f787618e514c038851726224d7e4421e'] = 'No file selected';
$_ERRORS['44205a67121fcca5ffa925d1ed77b65e'] = 'Archive cannot be extracted.';
$_ERRORS['53761f0e9ac6001a2f7a0557db46e3ac'] = 'Cannot delete archive';
$_ERRORS['edeb9e20655b946e4bee4ac44a6c0a7f'] = 'Server does not have permissions for writing.';
$_ERRORS['6cf73576720519e739771a4fa489410b'] = 'Language not found';
$_ERRORS['b578824c29b15327203b675dc8d8f5f1'] = 'Invalid parameter';
$_ERRORS['57bee6c1f07a678fd0c60670d47510d2'] = 'Cannot write to the theme\'s language file (%s). Please check write permissions.';
$_ERRORS['8b2e38b1190fe7c4546f89769ecd6657'] = 'Invalid iso code \"%s\"';
$_ERRORS['5154da9633f2cb69c72cdb07b28a102d'] = 'Invalid module name \"%s\"';
$_ERRORS['e2865d85227e45bdc6fb87bf5df2b1f3'] = 'Invalid mail name \"%s\"';
$_ERRORS['7fc1690a703775b672a9e4a202fcd49a'] = 'HTML e-mail templates cannot contain JavaScript code.';
$_ERRORS['e0a602c130d12d57cd4ca2a8b9240917'] = 'This file must be writable:';
$_ERRORS['d1d34a7a87b13057cd33cb88866b895c'] = 'Fatal error: Module directory does not exist';
$_ERRORS['8227e4867a9388488b04ea32665bcc18'] = 'The module directory must be writable';
$_ERRORS['92cfc43b8b3cf7a964f2ef24fd22f8df'] = 'There are no modules in your copy of PrestaShop. Use the Modules tab to activate them or go to our Website to download additional Modules.';
$_ERRORS['f9895fdc061ef5afa46285b37ac53911'] = 'mail directory exists for %1$s but not for english in %2$s';
$_ERRORS['c9a3d4854ab346abbbfdafc0217650e6'] = 'Cannot write language file for e-mail subjects, path is: %s';
$_ERRORS['5b30a3e70b7e376b95991f191cf04b95'] = 'Please create a \"%1$s.php\" file in \"%2$s\"';
$_ERRORS['61ca54d9195f5aa91fd0d41968f7e668'] = 'Cannot write into the \"%s\"';
$_ERRORS['d95673a90af51b8d6818c5e5f3fc3b88'] = 'Width and height must be numeric values';
$_ERRORS['592a291120e1c687a70e6d1a53259a28'] = 'Geolocation database is unavailable.';
$_ERRORS['b4816317cad36c53e8b4120c7f2b561a'] = 'Country selection is invalid';
$_ERRORS['0861a67f819158c5690a1844d95390b4'] = 'Invalid whitelist';
$_ERRORS['00fbde21769ef563a5e3502bcd18c4f2'] = 'Discount value is incorrect (must be a percentage)';
$_ERRORS['db80d36a89df4c527c779b722bb039f8'] = 'Wrong category ID';
$_ERRORS['c19e5b05ad139685b654599fca05394a'] = 'Discount value is incorrect';
$_ERRORS['9c75ae847d61a08e116e964121effab2'] = 'Cannot save group reductions';
$_ERRORS['255831fa66df4d71a182bc5f1b803828'] = 'An error occurred while updating group.';
$_ERRORS['c99348e30ef9822b53fce9b9f0c198c9'] = 'Incorrect value for JPEG image quality.';
$_ERRORS['75e3bbc53d0a62d319235ffebf9e219c'] = 'Incorrect value for PNG image quality.';
$_ERRORS['109715467b74bd66639faa5673f707c1'] = 'Unknown error.';
$_ERRORS['e8be55bf3a30501aef09d2e74de97976'] = 'This name already exists.';
$_ERRORS['0cf16b919d51ab8e4865e908ac687f1e'] = 'Cannot write %s images. Please check the folder\'s writing permissions.';
$_ERRORS['27ab5a6a3e4b4cb32f0484a1f93d5f64'] = 'Only part of the images have been regenerated, server timed out before finishing.';
$_ERRORS['b08b2fee4a9343ddb8432bb4b00eee88'] = 'Server timed out, the watermark may not have been applied to all images.';
$_ERRORS['2cedf5013f83dc859147fb5a6ad41329'] = 'Cannot write \"No picture\" image to (%s) images folder. Please check the folder\'s writing permissions.';
$_ERRORS['491c8c1d25f97843f6edfdc81d021f4d'] = 'Error: your server configuration is not compatible with the new image system. No images were moved';
$_ERRORS['168b128e61519dd0d2c3df2eaadd90fa'] = 'Not all images have been moved, server timed out before finishing. Click on \"Move images\" again to resume moving images';
$_ERRORS['8f3d9ee281e1abb9111486bcbda6804e'] = 'Error: some or all images could not be moved.';
$_ERRORS['e86e79c2acfc879c83fd57edd0f126fb'] = 'The ID category cannot be the same as the ID Root category, nor the ID Home category';
$_ERRORS['43bf950e043950e2da10f917b902c131'] = '%1$s (ID: %2$s) cannot be saved';
$_ERRORS['86b00089e0a8e76925f3d4b28ef43317'] = 'URL rewriting failed to auto-generate a friendly URL for: %s';
$_ERRORS['d6de34089e7c9c2b568587543805a80b'] = 'Rewrite link for %1$s (ID: %2$s) was re-written as %3$s.';
$_ERRORS['4058a6fada789d289a0ef30cd868c412'] = 'Root category cannot be modified';
$_ERRORS['cf325676512d19d8150c0244327926df'] = 'Cannot be copied';
$_ERRORS['a328aae6eaecda76cb31c7347cb926f6'] = 'Invalid tax rule group ID, you first need a group with this ID.';
$_ERRORS['b9ee8da3131c120480c3e3b36a3562bb'] = 'Error copying image:';
$_ERRORS['e9eab518286445911f42b03dadffdfd3'] = 'Product n°%1$d: the picture cannot be saved: %2$s';
$_ERRORS['3818f5098eb424045680b8037035a97c'] = '%s cannot be saved';
$_ERRORS['774eec2772b5f57b2e13d11e1b093a4f'] = 'No image found for combination with id_product = %s and image position = %s.';
$_ERRORS['398735be13d1f09dd4ad78e2dfd63419'] = '%1$s does not exist in database %2$s (ID: %3$s) cannot be saved';
$_ERRORS['ff86c1ffba9a1e575183a01d21a3745a'] = '\"%s\": Is not a valid e-mail address';
$_ERRORS['243c959202a4f6ce7f1ccba6bc19ff08'] = 'Cannot read the .CSV file';
$_ERRORS['5c44170d4d6c8c52a319983d45fc9917'] = '(click to open \"Generators\" tab)';
$_ERRORS['4f12b222c9659d62afa795987259933f'] = 'The uploaded file was only partially uploaded.';
$_ERRORS['298883b17e36ee3a18d73e835c0b44fc'] = 'No file was uploaded';
$_ERRORS['59382adebc7f0d65c42fe773d443e4c7'] = 'This ISO code is already linked to another language.';
$_ERRORS['5c61f1e9d7d492c795142ceb39900050'] = 'Flag and \"No picture\" image fields are required.';
$_ERRORS['2f236f9450ce8714611e468181064659'] = 'You cannot change the status of the default language.';
$_ERRORS['f91076c86d5b061f8de6510676a80842'] = 'An error occurred while copying no-picture image to your product folder.';
$_ERRORS['0773497a933e6c2b618678b02cbdf7a1'] = 'An error occurred while copying \"No picture\" image to your category folder.';
$_ERRORS['46c399d624efbd9296a7b762eef672ff'] = 'An error occurred while copying \"No picture\" image to your manufacturer folder';
$_ERRORS['1b3a472a4556d51d2169e947280e0400'] = 'An error occurred while resizing \"No picture\" image to your product directory.';
$_ERRORS['2b9a5da945495f5101d57abbf2a7083c'] = 'An error occurred while resizing \"No picture\" image to your category directory.';
$_ERRORS['1255e00b0983278f309882ae6bc6c12d'] = 'An error occurred while resizing \"No picture\" image to your manufacturer directory.';
$_ERRORS['7f2673e88a2cf04ce4e559cdf1b30277'] = 'An error occurred during image deletion.';
$_ERRORS['b06ce341f078da6f2e891c64a9fa72d1'] = 'Cannot load localization pack (from prestashop.com and from your local folder \"localization\")';
$_ERRORS['ecb8838ce98cd126849fc083f0070bcd'] = 'Please select at least one item to import.';
$_ERRORS['0bd212ed072143f56147f2f119892d03'] = 'Invalid selection';
$_ERRORS['c6a8757e591d6090eb75d11e8d316f57'] = 'SSL is activated. However, your IP is allowed to use unsecure mode (Maintenance or local IP).';
$_ERRORS['3af4334b6b2afb79aeb803577ccc0473'] = 'SSL is activated. Please connect using the following url to log in in secure mode (https).';
$_ERRORS['f0dc0fa07b13965fe5a95fa37166c4e7'] = 'E-mail is empty';
$_ERRORS['986641245e5ef77f951298aa30a5616f'] = 'Password is blank';
$_ERRORS['176780e430fd1917c37223ceabf05bf8'] = 'Employee does not exist or password is incorrect.';
$_ERRORS['4649093d4d10aa95a212636f146c47fd'] = 'This account does not exist';
$_ERRORS['126cda4380a615cc5b6a1ec82a0279a9'] = 'An error occurred during your password change.';
$_ERRORS['f54c5784376d42e26f7b6d69ca863a48'] = 'Unable to resize one or more pictures';
$_ERRORS['13975b1e39be74bce65bba1c562c6d01'] = 'URL rewrite field must be filled at least in default or English language.';
$_ERRORS['1da7939bc143bf9e27d21fa29b13c6f6'] = 'Cannot write into file: %s. Please check write permissions.';
$_ERRORS['1a80f28eca93f30e2e333b6432890c10'] = 'Error while extracting module (file may be corrupted).';
$_ERRORS['a467de484bad00fe4980b05ac6a8af5d'] = 'You do not have the permission to use this module';
$_ERRORS['e325f16a2ee86d0c775898dec73af2d1'] = 'Cannot install module';
$_ERRORS['c967665b995d9615d9724307c6dbd1b6'] = 'Cannot uninstall module';
$_ERRORS['17e7c6636cffbefd820d9556e18c370a'] = 'Cannot load module object';
$_ERRORS['a478ec266116342449ae1705c79d5cc2'] = 'Unknown archive type';
$_ERRORS['46322d321a112dd4b0e506bbe2a6ae63'] = 'An error occurred while copying archive to module directory.';
$_ERRORS['500d47433346bdb935f38af928fa2661'] = 'You do not have permission to install a module.';
$_ERRORS['d7569980257d11fbd66deb501f5efab8'] = 'You do not have permission to delete this module.';
$_ERRORS['5a69d1cb0ef4096b272b3b441555d737'] = 'You do not have permission to configure this module.';
$_ERRORS['bf1af96a1c2127082822a24bca0dfa4f'] = 'This module is already installed:';
$_ERRORS['d38b0c0b1e5c3d6a89219e4617f85034'] = 'This module is already uninstalled:';
$_ERRORS['a7642593a28353de8256fc0e4bc3bc40'] = 'This module need to be installed to be updated:';
$_ERRORS['171d82022d249a19ba2c4c124d17bb7e'] = 'The following module(s) were not installed properly: %s';
$_ERRORS['a693c37913e1fac5af61b8247c03b6ca'] = 'The following module(s) were not upgraded successfully: %s';
$_ERRORS['c07d1d742561121e6abd49450947c187'] = 'module cannot be loaded';
$_ERRORS['0c01b89a049f95e9eb10cfeb2a2901f0'] = 'Hook cannot be loaded.';
$_ERRORS['ecf461f9223d4c59d8c574a1068200a0'] = 'This module is already transplanted to this hook';
$_ERRORS['9ce4606635f2118f9d10d1f323f73fe2'] = 'This module cannot be transplanted to this hook.';
$_ERRORS['fe40ffc8cf596487324e6b486e6b64c4'] = 'An error occurred while transplanting module to hook.';
$_ERRORS['25723bba0086a38394001a8ca41e9126'] = 'No valid value for field exceptions';
$_ERRORS['42c7641733e2026a7baf5d94327fd340'] = 'An error occurred while deleting module from hook.';
$_ERRORS['087193a0e83ba92c73396e2e6082ee89'] = 'Select a module to unhook.';
$_ERRORS['dc4b45d6ded64ffc6cfcec146a2b0bf5'] = 'Controller not found';
$_ERRORS['db7a282fcab155c89c9324ff799d8140'] = 'Assign a valid CMS page if you want it to be read.';
$_ERRORS['a7b770c4221d81830ac09059e16083a8'] = 'Order carrier ID is invalid';
$_ERRORS['3a636d6a7d184e869fa5b2c05849214b'] = 'Tracking number is incorrect';
$_ERRORS['dd37ba5dbdc5c68498e8dfa8a7bcdd98'] = 'An error occurred while sending e-mail to the customer.';
$_ERRORS['75bc8684cb9fc4f73f254270141f0c9b'] = 'Order carrier can\'t be updated';
$_ERRORS['e1e95b3cea70730a922b35808ca3dce3'] = 'Invalid new order status';
$_ERRORS['ae831e16712dd5e3b49c1f10c1d4f3c0'] = 'An error occurred while changing the status or was unable to send e-mail to the customer.';
$_ERRORS['6fd4e04d113190d915a36b101ac92489'] = 'This order is already assigned this status';
$_ERRORS['ecd7aa91bf7a1cf55a0d3dbd8c0c6463'] = 'Customer is invalid';
$_ERRORS['204c3558e41366f3d558ce8e01426a22'] = 'field %s is required.';
$_ERRORS['637fb68fda1ee54b2fc75effa41a206d'] = 'field %1$s is too long (%2$d chars max).';
$_ERRORS['b258e174fe8a0a97dfadca62be8f7802'] = 'field %s is invalid.';
$_ERRORS['0791970c961c09eb8caaa61aba6a3ca4'] = 'An error occurred while saving message';
$_ERRORS['ec995e6aa93ad0264c5593d9d76edbe3'] = 'Cannot generate partial credit slip';
$_ERRORS['780e67070a71f981346201c4810dc9d4'] = 'You have to write an amount if you want to do a partial credit slip';
$_ERRORS['3c1a75e83b41b4ec627e22e74fdaa5c2'] = 'Partial refund data is incorrect';
$_ERRORS['798b789aa210cfdc1456cafb9ee30c02'] = 'You must select a product';
$_ERRORS['61b5f801ab23a9ecf6f652dc12747be5'] = 'You must enter a quantity';
$_ERRORS['7f3f9fec825792f2b728db9d55078e80'] = 'No quantity selected for product.';
$_ERRORS['ca98aaa49f4b476acc4c8b2c5aa0186c'] = 'Invalid quantity selected for product.';
$_ERRORS['485b638d795fe1d171e10ee16076dc62'] = 'Cannot re-stock product';
$_ERRORS['8eccd648c123a09bcf8520fea052861d'] = 'An error occurred during deletion of the product.';
$_ERRORS['200cb26c2479e770241b1c62ccfb8e08'] = 'An error occurred during deletion of product customization.';
$_ERRORS['dd4d1297d25682ad76576b1fcf4c61ee'] = 'Cannot generate credit slip';
$_ERRORS['ff58a216e0c3ac9c33b0aa035a161dd8'] = 'Cannot generate voucher';
$_ERRORS['8912e1863fe81af9cabd76f5de9e7495'] = 'No product or quantity selected.';
$_ERRORS['6742da8d84d0457136d76e86a009b46a'] = 'Order can\'t be found';
$_ERRORS['51da8c936939320ae8cdab49dafd7c82'] = 'Amount is invalid';
$_ERRORS['eac0f35d613072cdf3e7ff0664f7cd44'] = 'Payment method is invalid';
$_ERRORS['5b19b5178c34a3c0af13b0edc231efb8'] = 'Transaction ID is invalid';
$_ERRORS['899914f22b046ed9a1021b2a83aa260a'] = 'Currency is invalid';
$_ERRORS['bf57e7854dd04a357194e6752c094bd6'] = 'Invoice is invalid';
$_ERRORS['93bec915b8879ccc0352b786ffa5bd70'] = 'Date is invalid';
$_ERRORS['094b9daf020bb637f3da82c350eb35b5'] = 'An error occurred on adding order payment';
$_ERRORS['cb17b4eeba6f9e864a87b06af9cae29e'] = 'Unable to save invoice note.';
$_ERRORS['f8a19b1a94a0625cf7640c18e45ff349'] = 'Unable to load invoice for edit note.';
$_ERRORS['bf15c16588ad281d34bc455f51e0cd97'] = 'You cannot change the currency';
$_ERRORS['48e045282a1874f04b107ac96258c9f9'] = 'Invoice management has been disabled';
$_ERRORS['a0970082de319f78ef90525873cb15d8'] = 'This order already has an invoice';
$_ERRORS['8b3c120c39045657867e6cc9bda55999'] = 'Cannot edit this Order Cart Rule';
$_ERRORS['a551c1b1a24beff63aa3cc70ea172351'] = 'You must specify a name in order to create a new discount';
$_ERRORS['221cbaf37b5e5d712e9d100c75e7477a'] = 'Discount value is invalid';
$_ERRORS['38194bd6eedfcfc1cb2943b6124f234c'] = 'Discount value is greater than the order invoice total';
$_ERRORS['79d834d46e5fcab3dd512961bb70f67c'] = 'Discount value is greater than the order invoice total (Invoice:';
$_ERRORS['b903210290c3ee265ddf20dfe4e1f4d2'] = 'Discount value is greater than the order total';
$_ERRORS['bede40c4ff02d7aa6d924fabcfc53c21'] = 'Discount type is invalid';
$_ERRORS['3eea382478bd68cccaf2900bfb6942ae'] = 'An error occurred on OrderCartRule creation';
$_ERRORS['36c42ca4a8dd46040a907f947dd85232'] = 'Can\'t load Order object';
$_ERRORS['1f40f5a173d741074a8a0346d9c20c75'] = 'Can\'t add a product on delivered order';
$_ERRORS['36e3caab1f6297b4326633d7cb0f944e'] = 'Can\'t load Product object';
$_ERRORS['a8e7dc5e339c55896c458f14008c3a91'] = 'Can\'t load Combination object';
$_ERRORS['12218553186d9a9b6709bbe787898e46'] = 'Can\'t load OrderDetail object';
$_ERRORS['f879ff42950666608fe845a86ad26331'] = 'Can\'t load Address object';
$_ERRORS['95cc61064b636eb1782b85bde2263433'] = 'Error occurred while editing this product line';
$_ERRORS['afefca89d2b5614cc55f572c631fd5ba'] = 'Error occurred on deletion of this product line';
$_ERRORS['8ce179ee8333835fbaf557b3fd065183'] = 'Can\'t load Order Detail object';
$_ERRORS['53f7f71181055ce45280de2ec28f52c6'] = 'Can\'t load Invoice object';
$_ERRORS['0e67745bd0c558fb56cf0ccb86ebc325'] = 'Can\'t edit this Order Detail for this order';
$_ERRORS['d270bcd0e2c2f7af9d31622993706046'] = 'Can\'t edit a delivered order';
$_ERRORS['ed438656553986696cdd7b671c3ca4d0'] = 'Can\'t use this invoice for this order';
$_ERRORS['2591b6d46f45d8f60e24c6c9c96a2a11'] = 'Invalid price';
$_ERRORS['54f64a4831edb6e1d8e2f0e5ee74cc65'] = 'Can\'t delete this Order Detail for this order';
$_ERRORS['6f3051c34727f7a4087165563fe08c3e'] = 'Missing order ID or invoice order ID';
$_ERRORS['82f5cfff9540e141216195b59dddd594'] = 'Cannot find order in database';
$_ERRORS['e21c3c406358073b38d481fd3d88221c'] = 'No invoices found';
$_ERRORS['d107b93e0404a9ec3a24c3b797b63fff'] = 'No order slips found';
$_ERRORS['36527e8d64ec4ced95607f6ef9b2a1b9'] = 'Cannot find order invoice in database';
$_ERRORS['366da0581c44d3c179e44f532b693eab'] = 'Memcached IP is missing';
$_ERRORS['5f3a91561e3c6b3be2b251467d9596d1'] = 'Memcached port is missing';
$_ERRORS['c21db1e62daf45d19a389bd3d0d8daa9'] = 'Memcached weight is missing';
$_ERRORS['a855995ec17e0c80d5985a885f3d4d84'] = 'Cannot add Memcached server';
$_ERRORS['532359f98c7e5174eb0e436045cdea56'] = 'Error in deleting Memcached server';
$_ERRORS['ea030df6cb392bef66cde22c94578ae4'] = 'Media server #1 is invalid';
$_ERRORS['32d841e578ff7560bbaeda96f5328e9e'] = 'Media server #2 is invalid';
$_ERRORS['63ae8982fa76c668cbfc774ccf083d26'] = 'Media server #3 is invalid';
$_ERRORS['f37bb979ac3abdeb7d1eae339fcb0361'] = 'PHP \"Mcrypt\" extension is not activated on this server.';
$_ERRORS['2af5ce4c568e80f9dc6bbdb0de5e8ec0'] = 'Cannot overwrite settings file.';
$_ERRORS['f55449d53d91aff67bad843f9ab47aee'] = 'Caching system is missing';
$_ERRORS['32a2e7694628335252aceb0552a6f6ba'] = 'To use Memcached, you must install the Memcache PECL extension on your server.';
$_ERRORS['edf1f94126dbe21f81874c2f63a64d62'] = 'To use APC cache, you must install the APC PECL extension on your server.';
$_ERRORS['aadb27e7677e4c4c85e4aa747ef7626e'] = 'To use Xcache, you must install the Xcache extension on your server.';
$_ERRORS['16d64dfb5d8ff45464e2338436fabc16'] = 'To use CacheFS the directory %s must be writable.';
$_ERRORS['8e4b5b9003a1e89146ecd623f76f4179'] = 'Please set a directory depth';
$_ERRORS['bfd99559857dfcfc40cb0d0e6c8aee1b'] = 'Invalid Name';
$_ERRORS['9d8f8b3b0bb337d4e658ed339c3f77ee'] = 'Name is too long (%d chars max).';
$_ERRORS['5bd7619139757b6ec556cd32048e02eb'] = 'Invalid description';
$_ERRORS['f3c72e7562dd34e56991a7fb53061d3a'] = 'Attachment name required';
$_ERRORS['0ba3468276e0637278bc5f5567bb36bc'] = 'File is missing';
$_ERRORS['611d3495c1e0dad701d535ccafd84330'] = 'Invalid file extension';
$_ERRORS['be694d5db9d32c43014995441a5939c4'] = 'Invalid file name';
$_ERRORS['4eeb89c9c7ae218f3d9cb4faaf8f1e38'] = 'File name too long';
$_ERRORS['16058b10dd523c2bb5af943d84ed7a9a'] = 'Unable to add this attachment in the database';
$_ERRORS['bbced877c13c763f0141ff906c8ed0e5'] = 'Invalid file';
$_ERRORS['144feffe18ad05e8da840b6f4d8a1fe6'] = 'There was an error while saving product attachments.';
$_ERRORS['92e7a89759bc4c89fd49c01ccc40ac0a'] = 'An error occurred while copying images.';
$_ERRORS['51b604ba992e67aec623d29683c27e70'] = 'Cannot change the product cover image';
$_ERRORS['7ff2740917dc8d28db1d97b08257fc8e'] = 'Could not find image.';
$_ERRORS['9072e6a7f1693ef1fb211f2f6dc56d02'] = 'Attribute price required.';
$_ERRORS['251db6b140bc5b3adcbe0c5efadb3c7d'] = 'You must add at least one attribute.';
$_ERRORS['71f4f008985ea6abc73e89a668e15197'] = 'This attribute already exists.';
$_ERRORS['e267d34972b3ab66b987fbad59fba513'] = 'Invalid date format.';
$_ERRORS['e22a6ea51eb74bee7acaa4acf2846c7b'] = 'This combination already exists.';
$_ERRORS['81349d7b857695302c8a17e4382c5032'] = 'You do not have permission to';
$_ERRORS['5c45af89733d6bfc7b11d818a21b656d'] = 'Edit here.';
$_ERRORS['96a2d573cabb2e5b3d6164140d28e8da'] = 'Product must be created before adding features.';
$_ERRORS['9f0a59f1609218c049435abd2351bd84'] = 'An error occurred while updating the specific price.';
$_ERRORS['86f1561c0fbc316654434af6f0c035e8'] = 'Invalid specific price ID';
$_ERRORS['54bff0a0282d2be7fe5ee14aa4628291'] = 'An error occurred while deleting the specific price';
$_ERRORS['11a257a80f8c8d76132470b171de6795'] = 'You do not have permission to delete this.';
$_ERRORS['a05b582431bd7063de0623ef76b14c73'] = 'Please specify priorities';
$_ERRORS['23a15a97117c9d55d4ebda9373c8e45a'] = 'An error occurred while updating priorities.';
$_ERRORS['ce30da82a4a6b974c18780af4597c8ee'] = 'An error occurred while setting priorities.';
$_ERRORS['f100c143763d1b027a3e4cb77df9d1b7'] = 'An error occurred while creating customization fields.';
$_ERRORS['cb46295650e6e2a53d528e353546c2a5'] = 'An error occurred while updating customization.';
$_ERRORS['cfb0a6025f8279ec130db5d2883ead88'] = 'An error occurred while updating customization configuration.';
$_ERRORS['e389fb6a0b1d8aba957ef5bd33929e86'] = 'Label fields are invalid';
$_ERRORS['fe22b7cb2de47c8eafec2ad82fada9dd'] = 'Product must be created before adding customization possibilities.';
$_ERRORS['8dc03df823f55c2581dc111036d8f176'] = 'Error on picture shop association';
$_ERRORS['12367e1504dd72592be0743614c6dd7c'] = 'Error on moving picture';
$_ERRORS['e482c77a047f3ac75b89ef2d1e69eaea'] = 'Error on deleting product image';
$_ERRORS['c4e7595c4e8f49c80458997b912d749b'] = 'Wrong IDs';
$_ERRORS['74efb694173710062ae76c1e9949817e'] = 'Invalid price/discount amount';
$_ERRORS['62da53ef5d50a3b7f6ee98eb53817508'] = 'Please select a discount type (amount or percentage)';
$_ERRORS['2d926c42da8b8f9a808161df413cae5e'] = 'Wrong from/to date';
$_ERRORS['9c76f2f7dfd1a97c3303fda501ea7fd9'] = 'A specific price already exists for these parameters';
$_ERRORS['fba78cbc51e76234884ba4d6c232bc12'] = 'The name for feature %1$s is too long in %2$s.';
$_ERRORS['f71822f4baea3403f806fc2cd324ffb1'] = 'Valid name required for feature. %1$s in %2$s.';
$_ERRORS['bf94a83d80c2e2090d57dc51a01f6270'] = 'An error occurred while loading object image.';
$_ERRORS['10d1c684b919604f1e5e353b274160e5'] = 'An error occurred while updating image.';
$_ERRORS['50289ca189ede3317209fcb9ecce167c'] = 'An error occurred during new folder creation';
$_ERRORS['f8700fd851876c5adbffa7eddaaaf163'] = 'An error occurred during the image upload';
$_ERRORS['e96841b0cb2396574006c1e17a45abec'] = 'An error occurred while copying image.';
$_ERRORS['4df3709ec0ff3ceb57341890ccf57641'] = 'An error occurred while copying image:';
$_ERRORS['78fd3fe8e01d0707107ced7ade92d23d'] = 'An error occurred while linking object.';
$_ERRORS['546212fa1d2694600b976add6bf722f7'] = 'To categories';
$_ERRORS['0c58058923630a64ce3f415a07cbb00d'] = 'An error occurred while adding tags.';
$_ERRORS['755b1a1425434ccaece6d0c1306041be'] = 'Cannot load object';
$_ERRORS['2deae2efe4b65df80c188a31fed3cc17'] = 'The field %s is required.';
$_ERRORS['c662307430c97af94e120201c8d56c66'] = 'This field %1$s is required at least in %2$s';
$_ERRORS['1086ee44ab3d66a33d23308e942067e0'] = 'The field %1$s is too long (%2$d chars max).';
$_ERRORS['8475669ea7960c54c3a8a8eb0701a430'] = 'This field %1$s (%2$s) is too long: %3$d chars max (count now %4$d).';
$_ERRORS['3d2496e596f4cbc8045e689d94f77cbd'] = 'The field %s is invalid.';
$_ERRORS['35f428e10ac312a2d9a32325c8294df9'] = 'The field %1$s (%2$s) is invalid.';
$_ERRORS['42e21b8746228ee32e6b14f809b02e00'] = 'Tags list (%s) is invalid';
$_ERRORS['8385116ba4317a7e936b06ad9df41bd3'] = 'This field expiration date attribute is required.';
$_ERRORS['a34d208d4c1e25fa85739aa0b2f51553'] = 'An error occurred while deleting previous tags.';
$_ERRORS['493f8c31f1db1d87ed30ca58b5dd2df8'] = 'This file \"%s\" is missing';
$_ERRORS['b75af4f9852325bd359a42c6934628f7'] = 'An error occurred while adding products to the pack.';
$_ERRORS['84b743161b37970484b524af38ef588a'] = 'Invalid range';
$_ERRORS['a849f0a2ce9308492c70e3b4289e194e'] = 'Range already exists';
$_ERRORS['f3fb906c0bd487b3341bc200d23e8faf'] = 'Ranges are overlapping';
$_ERRORS['03e485196717bec5019b114bed08b1d0'] = 'The Table \"%s\" doesn\'t exist.';
$_ERRORS['25dc749df68b0b0c8a8875d861e4d280'] = 'The attribute \"%1$s\" does not exist in the table: %2$s.';
$_ERRORS['902b0d55fddef6f8d651fe1035b7d4bd'] = 'Error';
$_ERRORS['f4d1b953eb8ff1f32c0c23a27fddc2e5'] = 'The operator \"*\" can be used in a nested query.';
$_ERRORS['d905a6c7ce68ddeea5eda706e341c43b'] = 'The operator \"%s\" used is incorrect.';
$_ERRORS['19681d28ed1cc72479bc26b7e76ad240'] = 'The LIMIT clause must contain numeric arguments.';
$_ERRORS['f77df8faa08c086545f994db35bb6567'] = 'The reference \"%1$s\" does not exist in the table: %2$s.';
$_ERRORS['36296325727560bc0b1ae0e0801c82b7'] = 'When multiple tables are used, each attribute must refer to a table.';
$_ERRORS['b4b3f9faf62c063468f312900c67c863'] = '%s doesn\'t exist.';
$_ERRORS['967073fb783cf50a3c3addc66f4c6567'] = 'is an unauthorized keyword.';
$_ERRORS['0ac71c0ec0ed7abefc776619cf8c4842'] = 'An error occurred while deleting details of your order return.';
$_ERRORS['d4430672c8b3c123ae5f4c2f4b5b458d'] = 'You need at least one product.';
$_ERRORS['e7a58e52e848f513c3e9185d34d61a50'] = 'The order return is invalid.';
$_ERRORS['5431bd88788ce2df4278c84f402e3cb6'] = 'The order return content is invalid.';
$_ERRORS['083d9cdf06cdc52892e3bbf7ff5494b6'] = 'No order return ID.';
$_ERRORS['dcefb46cb90317f0d55e889b153b995e'] = 'You should select at least one category';
$_ERRORS['a170d84259d851b7ffd392fceb555ac2'] = 'You should make at least one zone';
$_ERRORS['6310db462253eb49efa3709d8591defc'] = 'Please fill in search form first.';
$_ERRORS['f59b67acbc1ca8ecad71a742f5e43b09'] = 'No order found with this ID:';
$_ERRORS['0e63e5844a0255aeb0cee434263552ae'] = 'No invoice found with this ID:';
$_ERRORS['4b198aa15f6cc8f56488d924b18fa888'] = 'No cart found with this ID:';
$_ERRORS['38b30b2d2f513b774d26340003a49893'] = 'It seems that this is not an IP address:';
$_ERRORS['1c5c687f849bde6efe2a53c9128c0b28'] = 'An error occurred while updating fees (cannot load carrier object).';
$_ERRORS['a97f01447ff3a5b2eb13193947a8b09e'] = 'You cannot disable the default shop.';
$_ERRORS['7b8d91a16afd45d19a7b0997a48b901e'] = 'You cannot disable the last shop.';
$_ERRORS['55d56a8de1af2dc393f6bf33e873f0b4'] = 'Unable to load this shop.';
$_ERRORS['7f0203058c1f7dfd6cb859e0e581eaa0'] = 'You can\'t delete this shop (customer and/or order dependency)';
$_ERRORS['f1534de7e6636fdfedf7aea238841b24'] = 'You cannot delete or disable the last shop group.';
$_ERRORS['9802d4c5788286fb906861d64b2c520c'] = 'You cannot delete or disable a shop group which has shops using it.';
$_ERRORS['07523464c7e282675a7f0181c321bdc7'] = 'You can\'t disable a Main URL';
$_ERRORS['591487ec823db841771914a94718ab42'] = 'A shop URL that use this domain and uri already exists';
$_ERRORS['372f0bc1e2a3917c43e115be6672a576'] = 'You can\'t change a Main URL to a non-Main URL, you have to set another URL as Main URL for selected shop';
$_ERRORS['9a4e6e30c758d2357dc6e01366c1c9dd'] = 'This ISO code already exists, you cannot create two states with the same ISO code in the same country';
$_ERRORS['28c993bca90a1f5a4510d3a21ca2b705'] = 'This state is currently in use';
$_ERRORS['00a787b177245e0a3b230263621fdcae'] = 'Specified date is invalid';
$_ERRORS['bca593d141e3a4e1ca0d0af5d35fc79d'] = 'An error has occurred: Can\'t save the current order return state';
$_ERRORS['1eb83269f86ddcbea29ef8d2d2565c03'] = 'An error has occurred: Can\'t delete the current order return state';
$_ERRORS['f9cc33cd720db1551338663f0ed0cc78'] = 'You do not have the required permission to add stock.';
$_ERRORS['2cf52f72f6ef558faab5b700127dcb5a'] = 'You do not have the required permission to delete stock.';
$_ERRORS['f8fab8318bba1f3119543269c2a07240'] = 'You do not have the required permission to transfer stock.';
$_ERRORS['66aa5fddcef66aa99c90c46f936de393'] = 'The selected product is not valid.';
$_ERRORS['77cfbabd503d856f294f28a6a0e8b8f2'] = 'The quantity value is not valid.';
$_ERRORS['87fbc5e77eaec90d590f5f66d9bdc05c'] = 'The selected warehouse is not valid.';
$_ERRORS['6fc869f783faaa5a5b47bde38fa1055c'] = 'The reason is not valid.';
$_ERRORS['396619879048be92a37a6255075d825a'] = 'You have to specify if the product quantity is usable for sale on shops.';
$_ERRORS['f8c7e0d5ec163fd43147bb495983d5d3'] = 'The product price is not valid.';
$_ERRORS['79037dcfa176cabd85c98785a5882681'] = 'The selected currency is not valid.';
$_ERRORS['cf8a93e045f508c8a3c6430084f45825'] = 'An error occurred. No stock was added.';
$_ERRORS['00877b7927a1dd2521d05d2c905c64c6'] = 'You don\'t have enough usable quantity. Could not remove %d out of %d.';
$_ERRORS['befed760df818825e3828b470a471a59'] = 'You don\'t have enough quantity (not usable). Could not remove %d out of %d.';
$_ERRORS['804642ef89553dfad79eb3681364ea5e'] = 'It is not possible to remove the specified quantity or an error occurred. No stock was removed.';
$_ERRORS['6b5f90bd0034f755df6b1ef198b3d067'] = 'The source warehouse is not valid.';
$_ERRORS['4d723acb1f1f9f9550fec2e473a2d874'] = 'The destination warehouse is not valid.';
$_ERRORS['caad0b7f239f837303526053ee198499'] = 'You have to specify if the product quantity is usable for sale on shops in source warehouse.';
$_ERRORS['8cbd87c6a64fda77fafa2d9272f4c10b'] = 'You have to specify if the product quantity is usable for sale on shops in destination warehouse.';
$_ERRORS['2584358b228d0be73309403ff1ff8b25'] = 'It is not possible to transfer the specified quantity, or an error occurred. No stock was transferred.';
$_ERRORS['ea46a30a58b705f4464e1ee04727db69'] = 'The specified product is not valid';
$_ERRORS['60e8343766afd5e69c5797ea7380ce8e'] = 'Latitude and longitude are required.';
$_ERRORS['1b7e32fd6ed56569d8557947ccf095a6'] = 'This state is not in this country.';
$_ERRORS['464cc957544b58e0878a2d3356cc292c'] = 'You do not have the required permissions to add suppliers.';
$_ERRORS['17a9c6c63fef3a8444a710d1bab0579d'] = 'The address is not correct. Check if all required fields are filled.';
$_ERRORS['5abbf1d644e48c9d704c1f57dc38f757'] = 'You can\'t put this tab in itself';
$_ERRORS['3549b9f409be47593858dbe1a546c978'] = 'An error has occurred: Can\'t save the current tax rule';
$_ERRORS['e0d4da0607fb1793b6e1d348c36d52cb'] = 'config.xml is missing in your theme path.';
$_ERRORS['1d112c010ef14e32e478b36aca8d3414'] = 'config.xml is not a valid xml file in your theme path.';
$_ERRORS['6364b8f0fcf00c1fedb76a7a7b7ad03e'] = 'config.xml theme file has not been created for this version of prestashop.';
$_ERRORS['db4c57ec9dc07e5858740dac2954afe0'] = 'You can disable this function on this page';
$_ERRORS['aa2154c174605e6c5bae0daa7ea56352'] = 'An error occurred during logo copy.';
$_ERRORS['62f79d981ad8e433cf9c9203f286a2e2'] = 'An error occurred while uploading favicon: %s to %s';
$_ERRORS['93ba082c4cdbebf510e04ba399071757'] = '\"%s\" does not exist. Maybe you typed the URL manually.';
$_ERRORS['3b3a2ea2a2b4d1120caf9e7ad8c04fb4'] = 'You do not have the required permissions to add warehouses.';
$_ERRORS['47be00818e1acd46db0092d6586204cf'] = 'This class name does not exist.';
$_ERRORS['388ed04607290133b78adf251a3e17ed'] = 'This property does not exist in the class or is forbidden.';
$_ERRORS['48524477f4f52618e4ab9f1f6fb1d1a8'] = 'This association has too many elements.';
$_ERRORS['46e6c4977ebd38ff176e68481ab04275'] = 'This name is not allowed.';
$_ERRORS['6b6a27e705469286cb83d20ec8e1b885'] = 'Syntax error with this pattern.';
$_ERRORS['a3084b5f93d22e573824af3ca8f58b73'] = 'This key has already been used.';
$_ERRORS['652122103181aa2752efaecab300edf0'] = 'Access denied.';
$_ERRORS['dd768cd2ffc58f0d0a307379d7da3480'] = 'field %1$s is too long. (%2$d chars max, html chars including)';
$_ERRORS['472266472e3353d32d8a8ffa25c60154'] = 'An error occurred during image deletion (cannot load object).';
$_ERRORS['74d93d946c302d8decb44dec33f4b3e6'] = '\'From:\' date format is invalid (YYYY-MM-DD)';
$_ERRORS['94073386539fc874e318a625941344f8'] = '\'To:\' date format is invalid (YYYY-MM-DD)';
$_ERRORS['66f24b4cb390959a74fae0280bf8cdec'] = 'Error in updating required fields';
$_ERRORS['5636dd80d3968f9b1ce4400bd71c5a7a'] = 'An error occurred while uploading image.';
$_ERRORS['e9192643ed3b0619fcd8347015806e2a'] = 'Table name is invalid:';
$_ERRORS['1b073c8ca6b9aabf07935221e17b7c42'] = 'get list params is not valid';
$_ERRORS['56b207f28525081cec398738b3d25225'] = 'Object cannot be loaded (not found)';
$_ERRORS['5ca4012f9738274ebeb214a961f1c829'] = 'Object cannot be loaded (identifier missing or invalid)';
$_ERRORS['47218fe85410a7029c216ef926cef044'] = '\"Backup\" directory does not exist.';
$_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Error deleting';
$_ERRORS['c1c8a564c10a0efe07bb4e4b20d88cc9'] = 'Invalid ID';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Unable to create backup file';
$_ERRORS['58f270b8b462558c757ca28a8094f08f'] = 'An error occurred while backing up. Unable to obtain the schema of';
$_ERRORS['9b3261577a34cd7c48ad83d80295ff09'] = 'Fatal error: \"no default carrier\"';
$_ERRORS['5a6448a8d8e77fa43df91db2eea79fb1'] = 'This voucher is disabled';
$_ERRORS['8232b04735bff65500e6fcc378ba1f4a'] = 'This voucher has already been used';
$_ERRORS['b38f15cfb6f5640c4ff55cd72c7575f6'] = 'This voucher is not valid yet';
$_ERRORS['098eb45965b4097a844451b00737e89b'] = 'This voucher has expired';
$_ERRORS['6da9714ab9db11108de5b4a82bf7f59e'] = 'You cannot use this voucher anymore (usage limit reached)';
$_ERRORS['d0f1560c5d1b13b1e64fa87a301dd83b'] = 'This voucher is already in your cart';
$_ERRORS['4c4492297de90e9e2f5665bf87b4e034'] = 'This voucher is not combinable with an other voucher already in your cart:';
$_ERRORS['097d067ff8635d1496467ce7dd236c07'] = 'You cannot use this voucher';
$_ERRORS['fd6034a1544218709264bfa5c70ffb69'] = 'You cannot use this voucher in your country of delivery';
$_ERRORS['1a7bdc2c01aaa7757d475e204f2bc6f9'] = 'You cannot use this voucher with this carrier';
$_ERRORS['b40ad46c25c153a3d2fde078c0e1b0f8'] = 'Please log in';
$_ERRORS['dc0c81278849e0f6a297e93c935e465d'] = 'You have not reached the minimum amount required to use this voucher';
$_ERRORS['f6b43936fe8476614100c342b9c4750d'] = 'You cannot use this voucher in an empty cart';
$_ERRORS['f9330b1b2afa3c4dbc8e31e14a0b150a'] = 'You cannot use this voucher with these products';
$_ERRORS['e07269088946aa33a280b8c05529b46c'] = 'Cannot parse feed.';
$_ERRORS['6f775dff2aa88bce2301e5d5309c5f7e'] = 'No default currency';
$_ERRORS['20c6125376d8de28149d655c7cc25e32'] = 'No files were uploaded.';
$_ERRORS['3ca396a7b899e8d1a593e5d7896d0d1e'] = 'File is empty';
$_ERRORS['ec89c7fa06f1df12a2b43c7159e21119'] = 'File is too large';
$_ERRORS['8090f70961e52a44f14dfe73d6e80924'] = 'File has an invalid extension, it should be one of';
$_ERRORS['608860b0f96a18f3737756fc6b7766f9'] = 'Cannot add image because product creation failed.';
$_ERRORS['c200140aea36e1efbf655fabf3f3b59e'] = 'Error while creating additional image';
$_ERRORS['efccf3b0fd1b65f88bd6dfa2821060c8'] = 'Error while updating status';
$_ERRORS['30fb35f3cf2b6e6e599b30dacc6c19c8'] = 'Image is too large (%1$d kB). Maximum allowed: %2$d kB';
$_ERRORS['c4ae3afc5d4c01919142f8b39cc5c1c5'] = 'Image format not recognized, allowed formats are: .gif, .jpg, .png';
$_ERRORS['68e5691a22a14f26f000504269086c04'] = 'Error while uploading image; please change your server\'s settings. (Error code: %s)';
$_ERRORS['2ab146a83f61d2896a472f52f353b321'] = 'Image format not recognized, allowed formats are: .ico';
$_ERRORS['1391c1ff3846b38862bbfc43938b8270'] = 'Error while uploading image; please change your server\'s settings.';
$_ERRORS['52326ecbfcdff77b4bc9dcf7f055c2eb'] = 'Fatal error: ISO code is not correct';
$_ERRORS['db3f419ede0b78fcf31491509e68db40'] = 'Invalid Zone name.';
$_ERRORS['be9fddade234ff9b16a1d92d62963b8e'] = 'Invalid state properties.';
$_ERRORS['115baa3a6f65bb35be1ee1dde195a51c'] = 'Cannot update the associated country: ';
$_ERRORS['e970d66f1c952edf7a4e5dfcf3e18958'] = 'An error occurred while adding the state.';
$_ERRORS['28c39342f22a394f233ec0cba0ecfa02'] = 'An error occurred while fetching the state.';
$_ERRORS['37c73343e4118943bc088bb4ad94a56c'] = 'Invalid tax properties.';
$_ERRORS['42a8c33bd3e937c419378c5a965e65ac'] = 'An error occurred while importing the tax: ';
$_ERRORS['36f9983aadfde9d77db0d357abe6e85e'] = 'This tax rule cannot be saved.';
$_ERRORS['19f29a24f0ccb9b96b37182473b27d63'] = 'Invalid currency properties.';
$_ERRORS['bdc3ce1a2e9e6d8ab5bd0dd31c1a03fe'] = 'An error occurred while importing the currency: ';
$_ERRORS['a258f8e051c4e2508a6cc3ecd39d2807'] = 'Cannot parse the currencies XML feed.';
$_ERRORS['15485607873c994c6f9369b9cb31e25e'] = 'Cannot decompress the translation file for the following language: ';
$_ERRORS['9952bfabcff9e65288ffef22b40c8712'] = 'An error occurred while creating the language: ';
$_ERRORS['6b7d9f171f524c0d49dfb5370f5b69f4'] = 'Error occurred when language was checked according to your Prestashop version.';
$_ERRORS['b046e4164fe05012960e96896b7b0c34'] = 'Archive cannot be downloaded from prestashop.com.';
$_ERRORS['4a11be1a3905ec59ca2d35a068de6f2e'] = 'Localization pack corrupted: wrong unit type.';
$_ERRORS['28194875b1f41da98a320b0c31e658a2'] = 'An error occurred while setting the units.';
$_ERRORS['8ecf4968ba36c1f1424e96a01aa9f4f0'] = 'An error occurred while installing the module:';
$_ERRORS['de957d11dc5f942a60f31f8ceecf339d'] = 'An error occurred while uninstalling the module:';
$_ERRORS['94295ef230cb5a43fa693a7bf898df86'] = 'An error has occurred, this module does not exist:';
$_ERRORS['b34f6454b80599ab92262b1da79a9edb'] = 'An error occurred during the default group update';
$_ERRORS['09a0fad4c9a9702b2db457f6bff88f3d'] = 'An error has occurred during the default group update';
$_ERRORS['9da8f16cc70539be13ffa3e051462fb1'] = 'Error: parameter \"from\" is corrupted';
$_ERRORS['e15178bdef46f76c432f69fd76568223'] = 'Error: parameter \"fromName\" is corrupted';
$_ERRORS['e4a6b1931fbfc9ef4531cab37c84c39f'] = 'Error: parameter \"to\" is corrupted';
$_ERRORS['13fb39e33c882585065d2d636602e96f'] = 'Error: parameter \"templateVars\" is not an array';
$_ERRORS['46c30f8c8c478bbb52647c27a5f4fe95'] = 'Error: invalid e-mail template';
$_ERRORS['97fc9862b0bebc68aa03f466bfc2c6bf'] = 'Error: invalid e-mail subject';
$_ERRORS['aa99af205bcf9ebf7976064542d58ab6'] = 'Error: invalid e-mail address';
$_ERRORS['1769b5ab48b8e2ce733fb38663ec853a'] = 'Error: invalid SMTP server or SMTP port';
$_ERRORS['4c8095bf0e5b08fc403372526a66ad79'] = 'Error - No ISO code for email';
$_ERRORS['b627c04399e67e4f544de3635f33c996'] = 'Error - The following e-mail template is missing:';
$_ERRORS['36757394a699878de6f0e51f203d1ee7'] = 'Cannot scan root directory';
$_ERRORS['ee66f9c9930cb33d2a5dde9b240d3f7e'] = 'is required.';
$_ERRORS['0fec856489067e4d21aa315324c441dc'] = '%1$s is too long. Maximum length: %2$d';
$_ERRORS['8ae0cb74f9724518e1ce68c503377002'] = 'is invalid.';
$_ERRORS['ed9b5732158eef63ac4d236e04101d2b'] = 'No currency mode for payment module';
$_ERRORS['b9c1228a8e8c3412befae5d854508114'] = 'An order has already been placed using this cart.';
$_ERRORS['3a1048f8aa3a9f6b604fcf7982811752'] = 'Warning: the secure key is empty, check your payment account before validation';
$_ERRORS['26beb437d3323bd4bfb0811b3e891315'] = '%d image(s)';
$_ERRORS['c2808546f3e14d267d798f4e0e6f102e'] = 'Customized';
$_ERRORS['f3566b62fb3dddee617860e949c692f9'] = 'Voucher name:';
$_ERRORS['ed13b3693357ebed3751cb71cb639e65'] = 'No carrier';
$_ERRORS['b08d3867be98e6fff3233cd40ab8134a'] = 'Order creation failed';
$_ERRORS['43423b4056880b08f2c9aa50d8670531'] = 'Cart cannot be loaded or an order has already been placed using this cart';
$_ERRORS['f996dce5bdfb1b1094e41cf996c5fdae'] = 'Please specify module URL';
$_ERRORS['f9c7939a8397ee022fefee2bdb3407af'] = 'Invalid URL';
$_ERRORS['9476b0a23e72aed97f3551779d987674'] = 'You cannot delete this item.';
$_ERRORS['f8a12963c3dc4b4904584daa232d0e08'] = 'Unable to delete associated images';
$_ERRORS['44ec51a3b11e47451c0b4f6dccb20df6'] = 'You do not have permission to view here.';
$_ERRORS['b55154d2b0151501b0c0b1e9386168b5'] = 'The field %1$s is required at least in %2$s.';
$_ERRORS['4ba47e7f59b1e7932c110237da46b17b'] = 'The field %1$s (%2$s) is too long (%3$d chars max, html chars including).';
$_ERRORS['5dc4546d015c4ded73df784359755c74'] = 'An error occurred while affecting a zone to the selection.';
$_ERRORS['f1af7a5b67241bb73be668c457a6e6fa'] = 'You must select at least one element to affect a new zone.';
$_ERRORS['34eb7a85706f63a4cb423679b6982ce3'] = 'Current theme unavailable \"%s\". Please check your theme directory name and permissions.';
$_ERRORS['73fe0bd9b8402c2328fbf6dcb8e090f1'] = 'Link to database cannot be established: %s';
$_ERRORS['f1cdcf26d9787f078f7fc0e0645858d7'] = 'Fatal error: no UTF-8 support. Please check your server configuration.';
$_ERRORS['49bd922182bd3518641589e3077eacd3'] = 'Link to database cannot be established.';
$_ERRORS['10f237be40b3205ba97da9b89d290c30'] = 'The database selection cannot be made.';
$_ERRORS['184cee50a48e1bdcc0f8aecef32a7ff9'] = 'Fatal error: no UTF-8 support. Please check your server configuration.';
$_ERRORS['8f62a26bf441ad698c2c562ec10448c4'] = 'All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration';
$_ERRORS['db0275528fda19c75f79d296ded0c6e7'] = 'Error found in config file:';
$_ERRORS['f9c47597596f7159815c61957f4f8ec2'] = '%1$s (parse error in %2$s)';
$_ERRORS['8014d5d92e09a563588869c623bd0abf'] = '%1$s (class missing in %2$s)';
$_ERRORS['a0b8a508d6ca8113e6439f623e7bf7cf'] = 'The following module(s) could not be loaded';
$_ERRORS['eddeabd79f8ca673d888fa2ffe9cf69a'] = 'No template found for module';
$_ERRORS['cb20447a4bf5ff9bec717ec68a357a93'] = 'No graph engine selected';
$_ERRORS['a78ac92432df02a17a667fdc15764454'] = 'Graph engine selected is unavailable.';
$_ERRORS['ccacacd12f75e1ab3f9ce3e234ed5777'] = 'No grid engine selected';
$_ERRORS['b7be351a5a41ea3d022dc18f5f16239a'] = 'Grid engine selected is unavailable.';
$_ERRORS['0047c554e2598750ad943b63e984dd7c'] = 'Invalid new order state';
$_ERRORS['bc6f653d2d54db1348de50fe0b0192e9'] = 'Incorrect Stock Manager class [%s]';
$_ERRORS['65d09c7dfa652d616875eddb50c18d2b'] = 'Stock Manager class not found [%s]';
$_ERRORS['253356cdb3cd6af1a6028200326de711'] = 'Incorrect Tax Manager class [%s]';
$_ERRORS['20eb7f9857d85d1d0c8a1e0ddf8545b8'] = 'Tax Manager class not found [%s]';
$_ERRORS['6f3455d187a23443796efdcbe044096b'] = 'No tax';
$_ERRORS['b39188d5e26a56bfd489f50435c08785'] = 'The function %1$s (Line %2$s) is deprecated and will be removed in the next major version.';
$_ERRORS['f00cdc4a715c763376d8a5063d45aad0'] = 'The parameter %1$s in function %2$s (Line %3$s) is deprecated and will be removed in the next major version.';
$_ERRORS['e2b7dec8fa4b498156dfee6e4c84b156'] = 'This payment method is not available.';
$_ERRORS['66fd32189ae65313e153fa8711d061cc'] = 'You did not use the correct merchant ID.';
$_ERRORS['413744b7b47ee60e054c5a5309a2d62f'] = 'Your are not allowed to validate the command for security reasons.';
$_ERRORS['76f643ec10f812dbaccd1250fc1a4d15'] = 'Error: Empty cart';
$_ERRORS['97385ca11c6260e29733c586df8b09ae'] = 'Exporting failed.';
$_ERRORS['28c6bb9c984948ba9c01976ea6ff250e'] = 'Incorrect object CartRule.';
$_ERRORS['d18dd4bd1531c9c45a85d757e1b4641b'] = 'Fatal Error: no API Credentials are available';
$_ERRORS['5fe3a5b7465abb742a1b93a6037384fa'] = 'Fatal Error: id_transaction is null';
$_ERRORS['9ec9207929cd361ca5e264548f411e16'] = 'Error when updating PayPal database';
$_ERRORS['a9839ad48cf107667f73bad1d651f2ca'] = 'No template found';
$_ERRORS['8e14a8765ecf5480d70876dfd6f57f4d'] = 'e-mail not valid';
$_ERRORS['703c2b69e5d9f7072b7db5338214448b'] = 'invalid password';
$_ERRORS['add686afd8dca274d732bba1a401d877'] = 'someone has already registered with this e-mail address';
$_ERRORS['045444ac82178e70366fafc62f02164a'] = 'invalid birthday';
$_ERRORS['3e12bed2854bb4d82cc916339ba7352b'] = 'an error occurred while creating your account';
$_ERRORS['7923cb58fa88be813fc609028a4ca092'] = 'an error occurred while creating your address';
$_ERRORS['8f17be67facaaef2526e4217f4b9b206'] = 'e-mail address is required';
$_ERRORS['7b8bee3f47b152d5e6a2911212b0f0e5'] = 'invalid e-mail address';
$_ERRORS['962c91be4b1056412febf0c272760814'] = 'password is required';
$_ERRORS['b94e28fcb3594165369a78965f7a96a0'] = 'password is too long';
$_ERRORS['c41c77e4dddc04b1e0752a6050ae5656'] = 'authentication failed';
$_ERRORS['058dcec46037cb9f9c8b7d2b76799834'] = 'File install.sql is not readable';
$_ERRORS['42e7b89a369899d8c0c4f0631bd1c921'] = 'File install.sql is missing';
$_ERRORS['c79cdbd85f7c9e2fc450431ec422dd14'] = 'To add a field, you have to set a maximum length for checking the value. Error occurred for the value';
$_ERRORS['aa1f38ccf41bd58deedfcf55d2f8c340'] = 'To add a field, you have to set validators for checking value. Error occurred for the value';
$_ERRORS['aff555be0920c3fc12d00553df665840'] = 'The Validator';
$_ERRORS['a5e53ff2eb1ae83b4bf52f10a3022cff'] = 'doesn\'t exist';
$_ERRORS['bda0e45c4df86cf00dd34552e37c484e'] = 'To get a field you have to save some fields!';
$_ERRORS['719ea629e7735d79dc0aae4bd80beaed'] = 'The field';
$_ERRORS['1f2d475aaa05700d630e37969e1465fa'] = 'doesn\'t exist.';
$_ERRORS['4e48ee42a1f55a143b156aef837fd4b0'] = 'Wrong length of the value. Must be set between 1 and ';
$_ERRORS['cb4ad0d9b7a3f06d46afd7ffbad87bfc'] = 'Value don\'t respect the validator : ';
$_ERRORS['f6b53b399161500a977eb6eaa986ff28'] = 'Some fields must be set';
$_ERRORS['efa8a6c17cd4acdd67eaa54919b36821'] = 'Params must be filled';
$_ERRORS['03ca6db578a1ca43ff362c08a9d1bab2'] = 'Params must be setted before check it';
$_ERRORS['15bf0d9e894e2fd6476b8580c0a3e52a'] = 'is a wrong value, see details:';
$_ERRORS['f64b1506fce2fb36486716933bf11157'] = 'For the items';
$_ERRORS['72b365c5d95c9a038d20f586e1eee15d'] = 'The total HT must be a float value.';
$_ERRORS['149d8f4f528e3d5bd53ee69c76a11799'] = 'The quantity must be a integer value.';
$_ERRORS['bb0206fcb5b14bbc6648b05ef05e7c11'] = 'The SKU must be a string with length less than 40 chars.';
$_ERRORS['7acb9c9788e84d843d2f383bab249747'] = 'The name must be a string with length less than 100 chars.';
$_ERRORS['02869dceeb27a84d524d9982db28a58e'] = 'The category name must be a string with length less than 100 chars.';
$_ERRORS['05f89c31663a09912af64c539524588f'] = 'Invalid VAT number';
$_ERRORS['deec1d85e431dfa0f76e48cfd764f8d5'] = 'VAT number not found';
$_ERRORS['059d29a2088bcf0b9bae76a11f3a07e3'] = 'VAT number validation service unavailable';
$_ERRORS = array();
+12 -11
View File
@@ -30,8 +30,6 @@ $_ERRORS['098eb45965b4097a844451b00737e89b'] = 'Este cupón ha caducado';
$_ERRORS['0994872d0fe72d045c0bcaaea1971e7b'] = 'Elementos que faltan - no somos capaces de renovar su pedido';
$_ERRORS['099788460b01d1cfe9997d4c577f7f56'] = 'Un artículo en su carrito ya no está disponible, no se puede continuar con su pedido.';
$_ERRORS['09a0fad4c9a9702b2db457f6bff88f3d'] = 'Se ha producido un error durante la actualización del grupo predeterminado';
$_ERRORS['0a2808a7f106b67ab21f6198b7ef5537'] = 'Su código postal es incorrecto';
$_ERRORS['0a4ab4b1d9936ff9a5bdbeb76875ff96'] = 'Postal / Código Postal es requerido';
$_ERRORS['0ac71c0ec0ed7abefc776619cf8c4842'] = 'Se ha produicido un error al suprimir la devolución del producto';
$_ERRORS['0b85d79bd7e582c805ec82e3b7f6293e'] = 'el pedido ya no es válido';
$_ERRORS['0ba3468276e0637278bc5f5567bb36bc'] = 'El archivo no existe';
@@ -83,6 +81,7 @@ $_ERRORS['1c188f7466ede1cee857741eb5aa3ac5'] = 'Error: por favor, elija una comp
$_ERRORS['1c5c687f849bde6efe2a53c9128c0b28'] = 'Se ha porducido un error mientras se actualizaban las tasas (no se pudo cargar el objeto)';
$_ERRORS['1d112c010ef14e32e478b36aca8d3414'] = 'config.xml en su carpeta de tema no es un archivo xml válido';
$_ERRORS['1da7939bc143bf9e27d21fa29b13c6f6'] = 'No se puede escribir en el archivo: %s. Por favor, compruebe los permisos de escritura.';
$_ERRORS['1def1020bfbe5a08354c1bc174ffe368'] = 'Campo %1$s es demasiado largo. (%2$d caracteres máximos)';
$_ERRORS['1e9066772f1d8ce67df8057fee47e228'] = 'Error al eliminar el atributo.';
$_ERRORS['1eb83269f86ddcbea29ef8d2d2565c03'] = 'Se produjo un error: No se puede eliminar el estado actual del pedido';
$_ERRORS['1f40f5a173d741074a8a0346d9c20c75'] = 'No se puede agregar un producto en el auto dictado';
@@ -140,7 +139,6 @@ $_ERRORS['34843eb626c7fbe22db113fca38197b7'] = 'Se produjo un error durante la t
$_ERRORS['34bff86ac3ed2450ae5b4c562f353115'] = 'No hay transportistas que entregan a una de la dirección que ha seleccionado.';
$_ERRORS['3549b9f409be47593858dbe1a546c978'] = 'Se produjo un error: No se puede guardar la regla fiscal actual';
$_ERRORS['35f428e10ac312a2d9a32325c8294df9'] = 'El campo %1$s (%2$s) no es válido.';
$_ERRORS['36296325727560bc0b1ae0e0801c82b7'] = 'Cuando las tablas se utilizan múltiples, cada atributo debe hacer referencia a una tabla.';
$_ERRORS['36527e8d64ec4ced95607f6ef9b2a1b9'] = 'No se puede encontrar la factura para la base de datos';
$_ERRORS['366da0581c44d3c179e44f532b693eab'] = 'Falta la IP Memcached';
$_ERRORS['36757394a699878de6f0e51f203d1ee7'] = 'No se puede explorar el directorio de raiz';
@@ -182,6 +180,7 @@ $_ERRORS['43423b4056880b08f2c9aa50d8670531'] = 'El carrito no se puede cargar o
$_ERRORS['4383b950a18d0fd893e237148f5f58ca'] = 'Este cliente ya existe como no invitado.';
$_ERRORS['43bf950e043950e2da10f917b902c131'] = '%1$s (ID: %2$s) no se puede guardar';
$_ERRORS['44205a67121fcca5ffa925d1ed77b65e'] = 'El archivo no puede extraerse';
$_ERRORS['4456dd9f29e6b3ce608bb06fd0bda025'] = 'Producto n º %1$d: la imagen no se pueden guardar:%2$s';
$_ERRORS['44fb451a35a1c382da79166dc8c78e43'] = 'Ningún producto encontrado';
$_ERRORS['456e77e04e2e26231ee352304627b26d'] = 'Clave no válida';
$_ERRORS['45ebc64529137a007889ee445d64611c'] = 'Falló la actualización de posición';
@@ -208,7 +207,9 @@ $_ERRORS['4a2f5c8a04cc978f1803fe9b68833463'] = 'Por favor, rellene todos los cam
$_ERRORS['4b198aa15f6cc8f56488d924b18fa888'] = 'ningún carrito encontrado con este ID:';
$_ERRORS['4c4492297de90e9e2f5665bf87b4e034'] = 'Este bono no es combinable con un bono que ya esta en su carrito:';
$_ERRORS['4c8095bf0e5b08fc403372526a66ad79'] = 'Error: -No códio iso por email';
$_ERRORS['4d36345317d952e77679da7a9116fa2f'] = 'Postal / Código Postal no es válido. Debe ser escrito como sigue:%s';
$_ERRORS['4d723acb1f1f9f9550fec2e473a2d874'] = 'El almacén de destino no es válido';
$_ERRORS['4d79cd1c724493b94109c3575cc9f3e0'] = '%s es una palabra clave autorizada.';
$_ERRORS['4df3709ec0ff3ceb57341890ccf57641'] = 'Se ha producido un error al copiar la imagen:';
$_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Error de eliminación';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Imposible crear un archivo de copia de seguridad';
@@ -270,6 +271,7 @@ $_ERRORS['637976ed39a990f58f8a3650eac0ff08'] = 'Email es requerido';
$_ERRORS['637fb68fda1ee54b2fc75effa41a206d'] = 'Campo %1$s es demasiado largo. (%2$d caracteres máximos)';
$_ERRORS['63a3342bcb133c141890746783007eaa'] = 'Se ha producido un error mientras se actualizaba el estado';
$_ERRORS['63ae8982fa76c668cbfc774ccf083d26'] = 'Servidor de media #3 no válido';
$_ERRORS['64ba07baee6e76301d0cb724a04ef58d'] = 'Postal / Código Postal es requerido';
$_ERRORS['652122103181aa2752efaecab300edf0'] = 'Acceso denegado';
$_ERRORS['66aa5fddcef66aa99c90c46f936de393'] = 'El producto seleccionado no es válido.';
$_ERRORS['66f24b4cb390959a74fae0280bf8cdec'] = 'Error en la actualización de los campos requeridos';
@@ -283,6 +285,7 @@ $_ERRORS['6b7d9f171f524c0d49dfb5370f5b69f4'] = 'Se ha producido un error en Pres
$_ERRORS['6b9041eb853a3cf9b47f13f53b70f51a'] = 'Error al actualizar su dirección.';
$_ERRORS['6b9cc232bf4044274ec42062b60736fb'] = 'las facturas están desactivadas en esta tienda';
$_ERRORS['6cf73576720519e739771a4fa489410b'] = 'no se encuentra el idioma';
$_ERRORS['6d6b26b2dd85a175eed3b6a30e188c47'] = 'Zip / Código Postal no es válido.';
$_ERRORS['6da9714ab9db11108de5b4a82bf7f59e'] = 'Usted no puede utilizar este bono más (alcanzó el límite de uso)';
$_ERRORS['6df7b457f3065876e5146908a7836fbc'] = 'ID del pedido no válida';
$_ERRORS['6e659c47c94d1e1dc7121859f43fb2b0'] = 'dirección email no válida';
@@ -355,6 +358,7 @@ $_ERRORS['8f3d9ee281e1abb9111486bcbda6804e'] = 'Error: algunas o todas las imág
$_ERRORS['8fd6c902e0a6186ebc62b4c3c65dc528'] = 'No se puede eliminar esta cuenta, ya que gestiona almacenes. Revise sus almacenes en primer lugar.';
$_ERRORS['902b0d55fddef6f8d651fe1035b7d4bd'] = 'Error';
$_ERRORS['9072e6a7f1693ef1fb211f2f6dc56d02'] = 'Atirbuto de precio necesario';
$_ERRORS['918d3e2c65c72308ef3580f538d55af0'] = 'No se puede escribir el archivo \"%s\"';
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Fecha de nacimiento inválida';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'el objeto no puede cargarse';
$_ERRORS['922dc0515643fb69585b67281692644a'] = 'Solo puede regenerar su contraseña cada %d minuto(s)';
@@ -366,7 +370,6 @@ $_ERRORS['94073386539fc874e318a625941344f8'] = 'Hasta:\' formato de fecha válid
$_ERRORS['94295ef230cb5a43fa693a7bf898df86'] = 'Se ha producido un error, este módulo no existe:';
$_ERRORS['9562e87aa70988950a8356458082fc1b'] = 'Error: No hay operadores disponibles que entregar a esta dirección';
$_ERRORS['95cc61064b636eb1782b85bde2263433'] = 'Ha ocurrido un error en la edición de esta línea de productos';
$_ERRORS['967073fb783cf50a3c3addc66f4c6567'] = '%s es una palabra clave autorizada.';
$_ERRORS['96a2d573cabb2e5b3d6164140d28e8da'] = 'debe crearse el producto antes de añadir características';
$_ERRORS['97fc9862b0bebc68aa03f466bfc2c6bf'] = 'Error: tema de email no válido';
$_ERRORS['9802d4c5788286fb906861d64b2c520c'] = 'No se puede eliminar o desactivar un grupo de compras que tiene tiendas que lo utilizan.';
@@ -379,7 +382,6 @@ $_ERRORS['9b3261577a34cd7c48ad83d80295ff09'] = 'Error fatal: “Ningún transport
$_ERRORS['9c75ae847d61a08e116e964121effab2'] = 'No se puede guardar la reducción del grupo';
$_ERRORS['9c76f2f7dfd1a97c3303fda501ea7fd9'] = 'Un precio específico ya existe para estos parámetros';
$_ERRORS['9ce4606635f2118f9d10d1f323f73fe2'] = 'Este módulo no puede ser trasplantado a este hook.';
$_ERRORS['9d25fc6c5ea4a4331951a37139e9503b'] = 'Zip / Código Postal no es válido.';
$_ERRORS['9d8f8b3b0bb337d4e658ed339c3f77ee'] = 'El nombre es demasiado largo (%d caracteres máximos).';
$_ERRORS['9da8f16cc70539be13ffa3e051462fb1'] = 'Error: el parámetro \"de\" está corrompido';
$_ERRORS['9ddf236daae81f831ccf3c0bfe9751e5'] = 'Se ha producido un error mientras se actualizaba el objeto';
@@ -403,6 +405,7 @@ $_ERRORS['a5df8bfce318a15ea55f18082b9b56c0'] = 'Usted no tiene acceso a este pro
$_ERRORS['a693c37913e1fac5af61b8247c03b6ca'] = 'El siguiente módulo (s) no se han actualizado correctamente: %s';
$_ERRORS['a7642593a28353de8256fc0e4bc3bc40'] = 'Este módulo debe ser instalado para ser actualizado:';
$_ERRORS['a7b770c4221d81830ac09059e16083a8'] = 'ID de transportista de orden no válido';
$_ERRORS['a7d5d038cce55fa2caa086aa5081055b'] = 'Cuando las tablas se utilizan múltiples, cada atributo debe hacer referencia a una tabla.';
$_ERRORS['a7eca295291f53a23ab7ba0a9c7fd9de'] = 'Esta característica ha sido deshabilitada.';
$_ERRORS['a849f0a2ce9308492c70e3b4289e194e'] = 'Rango ya existe';
$_ERRORS['a855995ec17e0c80d5985a885f3d4d84'] = 'Imposible añadir un servidor Memcache';
@@ -425,9 +428,7 @@ $_ERRORS['b08b2fee4a9343ddb8432bb4b00eee88'] = 'La conexión al servidor expiró
$_ERRORS['b08d3867be98e6fff3233cd40ab8134a'] = 'Creación de pedido fallida';
$_ERRORS['b1046eaca37cbbd3b53d17c33299bfab'] = 'Este producto ha sido reembolsado.';
$_ERRORS['b1367942aa02ea8c9d4aa07cdf5e473c'] = 'Necesita al menos un objeto';
$_ERRORS['b23ebcd794e36b00ff19996b457c16c0'] = 'Postal / Código Postal no es válido. Debe ser escrito como sigue:%s';
$_ERRORS['b258e174fe8a0a97dfadca62be8f7802'] = 'Campo %s es incorrecto.';
$_ERRORS['b2b367f1201bb55f41e0688955f4f1a1'] = 'Estimado cliente, ha sobrepasado la fecha de expiración';
$_ERRORS['b34f6454b80599ab92262b1da79a9edb'] = 'Se produjo un error durante la actualización de grupo predeterminado';
$_ERRORS['b38f15cfb6f5640c4ff55cd72c7575f6'] = 'Este cupón no es válido aún';
$_ERRORS['b39188d5e26a56bfd489f50435c08785'] = 'La función %1$s (Linea %2$s) está en desuso y se eliminará en la siguiente versión principal.';
@@ -466,7 +467,6 @@ $_ERRORS['bf57e7854dd04a357194e6752c094bd6'] = 'La factura es inválida';
$_ERRORS['bf94a83d80c2e2090d57dc51a01f6270'] = 'Se ha producido un error mientras se cargaba la imagen del objeto';
$_ERRORS['bfd99559857dfcfc40cb0d0e6c8aee1b'] = 'Nombre no válido';
$_ERRORS['c07d1d742561121e6abd49450947c187'] = 'El módulo no se puede cargar';
$_ERRORS['c0fd3fa468d006d2865c096fa95d34ef'] = 'Por favor, inicie sesión en su cuenta de cliente para acceder a este pedido, esta sección está reservada para las cuentas de invitados';
$_ERRORS['c111be82444b7eed2d979636db454ce9'] = 'No tiene permiso para acceder aquí';
$_ERRORS['c19e5b05ad139685b654599fca05394a'] = 'Descuento del valor no es correcto';
$_ERRORS['c1a4c1b929c4f5c81f80ece2d7b196aa'] = 'Producto no válido';
@@ -478,6 +478,7 @@ $_ERRORS['c2808546f3e14d267d798f4e0e6f102e'] = 'Personalizado';
$_ERRORS['c45319ee556dc43ba15523c539c7e9d4'] = 'Lo sentimos, no podrá renovar su solicitud.';
$_ERRORS['c4ae3afc5d4c01919142f8b39cc5c1c5'] = 'formato de imagen no reconocida; use los formatos: gif, .jpg, .png';
$_ERRORS['c4e7595c4e8f49c80458997b912d749b'] = 'Identificación errónea';
$_ERRORS['c4f5077a372c78b2eaa4ef921396bbf7'] = 'Su código postal es incorrecto';
$_ERRORS['c569149bbb8ca2ea337fa0a4c6c98409'] = 'No encontró el comprobante de entrega para este período';
$_ERRORS['c662307430c97af94e120201c8d56c66'] = 'Este campo %1$s se requiere por lo menos en %2$s';
$_ERRORS['c6a8757e591d6090eb75d11e8d316f57'] = 'SSL está activado. Sin embargo, su IP se le permite utilizar el modo no seguro (de mantenimiento o la dirección IP local).';
@@ -492,7 +493,6 @@ $_ERRORS['caad0b7f239f837303526053ee198499'] = 'Usted tiene que especificar si l
$_ERRORS['cb17b4eeba6f9e864a87b06af9cae29e'] = 'No se puede guardar nota de factura.';
$_ERRORS['cb46295650e6e2a53d528e353546c2a5'] = 'Se ha producido un error mientras se actualizaban los parámetros de la personalización';
$_ERRORS['cba0b206627d45fbf0ae707e20d4a38f'] = 'contraseña incorrecta';
$_ERRORS['cbadeb15d4f321e2fd06a41e46d34fd3'] = 'No se puede escribir el archivo \"%s\"';
$_ERRORS['cc7e699f0084632117f35dc294d29f16'] = 'Se ha producido un error mientras se actualizaba el estado del objeto';
$_ERRORS['cd41badf2abd4a993073f9b5611de271'] = 'Identificación de pedido no válido';
$_ERRORS['ce30da82a4a6b974c18780af4597c8ee'] = 'Se ha producido un error durante la configuración de las prioridades.';
@@ -505,9 +505,11 @@ $_ERRORS['d107b93e0404a9ec3a24c3b797b63fff'] = 'No se ha encontrado orden de ped
$_ERRORS['d14e88e2344c5dba06dad332a7f74726'] = 'Usted debe elegir un transportista antes';
$_ERRORS['d1a9295d276a65933e0a7334a12e6f41'] = 'Extensión de archivo errónea';
$_ERRORS['d1c300a4980ca376d6e94f5acdd08c23'] = 'Error: No hay transportistas disponibles que envien a algunas de sus direcciones';
$_ERRORS['d1d12796eefffcc3e4411e37ca2f3178'] = 'Por favor, inicie sesión en su cuenta de cliente para acceder a este pedido, esta sección está reservada para las cuentas de invitados';
$_ERRORS['d1d34a7a87b13057cd33cb88866b895c'] = 'Error fatal: el directorio de módulos no se encuentra aquí';
$_ERRORS['d270bcd0e2c2f7af9d31622993706046'] = 'No se puede editar una orden de entrega';
$_ERRORS['d38b0c0b1e5c3d6a89219e4617f85034'] = 'Este módulo ya está desinstalado:';
$_ERRORS['d39e88adeb63c3af845edd9e5db5d7c1'] = 'introduzca su código postal';
$_ERRORS['d4430672c8b3c123ae5f4c2f4b5b458d'] = 'se necesita al menos un producto';
$_ERRORS['d4e6d6c42bf3eb807b8778255a4ce415'] = 'Error de autenticación';
$_ERRORS['d543c3cf08667fe12b4bb22d6abd84c7'] = 'El alias de \"%s\" ya se utiliza, por favor, escoja otro.';
@@ -566,7 +568,6 @@ $_ERRORS['e92c1fa650792e8d5516b18eaea7782b'] = 'Se produjo un error al crear tu
$_ERRORS['e96841b0cb2396574006c1e17a45abec'] = 'Se ha producido un error al copiar las imágenes';
$_ERRORS['e970d66f1c952edf7a4e5dfcf3e18958'] = 'Se ha producido un error al añadir un estado';
$_ERRORS['e9d5591bea19d55d29d79c3c2a8f2d8c'] = 'El porcentaje de reducción debe variar desde 0% a 100%';
$_ERRORS['e9eab518286445911f42b03dadffdfd3'] = 'Producto n º %1$d: la imagen no se pueden guardar:%2$s';
$_ERRORS['ea030df6cb392bef66cde22c94578ae4'] = 'Servidor de media #1 no válido';
$_ERRORS['ea46a30a58b705f4464e1ee04727db69'] = 'El producto especificado no es válido';
$_ERRORS['ea68586346b9b9f8ca43827cb3341ffd'] = 'Proveedor no existe.';
@@ -594,6 +595,7 @@ $_ERRORS['f0dc0fa07b13965fe5a95fa37166c4e7'] = 'El email está vacío';
$_ERRORS['f100c143763d1b027a3e4cb77df9d1b7'] = 'Se ha producido un error mientras se creaban campos personalizados';
$_ERRORS['f1534de7e6636fdfedf7aea238841b24'] = 'No se puede eliminar o desactivar el grupo última tienda.';
$_ERRORS['f2ee6211fd44afca2f01ee2d1031d0e5'] = 'Por favor, regístrate para ver los métodos de pago';
$_ERRORS['f2ee78c8b394b75621a7888b603c656d'] = 'Estimado cliente, ha sobrepasado la fecha de expiración';
$_ERRORS['f32c746083382bb54c8c714b1f2db3ce'] = 'Por favor, seleccione un tema en la lista.';
$_ERRORS['f33bca063db69a70ff1910e99db0a9fe'] = 'Ninguna zona coincide con su dirección';
$_ERRORS['f3566b62fb3dddee617860e949c692f9'] = 'Nombre delcupon';
@@ -633,7 +635,6 @@ $_ERRORS['fd3d2771d53d8e29bb0d79d00cf3696d'] = 'El empleado debe estar asociado
$_ERRORS['fd6034a1544218709264bfa5c70ffb69'] = 'Usted no puede utilizar este bono en su país de entrega';
$_ERRORS['fe22b7cb2de47c8eafec2ad82fada9dd'] = 'Debe crearse el producto antes de añadir posibilidades de personalización';
$_ERRORS['fe40ffc8cf596487324e6b486e6b64c4'] = 'Se ha producido un error mientras se copiaba el módulo al hook';
$_ERRORS['fe890c9c2397efb789a20fce3ee5bc3a'] = 'introduzca su código postal';
$_ERRORS['ff58a216e0c3ac9c33b0aa035a161dd8'] = 'No se puede generar un vale';
$_ERRORS['ff5a229e566831ea38a2ba5fb739df9f'] = 'Error: por favor, elija una dirección';
$_ERRORS['ff86c1ffba9a1e575183a01d21a3745a'] = '\"%s\": No es un email válido';
+13 -12
View File
@@ -31,8 +31,6 @@ $_ERRORS['098eb45965b4097a844451b00737e89b'] = 'Ce bon de réduction a expiré';
$_ERRORS['0994872d0fe72d045c0bcaaea1971e7b'] = 'Eléments manquants - nous sommes dans limpossibilité de renouveler votre commande';
$_ERRORS['099788460b01d1cfe9997d4c577f7f56'] = 'Un élément de votre panier n\'est plus disponible, vous ne pouvez pas passer cette commande.';
$_ERRORS['09a0fad4c9a9702b2db457f6bff88f3d'] = 'Une erreur est survenue pendant la mise à jour du groupe par défaut';
$_ERRORS['0a2808a7f106b67ab21f6198b7ef5537'] = 'Votre code postal n\'est pas valable.';
$_ERRORS['0a4ab4b1d9936ff9a5bdbeb76875ff96'] = 'Le code postal est requis.';
$_ERRORS['0ac71c0ec0ed7abefc776619cf8c4842'] = 'Une erreur s\'est produite pendant la suppression du retour produit.';
$_ERRORS['0b85d79bd7e582c805ec82e3b7f6293e'] = 'Cette commande n\'est plus valable';
$_ERRORS['0ba3468276e0637278bc5f5567bb36bc'] = 'Dossier manquant';
@@ -86,6 +84,7 @@ $_ERRORS['1c188f7466ede1cee857741eb5aa3ac5'] = 'Erreur : veuillez choisir un tra
$_ERRORS['1c5c687f849bde6efe2a53c9128c0b28'] = 'Une erreur s\'est produite pendant la mise à jour des tarifs.';
$_ERRORS['1d112c010ef14e32e478b36aca8d3414'] = 'config.xml dans votre dossier de thème n\'est pas un fichier XML valide';
$_ERRORS['1da7939bc143bf9e27d21fa29b13c6f6'] = 'Impossible d\'écrire dans le fichier : %s. Veuillez vérifier les permissions d\'écriture.';
$_ERRORS['1def1020bfbe5a08354c1bc174ffe368'] = 'Le champ %1$s est trop long. (%2$d caratères max.)';
$_ERRORS['1e9066772f1d8ce67df8057fee47e228'] = 'Échec de suppression de l\'attribut.';
$_ERRORS['1eb83269f86ddcbea29ef8d2d2565c03'] = 'Une erreur s\'est produite : impossible de supprimer l\'état actuel du retour produit';
$_ERRORS['1f40f5a173d741074a8a0346d9c20c75'] = 'Impossible d\'ajouter un produit sur une commande déjà livrée';
@@ -120,6 +119,7 @@ $_ERRORS['28c993bca90a1f5a4510d3a21ca2b705'] = 'Cet état est actuellement utili
$_ERRORS['28ca4ab8455ffa19e6f0577aefa9f1c9'] = 'Client introuvable';
$_ERRORS['298883b17e36ee3a18d73e835c0b44fc'] = 'Aucun fichier n\'a été envoyé';
$_ERRORS['29e1ca45338b1e4861bb4a9bdc5d4387'] = 'Cette adresse n\'est pas la vôtre.';
$_ERRORS['2a0c56d5a5183a9b65b8e2817f75ded2'] = 'Vous ne pouvez pas supprimer ces items.';
$_ERRORS['2ab146a83f61d2896a472f52f353b321'] = 'Format d\'image non reconnu ; les formats autorisés sont : .ico';
$_ERRORS['2af5ce4c568e80f9dc6bbdb0de5e8ec0'] = 'Impossible de modifier les fichiers de configuration.';
$_ERRORS['2b9a5da945495f5101d57abbf2a7083c'] = 'Une erreur est survenue lors du redimensionnement de l\'image \"Aucune image\" dans le dossier des catégories.';
@@ -147,7 +147,6 @@ $_ERRORS['34bff86ac3ed2450ae5b4c562f353115'] = 'Il n\'y a pas de transporteur qu
$_ERRORS['34eb7a85706f63a4cb423679b6982ce3'] = 'Votre thème n\'est pas disponible : \"%s\". S\'il vous plaît, vérifer le nom du répertoire du thème et ces permissions.';
$_ERRORS['3549b9f409be47593858dbe1a546c978'] = 'Une erreur s\'est produite : impossible d\'enregistrer la règle de taxe actuelle';
$_ERRORS['35f428e10ac312a2d9a32325c8294df9'] = 'Ce champ %1$s (%2$s) est invalide.';
$_ERRORS['36296325727560bc0b1ae0e0801c82b7'] = 'Lorsque plusieurs tables sont utilisées, chaque attribut doit être référencé à l\'une de ces tables.';
$_ERRORS['36527e8d64ec4ced95607f6ef9b2a1b9'] = 'Facture introuvable';
$_ERRORS['366da0581c44d3c179e44f532b693eab'] = 'L\'IP Memcached est manquante';
$_ERRORS['36757394a699878de6f0e51f203d1ee7'] = 'Impossible de parcourir le répertoire racine';
@@ -189,6 +188,7 @@ $_ERRORS['43423b4056880b08f2c9aa50d8670531'] = 'Le panier ne peut pas être char
$_ERRORS['4383b950a18d0fd893e237148f5f58ca'] = 'Ce client existe déjà en tant que non-invité.';
$_ERRORS['43bf950e043950e2da10f917b902c131'] = '%1$s (ID: %2$s) ne peux être enregistré';
$_ERRORS['44205a67121fcca5ffa925d1ed77b65e'] = 'L\'archive ne peut être extraite.';
$_ERRORS['4456dd9f29e6b3ce608bb06fd0bda025'] = 'Produit n°%1$d : l\'image ne peut être sauvegardée : %2$s';
$_ERRORS['44ec51a3b11e47451c0b4f6dccb20df6'] = 'Vous n\'avez pas la permission de voir ce contenu.';
$_ERRORS['44fb451a35a1c382da79166dc8c78e43'] = 'Aucun produit trouvé';
$_ERRORS['456e77e04e2e26231ee352304627b26d'] = 'Clé invalide';
@@ -218,7 +218,9 @@ $_ERRORS['4b198aa15f6cc8f56488d924b18fa888'] = 'Aucun panier avec cet ID :';
$_ERRORS['4ba47e7f59b1e7932c110237da46b17b'] = 'Le champ %1$s (%2$s) est trop long (%3$d caratères max., HTML inclus).';
$_ERRORS['4c4492297de90e9e2f5665bf87b4e034'] = 'Ce bon de réduction n\'est pas cumulable avec un autre bon de réduction déjà présent dans votre panier :';
$_ERRORS['4c8095bf0e5b08fc403372526a66ad79'] = 'Erreur - Pas de code ISO pour l\'e-mail';
$_ERRORS['4d36345317d952e77679da7a9116fa2f'] = 'Le code postal est invalide. Il doit être saisi comme suit : %s';
$_ERRORS['4d723acb1f1f9f9550fec2e473a2d874'] = 'L\'entrepôt de destination n\'est pas valable.';
$_ERRORS['4d79cd1c724493b94109c3575cc9f3e0'] = '%s est un mot-clé non autorisé.';
$_ERRORS['4df3709ec0ff3ceb57341890ccf57641'] = 'Une erreur est survenue pendant la copie de l\'image.';
$_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Erreur lors de la suppression';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Impossible de créer un fichier de sauvegarde';
@@ -282,6 +284,7 @@ $_ERRORS['637976ed39a990f58f8a3650eac0ff08'] = 'Adresse e-mail requise';
$_ERRORS['637fb68fda1ee54b2fc75effa41a206d'] = 'Le champ %1$s est trop long. (%2$d caratères max.)';
$_ERRORS['63a3342bcb133c141890746783007eaa'] = 'Une erreur s\'est produite pendant la mise à jour de l\'état.';
$_ERRORS['63ae8982fa76c668cbfc774ccf083d26'] = 'Serveur de média n°3 non valable';
$_ERRORS['64ba07baee6e76301d0cb724a04ef58d'] = 'Le code postal est requis.';
$_ERRORS['652122103181aa2752efaecab300edf0'] = 'Accès interdit';
$_ERRORS['65d09c7dfa652d616875eddb50c18d2b'] = 'La class Stock Manager n\'a pas été trouver [%s]';
$_ERRORS['66aa5fddcef66aa99c90c46f936de393'] = 'Le produit sélectionné n\'est pas valable.';
@@ -296,6 +299,7 @@ $_ERRORS['6b7d9f171f524c0d49dfb5370f5b69f4'] = 'Une erreur s\'est produite en v
$_ERRORS['6b9041eb853a3cf9b47f13f53b70f51a'] = 'Une erreur est survenue lors de la mise à jour de votre adresse.';
$_ERRORS['6b9cc232bf4044274ec42062b60736fb'] = 'Les factures sont désactivées sur cette boutique.';
$_ERRORS['6cf73576720519e739771a4fa489410b'] = 'Langue introuvable';
$_ERRORS['6d6b26b2dd85a175eed3b6a30e188c47'] = 'les code postal est invalide.';
$_ERRORS['6da9714ab9db11108de5b4a82bf7f59e'] = 'Vous ne pouvez plus utiliser ce bon de réduction (limite d\'utilisation atteinte)';
$_ERRORS['6df7b457f3065876e5146908a7836fbc'] = 'Numéro de commande non valable';
$_ERRORS['6e659c47c94d1e1dc7121859f43fb2b0'] = 'adresse e-mail invalide';
@@ -373,6 +377,7 @@ $_ERRORS['8f62a26bf441ad698c2c562ec10448c4'] = 'Tous les modules ne peuven
$_ERRORS['8fd6c902e0a6186ebc62b4c3c65dc528'] = 'Vous ne pouvez pas supprimer ce compte puisqu\'il gère des entrepôts. Veuillez d\'abord vérifier vos entrepôts.';
$_ERRORS['902b0d55fddef6f8d651fe1035b7d4bd'] = 'Erreur';
$_ERRORS['9072e6a7f1693ef1fb211f2f6dc56d02'] = 'Prix requis pour l\'attribut';
$_ERRORS['918d3e2c65c72308ef3580f538d55af0'] = 'Vous ne pouvez pas ecrire sur ce fichier : \"%s\"';
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Date de naissance non valable';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'Impossible de charger l\'objet';
$_ERRORS['922dc0515643fb69585b67281692644a'] = 'Vous ne pouvez regénérer votre mot de passe que toutes les %d minute(s)';
@@ -382,10 +387,8 @@ $_ERRORS['93ba082c4cdbebf510e04ba399071757'] = '\"%s\" n\'existe pas. Vous avez
$_ERRORS['93bec915b8879ccc0352b786ffa5bd70'] = 'La date n\'est pas valable';
$_ERRORS['94073386539fc874e318a625941344f8'] = 'La date de fin n\'est pas valable (AAAA-MM-JJ)';
$_ERRORS['94295ef230cb5a43fa693a7bf898df86'] = 'Une erreur est survenue, ce module n\'existe pas :';
$_ERRORS['9476b0a23e72aed97f3551779d987674'] = 'Vous ne pouvez pas supprimer ces items.';
$_ERRORS['9562e87aa70988950a8356458082fc1b'] = 'Erreur : il n\'y a aucun transporteur pouvant livrer à cette adresse';
$_ERRORS['95cc61064b636eb1782b85bde2263433'] = 'Une erreur s\'est produite lors de la modification de cette ligne de produit';
$_ERRORS['967073fb783cf50a3c3addc66f4c6567'] = '%s est un mot-clé non autorisé.';
$_ERRORS['96a2d573cabb2e5b3d6164140d28e8da'] = 'le produit doit être créé avant d\'ajouter des caractéristiques.';
$_ERRORS['97fc9862b0bebc68aa03f466bfc2c6bf'] = 'Erreur : sujet d\'e-mail non valable';
$_ERRORS['9802d4c5788286fb906861d64b2c520c'] = 'Vous ne pouvez pas supprimer ou désactiver un groupe de boutique qui contient des boutiques.';
@@ -398,7 +401,6 @@ $_ERRORS['9b3261577a34cd7c48ad83d80295ff09'] = 'Erreur fatale : pas de transport
$_ERRORS['9c75ae847d61a08e116e964121effab2'] = 'Impossible d\'enregistrer la réduction du groupe';
$_ERRORS['9c76f2f7dfd1a97c3303fda501ea7fd9'] = 'Il existe déjà un prix spécifique pour ces paramètres';
$_ERRORS['9ce4606635f2118f9d10d1f323f73fe2'] = 'Ce module ne peut être greffé sur ce point d\'accroche.';
$_ERRORS['9d25fc6c5ea4a4331951a37139e9503b'] = 'les code postal est invalide.';
$_ERRORS['9d8f8b3b0bb337d4e658ed339c3f77ee'] = 'Nom trop long (%d caractères max)';
$_ERRORS['9da8f16cc70539be13ffa3e051462fb1'] = 'Erreur : le paramètre \"from\" est corrompu';
$_ERRORS['9ddf236daae81f831ccf3c0bfe9751e5'] = 'Une erreur s\'est produite pendant la mise à jour de l\'objet.';
@@ -424,6 +426,7 @@ $_ERRORS['a693c37913e1fac5af61b8247c03b6ca'] = 'Le ou les modules suivants n\'on
$_ERRORS['a7642593a28353de8256fc0e4bc3bc40'] = 'Ce module doit être installé pour être mis à jour :';
$_ERRORS['a78ac92432df02a17a667fdc15764454'] = 'Le moteur graphique sélectionné n\'est pas disponible.';
$_ERRORS['a7b770c4221d81830ac09059e16083a8'] = 'L\'identifiant du transporteur de cette commande n\'est pas valable';
$_ERRORS['a7d5d038cce55fa2caa086aa5081055b'] = 'Lorsque plusieurs tables sont utilisées, chaque attribut doit être référencé à l\'une de ces tables.';
$_ERRORS['a7eca295291f53a23ab7ba0a9c7fd9de'] = 'Cette fonctionnalité a été désactivée.';
$_ERRORS['a849f0a2ce9308492c70e3b4289e194e'] = 'Cette tranche existe déjà';
$_ERRORS['a855995ec17e0c80d5985a885f3d4d84'] = 'Impossible d\'ajouter un serveur Memcached';
@@ -446,9 +449,7 @@ $_ERRORS['b08b2fee4a9343ddb8432bb4b00eee88'] = 'Le serveur a dépassé son déla
$_ERRORS['b08d3867be98e6fff3233cd40ab8134a'] = 'La création de la commande a échoué';
$_ERRORS['b1046eaca37cbbd3b53d17c33299bfab'] = 'Ce produit a été remboursé.';
$_ERRORS['b1367942aa02ea8c9d4aa07cdf5e473c'] = 'Vous devez garder au moins un objet.';
$_ERRORS['b23ebcd794e36b00ff19996b457c16c0'] = 'Le code postal est invalide. Il doit être saisi comme suit : %s';
$_ERRORS['b258e174fe8a0a97dfadca62be8f7802'] = 'Le champ %s est invalide.';
$_ERRORS['b2b367f1201bb55f41e0688955f4f1a1'] = 'Date d\'expiration dépassée';
$_ERRORS['b34f6454b80599ab92262b1da79a9edb'] = 'Une erreur est survenue pendant la mise à jour du groupe par défaut';
$_ERRORS['b38f15cfb6f5640c4ff55cd72c7575f6'] = 'Ce bon de réduction n\'est pas encore valable';
$_ERRORS['b39188d5e26a56bfd489f50435c08785'] = 'La fonction %1$s (Ligne %2$s) est obsolète et ne fera pas partie de notre prochaine version majeure.';
@@ -490,7 +491,6 @@ $_ERRORS['bf57e7854dd04a357194e6752c094bd6'] = 'La facture n\'est pas valable';
$_ERRORS['bf94a83d80c2e2090d57dc51a01f6270'] = 'Une erreur s\'est produite lors du chargement de l\'objet image.';
$_ERRORS['bfd99559857dfcfc40cb0d0e6c8aee1b'] = 'Nom non valable';
$_ERRORS['c07d1d742561121e6abd49450947c187'] = 'le module ne peut être chargé';
$_ERRORS['c0fd3fa468d006d2865c096fa95d34ef'] = 'S\'il vous plaît connectez-vous à votre compte client pour voir cet commande, cette section est réservée aux comptes clients';
$_ERRORS['c111be82444b7eed2d979636db454ce9'] = 'Vous n\'avez pas la permission de voir ce contenu.';
$_ERRORS['c19e5b05ad139685b654599fca05394a'] = 'La valeur de la remise est incorrecte';
$_ERRORS['c1a4c1b929c4f5c81f80ece2d7b196aa'] = 'Produit non valable';
@@ -502,6 +502,7 @@ $_ERRORS['c2808546f3e14d267d798f4e0e6f102e'] = 'Personnalisé';
$_ERRORS['c45319ee556dc43ba15523c539c7e9d4'] = 'Désolé, nous ne pouvons renouveler votre commande.';
$_ERRORS['c4ae3afc5d4c01919142f8b39cc5c1c5'] = 'format de l\'image non reconnu ; formats acceptés : GIF, JPG, PNG';
$_ERRORS['c4e7595c4e8f49c80458997b912d749b'] = 'Mauvais identifiants';
$_ERRORS['c4f5077a372c78b2eaa4ef921396bbf7'] = 'Votre code postal n\'est pas valable.';
$_ERRORS['c569149bbb8ca2ea337fa0a4c6c98409'] = 'Aucun bon de livraison trouvé pour cette période';
$_ERRORS['c662307430c97af94e120201c8d56c66'] = 'Ce champ %1$s est obligatoire au moins en %2$s';
$_ERRORS['c6a8757e591d6090eb75d11e8d316f57'] = 'SSL activé. Mais votre adresse IP est autorisée à utiliser le mode non sécurisé (maintenance ou adresse IP locale).';
@@ -518,7 +519,6 @@ $_ERRORS['cb17b4eeba6f9e864a87b06af9cae29e'] = 'Impossible d\'enregistrer cette
$_ERRORS['cb20447a4bf5ff9bec717ec68a357a93'] = 'Pas de moteur graphique sélectionné';
$_ERRORS['cb46295650e6e2a53d528e353546c2a5'] = 'Une erreur s\'est produite pendant la mise à jour de la personnalisation.';
$_ERRORS['cba0b206627d45fbf0ae707e20d4a38f'] = 'mot de passe non valable';
$_ERRORS['cbadeb15d4f321e2fd06a41e46d34fd3'] = 'Vous ne pouvez pas ecrire sur ce fichier : \"%s\"';
$_ERRORS['cc7e699f0084632117f35dc294d29f16'] = 'Une erreur s\'est produite pendant la mise à jour de l\'état de l\'objet.';
$_ERRORS['ccacacd12f75e1ab3f9ce3e234ed5777'] = 'Aucun moteur de grille sélectionné';
$_ERRORS['cd41badf2abd4a993073f9b5611de271'] = 'Numéro de commande non valable';
@@ -532,9 +532,11 @@ $_ERRORS['d107b93e0404a9ec3a24c3b797b63fff'] = 'Aucun remboursement trouvé';
$_ERRORS['d14e88e2344c5dba06dad332a7f74726'] = 'Vous devez d\'abord choisir un transporteur';
$_ERRORS['d1a9295d276a65933e0a7334a12e6f41'] = 'Mauvaise extension de fichier';
$_ERRORS['d1c300a4980ca376d6e94f5acdd08c23'] = 'Erreur : il n\'y a pas de transporteur pouvant livrer à certaines de vos adresses';
$_ERRORS['d1d12796eefffcc3e4411e37ca2f3178'] = 'S\'il vous plaît connectez-vous à votre compte client pour voir cet commande, cette section est réservée aux comptes clients';
$_ERRORS['d1d34a7a87b13057cd33cb88866b895c'] = 'Erreur fatale : le répertoire contenant les modules n\'est plus présent';
$_ERRORS['d270bcd0e2c2f7af9d31622993706046'] = 'Impossible de modifier une commande livrée';
$_ERRORS['d38b0c0b1e5c3d6a89219e4617f85034'] = 'Ce module est déjà désinstallé :';
$_ERRORS['d39e88adeb63c3af845edd9e5db5d7c1'] = 'Veuillez saisir votre code postal.';
$_ERRORS['d4430672c8b3c123ae5f4c2f4b5b458d'] = 'Vous devez avoir au moins un produit.';
$_ERRORS['d4e6d6c42bf3eb807b8778255a4ce415'] = 'Échec d\'authentification';
$_ERRORS['d543c3cf08667fe12b4bb22d6abd84c7'] = 'Le titre \"%s\" est déjà utilisé, veuillez en choisir un autre.';
@@ -595,7 +597,6 @@ $_ERRORS['e92c1fa650792e8d5516b18eaea7782b'] = 'Une erreur est survenue lors de
$_ERRORS['e96841b0cb2396574006c1e17a45abec'] = 'Une erreur est survenue lors de la copie de l\'image.';
$_ERRORS['e970d66f1c952edf7a4e5dfcf3e18958'] = 'Une erreur est survenue lors de l\'ajout d\'un état.';
$_ERRORS['e9d5591bea19d55d29d79c3c2a8f2d8c'] = 'Le pourcentage de réduction doit être entre 0% et 100%';
$_ERRORS['e9eab518286445911f42b03dadffdfd3'] = 'Produit n°%1$d : l\'image ne peut être sauvegardée : %2$s';
$_ERRORS['ea030df6cb392bef66cde22c94578ae4'] = 'Serveur de média n°1 non valable';
$_ERRORS['ea46a30a58b705f4464e1ee04727db69'] = 'Le produit spécifié n\'est pas valable';
$_ERRORS['ea68586346b9b9f8ca43827cb3341ffd'] = 'Le fournisseur n\'existe pas.';
@@ -626,6 +627,7 @@ $_ERRORS['f1534de7e6636fdfedf7aea238841b24'] = 'Vous ne pouvez pas supprimer ou
$_ERRORS['f1af7a5b67241bb73be668c457a6e6fa'] = 'Vous devez sélectionner au moins un élément a affecter dans une nouvelle zone.';
$_ERRORS['f1cdcf26d9787f078f7fc0e0645858d7'] = 'Erreur : pas de support UTF-8. S\'il vous plaît vérifier votre configuration de serveur.';
$_ERRORS['f2ee6211fd44afca2f01ee2d1031d0e5'] = 'Merci de vous connecter pour voir les méthodes de paiement';
$_ERRORS['f2ee78c8b394b75621a7888b603c656d'] = 'Date d\'expiration dépassée';
$_ERRORS['f32c746083382bb54c8c714b1f2db3ce'] = 'Veuillez sélectionner un sujet dans la liste.';
$_ERRORS['f33bca063db69a70ff1910e99db0a9fe'] = 'Aucune zone ne correspond à votre adresse';
$_ERRORS['f3566b62fb3dddee617860e949c692f9'] = 'Nom de la réduction :';
@@ -667,7 +669,6 @@ $_ERRORS['fd3d2771d53d8e29bb0d79d00cf3696d'] = 'L\'employé doit être associé
$_ERRORS['fd6034a1544218709264bfa5c70ffb69'] = 'Vous ne pouvez pas utiliser ce bon de réduction dans votre pays de livraison';
$_ERRORS['fe22b7cb2de47c8eafec2ad82fada9dd'] = 'Le produit doit être créé avant d\'ajouter des possibilités de personnalisations.';
$_ERRORS['fe40ffc8cf596487324e6b486e6b64c4'] = 'Une erreur est survenue lors du placement du module sur le point d\'accroche.';
$_ERRORS['fe890c9c2397efb789a20fce3ee5bc3a'] = 'Veuillez saisir votre code postal.';
$_ERRORS['ff58a216e0c3ac9c33b0aa035a161dd8'] = 'Impossible de générer un bon de réduction';
$_ERRORS['ff5a229e566831ea38a2ba5fb739df9f'] = 'Erreur : veuillez choisir une adresse';
$_ERRORS['ff86c1ffba9a1e575183a01d21a3745a'] = '\"%s\" : n\'est pas un e-mail valable';
+12 -11
View File
@@ -30,8 +30,6 @@ $_ERRORS['098eb45965b4097a844451b00737e89b'] = 'Questo voucher è scaduto';
$_ERRORS['0994872d0fe72d045c0bcaaea1971e7b'] = 'Alcuni articoli non sono disponibili, non siamo in grado di rinnovare il tuo ordine';
$_ERRORS['099788460b01d1cfe9997d4c577f7f56'] = 'Un prodotto nel tuo carrello non è più disponibile, non puoi procedere con l\'ordine.';
$_ERRORS['09a0fad4c9a9702b2db457f6bff88f3d'] = 'È verificato un errore durante l\'aggiornamento del gruppo predefinito';
$_ERRORS['0a2808a7f106b67ab21f6198b7ef5537'] = 'Il tuo codice postale non è valido';
$_ERRORS['0a4ab4b1d9936ff9a5bdbeb76875ff96'] = 'Il codice postale è richiesto.';
$_ERRORS['0ac71c0ec0ed7abefc776619cf8c4842'] = 'si è verificato un errore durante la cancellazione della restituzione prodotto';
$_ERRORS['0b85d79bd7e582c805ec82e3b7f6293e'] = 'L\'ordine non è più valido';
$_ERRORS['0ba3468276e0637278bc5f5567bb36bc'] = 'Il file è mancante';
@@ -83,6 +81,7 @@ $_ERRORS['1c188f7466ede1cee857741eb5aa3ac5'] = 'Errore: per favore scegli un cor
$_ERRORS['1c5c687f849bde6efe2a53c9128c0b28'] = 'si è verificato un errore durante l\'aggiornamento delle tariffe';
$_ERRORS['1d112c010ef14e32e478b36aca8d3414'] = 'config.xml nella tua cartella temi non è un file xml valido';
$_ERRORS['1da7939bc143bf9e27d21fa29b13c6f6'] = 'impossibile scrivere dentro il file %s. Controllare i permessi di scrittura.';
$_ERRORS['1def1020bfbe5a08354c1bc174ffe368'] = 'Il campo %1$s è troppo lungo. (%2$d caratteri al massimo)';
$_ERRORS['1e9066772f1d8ce67df8057fee47e228'] = 'Impossibile cancellare l\'attributo.';
$_ERRORS['1eb83269f86ddcbea29ef8d2d2565c03'] = 'Si è verificato un errore: Impossibile eliminare l\'attuale stato di ritorno per';
$_ERRORS['1f40f5a173d741074a8a0346d9c20c75'] = 'Impossibile spedire un prodotto in un ordine spedito';
@@ -140,7 +139,6 @@ $_ERRORS['34843eb626c7fbe22db113fca38197b7'] = 'Un errore nella trasformazione d
$_ERRORS['34bff86ac3ed2450ae5b4c562f353115'] = 'Non ci sono vettori in grado di consegnare ad uno degli indirizzi che hai selezionato.';
$_ERRORS['3549b9f409be47593858dbe1a546c978'] = 'Si è verificato un errore: Impossibile salvare la seguente regola tasse';
$_ERRORS['35f428e10ac312a2d9a32325c8294df9'] = 'Il campo %1$s (%2$s) non è valido';
$_ERRORS['36296325727560bc0b1ae0e0801c82b7'] = 'Quando si utilizzano multi tabelle, ogni attributo deve fare riferimento a una tabella.';
$_ERRORS['36527e8d64ec4ced95607f6ef9b2a1b9'] = 'Impossibile trovare la fattura di questo ordine nel database';
$_ERRORS['366da0581c44d3c179e44f532b693eab'] = 'Memcached IP mancante';
$_ERRORS['36757394a699878de6f0e51f203d1ee7'] = 'Impossibile percorrere la directory radice';
@@ -182,6 +180,7 @@ $_ERRORS['43423b4056880b08f2c9aa50d8670531'] = 'Il carrello non può essere cari
$_ERRORS['4383b950a18d0fd893e237148f5f58ca'] = 'Questo cliente già esiste come non-ospite.';
$_ERRORS['43bf950e043950e2da10f917b902c131'] = '%1$s (ID: %2$s) non può essere salvata';
$_ERRORS['44205a67121fcca5ffa925d1ed77b65e'] = 'L\'archivio non può essere estratto';
$_ERRORS['4456dd9f29e6b3ce608bb06fd0bda025'] = 'Prodotto n° %1$s : l\'immagine non può essere salvata: %2$s';
$_ERRORS['44fb451a35a1c382da79166dc8c78e43'] = 'Nessun prodotto trovato';
$_ERRORS['456e77e04e2e26231ee352304627b26d'] = 'Chiave non valida';
$_ERRORS['45ebc64529137a007889ee445d64611c'] = 'Impossibile aggiornare la posizione.';
@@ -208,7 +207,9 @@ $_ERRORS['4a2f5c8a04cc978f1803fe9b68833463'] = 'Compilare tutti I campi richiest
$_ERRORS['4b198aa15f6cc8f56488d924b18fa888'] = 'nessun carrello con questo ID';
$_ERRORS['4c4492297de90e9e2f5665bf87b4e034'] = 'Questo voucher non è accumulabile con un altro già presente nel carrello';
$_ERRORS['4c8095bf0e5b08fc403372526a66ad79'] = 'Errore - Nessun codice ISO per l\'e-mail !';
$_ERRORS['4d36345317d952e77679da7a9116fa2f'] = 'Il codice postale non è valido. Deve avere il formato seguente: %s';
$_ERRORS['4d723acb1f1f9f9550fec2e473a2d874'] = 'Il magazzino di destinazione non è valido';
$_ERRORS['4d79cd1c724493b94109c3575cc9f3e0'] = 'è una parola chiave non autorizzata.';
$_ERRORS['4df3709ec0ff3ceb57341890ccf57641'] = 'È verificato un errore durante la copia di immagini:';
$_ERRORS['4e0ac45de6bd848503ffa98ff6247f2f'] = 'Eliminazione dell\'errore:';
$_ERRORS['4eb9ec8ac71ad17fdc99b5371ace9f6e'] = 'Impossibile creare un backup';
@@ -270,6 +271,7 @@ $_ERRORS['637976ed39a990f58f8a3650eac0ff08'] = 'L\'indirizzo email è richiesto'
$_ERRORS['637fb68fda1ee54b2fc75effa41a206d'] = 'Il campo %1$s è troppo lungo. (%2$d caratteri al massimo)';
$_ERRORS['63a3342bcb133c141890746783007eaa'] = 'si è verificato un errore durante l\'aggiornamento dello status';
$_ERRORS['63ae8982fa76c668cbfc774ccf083d26'] = 'Server media n.3 non valido';
$_ERRORS['64ba07baee6e76301d0cb724a04ef58d'] = 'Il codice postale è richiesto.';
$_ERRORS['652122103181aa2752efaecab300edf0'] = 'Accesso vietato';
$_ERRORS['66aa5fddcef66aa99c90c46f936de393'] = 'Il prodotto selezionato non è valido.';
$_ERRORS['66f24b4cb390959a74fae0280bf8cdec'] = 'Errore nell\'aggiornamento dei campi richiesti';
@@ -283,6 +285,7 @@ $_ERRORS['6b7d9f171f524c0d49dfb5370f5b69f4'] = 'Si è verificato un errore su pr
$_ERRORS['6b9041eb853a3cf9b47f13f53b70f51a'] = 'Si è verificato un errore durante l\'ggiornamento del tuo indirizzo.';
$_ERRORS['6b9cc232bf4044274ec42062b60736fb'] = 'le fatture sono disattivate su questo negozio';
$_ERRORS['6cf73576720519e739771a4fa489410b'] = 'lingua introvabile';
$_ERRORS['6d6b26b2dd85a175eed3b6a30e188c47'] = 'Il codice postale non è valido.';
$_ERRORS['6da9714ab9db11108de5b4a82bf7f59e'] = 'Non puoi più usare questo voucher (limite di utilizzo raggiunto)';
$_ERRORS['6df7b457f3065876e5146908a7836fbc'] = 'Id ordine non valido';
$_ERRORS['6e659c47c94d1e1dc7121859f43fb2b0'] = 'E-mail non valida';
@@ -355,6 +358,7 @@ $_ERRORS['8f3d9ee281e1abb9111486bcbda6804e'] = 'Errore: le immagini alcuni o tut
$_ERRORS['8fd6c902e0a6186ebc62b4c3c65dc528'] = 'Non è possibile eliminare questo account perché gestisce magazzini. Controllare i magazzini prima.';
$_ERRORS['902b0d55fddef6f8d651fe1035b7d4bd'] = 'Errore';
$_ERRORS['9072e6a7f1693ef1fb211f2f6dc56d02'] = 'Prezzo richiesto per l\'attributo';
$_ERRORS['918d3e2c65c72308ef3580f538d55af0'] = 'Impossibile scrivere questo file: “%s”';
$_ERRORS['918eafd2a5ffd2824a394ce7bf1c4df4'] = 'Data di nascita non valida';
$_ERRORS['9211c38458f969f18498096a400a2214'] = 'oggetto impossibile da caricare';
$_ERRORS['922dc0515643fb69585b67281692644a'] = 'Puoi rigenerare la tua password solo ogni %d minuti(0)';
@@ -366,7 +370,6 @@ $_ERRORS['94073386539fc874e318a625941344f8'] = 'la data di fine non è valida (f
$_ERRORS['94295ef230cb5a43fa693a7bf898df86'] = 'Un errore si è verificato, questa doesnt modulo esiste:';
$_ERRORS['9562e87aa70988950a8356458082fc1b'] = 'Errore: Non ci sono corrieri che consegnano al tuo indirizzo';
$_ERRORS['95cc61064b636eb1782b85bde2263433'] = 'Errore durante la modifica di questa linea di prodotti';
$_ERRORS['967073fb783cf50a3c3addc66f4c6567'] = 'è una parola chiave non autorizzata.';
$_ERRORS['96a2d573cabb2e5b3d6164140d28e8da'] = 'il prodotto deve essere creato prima di aggiungere delle caratteristiche';
$_ERRORS['97fc9862b0bebc68aa03f466bfc2c6bf'] = 'Errore: oggetto e-mail non valido';
$_ERRORS['9802d4c5788286fb906861d64b2c520c'] = 'Non è possibile eliminare o disabilitare un gruppo di negozio che ha negozi che lo utilizzano.';
@@ -379,7 +382,6 @@ $_ERRORS['9b3261577a34cd7c48ad83d80295ff09'] = 'Errore fatale: nessun mezzo di s
$_ERRORS['9c75ae847d61a08e116e964121effab2'] = 'impossibile salvare il gruppo riduzioni.';
$_ERRORS['9c76f2f7dfd1a97c3303fda501ea7fd9'] = 'Esiste già un prezzo specifico per questi parametri';
$_ERRORS['9ce4606635f2118f9d10d1f323f73fe2'] = 'Questo modulo non può essere spostato in questo Hook.';
$_ERRORS['9d25fc6c5ea4a4331951a37139e9503b'] = 'Il codice postale non è valido.';
$_ERRORS['9d8f8b3b0bb337d4e658ed339c3f77ee'] = 'Nome troppo lungo (%d caratteri al massimo)';
$_ERRORS['9da8f16cc70539be13ffa3e051462fb1'] = 'Errore: il paramentro \"from\" è corrotto';
$_ERRORS['9ddf236daae81f831ccf3c0bfe9751e5'] = 'si è verificato un errore durante l\'aggiornamento';
@@ -403,6 +405,7 @@ $_ERRORS['a5df8bfce318a15ea55f18082b9b56c0'] = 'Non hai accesso a questo prodott
$_ERRORS['a693c37913e1fac5af61b8247c03b6ca'] = 'Il seguente modulo(i) non sono stati aggiornati con successo: %s';
$_ERRORS['a7642593a28353de8256fc0e4bc3bc40'] = 'Questo modulo deve essere installato per essere aggiornato:';
$_ERRORS['a7b770c4221d81830ac09059e16083a8'] = 'L\'ID ordine corriere non è valido';
$_ERRORS['a7d5d038cce55fa2caa086aa5081055b'] = 'Quando si utilizzano multi tabelle, ogni attributo deve fare riferimento a una tabella.';
$_ERRORS['a7eca295291f53a23ab7ba0a9c7fd9de'] = 'Questa funzionalità è stata disabilitata';
$_ERRORS['a849f0a2ce9308492c70e3b4289e194e'] = 'L\'intervallo esiste già';
$_ERRORS['a855995ec17e0c80d5985a885f3d4d84'] = 'Impossibile aggiungere un server Memcache';
@@ -425,9 +428,7 @@ $_ERRORS['b08b2fee4a9343ddb8432bb4b00eee88'] = 'Il server è scaduto, la filigra
$_ERRORS['b08d3867be98e6fff3233cd40ab8134a'] = 'La creazione dell\'ordine non è riuscita';
$_ERRORS['b1046eaca37cbbd3b53d17c33299bfab'] = 'Il prodotto è stato rimborsato';
$_ERRORS['b1367942aa02ea8c9d4aa07cdf5e473c'] = 'Devi mantenere almeno un oggetto';
$_ERRORS['b23ebcd794e36b00ff19996b457c16c0'] = 'Il codice postale non è valido. Deve avere il formato seguente: %s';
$_ERRORS['b258e174fe8a0a97dfadca62be8f7802'] = 'Il campo %s non è valido';
$_ERRORS['b2b367f1201bb55f41e0688955f4f1a1'] = 'Gentile cliente, hai superato la data di scadenza.';
$_ERRORS['b34f6454b80599ab92262b1da79a9edb'] = 'Si è verificato un errore durante l\'aggiornamento del gruppo di default';
$_ERRORS['b38f15cfb6f5640c4ff55cd72c7575f6'] = 'Questo voucher non è ancora valido';
$_ERRORS['b39188d5e26a56bfd489f50435c08785'] = 'La funzione %1$s (Linea %2$s) è deprecata e sarà rimosso nella prossima versione.';
@@ -466,7 +467,6 @@ $_ERRORS['bf57e7854dd04a357194e6752c094bd6'] = 'La fattura non è valida';
$_ERRORS['bf94a83d80c2e2090d57dc51a01f6270'] = 'si è verificato un errore durante il caricamento dell\'oggetto immagine';
$_ERRORS['bfd99559857dfcfc40cb0d0e6c8aee1b'] = 'Cognome non valido';
$_ERRORS['c07d1d742561121e6abd49450947c187'] = 'il modulo non può essere caricato';
$_ERRORS['c0fd3fa468d006d2865c096fa95d34ef'] = 'Esegui il log-in al tuo account cliente per vedere quest\'ordine, questa sezione è riservata agli account ospite.';
$_ERRORS['c111be82444b7eed2d979636db454ce9'] = 'Accesso vietato';
$_ERRORS['c19e5b05ad139685b654599fca05394a'] = 'Il valore dello sconto non è corretto.';
$_ERRORS['c1a4c1b929c4f5c81f80ece2d7b196aa'] = 'Prodotto non valido';
@@ -478,6 +478,7 @@ $_ERRORS['c2808546f3e14d267d798f4e0e6f102e'] = 'Personalizzato';
$_ERRORS['c45319ee556dc43ba15523c539c7e9d4'] = 'Mi spiace, non possiamo rinnovare il tuo ordine';
$_ERRORS['c4ae3afc5d4c01919142f8b39cc5c1c5'] = 'formato dell\'immagine non riconosciuto; formati accettati: GIF, JPG, PNG';
$_ERRORS['c4e7595c4e8f49c80458997b912d749b'] = 'Identificativi errati!';
$_ERRORS['c4f5077a372c78b2eaa4ef921396bbf7'] = 'Il tuo codice postale non è valido';
$_ERRORS['c569149bbb8ca2ea337fa0a4c6c98409'] = 'Nessuna nota di consegna trovata per questo periodo';
$_ERRORS['c662307430c97af94e120201c8d56c66'] = 'Il campo %1$s è richiesto almeno in %2$s';
$_ERRORS['c6a8757e591d6090eb75d11e8d316f57'] = 'SSL è attivato. Tuttavia, il tuo IP ha il permesso di utilizzare la modalità non protetta (mantenimento o IP locale).';
@@ -492,7 +493,6 @@ $_ERRORS['caad0b7f239f837303526053ee198499'] = 'È necessario specificare se la
$_ERRORS['cb17b4eeba6f9e864a87b06af9cae29e'] = 'Impossibile salvare la nota fattura.';
$_ERRORS['cb46295650e6e2a53d528e353546c2a5'] = 'si è verificato un errore durante l\'aggiornamento dei parametri della personalizzazione';
$_ERRORS['cba0b206627d45fbf0ae707e20d4a38f'] = 'Password non valida';
$_ERRORS['cbadeb15d4f321e2fd06a41e46d34fd3'] = 'Impossibile scrivere questo file: “%s”';
$_ERRORS['cc7e699f0084632117f35dc294d29f16'] = 'si è verificato un errore durante l\'aggiornamento dello status dell\'oggetto';
$_ERRORS['cd41badf2abd4a993073f9b5611de271'] = 'Id ordine non valido';
$_ERRORS['ce30da82a4a6b974c18780af4597c8ee'] = 'Si è verificato un errore durante la configurazione delle priorità';
@@ -505,9 +505,11 @@ $_ERRORS['d107b93e0404a9ec3a24c3b797b63fff'] = 'Nessuna nota di credito trovata'
$_ERRORS['d14e88e2344c5dba06dad332a7f74726'] = 'Devi scegliere un corriere prima';
$_ERRORS['d1a9295d276a65933e0a7334a12e6f41'] = 'Estensione file non valida';
$_ERRORS['d1c300a4980ca376d6e94f5acdd08c23'] = 'Errore:Non ci sono corrieri in grado di consegnare ad alcuni dei tuoi indirizzi';
$_ERRORS['d1d12796eefffcc3e4411e37ca2f3178'] = 'Esegui il log-in al tuo account cliente per vedere quest\'ordine, questa sezione è riservata agli account ospite.';
$_ERRORS['d1d34a7a87b13057cd33cb88866b895c'] = 'Errore fatale: la directory che contiene i moduli non è presente';
$_ERRORS['d270bcd0e2c2f7af9d31622993706046'] = 'Non è possibile modificare un ordine consegnato';
$_ERRORS['d38b0c0b1e5c3d6a89219e4617f85034'] = 'Questo modulo è già disinstallato:';
$_ERRORS['d39e88adeb63c3af845edd9e5db5d7c1'] = 'inserisci il tuo CAP';
$_ERRORS['d4430672c8b3c123ae5f4c2f4b5b458d'] = 'devi avere almeno un prodotto';
$_ERRORS['d4e6d6c42bf3eb807b8778255a4ce415'] = 'Autenticazione fallita';
$_ERRORS['d543c3cf08667fe12b4bb22d6abd84c7'] = 'L\'alias “%s” è già usato, scegliere un altro nome.';
@@ -566,7 +568,6 @@ $_ERRORS['e92c1fa650792e8d5516b18eaea7782b'] = 'SI è verificato un errore duran
$_ERRORS['e96841b0cb2396574006c1e17a45abec'] = 'Si è verificato un errore durante la copia dell\'immagine';
$_ERRORS['e970d66f1c952edf7a4e5dfcf3e18958'] = 'Si è verificato un errore durante l\'aggiunta di uno status';
$_ERRORS['e9d5591bea19d55d29d79c3c2a8f2d8c'] = 'La riduzione in % deve essere compresa tra 0% e 100%';
$_ERRORS['e9eab518286445911f42b03dadffdfd3'] = 'Prodotto n° %1$s : l\'immagine non può essere salvata: %2$s';
$_ERRORS['ea030df6cb392bef66cde22c94578ae4'] = 'Server media n.1 non valido';
$_ERRORS['ea46a30a58b705f4464e1ee04727db69'] = 'Il prodotto specificato non è valido';
$_ERRORS['ea68586346b9b9f8ca43827cb3341ffd'] = 'Il fornitore non esiste.';
@@ -594,6 +595,7 @@ $_ERRORS['f0dc0fa07b13965fe5a95fa37166c4e7'] = 'Indirizzo e-mail mancante';
$_ERRORS['f100c143763d1b027a3e4cb77df9d1b7'] = 'si è verificato un errore durante la creazione dei campi personalizzati';
$_ERRORS['f1534de7e6636fdfedf7aea238841b24'] = 'Non è possibile eliminare o disabilitare l\'ultimo gruppo negozio.';
$_ERRORS['f2ee6211fd44afca2f01ee2d1031d0e5'] = 'Per favore loggati per vedere i metodi di pagamento';
$_ERRORS['f2ee78c8b394b75621a7888b603c656d'] = 'Gentile cliente, hai superato la data di scadenza.';
$_ERRORS['f32c746083382bb54c8c714b1f2db3ce'] = 'Selezionare un soggetto della lista.';
$_ERRORS['f33bca063db69a70ff1910e99db0a9fe'] = 'Nessuna zona corrisponde il tuo indirizzo';
$_ERRORS['f3566b62fb3dddee617860e949c692f9'] = 'Nome voucher:';
@@ -633,7 +635,6 @@ $_ERRORS['fd3d2771d53d8e29bb0d79d00cf3696d'] = 'L\'impiegato deve essere associa
$_ERRORS['fd6034a1544218709264bfa5c70ffb69'] = 'Non puoi utilizzare questo vouchernella tua nazione di spedizione';
$_ERRORS['fe22b7cb2de47c8eafec2ad82fada9dd'] = 'il prodotto deve essere creato prima di aggiungere delle personalizzazioni';
$_ERRORS['fe40ffc8cf596487324e6b486e6b64c4'] = 'si è verificato un errore durante il trapianto del collegamento';
$_ERRORS['fe890c9c2397efb789a20fce3ee5bc3a'] = 'inserisci il tuo CAP';
$_ERRORS['ff58a216e0c3ac9c33b0aa035a161dd8'] = 'Impossibile creare un buono sconto';
$_ERRORS['ff5a229e566831ea38a2ba5fb739df9f'] = 'Errore: per favore scegli un indirizzo';
$_ERRORS['ff86c1ffba9a1e575183a01d21a3745a'] = '“%s”: Non è un indirizzo email valido';