3504 lines
219 KiB
Smarty
3504 lines
219 KiB
Smarty
INSERT INTO `lang`(`id`,`title`,`code`,`locale`,`url`,`date_format`,`time_format`,`datetime_format`,`decimal_separator`,`thousands_separator`,`decimals`,`active`,`visible`,`by_default`,`created_at`,`updated_at`)VALUES
|
||
(1, 'Français', 'fr', 'fr_FR', '', 'd/m/Y', 'H:i:s', 'd/m/Y H:i:s', ',', ' ', '2', '1', '1', '0', NOW(), NOW()),
|
||
(2, 'English', 'en', 'en_US', '', 'm-d-Y', 'h:i:s', 'm-d-Y h:i:s', '.', ' ', '2', '1', '1', '1', NOW(), NOW()),
|
||
(3, 'Castellano', 'es', 'es_ES', '', 'm-d-Y', 'h:i:s', 'm-d-Y h:i:s', ',', '.', '2', '1', '1', '0', NOW(), NOW()),
|
||
(4, 'Italiano', 'it', 'it_IT', '', 'd/m/Y', 'H:i:s', 'd/m/y H:i:s', ',', ' ', '2', '1', '1', '0', NOW(), NOW()),
|
||
(5, 'Russian', 'ru', 'ru_RU', '', 'j.n.Y', 'H:i:s', 'j.n.Y H:i:s', ',', ' ', '2', '0', '0', '0', NOW(), NOW()),
|
||
(6, 'Czech', 'cs', 'cs_CZ', '', 'j.n.Y', 'H:i:s', 'j.n.Y H:i:s', ',', ' ', '2', '0', '0', '0', NOW(), NOW()),
|
||
(7, 'Deutsch', 'de', 'de_DE', '', 'd-m-Y', 'H:i:s', 'd-m-Y H:i:s', ',', '.', '2', '0', '0', '0', NOW(), NOW());
|
||
|
||
INSERT INTO `config` (`id`, `name`, `value`, `secured`, `hidden`, `created_at`, `updated_at`) VALUES
|
||
(1, 'check-available-stock', '1', 0, 0, NOW(), NOW()),
|
||
(2, 'active-front-template', 'default', 0, 0, NOW(), NOW()),
|
||
(3, 'active-admin-template', 'default', 0, 0, NOW(), NOW()),
|
||
(4, 'active-pdf-template', 'default', 0, 0, NOW(), NOW()),
|
||
(5, 'active-mail-template', 'default', 0, 0, NOW(), NOW()),
|
||
(6, 'rewriting_enable', '1', 0, 0, NOW(), NOW()),
|
||
(7, 'imagine_graphic_driver', 'gd', 0, 0, NOW(), NOW()),
|
||
(8, 'default_images_quality_percent', '90', 0, 0, NOW(), NOW()),
|
||
(9, 'original_image_delivery_mode', 'symlink', 0, 0, NOW(), NOW()),
|
||
(10, 'original_document_delivery_mode', 'symlink', 0, 0, NOW(), NOW()),
|
||
(11, 'images_library_path', 'local/media/images', 0, 0, NOW(), NOW()),
|
||
(12, 'documents_library_path', 'local/media/documents', 0, 0, NOW(), NOW()),
|
||
(13, 'image_cache_dir_from_web_root', 'cache/images', 0, 0, NOW(), NOW()),
|
||
(14, 'document_cache_dir_from_web_root', 'cache/documents', 0, 0, NOW(), NOW()),
|
||
(15, 'page_not_found_view', '404.html', 0, 0, NOW(), NOW()),
|
||
(16, 'obsolete_rewriten_url_view', 'obsolete-rewritten-url', 0, 0, NOW(), NOW()),
|
||
(17, 'use_tax_free_amounts', 0, 0, 0, NOW(), NOW()),
|
||
(18, 'process_assets', '0', 0, 0, NOW(), NOW()),
|
||
(19, 'thelia_admin_remember_me_cookie_name', 'tarmcn', 0, 0, NOW(), NOW()),
|
||
(20, 'thelia_admin_remember_me_cookie_expiration', 2592000, 0, 0, NOW(), NOW()),
|
||
(21, 'thelia_customer_remember_me_cookie_name', 'tcrmcn', 0, 0, NOW(), NOW()),
|
||
(22, 'thelia_customer_remember_me_cookie_expiration', 31536000, 0, 0, NOW(), NOW()),
|
||
(23, 'url_site','', 0, 0, NOW(), NOW()),
|
||
(24, 'pdf_invoice_file', 'invoice', 0, 0, NOW(), NOW()),
|
||
(25, 'pdf_delivery_file', 'delivery', 0, 0, NOW(), NOW()),
|
||
(26, 'unknown-flag-path','assets/img/flags/unknown.png', 0, 0, NOW(), NOW()),
|
||
(27, 'html_output_trim_level','1', 0, 0, NOW(), NOW()),
|
||
(28, 'default_available_stock', '100', 0, 0, NOW(), NOW()),
|
||
(29, 'information_folder_id', '', 0, 0, NOW(), NOW()),
|
||
(30, 'terms_conditions_content_id', '', 0, 0, NOW(), NOW()),
|
||
(31, 'allow_negative_stock', '0', 0, 0, NOW(), NOW()),
|
||
(32, 'cart.use_persistent_cookie', '1', 0, 0, NOW(), NOW()),
|
||
(33, 'cart.cookie_name', 'thelia_cart', 0, 0, NOW(), NOW()),
|
||
(34, 'cart.cookie_lifetime', '31536060', 0, 0, NOW(), NOW()),
|
||
(35, 'session_config.lifetime', '0', 0, 0, NOW(), NOW()),
|
||
(36, 'session_config.default', '1', 1, 1, NOW(), NOW()),
|
||
(37, 'default_lang_without_translation', '1', 1, 1, NOW(), NOW()),
|
||
(38, 'store_name','', 0, 1, NOW(), NOW()),
|
||
(39, 'store_description','', 0, 1, NOW(), NOW()),
|
||
(40, 'store_email','', 0, 1, NOW(), NOW()),
|
||
(41, 'store_notification_emails','', 0, 1, NOW(), NOW()),
|
||
(42, 'one_domain_foreach_lang','0', 1, 1, NOW(), NOW()),
|
||
(43, 'thelia_version','{$version}', 1, 1, NOW(), NOW()),
|
||
(44, 'thelia_major_version','{$major}', 1, 1, NOW(), NOW()),
|
||
(45, 'thelia_minus_version','{$minus}', 1, 1, NOW(), NOW()),
|
||
(46, 'thelia_release_version','{$release}', 1, 1, NOW(), NOW()),
|
||
(47, 'thelia_extra_version','{$extra}', 1, 1, NOW(), NOW()),
|
||
(48, 'front_cart_country_cookie_name','fcccn', 1, 1, NOW(), NOW()),
|
||
(49, 'front_cart_country_cookie_expires','2592000', 1, 1, NOW(), NOW()),
|
||
(50, 'sitemap_ttl','7200', 1, 1, NOW(), NOW()),
|
||
(51, 'feed_ttl','7200', 1, 1, NOW(), NOW()),
|
||
(52, 'form_firewall_bruteforce_time_to_wait', '10', 0, 0, NOW(), NOW()),
|
||
(53, 'form_firewall_time_to_wait', '60', 0, 0, NOW(), NOW()),
|
||
(54, 'form_firewall_bruteforce_attempts', '10', 0, 0, NOW(), NOW()),
|
||
(55, 'form_firewall_attempts', '6', 0, 0, NOW(), NOW()),
|
||
(56, 'form_firewall_active', '1', 0, 0, NOW(), NOW()),
|
||
(57, 'allow_slash_ended_uri', '1', 0, 0, NOW(), NOW()),
|
||
(58, 'error_message.show', '1', 0, 0, NOW(), NOW()),
|
||
(59, 'error_message.page_name', 'error.html', 0, 0, NOW(), NOW()),
|
||
(60, 'customer_change_email', '0', 0, 0, NOW(), NOW()),
|
||
(61, 'customer_confirm_email', '1', 0, 0, NOW(), NOW()),
|
||
(62, 'form.secret', 'ThisIsNotASecret', 0, 0, NOW(), NOW()),
|
||
(63, 'minimum_admin_password_length', '4', 0, 0, NOW(), NOW()),
|
||
(64, 'enable_lost_admin_password_recovery', '1', 0, 0, NOW(), NOW()),
|
||
(65, 'notify_newsletter_subscription', '1', 0, 0, NOW(), NOW()),
|
||
(66, 'number_default_results_per_page.product_list', '20', 0, 0, NOW(), NOW()),
|
||
(67, 'number_default_results_per_page.order_list', '20', 0, 0, NOW(), NOW()),
|
||
(68, 'number_default_results_per_page.customer_list', '20', 0, 0, NOW(), NOW()),
|
||
(69, 'customer_email_confirmation', '0', 0, 0, NOW(), NOW()),
|
||
(70, 'number_default_results_per_page.coupon_list', '20', 0, 0, NOW(), NOW()),
|
||
(71, 'cdn.documents-base-url', '', 0, 0, NOW(), NOW()),
|
||
(72, 'cdn.assets-base-url', '', 0, 0, NOW(), NOW()),
|
||
(73, 'allow_module_zip_install', '1', 0, 0, NOW(), NOW())
|
||
|
||
;
|
||
|
||
INSERT INTO `module` (`id`, `code`, `type`, `activate`, `position`, `full_namespace`, `hidden`, `mandatory`, `created_at`, `updated_at`) VALUES
|
||
(1, 'Carousel', 1, 0, 1, 'Carousel\\Carousel', 0, 0, NOW(), NOW()),
|
||
(2, 'Colissimo', 2, 0, 1, 'Colissimo\\Colissimo', 0, 0, NOW(), NOW()),
|
||
(3, 'Cheque', 3, 0, 1, 'Cheque\\Cheque', 0, 0, NOW(), NOW()),
|
||
(4, 'Front', 1, 1, 2, 'Front\\Front', 1, 0, NOW(), NOW()),
|
||
(5, 'Tinymce', 1, 0, 16, 'Tinymce\\Tinymce', 0, 1, NOW(), NOW()),
|
||
(6, 'HookNavigation', 1, 1, 11, 'HookNavigation\\HookNavigation', 0, 0, NOW(), NOW()),
|
||
(7, 'HookCurrency', 1, 1, 3, 'HookCurrency\\HookCurrency', 0, 0, NOW(), NOW()),
|
||
(8, 'HookLang', 1, 1, 4, 'HookLang\\HookLang', 0, 0, NOW(), NOW()),
|
||
(9, 'HookSearch', 1, 1, 5, 'HookSearch\\HookSearch', 0, 0, NOW(), NOW()),
|
||
(10, 'HookCustomer', 1, 1, 6, 'HookCustomer\\HookCustomer', 0, 0, NOW(), NOW()),
|
||
(11, 'HookCart', 1, 1, 7, 'HookCart\\HookCart', 0, 0, NOW(), NOW()),
|
||
(12, 'HookAnalytics', 1, 1, 8, 'HookAnalytics\\HookAnalytics', 0, 0, NOW(), NOW()),
|
||
(13, 'HookContact', 1, 1, 9, 'HookContact\\HookContact', 0, 0, NOW(), NOW()),
|
||
(14, 'HookLinks', 1, 1, 10, 'HookLinks\\HookLinks', 0, 0, NOW(), NOW()),
|
||
(15, 'HookNewsletter', 1, 1, 12, 'HookNewsletter\\HookNewsletter', 0, 0, NOW(), NOW()),
|
||
(16, 'HookSocial', 1, 1, 13, 'HookSocial\\HookSocial', 0, 0, NOW(), NOW()),
|
||
(17, 'HookProductsNew', 1, 1, 14, 'HookProductsNew\\HookProductsNew', 0, 0, NOW(), NOW()),
|
||
(18, 'HookProductsOffer', 1, 1, 15, 'HookProductsOffer\\HookProductsOffer', 0, 0, NOW(), NOW()),
|
||
(19, 'TheliaSmarty', 1, 1, 16, 'TheliaSmarty\\TheliaSmarty', 0, 0, NOW(), NOW()),
|
||
(20, 'VirtualProductControl', 1, 1, 17, 'VirtualProductControl\\VirtualProductControl', 0, 0, NOW(), NOW()),
|
||
(21, 'HookAdminHome', 1, 1, 18, 'HookAdminHome\\HookAdminHome', 0, 0, NOW(), NOW())
|
||
;
|
||
|
||
-- Insert front hooks
|
||
INSERT INTO `hook` (`id`, `code`, `type`, `by_module`, `block`, `native`, `activate`, `position`, `created_at`, `updated_at`) VALUES
|
||
(1, 'order-invoice.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2, 'order-invoice.delivery-address', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3, 'order-invoice.payment-extra', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(4, 'order-invoice.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(5, 'order-invoice.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(6, 'order-invoice.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(7, 'order-invoice.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(8, 'order-payment-gateway.body', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(9, 'order-payment-gateway.javascript', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(10, 'order-payment-gateway.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(11, 'order-payment-gateway.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(12, 'order-payment-gateway.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(13, 'sitemap.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(14, 'currency.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(15, 'currency.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(16, 'currency.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(17, 'currency.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(18, 'currency.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(19, 'login.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(20, 'login.main-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(21, 'login.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(22, 'login.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(23, 'login.main-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(24, 'login.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(25, 'login.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(26, 'login.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(27, 'login.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(28, 'account-update.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(29, 'account-update.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(30, 'account-update.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(31, 'account-update.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(32, 'account-update.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(33, 'account-update.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(34, 'account-update.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(35, 'cart.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(36, 'cart.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(37, 'cart.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(38, 'cart.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(39, 'cart.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(40, 'contact.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(41, 'contact.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(42, 'contact.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(43, 'contact.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(44, 'contact.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(45, 'contact.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(46, 'contact.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(47, 'order-placed.body', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(48, 'order-placed.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(49, 'order-placed.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(50, 'order-placed.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(51, 'search.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(52, 'search.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(53, 'search.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(54, 'register.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(55, 'register.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(56, 'register.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(57, 'register.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(58, 'register.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(59, 'register.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(60, 'register.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(61, 'password.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(62, 'password.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(63, 'password.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(64, 'password.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(65, 'password.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(66, 'password.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(67, 'password.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(68, 'language.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(69, 'language.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(70, 'language.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(71, 'language.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(72, 'language.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(73, 'contact.success', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(74, 'newsletter.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(75, 'newsletter.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(76, 'newsletter.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(77, 'newsletter.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(78, 'newsletter.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(79, 'badresponseorder.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(80, 'badresponseorder.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(81, 'badresponseorder.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(82, 'content.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(83, 'content.main-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(84, 'content.main-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(85, 'content.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(86, 'content.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(87, 'content.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(88, 'content.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(89, 'main.head-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(90, 'main.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(91, 'main.head-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(92, 'main.body-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(93, 'main.header-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(94, 'main.navbar-secondary', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(95, 'main.navbar-primary', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(96, 'main.header-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(97, 'main.content-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(98, 'main.content-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(99, 'main.footer-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(100, 'main.footer-body', 1, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(101, 'main.footer-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(102, 'main.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(103, 'main.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(104, 'main.body-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(105, '404.content', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(106, '404.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(107, '404.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(108, '404.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(109, 'order-delivery.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(110, 'order-delivery.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(111, 'order-delivery.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(112, 'order-delivery.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(113, 'order-delivery.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(114, 'order-delivery.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(115, 'order-delivery.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(116, 'address-create.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(117, 'address-create.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(118, 'address-create.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(119, 'address-create.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(120, 'address-create.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(121, 'address-create.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(122, 'address-create.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(123, 'folder.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(124, 'folder.main-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(125, 'folder.main-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(126, 'folder.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(127, 'folder.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(128, 'folder.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(129, 'folder.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(130, 'order-failed.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(131, 'order-failed.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(132, 'order-failed.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(133, 'order-failed.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(134, 'order-failed.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(135, 'category.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(136, 'category.main-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(137, 'category.main-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(138, 'category.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(139, 'category.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(140, 'category.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(141, 'category.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(142, 'address-update.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(143, 'address-update.form-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(144, 'address-update.form-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(145, 'address-update.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(146, 'address-update.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(147, 'address-update.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(148, 'address-update.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(149, 'home.body', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(150, 'home.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(151, 'home.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(152, 'home.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(153, 'account-password.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(154, 'account-password.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(155, 'account-password.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(156, 'account-password.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(157, 'account-password.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(158, 'product.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(159, 'product.gallery', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(160, 'product.details-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(161, 'product.details-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(162, 'product.additional', 1, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(163, 'product.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(164, 'product.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(165, 'product.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(166, 'product.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(167, 'account.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(168, 'account.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(169, 'account.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(170, 'account.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(171, 'account.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(172, 'viewall.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(173, 'viewall.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(174, 'viewall.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(175, 'viewall.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(176, 'viewall.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(177, 'singleproduct.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(178, 'singleproduct.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(179, 'category.sidebar-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(180, 'category.sidebar-body', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(181, 'category.sidebar-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(182, 'content.sidebar-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(183, 'content.sidebar-body', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(184, 'content.sidebar-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(185, 'order-delivery.extra', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(186, 'order-delivery.javascript', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(187, 'category.content-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(188, 'category.content-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(189, 'content.content-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(190, 'content.content-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(191, 'folder.content-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(192, 'folder.content-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(193, 'brand.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(194, 'brand.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(195, 'brand.main-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(196, 'brand.main-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(197, 'brand.content-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(198, 'brand.content-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(199, 'brand.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(200, 'brand.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(201, 'brand.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(202, 'brand.sidebar-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(203, 'brand.sidebar-body', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(204, 'brand.sidebar-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(205, 'account-order.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(206, 'account-order.information', 1, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(207, 'account-order.after-information', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(208, 'account-order.delivery-information', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(209, 'account-order.delivery-address', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(210, 'account-order.invoice-information', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(211, 'account-order.invoice-address', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(212, 'account-order.after-addresses', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(213, 'account-order.products-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(214, 'account-order.product-extra', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(215, 'account-order.products-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(216, 'account-order.after-products', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(217, 'account-order.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(218, 'account-order.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(219, 'account-order.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(220, 'account-order.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(221, 'account.additional', 1, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(222, 'account-order.product', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(223, 'mini-cart', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(224, 'sale.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(225, 'sale.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(226, 'sale.main-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(227, 'sale.main-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(228, 'sale.content-top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(229, 'sale.content-bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(230, 'sale.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(231, 'sale.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(232, 'sale.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(233, 'account-order.invoice-address-bottom', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(234, 'account-order.delivery-address-bottom', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(235, 'newsletter-unsubscribe.top', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(236, 'newsletter-unsubscribe.bottom', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(237, 'newsletter-unsubscribe.stylesheet', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(238, 'newsletter-unsubscribe.after-javascript-include', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(239, 'newsletter-unsubscribe.javascript-initialization', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(240, 'order-invoice.coupon-form', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(241, 'order-invoice.payment-form', 1, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(242, 'account-order.product-list', 1, 0, 0, 1, 1, 1, NOW(), NOW())
|
||
;
|
||
|
||
-- Insert admin hooks
|
||
INSERT INTO `hook` (`id`, `code`, `type`, `by_module`, `block`, `native`, `activate`, `position`, `created_at`, `updated_at`) VALUES
|
||
(1000, 'category.tab-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1001, 'content.tab-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1002, 'folder.tab-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1003, 'order.tab-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1004, 'product.tab-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1005, 'features-value.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1006, 'features-value.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1007, 'feature.value-create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1008, 'feature.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1009, 'product.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1010, 'coupon.create-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1011, 'taxes.update-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1012, 'tax-rule.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1013, 'tools.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1014, 'tools.col1-top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1015, 'tools.col1-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1016, 'tools.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1017, 'tools.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1018, 'messages.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1019, 'messages.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1020, 'messages.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1021, 'messages.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1022, 'message.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1023, 'message.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1024, 'messages.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1025, 'taxes-rules.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1026, 'taxes-rules.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1027, 'tax.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1028, 'tax.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1029, 'tax-rule.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1030, 'tax-rule.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1031, 'taxes-rules.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1032, 'exports.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1033, 'exports.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1034, 'exports.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1035, 'exports.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1036, 'export.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1037, 'product.folders-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1038, 'product.folders-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1039, 'product.details-pricing-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1040, 'product.details-details-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1041, 'product.details-promotion-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1042, 'product.before-combinations', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1043, 'product.combinations-list-caption', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1044, 'product.after-combinations', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1045, 'product.combination-delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1046, 'modules.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1047, 'modules.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1048, 'currency.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1049, 'category.contents-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1050, 'category.contents-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1051, 'category.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1052, 'document.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1053, 'customer.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1054, 'customers.caption', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1055, 'customers.header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1056, 'customers.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1057, 'customer.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1058, 'customer.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1059, 'customer.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1060, 'customers.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1061, 'product.contents-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1062, 'product.contents-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1063, 'product.accessories-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1064, 'product.accessories-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1065, 'product.categories-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1066, 'product.categories-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1067, 'product.attributes-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1068, 'product.attributes-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1069, 'product.features-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1070, 'product.features-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1071, 'template.attributes-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1072, 'template.attributes-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1073, 'template.features-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1074, 'template.features-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1075, 'templates.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1076, 'templates.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1077, 'templates.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1078, 'templates.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1079, 'template.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1080, 'template.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1081, 'templates.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1082, 'configuration.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1083, 'configuration.catalog-top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1084, 'configuration.catalog-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1085, 'configuration.shipping-top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1086, 'configuration.shipping-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1087, 'configuration.system-top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1088, 'configuration.system-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1089, 'configuration.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1090, 'configuration.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1091, 'index.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1092, 'index.middle', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1093, 'index.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1094, 'orders.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1095, 'orders.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1096, 'orders.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1097, 'orders.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1098, 'orders.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1099, 'shipping-zones.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1100, 'shipping-zones.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1101, 'shipping-zones.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1102, 'shipping-zones.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1103, 'shipping-zones.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1104, 'content.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1105, 'home.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1106, 'home.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1107, 'home.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1108, 'modules.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1109, 'modules.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1110, 'modules.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1111, 'languages.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1112, 'languages.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1113, 'language.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1114, 'languages.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1115, 'languages.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1116, 'zone.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1117, 'shipping-zones.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1118, 'system.logs-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1119, 'search.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1120, 'search.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1121, 'search.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1122, 'administrators.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1123, 'administrators.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1124, 'administrator.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1125, 'administrator.update-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1126, 'administrator.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1127, 'administrators.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1128, 'module-hook.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1129, 'shipping-configuration.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1130, 'shipping-configuration.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1131, 'shipping-configuration.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1132, 'shipping-configuration.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1133, 'shipping-configuration.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1134, 'shipping-configuration.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1135, 'shipping-configuration.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1136, 'features.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1137, 'features.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1138, 'features.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1139, 'features.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1140, 'feature.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1141, 'feature.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1142, 'feature.add-to-all-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1143, 'feature.remove-to-all-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1144, 'features.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1145, 'module.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1146, 'module-hook.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1147, 'module-hook.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1148, 'module-hook.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1149, 'shipping-configuration.edit', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1150, 'shipping-configuration.country-delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1151, 'shipping-configuration.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1152, 'mailing-system.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1153, 'mailing-system.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1154, 'mailing-system.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1155, 'categories.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1156, 'categories.caption', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1157, 'categories.header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1158, 'categories.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1159, 'products.caption', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1160, 'products.header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1161, 'products.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1162, 'categories.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1163, 'categories.catalog-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1164, 'category.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1165, 'product.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1166, 'category.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1167, 'product.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1168, 'categories.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1169, 'variables.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1170, 'variables.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1171, 'variables.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1172, 'variables.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1173, 'variable.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1174, 'variable.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1175, 'variables.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1176, 'order.product-list', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1177, 'order.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1178, 'config-store.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1179, 'translations.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1180, 'folders.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1181, 'folders.caption', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1182, 'folders.header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1183, 'folders.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1184, 'contents.caption', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1185, 'contents.header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1186, 'contents.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1187, 'folders.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1188, 'folder.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1189, 'content.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1190, 'folder.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1191, 'content.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1192, 'folders.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1193, 'template.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1194, 'tax.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1195, 'hook.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1196, 'countries.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1197, 'countries.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1198, 'countries.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1199, 'countries.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1200, 'country.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1201, 'country.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1202, 'countries.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1203, 'currencies.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1204, 'currencies.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1205, 'currencies.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1206, 'currencies.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1207, 'currency.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1208, 'currency.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1209, 'currencies.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1210, 'customer.edit', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1211, 'customer.address-create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1212, 'customer.address-update-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1213, 'customer.address-delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1214, 'customer.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1215, 'attributes-value.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1216, 'attributes-value.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1217, 'attribute-value.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1218, 'attribute.id-delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1219, 'attribute.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1220, 'profiles.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1221, 'profiles.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1222, 'profile.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1223, 'profile.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1224, 'profiles.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1225, 'country.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1226, 'profile.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1227, 'variable.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1228, 'coupon.update-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1229, 'coupon.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1230, 'coupon.list-caption', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1231, 'coupon.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1232, 'coupon.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1233, 'coupon.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1234, 'coupon.list-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1235, 'module.configuration', 2, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1236, 'module.config-js', 2, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1237, 'message.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1238, 'image.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1239, 'attributes.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1240, 'attributes.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1241, 'attributes.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1242, 'attributes.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1243, 'attribute.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1244, 'attribute.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1245, 'attribute.add-to-all-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1246, 'attribute.remove-to-all-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1247, 'attributes.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1248, 'admin-logs.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1249, 'admin-logs.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1250, 'admin-logs.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1251, 'folder.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1252, 'hooks.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1253, 'hooks.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1254, 'hooks.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1255, 'hooks.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1256, 'hook.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1257, 'hook.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1258, 'hooks.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1259, 'main.head-css', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1260, 'main.before-topbar', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1261, 'main.inside-topbar', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1262, 'main.after-topbar', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1263, 'main.before-top-menu', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1264, 'main.in-top-menu-items', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1265, 'main.after-top-menu', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1266, 'main.before-footer', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1267, 'main.in-footer', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1268, 'main.after-footer', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1269, 'main.footer-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1270, 'main.topbar-top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1271, 'main.topbar-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1272, 'main.top-menu-customer', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1273, 'main.top-menu-order', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1274, 'main.top-menu-catalog', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1275, 'main.top-menu-content', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1276, 'main.top-menu-tools', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1277, 'main.top-menu-modules', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1278, 'main.top-menu-configuration', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1279, 'brand.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1280, 'home.block', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1281, 'brands.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1282, 'brands.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1283, 'brands.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1284, 'brands.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1285, 'brand.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1286, 'brand.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1287, 'brand.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1288, 'imports.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1289, 'imports.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1290, 'imports.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1291, 'imports.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1292, 'import.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1293, 'brand.tab-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1294, 'customer.orders-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1295, 'customer.orders-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1296, 'sales.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1297, 'sales.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1298, 'sales.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1299, 'sales.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1300, 'sale.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1301, 'sale.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1302, 'sales.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1303, 'product.combinations-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1304, 'main.before-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1305, 'main.after-content', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1306, 'category.tab', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1307, 'product.tab', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1308, 'folder.tab', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1309, 'content.tab', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1310, 'brand.tab', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1311, 'order-edit.bill-delivery-address', 2, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1312, 'product.modification.form_top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1313, 'product.modification.form_bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1314, 'brand.update-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1315, 'sale.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1316, 'api.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1317, 'api.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1318, 'api.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1319, 'coupon.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1320, 'order.tab', 2, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(1321, 'profile.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1322, 'profile.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1323, 'import.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1324, 'import.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1325, 'export.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1326, 'export.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1327, 'category-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1328, 'category-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1329, 'brand-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1330, 'brand-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1331, 'attribute-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1332, 'attribute-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1333, 'currency-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1334, 'currency-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1335, 'country-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1336, 'country-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1337, 'content-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1338, 'content-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1339, 'feature-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1340, 'feature-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1341, 'document-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1342, 'document-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1343, 'customer-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1344, 'customer-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1345, 'image-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1346, 'image-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1347, 'hook-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1348, 'hook-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1349, 'folder-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1350, 'folder-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1351, 'module-hook-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1352, 'module-hook-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1353, 'module-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1354, 'module-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1355, 'message-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1356, 'message-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1357, 'profile-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1358, 'profile-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1359, 'product-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1360, 'product-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1361, 'order-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1362, 'order-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1363, 'shipping-zones-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1364, 'shipping-zones-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1365, 'shipping-configuration-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1366, 'shipping-configuration-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1367, 'sale-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1368, 'sale-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1369, 'variables-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1370, 'variables-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1371, 'template-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1372, 'template-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1373, 'tax-rule-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1374, 'tax-rule-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1375, 'tax-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1376, 'tax-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1377, 'order-edit.product-list', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1378, 'tab-seo.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1379, 'tab-seo.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1380, 'tab-image.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1381, 'tab-image.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1382, 'tab-document.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1383, 'tab-document.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1384, 'export.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1385, 'export.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1386, 'order-edit.customer-information-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1387, 'order-edit.payment-module-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1388, 'order-edit.delivery-module-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1389, 'tab-seo.update-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1390, 'order-edit.order-product-table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1391, 'order-edit.order-product-table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1392, 'administrators.header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1393, 'administrators.row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1394, 'advanced-configuration', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1395, 'advanced-configuration.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1396, 'brand.modification.form-right.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1397, 'brand.modification.form-right.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1398, 'category.modification.form-right.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1399, 'category.modification.form-right.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1400, 'content.modification.form-right.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1401, 'content.modification.form-right.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1402, 'folder.modification.form-right.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1403, 'folder.modification.form-right.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1404, 'product.modification.form-right.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1405, 'product.modification.form-right.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1406, 'state-edit.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1407, 'state-edit.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1408, 'state.edit-js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1409, 'states.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1410, 'states.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1411, 'states.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1412, 'states.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1413, 'state.create-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1414, 'state.delete-form', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1415, 'states.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1416, 'configuration.order-path.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1417, 'configuration.order-path.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1418, 'order-status.top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1419, 'order-status.table-header', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1420, 'order-status.table-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1421, 'order-status.bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1422, 'order-status.form.creation', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1423, 'order-status.form.modification', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(1424, 'order-status.js', 2, 0, 0, 1, 1, 1, NOW(), NOW());
|
||
|
||
-- Insert pdf hooks
|
||
INSERT INTO `hook` (`id`, `code`, `type`, `by_module`, `block`, `native`, `activate`, `position`, `created_at`, `updated_at`) VALUES
|
||
(2001, 'invoice.css', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2002, 'invoice.header', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2003, 'invoice.footer-top', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2004, 'invoice.imprint', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2005, 'invoice.footer-bottom', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2006, 'invoice.information', 3, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(2007, 'invoice.after-information', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2008, 'invoice.delivery-address', 3, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2009, 'invoice.after-addresses', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2010, 'invoice.after-products', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2011, 'invoice.after-summary', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2012, 'delivery.css', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2013, 'delivery.header', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2014, 'delivery.footer-top', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2015, 'delivery.imprint', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2016, 'delivery.footer-bottom', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2017, 'delivery.information', 3, 0, 1, 1, 1, 1, NOW(), NOW()),
|
||
(2018, 'delivery.after-information', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2019, 'delivery.delivery-address', 3, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2020, 'delivery.after-addresses', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2021, 'delivery.after-summary', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2022, 'order-placed.additional-payment-info', 1, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2023, 'wysiwyg.js', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2024, 'order-edit.cart-top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2025, 'order-edit.cart-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2026, 'order-edit.bill-top', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2027, 'order-edit.bill-bottom', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2028, 'order-edit.before-order-product-list', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2029, 'order-edit.before-order-product-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2030, 'order-edit.after-order-product-row', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2031, 'order-edit.after-order-product-list', 2, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2032, 'invoice.after-payment-module', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2033, 'invoice.after-delivery-module', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2034, 'delivery.after-delivery-module', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2035, 'invoice.order-product', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2036, 'delivery.order-product', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2037, 'delivery.product-list', 3, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(2038, 'invoice.product-list', 3, 0, 0, 1, 1, 1, NOW(), NOW())
|
||
;
|
||
|
||
-- Insert email hooks
|
||
INSERT INTO `hook` (`id`, `code`, `type`, `by_module`, `block`, `native`, `activate`, `position`, `created_at`, `updated_at`) VALUES
|
||
(3000, 'email-html.layout.css', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3001, 'email-html.layout.footer', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3002, 'email-html.order-confirmation.before-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3003, 'email-html.order-confirmation.delivery-address', 4, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3004, 'email-html.order-confirmation.after-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3005, 'email-html.order-confirmation.order-product', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3006, 'email-html.order-confirmation.before-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3007, 'email-html.order-confirmation.after-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3008, 'email-html.order-confirmation.footer', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3009, 'email-html.order-notification.before-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3010, 'email-html.order-notification.delivery-address', 4, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3011, 'email-html.order-notification.after-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3012, 'email-html.order-notification.order-product', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3013, 'email-html.order-notification.before-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3014, 'email-html.order-notification.after-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3015, 'email-txt.order-confirmation.before-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3016, 'email-txt.order-confirmation.delivery-address', 4, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3017, 'email-txt.order-confirmation.after-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3018, 'email-txt.order-confirmation.order-product', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3019, 'email-txt.order-confirmation.before-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3020, 'email-txt.order-confirmation.after-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3021, 'email-txt.order-notification.before-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3022, 'email-txt.order-notification.delivery-address', 4, 1, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3023, 'email-txt.order-notification.after-address', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3024, 'email-txt.order-notification.order-product', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3025, 'email-txt.order-notification.before-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3026, 'email-txt.order-notification.after-products', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3027, 'email-html.order-confirmation.product-list', 4, 0, 0, 1, 1, 1, NOW(), NOW()),
|
||
(3028, 'email-txt.order-confirmation.product-list', 4, 0, 0, 1, 1, 1, NOW(), NOW())
|
||
;
|
||
|
||
INSERT INTO `customer_title`(`id`, `by_default`, `position`, `created_at`, `updated_at`) VALUES
|
||
(1, 1, 1, NOW(), NOW()),
|
||
(2, 0, 2, NOW(), NOW()),
|
||
(3, 0, 3, NOW(), NOW());
|
||
|
||
INSERT INTO `currency` (`id`, `code`, `symbol`, `format`, `rate`, `visible`, `position`, `by_default`, `created_at`, `updated_at`)
|
||
VALUES
|
||
(1, 'EUR', '€', '%n %s','1.00', 1, 1, '1', NOW(), NOW()),
|
||
(2, 'USD', '$', '%s%n', '1.26', 1, 2, '0', NOW(), NOW()),
|
||
(3, 'GBP', '£', '%s%n','0.89', 1, 3, '0', NOW(), NOW()),
|
||
(4, 'CHF', 'CHF', '%n %s', '1.34183', 0, 4, '0', NOW(), NOW()),
|
||
(5, 'MXN', '$', '%n %s', '17.1304', 0, 5, '0', NOW(), NOW()),
|
||
(6, 'PLN', 'zł', '%n %s', '3.84510', 0, 6, '0', NOW(), NOW()),
|
||
(7, 'CNY', '¥', '%s %n', '9.13916', 0, 7, '0', NOW(), NOW()),
|
||
(8, 'NOK', 'kr', '%n %s', '7.97791', 0, 8, '0', NOW(), NOW()),
|
||
(9, 'MDL', 'MDL', '%n %s', '16.1774', 0, 9, '0', NOW(), NOW()),
|
||
(10, 'PYG', 'Gs', '%n %s', '6547.98', 0, 10, '0', NOW(), NOW()),
|
||
(11, 'ARS', 'ARS', '%n %s', '5.39', 0, 11, '0', NOW(), NOW()),
|
||
(12, 'BYR', 'р.', '%n%s', '1.000000', 0, 12, '0', NOW(), NOW()),
|
||
(13, 'FJD', '$', '%s%n', '2.57483', 0, 13, '0', NOW(), NOW()),
|
||
(14, 'RSD', 'RSD', '%n %s', '115.680000', 0, 14, '0', NOW(), NOW()),
|
||
(15, 'SEK', 'kr', '%n %s', '9.14651', 0, 15, '0', NOW(), NOW()),
|
||
(16, 'HRK', 'kn', '%n %s', '1.000000', 0, 16, '0', NOW(), NOW()),
|
||
(17, 'DKK', 'kr', '%n %s', '7.45201', 0, 17, '0', NOW(), NOW()),
|
||
(18, 'NGN', '₦', '%s %n', '1.000000', 0, 18, '0', NOW(), NOW()),
|
||
(19, 'HKD', '$', '%n %s', '11.0512', 0, 19, '0', NOW(), NOW()),
|
||
(20, 'CAD', 'CAD$', '%s%n', '1.40054', 0, 20, '0', NOW(), NOW()),
|
||
(21, 'SAR', '﷼', '%n %s', '5.10682', 0, 21, '0', NOW(), NOW()),
|
||
(22, 'CZK', 'Kč', '%n %s', '1', 0, 22, '0', NOW(), NOW()),
|
||
(23, 'CRC', '₡', '%s %n', '560', 0, 23, '0', NOW(), NOW()),
|
||
(24, 'AZN', 'AZN', '%n %s', '1.09237', 0, 24, '0', NOW(), NOW()),
|
||
(25, 'IDR', 'Rp', '%n %s', '12177.63', 0, 25, '0', NOW(), NOW()),
|
||
(26, 'PKR', '₨', '%n %s', '117.289', 0, 26, '0', NOW(), NOW()),
|
||
(27, 'BRL', 'R$', '%s %n', '2.31583', 0, 27, '0', NOW(), NOW()),
|
||
(28, 'VND', '₫', '%n %s', '26505.85', 0, 28, '0', NOW(), NOW()),
|
||
(29, 'PHP', 'PHP', '%s %n', '1.000000', 0, 29, '0', NOW(), NOW()),
|
||
(30, 'GTQ', 'Q', '%n %s', '11.0988', 0, 30, '0', NOW(), NOW()),
|
||
(31, 'TRY', 'TL', '%n %s', '1.97638', 0, 31, '0', NOW(), NOW()),
|
||
(32, 'JPY', '¥', '%s %n', '113.786', 0, 32, '0', NOW(), NOW()),
|
||
(33, 'RUB', 'руб', '%n %s', '41.7632', 0, 33, '0', NOW(), NOW()),
|
||
(34, 'PEN', 'S/.', '%s %n', '2.784499', 0, 34, '0', NOW(), NOW()),
|
||
(35, 'EGP', '£', '%s %n', '7.77518', 0, 35, '0', NOW(), NOW()),
|
||
(36, 'GEL', 'ლ', '%n %s', '2.46684', 0, 36, '0', NOW(), NOW()),
|
||
(37, 'BOB', '$b', '%n %s', '9.57620', 0, 37, '0', NOW(), NOW()),
|
||
(38, 'AED', 'AED', '%s %n', '1.000000', 0, 38, '0', NOW(), NOW()),
|
||
(39, 'THB', '฿', '%n %s', '41.4441', 0, 39, '0', NOW(), NOW()),
|
||
(40, 'ILS', '₪', '%n%s', '4.97713', 0, 40, '0', NOW(), NOW()),
|
||
(41, 'MYR', 'RM', '%s%n', '1.000000', 0, 41, '0', NOW(), NOW()),
|
||
(42, 'VEF', 'Bs', '%n %s', '5.84819', 0, 42, '0', NOW(), NOW()),
|
||
(43, 'HUF', 'Ft', '%n %s', '276.334', 0, 43, '0', NOW(), NOW()),
|
||
(44, 'KES', 'KSh', '%s %n', '1.000000', 0, 44, '0', NOW(), NOW()),
|
||
(45, 'UAH', '₴', '%n %s', '1', 0, 45, '0', NOW(), NOW()),
|
||
(46, 'TND', 'DT', '%n%s', '1.000000', 0, 46, '0', NOW(), NOW()),
|
||
(47, 'BGN', 'лв', '%n %s', '1.95580', 0, 47, '0', NOW(), NOW()),
|
||
(48, 'INR', '₹', '%s %n', '60.748205', 0, 48, '0', NOW(), NOW());
|
||
|
||
INSERT INTO `area` (`id`, `name`, `postage`, `created_at`, `updated_at`) VALUES
|
||
(1, 'France', NULL, NOW(), NOW()),
|
||
(2, 'A Zone', NULL, NOW(), NOW()),
|
||
(3, 'B Zone', NULL, NOW(), NOW()),
|
||
(4, 'C Zone', NULL, NOW(), NOW()),
|
||
(5, 'France OM1', NULL, NOW(), NOW()),
|
||
(6, 'France OM2', NULL, NOW(), NOW()),
|
||
(7, 'Europe', NULL, NOW(), NOW()),
|
||
(8, 'North America', NULL, NOW(), NOW()),
|
||
(9, 'Asia', NULL, NOW(), NOW()),
|
||
(10, 'Africa', NULL, NOW(), NOW()),
|
||
(11, 'Oceania', NULL, NOW(), NOW()),
|
||
(12, 'South America', NULL, NOW(), NOW()),
|
||
(13, 'Europe (non-EU)', NULL, NOW(), NOW()),
|
||
(14, 'Central America/Antilla', NULL, NOW(), NOW());
|
||
|
||
INSERT INTO `area_delivery_module` (`id`, `area_id`, `delivery_module_id`, `created_at`, `updated_at`) VALUES
|
||
(1, 1, 2, NOW(), NOW()),
|
||
(2, 2, 2, NOW(), NOW()),
|
||
(3, 3, 2, NOW(), NOW()),
|
||
(4, 4, 2, NOW(), NOW()),
|
||
(5, 5, 2, NOW(), NOW()),
|
||
(6, 6, 2, NOW(), NOW());
|
||
|
||
INSERT INTO `country` (`id`, `visible`, `isocode`, `isoalpha2`, `isoalpha3`, `by_default`, `shop_country`, `has_states`, `need_zip_code`, `zip_code_format`, `created_at`, `updated_at`) VALUES
|
||
(1, 1, '4', 'AF', 'AFG', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(2, 1, '710', 'ZA', 'ZAF', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(3, 1, '8', 'AL', 'ALB', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(4, 1, '12', 'DZ', 'DZA', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(5, 1, '276', 'DE', 'DEU', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(6, 1, '20', 'AD', 'AND', 0, 0, '0', '1', 'CNNN', NOW(), NOW()),
|
||
(7, 1, '24', 'AO', 'AGO', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(8, 1, '28', 'AG', 'ATG', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(9, 1, '682', 'SA', 'SAU', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(10, 1, '32', 'AR', 'ARG', 0, 0, '1', '1', 'LNNNN', NOW(), NOW()),
|
||
(11, 1, '51', 'AM', 'ARM', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(12, 1, '36', 'AU', 'AUS', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(13, 1, '40', 'AT', 'AUT', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(14, 1, '31', 'AZ', 'AZE', 0, 0, '0', '1', 'CNNNN', NOW(), NOW()),
|
||
(15, 1, '44', 'BS', 'BHS', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(16, 1, '48', 'BH', 'BHR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(17, 1, '50', 'BD', 'BGD', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(18, 1, '52', 'BB', 'BRB', 0, 0, '0', '1', 'CNNNNN', NOW(), NOW()),
|
||
(19, 1, '585', 'PW', 'PLW', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(20, 1, '56', 'BE', 'BEL', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(21, 1, '84', 'BL', 'BLZ', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(22, 1, '204', 'BJ', 'BEN', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(23, 1, '64', 'BT', 'BTN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(24, 1, '112', 'BY', 'BLR', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(25, 1, '104', 'MM', 'MMR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(26, 1, '68', 'BO', 'BOL', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(27, 1, '70', 'BA', 'BIH', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(28, 1, '72', 'BW', 'BWA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(29, 1, '76', 'BR', 'BRA', 0, 0, '0', '1', 'NNNNN-NNN', NOW(), NOW()),
|
||
(30, 1, '96', 'BN', 'BRN', 0, 0, '0', '1', 'LLNNNN', NOW(), NOW()),
|
||
(31, 1, '100', 'BG', 'BGR', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(32, 1, '854', 'BF', 'BFA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(33, 1, '108', 'BI', 'BDI', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(34, 1, '116', 'KH', 'KHM', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(35, 1, '120', 'CM', 'CMR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(37, 1, '132', 'CV', 'CPV', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(38, 1, '152', 'CL', 'CHL', 0, 0, '0', '1', 'NNN-NNNN', NOW(), NOW()),
|
||
(39, 1, '156', 'CN', 'CHN', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(40, 1, '196', 'CY', 'CYP', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(41, 1, '170', 'CO', 'COL', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(42, 1, '174', 'KM', 'COM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(43, 1, '178', 'CG', 'COG', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(44, 1, '184', 'CK', 'COK', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(45, 1, '408', 'KP', 'PRK', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(46, 1, '410', 'KR', 'KOR', 0, 0, '0', '1', 'NNN-NNN', NOW(), NOW()),
|
||
(47, 1, '188', 'CR', 'CRI', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(48, 1, '384', 'CI', 'CIV', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(49, 1, '191', 'HR', 'HRV', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(50, 1, '192', 'CU', 'CUB', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(51, 1, '208', 'DK', 'DNK', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(52, 1, '262', 'DJ', 'DJI', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(53, 1, '212', 'DM', 'DMA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(54, 1, '818', 'EG', 'EGY', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(55, 1, '784', 'AE', 'ARE', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(56, 1, '218', 'EC', 'ECU', 0, 0, '0', '1', 'CNNNNNN', NOW(), NOW()),
|
||
(57, 1, '232', 'ER', 'ERI', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(58, 1, '724', 'ES', 'ESP', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(59, 1, '233', 'EE', 'EST', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(61, 1, '231', 'ET', 'ETH', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(62, 1, '242', 'FJ', 'FJI', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(63, 1, '246', 'FI', 'FIN', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(64, 1, '250', 'FR', 'FRA', 1, 1, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(65, 1, '266', 'GA', 'GAB', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(66, 1, '270', 'GM', 'GMB', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(67, 1, '268', 'GE', 'GEO', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(68, 1, '288', 'GH', 'GHA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(69, 1, '300', 'GR', 'GRC', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(70, 1, '308', 'GD', 'GRD', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(71, 1, '320', 'GT', 'GTM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(72, 1, '324', 'GN', 'GIN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(73, 1, '624', 'GW', 'GNB', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(74, 1, '226', 'GQ', 'GNQ', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(75, 1, '328', 'GY', 'GUY', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(76, 1, '332', 'HT', 'HTI', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(77, 1, '340', 'HN', 'HND', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(78, 1, '348', 'HU', 'HUN', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(79, 1, '356', 'IN', 'IND', 0, 0, '0', '1', 'NNN NNN', NOW(), NOW()),
|
||
(80, 1, '360', 'ID', 'IDN', 0, 0, '1', '1', 'NNNNN', NOW(), NOW()),
|
||
(81, 1, '364', 'IR', 'IRN', 0, 0, '0', '1', 'NNNNN-NNNNN', NOW(), NOW()),
|
||
(82, 1, '368', 'IQ', 'IRQ', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(83, 1, '372', 'IE', 'IRL', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(84, 1, '352', 'IS', 'ISL', 0, 0, '0', '1', 'NNN', NOW(), NOW()),
|
||
(85, 1, '376', 'IL', 'ISR', 0, 0, '0', '1', 'NNNNNNN', NOW(), NOW()),
|
||
(86, 1, '380', 'IT', 'ITA', 0, 0, '1', '1', 'NNNNN', NOW(), NOW()),
|
||
(87, 1, '388', 'JM', 'JAM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(88, 1, '392', 'JP', 'JPN', 0, 0, '1', '1', 'NNN-NNNN', NOW(), NOW()),
|
||
(89, 1, '400', 'JO', 'JOR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(90, 1, '398', 'KZ', 'KAZ', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(91, 1, '404', 'KE', 'KEN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(92, 1, '417', 'KG', 'KGZ', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(93, 1, '296', 'KI', 'KIR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(94, 1, '414', 'KW', 'KWT', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(95, 1, '418', 'LA', 'LAO', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(96, 1, '426', 'LS', 'LSO', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(97, 1, '428', 'LV', 'LVA', 0, 0, '0', '1', 'C-NNNN', NOW(), NOW()),
|
||
(98, 1, '422', 'LB', 'LBN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(99, 1, '430', 'LR', 'LBR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(100, 1, '343', 'LY', 'LBY', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(101, 1, '438', 'LI', 'LIE', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(102, 1, '440', 'LT', 'LTU', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(103, 1, '442', 'LU', 'LUX', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(104, 1, '807', 'MK', 'MKD', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(105, 1, '450', 'MG', 'MDG', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(106, 1, '458', 'MY', 'MYS', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(107, 1, '454', 'MW', 'MWI', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(108, 1, '462', 'MV', 'MDV', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(109, 1, '466', 'ML', 'MLI', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(110, 1, '470', 'MT', 'MLT', 0, 0, '0', '1', 'LLL NNNN', NOW(), NOW()),
|
||
(111, 1, '504', 'MA', 'MAR', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(112, 1, '584', 'MH', 'MHL', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(113, 1, '480', 'MU', 'MUS', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(114, 1, '478', 'MR', 'MRT', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(115, 1, '484', 'MX', 'MEX', 0, 0, '1', '1', 'NNNNN', NOW(), NOW()),
|
||
(116, 1, '583', 'FM', 'FSM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(117, 1, '498', 'MD', 'MDA', 0, 0, '0', '1', 'C-NNNN', NOW(), NOW()),
|
||
(118, 1, '492', 'MC', 'MCO', 0, 0, '0', '1', '980NN', NOW(), NOW()),
|
||
(119, 1, '496', 'MN', 'MNG', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(120, 1, '508', 'MZ', 'MOZ', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(121, 1, '516', 'NA', 'NAM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(122, 1, '520', 'NR', 'NRU', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(123, 1, '524', 'NP', 'NPL', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(124, 1, '558', 'NI', 'NIC', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(125, 1, '562', 'NE', 'NER', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(126, 1, '566', 'NG', 'NGA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(127, 1, '570', 'NU', 'NIU', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(128, 1, '578', 'NO', 'NOR', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(129, 1, '554', 'NZ', 'NZL', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(130, 1, '512', 'OM', 'OMN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(131, 1, '800', 'UG', 'UGA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(132, 1, '860', 'UZ', 'UZB', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(133, 1, '586', 'PK', 'PAK', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(134, 1, '591', 'PA', 'PAN', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(135, 1, '598', 'PG', 'PNG', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(136, 1, '600', 'PY', 'PRY', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(137, 1, '528', 'NL', 'NLD', 0, 0, '0', '1', 'NNNN LL', NOW(), NOW()),
|
||
(138, 1, '604', 'PE', 'PER', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(139, 1, '608', 'PH', 'PHL', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(140, 1, '616', 'PL', 'POL', 0, 0, '0', '1', 'NN-NNN', NOW(), NOW()),
|
||
(141, 1, '620', 'PT', 'PRT', 0, 0, '0', '1', 'NNNN-NNN', NOW(), NOW()),
|
||
(142, 1, '634', 'QA', 'QAT', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(143, 1, '140', 'CF', 'CAF', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(144, 1, '214', 'DO', 'DOM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(145, 1, '203', 'CZ', 'CZE', 0, 0, '0', '1', 'NNN NN', NOW(), NOW()),
|
||
(146, 1, '642', 'RO', 'ROU', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(147, 1, '826', 'GB', 'GBR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(148, 1, '643', 'RU', 'RUS', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(149, 1, '646', 'RW', 'RWA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(150, 1, '659', 'KN', 'KNA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(151, 1, '662', 'LC', 'LCA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(152, 1, '674', 'SM', 'SMR', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(153, 1, '670', 'VC', 'VCT', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(154, 1, '90', 'SB', 'SLB', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(155, 1, '222', 'SV', 'SLV', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(156, 1, '882', 'WS', 'WSM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(157, 1, '678', 'ST', 'STP', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(158, 1, '686', 'SN', 'SEN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(159, 1, '690', 'SC', 'SYC', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(160, 1, '694', 'SL', 'SLE', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(161, 1, '702', 'SG', 'SGP', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(162, 1, '703', 'SK', 'SVK', 0, 0, '0', '1', 'NNN NN', NOW(), NOW()),
|
||
(163, 1, '705', 'SI', 'SVN', 0, 0, '0', '1', 'C-NNNN', NOW(), NOW()),
|
||
(164, 1, '706', 'SO', 'SOM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(165, 1, '729', 'SD', 'SDN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(166, 1, '144', 'LK', 'LKA', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(167, 1, '752', 'SE', 'SWE', 0, 0, '0', '1', 'NNN NN', NOW(), NOW()),
|
||
(168, 1, '756', 'CH', 'CHE', 0, 0, '0', '1', 'NNNN', NOW(), NOW()),
|
||
(169, 1, '740', 'SR', 'SUR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(170, 1, '748', 'SZ', 'SWZ', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(171, 1, '760', 'SY', 'SYR', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(172, 1, '762', 'TJ', 'TJK', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(173, 1, '834', 'TZ', 'TZA', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(174, 1, '148', 'TD', 'TCD', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(175, 1, '764', 'TH', 'THA', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(176, 1, '768', 'TG', 'TGO', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(177, 1, '776', 'TO', 'TON', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(178, 1, '780', 'TT', 'TTO', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(179, 1, '788', 'TN', 'TUN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(180, 1, '795', 'TM', 'TKM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(181, 1, '792', 'TR', 'TUR', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(182, 1, '798', 'TV', 'TUV', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(183, 1, '804', 'UA', 'UKR', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(184, 1, '858', 'UY', 'URY', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(185, 1, '336', 'VA', 'VAT', 0, 0, '0', '1', 'NNNNN', NOW(), NOW()),
|
||
(186, 1, '548', 'VU', 'VUT', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(187, 1, '862', 'VE', 'VEN', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(188, 1, '704', 'VN', 'VNM', 0, 0, '0', '1', 'NNNNNN', NOW(), NOW()),
|
||
(189, 1, '887', 'YE', 'YEM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(191, 1, '180', 'CD', 'COD', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(192, 1, '894', 'ZM', 'ZMB', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(193, 1, '716', 'ZW', 'ZWE', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(196, 1, '840', 'US', 'USA', 0, 0, '1', '1', 'NNNNN', NOW(), NOW()),
|
||
(246, 1, '124', 'CA', 'CAN', 0, 0, '1', '1', 'LNL NLN', NOW(), NOW()),
|
||
(259, 1, '312', 'GP', 'GLP', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(260, 1, '254', 'GF', 'GUF', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(261, 1, '474', 'MQ', 'MTQ', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(262, 1, '175', 'YT', 'MYT', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(263, 1, '638', 'RE', 'REU', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(264, 1, '666', 'PM', 'SPM', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(265, 1, '540', 'NC', 'NCL', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(266, 1, '258', 'PF', 'PYF', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(267, 1, '876', 'WF', 'WLF', 0, 0, '0', '1', '', NOW(), NOW()),
|
||
(269, 1, '344', 'HK', 'HKG', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(270, 1, '652', 'BL', 'BLM', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(271, 1, '663', 'MF', 'MAF', 0, 0, '0', '0', '', NOW(), NOW()),
|
||
(272, 1, '260', 'TF', 'ATF', 0, 0, '0', '0', '', NOW(), NOW());
|
||
|
||
INSERT INTO `state` (`id`, `visible`, `isocode`, `country_id`, `created_at`, `updated_at`) VALUES
|
||
(1, 1, 'AL', '196', NOW(), NOW()),
|
||
(2, 1, 'AK', '196', NOW(), NOW()),
|
||
(3, 1, 'AZ', '196', NOW(), NOW()),
|
||
(4, 1, 'AR', '196', NOW(), NOW()),
|
||
(5, 1, 'CA', '196', NOW(), NOW()),
|
||
(6, 1, 'CO', '196', NOW(), NOW()),
|
||
(7, 1, 'CT', '196', NOW(), NOW()),
|
||
(8, 1, 'DE', '196', NOW(), NOW()),
|
||
(9, 1, 'FL', '196', NOW(), NOW()),
|
||
(10, 1, 'GA', '196', NOW(), NOW()),
|
||
(11, 1, 'HI', '196', NOW(), NOW()),
|
||
(12, 1, 'ID', '196', NOW(), NOW()),
|
||
(13, 1, 'IL', '196', NOW(), NOW()),
|
||
(14, 1, 'IN', '196', NOW(), NOW()),
|
||
(15, 1, 'IA', '196', NOW(), NOW()),
|
||
(16, 1, 'KS', '196', NOW(), NOW()),
|
||
(17, 1, 'KY', '196', NOW(), NOW()),
|
||
(18, 1, 'LA', '196', NOW(), NOW()),
|
||
(19, 1, 'ME', '196', NOW(), NOW()),
|
||
(20, 1, 'MD', '196', NOW(), NOW()),
|
||
(21, 1, 'MA', '196', NOW(), NOW()),
|
||
(22, 1, 'MI', '196', NOW(), NOW()),
|
||
(23, 1, 'MN', '196', NOW(), NOW()),
|
||
(24, 1, 'MS', '196', NOW(), NOW()),
|
||
(25, 1, 'MO', '196', NOW(), NOW()),
|
||
(26, 1, 'MT', '196', NOW(), NOW()),
|
||
(27, 1, 'NE', '196', NOW(), NOW()),
|
||
(28, 1, 'NV', '196', NOW(), NOW()),
|
||
(29, 1, 'NH', '196', NOW(), NOW()),
|
||
(30, 1, 'NJ', '196', NOW(), NOW()),
|
||
(31, 1, 'NM', '196', NOW(), NOW()),
|
||
(32, 1, 'NY', '196', NOW(), NOW()),
|
||
(33, 1, 'NC', '196', NOW(), NOW()),
|
||
(34, 1, 'ND', '196', NOW(), NOW()),
|
||
(35, 1, 'OH', '196', NOW(), NOW()),
|
||
(36, 1, 'OK', '196', NOW(), NOW()),
|
||
(37, 1, 'OR', '196', NOW(), NOW()),
|
||
(38, 1, 'PA', '196', NOW(), NOW()),
|
||
(39, 1, 'RI', '196', NOW(), NOW()),
|
||
(40, 1, 'SC', '196', NOW(), NOW()),
|
||
(41, 1, 'SD', '196', NOW(), NOW()),
|
||
(42, 1, 'TN', '196', NOW(), NOW()),
|
||
(43, 1, 'TX', '196', NOW(), NOW()),
|
||
(44, 1, 'UT', '196', NOW(), NOW()),
|
||
(45, 1, 'VT', '196', NOW(), NOW()),
|
||
(46, 1, 'VA', '196', NOW(), NOW()),
|
||
(47, 1, 'WA', '196', NOW(), NOW()),
|
||
(48, 1, 'WV', '196', NOW(), NOW()),
|
||
(49, 1, 'WI', '196', NOW(), NOW()),
|
||
(50, 1, 'WY', '196', NOW(), NOW()),
|
||
(51, 1, 'PR', '196', NOW(), NOW()),
|
||
(52, 1, 'VI', '196', NOW(), NOW()),
|
||
(53, 1, 'DC', '196', NOW(), NOW()),
|
||
(54, 1, 'AGS', '115', NOW(), NOW()),
|
||
(55, 1, 'BCN', '115', NOW(), NOW()),
|
||
(56, 1, 'BCS', '115', NOW(), NOW()),
|
||
(57, 1, 'CAM', '115', NOW(), NOW()),
|
||
(58, 1, 'CHP', '115', NOW(), NOW()),
|
||
(59, 1, 'CHH', '115', NOW(), NOW()),
|
||
(60, 1, 'COA', '115', NOW(), NOW()),
|
||
(61, 1, 'COL', '115', NOW(), NOW()),
|
||
(62, 1, 'DIF', '115', NOW(), NOW()),
|
||
(63, 1, 'DUR', '115', NOW(), NOW()),
|
||
(64, 1, 'GUA', '115', NOW(), NOW()),
|
||
(65, 1, 'GRO', '115', NOW(), NOW()),
|
||
(66, 1, 'HID', '115', NOW(), NOW()),
|
||
(67, 1, 'JAL', '115', NOW(), NOW()),
|
||
(68, 1, 'MEX', '115', NOW(), NOW()),
|
||
(69, 1, 'MIC', '115', NOW(), NOW()),
|
||
(70, 1, 'MOR', '115', NOW(), NOW()),
|
||
(71, 1, 'NAY', '115', NOW(), NOW()),
|
||
(72, 1, 'NLE', '115', NOW(), NOW()),
|
||
(73, 1, 'OAX', '115', NOW(), NOW()),
|
||
(74, 1, 'PUE', '115', NOW(), NOW()),
|
||
(75, 1, 'QUE', '115', NOW(), NOW()),
|
||
(76, 1, 'ROO', '115', NOW(), NOW()),
|
||
(77, 1, 'SLP', '115', NOW(), NOW()),
|
||
(78, 1, 'SIN', '115', NOW(), NOW()),
|
||
(79, 1, 'SON', '115', NOW(), NOW()),
|
||
(80, 1, 'TAB', '115', NOW(), NOW()),
|
||
(81, 1, 'TAM', '115', NOW(), NOW()),
|
||
(82, 1, 'TLA', '115', NOW(), NOW()),
|
||
(83, 1, 'VER', '115', NOW(), NOW()),
|
||
(84, 1, 'YUC', '115', NOW(), NOW()),
|
||
(85, 1, 'ZAC', '115', NOW(), NOW()),
|
||
(86, 1, 'ON', '246', NOW(), NOW()),
|
||
(87, 1, 'QC', '246', NOW(), NOW()),
|
||
(88, 1, 'BC', '246', NOW(), NOW()),
|
||
(89, 1, 'AB', '246', NOW(), NOW()),
|
||
(90, 1, 'MB', '246', NOW(), NOW()),
|
||
(91, 1, 'SK', '246', NOW(), NOW()),
|
||
(92, 1, 'NS', '246', NOW(), NOW()),
|
||
(93, 1, 'NB', '246', NOW(), NOW()),
|
||
(94, 1, 'NL', '246', NOW(), NOW()),
|
||
(95, 1, 'PE', '246', NOW(), NOW()),
|
||
(96, 1, 'NT', '246', NOW(), NOW()),
|
||
(97, 1, 'YT', '246', NOW(), NOW()),
|
||
(98, 1, 'NU', '246', NOW(), NOW()),
|
||
(99, 1, 'B', '10', NOW(), NOW()),
|
||
(100, 1, 'K', '10', NOW(), NOW()),
|
||
(101, 1, 'H', '10', NOW(), NOW()),
|
||
(102, 1, 'U', '10', NOW(), NOW()),
|
||
(103, 1, 'C', '10', NOW(), NOW()),
|
||
(104, 1, 'X', '10', NOW(), NOW()),
|
||
(105, 1, 'W', '10', NOW(), NOW()),
|
||
(106, 1, 'E', '10', NOW(), NOW()),
|
||
(107, 1, 'P', '10', NOW(), NOW()),
|
||
(108, 1, 'Y', '10', NOW(), NOW()),
|
||
(109, 1, 'L', '10', NOW(), NOW()),
|
||
(110, 1, 'F', '10', NOW(), NOW()),
|
||
(111, 1, 'M', '10', NOW(), NOW()),
|
||
(112, 1, 'N', '10', NOW(), NOW()),
|
||
(113, 1, 'Q', '10', NOW(), NOW()),
|
||
(114, 1, 'R', '10', NOW(), NOW()),
|
||
(115, 1, 'A', '10', NOW(), NOW()),
|
||
(116, 1, 'J', '10', NOW(), NOW()),
|
||
(117, 1, 'D', '10', NOW(), NOW()),
|
||
(118, 1, 'Z', '10', NOW(), NOW()),
|
||
(119, 1, 'S', '10', NOW(), NOW()),
|
||
(120, 1, 'G', '10', NOW(), NOW()),
|
||
(121, 1, 'V', '10', NOW(), NOW()),
|
||
(122, 1, 'T', '10', NOW(), NOW()),
|
||
(123, 1, 'AG', '86', NOW(), NOW()),
|
||
(124, 1, 'AL', '86', NOW(), NOW()),
|
||
(125, 1, 'AN', '86', NOW(), NOW()),
|
||
(126, 1, 'AO', '86', NOW(), NOW()),
|
||
(127, 1, 'AR', '86', NOW(), NOW()),
|
||
(128, 1, 'AP', '86', NOW(), NOW()),
|
||
(129, 1, 'AT', '86', NOW(), NOW()),
|
||
(130, 1, 'AV', '86', NOW(), NOW()),
|
||
(131, 1, 'BA', '86', NOW(), NOW()),
|
||
(132, 1, 'BT', '86', NOW(), NOW()),
|
||
(133, 1, 'BL', '86', NOW(), NOW()),
|
||
(134, 1, 'BN', '86', NOW(), NOW()),
|
||
(135, 1, 'BG', '86', NOW(), NOW()),
|
||
(136, 1, 'BI', '86', NOW(), NOW()),
|
||
(137, 1, 'BO', '86', NOW(), NOW()),
|
||
(138, 1, 'BZ', '86', NOW(), NOW()),
|
||
(139, 1, 'BS', '86', NOW(), NOW()),
|
||
(140, 1, 'BR', '86', NOW(), NOW()),
|
||
(141, 1, 'CA', '86', NOW(), NOW()),
|
||
(142, 1, 'CL', '86', NOW(), NOW()),
|
||
(143, 1, 'CB', '86', NOW(), NOW()),
|
||
(144, 1, 'CI', '86', NOW(), NOW()),
|
||
(145, 1, 'CE', '86', NOW(), NOW()),
|
||
(146, 1, 'CT', '86', NOW(), NOW()),
|
||
(147, 1, 'CZ', '86', NOW(), NOW()),
|
||
(148, 1, 'CH', '86', NOW(), NOW()),
|
||
(149, 1, 'CO', '86', NOW(), NOW()),
|
||
(150, 1, 'CS', '86', NOW(), NOW()),
|
||
(151, 1, 'CR', '86', NOW(), NOW()),
|
||
(152, 1, 'KR', '86', NOW(), NOW()),
|
||
(153, 1, 'CN', '86', NOW(), NOW()),
|
||
(154, 1, 'EN', '86', NOW(), NOW()),
|
||
(155, 1, 'FM', '86', NOW(), NOW()),
|
||
(156, 1, 'FE', '86', NOW(), NOW()),
|
||
(157, 1, 'FI', '86', NOW(), NOW()),
|
||
(158, 1, 'FG', '86', NOW(), NOW()),
|
||
(159, 1, 'FC', '86', NOW(), NOW()),
|
||
(160, 1, 'FR', '86', NOW(), NOW()),
|
||
(161, 1, 'GE', '86', NOW(), NOW()),
|
||
(162, 1, 'GO', '86', NOW(), NOW()),
|
||
(163, 1, 'GR', '86', NOW(), NOW()),
|
||
(164, 1, 'IM', '86', NOW(), NOW()),
|
||
(165, 1, 'IS', '86', NOW(), NOW()),
|
||
(166, 1, 'AQ', '86', NOW(), NOW()),
|
||
(167, 1, 'SP', '86', NOW(), NOW()),
|
||
(168, 1, 'LT', '86', NOW(), NOW()),
|
||
(169, 1, 'LE', '86', NOW(), NOW()),
|
||
(170, 1, 'LC', '86', NOW(), NOW()),
|
||
(171, 1, 'LI', '86', NOW(), NOW()),
|
||
(172, 1, 'LO', '86', NOW(), NOW()),
|
||
(173, 1, 'LU', '86', NOW(), NOW()),
|
||
(174, 1, 'MC', '86', NOW(), NOW()),
|
||
(175, 1, 'MN', '86', NOW(), NOW()),
|
||
(176, 1, 'MS', '86', NOW(), NOW()),
|
||
(177, 1, 'MT', '86', NOW(), NOW()),
|
||
(178, 1, 'VS', '86', NOW(), NOW()),
|
||
(179, 1, 'ME', '86', NOW(), NOW()),
|
||
(180, 1, 'MI', '86', NOW(), NOW()),
|
||
(181, 1, 'MO', '86', NOW(), NOW()),
|
||
(182, 1, 'MB', '86', NOW(), NOW()),
|
||
(183, 1, 'NA', '86', NOW(), NOW()),
|
||
(184, 1, 'NO', '86', NOW(), NOW()),
|
||
(185, 1, 'NU', '86', NOW(), NOW()),
|
||
(186, 1, 'OG', '86', NOW(), NOW()),
|
||
(187, 1, 'OT', '86', NOW(), NOW()),
|
||
(188, 1, 'OR', '86', NOW(), NOW()),
|
||
(189, 1, 'PD', '86', NOW(), NOW()),
|
||
(190, 1, 'PA', '86', NOW(), NOW()),
|
||
(191, 1, 'PR', '86', NOW(), NOW()),
|
||
(192, 1, 'PV', '86', NOW(), NOW()),
|
||
(193, 1, 'PG', '86', NOW(), NOW()),
|
||
(194, 1, 'PU', '86', NOW(), NOW()),
|
||
(195, 1, 'PE', '86', NOW(), NOW()),
|
||
(196, 1, 'PC', '86', NOW(), NOW()),
|
||
(197, 1, 'PI', '86', NOW(), NOW()),
|
||
(198, 1, 'PT', '86', NOW(), NOW()),
|
||
(199, 1, 'PN', '86', NOW(), NOW()),
|
||
(200, 1, 'PZ', '86', NOW(), NOW()),
|
||
(201, 1, 'PO', '86', NOW(), NOW()),
|
||
(202, 1, 'RG', '86', NOW(), NOW()),
|
||
(203, 1, 'RA', '86', NOW(), NOW()),
|
||
(204, 1, 'RC', '86', NOW(), NOW()),
|
||
(205, 1, 'RE', '86', NOW(), NOW()),
|
||
(206, 1, 'RI', '86', NOW(), NOW()),
|
||
(207, 1, 'RN', '86', NOW(), NOW()),
|
||
(208, 1, 'RM', '86', NOW(), NOW()),
|
||
(209, 1, 'RO', '86', NOW(), NOW()),
|
||
(210, 1, 'SA', '86', NOW(), NOW()),
|
||
(211, 1, 'SS', '86', NOW(), NOW()),
|
||
(212, 1, 'SV', '86', NOW(), NOW()),
|
||
(213, 1, 'SI', '86', NOW(), NOW()),
|
||
(214, 1, 'SR', '86', NOW(), NOW()),
|
||
(215, 1, 'SO', '86', NOW(), NOW()),
|
||
(216, 1, 'TA', '86', NOW(), NOW()),
|
||
(217, 1, 'TE', '86', NOW(), NOW()),
|
||
(218, 1, 'TR', '86', NOW(), NOW()),
|
||
(219, 1, 'TO', '86', NOW(), NOW()),
|
||
(220, 1, 'TP', '86', NOW(), NOW()),
|
||
(221, 1, 'TN', '86', NOW(), NOW()),
|
||
(222, 1, 'TV', '86', NOW(), NOW()),
|
||
(223, 1, 'TS', '86', NOW(), NOW()),
|
||
(224, 1, 'UD', '86', NOW(), NOW()),
|
||
(225, 1, 'VA', '86', NOW(), NOW()),
|
||
(226, 1, 'VE', '86', NOW(), NOW()),
|
||
(227, 1, 'VB', '86', NOW(), NOW()),
|
||
(228, 1, 'VC', '86', NOW(), NOW()),
|
||
(229, 1, 'VR', '86', NOW(), NOW()),
|
||
(230, 1, 'VV', '86', NOW(), NOW()),
|
||
(231, 1, 'VI', '86', NOW(), NOW()),
|
||
(232, 1, 'VT', '86', NOW(), NOW()),
|
||
(233, 1, 'AC', '80', NOW(), NOW()),
|
||
(234, 1, 'BA', '80', NOW(), NOW()),
|
||
(235, 1, 'BB', '80', NOW(), NOW()),
|
||
(236, 1, 'BT', '80', NOW(), NOW()),
|
||
(237, 1, 'BE', '80', NOW(), NOW()),
|
||
(238, 1, 'JT', '80', NOW(), NOW()),
|
||
(239, 1, 'KT', '80', NOW(), NOW()),
|
||
(240, 1, 'ST', '80', NOW(), NOW()),
|
||
(241, 1, 'JI', '80', NOW(), NOW()),
|
||
(242, 1, 'KI', '80', NOW(), NOW()),
|
||
(243, 1, 'NT', '80', NOW(), NOW()),
|
||
(244, 1, 'GO', '80', NOW(), NOW()),
|
||
(245, 1, 'JK', '80', NOW(), NOW()),
|
||
(246, 1, 'JA', '80', NOW(), NOW()),
|
||
(247, 1, 'LA', '80', NOW(), NOW()),
|
||
(248, 1, 'MA', '80', NOW(), NOW()),
|
||
(249, 1, 'MU', '80', NOW(), NOW()),
|
||
(250, 1, 'SA', '80', NOW(), NOW()),
|
||
(251, 1, 'SU', '80', NOW(), NOW()),
|
||
(252, 1, 'PA', '80', NOW(), NOW()),
|
||
(253, 1, 'RI', '80', NOW(), NOW()),
|
||
(254, 1, 'KR', '80', NOW(), NOW()),
|
||
(255, 1, 'SG', '80', NOW(), NOW()),
|
||
(256, 1, 'KS', '80', NOW(), NOW()),
|
||
(257, 1, 'SN', '80', NOW(), NOW()),
|
||
(258, 1, 'SS', '80', NOW(), NOW()),
|
||
(259, 1, 'JB', '80', NOW(), NOW()),
|
||
(260, 1, 'KB', '80', NOW(), NOW()),
|
||
(261, 1, 'NB', '80', NOW(), NOW()),
|
||
(262, 1, 'PB', '80', NOW(), NOW()),
|
||
(263, 1, 'SR', '80', NOW(), NOW()),
|
||
(264, 1, 'SB', '80', NOW(), NOW()),
|
||
(265, 1, 'YO', '80', NOW(), NOW()),
|
||
(266, 1, '23', '88', NOW(), NOW()),
|
||
(267, 1, '05', '88', NOW(), NOW()),
|
||
(268, 1, '02', '88', NOW(), NOW()),
|
||
(269, 1, '12', '88', NOW(), NOW()),
|
||
(270, 1, '38', '88', NOW(), NOW()),
|
||
(271, 1, '18', '88', NOW(), NOW()),
|
||
(272, 1, '40', '88', NOW(), NOW()),
|
||
(273, 1, '07', '88', NOW(), NOW()),
|
||
(274, 1, '21', '88', NOW(), NOW()),
|
||
(275, 1, '10', '88', NOW(), NOW()),
|
||
(276, 1, '34', '88', NOW(), NOW()),
|
||
(277, 1, '01', '88', NOW(), NOW()),
|
||
(278, 1, '28', '88', NOW(), NOW()),
|
||
(279, 1, '08', '88', NOW(), NOW()),
|
||
(280, 1, '17', '88', NOW(), NOW()),
|
||
(281, 1, '03', '88', NOW(), NOW()),
|
||
(282, 1, '37', '88', NOW(), NOW()),
|
||
(283, 1, '46', '88', NOW(), NOW()),
|
||
(284, 1, '14', '88', NOW(), NOW()),
|
||
(285, 1, '39', '88', NOW(), NOW()),
|
||
(286, 1, '43', '88', NOW(), NOW()),
|
||
(287, 1, '26', '88', NOW(), NOW()),
|
||
(288, 1, '24', '88', NOW(), NOW()),
|
||
(289, 1, '04', '88', NOW(), NOW()),
|
||
(290, 1, '45', '88', NOW(), NOW()),
|
||
(291, 1, '20', '88', NOW(), NOW()),
|
||
(292, 1, '42', '88', NOW(), NOW()),
|
||
(293, 1, '29', '88', NOW(), NOW()),
|
||
(294, 1, '15', '88', NOW(), NOW()),
|
||
(295, 1, '44', '88', NOW(), NOW()),
|
||
(296, 1, '33', '88', NOW(), NOW()),
|
||
(297, 1, '47', '88', NOW(), NOW()),
|
||
(298, 1, '27', '88', NOW(), NOW()),
|
||
(299, 1, '41', '88', NOW(), NOW()),
|
||
(300, 1, '11', '88', NOW(), NOW()),
|
||
(301, 1, '25', '88', NOW(), NOW()),
|
||
(302, 1, '32', '88', NOW(), NOW()),
|
||
(303, 1, '22', '88', NOW(), NOW()),
|
||
(304, 1, '09', '88', NOW(), NOW()),
|
||
(305, 1, '36', '88', NOW(), NOW()),
|
||
(306, 1, '13', '88', NOW(), NOW()),
|
||
(307, 1, '31', '88', NOW(), NOW()),
|
||
(308, 1, '16', '88', NOW(), NOW()),
|
||
(309, 1, '30', '88', NOW(), NOW()),
|
||
(310, 1, '06', '88', NOW(), NOW()),
|
||
(311, 1, '35', '88', NOW(), NOW()),
|
||
(312, 1, '19', '88', NOW(), NOW());
|
||
|
||
INSERT INTO `country_area` (`country_id`, `area_id`, `created_at`, `updated_at`) VALUES
|
||
(1, 4, NOW(), NOW()),
|
||
(2, 4, NOW(), NOW()),
|
||
(3, 3, NOW(), NOW()),
|
||
(4, 3, NOW(), NOW()),
|
||
(5, 2, NOW(), NOW()),
|
||
(6, 1, NOW(), NOW()),
|
||
(7, 4, NOW(), NOW()),
|
||
(8, 4, NOW(), NOW()),
|
||
(9, 4, NOW(), NOW()),
|
||
(10, 4, NOW(), NOW()),
|
||
(11, 3, NOW(), NOW()),
|
||
(12, 4, NOW(), NOW()),
|
||
(13, 2, NOW(), NOW()),
|
||
(14, 3, NOW(), NOW()),
|
||
(15, 4, NOW(), NOW()),
|
||
(16, 4, NOW(), NOW()),
|
||
(17, 4, NOW(), NOW()),
|
||
(18, 4, NOW(), NOW()),
|
||
(19, 3, NOW(), NOW()),
|
||
(20, 4, NOW(), NOW()),
|
||
(21, 4, NOW(), NOW()),
|
||
(22, 4, NOW(), NOW()),
|
||
(24, 3, NOW(), NOW()),
|
||
(25, 4, NOW(), NOW()),
|
||
(26, 4, NOW(), NOW()),
|
||
(27, 3, NOW(), NOW()),
|
||
(28, 4, NOW(), NOW()),
|
||
(29, 4, NOW(), NOW()),
|
||
(30, 4, NOW(), NOW()),
|
||
(31, 3, NOW(), NOW()),
|
||
(32, 4, NOW(), NOW()),
|
||
(33, 4, NOW(), NOW()),
|
||
(34, 4, NOW(), NOW()),
|
||
(35, 4, NOW(), NOW()),
|
||
(37, 4, NOW(), NOW()),
|
||
(38, 4, NOW(), NOW()),
|
||
(39, 4, NOW(), NOW()),
|
||
(40, 2, NOW(), NOW()),
|
||
(41, 4, NOW(), NOW()),
|
||
(42, 4, NOW(), NOW()),
|
||
(43, 4, NOW(), NOW()),
|
||
(44, 4, NOW(), NOW()),
|
||
(45, 4, NOW(), NOW()),
|
||
(46, 4, NOW(), NOW()),
|
||
(47, 4, NOW(), NOW()),
|
||
(48, 4, NOW(), NOW()),
|
||
(49, 2, NOW(), NOW()),
|
||
(50, 4, NOW(), NOW()),
|
||
(51, 2, NOW(), NOW()),
|
||
(52, 4, NOW(), NOW()),
|
||
(53, 4, NOW(), NOW()),
|
||
(54, 4, NOW(), NOW()),
|
||
(55, 4, NOW(), NOW()),
|
||
(56, 4, NOW(), NOW()),
|
||
(57, 4, NOW(), NOW()),
|
||
(58, 2, NOW(), NOW()),
|
||
(59, 2, NOW(), NOW()),
|
||
(61, 4, NOW(), NOW()),
|
||
(62, 4, NOW(), NOW()),
|
||
(63, 2, NOW(), NOW()),
|
||
(64, 1, NOW(), NOW()),
|
||
(65, 4, NOW(), NOW()),
|
||
(66, 4, NOW(), NOW()),
|
||
(67, 3, NOW(), NOW()),
|
||
(68, 4, NOW(), NOW()),
|
||
(69, 2, NOW(), NOW()),
|
||
(70, 4, NOW(), NOW()),
|
||
(71, 4, NOW(), NOW()),
|
||
(72, 4, NOW(), NOW()),
|
||
(73, 4, NOW(), NOW()),
|
||
(74, 4, NOW(), NOW()),
|
||
(75, 4, NOW(), NOW()),
|
||
(76, 4, NOW(), NOW()),
|
||
(77, 4, NOW(), NOW()),
|
||
(78, 2, NOW(), NOW()),
|
||
(79, 4, NOW(), NOW()),
|
||
(80, 4, NOW(), NOW()),
|
||
(81, 4, NOW(), NOW()),
|
||
(82, 4, NOW(), NOW()),
|
||
(83, 2, NOW(), NOW()),
|
||
(84, 3, NOW(), NOW()),
|
||
(85, 4, NOW(), NOW()),
|
||
(86, 2, NOW(), NOW()),
|
||
(87, 4, NOW(), NOW()),
|
||
(88, 4, NOW(), NOW()),
|
||
(89, 4, NOW(), NOW()),
|
||
(90, 4, NOW(), NOW()),
|
||
(91, 4, NOW(), NOW()),
|
||
(92, 4, NOW(), NOW()),
|
||
(93, 4, NOW(), NOW()),
|
||
(94, 4, NOW(), NOW()),
|
||
(95, 4, NOW(), NOW()),
|
||
(96, 4, NOW(), NOW()),
|
||
(97, 2, NOW(), NOW()),
|
||
(98, 4, NOW(), NOW()),
|
||
(99, 4, NOW(), NOW()),
|
||
(100, 4, NOW(), NOW()),
|
||
(101, 2, NOW(), NOW()),
|
||
(102, 2, NOW(), NOW()),
|
||
(103, 2, NOW(), NOW()),
|
||
(104, 3, NOW(), NOW()),
|
||
(105, 4, NOW(), NOW()),
|
||
(106, 4, NOW(), NOW()),
|
||
(107, 4, NOW(), NOW()),
|
||
(108, 4, NOW(), NOW()),
|
||
(109, 4, NOW(), NOW()),
|
||
(110, 2, NOW(), NOW()),
|
||
(111, 3, NOW(), NOW()),
|
||
(112, 4, NOW(), NOW()),
|
||
(113, 4, NOW(), NOW()),
|
||
(114, 4, NOW(), NOW()),
|
||
(115, 4, NOW(), NOW()),
|
||
(117, 3, NOW(), NOW()),
|
||
(118, 1, NOW(), NOW()),
|
||
(119, 4, NOW(), NOW()),
|
||
(120, 4, NOW(), NOW()),
|
||
(121, 4, NOW(), NOW()),
|
||
(122, 4, NOW(), NOW()),
|
||
(123, 4, NOW(), NOW()),
|
||
(124, 4, NOW(), NOW()),
|
||
(125, 4, NOW(), NOW()),
|
||
(126, 4, NOW(), NOW()),
|
||
(128, 3, NOW(), NOW()),
|
||
(129, 4, NOW(), NOW()),
|
||
(130, 4, NOW(), NOW()),
|
||
(131, 4, NOW(), NOW()),
|
||
(132, 4, NOW(), NOW()),
|
||
(133, 4, NOW(), NOW()),
|
||
(134, 4, NOW(), NOW()),
|
||
(135, 4, NOW(), NOW()),
|
||
(136, 4, NOW(), NOW()),
|
||
(137, 2, NOW(), NOW()),
|
||
(138, 4, NOW(), NOW()),
|
||
(139, 4, NOW(), NOW()),
|
||
(140, 2, NOW(), NOW()),
|
||
(141, 2, NOW(), NOW()),
|
||
(142, 4, NOW(), NOW()),
|
||
(143, 4, NOW(), NOW()),
|
||
(144, 4, NOW(), NOW()),
|
||
(145, 2, NOW(), NOW()),
|
||
(146, 2, NOW(), NOW()),
|
||
(147, 2, NOW(), NOW()),
|
||
(148, 4, NOW(), NOW()),
|
||
(149, 4, NOW(), NOW()),
|
||
(150, 4, NOW(), NOW()),
|
||
(151, 4, NOW(), NOW()),
|
||
(152, 2, NOW(), NOW()),
|
||
(153, 4, NOW(), NOW()),
|
||
(154, 4, NOW(), NOW()),
|
||
(156, 4, NOW(), NOW()),
|
||
(157, 4, NOW(), NOW()),
|
||
(158, 4, NOW(), NOW()),
|
||
(159, 4, NOW(), NOW()),
|
||
(160, 4, NOW(), NOW()),
|
||
(161, 4, NOW(), NOW()),
|
||
(162, 2, NOW(), NOW()),
|
||
(163, 2, NOW(), NOW()),
|
||
(164, 4, NOW(), NOW()),
|
||
(165, 4, NOW(), NOW()),
|
||
(166, 4, NOW(), NOW()),
|
||
(167, 2, NOW(), NOW()),
|
||
(168, 2, NOW(), NOW()),
|
||
(169, 4, NOW(), NOW()),
|
||
(170, 4, NOW(), NOW()),
|
||
(171, 4, NOW(), NOW()),
|
||
(172, 4, NOW(), NOW()),
|
||
(173, 4, NOW(), NOW()),
|
||
(174, 4, NOW(), NOW()),
|
||
(175, 4, NOW(), NOW()),
|
||
(176, 4, NOW(), NOW()),
|
||
(177, 4, NOW(), NOW()),
|
||
(178, 4, NOW(), NOW()),
|
||
(179, 3, NOW(), NOW()),
|
||
(180, 4, NOW(), NOW()),
|
||
(181, 3, NOW(), NOW()),
|
||
(182, 4, NOW(), NOW()),
|
||
(183, 2, NOW(), NOW()),
|
||
(184, 4, NOW(), NOW()),
|
||
(185, 2, NOW(), NOW()),
|
||
(186, 4, NOW(), NOW()),
|
||
(187, 4, NOW(), NOW()),
|
||
(188, 4, NOW(), NOW()),
|
||
(189, 4, NOW(), NOW()),
|
||
(191, 4, NOW(), NOW()),
|
||
(192, 4, NOW(), NOW()),
|
||
(193, 4, NOW(), NOW()),
|
||
(196, 4, NOW(), NOW()),
|
||
(246, 4, NOW(), NOW()),
|
||
(259, 5, NOW(), NOW()),
|
||
(260, 5, NOW(), NOW()),
|
||
(261, 5, NOW(), NOW()),
|
||
(262, 5, NOW(), NOW()),
|
||
(263, 5, NOW(), NOW()),
|
||
(264, 5, NOW(), NOW()),
|
||
(265, 6, NOW(), NOW()),
|
||
(266, 6, NOW(), NOW()),
|
||
(267, 6, NOW(), NOW()),
|
||
(269, 4, NOW(), NOW()),
|
||
(270, 5, NOW(), NOW()),
|
||
(271, 5, NOW(), NOW()),
|
||
(272, 6, NOW(), NOW()),
|
||
(1, 9, NOW(), NOW()),
|
||
(2, 10, NOW(), NOW()),
|
||
(3, 13, NOW(), NOW()),
|
||
(4, 10, NOW(), NOW()),
|
||
(5, 7, NOW(), NOW()),
|
||
(6, 13, NOW(), NOW()),
|
||
(7, 10, NOW(), NOW()),
|
||
(8, 8, NOW(), NOW()),
|
||
(9, 9, NOW(), NOW()),
|
||
(10, 12, NOW(), NOW()),
|
||
(11, 9, NOW(), NOW()),
|
||
(12, 11, NOW(), NOW()),
|
||
(13, 7, NOW(), NOW()),
|
||
(14, 9, NOW(), NOW()),
|
||
(15, 8, NOW(), NOW()),
|
||
(16, 9, NOW(), NOW()),
|
||
(17, 9, NOW(), NOW()),
|
||
(18, 8, NOW(), NOW()),
|
||
(19, 11, NOW(), NOW()),
|
||
(20, 7, NOW(), NOW()),
|
||
(21, 14, NOW(), NOW()),
|
||
(22, 10, NOW(), NOW()),
|
||
(23, 9, NOW(), NOW()),
|
||
(24, 13, NOW(), NOW()),
|
||
(25, 9, NOW(), NOW()),
|
||
(26, 12, NOW(), NOW()),
|
||
(27, 7, NOW(), NOW()),
|
||
(28, 10, NOW(), NOW()),
|
||
(29, 12, NOW(), NOW()),
|
||
(30, 9, NOW(), NOW()),
|
||
(31, 7, NOW(), NOW()),
|
||
(32, 10, NOW(), NOW()),
|
||
(33, 10, NOW(), NOW()),
|
||
(34, 9, NOW(), NOW()),
|
||
(35, 10, NOW(), NOW()),
|
||
(37, 10, NOW(), NOW()),
|
||
(38, 12, NOW(), NOW()),
|
||
(39, 9, NOW(), NOW()),
|
||
(40, 7, NOW(), NOW()),
|
||
(41, 12, NOW(), NOW()),
|
||
(42, 10, NOW(), NOW()),
|
||
(43, 10, NOW(), NOW()),
|
||
(44, 11, NOW(), NOW()),
|
||
(45, 9, NOW(), NOW()),
|
||
(46, 9, NOW(), NOW()),
|
||
(47, 14, NOW(), NOW()),
|
||
(48, 10, NOW(), NOW()),
|
||
(49, 13, NOW(), NOW()),
|
||
(50, 14, NOW(), NOW()),
|
||
(51, 7, NOW(), NOW()),
|
||
(52, 10, NOW(), NOW()),
|
||
(53, 14, NOW(), NOW()),
|
||
(54, 10, NOW(), NOW()),
|
||
(55, 9, NOW(), NOW()),
|
||
(56, 12, NOW(), NOW()),
|
||
(57, 10, NOW(), NOW()),
|
||
(58, 7, NOW(), NOW()),
|
||
(59, 7, NOW(), NOW()),
|
||
(61, 10, NOW(), NOW()),
|
||
(62, 11, NOW(), NOW()),
|
||
(63, 7, NOW(), NOW()),
|
||
(64, 7, NOW(), NOW()),
|
||
(65, 10, NOW(), NOW()),
|
||
(66, 10, NOW(), NOW()),
|
||
(67, 9, NOW(), NOW()),
|
||
(68, 10, NOW(), NOW()),
|
||
(69, 7, NOW(), NOW()),
|
||
(70, 14, NOW(), NOW()),
|
||
(71, 14, NOW(), NOW()),
|
||
(72, 10, NOW(), NOW()),
|
||
(73, 10, NOW(), NOW()),
|
||
(74, 10, NOW(), NOW()),
|
||
(75, 12, NOW(), NOW()),
|
||
(76, 14, NOW(), NOW()),
|
||
(77, 14, NOW(), NOW()),
|
||
(78, 7, NOW(), NOW()),
|
||
(79, 9, NOW(), NOW()),
|
||
(80, 9, NOW(), NOW()),
|
||
(81, 9, NOW(), NOW()),
|
||
(82, 9, NOW(), NOW()),
|
||
(83, 7, NOW(), NOW()),
|
||
(84, 13, NOW(), NOW()),
|
||
(85, 9, NOW(), NOW()),
|
||
(86, 7, NOW(), NOW()),
|
||
(87, 14, NOW(), NOW()),
|
||
(88, 9, NOW(), NOW()),
|
||
(89, 9, NOW(), NOW()),
|
||
(90, 9, NOW(), NOW()),
|
||
(91, 10, NOW(), NOW()),
|
||
(92, 9, NOW(), NOW()),
|
||
(93, 11, NOW(), NOW()),
|
||
(94, 9, NOW(), NOW()),
|
||
(95, 9, NOW(), NOW()),
|
||
(96, 10, NOW(), NOW()),
|
||
(97, 7, NOW(), NOW()),
|
||
(98, 9, NOW(), NOW()),
|
||
(99, 10, NOW(), NOW()),
|
||
(100, 10, NOW(), NOW()),
|
||
(101, 7, NOW(), NOW()),
|
||
(102, 7, NOW(), NOW()),
|
||
(103, 7, NOW(), NOW()),
|
||
(104, 13, NOW(), NOW()),
|
||
(105, 10, NOW(), NOW()),
|
||
(106, 9, NOW(), NOW()),
|
||
(107, 10, NOW(), NOW()),
|
||
(108, 9, NOW(), NOW()),
|
||
(109, 10, NOW(), NOW()),
|
||
(110, 7, NOW(), NOW()),
|
||
(111, 10, NOW(), NOW()),
|
||
(112, 11, NOW(), NOW()),
|
||
(113, 10, NOW(), NOW()),
|
||
(114, 10, NOW(), NOW()),
|
||
(115, 8, NOW(), NOW()),
|
||
(116, 11, NOW(), NOW()),
|
||
(117, 13, NOW(), NOW()),
|
||
(118, 13, NOW(), NOW()),
|
||
(119, 9, NOW(), NOW()),
|
||
(120, 10, NOW(), NOW()),
|
||
(121, 10, NOW(), NOW()),
|
||
(122, 11, NOW(), NOW()),
|
||
(123, 9, NOW(), NOW()),
|
||
(124, 14, NOW(), NOW()),
|
||
(125, 10, NOW(), NOW()),
|
||
(126, 10, NOW(), NOW()),
|
||
(127, 11, NOW(), NOW()),
|
||
(128, 13, NOW(), NOW()),
|
||
(129, 11, NOW(), NOW()),
|
||
(130, 9, NOW(), NOW()),
|
||
(131, 10, NOW(), NOW()),
|
||
(132, 9, NOW(), NOW()),
|
||
(133, 9, NOW(), NOW()),
|
||
(134, 14, NOW(), NOW()),
|
||
(135, 11, NOW(), NOW()),
|
||
(136, 12, NOW(), NOW()),
|
||
(137, 7, NOW(), NOW()),
|
||
(138, 12, NOW(), NOW()),
|
||
(139, 9, NOW(), NOW()),
|
||
(140, 7, NOW(), NOW()),
|
||
(141, 7, NOW(), NOW()),
|
||
(142, 9, NOW(), NOW()),
|
||
(143, 10, NOW(), NOW()),
|
||
(144, 14, NOW(), NOW()),
|
||
(145, 7, NOW(), NOW()),
|
||
(146, 7, NOW(), NOW()),
|
||
(147, 7, NOW(), NOW()),
|
||
(148, 13, NOW(), NOW()),
|
||
(149, 10, NOW(), NOW()),
|
||
(150, 14, NOW(), NOW()),
|
||
(151, 14, NOW(), NOW()),
|
||
(152, 13, NOW(), NOW()),
|
||
(153, 14, NOW(), NOW()),
|
||
(154, 11, NOW(), NOW()),
|
||
(155, 14, NOW(), NOW()),
|
||
(156, 11, NOW(), NOW()),
|
||
(157, 10, NOW(), NOW()),
|
||
(158, 10, NOW(), NOW()),
|
||
(159, 10, NOW(), NOW()),
|
||
(160, 10, NOW(), NOW()),
|
||
(161, 9, NOW(), NOW()),
|
||
(162, 7, NOW(), NOW()),
|
||
(163, 7, NOW(), NOW()),
|
||
(164, 10, NOW(), NOW()),
|
||
(165, 10, NOW(), NOW()),
|
||
(166, 9, NOW(), NOW()),
|
||
(167, 7, NOW(), NOW()),
|
||
(168, 13, NOW(), NOW()),
|
||
(169, 14, NOW(), NOW()),
|
||
(170, 10, NOW(), NOW()),
|
||
(171, 9, NOW(), NOW()),
|
||
(172, 9, NOW(), NOW()),
|
||
(173, 10, NOW(), NOW()),
|
||
(174, 10, NOW(), NOW()),
|
||
(175, 9, NOW(), NOW()),
|
||
(176, 10, NOW(), NOW()),
|
||
(177, 11, NOW(), NOW()),
|
||
(178, 12, NOW(), NOW()),
|
||
(179, 10, NOW(), NOW()),
|
||
(180, 9, NOW(), NOW()),
|
||
(181, 13, NOW(), NOW()),
|
||
(182, 11, NOW(), NOW()),
|
||
(183, 7, NOW(), NOW()),
|
||
(184, 12, NOW(), NOW()),
|
||
(185, 13, NOW(), NOW()),
|
||
(186, 11, NOW(), NOW()),
|
||
(187, 12, NOW(), NOW()),
|
||
(188, 9, NOW(), NOW()),
|
||
(189, 9, NOW(), NOW()),
|
||
(191, 10, NOW(), NOW()),
|
||
(192, 10, NOW(), NOW()),
|
||
(193, 10, NOW(), NOW()),
|
||
(196, 8, NOW(), NOW()),
|
||
(246, 8, NOW(), NOW()),
|
||
(259, 14, NOW(), NOW()),
|
||
(260, 12, NOW(), NOW()),
|
||
(261, 14, NOW(), NOW()),
|
||
(262, 10, NOW(), NOW()),
|
||
(263, 10, NOW(), NOW()),
|
||
(264, 14, NOW(), NOW()),
|
||
(265, 11, NOW(), NOW()),
|
||
(266, 11, NOW(), NOW()),
|
||
(267, 11, NOW(), NOW()),
|
||
(269, 9, NOW(), NOW());
|
||
|
||
INSERT INTO `tax` (`id`, `type`, `serialized_requirements`, `created_at`, `updated_at`)
|
||
VALUES
|
||
(1, 'Thelia\\TaxEngine\\TaxType\\PricePercentTaxType', 'eyJwZXJjZW50IjoiMjAifQ==', NOW(), NOW()),
|
||
(2, 'Thelia\\TaxEngine\\TaxType\\PricePercentTaxType', 'eyJwZXJjZW50IjoiMTAifQ==', NOW(), NOW());
|
||
|
||
|
||
INSERT INTO `tax_rule` (`id`, `is_default`, `created_at`, `updated_at`)
|
||
VALUES
|
||
(1, 1, NOW(), NOW()),
|
||
(2, 0, NOW(), NOW());
|
||
|
||
INSERT INTO `tax_rule_country` (`tax_rule_id`, `country_id`, `tax_id`, `position`, `created_at`, `updated_at`)
|
||
VALUES
|
||
(1, 64, 1, 1, NOW(), NOW()),
|
||
(2, 64, 2, 1, NOW(), NOW());
|
||
|
||
INSERT INTO `order_status`(`id`, `code`, `color`, `position`, `protected_status`, `created_at`, `updated_at`) VALUES
|
||
(1, 'not_paid', '#f0ad4e', 1, 1, NOW(), NOW()),
|
||
(2, 'paid', '#5cb85c', 2, 1, NOW(), NOW()),
|
||
(3, 'processing', '#f39922', 3, 1, NOW(), NOW()),
|
||
(4, 'sent', '#5bc0de', 4, 1, NOW(), NOW()),
|
||
(5, 'canceled', '#d9534f', 5, 1, NOW(), NOW()),
|
||
(6, 'refunded', '#986dff', 6, 1, NOW(), NOW());
|
||
|
||
/**
|
||
generated with command : php Thelia thelia:generate-resources --output sql
|
||
*/
|
||
INSERT INTO resource (`id`, `code`, `created_at`, `updated_at`) VALUES
|
||
(1, 'admin.address', NOW(), NOW()),
|
||
(2, 'admin.configuration.administrator', NOW(), NOW()),
|
||
(3, 'admin.configuration.area', NOW(), NOW()),
|
||
(4, 'admin.configuration.attribute', NOW(), NOW()),
|
||
(5, 'admin.category', NOW(), NOW()),
|
||
(6, 'admin.configuration', NOW(), NOW()),
|
||
(7, 'admin.content', NOW(), NOW()),
|
||
(8, 'admin.configuration.country', NOW(), NOW()),
|
||
(9, 'admin.coupon', NOW(), NOW()),
|
||
(10, 'admin.configuration.currency', NOW(), NOW()),
|
||
(11, 'admin.customer', NOW(), NOW()),
|
||
(12, 'admin.configuration.feature', NOW(), NOW()),
|
||
(13, 'admin.folder', NOW(), NOW()),
|
||
(14, 'admin.configuration.language', NOW(), NOW()),
|
||
(15, 'admin.configuration.mailing-system', NOW(), NOW()),
|
||
(16, 'admin.configuration.message', NOW(), NOW()),
|
||
(17, 'admin.module', NOW(), NOW()),
|
||
(18, 'admin.order', NOW(), NOW()),
|
||
(19, 'admin.product', NOW(), NOW()),
|
||
(20, 'admin.configuration.profile', NOW(), NOW()),
|
||
(21, 'admin.configuration.shipping-zone', NOW(), NOW()),
|
||
(22, 'admin.configuration.tax', NOW(), NOW()),
|
||
(23, 'admin.configuration.template', NOW(), NOW()),
|
||
(24, 'admin.configuration.system-log', NOW(), NOW()),
|
||
(25, 'admin.cache', NOW(), NOW()),
|
||
(26, 'admin.home', NOW(), NOW()),
|
||
(27, 'admin.configuration.store', NOW(), NOW()),
|
||
(28, 'admin.configuration.variable', NOW(), NOW()),
|
||
(29, 'admin.configuration.admin-logs', NOW(), NOW()),
|
||
(30, 'admin.configuration.system-logs', NOW(), NOW()),
|
||
(31, 'admin.configuration.advanced', NOW(), NOW()),
|
||
(32, 'admin.configuration.translations', NOW(), NOW()),
|
||
(33, 'admin.export', NOW(), NOW()),
|
||
(34, 'admin.tools', NOW(), NOW()),
|
||
(35, 'admin.brand', NOW(), NOW()),
|
||
(36, 'admin.hook', NOW(), NOW()),
|
||
(37, 'admin.module-hook', NOW(), NOW()),
|
||
(38, 'admin.sales', NOW(), NOW()),
|
||
(39, 'admin.administrator', NOW(), NOW()),
|
||
(40, 'admin.configuration.category', NOW(), NOW()),
|
||
(41, 'admin.configuration.shipping-configuration', NOW(), NOW()),
|
||
(42, 'admin.configuration.tax-rule', NOW(), NOW()),
|
||
(43, 'admin.hooks', NOW(), NOW()),
|
||
(44, 'admin.import', NOW(), NOW()),
|
||
(45, 'admin.modules', NOW(), NOW()),
|
||
(46, 'admin.profile', NOW(), NOW()),
|
||
(47, 'admin.search', NOW(), NOW()),
|
||
(48, 'admin.configuration.api', NOW(), NOW()),
|
||
(49, 'admin.customer.title', NOW(), NOW()),
|
||
(50, 'admin.configuration.order-status', NOW(), NOW())
|
||
;
|
||
|
||
INSERT INTO `message` (`id`, `name`, `secured`, `text_layout_file_name`, `text_template_file_name`, `html_layout_file_name`, `html_template_file_name`, `created_at`, `updated_at`) VALUES
|
||
(1, 'order_confirmation', NULL, NULL, 'order_confirmation.txt', NULL, 'order_confirmation.html', NOW(), NOW()),
|
||
(2, 'lost_password', NULL, NULL, 'password.txt', NULL, 'password.html', NOW(), NOW()),
|
||
(3, 'order_notification', NULL, NULL, 'order_notification.txt', NULL, 'order_notification.html', NOW(), NOW()),
|
||
(4, 'customer_account_changed', 0, NULL, 'account_changed_by_admin.txt', NULL, 'account_changed_by_admin.html', NOW(), NOW()),
|
||
(5, 'customer_account_created', 0, NULL, 'account_created_by_admin.txt', NULL, 'account_created_by_admin.html', NOW(), NOW()),
|
||
(6, 'new_admin_password', NULL, NULL, 'admin_password.txt', NULL, 'admin_password.html', NOW(), NOW()),
|
||
(7, 'newsletter_subscription_confirmation', NULL, NULL, 'newsletter_subscription_confirmation.txt', NULL, 'newsletter_subscription_confirmation.html', NOW(), NOW()),
|
||
(8, 'customer_confirmation', NULL, NULL, 'customer_confirmation.txt', NULL, 'customer_confirmation.html', NOW(), NOW())
|
||
;
|
||
|
||
/**
|
||
I18n
|
||
*/
|
||
|
||
INSERT INTO `config_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Check available product stock (1) or ignore it (0) when displaying and changing ordered quantity' locale=$locale}, NULL, NULL, NULL),
|
||
(2, '{$locale}', {intl l='Name of the active front-office template' locale=$locale}, NULL, NULL, NULL),
|
||
(3, '{$locale}', {intl l='Name of the active back-office template' locale=$locale}, NULL, NULL, NULL),
|
||
(4, '{$locale}', {intl l='Name of the active PDF template' locale=$locale}, NULL, NULL, NULL),
|
||
(5, '{$locale}', {intl l='Name of the active mailing template' locale=$locale}, NULL, NULL, NULL),
|
||
(6, '{$locale}', {intl l='Enable (1) or disable (0) URL rewriting' locale=$locale}, NULL, NULL, NULL),
|
||
(7, '{$locale}', {intl l='Name of the graphic driver used by the Imagine library (see https://imagine.readthedocs.org)' locale=$locale}, NULL, NULL, NULL),
|
||
(8, '{$locale}', {intl l='The default quality (in %) of the generated images' locale=$locale}, NULL, NULL, NULL),
|
||
(9, '{$locale}', {intl l='How original (full resolution) images are delivered in the web space (symlink or copy)' locale=$locale}, NULL, NULL, NULL),
|
||
(10, '{$locale}', {intl l='How document files are delivered in the web space (symlink or copy)' locale=$locale}, NULL, NULL, NULL),
|
||
(11, '{$locale}', {intl l='Path to the directory where images are stored' locale=$locale}, NULL, NULL, NULL),
|
||
(12, '{$locale}', {intl l='Path to the directory where documents are stored' locale=$locale}, NULL, NULL, NULL),
|
||
(13, '{$locale}', {intl l='The path to the image cache directory in the web space' locale=$locale}, NULL, NULL, NULL),
|
||
(14, '{$locale}', {intl l='The path to the document cache directory in the web space' locale=$locale}, NULL, NULL, NULL),
|
||
(15, '{$locale}', {intl l='File name of the 404 (not found) view in the current template (with extension, e.g. 404.html)' locale=$locale}, NULL, NULL, NULL),
|
||
(16, '{$locale}', {intl l='Name of the template view returned when an obsolete (or inactive) product URL is invoked' locale=$locale}, NULL, NULL, NULL),
|
||
(17, '{$locale}', {intl l='Display and process prices with (0) or without (1) taxes.' locale=$locale}, NULL, NULL, NULL),
|
||
(18, '{$locale}', {intl l='Compile templates assets automatically upon asset source change (1 = yes, 0 = no)' locale=$locale}, NULL, NULL, NULL),
|
||
(19, '{$locale}', {intl l='"Remember me" cookie name for administration users' locale=$locale}, NULL, NULL, NULL),
|
||
(20, '{$locale}', {intl l='"Remember me" cookie expiration time, in seconds, for administration users' locale=$locale}, NULL, NULL, NULL),
|
||
(21, '{$locale}', {intl l='"Remember me" cookie name for customer users' locale=$locale}, NULL, NULL, NULL),
|
||
(22, '{$locale}', {intl l='"Remember me" cookie expiration time, in seconds, for customer users' locale=$locale}, NULL, NULL, NULL),
|
||
(23, '{$locale}', {intl l='Base URL of the shop (e.g. http://www.yourshopdomain.com)' locale=$locale}, NULL, NULL, NULL),
|
||
(24, '{$locale}', {intl l='Name of the invoice view in the current PDF template (without extension)' locale=$locale}, NULL, NULL, NULL),
|
||
(25, '{$locale}', {intl l='Name of the delivery view in the current PDF template (without extension)' locale=$locale}, NULL, NULL, NULL),
|
||
(26, '{$locale}', {intl l='The path (relative to the default back-office template) to the image used when no flag image can be found for a country' locale=$locale}, NULL, NULL, NULL),
|
||
(27, '{$locale}', {intl l='Whitespace trim level of the generated HTML code (0 = none, 1 = medium, 2 = maximum)' locale=$locale}, NULL, NULL, NULL),
|
||
(28, '{$locale}', {intl l='Default available stock when check-available-stock is set to 0.' locale=$locale}, NULL, NULL, NULL),
|
||
(29, '{$locale}', {intl l='The ID of the folder containing your information pages : terms, imprint, ...' locale=$locale}, NULL, NULL, NULL),
|
||
(30, '{$locale}', {intl l='The ID of the \'Terms & Conditions\' content.' locale=$locale}, NULL, NULL, NULL),
|
||
(31, '{$locale}', {intl l='Allow negative product stock (1) or not (0)' locale=$locale}, NULL, NULL, NULL),
|
||
(32, '{$locale}', {intl l='Use a persistent cookie to keep track of customer cart' locale=$locale}, NULL, NULL, NULL),
|
||
(33, '{$locale}', {intl l='Name of the cart cookie' locale=$locale}, NULL, NULL, NULL),
|
||
(34, '{$locale}', {intl l='Life time of the cart cookie in the customer browser, in seconds' locale=$locale}, NULL, NULL, NULL),
|
||
(35, '{$locale}', {intl l='Life time of the session cookie in the customer browser, in seconds' locale=$locale}, NULL, NULL, NULL),
|
||
(36, '{$locale}', {intl l='Leave the default configuration of session' locale=$locale}, NULL, NULL, NULL),
|
||
(37, '{$locale}', {intl l='Default lang without translation' locale=$locale}, NULL, NULL, NULL),
|
||
(52, '{$locale}', {intl l='[Firewall/Bruteforce] Time to wait between X attempts' locale=$locale}, NULL, NULL, NULL),
|
||
(53, '{$locale}', {intl l='[Firewall] Time to wait between X attempts' locale=$locale}, NULL, NULL, NULL),
|
||
(54, '{$locale}', {intl l='[Firewall/Bruteforce] Number of allowed attemps' locale=$locale}, NULL, NULL, NULL),
|
||
(55, '{$locale}', {intl l='[Firewall] Number of allowed attemps' locale=$locale}, NULL, NULL, NULL),
|
||
(56, '{$locale}', {intl l='[Firewall] Activate the firewall' locale=$locale}, NULL, NULL, NULL),
|
||
(57, '{$locale}', {intl l='Allow slash ended uri' locale=$locale}, NULL, NULL, NULL),
|
||
(58, '{$locale}', {intl l='Show error message instead of a white page on a server error' locale=$locale}, NULL, NULL, NULL),
|
||
(59, '{$locale}', {intl l='Filename of the error page' locale=$locale}, NULL, NULL, NULL),
|
||
(60, '{$locale}', {intl l='Allow customers to change their email. 1 for yes, 0 for no' locale=$locale}, NULL, NULL, NULL),
|
||
(61, '{$locale}', {intl l='Ask the customers to confirm their email in customer creation form, 1 for yes, 0 for no' locale=$locale}, NULL, NULL, NULL),
|
||
(62, '{$locale}', {intl l='Secret key for form CSRF token' locale=$locale}, NULL, NULL, NULL),
|
||
(63, '{$locale}', {intl l='The minimum length required for an administrator password' locale=$locale}, NULL, NULL, NULL),
|
||
(64, '{$locale}', {intl l='Allow an administrator to recreate a lost password (1 = yes, 0 = no)' locale=$locale}, NULL, NULL, NULL),
|
||
(65, '{$locale}', {intl l='Send a confirmation email to newsletter subscribers (1 = yes, 0 = no)' locale=$locale}, NULL, NULL, NULL),
|
||
(66, '{$locale}', {intl l='Number by default of results per page for product list' locale=$locale}, NUll, NULL, NULL),
|
||
(67, '{$locale}', {intl l='Number by default of results per page for order list' locale=$locale}, NUll, NULL, NULL),
|
||
(68, '{$locale}', {intl l='Number by default of results per page for customer list' locale=$locale}, NUll, NULL, NULL),
|
||
(69, '{$locale}', {intl l='Customer account creation should be confirmed by email (1: yes, 0: no)' locale=$locale}, NULL, NULL, NULL),
|
||
(70, '{$locale}', {intl l='Default number of coupons per page on coupon list' locale=$locale}, NULL, NULL, NULL),
|
||
(71, '{$locale}', {intl l='The URL of the assets CDN (leave empty is you\'re not using a CDN for assets).' locale=$locale}, NULL, NULL, NULL),
|
||
(72, '{$locale}', {intl l='The URL of the images and documents CDN (leave empty is you\'re not using a CDN for assets).' locale=$locale}, NULL, NULL, NULL),
|
||
(73, '{$locale}', {intl l='Allow module installation from ZIP files.' locale=$locale}, NULL, NULL, NULL){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `module_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='An image carousel on your home page' locale=$locale}, NULL, NULL, NULL),
|
||
(2, '{$locale}', {intl l='72h delivery' locale=$locale}, NULL, NULL, NULL),
|
||
(3, '{$locale}', {intl l='Pay by cheque' locale=$locale}, NULL, NULL, NULL),
|
||
(4, '{$locale}', {intl l='Front office integration' locale=$locale}, NULL, NULL, NULL),
|
||
(5, '{$locale}', {intl l='TinyMCE WYSIWYG editor' locale=$locale}, NULL, NULL, NULL),
|
||
(6, '{$locale}', {intl l='Navigation block' locale=$locale}, NULL, NULL, NULL),
|
||
(7, '{$locale}', {intl l='Currency block' locale=$locale}, NULL, NULL, NULL),
|
||
(8, '{$locale}', {intl l='Languages block' locale=$locale}, NULL, NULL, NULL),
|
||
(9, '{$locale}', {intl l='Search block' locale=$locale}, NULL, NULL, NULL),
|
||
(10, '{$locale}', {intl l='Customer account block' locale=$locale}, NULL, NULL, NULL),
|
||
(11, '{$locale}', {intl l='Cart block' locale=$locale}, NULL, NULL, NULL),
|
||
(12, '{$locale}', {intl l='Google Analytics block' locale=$locale}, NULL, NULL, NULL),
|
||
(13, '{$locale}', {intl l='Contact block' locale=$locale}, NULL, NULL, NULL),
|
||
(14, '{$locale}', {intl l='Links block' locale=$locale}, NULL, NULL, NULL),
|
||
(15, '{$locale}', {intl l='Newsletter block' locale=$locale}, NULL, NULL, NULL),
|
||
(16, '{$locale}', {intl l='Social Networks block' locale=$locale}, NULL, NULL, NULL),
|
||
(17, '{$locale}', {intl l='New Products block' locale=$locale}, NULL, NULL, NULL),
|
||
(18, '{$locale}', {intl l='Products offer block' locale=$locale}, NULL, NULL, NULL),
|
||
(19, '{$locale}', {intl l='Smarty template engine integration' locale=$locale}, NULL, NULL, NULL),
|
||
(20, '{$locale}', {intl l='Virtual Product Controller' locale=$locale}, NULL, NULL, NULL),
|
||
(21, '{$locale}', {intl l='Back-office Home page content' locale=$locale}, NULL, NULL, NULL){if ! $locale@last},{/if}
|
||
{/foreach}
|
||
;
|
||
|
||
-- Insert I18n front hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Invoice choice - at the top' locale=$locale}, NULL, NULL),
|
||
(2, '{$locale}', {intl l='Invoice choice - delivery address' locale=$locale}, NULL, NULL),
|
||
(3, '{$locale}', {intl l='Invoice choice - extra payment zone' locale=$locale}, NULL, NULL),
|
||
(4, '{$locale}', {intl l='Invoice choice - at the bottom' locale=$locale}, NULL, NULL),
|
||
(5, '{$locale}', {intl l='Invoice choice - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(6, '{$locale}', {intl l='Invoice choice - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(7, '{$locale}', {intl l='Invoice choice - after javascript include' locale=$locale}, NULL, NULL),
|
||
(8, '{$locale}', {intl l='Payment gateway - main area' locale=$locale}, NULL, NULL),
|
||
(9, '{$locale}', {intl l='Payment gateway - javascript' locale=$locale}, NULL, NULL),
|
||
(10, '{$locale}', {intl l='Payment gateway - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(11, '{$locale}', {intl l='Payment gateway - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(12, '{$locale}', {intl l='Payment gateway - after javascript include' locale=$locale}, NULL, NULL),
|
||
(13, '{$locale}', {intl l='Sitemap - at the bottom' locale=$locale}, NULL, NULL),
|
||
(14, '{$locale}', {intl l='Curency selection page - at the top' locale=$locale}, NULL, NULL),
|
||
(15, '{$locale}', {intl l='Curency selection page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(16, '{$locale}', {intl l='Curency selection page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(17, '{$locale}', {intl l='Curency selection page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(18, '{$locale}', {intl l='Curency selection page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(19, '{$locale}', {intl l='Login page - at the top' locale=$locale}, NULL, NULL),
|
||
(20, '{$locale}', {intl l='Login page - at the top of the main area' locale=$locale}, NULL, NULL),
|
||
(21, '{$locale}', {intl l='Login page - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(22, '{$locale}', {intl l='Login page - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(23, '{$locale}', {intl l='Login page - at the bottom of the main area' locale=$locale}, NULL, NULL),
|
||
(24, '{$locale}', {intl l='Login page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(25, '{$locale}', {intl l='Login page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(26, '{$locale}', {intl l='Login page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(27, '{$locale}', {intl l='Login page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(28, '{$locale}', {intl l='Update customer account - at the top' locale=$locale}, NULL, NULL),
|
||
(29, '{$locale}', {intl l='Update customer account - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(30, '{$locale}', {intl l='Update customer account - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(31, '{$locale}', {intl l='Update customer account - at the bottom' locale=$locale}, NULL, NULL),
|
||
(32, '{$locale}', {intl l='Update customer account - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(33, '{$locale}', {intl l='Update customer account - after javascript include' locale=$locale}, NULL, NULL),
|
||
(34, '{$locale}', {intl l='Update customer account - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(35, '{$locale}', {intl l='Cart - at the top' locale=$locale}, NULL, NULL),
|
||
(36, '{$locale}', {intl l='Cart - at the bottom' locale=$locale}, NULL, NULL),
|
||
(37, '{$locale}', {intl l='Cart - after javascript include' locale=$locale}, NULL, NULL),
|
||
(38, '{$locale}', {intl l='Cart - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(39, '{$locale}', {intl l='Cart - javascript initialization' locale=$locale}, NULL, NULL),
|
||
(40, '{$locale}', {intl l='Contact page - at the top' locale=$locale}, NULL, NULL),
|
||
(41, '{$locale}', {intl l='Contact page - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(42, '{$locale}', {intl l='Contact page - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(43, '{$locale}', {intl l='Contact page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(44, '{$locale}', {intl l='Contact page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(45, '{$locale}', {intl l='Contact page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(46, '{$locale}', {intl l='Contact page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(47, '{$locale}', {intl l='Placed order - main area' locale=$locale}, NULL, NULL),
|
||
(48, '{$locale}', {intl l='Placed order - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(49, '{$locale}', {intl l='Placed order - after javascript include' locale=$locale}, NULL, NULL),
|
||
(50, '{$locale}', {intl l='Placed order - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(51, '{$locale}', {intl l='Search page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(52, '{$locale}', {intl l='Search page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(53, '{$locale}', {intl l='Search page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(54, '{$locale}', {intl l='Register - at the top' locale=$locale}, NULL, NULL),
|
||
(55, '{$locale}', {intl l='Register - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(56, '{$locale}', {intl l='Register - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(57, '{$locale}', {intl l='Register - at the bottom' locale=$locale}, NULL, NULL),
|
||
(58, '{$locale}', {intl l='Register - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(59, '{$locale}', {intl l='Register - after javascript include' locale=$locale}, NULL, NULL),
|
||
(60, '{$locale}', {intl l='Register - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(61, '{$locale}', {intl l='Lost password - at the top' locale=$locale}, NULL, NULL),
|
||
(62, '{$locale}', {intl l='Lost password - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(63, '{$locale}', {intl l='Lost password - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(64, '{$locale}', {intl l='Lost password - at the bottom' locale=$locale}, NULL, NULL),
|
||
(65, '{$locale}', {intl l='Lost password - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(66, '{$locale}', {intl l='Lost password - after javascript include' locale=$locale}, NULL, NULL),
|
||
(67, '{$locale}', {intl l='Lost password - javascript initialization' locale=$locale}, NULL, NULL),
|
||
(68, '{$locale}', {intl l='language selection page - at the top' locale=$locale}, NULL, NULL),
|
||
(69, '{$locale}', {intl l='language selection page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(70, '{$locale}', {intl l='language selection page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(71, '{$locale}', {intl l='language selection page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(72, '{$locale}', {intl l='language selection page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(73, '{$locale}', {intl l='Contact page - if successful response' locale=$locale}, NULL, NULL),
|
||
(74, '{$locale}', {intl l='Newsletter page - at the top' locale=$locale}, NULL, NULL),
|
||
(75, '{$locale}', {intl l='Newsletter page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(76, '{$locale}', {intl l='Newsletter page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(77, '{$locale}', {intl l='Newsletter page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(78, '{$locale}', {intl l='Newsletter page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(79, '{$locale}', {intl l='Payment failed - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(80, '{$locale}', {intl l='Payment failed - after javascript include' locale=$locale}, NULL, NULL),
|
||
(81, '{$locale}', {intl l='Payment failed - javascript initialization' locale=$locale}, NULL, NULL),
|
||
(82, '{$locale}', {intl l='Content page - at the top' locale=$locale}, NULL, NULL),
|
||
(83, '{$locale}', {intl l='Content page - at the top of the main area' locale=$locale}, NULL, NULL),
|
||
(84, '{$locale}', {intl l='Content page - at the bottom of the main area' locale=$locale}, NULL, NULL),
|
||
(85, '{$locale}', {intl l='Content page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(86, '{$locale}', {intl l='Content page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(87, '{$locale}', {intl l='Content page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(88, '{$locale}', {intl l='Content page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(89, '{$locale}', {intl l='HTML layout - after the opening of the head tag' locale=$locale}, NULL, NULL),
|
||
(90, '{$locale}', {intl l='HTML layout - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(91, '{$locale}', {intl l='HTML layout - before the end of the head tag' locale=$locale}, NULL, NULL),
|
||
(92, '{$locale}', {intl l='HTML layout - after the opening of the body tag' locale=$locale}, NULL, NULL),
|
||
(93, '{$locale}', {intl l='HTML layout - at the top of the header' locale=$locale}, NULL, NULL),
|
||
(94, '{$locale}', {intl l='HTML layout - secondary navigation' locale=$locale}, NULL, NULL),
|
||
(95, '{$locale}', {intl l='HTML layout - primary navigation' locale=$locale}, NULL, NULL),
|
||
(96, '{$locale}', {intl l='HTML layout - at the bottom of the header' locale=$locale}, NULL, NULL),
|
||
(97, '{$locale}', {intl l='HTML layout - before the main content area' locale=$locale}, NULL, NULL),
|
||
(98, '{$locale}', {intl l='HTML layout - after the main content area' locale=$locale}, NULL, NULL),
|
||
(99, '{$locale}', {intl l='HTML layout - at the top of the footer' locale=$locale}, NULL, NULL),
|
||
(100, '{$locale}', {intl l='HTML layout - footer body' locale=$locale}, NULL, NULL),
|
||
(101, '{$locale}', {intl l='HTML layout - bottom of the footer' locale=$locale}, NULL, NULL),
|
||
(102, '{$locale}', {intl l='HTML layout - after javascript include' locale=$locale}, NULL, NULL),
|
||
(103, '{$locale}', {intl l='HTML layout - javascript initialization' locale=$locale}, NULL, NULL),
|
||
(104, '{$locale}', {intl l='HTML layout - before the end body tag' locale=$locale}, NULL, NULL),
|
||
(105, '{$locale}', {intl l='Page 404 - content area' locale=$locale}, NULL, NULL),
|
||
(106, '{$locale}', {intl l='Page 404 - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(107, '{$locale}', {intl l='Page 404 - after javascript include' locale=$locale}, NULL, NULL),
|
||
(108, '{$locale}', {intl l='Page 404 - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(109, '{$locale}', {intl l='Delivery choice - at the top' locale=$locale}, NULL, NULL),
|
||
(110, '{$locale}', {intl l='Delivery choice - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(111, '{$locale}', {intl l='Delivery choice - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(112, '{$locale}', {intl l='Delivery choice - at the bottom' locale=$locale}, NULL, NULL),
|
||
(113, '{$locale}', {intl l='Delivery choice - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(114, '{$locale}', {intl l='Delivery choice - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(115, '{$locale}', {intl l='Delivery choice - after javascript include' locale=$locale}, NULL, NULL),
|
||
(116, '{$locale}', {intl l='Address creation - at the top' locale=$locale}, NULL, NULL),
|
||
(117, '{$locale}', {intl l='Address creation - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(118, '{$locale}', {intl l='Address creation - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(119, '{$locale}', {intl l='Address creation - at the bottom' locale=$locale}, NULL, NULL),
|
||
(120, '{$locale}', {intl l='Address creation - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(121, '{$locale}', {intl l='Address creation - after javascript include' locale=$locale}, NULL, NULL),
|
||
(122, '{$locale}', {intl l='Address creation - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(123, '{$locale}', {intl l='Folder page - at the top' locale=$locale}, NULL, NULL),
|
||
(124, '{$locale}', {intl l='Folder page - at the top of the main area' locale=$locale}, NULL, NULL),
|
||
(125, '{$locale}', {intl l='Folder page - at the bottom of the main area' locale=$locale}, NULL, NULL),
|
||
(126, '{$locale}', {intl l='Folder page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(127, '{$locale}', {intl l='Folder page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(128, '{$locale}', {intl l='Folder page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(129, '{$locale}', {intl l='Folder page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(130, '{$locale}', {intl l='Order failed - at the top' locale=$locale}, NULL, NULL),
|
||
(131, '{$locale}', {intl l='Order failed - at the bottom' locale=$locale}, NULL, NULL),
|
||
(132, '{$locale}', {intl l='Order failed - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(133, '{$locale}', {intl l='Order failed - after javascript include' locale=$locale}, NULL, NULL),
|
||
(134, '{$locale}', {intl l='Order failed - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(135, '{$locale}', {intl l='Category page - at the top' locale=$locale}, NULL, NULL),
|
||
(136, '{$locale}', {intl l='Category page - at the top of the main area' locale=$locale}, NULL, NULL),
|
||
(137, '{$locale}', {intl l='Category page - at the bottom of the main area' locale=$locale}, NULL, NULL),
|
||
(138, '{$locale}', {intl l='Category page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(139, '{$locale}', {intl l='Category page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(140, '{$locale}', {intl l='Category page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(141, '{$locale}', {intl l='Category page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(142, '{$locale}', {intl l='Address update - at the top' locale=$locale}, NULL, NULL),
|
||
(143, '{$locale}', {intl l='Address update - at the top of the form' locale=$locale}, NULL, NULL),
|
||
(144, '{$locale}', {intl l='Address update - at the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(145, '{$locale}', {intl l='Address update - at the bottom' locale=$locale}, NULL, NULL),
|
||
(146, '{$locale}', {intl l='Address update - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(147, '{$locale}', {intl l='Address update - after javascript include' locale=$locale}, NULL, NULL),
|
||
(148, '{$locale}', {intl l='Address update - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(149, '{$locale}', {intl l='Home page - main area' locale=$locale}, NULL, NULL),
|
||
(150, '{$locale}', {intl l='Home page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(151, '{$locale}', {intl l='Home page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(152, '{$locale}', {intl l='Home page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(153, '{$locale}', {intl l='Change password - at the top' locale=$locale}, NULL, NULL),
|
||
(154, '{$locale}', {intl l='Change password - at the bottom' locale=$locale}, NULL, NULL),
|
||
(155, '{$locale}', {intl l='Change password - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(156, '{$locale}', {intl l='Change password - after javascript include' locale=$locale}, NULL, NULL),
|
||
(157, '{$locale}', {intl l='Change password - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(158, '{$locale}', {intl l='Product page - at the top' locale=$locale}, NULL, NULL),
|
||
(159, '{$locale}', {intl l='Product page - photo gallery' locale=$locale}, NULL, NULL),
|
||
(160, '{$locale}', {intl l='Product page - at the top of the detail' locale=$locale}, NULL, NULL),
|
||
(161, '{$locale}', {intl l='Product page - at the bottom of the detail area' locale=$locale}, NULL, NULL),
|
||
(162, '{$locale}', {intl l='Product page - additional information' locale=$locale}, NULL, NULL),
|
||
(163, '{$locale}', {intl l='Product page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(164, '{$locale}', {intl l='Product page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(165, '{$locale}', {intl l='Product page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(166, '{$locale}', {intl l='Product page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(167, '{$locale}', {intl l='customer account - at the top' locale=$locale}, NULL, NULL),
|
||
(168, '{$locale}', {intl l='customer account - at the bottom' locale=$locale}, NULL, NULL),
|
||
(169, '{$locale}', {intl l='customer account - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(170, '{$locale}', {intl l='customer account - after javascript include' locale=$locale}, NULL, NULL),
|
||
(171, '{$locale}', {intl l='customer account - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(172, '{$locale}', {intl l='All Products - at the top' locale=$locale}, NULL, NULL),
|
||
(173, '{$locale}', {intl l='All Products - at the bottom' locale=$locale}, NULL, NULL),
|
||
(174, '{$locale}', {intl l='All Products - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(175, '{$locale}', {intl l='All Products - after javascript include' locale=$locale}, NULL, NULL),
|
||
(176, '{$locale}', {intl l='All Products - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(177, '{$locale}', {intl l='Product loop - at the top' locale=$locale}, NULL, NULL),
|
||
(178, '{$locale}', {intl l='Product loop - at the bottom' locale=$locale}, NULL, NULL),
|
||
(179, '{$locale}', {intl l='Category page - at the top of the sidebar' locale=$locale}, NULL, NULL),
|
||
(180, '{$locale}', {intl l='Category page - the body of the sidebar' locale=$locale}, NULL, NULL),
|
||
(181, '{$locale}', {intl l='Category page - at the bottom of the sidebar' locale=$locale}, NULL, NULL),
|
||
(182, '{$locale}', {intl l='Content page - at the top of the sidebar' locale=$locale}, NULL, NULL),
|
||
(183, '{$locale}', {intl l='Content page - the body of the sidebar' locale=$locale}, NULL, NULL),
|
||
(184, '{$locale}', {intl l='Content page - at the bottom of the sidebar' locale=$locale}, NULL, NULL),
|
||
(185, '{$locale}', {intl l='Delivery choice - extra area' locale=$locale}, NULL, NULL),
|
||
(186, '{$locale}', {intl l='Delivery choice - javascript' locale=$locale}, NULL, NULL),
|
||
(187, '{$locale}', {intl l='Category page - before the main content area' locale=$locale}, NULL, NULL),
|
||
(188, '{$locale}', {intl l='Category page - after the main content area' locale=$locale}, NULL, NULL),
|
||
(189, '{$locale}', {intl l='Content page - before the main content area' locale=$locale}, NULL, NULL),
|
||
(190, '{$locale}', {intl l='Content page - after the main content area' locale=$locale}, NULL, NULL),
|
||
(191, '{$locale}', {intl l='Folder page - before the main content area' locale=$locale}, NULL, NULL),
|
||
(192, '{$locale}', {intl l='Folder page - after the main content area' locale=$locale}, NULL, NULL),
|
||
(193, '{$locale}', {intl l='Brands page - at the top' locale=$locale}, NULL, NULL),
|
||
(194, '{$locale}', {intl l='Brands page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(195, '{$locale}', {intl l='Brands page - at the top of the main area' locale=$locale}, NULL, NULL),
|
||
(196, '{$locale}', {intl l='Brands page - at the bottom of the main area' locale=$locale}, NULL, NULL),
|
||
(197, '{$locale}', {intl l='Brands page - before the main content area' locale=$locale}, NULL, NULL),
|
||
(198, '{$locale}', {intl l='Brands page - after the main content area' locale=$locale}, NULL, NULL),
|
||
(199, '{$locale}', {intl l='Brands page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(200, '{$locale}', {intl l='Brands page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(201, '{$locale}', {intl l='Brands page - javascript initialization' locale=$locale}, NULL, NULL),
|
||
(202, '{$locale}', {intl l='Brands page - at the top of the sidebar' locale=$locale}, NULL, NULL),
|
||
(203, '{$locale}', {intl l='Brands page - the body of the sidebar' locale=$locale}, NULL, NULL),
|
||
(204, '{$locale}', {intl l='Brands page - at the bottom of the sidebar' locale=$locale}, NULL, NULL),
|
||
(205, '{$locale}', {intl l='Order details - at the top' locale=$locale}, NULL, NULL),
|
||
(206, '{$locale}', {intl l='Order details - additional information' locale=$locale}, NULL, NULL),
|
||
(207, '{$locale}', {intl l='Order details - after global information' locale=$locale}, NULL, NULL),
|
||
(208, '{$locale}', {intl l='Order details - additional delivery information' locale=$locale}, NULL, NULL),
|
||
(209, '{$locale}', {intl l='Order details - delivery address' locale=$locale}, NULL, NULL),
|
||
(210, '{$locale}', {intl l='Order details - additional invoice information' locale=$locale}, NULL, NULL),
|
||
(211, '{$locale}', {intl l='Order details - invoice address' locale=$locale}, NULL, NULL),
|
||
(212, '{$locale}', {intl l='Order details - after addresses' locale=$locale}, NULL, NULL),
|
||
(213, '{$locale}', {intl l='Order details - before products list' locale=$locale}, NULL, NULL),
|
||
(214, '{$locale}', {intl l='Order details - additional product information' locale=$locale}, NULL, NULL),
|
||
(215, '{$locale}', {intl l='Order details - after products list' locale=$locale}, NULL, NULL),
|
||
(216, '{$locale}', {intl l='Order details - after products' locale=$locale}, NULL, NULL),
|
||
(217, '{$locale}', {intl l='Order details - at the bottom' locale=$locale}, NULL, NULL),
|
||
(218, '{$locale}', {intl l='Order details - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(219, '{$locale}', {intl l='Order details - after javascript include' locale=$locale}, NULL, NULL),
|
||
(220, '{$locale}', {intl l='Order details - javascript initialization' locale=$locale}, NULL, NULL),
|
||
(221, '{$locale}', {intl l='Customer account - additional information' locale=$locale}, NULL, NULL),
|
||
(222, '{$locale}', {intl l='Order details - after product' locale=$locale}, NULL, NULL),
|
||
(223, '{$locale}', {intl l='Mini cart' locale=$locale}, NULL, NULL),
|
||
(224, '{$locale}', {intl l='Sale - at the top' locale=$locale}, NULL, NULL),
|
||
(225, '{$locale}', {intl l='Sale - at the bottom' locale=$locale}, NULL, NULL),
|
||
(226, '{$locale}', {intl l='Sale - at the top of the main area' locale=$locale}, NULL, NULL),
|
||
(227, '{$locale}', {intl l='Sale - at the bottom of the main area' locale=$locale}, NULL, NULL),
|
||
(228, '{$locale}', {intl l='Sale - before the main content area' locale=$locale}, NULL, NULL),
|
||
(229, '{$locale}', {intl l='Sale - after the main content area' locale=$locale}, NULL, NULL),
|
||
(230, '{$locale}', {intl l='Sale - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(231, '{$locale}', {intl l='Sale - after javascript include' locale=$locale}, NULL, NULL),
|
||
(232, '{$locale}', {intl l='Sale - javascript initialization' locale=$locale}, NULL, NULL),
|
||
(233, '{$locale}', {intl l='Order details - after invoice address' locale=$locale}, NULL, NULL),
|
||
(234, '{$locale}', {intl l='Order details - after delivery address' locale=$locale}, NULL, NULL),
|
||
(235, '{$locale}', {intl l='Newsletter unsubscribe page - at the top' locale=$locale}, NULL, NULL),
|
||
(236, '{$locale}', {intl l='Newsletter unsubscribe page - at the bottom' locale=$locale}, NULL, NULL),
|
||
(237, '{$locale}', {intl l='Newsletter unsubscribe page - CSS stylesheet' locale=$locale}, NULL, NULL),
|
||
(238, '{$locale}', {intl l='Newsletter unsubscribe page - after javascript include' locale=$locale}, NULL, NULL),
|
||
(239, '{$locale}', {intl l='Newsletter unsubscribe page - after javascript initialisation' locale=$locale}, NULL, NULL),
|
||
(240, '{$locale}', {intl l='Order invoice page - bottom of coupon form' locale=$locale}, NULL, NULL),
|
||
(241, '{$locale}', {intl l='Order invoice page - bottom of payment form' locale=$locale}, NULL, NULL),
|
||
(242, '{$locale}', {intl l='Account order - after product information' locale=$locale}, NULL, NULL){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
-- Insert I18n admin hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1000, '{$locale}', {intl l='Category - content' locale=$locale}, NULL, NULL),
|
||
(1001, '{$locale}', {intl l='Content - content' locale=$locale}, NULL, NULL),
|
||
(1002, '{$locale}', {intl l='Folder - content' locale=$locale}, NULL, NULL),
|
||
(1003, '{$locale}', {intl l='Order - content' locale=$locale}, NULL, NULL),
|
||
(1004, '{$locale}', {intl l='Product - content' locale=$locale}, NULL, NULL),
|
||
(1005, '{$locale}', {intl l='Features value - table header' locale=$locale}, NULL, NULL),
|
||
(1006, '{$locale}', {intl l='Features value - table row' locale=$locale}, NULL, NULL),
|
||
(1007, '{$locale}', {intl l='Feature - Value create form' locale=$locale}, NULL, NULL),
|
||
(1008, '{$locale}', {intl l='Feature - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1009, '{$locale}', {intl l='Product - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1010, '{$locale}', {intl l='Coupon - create JavaScript' locale=$locale}, NULL, NULL),
|
||
(1011, '{$locale}', {intl l='Taxes - update form' locale=$locale}, NULL, NULL),
|
||
(1012, '{$locale}', {intl l='tax rule - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1013, '{$locale}', {intl l='Tools - at the top' locale=$locale}, NULL, NULL),
|
||
(1014, '{$locale}', {intl l='Tools - at the top of the column' locale=$locale}, NULL, NULL),
|
||
(1015, '{$locale}', {intl l='Tools - at the bottom of column 1' locale=$locale}, NULL, NULL),
|
||
(1016, '{$locale}', {intl l='Tools - bottom' locale=$locale}, NULL, NULL),
|
||
(1017, '{$locale}', {intl l='Tools - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1018, '{$locale}', {intl l='Messages - at the top' locale=$locale}, NULL, NULL),
|
||
(1019, '{$locale}', {intl l='Messages - table header' locale=$locale}, NULL, NULL),
|
||
(1020, '{$locale}', {intl l='Messages - table row' locale=$locale}, NULL, NULL),
|
||
(1021, '{$locale}', {intl l='Messages - bottom' locale=$locale}, NULL, NULL),
|
||
(1022, '{$locale}', {intl l='Message - create form' locale=$locale}, NULL, NULL),
|
||
(1023, '{$locale}', {intl l='Message - delete form' locale=$locale}, NULL, NULL),
|
||
(1024, '{$locale}', {intl l='Messages - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1025, '{$locale}', {intl l='Taxes rules - at the top' locale=$locale}, NULL, NULL),
|
||
(1026, '{$locale}', {intl l='Taxes rules - bottom' locale=$locale}, NULL, NULL),
|
||
(1027, '{$locale}', {intl l='Tax - create form' locale=$locale}, NULL, NULL),
|
||
(1028, '{$locale}', {intl l='Tax - delete form' locale=$locale}, NULL, NULL),
|
||
(1029, '{$locale}', {intl l='tax rule - create form' locale=$locale}, NULL, NULL),
|
||
(1030, '{$locale}', {intl l='tax rule - delete form' locale=$locale}, NULL, NULL),
|
||
(1031, '{$locale}', {intl l='Taxes rules - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1032, '{$locale}', {intl l='Exports - at the top' locale=$locale}, NULL, NULL),
|
||
(1033, '{$locale}', {intl l='Exports - at the bottom of a category' locale=$locale}, NULL, NULL),
|
||
(1034, '{$locale}', {intl l='Exports - at the bottom of column 1' locale=$locale}, NULL, NULL),
|
||
(1035, '{$locale}', {intl l='Exports - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1036, '{$locale}', {intl l='Export - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1037, '{$locale}', {intl l='Product - folders table header' locale=$locale}, NULL, NULL),
|
||
(1038, '{$locale}', {intl l='Product - folders table row' locale=$locale}, NULL, NULL),
|
||
(1039, '{$locale}', {intl l='Product - details pricing form' locale=$locale}, NULL, NULL),
|
||
(1040, '{$locale}', {intl l='Product - stock edit form' locale=$locale}, NULL, NULL),
|
||
(1041, '{$locale}', {intl l='Product - details promotion form' locale=$locale}, NULL, NULL),
|
||
(1042, '{$locale}', {intl l='Product - before combinations' locale=$locale}, NULL, NULL),
|
||
(1043, '{$locale}', {intl l='Product - combinations list caption' locale=$locale}, NULL, NULL),
|
||
(1044, '{$locale}', {intl l='Product - after combinations' locale=$locale}, NULL, NULL),
|
||
(1045, '{$locale}', {intl l='Product - combination delete form' locale=$locale}, NULL, NULL),
|
||
(1046, '{$locale}', {intl l='Modules - table header' locale=$locale}, NULL, NULL),
|
||
(1047, '{$locale}', {intl l='Modules - table row' locale=$locale}, NULL, NULL),
|
||
(1048, '{$locale}', {intl l='Currency - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1049, '{$locale}', {intl l='Category - contents table header' locale=$locale}, NULL, NULL),
|
||
(1050, '{$locale}', {intl l='Category - contents table row' locale=$locale}, NULL, NULL),
|
||
(1051, '{$locale}', {intl l='Category - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1052, '{$locale}', {intl l='Document - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1053, '{$locale}', {intl l='Customer - at the top' locale=$locale}, NULL, NULL),
|
||
(1054, '{$locale}', {intl l='Customers - caption' locale=$locale}, NULL, NULL),
|
||
(1055, '{$locale}', {intl l='Customers - header' locale=$locale}, NULL, NULL),
|
||
(1056, '{$locale}', {intl l='Customers - row' locale=$locale}, NULL, NULL),
|
||
(1057, '{$locale}', {intl l='Customer - bottom' locale=$locale}, NULL, NULL),
|
||
(1058, '{$locale}', {intl l='Customer - create form' locale=$locale}, NULL, NULL),
|
||
(1059, '{$locale}', {intl l='Customer - delete form' locale=$locale}, NULL, NULL),
|
||
(1060, '{$locale}', {intl l='Customers - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1061, '{$locale}', {intl l='Product - contents table header' locale=$locale}, NULL, NULL),
|
||
(1062, '{$locale}', {intl l='Product - contents table row' locale=$locale}, NULL, NULL),
|
||
(1063, '{$locale}', {intl l='Product - accessories table header' locale=$locale}, NULL, NULL),
|
||
(1064, '{$locale}', {intl l='Product - accessories table row' locale=$locale}, NULL, NULL),
|
||
(1065, '{$locale}', {intl l='Product - categories table header' locale=$locale}, NULL, NULL),
|
||
(1066, '{$locale}', {intl l='Product - categories table row' locale=$locale}, NULL, NULL),
|
||
(1067, '{$locale}', {intl l='Product - attributes table header' locale=$locale}, NULL, NULL),
|
||
(1068, '{$locale}', {intl l='Product - attributes table row' locale=$locale}, NULL, NULL),
|
||
(1069, '{$locale}', {intl l='Product - features-table-header' locale=$locale}, NULL, NULL),
|
||
(1070, '{$locale}', {intl l='Product - features table row' locale=$locale}, NULL, NULL),
|
||
(1071, '{$locale}', {intl l='Template - attributes table header' locale=$locale}, NULL, NULL),
|
||
(1072, '{$locale}', {intl l='Template - attributes table row' locale=$locale}, NULL, NULL),
|
||
(1073, '{$locale}', {intl l='Template - features-table-header' locale=$locale}, NULL, NULL),
|
||
(1074, '{$locale}', {intl l='Template - features table row' locale=$locale}, NULL, NULL),
|
||
(1075, '{$locale}', {intl l='Templates - at the top' locale=$locale}, NULL, NULL),
|
||
(1076, '{$locale}', {intl l='Templates - table header' locale=$locale}, NULL, NULL),
|
||
(1077, '{$locale}', {intl l='Templates - table row' locale=$locale}, NULL, NULL),
|
||
(1078, '{$locale}', {intl l='Templates - bottom' locale=$locale}, NULL, NULL),
|
||
(1079, '{$locale}', {intl l='Template - create form' locale=$locale}, NULL, NULL),
|
||
(1080, '{$locale}', {intl l='Template - delete form' locale=$locale}, NULL, NULL),
|
||
(1081, '{$locale}', {intl l='Templates - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1082, '{$locale}', {intl l='Configuration - at the top' locale=$locale}, NULL, NULL),
|
||
(1083, '{$locale}', {intl l='Configuration - at the top of the catalog area' locale=$locale}, NULL, NULL),
|
||
(1084, '{$locale}', {intl l='Configuration - at the bottom of the catalog' locale=$locale}, NULL, NULL),
|
||
(1085, '{$locale}', {intl l='Configuration - at the top of the shipping area' locale=$locale}, NULL, NULL),
|
||
(1086, '{$locale}', {intl l='Configuration - at the bottom of the shipping area' locale=$locale}, NULL, NULL),
|
||
(1087, '{$locale}', {intl l='Configuration - at the top of the system area' locale=$locale}, NULL, NULL),
|
||
(1088, '{$locale}', {intl l='Configuration - at the bottom of the system area' locale=$locale}, NULL, NULL),
|
||
(1089, '{$locale}', {intl l='Configuration - bottom' locale=$locale}, NULL, NULL),
|
||
(1090, '{$locale}', {intl l='Configuration - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1091, '{$locale}', {intl l='Dashboard - at the top' locale=$locale}, NULL, NULL),
|
||
(1092, '{$locale}', {intl l='Dashboard - middle' locale=$locale}, NULL, NULL),
|
||
(1093, '{$locale}', {intl l='Dashboard - bottom' locale=$locale}, NULL, NULL),
|
||
(1094, '{$locale}', {intl l='Orders - at the top' locale=$locale}, NULL, NULL),
|
||
(1095, '{$locale}', {intl l='Orders - table header' locale=$locale}, NULL, NULL),
|
||
(1096, '{$locale}', {intl l='Orders - table row' locale=$locale}, NULL, NULL),
|
||
(1097, '{$locale}', {intl l='Orders - bottom' locale=$locale}, NULL, NULL),
|
||
(1098, '{$locale}', {intl l='Orders - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1099, '{$locale}', {intl l='Delivery zone - at the top' locale=$locale}, NULL, NULL),
|
||
(1100, '{$locale}', {intl l='Delivery zone - table header' locale=$locale}, NULL, NULL),
|
||
(1101, '{$locale}', {intl l='Delivery zone - table row' locale=$locale}, NULL, NULL),
|
||
(1102, '{$locale}', {intl l='Delivery zone - bottom' locale=$locale}, NULL, NULL),
|
||
(1103, '{$locale}', {intl l='Delivery zone - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1104, '{$locale}', {intl l='Content - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1105, '{$locale}', {intl l='Home - at the top' locale=$locale}, NULL, NULL),
|
||
(1106, '{$locale}', {intl l='Home - bottom' locale=$locale}, NULL, NULL),
|
||
(1107, '{$locale}', {intl l='Home - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1108, '{$locale}', {intl l='Modules - at the top' locale=$locale}, NULL, NULL),
|
||
(1109, '{$locale}', {intl l='Modules - bottom' locale=$locale}, NULL, NULL),
|
||
(1110, '{$locale}', {intl l='Modules - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1111, '{$locale}', {intl l='Languages - at the top' locale=$locale}, NULL, NULL),
|
||
(1112, '{$locale}', {intl l='Languages - bottom' locale=$locale}, NULL, NULL),
|
||
(1113, '{$locale}', {intl l='Language - create form' locale=$locale}, NULL, NULL),
|
||
(1114, '{$locale}', {intl l='Languages - delete form' locale=$locale}, NULL, NULL),
|
||
(1115, '{$locale}', {intl l='Languages - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1116, '{$locale}', {intl l='Zone - delete form' locale=$locale}, NULL, NULL),
|
||
(1117, '{$locale}', {intl l='Delivery zone - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1118, '{$locale}', {intl l='System - logs JavaScript' locale=$locale}, NULL, NULL),
|
||
(1119, '{$locale}', {intl l='Search - at the top' locale=$locale}, NULL, NULL),
|
||
(1120, '{$locale}', {intl l='Search - bottom' locale=$locale}, NULL, NULL),
|
||
(1121, '{$locale}', {intl l='Search - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1122, '{$locale}', {intl l='Administrators - at the top' locale=$locale}, NULL, NULL),
|
||
(1123, '{$locale}', {intl l='Administrators - bottom' locale=$locale}, NULL, NULL),
|
||
(1124, '{$locale}', {intl l='Administrator - create form' locale=$locale}, NULL, NULL),
|
||
(1125, '{$locale}', {intl l='Administrator - update form' locale=$locale}, NULL, NULL),
|
||
(1126, '{$locale}', {intl l='Administrator - delete form' locale=$locale}, NULL, NULL),
|
||
(1127, '{$locale}', {intl l='Administrators - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1128, '{$locale}', {intl l='Module hook - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1129, '{$locale}', {intl l='Shipping configuration - at the top' locale=$locale}, NULL, NULL),
|
||
(1130, '{$locale}', {intl l='Shipping configuration - table header' locale=$locale}, NULL, NULL),
|
||
(1131, '{$locale}', {intl l='Shipping configuration - table row' locale=$locale}, NULL, NULL),
|
||
(1132, '{$locale}', {intl l='Shipping configuration - bottom' locale=$locale}, NULL, NULL),
|
||
(1133, '{$locale}', {intl l='Shipping configuration - create form' locale=$locale}, NULL, NULL),
|
||
(1134, '{$locale}', {intl l='Shipping configuration - delete form' locale=$locale}, NULL, NULL),
|
||
(1135, '{$locale}', {intl l='Shipping configuration - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1136, '{$locale}', {intl l='Features - at the top' locale=$locale}, NULL, NULL),
|
||
(1137, '{$locale}', {intl l='Features - table header' locale=$locale}, NULL, NULL),
|
||
(1138, '{$locale}', {intl l='Features - table row' locale=$locale}, NULL, NULL),
|
||
(1139, '{$locale}', {intl l='Features - bottom' locale=$locale}, NULL, NULL),
|
||
(1140, '{$locale}', {intl l='Feature - create form' locale=$locale}, NULL, NULL),
|
||
(1141, '{$locale}', {intl l='Feature - delete form' locale=$locale}, NULL, NULL),
|
||
(1142, '{$locale}', {intl l='Feature - add to all form' locale=$locale}, NULL, NULL),
|
||
(1143, '{$locale}', {intl l='Feature - remove to all form' locale=$locale}, NULL, NULL),
|
||
(1144, '{$locale}', {intl l='Features - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1145, '{$locale}', {intl l='Module - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1146, '{$locale}', {intl l='Module hook - create form' locale=$locale}, NULL, NULL),
|
||
(1147, '{$locale}', {intl l='Module hook - delete form' locale=$locale}, NULL, NULL),
|
||
(1148, '{$locale}', {intl l='Module hook - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1149, '{$locale}', {intl l='Shipping configuration - Edit' locale=$locale}, NULL, NULL),
|
||
(1150, '{$locale}', {intl l='Shipping configuration - country delete form' locale=$locale}, NULL, NULL),
|
||
(1151, '{$locale}', {intl l='Shipping configuration - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1152, '{$locale}', {intl l='Mailing system - at the top' locale=$locale}, NULL, NULL),
|
||
(1153, '{$locale}', {intl l='Mailing system - bottom' locale=$locale}, NULL, NULL),
|
||
(1154, '{$locale}', {intl l='Mailing system - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1155, '{$locale}', {intl l='Categories - at the top' locale=$locale}, NULL, NULL),
|
||
(1156, '{$locale}', {intl l='Categories - caption' locale=$locale}, NULL, NULL),
|
||
(1157, '{$locale}', {intl l='Categories - header' locale=$locale}, NULL, NULL),
|
||
(1158, '{$locale}', {intl l='Categories - row' locale=$locale}, NULL, NULL),
|
||
(1159, '{$locale}', {intl l='Products - caption' locale=$locale}, NULL, NULL),
|
||
(1160, '{$locale}', {intl l='Products - header' locale=$locale}, NULL, NULL),
|
||
(1161, '{$locale}', {intl l='Products - row' locale=$locale}, NULL, NULL),
|
||
(1162, '{$locale}', {intl l='Categories - bottom' locale=$locale}, NULL, NULL),
|
||
(1163, '{$locale}', {intl l='Categories - at the bottom of the catalog' locale=$locale}, NULL, NULL),
|
||
(1164, '{$locale}', {intl l='Category - create form' locale=$locale}, NULL, NULL),
|
||
(1165, '{$locale}', {intl l='Product - create form' locale=$locale}, NULL, NULL),
|
||
(1166, '{$locale}', {intl l='Category - delete form' locale=$locale}, NULL, NULL),
|
||
(1167, '{$locale}', {intl l='Product - delete form' locale=$locale}, NULL, NULL),
|
||
(1168, '{$locale}', {intl l='Categories - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1169, '{$locale}', {intl l='Variables - at the top' locale=$locale}, NULL, NULL),
|
||
(1170, '{$locale}', {intl l='Variables - table header' locale=$locale}, NULL, NULL),
|
||
(1171, '{$locale}', {intl l='Variables - table row' locale=$locale}, NULL, NULL),
|
||
(1172, '{$locale}', {intl l='Variables - bottom' locale=$locale}, NULL, NULL),
|
||
(1173, '{$locale}', {intl l='Variable - create form' locale=$locale}, NULL, NULL),
|
||
(1174, '{$locale}', {intl l='Variable - delete form' locale=$locale}, NULL, NULL),
|
||
(1175, '{$locale}', {intl l='Variables - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1176, '{$locale}', {intl l='Order - product list' locale=$locale}, NULL, NULL),
|
||
(1177, '{$locale}', {intl l='Order - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1178, '{$locale}', {intl l='Store Information - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1179, '{$locale}', {intl l='Translations - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1180, '{$locale}', {intl l='Folder - at the top' locale=$locale}, NULL, NULL),
|
||
(1181, '{$locale}', {intl l='Folder - caption' locale=$locale}, NULL, NULL),
|
||
(1182, '{$locale}', {intl l='Folder - header' locale=$locale}, NULL, NULL),
|
||
(1183, '{$locale}', {intl l='Folder - row' locale=$locale}, NULL, NULL),
|
||
(1184, '{$locale}', {intl l='Contents - caption' locale=$locale}, NULL, NULL),
|
||
(1185, '{$locale}', {intl l='Contents - header' locale=$locale}, NULL, NULL),
|
||
(1186, '{$locale}', {intl l='Contents - row' locale=$locale}, NULL, NULL),
|
||
(1187, '{$locale}', {intl l='Folder - bottom' locale=$locale}, NULL, NULL),
|
||
(1188, '{$locale}', {intl l='Folder - create form' locale=$locale}, NULL, NULL),
|
||
(1189, '{$locale}', {intl l='Content - create form' locale=$locale}, NULL, NULL),
|
||
(1190, '{$locale}', {intl l='Folder - delete form' locale=$locale}, NULL, NULL),
|
||
(1191, '{$locale}', {intl l='Content - delete form' locale=$locale}, NULL, NULL),
|
||
(1192, '{$locale}', {intl l='Folder - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1193, '{$locale}', {intl l='Template - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1194, '{$locale}', {intl l='Tax - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1195, '{$locale}', {intl l='Hook - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1196, '{$locale}', {intl l='Countries - at the top' locale=$locale}, NULL, NULL),
|
||
(1197, '{$locale}', {intl l='Countries - table header' locale=$locale}, NULL, NULL),
|
||
(1198, '{$locale}', {intl l='Countries - table row' locale=$locale}, NULL, NULL),
|
||
(1199, '{$locale}', {intl l='Countries - bottom' locale=$locale}, NULL, NULL),
|
||
(1200, '{$locale}', {intl l='Country - create form' locale=$locale}, NULL, NULL),
|
||
(1201, '{$locale}', {intl l='Country - delete form' locale=$locale}, NULL, NULL),
|
||
(1202, '{$locale}', {intl l='Countries - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1203, '{$locale}', {intl l='Currencies - at the top' locale=$locale}, NULL, NULL),
|
||
(1204, '{$locale}', {intl l='Currencies - table header' locale=$locale}, NULL, NULL),
|
||
(1205, '{$locale}', {intl l='Currencies - table row' locale=$locale}, NULL, NULL),
|
||
(1206, '{$locale}', {intl l='Currencies - bottom' locale=$locale}, NULL, NULL),
|
||
(1207, '{$locale}', {intl l='Currency - create form' locale=$locale}, NULL, NULL),
|
||
(1208, '{$locale}', {intl l='Currency - delete form' locale=$locale}, NULL, NULL),
|
||
(1209, '{$locale}', {intl l='Currencies - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1210, '{$locale}', {intl l='Customer - Edit' locale=$locale}, NULL, NULL),
|
||
(1211, '{$locale}', {intl l='Customer - address create form' locale=$locale}, NULL, NULL),
|
||
(1212, '{$locale}', {intl l='Customer - address update form' locale=$locale}, NULL, NULL),
|
||
(1213, '{$locale}', {intl l='Customer - address delete form' locale=$locale}, NULL, NULL),
|
||
(1214, '{$locale}', {intl l='Customer - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1215, '{$locale}', {intl l='Attributes value - table header' locale=$locale}, NULL, NULL),
|
||
(1216, '{$locale}', {intl l='Attributes value - table row' locale=$locale}, NULL, NULL),
|
||
(1217, '{$locale}', {intl l='Attribute value - create form' locale=$locale}, NULL, NULL),
|
||
(1218, '{$locale}', {intl l='Attribut - id delete form' locale=$locale}, NULL, NULL),
|
||
(1219, '{$locale}', {intl l='Attribut - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1220, '{$locale}', {intl l='Profiles - at the top' locale=$locale}, NULL, NULL),
|
||
(1221, '{$locale}', {intl l='Profiles - bottom' locale=$locale}, NULL, NULL),
|
||
(1222, '{$locale}', {intl l='Profile - create form' locale=$locale}, NULL, NULL),
|
||
(1223, '{$locale}', {intl l='Profile - delete form' locale=$locale}, NULL, NULL),
|
||
(1224, '{$locale}', {intl l='Profiles - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1225, '{$locale}', {intl l='Country - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1226, '{$locale}', {intl l='Profile - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1227, '{$locale}', {intl l='Variable - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1228, '{$locale}', {intl l='Coupon - update JavaScript' locale=$locale}, NULL, NULL),
|
||
(1229, '{$locale}', {intl l='Coupon - at the top' locale=$locale}, NULL, NULL),
|
||
(1230, '{$locale}', {intl l='Coupon - list caption' locale=$locale}, NULL, NULL),
|
||
(1231, '{$locale}', {intl l='Coupon - table header' locale=$locale}, NULL, NULL),
|
||
(1232, '{$locale}', {intl l='Coupon - table row' locale=$locale}, NULL, NULL),
|
||
(1233, '{$locale}', {intl l='Coupon - bottom' locale=$locale}, NULL, NULL),
|
||
(1234, '{$locale}', {intl l='Coupon - list JavaScript' locale=$locale}, NULL, NULL),
|
||
(1235, '{$locale}', {intl l='Module - configuration' locale=$locale}, NULL, NULL),
|
||
(1236, '{$locale}', {intl l='Module - configuration JavaScript' locale=$locale}, NULL, NULL),
|
||
(1237, '{$locale}', {intl l='Message - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1238, '{$locale}', {intl l='Image - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1239, '{$locale}', {intl l='Attributes - at the top' locale=$locale}, NULL, NULL),
|
||
(1240, '{$locale}', {intl l='Attributes - table header' locale=$locale}, NULL, NULL),
|
||
(1241, '{$locale}', {intl l='Attributes - table row' locale=$locale}, NULL, NULL),
|
||
(1242, '{$locale}', {intl l='Attributes - bottom' locale=$locale}, NULL, NULL),
|
||
(1243, '{$locale}', {intl l='Attribut - create form' locale=$locale}, NULL, NULL),
|
||
(1244, '{$locale}', {intl l='Attribut - delete form' locale=$locale}, NULL, NULL),
|
||
(1245, '{$locale}', {intl l='Attribut - add to all form' locale=$locale}, NULL, NULL),
|
||
(1246, '{$locale}', {intl l='Attribut - remove to all form' locale=$locale}, NULL, NULL),
|
||
(1247, '{$locale}', {intl l='Attributes - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1248, '{$locale}', {intl l='Logs - at the top' locale=$locale}, NULL, NULL),
|
||
(1249, '{$locale}', {intl l='Logs - bottom' locale=$locale}, NULL, NULL),
|
||
(1250, '{$locale}', {intl l='Logs - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1251, '{$locale}', {intl l='Folder - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1252, '{$locale}', {intl l='Hooks - at the top' locale=$locale}, NULL, NULL),
|
||
(1253, '{$locale}', {intl l='Hooks - table header' locale=$locale}, NULL, NULL),
|
||
(1254, '{$locale}', {intl l='Hooks - table row' locale=$locale}, NULL, NULL),
|
||
(1255, '{$locale}', {intl l='Hooks - bottom' locale=$locale}, NULL, NULL),
|
||
(1256, '{$locale}', {intl l='Hook - create form' locale=$locale}, NULL, NULL),
|
||
(1257, '{$locale}', {intl l='Hook - delete form' locale=$locale}, NULL, NULL),
|
||
(1258, '{$locale}', {intl l='Hooks - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1259, '{$locale}', {intl l='Layout - CSS' locale=$locale}, NULL, NULL),
|
||
(1260, '{$locale}', {intl l='Layout - before topbar' locale=$locale}, NULL, NULL),
|
||
(1261, '{$locale}', {intl l='Layout - inside top bar' locale=$locale}, NULL, NULL),
|
||
(1262, '{$locale}', {intl l='Layout - after top bar' locale=$locale}, NULL, NULL),
|
||
(1263, '{$locale}', {intl l='Layout - before top menu' locale=$locale}, NULL, NULL),
|
||
(1264, '{$locale}', {intl l='Layout - in top menu items' locale=$locale}, NULL, NULL),
|
||
(1265, '{$locale}', {intl l='Layout - after top menu' locale=$locale}, NULL, NULL),
|
||
(1266, '{$locale}', {intl l='Layout - before footer' locale=$locale}, NULL, NULL),
|
||
(1267, '{$locale}', {intl l='Layout - in footer' locale=$locale}, NULL, NULL),
|
||
(1268, '{$locale}', {intl l='Layout - after footer' locale=$locale}, NULL, NULL),
|
||
(1269, '{$locale}', {intl l='Layout - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1270, '{$locale}', {intl l='Layout - at the top of the top bar' locale=$locale}, NULL, NULL),
|
||
(1271, '{$locale}', {intl l='Layout - at the bottom of the top bar' locale=$locale}, NULL, NULL),
|
||
(1272, '{$locale}', {intl l='Layout - in the menu customers' locale=$locale}, NULL, NULL),
|
||
(1273, '{$locale}', {intl l='Layout - in the menu orders' locale=$locale}, NULL, NULL),
|
||
(1274, '{$locale}', {intl l='Layout - in the menu catalog' locale=$locale}, NULL, NULL),
|
||
(1275, '{$locale}', {intl l='Layout - in the menu folders' locale=$locale}, NULL, NULL),
|
||
(1276, '{$locale}', {intl l='Layout - in the menu tools' locale=$locale}, NULL, NULL),
|
||
(1277, '{$locale}', {intl l='Layout - in the menu modules' locale=$locale}, NULL, NULL),
|
||
(1278, '{$locale}', {intl l='Layout - in the menu configuration' locale=$locale}, NULL, NULL),
|
||
(1279, '{$locale}', {intl l='Brand - Edit JavaScript' locale=$locale}, NULL, NULL),
|
||
(1280, '{$locale}', {intl l='Home - block' locale=$locale}, NULL, NULL),
|
||
(1281, '{$locale}', {intl l='Brands - at the top' locale=$locale}, NULL, NULL),
|
||
(1282, '{$locale}', {intl l='Brands - table header' locale=$locale}, NULL, NULL),
|
||
(1283, '{$locale}', {intl l='Brands - table row' locale=$locale}, NULL, NULL),
|
||
(1284, '{$locale}', {intl l='Brands - bottom' locale=$locale}, NULL, NULL),
|
||
(1285, '{$locale}', {intl l='Brand - create form' locale=$locale}, NULL, NULL),
|
||
(1286, '{$locale}', {intl l='Brand - delete form' locale=$locale}, NULL, NULL),
|
||
(1287, '{$locale}', {intl l='Brand - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1288, '{$locale}', {intl l='Exports - at the top' locale=$locale}, NULL, NULL),
|
||
(1289, '{$locale}', {intl l='Exports - at the bottom of a category' locale=$locale}, NULL, NULL),
|
||
(1290, '{$locale}', {intl l='Exports - at the bottom of column 1' locale=$locale}, NULL, NULL),
|
||
(1291, '{$locale}', {intl l='Exports - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1292, '{$locale}', {intl l='Export - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1293, '{$locale}', {intl l='Brand - content' locale=$locale}, NULL, NULL),
|
||
(1294, '{$locale}', {intl l='Customer - order table header' locale=$locale}, NULL, NULL),
|
||
(1295, '{$locale}', {intl l='Customer - order table row' locale=$locale}, NULL, NULL),
|
||
(1296, '{$locale}', {intl l='Sales - at the top' locale=$locale}, NULL, NULL),
|
||
(1297, '{$locale}', {intl l='Sales - table header' locale=$locale}, NULL, NULL),
|
||
(1298, '{$locale}', {intl l='Sales - table row' locale=$locale}, NULL, NULL),
|
||
(1299, '{$locale}', {intl l='Sales - at the bottom' locale=$locale}, NULL, NULL),
|
||
(1300, '{$locale}', {intl l='Sale - create form' locale=$locale}, NULL, NULL),
|
||
(1301, '{$locale}', {intl l='Sale - delete form' locale=$locale}, NULL, NULL),
|
||
(1302, '{$locale}', {intl l='Sales - JavaScript' locale=$locale}, NULL, NULL),
|
||
(1303, '{$locale}', {intl l='Product - at the bottom of a product combination' locale=$locale}, NULL, NULL),
|
||
(1304, '{$locale}', {intl l='Layout - Before the main content' locale=$locale}, NULL, NULL),
|
||
(1305, '{$locale}', {intl l='Admin layout - After the main content' locale=$locale}, NULL, NULL),
|
||
(1306, '{$locale}', {intl l='Category - Tab' locale=$locale}, NULL, NULL),
|
||
(1307, '{$locale}', {intl l='Product - Tab' locale=$locale}, NULL, NULL),
|
||
(1308, '{$locale}', {intl l='Folder - Tab' locale=$locale}, NULL, NULL),
|
||
(1309, '{$locale}', {intl l='Content - Tab' locale=$locale}, NULL, NULL),
|
||
(1310, '{$locale}', {intl l='Brand - Tab' locale=$locale}, NULL, NULL),
|
||
(1311, '{$locale}', {intl l='Order edit - delivery address' locale=$locale}, NULL, NULL),
|
||
(1312, '{$locale}', {intl l='Product page - On the top of the form' locale=$locale}, NULL, NULL),
|
||
(1313, '{$locale}', {intl l='Product page - On the bottom of the form' locale=$locale}, NULL, NULL),
|
||
(1314, '{$locale}', {intl l='Brand edit page - in the form' locale=$locale}, NULL, NULL),
|
||
(1315, '{$locale}', {intl l='Sale edit page - javascript last call block' locale=$locale}, NULL, NULL),
|
||
(1316, '{$locale}', {intl l='Api page - at top' locale=$locale}, NULL, NULL),
|
||
(1317, '{$locale}', {intl l='Api page - at bottom' locale=$locale}, NULL, NULL),
|
||
(1318, '{$locale}', {intl l='Api page - in deletion form' locale=$locale}, NULL, NULL),
|
||
(1319, '{$locale}', {intl l='Coupon page - in deletion form' locale=$locale}, NULL, NULL),
|
||
(1320, '{$locale}', {intl l='Order - Tab' locale=$locale}, NULL, NULL),
|
||
(1321, '{$locale}', {intl l='Profile - table header' locale=$locale}, '', ''),
|
||
(1322, '{$locale}', {intl l='Profile - table row' locale=$locale}, '', ''),
|
||
(1323, '{$locale}', {intl l='Import - table header' locale=$locale}, '', ''),
|
||
(1324, '{$locale}', {intl l='Import - table row' locale=$locale}, '', ''),
|
||
(1325, '{$locale}', {intl l='Export - table header' locale=$locale}, '', ''),
|
||
(1326, '{$locale}', {intl l='Export - table row' locale=$locale}, '', ''),
|
||
(1327, '{$locale}', {intl l='Category edit - top' locale=$locale}, '', ''),
|
||
(1328, '{$locale}', {intl l='Category edit - bottom' locale=$locale}, '', ''),
|
||
(1329, '{$locale}', {intl l='Brand edit - top' locale=$locale}, '', ''),
|
||
(1330, '{$locale}', {intl l='Brand edit - bottom' locale=$locale}, '', ''),
|
||
(1331, '{$locale}', {intl l='Attribute edit - top' locale=$locale}, '', ''),
|
||
(1332, '{$locale}', {intl l='Attribute edit - bottom' locale=$locale}, '', ''),
|
||
(1333, '{$locale}', {intl l='Currency edit - top' locale=$locale}, '', ''),
|
||
(1334, '{$locale}', {intl l='Currency edit - bottom' locale=$locale}, '', ''),
|
||
(1335, '{$locale}', {intl l='Country edit - top' locale=$locale}, '', ''),
|
||
(1336, '{$locale}', {intl l='Country edit - bottom' locale=$locale}, '', ''),
|
||
(1337, '{$locale}', {intl l='Content edit - top' locale=$locale}, '', ''),
|
||
(1338, '{$locale}', {intl l='Content edit - bottom' locale=$locale}, '', ''),
|
||
(1339, '{$locale}', {intl l='Feature edit - top' locale=$locale}, '', ''),
|
||
(1340, '{$locale}', {intl l='Feature edit - bottom' locale=$locale}, '', ''),
|
||
(1341, '{$locale}', {intl l='Document edit - top' locale=$locale}, '', ''),
|
||
(1342, '{$locale}', {intl l='Document edit - bottom' locale=$locale}, '', ''),
|
||
(1343, '{$locale}', {intl l='Client edit - top' locale=$locale}, '', ''),
|
||
(1344, '{$locale}', {intl l='Client edit - bottom' locale=$locale}, '', ''),
|
||
(1345, '{$locale}', {intl l='Image edit - top' locale=$locale}, '', ''),
|
||
(1346, '{$locale}', {intl l='Image edit - bottom' locale=$locale}, '', ''),
|
||
(1347, '{$locale}', {intl l='Hook edit - top' locale=$locale}, '', ''),
|
||
(1348, '{$locale}', {intl l='Hook edit - bottom' locale=$locale}, '', ''),
|
||
(1349, '{$locale}', {intl l='Folder edit - top' locale=$locale}, '', ''),
|
||
(1350, '{$locale}', {intl l='Folder edit - bottom' locale=$locale}, '', ''),
|
||
(1351, '{$locale}', {intl l='Module hook edit - top' locale=$locale}, '', ''),
|
||
(1352, '{$locale}', {intl l='Module hook edit - bottom' locale=$locale}, '', ''),
|
||
(1353, '{$locale}', {intl l='Module edit - top' locale=$locale}, '', ''),
|
||
(1354, '{$locale}', {intl l='Module edit - bottom' locale=$locale}, '', ''),
|
||
(1355, '{$locale}', {intl l='Message edit - top' locale=$locale}, '', ''),
|
||
(1356, '{$locale}', {intl l='Message edit - bottom' locale=$locale}, '', ''),
|
||
(1357, '{$locale}', {intl l='Profile edit - top' locale=$locale}, '', ''),
|
||
(1358, '{$locale}', {intl l='Profile edit - bottom' locale=$locale}, '', ''),
|
||
(1359, '{$locale}', {intl l='Product edit - top' locale=$locale}, '', ''),
|
||
(1360, '{$locale}', {intl l='Product edit - bottom' locale=$locale}, '', ''),
|
||
(1361, '{$locale}', {intl l='Order edit - top' locale=$locale}, '', ''),
|
||
(1362, '{$locale}', {intl l='Order edit - bottom' locale=$locale}, '', ''),
|
||
(1363, '{$locale}', {intl l='Shipping zones edit - top' locale=$locale}, '', ''),
|
||
(1364, '{$locale}', {intl l='Shipping zones edit - bottom' locale=$locale}, '', ''),
|
||
(1365, '{$locale}', {intl l='Shipping configuration edit - top' locale=$locale}, '', ''),
|
||
(1366, '{$locale}', {intl l='Shipping configuration edit - bottom' locale=$locale}, '', ''),
|
||
(1367, '{$locale}', {intl l='Sale edit - top' locale=$locale}, '', ''),
|
||
(1368, '{$locale}', {intl l='Sale edit - bottom' locale=$locale}, '', ''),
|
||
(1369, '{$locale}', {intl l='Variable edit - top' locale=$locale}, '', ''),
|
||
(1370, '{$locale}', {intl l='Variable edit - bottom' locale=$locale}, '', ''),
|
||
(1371, '{$locale}', {intl l='Template edit - top' locale=$locale}, '', ''),
|
||
(1372, '{$locale}', {intl l='Template edit - bottom' locale=$locale}, '', ''),
|
||
(1373, '{$locale}', {intl l='Tax rule edit - top' locale=$locale}, '', ''),
|
||
(1374, '{$locale}', {intl l='Tax rule edit - bottom' locale=$locale}, '', ''),
|
||
(1375, '{$locale}', {intl l='Tax edit - top' locale=$locale}, '', ''),
|
||
(1376, '{$locale}', {intl l='Tax edit - bottom' locale=$locale}, '', ''),
|
||
(1377, '{$locale}', {intl l='Order edit - displayed after product information' locale=$locale}, '', ''),
|
||
(1378, '{$locale}', {intl l='Tab SEO - top' locale=$locale}, '', ''),
|
||
(1379, '{$locale}', {intl l='Tab SEO - bottom' locale=$locale}, '', ''),
|
||
(1380, '{$locale}', {intl l='Tab image - top' locale=$locale}, '', ''),
|
||
(1381, '{$locale}', {intl l='Tab image - bottom' locale=$locale}, '', ''),
|
||
(1382, '{$locale}', {intl l='Tab document - top' locale=$locale}, '', ''),
|
||
(1383, '{$locale}', {intl l='Tab document - bottom' locale=$locale}, '', ''),
|
||
(1384, '{$locale}', {intl l='Export modal or page - top' locale=$locale}, '', ''),
|
||
(1385, '{$locale}', {intl l='Export modal or page - bottom' locale=$locale}, '', ''),
|
||
(1386, '{$locale}', {intl l='Order - customer information bottom' locale=$locale}, '', ''),
|
||
(1387, '{$locale}', {intl l='Order - payment module bottom' locale=$locale}, '', ''),
|
||
(1388, '{$locale}', {intl l='Order - delivery module bottom' locale=$locale}, '', ''),
|
||
(1389, '{$locale}', {intl l='Tab SEO - update form' locale=$locale}, '', ''),
|
||
(1390, '{$locale}', {intl l='Order edit - order product table header' locale=$locale}, '', ''),
|
||
(1391, '{$locale}', {intl l='Order edit - order product table row' locale=$locale}, '', ''),
|
||
(1392, '{$locale}', {intl l='Administrators - header' locale=$locale}, '', ''),
|
||
(1393, '{$locale}', {intl l='Administrators - row' locale=$locale}, '', ''),
|
||
(1394, '{$locale}', {intl l='Advanced Configuration' locale=$locale}, '', ''),
|
||
(1395, '{$locale}', {intl l='Advanced Configuration - Javascript' locale=$locale}, '', ''),
|
||
(1396, '{$locale}', {intl l='Brand edit - right column top' locale=$locale}, NULL, NULL),
|
||
(1397, '{$locale}', {intl l='Brand edit - right column bottom' locale=$locale}, NULL, NULL),
|
||
(1398, '{$locale}', {intl l='Category edit - right column top' locale=$locale}, NULL, NULL),
|
||
(1399, '{$locale}', {intl l='Category edit - right column bottom' locale=$locale}, NULL, NULL),
|
||
(1400, '{$locale}', {intl l='Content edit - right column top' locale=$locale}, NULL, NULL),
|
||
(1401, '{$locale}', {intl l='Content edit - right column bottom' locale=$locale}, NULL, NULL),
|
||
(1402, '{$locale}', {intl l='Folder edit - right column top' locale=$locale}, NULL, NULL),
|
||
(1403, '{$locale}', {intl l='Folder edit - right column bottom' locale=$locale}, NULL, NULL),
|
||
(1404, '{$locale}', {intl l='Product edit - right column top' locale=$locale}, NULL, NULL),
|
||
(1405, '{$locale}', {intl l='Product edit - right column bottom' locale=$locale}, NULL, NULL),
|
||
(1406, '{$locale}', {intl l='state-edit - at the top' locale=$locale}, '', ''),
|
||
(1407, '{$locale}', {intl l='state-edit - bottom' locale=$locale}, '', ''),
|
||
(1408, '{$locale}', {intl l='state - Edit JavaScript' locale=$locale}, '', ''),
|
||
(1409, '{$locale}', {intl l='states - at the top' locale=$locale}, '', ''),
|
||
(1410, '{$locale}', {intl l='states - table header' locale=$locale}, '', ''),
|
||
(1411, '{$locale}', {intl l='states - table row' locale=$locale}, '', ''),
|
||
(1412, '{$locale}', {intl l='states - bottom' locale=$locale}, '', ''),
|
||
(1413, '{$locale}', {intl l='state - creation form' locale=$locale}, '', ''),
|
||
(1414, '{$locale}', {intl l='state - delete form' locale=$locale}, '', ''),
|
||
(1415, '{$locale}', {intl l='states - JavaScript' locale=$locale}, '', ''),
|
||
(1416, '{$locale}', {intl l='Configuration - Order path - top' locale=$locale}, NULL, NULL),
|
||
(1417, '{$locale}', {intl l='Configuration - Order path - bottom' locale=$locale}, NULL, NULL),
|
||
(1418, '{$locale}', {intl l='Order status - top' locale=$locale}, NULL, NULL),
|
||
(1419, '{$locale}', {intl l='Order status - bottom' locale=$locale}, NULL, NULL),
|
||
(1420, '{$locale}', {intl l='Order status - table header' locale=$locale}, NULL, NULL),
|
||
(1421, '{$locale}', {intl l='Order status - table row' locale=$locale}, NULL, NULL),
|
||
(1422, '{$locale}', {intl l='Order status - form creation' locale=$locale}, NULL, NULL),
|
||
(1423, '{$locale}', {intl l='Order status - form modification' locale=$locale}, NULL, NULL),
|
||
(1424, '{$locale}', {intl l='Order status - JavaScript' locale=$locale}, NULL, NULL){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
-- Insert I18n pdf hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
{foreach $locales as $locale}
|
||
(2001, '{$locale}', {intl l='Invoice - CSS' locale=$locale}, NULL, NULL),
|
||
(2002, '{$locale}', {intl l='Invoice - in the header' locale=$locale}, NULL, NULL),
|
||
(2003, '{$locale}', {intl l='Invoice - at the top of the footer' locale=$locale}, NULL, NULL),
|
||
(2004, '{$locale}', {intl l='Invoice - imprint' locale=$locale}, NULL, NULL),
|
||
(2005, '{$locale}', {intl l='Invoice - at the bottom of the footer' locale=$locale}, NULL, NULL),
|
||
(2006, '{$locale}', {intl l='Invoice - at the bottom of information area' locale=$locale}, NULL, NULL),
|
||
(2007, '{$locale}', {intl l='Invoice - after the information area' locale=$locale}, NULL, NULL),
|
||
(2008, '{$locale}', {intl l='Invoice - delivery address' locale=$locale}, NULL, NULL),
|
||
(2009, '{$locale}', {intl l='Invoice - after addresse area' locale=$locale}, NULL, NULL),
|
||
(2010, '{$locale}', {intl l='Invoice - after product listing' locale=$locale}, NULL, NULL),
|
||
(2011, '{$locale}', {intl l='Invoice - after the order summary' locale=$locale}, NULL, NULL),
|
||
(2012, '{$locale}', {intl l='Delivery - CSS' locale=$locale}, NULL, NULL),
|
||
(2013, '{$locale}', {intl l='Delivery - in the header' locale=$locale}, NULL, NULL),
|
||
(2014, '{$locale}', {intl l='Delivery - at the top of the footer' locale=$locale}, NULL, NULL),
|
||
(2015, '{$locale}', {intl l='Delivery - imprint' locale=$locale}, NULL, NULL),
|
||
(2016, '{$locale}', {intl l='Delivery - at the bottom of the footer' locale=$locale}, NULL, NULL),
|
||
(2017, '{$locale}', {intl l='Delivery - at the bottom of information area' locale=$locale}, NULL, NULL),
|
||
(2018, '{$locale}', {intl l='Delivery - after the information area' locale=$locale}, NULL, NULL),
|
||
(2019, '{$locale}', {intl l='Delivery - delivery address' locale=$locale}, NULL, NULL),
|
||
(2020, '{$locale}', {intl l='Delivery - after addresse area' locale=$locale}, NULL, NULL),
|
||
(2021, '{$locale}', {intl l='Delivery - after the order summary' locale=$locale}, NULL, NULL),
|
||
(2022, '{$locale}', {intl l='Order confirmation - after the order summary' locale=$locale}, NULL, NULL),
|
||
(2023, '{$locale}', {intl l='Where the WYSIWYG editor is required' locale=$locale}, NULL, NULL),
|
||
(2024, '{$locale}', {intl l='Order - cart top' locale=$locale}, NULL, NULL),
|
||
(2025, '{$locale}', {intl l='Order - cart bottom' locale=$locale}, NULL, NULL),
|
||
(2026, '{$locale}', {intl l='Order - bill top' locale=$locale}, NULL, NULL),
|
||
(2027, '{$locale}', {intl l='Order - bill bottom' locale=$locale}, NULL, NULL),
|
||
(2028, '{$locale}', {intl l='Order - Before product list' locale=$locale}, NULL, NULL),
|
||
(2029, '{$locale}', {intl l='Order - Before starting product row' locale=$locale}, NULL, NULL),
|
||
(2030, '{$locale}', {intl l='Order - After closing product row' locale=$locale}, NULL, NULL),
|
||
(2031, '{$locale}', {intl l='Order - After product list' locale=$locale}, NULL, NULL),
|
||
(2032, '{$locale}', {intl l='Invoice - After payment module' locale=$locale}, NULL, NULL),
|
||
(2033, '{$locale}', {intl l='Invoice - After delivery module' locale=$locale}, NULL, NULL),
|
||
(2034, '{$locale}', {intl l='Delivery - After delivery module' locale=$locale}, NULL, NULL),
|
||
(2035, '{$locale}', {intl l='Invoice - additional product information' locale=$locale}, NULL, NULL),
|
||
(2036, '{$locale}', {intl l='Delivery - additional product information' locale=$locale}, NULL, NULL),
|
||
(2037, '{$locale}', {intl l='Delivery - after product information' locale=$locale}, NULL, NULL),
|
||
(2038, '{$locale}', {intl l='Invoice - after product information' locale=$locale}, NULL, NULL){if ! $locale@last},{/if}
|
||
{/foreach}
|
||
;
|
||
|
||
-- Insert I18n email hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
{foreach $locales as $locale}
|
||
(3000, '{$locale}', {intl l='Email html - layout - CSS' locale=$locale}, NULL, NULL),
|
||
(3001, '{$locale}', {intl l='Email html - layout - footer' locale=$locale}, NULL, NULL),
|
||
(3002, '{$locale}', {intl l='Email html - order confirmation - before address' locale=$locale}, NULL, NULL),
|
||
(3003, '{$locale}', {intl l='Email html - order confirmation - delivery address' locale=$locale}, NULL, NULL),
|
||
(3004, '{$locale}', {intl l='Email html - order confirmation - after address' locale=$locale}, NULL, NULL),
|
||
(3005, '{$locale}', {intl l='Email html - order confirmation - order product' locale=$locale}, NULL, NULL),
|
||
(3006, '{$locale}', {intl l='Email html - order confirmation - before products' locale=$locale}, NULL, NULL),
|
||
(3007, '{$locale}', {intl l='Email html - order confirmation - after products' locale=$locale}, NULL, NULL),
|
||
(3008, '{$locale}', {intl l='Email html - order confirmation - footer' locale=$locale}, NULL, NULL),
|
||
(3009, '{$locale}', {intl l='Email html - order notification - before address' locale=$locale}, NULL, NULL),
|
||
(3010, '{$locale}', {intl l='Email html - order notification - delivery address' locale=$locale}, NULL, NULL),
|
||
(3011, '{$locale}', {intl l='Email html - order notification - after address' locale=$locale}, NULL, NULL),
|
||
(3012, '{$locale}', {intl l='Email html - order notification - order product' locale=$locale}, NULL, NULL),
|
||
(3013, '{$locale}', {intl l='Email html - order notification - before products' locale=$locale}, NULL, NULL),
|
||
(3014, '{$locale}', {intl l='Email html - order notification - after products' locale=$locale}, NULL, NULL),
|
||
(3015, '{$locale}', {intl l='Email txt - order confirmation - before address' locale=$locale}, NULL, NULL),
|
||
(3016, '{$locale}', {intl l='Email txt - order confirmation - delivery address' locale=$locale}, NULL, NULL),
|
||
(3017, '{$locale}', {intl l='Email txt - order confirmation - after address' locale=$locale}, NULL, NULL),
|
||
(3018, '{$locale}', {intl l='Email txt - order confirmation - order product' locale=$locale}, NULL, NULL),
|
||
(3019, '{$locale}', {intl l='Email txt - order confirmation - before products' locale=$locale}, NULL, NULL),
|
||
(3020, '{$locale}', {intl l='Email txt - order confirmation - after products' locale=$locale}, NULL, NULL),
|
||
(3021, '{$locale}', {intl l='Email txt - order notification - before address' locale=$locale}, NULL, NULL),
|
||
(3022, '{$locale}', {intl l='Email txt - order notification - delivery address' locale=$locale}, NULL, NULL),
|
||
(3023, '{$locale}', {intl l='Email txt - order notification - after address' locale=$locale}, NULL, NULL),
|
||
(3024, '{$locale}', {intl l='Email txt - order notification - order product' locale=$locale}, NULL, NULL),
|
||
(3025, '{$locale}', {intl l='Email txt - order notification - before products' locale=$locale}, NULL, NULL),
|
||
(3026, '{$locale}', {intl l='Email txt - order notification - after products' locale=$locale}, NULL, NULL),
|
||
(3027, '{$locale}', {intl l='Email html - order notification - after product information' locale=$locale}, NULL, NULL),
|
||
(3028, '{$locale}', {intl l='Email txt - order notification - after product information' locale=$locale}, NULL, NULL){if ! $locale@last},{/if}
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `customer_title_i18n` (`id`, `locale`, `short`, `long`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Mr.' locale=$locale}, {intl l='Mister' locale=$locale}),
|
||
(2, '{$locale}', {intl l='Mrs' locale=$locale}, {intl l='Misses' locale=$locale}),
|
||
(3, '{$locale}', {intl l='Miss_short' locale=$locale}, {intl l='Miss' locale=$locale}){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `currency_i18n` (`id`, `locale`, `name`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Euro' locale=$locale}),
|
||
(2, '{$locale}', {intl l='United States Dollar' locale=$locale}),
|
||
(3, '{$locale}', {intl l='UK Pound' locale=$locale}),
|
||
(4, '{$locale}', {intl l='Franc' locale=$locale}),
|
||
(5, '{$locale}', {intl l='Peso' locale=$locale}),
|
||
(6, '{$locale}', {intl l='Złoty' locale=$locale}),
|
||
(7, '{$locale}', {intl l='Yuan' locale=$locale}),
|
||
(8, '{$locale}', {intl l='Krone' locale=$locale}),
|
||
(9, '{$locale}', {intl l='Lei' locale=$locale}),
|
||
(10, '{$locale}', {intl l='Guaraní' locale=$locale}),
|
||
(11, '{$locale}', {intl l='Peso Argentino' locale=$locale}),
|
||
(12, '{$locale}', {intl l='Belarusian ruble' locale=$locale}),
|
||
(13, '{$locale}', {intl l='Dollar' locale=$locale}),
|
||
(14, '{$locale}', {intl l='Dinar' locale=$locale}),
|
||
(15, '{$locale}', {intl l='Krona' locale=$locale}),
|
||
(16, '{$locale}', {intl l='Croatian Kuna' locale=$locale}),
|
||
(17, '{$locale}', {intl l='Danish krone' locale=$locale}),
|
||
(18, '{$locale}', {intl l='Nigerian naira' locale=$locale}),
|
||
(19, '{$locale}', {intl l='Hong Kong Dollar' locale=$locale}),
|
||
(20, '{$locale}', {intl l='Dollar (CAD)' locale=$locale}),
|
||
(21, '{$locale}', {intl l='Riyal' locale=$locale}),
|
||
(22, '{$locale}', {intl l='Czech koruna' locale=$locale}),
|
||
(23, '{$locale}', {intl l='Colón' locale=$locale}),
|
||
(24, '{$locale}', {intl l='Manat' locale=$locale}),
|
||
(25, '{$locale}', {intl l='Rupiah' locale=$locale}),
|
||
(26, '{$locale}', {intl l='Rupee' locale=$locale}),
|
||
(27, '{$locale}', {intl l='Real' locale=$locale}),
|
||
(28, '{$locale}', {intl l='Đồng' locale=$locale}),
|
||
(29, '{$locale}', {intl l='Philippine Peso' locale=$locale}),
|
||
(30, '{$locale}', {intl l='Quetzal' locale=$locale}),
|
||
(31, '{$locale}', {intl l='Lira' locale=$locale}),
|
||
(32, '{$locale}', {intl l='Yen' locale=$locale}),
|
||
(33, '{$locale}', {intl l='Ruble' locale=$locale}),
|
||
(34, '{$locale}', {intl l='Nuevo Sol' locale=$locale}),
|
||
(35, '{$locale}', {intl l='Pound' locale=$locale}),
|
||
(36, '{$locale}', {intl l='Lari' locale=$locale}),
|
||
(37, '{$locale}', {intl l='Boliviano' locale=$locale}),
|
||
(38, '{$locale}', {intl l='United Arab Emirates dirham' locale=$locale}),
|
||
(39, '{$locale}', {intl l='Baht' locale=$locale}),
|
||
(40, '{$locale}', {intl l='Shekel' locale=$locale}),
|
||
(41, '{$locale}', {intl l='Ringgit' locale=$locale}),
|
||
(42, '{$locale}', {intl l='Bolívar fuerte' locale=$locale}),
|
||
(43, '{$locale}', {intl l='Forint' locale=$locale}),
|
||
(44, '{$locale}', {intl l='Kenyan shilling' locale=$locale}),
|
||
(45, '{$locale}', {intl l='Гривна' locale=$locale}),
|
||
(46, '{$locale}', {intl l='Tunisian Dinar' locale=$locale}),
|
||
(47, '{$locale}', {intl l='Lev' locale=$locale}),
|
||
(48, '{$locale}', {intl l='Indian Rupee' locale=$locale}){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `country_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Afghanistan' locale=$locale}, NULL, NULL, NULL),
|
||
(2, '{$locale}', {intl l='South Africa' locale=$locale}, NULL, NULL, NULL),
|
||
(3, '{$locale}', {intl l='Albania' locale=$locale}, NULL, NULL, NULL),
|
||
(4, '{$locale}', {intl l='Algeria' locale=$locale}, NULL, NULL, NULL),
|
||
(5, '{$locale}', {intl l='Germany' locale=$locale}, NULL, NULL, NULL),
|
||
(6, '{$locale}', {intl l='Andorra' locale=$locale}, NULL, NULL, NULL),
|
||
(7, '{$locale}', {intl l='Angola' locale=$locale}, NULL, NULL, NULL),
|
||
(8, '{$locale}', {intl l='Antigua and Barbuda' locale=$locale}, NULL, NULL, NULL),
|
||
(9, '{$locale}', {intl l='Saudi Arabia' locale=$locale}, NULL, NULL, NULL),
|
||
(10, '{$locale}', {intl l='Argentina' locale=$locale}, NULL, NULL, NULL),
|
||
(11, '{$locale}', {intl l='Armenia' locale=$locale}, NULL, NULL, NULL),
|
||
(12, '{$locale}', {intl l='Australia' locale=$locale}, NULL, NULL, NULL),
|
||
(13, '{$locale}', {intl l='Austria' locale=$locale}, NULL, NULL, NULL),
|
||
(14, '{$locale}', {intl l='Azerbaijan' locale=$locale}, NULL, NULL, NULL),
|
||
(15, '{$locale}', {intl l='Bahamas' locale=$locale}, NULL, NULL, NULL),
|
||
(16, '{$locale}', {intl l='Bahrain' locale=$locale}, NULL, NULL, NULL),
|
||
(17, '{$locale}', {intl l='Bangladesh' locale=$locale}, NULL, NULL, NULL),
|
||
(18, '{$locale}', {intl l='Barbados' locale=$locale}, NULL, NULL, NULL),
|
||
(19, '{$locale}', {intl l='Belarus' locale=$locale}, NULL, NULL, NULL),
|
||
(20, '{$locale}', {intl l='Belgium' locale=$locale}, NULL, NULL, NULL),
|
||
(21, '{$locale}', {intl l='Belize' locale=$locale}, NULL, NULL, NULL),
|
||
(22, '{$locale}', {intl l='Benin' locale=$locale}, NULL, NULL, NULL),
|
||
(23, '{$locale}', {intl l='Bhutan' locale=$locale}, NULL, NULL, NULL),
|
||
(24, '{$locale}', {intl l='Bielorussia' locale=$locale}, NULL, NULL, NULL),
|
||
(25, '{$locale}', {intl l='Burma' locale=$locale}, NULL, NULL, NULL),
|
||
(26, '{$locale}', {intl l='Bolivia' locale=$locale}, NULL, NULL, NULL),
|
||
(27, '{$locale}', {intl l='Bosnia and Herzegovina' locale=$locale}, NULL, NULL, NULL),
|
||
(28, '{$locale}', {intl l='Botswana' locale=$locale}, NULL, NULL, NULL),
|
||
(29, '{$locale}', {intl l='Brazil' locale=$locale}, NULL, NULL, NULL),
|
||
(30, '{$locale}', {intl l='Brunei' locale=$locale}, NULL, NULL, NULL),
|
||
(31, '{$locale}', {intl l='Bulgaria' locale=$locale}, NULL, NULL, NULL),
|
||
(32, '{$locale}', {intl l='Burkina' locale=$locale}, NULL, NULL, NULL),
|
||
(33, '{$locale}', {intl l='Burundi' locale=$locale}, NULL, NULL, NULL),
|
||
(34, '{$locale}', {intl l='Cambodia' locale=$locale}, NULL, NULL, NULL),
|
||
(35, '{$locale}', {intl l='Cameroon' locale=$locale}, NULL, NULL, NULL),
|
||
(37, '{$locale}', {intl l='Cape Verde' locale=$locale}, NULL, NULL, NULL),
|
||
(38, '{$locale}', {intl l='Chile' locale=$locale}, NULL, NULL, NULL),
|
||
(39, '{$locale}', {intl l='China' locale=$locale}, NULL, NULL, NULL),
|
||
(40, '{$locale}', {intl l='Cyprus' locale=$locale}, NULL, NULL, NULL),
|
||
(41, '{$locale}', {intl l='Colombia' locale=$locale}, NULL, NULL, NULL),
|
||
(42, '{$locale}', {intl l='Comoros' locale=$locale}, NULL, NULL, NULL),
|
||
(43, '{$locale}', {intl l='Congo' locale=$locale}, NULL, NULL, NULL),
|
||
(44, '{$locale}', {intl l='Cook Islands' locale=$locale}, NULL, NULL, NULL),
|
||
(45, '{$locale}', {intl l='North Korea' locale=$locale}, NULL, NULL, NULL),
|
||
(46, '{$locale}', {intl l='South Korea' locale=$locale}, NULL, NULL, NULL),
|
||
(47, '{$locale}', {intl l='Costa Rica' locale=$locale}, NULL, NULL, NULL),
|
||
(48, '{$locale}', {intl l='Ivory Coast' locale=$locale}, NULL, NULL, NULL),
|
||
(49, '{$locale}', {intl l='Croatia' locale=$locale}, NULL, NULL, NULL),
|
||
(50, '{$locale}', {intl l='Cuba' locale=$locale}, NULL, NULL, NULL),
|
||
(51, '{$locale}', {intl l='Denmark' locale=$locale}, NULL, NULL, NULL),
|
||
(52, '{$locale}', {intl l='Djibouti' locale=$locale}, NULL, NULL, NULL),
|
||
(53, '{$locale}', {intl l='Dominica' locale=$locale}, NULL, NULL, NULL),
|
||
(54, '{$locale}', {intl l='Egypt' locale=$locale}, NULL, NULL, NULL),
|
||
(55, '{$locale}', {intl l='United Arab Emirates' locale=$locale}, NULL, NULL, NULL),
|
||
(56, '{$locale}', {intl l='Ecuador' locale=$locale}, NULL, NULL, NULL),
|
||
(57, '{$locale}', {intl l='Eritrea' locale=$locale}, NULL, NULL, NULL),
|
||
(58, '{$locale}', {intl l='Spain' locale=$locale}, NULL, NULL, NULL),
|
||
(59, '{$locale}', {intl l='Estonia' locale=$locale}, NULL, NULL, NULL),
|
||
(61, '{$locale}', {intl l='Ethiopia' locale=$locale}, NULL, NULL, NULL),
|
||
(62, '{$locale}', {intl l='Fiji' locale=$locale}, NULL, NULL, NULL),
|
||
(63, '{$locale}', {intl l='Finland' locale=$locale}, NULL, NULL, NULL),
|
||
(64, '{$locale}', {intl l='France metropolitan' locale=$locale}, NULL, NULL, NULL),
|
||
(65, '{$locale}', {intl l='Gabon' locale=$locale}, NULL, NULL, NULL),
|
||
(66, '{$locale}', {intl l='Gambia' locale=$locale}, NULL, NULL, NULL),
|
||
(67, '{$locale}', {intl l='Georgia' locale=$locale}, NULL, NULL, NULL),
|
||
(68, '{$locale}', {intl l='Ghana' locale=$locale}, NULL, NULL, NULL),
|
||
(69, '{$locale}', {intl l='Greece' locale=$locale}, NULL, NULL, NULL),
|
||
(70, '{$locale}', {intl l='Grenada' locale=$locale}, NULL, NULL, NULL),
|
||
(71, '{$locale}', {intl l='Guatemala' locale=$locale}, NULL, NULL, NULL),
|
||
(72, '{$locale}', {intl l='Guinea' locale=$locale}, NULL, NULL, NULL),
|
||
(73, '{$locale}', {intl l='Guinea-Bissau' locale=$locale}, NULL, NULL, NULL),
|
||
(74, '{$locale}', {intl l='Equatorial Guinea' locale=$locale}, NULL, NULL, NULL),
|
||
(75, '{$locale}', {intl l='Guyana' locale=$locale}, NULL, NULL, NULL),
|
||
(76, '{$locale}', {intl l='Haiti' locale=$locale}, NULL, NULL, NULL),
|
||
(77, '{$locale}', {intl l='Honduras' locale=$locale}, NULL, NULL, NULL),
|
||
(78, '{$locale}', {intl l='Hungary' locale=$locale}, NULL, NULL, NULL),
|
||
(79, '{$locale}', {intl l='India' locale=$locale}, NULL, NULL, NULL),
|
||
(80, '{$locale}', {intl l='Indonesia' locale=$locale}, NULL, NULL, NULL),
|
||
(81, '{$locale}', {intl l='Iran' locale=$locale}, NULL, NULL, NULL),
|
||
(82, '{$locale}', {intl l='Iraq' locale=$locale}, NULL, NULL, NULL),
|
||
(83, '{$locale}', {intl l='Ireland' locale=$locale}, NULL, NULL, NULL),
|
||
(84, '{$locale}', {intl l='Iceland' locale=$locale}, NULL, NULL, NULL),
|
||
(85, '{$locale}', {intl l='Israel' locale=$locale}, NULL, NULL, NULL),
|
||
(86, '{$locale}', {intl l='Italy' locale=$locale}, NULL, NULL, NULL),
|
||
(87, '{$locale}', {intl l='Jamaica' locale=$locale}, NULL, NULL, NULL),
|
||
(88, '{$locale}', {intl l='Japan' locale=$locale}, NULL, NULL, NULL),
|
||
(89, '{$locale}', {intl l='Jordan' locale=$locale}, NULL, NULL, NULL),
|
||
(90, '{$locale}', {intl l='Kazakhstan' locale=$locale}, NULL, NULL, NULL),
|
||
(91, '{$locale}', {intl l='Kenya' locale=$locale}, NULL, NULL, NULL),
|
||
(92, '{$locale}', {intl l='Kyrgyzstan' locale=$locale}, NULL, NULL, NULL),
|
||
(93, '{$locale}', {intl l='Kiribati' locale=$locale}, NULL, NULL, NULL),
|
||
(94, '{$locale}', {intl l='Kuwait' locale=$locale}, NULL, NULL, NULL),
|
||
(95, '{$locale}', {intl l='Laos' locale=$locale}, NULL, NULL, NULL),
|
||
(96, '{$locale}', {intl l='Lesotho' locale=$locale}, NULL, NULL, NULL),
|
||
(97, '{$locale}', {intl l='Latvia' locale=$locale}, NULL, NULL, NULL),
|
||
(98, '{$locale}', {intl l='Lebanon' locale=$locale}, NULL, NULL, NULL),
|
||
(99, '{$locale}', {intl l='Liberia' locale=$locale}, NULL, NULL, NULL),
|
||
(100, '{$locale}', {intl l='Libya' locale=$locale}, NULL, NULL, NULL),
|
||
(101, '{$locale}', {intl l='Liechtenstein' locale=$locale}, NULL, NULL, NULL),
|
||
(102, '{$locale}', {intl l='Lithuania' locale=$locale}, NULL, NULL, NULL),
|
||
(103, '{$locale}', {intl l='Luxembourg' locale=$locale}, NULL, NULL, NULL),
|
||
(104, '{$locale}', {intl l='Macedonia' locale=$locale}, NULL, NULL, NULL),
|
||
(105, '{$locale}', {intl l='Madagascar' locale=$locale}, NULL, NULL, NULL),
|
||
(106, '{$locale}', {intl l='Malaysia' locale=$locale}, NULL, NULL, NULL),
|
||
(107, '{$locale}', {intl l='Malawi' locale=$locale}, NULL, NULL, NULL),
|
||
(108, '{$locale}', {intl l='Maldives' locale=$locale}, NULL, NULL, NULL),
|
||
(109, '{$locale}', {intl l='Mali' locale=$locale}, NULL, NULL, NULL),
|
||
(110, '{$locale}', {intl l='Malta' locale=$locale}, NULL, NULL, NULL),
|
||
(111, '{$locale}', {intl l='Morocco' locale=$locale}, NULL, NULL, NULL),
|
||
(112, '{$locale}', {intl l='Marshall Islands' locale=$locale}, NULL, NULL, NULL),
|
||
(113, '{$locale}', {intl l='Mauritius' locale=$locale}, NULL, NULL, NULL),
|
||
(114, '{$locale}', {intl l='Mauritania' locale=$locale}, NULL, NULL, NULL),
|
||
(115, '{$locale}', {intl l='Mexico' locale=$locale}, NULL, NULL, NULL),
|
||
(116, '{$locale}', {intl l='Micronesia' locale=$locale}, NULL, NULL, NULL),
|
||
(117, '{$locale}', {intl l='Moldova' locale=$locale}, NULL, NULL, NULL),
|
||
(118, '{$locale}', {intl l='Monaco' locale=$locale}, NULL, NULL, NULL),
|
||
(119, '{$locale}', {intl l='Mongolia' locale=$locale}, NULL, NULL, NULL),
|
||
(120, '{$locale}', {intl l='Mozambique' locale=$locale}, NULL, NULL, NULL),
|
||
(121, '{$locale}', {intl l='Namibia' locale=$locale}, NULL, NULL, NULL),
|
||
(122, '{$locale}', {intl l='Nauru' locale=$locale}, NULL, NULL, NULL),
|
||
(123, '{$locale}', {intl l='Nepal' locale=$locale}, NULL, NULL, NULL),
|
||
(124, '{$locale}', {intl l='Nicaragua' locale=$locale}, NULL, NULL, NULL),
|
||
(125, '{$locale}', {intl l='Niger' locale=$locale}, NULL, NULL, NULL),
|
||
(126, '{$locale}', {intl l='Nigeria' locale=$locale}, NULL, NULL, NULL),
|
||
(127, '{$locale}', {intl l='Niue' locale=$locale}, NULL, NULL, NULL),
|
||
(128, '{$locale}', {intl l='Norway' locale=$locale}, NULL, NULL, NULL),
|
||
(129, '{$locale}', {intl l='New Zealand' locale=$locale}, NULL, NULL, NULL),
|
||
(130, '{$locale}', {intl l='Oman' locale=$locale}, NULL, NULL, NULL),
|
||
(131, '{$locale}', {intl l='Uganda' locale=$locale}, NULL, NULL, NULL),
|
||
(132, '{$locale}', {intl l='Uzbekistan' locale=$locale}, NULL, NULL, NULL),
|
||
(133, '{$locale}', {intl l='Pakistan' locale=$locale}, NULL, NULL, NULL),
|
||
(134, '{$locale}', {intl l='Panama' locale=$locale}, NULL, NULL, NULL),
|
||
(135, '{$locale}', {intl l='Papua Nueva Guinea' locale=$locale}, NULL, NULL, NULL),
|
||
(136, '{$locale}', {intl l='Paraguay' locale=$locale}, NULL, NULL, NULL),
|
||
(137, '{$locale}', {intl l='Netherlands' locale=$locale}, NULL, NULL, NULL),
|
||
(138, '{$locale}', {intl l='Peru' locale=$locale}, NULL, NULL, NULL),
|
||
(139, '{$locale}', {intl l='Philippines' locale=$locale}, NULL, NULL, NULL),
|
||
(140, '{$locale}', {intl l='Poland' locale=$locale}, NULL, NULL, NULL),
|
||
(141, '{$locale}', {intl l='Portugal' locale=$locale}, NULL, NULL, NULL),
|
||
(142, '{$locale}', {intl l='Qatar' locale=$locale}, NULL, NULL, NULL),
|
||
(143, '{$locale}', {intl l='Central African Republic' locale=$locale}, NULL, NULL, NULL),
|
||
(144, '{$locale}', {intl l='Dominican Republic' locale=$locale}, NULL, NULL, NULL),
|
||
(145, '{$locale}', {intl l='Czech Republic' locale=$locale}, NULL, NULL, NULL),
|
||
(146, '{$locale}', {intl l='Romania' locale=$locale}, NULL, NULL, NULL),
|
||
(147, '{$locale}', {intl l='United Kingdom' locale=$locale}, NULL, NULL, NULL),
|
||
(148, '{$locale}', {intl l='Russia' locale=$locale}, NULL, NULL, NULL),
|
||
(149, '{$locale}', {intl l='Rwanda' locale=$locale}, NULL, NULL, NULL),
|
||
(150, '{$locale}', {intl l='Saint Kitts and Nevis' locale=$locale}, NULL, NULL, NULL),
|
||
(151, '{$locale}', {intl l='Saint Lucia' locale=$locale}, NULL, NULL, NULL),
|
||
(152, '{$locale}', {intl l='San Marino' locale=$locale}, NULL, NULL, NULL),
|
||
(153, '{$locale}', {intl l='Saint Vincent and the Grenadines' locale=$locale}, NULL, NULL, NULL),
|
||
(154, '{$locale}', {intl l='Solomon Islands' locale=$locale}, NULL, NULL, NULL),
|
||
(155, '{$locale}', {intl l='El Salvador' locale=$locale}, NULL, NULL, NULL),
|
||
(156, '{$locale}', {intl l='Western Samoa' locale=$locale}, NULL, NULL, NULL),
|
||
(157, '{$locale}', {intl l='Sao Tome and Principe' locale=$locale}, NULL, NULL, NULL),
|
||
(158, '{$locale}', {intl l='Senegal' locale=$locale}, NULL, NULL, NULL),
|
||
(159, '{$locale}', {intl l='Seychelles' locale=$locale}, NULL, NULL, NULL),
|
||
(160, '{$locale}', {intl l='Sierra Leone' locale=$locale}, NULL, NULL, NULL),
|
||
(161, '{$locale}', {intl l='Singapore' locale=$locale}, NULL, NULL, NULL),
|
||
(162, '{$locale}', {intl l='Slovakia' locale=$locale}, NULL, NULL, NULL),
|
||
(163, '{$locale}', {intl l='Slovenia' locale=$locale}, NULL, NULL, NULL),
|
||
(164, '{$locale}', {intl l='Somalia' locale=$locale}, NULL, NULL, NULL),
|
||
(165, '{$locale}', {intl l='Sudan' locale=$locale}, NULL, NULL, NULL),
|
||
(166, '{$locale}', {intl l='Sri Lanka' locale=$locale}, NULL, NULL, NULL),
|
||
(167, '{$locale}', {intl l='Sweden' locale=$locale}, NULL, NULL, NULL),
|
||
(168, '{$locale}', {intl l='Switzerland' locale=$locale}, NULL, NULL, NULL),
|
||
(169, '{$locale}', {intl l='Suriname' locale=$locale}, NULL, NULL, NULL),
|
||
(170, '{$locale}', {intl l='Swaziland' locale=$locale}, NULL, NULL, NULL),
|
||
(171, '{$locale}', {intl l='Syria' locale=$locale}, NULL, NULL, NULL),
|
||
(172, '{$locale}', {intl l='Tajikistan' locale=$locale}, NULL, NULL, NULL),
|
||
(173, '{$locale}', {intl l='Tanzania' locale=$locale}, NULL, NULL, NULL),
|
||
(174, '{$locale}', {intl l='Chad' locale=$locale}, NULL, NULL, NULL),
|
||
(175, '{$locale}', {intl l='Thailand' locale=$locale}, NULL, NULL, NULL),
|
||
(176, '{$locale}', {intl l='Togo' locale=$locale}, NULL, NULL, NULL),
|
||
(177, '{$locale}', {intl l='Tonga' locale=$locale}, NULL, NULL, NULL),
|
||
(178, '{$locale}', {intl l='Trinidad and Tobago' locale=$locale}, NULL, NULL, NULL),
|
||
(179, '{$locale}', {intl l='Tunisia' locale=$locale}, NULL, NULL, NULL),
|
||
(180, '{$locale}', {intl l='Turkmenistan' locale=$locale}, NULL, NULL, NULL),
|
||
(181, '{$locale}', {intl l='Turkey' locale=$locale}, NULL, NULL, NULL),
|
||
(182, '{$locale}', {intl l='Tuvalu' locale=$locale}, NULL, NULL, NULL),
|
||
(183, '{$locale}', {intl l='Ukraine' locale=$locale}, NULL, NULL, NULL),
|
||
(184, '{$locale}', {intl l='Uruguay' locale=$locale}, NULL, NULL, NULL),
|
||
(185, '{$locale}', {intl l='The Vatican' locale=$locale}, NULL, NULL, NULL),
|
||
(186, '{$locale}', {intl l='Vanuatu' locale=$locale}, NULL, NULL, NULL),
|
||
(187, '{$locale}', {intl l='Venezuela' locale=$locale}, NULL, NULL, NULL),
|
||
(188, '{$locale}', {intl l='Vietnam' locale=$locale}, NULL, NULL, NULL),
|
||
(189, '{$locale}', {intl l='Yemen' locale=$locale}, NULL, NULL, NULL),
|
||
(191, '{$locale}', {intl l='Zaire' locale=$locale}, NULL, NULL, NULL),
|
||
(192, '{$locale}', {intl l='Zambia' locale=$locale}, NULL, NULL, NULL),
|
||
(193, '{$locale}', {intl l='Zimbabwe' locale=$locale}, NULL, NULL, NULL),
|
||
(196, '{$locale}', {intl l='USA' locale=$locale}, NULL, NULL, NULL),
|
||
(246, '{$locale}', {intl l='Canada' locale=$locale}, NULL, NULL, NULL),
|
||
(259, '{$locale}', {intl l='Guadeloupe' locale=$locale}, NULL, NULL, NULL),
|
||
(260, '{$locale}', {intl l='Guyane Française' locale=$locale}, NULL, NULL, NULL),
|
||
(261, '{$locale}', {intl l='Martinique' locale=$locale}, NULL, NULL, NULL),
|
||
(262, '{$locale}', {intl l='Mayotte' locale=$locale}, NULL, NULL, NULL),
|
||
(263, '{$locale}', {intl l='Réunion(La)' locale=$locale}, NULL, NULL, NULL),
|
||
(264, '{$locale}', {intl l='St Pierre et Miquelon' locale=$locale}, NULL, NULL, NULL),
|
||
(265, '{$locale}', {intl l='Nouvelle-Calédonie' locale=$locale}, NULL, NULL, NULL),
|
||
(266, '{$locale}', {intl l='Polynésie française' locale=$locale}, NULL, NULL, NULL),
|
||
(267, '{$locale}', {intl l='Wallis-et-Futuna' locale=$locale}, NULL, NULL, NULL),
|
||
(269, '{$locale}', {intl l='Hong Kong' locale=$locale}, NULL, NULL, NULL),
|
||
(270, '{$locale}', {intl l='Saint Barthélemy' locale=$locale}, NULL, NULL, NULL),
|
||
(271, '{$locale}', {intl l='Saint Martin (French part)' locale=$locale}, NULL, NULL, NULL),
|
||
(272, '{$locale}', {intl l='French Southern Territories' locale=$locale}, NULL, NULL, NULL){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `state_i18n` (`id`, `locale`, `title`) VALUES
|
||
{foreach $locales as $locale}
|
||
|
||
(1, '{$locale}', {intl l='Alabama' locale=$locale}),
|
||
(2, '{$locale}', {intl l='Alaska' locale=$locale}),
|
||
(3, '{$locale}', {intl l='Arizona' locale=$locale}),
|
||
(4, '{$locale}', {intl l='Arkansas' locale=$locale}),
|
||
(5, '{$locale}', {intl l='California' locale=$locale}),
|
||
(6, '{$locale}', {intl l='Colorado' locale=$locale}),
|
||
(7, '{$locale}', {intl l='Connecticut' locale=$locale}),
|
||
(8, '{$locale}', {intl l='Delaware' locale=$locale}),
|
||
(9, '{$locale}', {intl l='Florida' locale=$locale}),
|
||
(10, '{$locale}', {intl l='Georgia' locale=$locale}),
|
||
(11, '{$locale}', {intl l='Hawaii' locale=$locale}),
|
||
(12, '{$locale}', {intl l='Idaho' locale=$locale}),
|
||
(13, '{$locale}', {intl l='Illinois' locale=$locale}),
|
||
(14, '{$locale}', {intl l='Indiana' locale=$locale}),
|
||
(15, '{$locale}', {intl l='Iowa' locale=$locale}),
|
||
(16, '{$locale}', {intl l='Kansas' locale=$locale}),
|
||
(17, '{$locale}', {intl l='Kentucky' locale=$locale}),
|
||
(18, '{$locale}', {intl l='Louisiana' locale=$locale}),
|
||
(19, '{$locale}', {intl l='Maine' locale=$locale}),
|
||
(20, '{$locale}', {intl l='Maryland' locale=$locale}),
|
||
(21, '{$locale}', {intl l='Massachusetts' locale=$locale}),
|
||
(22, '{$locale}', {intl l='Michigan' locale=$locale}),
|
||
(23, '{$locale}', {intl l='Minnesota' locale=$locale}),
|
||
(24, '{$locale}', {intl l='Mississippi' locale=$locale}),
|
||
(25, '{$locale}', {intl l='Missouri' locale=$locale}),
|
||
(26, '{$locale}', {intl l='Montana' locale=$locale}),
|
||
(27, '{$locale}', {intl l='Nebraska' locale=$locale}),
|
||
(28, '{$locale}', {intl l='Nevada' locale=$locale}),
|
||
(29, '{$locale}', {intl l='New Hampshire' locale=$locale}),
|
||
(30, '{$locale}', {intl l='New Jersey' locale=$locale}),
|
||
(31, '{$locale}', {intl l='New Mexico' locale=$locale}),
|
||
(32, '{$locale}', {intl l='New York' locale=$locale}),
|
||
(33, '{$locale}', {intl l='North Carolina' locale=$locale}),
|
||
(34, '{$locale}', {intl l='North Dakota' locale=$locale}),
|
||
(35, '{$locale}', {intl l='Ohio' locale=$locale}),
|
||
(36, '{$locale}', {intl l='Oklahoma' locale=$locale}),
|
||
(37, '{$locale}', {intl l='Oregon' locale=$locale}),
|
||
(38, '{$locale}', {intl l='Pennsylvania' locale=$locale}),
|
||
(39, '{$locale}', {intl l='Rhode Island' locale=$locale}),
|
||
(40, '{$locale}', {intl l='South Carolina' locale=$locale}),
|
||
(41, '{$locale}', {intl l='South Dakota' locale=$locale}),
|
||
(42, '{$locale}', {intl l='Tennessee' locale=$locale}),
|
||
(43, '{$locale}', {intl l='Texas' locale=$locale}),
|
||
(44, '{$locale}', {intl l='Utah' locale=$locale}),
|
||
(45, '{$locale}', {intl l='Vermont' locale=$locale}),
|
||
(46, '{$locale}', {intl l='Virginia' locale=$locale}),
|
||
(47, '{$locale}', {intl l='Washington' locale=$locale}),
|
||
(48, '{$locale}', {intl l='West Virginia' locale=$locale}),
|
||
(49, '{$locale}', {intl l='Wisconsin' locale=$locale}),
|
||
(50, '{$locale}', {intl l='Wyoming' locale=$locale}),
|
||
(51, '{$locale}', {intl l='Puerto Rico' locale=$locale}),
|
||
(52, '{$locale}', {intl l='US Virgin Islands' locale=$locale}),
|
||
(53, '{$locale}', {intl l='District of Columbia' locale=$locale}),
|
||
(54, '{$locale}', {intl l='Aguascalientes' locale=$locale}),
|
||
(55, '{$locale}', {intl l='Baja California' locale=$locale}),
|
||
(56, '{$locale}', {intl l='Baja California Sur' locale=$locale}),
|
||
(57, '{$locale}', {intl l='Campeche' locale=$locale}),
|
||
(58, '{$locale}', {intl l='Chiapas' locale=$locale}),
|
||
(59, '{$locale}', {intl l='Chihuahua' locale=$locale}),
|
||
(60, '{$locale}', {intl l='Coahuila' locale=$locale}),
|
||
(61, '{$locale}', {intl l='Colima' locale=$locale}),
|
||
(62, '{$locale}', {intl l='Distrito Federal' locale=$locale}),
|
||
(63, '{$locale}', {intl l='Durango' locale=$locale}),
|
||
(64, '{$locale}', {intl l='Guanajuato' locale=$locale}),
|
||
(65, '{$locale}', {intl l='Guerrero' locale=$locale}),
|
||
(66, '{$locale}', {intl l='Hidalgo' locale=$locale}),
|
||
(67, '{$locale}', {intl l='Jalisco' locale=$locale}),
|
||
(68, '{$locale}', {intl l='Estado de México' locale=$locale}),
|
||
(69, '{$locale}', {intl l='Michoacán' locale=$locale}),
|
||
(70, '{$locale}', {intl l='Morelos' locale=$locale}),
|
||
(71, '{$locale}', {intl l='Nayarit' locale=$locale}),
|
||
(72, '{$locale}', {intl l='Nuevo León' locale=$locale}),
|
||
(73, '{$locale}', {intl l='Oaxaca' locale=$locale}),
|
||
(74, '{$locale}', {intl l='Puebla' locale=$locale}),
|
||
(75, '{$locale}', {intl l='Querétaro' locale=$locale}),
|
||
(76, '{$locale}', {intl l='Quintana Roo' locale=$locale}),
|
||
(77, '{$locale}', {intl l='San Luis Potosí' locale=$locale}),
|
||
(78, '{$locale}', {intl l='Sinaloa' locale=$locale}),
|
||
(79, '{$locale}', {intl l='Sonora' locale=$locale}),
|
||
(80, '{$locale}', {intl l='Tabasco' locale=$locale}),
|
||
(81, '{$locale}', {intl l='Tamaulipas' locale=$locale}),
|
||
(82, '{$locale}', {intl l='Tlaxcala' locale=$locale}),
|
||
(83, '{$locale}', {intl l='Veracruz' locale=$locale}),
|
||
(84, '{$locale}', {intl l='Yucatán' locale=$locale}),
|
||
(85, '{$locale}', {intl l='Zacatecas' locale=$locale}),
|
||
(86, '{$locale}', {intl l='Ontario' locale=$locale}),
|
||
(87, '{$locale}', {intl l='Quebec' locale=$locale}),
|
||
(88, '{$locale}', {intl l='British Columbia' locale=$locale}),
|
||
(89, '{$locale}', {intl l='Alberta' locale=$locale}),
|
||
(90, '{$locale}', {intl l='Manitoba' locale=$locale}),
|
||
(91, '{$locale}', {intl l='Saskatchewan' locale=$locale}),
|
||
(92, '{$locale}', {intl l='Nova Scotia' locale=$locale}),
|
||
(93, '{$locale}', {intl l='New Brunswick' locale=$locale}),
|
||
(94, '{$locale}', {intl l='Newfoundland and Labrador' locale=$locale}),
|
||
(95, '{$locale}', {intl l='Prince Edward Island' locale=$locale}),
|
||
(96, '{$locale}', {intl l='Northwest Territories' locale=$locale}),
|
||
(97, '{$locale}', {intl l='Yukon' locale=$locale}),
|
||
(98, '{$locale}', {intl l='Nunavut' locale=$locale}),
|
||
(99, '{$locale}', {intl l='Buenos Aires' locale=$locale}),
|
||
(100, '{$locale}', {intl l='Catamarca' locale=$locale}),
|
||
(101, '{$locale}', {intl l='Chaco' locale=$locale}),
|
||
(102, '{$locale}', {intl l='Chubut' locale=$locale}),
|
||
(103, '{$locale}', {intl l='Ciudad de Buenos Aires' locale=$locale}),
|
||
(104, '{$locale}', {intl l='Córdoba' locale=$locale}),
|
||
(105, '{$locale}', {intl l='Corrientes' locale=$locale}),
|
||
(106, '{$locale}', {intl l='Entre Ríos' locale=$locale}),
|
||
(107, '{$locale}', {intl l='Formosa' locale=$locale}),
|
||
(108, '{$locale}', {intl l='Jujuy' locale=$locale}),
|
||
(109, '{$locale}', {intl l='La Pampa' locale=$locale}),
|
||
(110, '{$locale}', {intl l='La Rioja' locale=$locale}),
|
||
(111, '{$locale}', {intl l='Mendoza' locale=$locale}),
|
||
(112, '{$locale}', {intl l='Misiones' locale=$locale}),
|
||
(113, '{$locale}', {intl l='Neuquén' locale=$locale}),
|
||
(114, '{$locale}', {intl l='Río Negro' locale=$locale}),
|
||
(115, '{$locale}', {intl l='Salta' locale=$locale}),
|
||
(116, '{$locale}', {intl l='San Juan' locale=$locale}),
|
||
(117, '{$locale}', {intl l='San Luis' locale=$locale}),
|
||
(118, '{$locale}', {intl l='Santa Cruz' locale=$locale}),
|
||
(119, '{$locale}', {intl l='Santa Fe' locale=$locale}),
|
||
(120, '{$locale}', {intl l='Santiago del Estero' locale=$locale}),
|
||
(121, '{$locale}', {intl l='Tierra del Fuego' locale=$locale}),
|
||
(122, '{$locale}', {intl l='Tucumán' locale=$locale}),
|
||
(123, '{$locale}', {intl l='Agrigento' locale=$locale}),
|
||
(124, '{$locale}', {intl l='Alessandria' locale=$locale}),
|
||
(125, '{$locale}', {intl l='Ancona' locale=$locale}),
|
||
(126, '{$locale}', {intl l='Aosta' locale=$locale}),
|
||
(127, '{$locale}', {intl l='Arezzo' locale=$locale}),
|
||
(128, '{$locale}', {intl l='Ascoli Piceno' locale=$locale}),
|
||
(129, '{$locale}', {intl l='Asti' locale=$locale}),
|
||
(130, '{$locale}', {intl l='Avellino' locale=$locale}),
|
||
(131, '{$locale}', {intl l='Bari' locale=$locale}),
|
||
(132, '{$locale}', {intl l='Barletta-Andria-Trani' locale=$locale}),
|
||
(133, '{$locale}', {intl l='Belluno' locale=$locale}),
|
||
(134, '{$locale}', {intl l='Benevento' locale=$locale}),
|
||
(135, '{$locale}', {intl l='Bergamo' locale=$locale}),
|
||
(136, '{$locale}', {intl l='Biella' locale=$locale}),
|
||
(137, '{$locale}', {intl l='Bologna' locale=$locale}),
|
||
(138, '{$locale}', {intl l='Bolzano' locale=$locale}),
|
||
(139, '{$locale}', {intl l='Brescia' locale=$locale}),
|
||
(140, '{$locale}', {intl l='Brindisi' locale=$locale}),
|
||
(141, '{$locale}', {intl l='Cagliari' locale=$locale}),
|
||
(142, '{$locale}', {intl l='Caltanissetta' locale=$locale}),
|
||
(143, '{$locale}', {intl l='Campobasso' locale=$locale}),
|
||
(144, '{$locale}', {intl l='Carbonia-Iglesias' locale=$locale}),
|
||
(145, '{$locale}', {intl l='Caserta' locale=$locale}),
|
||
(146, '{$locale}', {intl l='Catania' locale=$locale}),
|
||
(147, '{$locale}', {intl l='Catanzaro' locale=$locale}),
|
||
(148, '{$locale}', {intl l='Chieti' locale=$locale}),
|
||
(149, '{$locale}', {intl l='Como' locale=$locale}),
|
||
(150, '{$locale}', {intl l='Cosenza' locale=$locale}),
|
||
(151, '{$locale}', {intl l='Cremona' locale=$locale}),
|
||
(152, '{$locale}', {intl l='Crotone' locale=$locale}),
|
||
(153, '{$locale}', {intl l='Cuneo' locale=$locale}),
|
||
(154, '{$locale}', {intl l='Enna' locale=$locale}),
|
||
(155, '{$locale}', {intl l='Fermo' locale=$locale}),
|
||
(156, '{$locale}', {intl l='Ferrara' locale=$locale}),
|
||
(157, '{$locale}', {intl l='Firenze' locale=$locale}),
|
||
(158, '{$locale}', {intl l='Foggia' locale=$locale}),
|
||
(159, '{$locale}', {intl l='Forlì-Cesena' locale=$locale}),
|
||
(160, '{$locale}', {intl l='Frosinone' locale=$locale}),
|
||
(161, '{$locale}', {intl l='Genova' locale=$locale}),
|
||
(162, '{$locale}', {intl l='Gorizia' locale=$locale}),
|
||
(163, '{$locale}', {intl l='Grosseto' locale=$locale}),
|
||
(164, '{$locale}', {intl l='Imperia' locale=$locale}),
|
||
(165, '{$locale}', {intl l='Isernia' locale=$locale}),
|
||
(166, '{$locale}', {intl l='L\'Aquila' locale=$locale}),
|
||
(167, '{$locale}', {intl l='La Spezia' locale=$locale}),
|
||
(168, '{$locale}', {intl l='Latina' locale=$locale}),
|
||
(169, '{$locale}', {intl l='Lecce' locale=$locale}),
|
||
(170, '{$locale}', {intl l='Lecco' locale=$locale}),
|
||
(171, '{$locale}', {intl l='Livorno' locale=$locale}),
|
||
(172, '{$locale}', {intl l='Lodi' locale=$locale}),
|
||
(173, '{$locale}', {intl l='Lucca' locale=$locale}),
|
||
(174, '{$locale}', {intl l='Macerata' locale=$locale}),
|
||
(175, '{$locale}', {intl l='Mantova' locale=$locale}),
|
||
(176, '{$locale}', {intl l='Massa' locale=$locale}),
|
||
(177, '{$locale}', {intl l='Matera' locale=$locale}),
|
||
(178, '{$locale}', {intl l='Medio Campidano' locale=$locale}),
|
||
(179, '{$locale}', {intl l='Messina' locale=$locale}),
|
||
(180, '{$locale}', {intl l='Milano' locale=$locale}),
|
||
(181, '{$locale}', {intl l='Modena' locale=$locale}),
|
||
(182, '{$locale}', {intl l='Monza e della Brianza' locale=$locale}),
|
||
(183, '{$locale}', {intl l='Napoli' locale=$locale}),
|
||
(184, '{$locale}', {intl l='Novara' locale=$locale}),
|
||
(185, '{$locale}', {intl l='Nuoro' locale=$locale}),
|
||
(186, '{$locale}', {intl l='Ogliastra' locale=$locale}),
|
||
(187, '{$locale}', {intl l='Olbia-Tempio' locale=$locale}),
|
||
(188, '{$locale}', {intl l='Oristano' locale=$locale}),
|
||
(189, '{$locale}', {intl l='Padova' locale=$locale}),
|
||
(190, '{$locale}', {intl l='Palermo' locale=$locale}),
|
||
(191, '{$locale}', {intl l='Parma' locale=$locale}),
|
||
(192, '{$locale}', {intl l='Pavia' locale=$locale}),
|
||
(193, '{$locale}', {intl l='Perugia' locale=$locale}),
|
||
(194, '{$locale}', {intl l='Pesaro-Urbino' locale=$locale}),
|
||
(195, '{$locale}', {intl l='Pescara' locale=$locale}),
|
||
(196, '{$locale}', {intl l='Piacenza' locale=$locale}),
|
||
(197, '{$locale}', {intl l='Pisa' locale=$locale}),
|
||
(198, '{$locale}', {intl l='Pistoia' locale=$locale}),
|
||
(199, '{$locale}', {intl l='Pordenone' locale=$locale}),
|
||
(200, '{$locale}', {intl l='Potenza' locale=$locale}),
|
||
(201, '{$locale}', {intl l='Prato' locale=$locale}),
|
||
(202, '{$locale}', {intl l='Ragusa' locale=$locale}),
|
||
(203, '{$locale}', {intl l='Ravenna' locale=$locale}),
|
||
(204, '{$locale}', {intl l='Reggio Calabria' locale=$locale}),
|
||
(205, '{$locale}', {intl l='Reggio Emilia' locale=$locale}),
|
||
(206, '{$locale}', {intl l='Rieti' locale=$locale}),
|
||
(207, '{$locale}', {intl l='Rimini' locale=$locale}),
|
||
(208, '{$locale}', {intl l='Roma' locale=$locale}),
|
||
(209, '{$locale}', {intl l='Rovigo' locale=$locale}),
|
||
(210, '{$locale}', {intl l='Salerno' locale=$locale}),
|
||
(211, '{$locale}', {intl l='Sassari' locale=$locale}),
|
||
(212, '{$locale}', {intl l='Savona' locale=$locale}),
|
||
(213, '{$locale}', {intl l='Siena' locale=$locale}),
|
||
(214, '{$locale}', {intl l='Siracusa' locale=$locale}),
|
||
(215, '{$locale}', {intl l='Sondrio' locale=$locale}),
|
||
(216, '{$locale}', {intl l='Taranto' locale=$locale}),
|
||
(217, '{$locale}', {intl l='Teramo' locale=$locale}),
|
||
(218, '{$locale}', {intl l='Terni' locale=$locale}),
|
||
(219, '{$locale}', {intl l='Torino' locale=$locale}),
|
||
(220, '{$locale}', {intl l='Trapani' locale=$locale}),
|
||
(221, '{$locale}', {intl l='Trento' locale=$locale}),
|
||
(222, '{$locale}', {intl l='Treviso' locale=$locale}),
|
||
(223, '{$locale}', {intl l='Trieste' locale=$locale}),
|
||
(224, '{$locale}', {intl l='Udine' locale=$locale}),
|
||
(225, '{$locale}', {intl l='Varese' locale=$locale}),
|
||
(226, '{$locale}', {intl l='Venezia' locale=$locale}),
|
||
(227, '{$locale}', {intl l='Verbano-Cusio-Ossola' locale=$locale}),
|
||
(228, '{$locale}', {intl l='Vercelli' locale=$locale}),
|
||
(229, '{$locale}', {intl l='Verona' locale=$locale}),
|
||
(230, '{$locale}', {intl l='Vibo Valentia' locale=$locale}),
|
||
(231, '{$locale}', {intl l='Vicenza' locale=$locale}),
|
||
(232, '{$locale}', {intl l='Viterbo' locale=$locale}),
|
||
(233, '{$locale}', {intl l='Aceh' locale=$locale}),
|
||
(234, '{$locale}', {intl l='Bali' locale=$locale}),
|
||
(235, '{$locale}', {intl l='Bangka' locale=$locale}),
|
||
(236, '{$locale}', {intl l='Banten' locale=$locale}),
|
||
(237, '{$locale}', {intl l='Bengkulu' locale=$locale}),
|
||
(238, '{$locale}', {intl l='Central Java' locale=$locale}),
|
||
(239, '{$locale}', {intl l='Central Kalimantan' locale=$locale}),
|
||
(240, '{$locale}', {intl l='Central Sulawesi' locale=$locale}),
|
||
(241, '{$locale}', {intl l='Coat of arms of East Java' locale=$locale}),
|
||
(242, '{$locale}', {intl l='East kalimantan' locale=$locale}),
|
||
(243, '{$locale}', {intl l='East Nusa Tenggara' locale=$locale}),
|
||
(244, '{$locale}', {intl l='Lambang propinsi' locale=$locale}),
|
||
(245, '{$locale}', {intl l='Jakarta' locale=$locale}),
|
||
(246, '{$locale}', {intl l='Jambi' locale=$locale}),
|
||
(247, '{$locale}', {intl l='Lampung' locale=$locale}),
|
||
(248, '{$locale}', {intl l='Maluku' locale=$locale}),
|
||
(249, '{$locale}', {intl l='North Maluku' locale=$locale}),
|
||
(250, '{$locale}', {intl l='North Sulawesi' locale=$locale}),
|
||
(251, '{$locale}', {intl l='North Sumatra' locale=$locale}),
|
||
(252, '{$locale}', {intl l='Papua' locale=$locale}),
|
||
(253, '{$locale}', {intl l='Riau' locale=$locale}),
|
||
(254, '{$locale}', {intl l='Lambang Riau' locale=$locale}),
|
||
(255, '{$locale}', {intl l='Southeast Sulawesi' locale=$locale}),
|
||
(256, '{$locale}', {intl l='South Kalimantan' locale=$locale}),
|
||
(257, '{$locale}', {intl l='South Sulawesi' locale=$locale}),
|
||
(258, '{$locale}', {intl l='South Sumatra' locale=$locale}),
|
||
(259, '{$locale}', {intl l='West Java' locale=$locale}),
|
||
(260, '{$locale}', {intl l='West Kalimantan' locale=$locale}),
|
||
(261, '{$locale}', {intl l='West Nusa Tenggara' locale=$locale}),
|
||
(262, '{$locale}', {intl l='Lambang Provinsi Papua Barat' locale=$locale}),
|
||
(263, '{$locale}', {intl l='West Sulawesi' locale=$locale}),
|
||
(264, '{$locale}', {intl l='West Sumatra' locale=$locale}),
|
||
(265, '{$locale}', {intl l='Yogyakarta' locale=$locale}),
|
||
(266, '{$locale}', {intl l='Aichi' locale=$locale}),
|
||
(267, '{$locale}', {intl l='Akita' locale=$locale}),
|
||
(268, '{$locale}', {intl l='Aomori' locale=$locale}),
|
||
(269, '{$locale}', {intl l='Chiba' locale=$locale}),
|
||
(270, '{$locale}', {intl l='Ehime' locale=$locale}),
|
||
(271, '{$locale}', {intl l='Fukui' locale=$locale}),
|
||
(272, '{$locale}', {intl l='Fukuoka' locale=$locale}),
|
||
(273, '{$locale}', {intl l='Fukushima' locale=$locale}),
|
||
(274, '{$locale}', {intl l='Gifu' locale=$locale}),
|
||
(275, '{$locale}', {intl l='Gunma' locale=$locale}),
|
||
(276, '{$locale}', {intl l='Hiroshima' locale=$locale}),
|
||
(277, '{$locale}', {intl l='Hokkaido' locale=$locale}),
|
||
(278, '{$locale}', {intl l='Hyogo' locale=$locale}),
|
||
(279, '{$locale}', {intl l='Ibaraki' locale=$locale}),
|
||
(280, '{$locale}', {intl l='Ishikawa' locale=$locale}),
|
||
(281, '{$locale}', {intl l='Iwate' locale=$locale}),
|
||
(282, '{$locale}', {intl l='Kagawa' locale=$locale}),
|
||
(283, '{$locale}', {intl l='Kagoshima' locale=$locale}),
|
||
(284, '{$locale}', {intl l='Kanagawa' locale=$locale}),
|
||
(285, '{$locale}', {intl l='Kochi' locale=$locale}),
|
||
(286, '{$locale}', {intl l='Kumamoto' locale=$locale}),
|
||
(287, '{$locale}', {intl l='Kyoto' locale=$locale}),
|
||
(288, '{$locale}', {intl l='Mie' locale=$locale}),
|
||
(289, '{$locale}', {intl l='Miyagi' locale=$locale}),
|
||
(290, '{$locale}', {intl l='Miyazaki' locale=$locale}),
|
||
(291, '{$locale}', {intl l='Nagano' locale=$locale}),
|
||
(292, '{$locale}', {intl l='Nagasaki' locale=$locale}),
|
||
(293, '{$locale}', {intl l='Nara' locale=$locale}),
|
||
(294, '{$locale}', {intl l='Niigata' locale=$locale}),
|
||
(295, '{$locale}', {intl l='Oita' locale=$locale}),
|
||
(296, '{$locale}', {intl l='Okayama' locale=$locale}),
|
||
(297, '{$locale}', {intl l='Okinawa' locale=$locale}),
|
||
(298, '{$locale}', {intl l='Osaka' locale=$locale}),
|
||
(299, '{$locale}', {intl l='Saga' locale=$locale}),
|
||
(300, '{$locale}', {intl l='Saitama' locale=$locale}),
|
||
(301, '{$locale}', {intl l='Shiga' locale=$locale}),
|
||
(302, '{$locale}', {intl l='Shimane' locale=$locale}),
|
||
(303, '{$locale}', {intl l='Shizuoka' locale=$locale}),
|
||
(304, '{$locale}', {intl l='Tochigi' locale=$locale}),
|
||
(305, '{$locale}', {intl l='Tokushima' locale=$locale}),
|
||
(306, '{$locale}', {intl l='Tokyo' locale=$locale}),
|
||
(307, '{$locale}', {intl l='Tottori' locale=$locale}),
|
||
(308, '{$locale}', {intl l='Toyama' locale=$locale}),
|
||
(309, '{$locale}', {intl l='Wakayama' locale=$locale}),
|
||
(310, '{$locale}', {intl l='Yamagata' locale=$locale}),
|
||
(311, '{$locale}', {intl l='Yamaguchi' locale=$locale}),
|
||
(312, '{$locale}', {intl l='Yamanashi' locale=$locale}){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
|
||
INSERT INTO `tax_i18n` (`id`, `locale`, `title`, `description`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='French 20% VAT' locale=$locale}, NULL),
|
||
(2, '{$locale}', {intl l='French 10% VAT' locale=$locale}, NULL){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `tax_rule_i18n` (`id`, `locale`, `title`, `description`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Default Tax Rule' locale=$locale}, {intl l='French 20% VAT for all European countries (metropolitan only)' locale=$locale}),
|
||
(2, '{$locale}', {intl l='French 10% VAT (France only)' locale=$locale}, {intl l='French 10% VAT (for metropolitan France only)' locale=$locale}){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `order_status_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Not paid' locale=$locale}, '', '', ''),
|
||
(2, '{$locale}', {intl l='Paid' locale=$locale}, '', '', ''),
|
||
(3, '{$locale}', {intl l='Processing' locale=$locale}, '', '', ''),
|
||
(4, '{$locale}', {intl l='Sent' locale=$locale}, '', '', ''),
|
||
(5, '{$locale}', {intl l='Canceled' locale=$locale}, '', '', ''),
|
||
(6, '{$locale}', {intl l='Refunded' locale=$locale}, '', '', ''){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
INSERT INTO `resource_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Address' locale=$locale}, NULL, NULL, NULL),
|
||
(2, '{$locale}', {intl l='Configuration / Administrator' locale=$locale}, NULL, NULL, NULL),
|
||
(3, '{$locale}', {intl l='Configuration / Area' locale=$locale}, NULL, NULL, NULL),
|
||
(4, '{$locale}', {intl l='Configuration / Attribute' locale=$locale}, NULL, NULL, NULL),
|
||
(5, '{$locale}', {intl l='Category' locale=$locale}, NULL, NULL, NULL),
|
||
(6, '{$locale}', {intl l='Configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(7, '{$locale}', {intl l='Content' locale=$locale}, NULL, NULL, NULL),
|
||
(8, '{$locale}', {intl l='Configuration / Country' locale=$locale}, NULL, NULL, NULL),
|
||
(9, '{$locale}', {intl l='Coupon' locale=$locale}, NULL, NULL, NULL),
|
||
(10, '{$locale}', {intl l='Configuration / Currency' locale=$locale}, NULL, NULL, NULL),
|
||
(11, '{$locale}', {intl l='Customer' locale=$locale}, NULL, NULL, NULL),
|
||
(12, '{$locale}', {intl l='Configuration / Feature' locale=$locale}, NULL, NULL, NULL),
|
||
(13, '{$locale}', {intl l='Folder' locale=$locale}, NULL, NULL, NULL),
|
||
(14, '{$locale}', {intl l='Configuration / Language' locale=$locale}, NULL, NULL, NULL),
|
||
(15, '{$locale}', {intl l='Configuration / Mailing-system' locale=$locale}, NULL, NULL, NULL),
|
||
(16, '{$locale}', {intl l='Configuration / Message' locale=$locale}, NULL, NULL, NULL),
|
||
(17, '{$locale}', {intl l='Configuration / Module' locale=$locale}, NULL, NULL, NULL),
|
||
(18, '{$locale}', {intl l='Order' locale=$locale}, NULL, NULL, NULL),
|
||
(19, '{$locale}', {intl l='Product' locale=$locale}, NULL, NULL, NULL),
|
||
(20, '{$locale}', {intl l='Configuration / Profile' locale=$locale}, NULL, NULL, NULL),
|
||
(21, '{$locale}', {intl l='Configuration / Shipping-zone' locale=$locale}, NULL, NULL, NULL),
|
||
(22, '{$locale}', {intl l='Configuration / Tax' locale=$locale}, NULL, NULL, NULL),
|
||
(23, '{$locale}', {intl l='Configuration / Template' locale=$locale}, NULL, NULL, NULL),
|
||
(24, '{$locale}', {intl l='Configuration / System Log' locale=$locale}, NULL, NULL, NULL),
|
||
(25, '{$locale}', {intl l='Configuration / Cache' locale=$locale}, NULL, NULL, NULL),
|
||
(26, '{$locale}', {intl l='Back-office home page' locale=$locale}, NULL, NULL, NULL),
|
||
(27, '{$locale}', {intl l='Store information configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(28, '{$locale}', {intl l='Configuration variables' locale=$locale}, NULL, NULL, NULL),
|
||
(29, '{$locale}', {intl l='View administration logs' locale=$locale}, NULL, NULL, NULL),
|
||
(30, '{$locale}', {intl l='Logging system configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(31, '{$locale}', {intl l='Advanced configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(32, '{$locale}', {intl l='Translations' locale=$locale}, NULL, NULL, NULL),
|
||
(33, '{$locale}', {intl l='Back-office export management' locale=$locale}, NULL, NULL, NULL),
|
||
(34, '{$locale}', {intl l='Tools panel' locale=$locale}, NULL, NULL, NULL),
|
||
(35, '{$locale}', {intl l='Brands management' locale=$locale}, NULL, NULL, NULL),
|
||
(36, '{$locale}', {intl l='Hooks' locale=$locale}, NULL, NULL, NULL),
|
||
(37, '{$locale}', {intl l='Hook positions' locale=$locale}, NULL, NULL, NULL),
|
||
(38, '{$locale}', {intl l='Sales management' locale=$locale}, NULL, NULL, NULL),
|
||
(39, '{$locale}', {intl l='Administatros list' locale=$locale}, NULL, NULL, NULL),
|
||
(40, '{$locale}', {intl l='Category configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(41, '{$locale}', {intl l='Shipping configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(42, '{$locale}', {intl l='Tax rules configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(43, '{$locale}', {intl l='Hooks management' locale=$locale}, NULL, NULL, NULL),
|
||
(44, '{$locale}', {intl l='Data import / export' locale=$locale}, NULL, NULL, NULL),
|
||
(45, '{$locale}', {intl l='Modules maagement' locale=$locale}, NULL, NULL, NULL),
|
||
(46, '{$locale}', {intl l='Administration profiles management' locale=$locale}, NULL, NULL, NULL),
|
||
(47, '{$locale}', {intl l='Back-office search function' locale=$locale}, NULL, NULL, NULL),
|
||
(48, '{$locale}', {intl l='API Configuration' locale=$locale}, NULL, NULL, NULL),
|
||
(49, '{$locale}', {intl l='Customer title' locale=$locale}, NULL, NULL, NULL),
|
||
(50, '{$locale}', {intl l='Configuration order status' locale=$locale}, NULL, NULL, NULL){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|
||
|
||
|
||
INSERT INTO `message_i18n` (`id`, `locale`, `title`, `subject`, `text_message`, `html_message`) VALUES
|
||
{foreach $locales as $locale}
|
||
(1, '{$locale}', {intl l='Order confirmation sent to the customer' locale=$locale}, {intl l='Your order {$order_ref} at {config key="store_name"}' locale=$locale}, NULL, NULL),
|
||
(2, '{$locale}', {intl l='Your new password' locale=$locale}, {intl l='Your new password for {config key="store_name"}' locale=$locale}, NULL, NULL),
|
||
(3, '{$locale}', {intl l='Message sent to the shop owner when a new order is placed' locale=$locale}, {intl l='New order {$order_ref} placed on {config key="store_name"}' locale=$locale}, NULL, NULL),
|
||
(4, '{$locale}', {intl l='Mail sent to the customer when its password or email is changed in the back-office' locale=$locale}, {intl l='Your account information on {config key="store_name"} has been changed.' locale=$locale}, NULL, NULL),
|
||
(5, '{$locale}', {intl l='Mail sent to the customer when its account is created by an administrator in the back-office' locale=$locale}, {intl l='A {config key="store_name"} account has been created for you' locale=$locale}, NULL, NULL),
|
||
(6, '{$locale}', {intl l='Mail sent to an administrator who requested a new password' locale=$locale}, {intl l='New password request on %store' store={config key="store_name"} locale=$locale}, NULL, NULL),
|
||
(7, '{$locale}', {intl l='Newsletter subscription confirmation mail' locale=$locale}, {intl l='Your subscription to %store newsletter' locale=$locale}, NULL, NULL),
|
||
(8, '{$locale}', {intl l='Mail sent to the customer to confirm its account' locale=$locale}, {intl l='Confirm your %store account' locale=$locale}, NULL, NULL){if ! $locale@last},{/if}
|
||
|
||
{/foreach}
|
||
;
|