7695 lines
415 KiB
SQL
7695 lines
415 KiB
SQL
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', '0', 0, 0, NOW(), NOW()),
|
||
(7, 'imagine_graphic_driver', 'gd', 0, 0, NOW(), NOW()),
|
||
(8, 'default_images_quality_percent', '75', 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','2.3.3', 1, 1, NOW(), NOW()),
|
||
(44, 'thelia_major_version','2', 1, 1, NOW(), NOW()),
|
||
(45, 'thelia_minus_version','3', 1, 1, NOW(), NOW()),
|
||
(46, 'thelia_release_version','3', 1, 1, NOW(), NOW()),
|
||
(47, 'thelia_extra_version','', 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())
|
||
;
|
||
|
||
INSERT INTO `module` (`id`, `code`, `type`, `activate`, `position`, `full_namespace`, `created_at`, `updated_at`) VALUES
|
||
(1, 'Carousel', 1, 0, 1, 'Carousel\\Carousel', NOW(), NOW()),
|
||
(2, 'Colissimo', 2, 0, 1, 'Colissimo\\Colissimo', NOW(), NOW()),
|
||
(3, 'Cheque', 3, 0, 1, 'Cheque\\Cheque', NOW(), NOW()),
|
||
(4, 'Front', 1, 1, 2, 'Front\\Front', NOW(), NOW()),
|
||
(5, 'Tinymce', 1, 0, 16, 'Tinymce\\Tinymce', NOW(), NOW()),
|
||
(6, 'HookNavigation', 1, 1, 11, 'HookNavigation\\HookNavigation', NOW(), NOW()),
|
||
(7, 'HookCurrency', 1, 1, 3, 'HookCurrency\\HookCurrency', NOW(), NOW()),
|
||
(8, 'HookLang', 1, 1, 4, 'HookLang\\HookLang', NOW(), NOW()),
|
||
(9, 'HookSearch', 1, 1, 5, 'HookSearch\\HookSearch', NOW(), NOW()),
|
||
(10, 'HookCustomer', 1, 1, 6, 'HookCustomer\\HookCustomer', NOW(), NOW()),
|
||
(11, 'HookCart', 1, 1, 7, 'HookCart\\HookCart', NOW(), NOW()),
|
||
(12, 'HookAnalytics', 1, 1, 8, 'HookAnalytics\\HookAnalytics', NOW(), NOW()),
|
||
(13, 'HookContact', 1, 1, 9, 'HookContact\\HookContact', NOW(), NOW()),
|
||
(14, 'HookLinks', 1, 1, 10, 'HookLinks\\HookLinks', NOW(), NOW()),
|
||
(15, 'HookNewsletter', 1, 1, 12, 'HookNewsletter\\HookNewsletter', NOW(), NOW()),
|
||
(16, 'HookSocial', 1, 1, 13, 'HookSocial\\HookSocial', NOW(), NOW()),
|
||
(17, 'HookProductsNew', 1, 1, 14, 'HookProductsNew\\HookProductsNew', NOW(), NOW()),
|
||
(18, 'HookProductsOffer', 1, 1, 15, 'HookProductsOffer\\HookProductsOffer', NOW(), NOW()),
|
||
(19, 'TheliaSmarty', 1, 1, 16, 'TheliaSmarty\\TheliaSmarty', NOW(), NOW()),
|
||
(20, 'VirtualProductControl', 1, 1, 17, 'VirtualProductControl\\VirtualProductControl', NOW(), NOW()),
|
||
(21, 'HookAdminHome', 1, 1, 18, 'HookAdminHome\\HookAdminHome', 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())
|
||
;
|
||
|
||
-- 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());
|
||
|
||
-- 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())
|
||
;
|
||
|
||
-- 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())
|
||
;
|
||
|
||
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`, `created_at`, `updated_at`) VALUES
|
||
(1, 'not_paid', NOW(), NOW()),
|
||
(2, 'paid', NOW(), NOW()),
|
||
(3, 'processing', NOW(), NOW()),
|
||
(4, 'sent', NOW(), NOW()),
|
||
(5, 'canceled', NOW(), NOW()),
|
||
(6, 'refunded', 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())
|
||
;
|
||
|
||
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())
|
||
;
|
||
|
||
/**
|
||
I18n
|
||
*/
|
||
|
||
INSERT INTO `config_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
(1, 'de_DE', 'Verfügbaren Lagerbestand prüfen (1) oder ignorieren (0) beim Anzeigen und Änderung der bestellte Menge', NULL, NULL, NULL),
|
||
(2, 'de_DE', 'Name der aktiven Front Office Template', NULL, NULL, NULL),
|
||
(3, 'de_DE', 'Name der aktiven Back Office Template', NULL, NULL, NULL),
|
||
(4, 'de_DE', 'Name der aktiven PDF Template', NULL, NULL, NULL),
|
||
(5, 'de_DE', 'Name der aktiven E-Mail Template', NULL, NULL, NULL),
|
||
(6, 'de_DE', 'Aktivieren (1) oder deaktivieren (0) URL Überschreibung', NULL, NULL, NULL),
|
||
(7, 'de_DE', 'Name des Grafik-Treibers, der von der Imagine-Bibliothek verwendet wird (siehe https://imagine.readthedocs.org)', NULL, NULL, NULL),
|
||
(8, 'de_DE', 'Die Standardqualität (in%) der erzeugten Bilder', NULL, NULL, NULL),
|
||
(9, 'de_DE', 'Wie werden die Originalbilder (volle Auflösung) im Webspace ausgeliefert (symlink or copy)', NULL, NULL, NULL),
|
||
(10, 'de_DE', 'Wie werden Dokumentdateien im Webspace (Symlink oder Kopie) ausgeliefert', NULL, NULL, NULL),
|
||
(11, 'de_DE', 'Pfad zu dem Verzeichnis, in dem Bilder gespeichert sind', NULL, NULL, NULL),
|
||
(12, 'de_DE', 'Pfad zu dem Verzeichnis, in dem Dokumente gespeichert sind', NULL, NULL, NULL),
|
||
(13, 'de_DE', 'Der Pfad zum Bild-Cache-Verzeichnis in dem Web-Space', NULL, NULL, NULL),
|
||
(14, 'de_DE', 'Der Pfad zum Dokument-Cache-Verzeichnis in dem Web-Space', NULL, NULL, NULL),
|
||
(15, 'de_DE', 'Name der Seite 404 (unauffindbar) in dem aktuellen Modell (mit der Dateinamenerweiterung 404.html zum Beispiel)', NULL, NULL, NULL),
|
||
(16, 'de_DE', 'Name des Templates zurückgegeben, wenn eine veraltete (oder inaktive) Produkt-URL aufgerufen wird', NULL, NULL, NULL),
|
||
(17, 'de_DE', 'Anzeigt und verwendet Preise mit (0) oder ohne (1) Taxen', NULL, NULL, NULL),
|
||
(18, 'de_DE', 'Template Assets automatisch bei Codeänderungen kompilieren? (1 = ja, 0 = nein)', NULL, NULL, NULL),
|
||
(19, 'de_DE', 'Name des Cookies \"Remember me\" für die Administratoren', NULL, NULL, NULL),
|
||
(20, 'de_DE', 'Ablaufzeit in Sekunden des Cookies \"Remember me\" für die Administratoren', NULL, NULL, NULL),
|
||
(21, 'de_DE', 'Name des Cookies \"Remember me\" für die Kunden', NULL, NULL, NULL),
|
||
(22, 'de_DE', 'Ablaufzeit in Sekunden des Cookies \"Remember me\" für die Kunden', NULL, NULL, NULL),
|
||
(23, 'de_DE', 'Shops Basis-URL (zum Beispiel http://www.yourshopdomain.com)', NULL, NULL, NULL),
|
||
(24, 'de_DE', 'Name der Rechnungsansicht in der aktuellen PDF-Vorlage (ohne Erweiterung)', NULL, NULL, NULL),
|
||
(25, 'de_DE', 'Name der Lieferung Sicht in der aktuellen PDF-Vorlage (ohne Erweiterung)', NULL, NULL, NULL),
|
||
(26, 'de_DE', 'Der Pfad (relativ zu der Standard-Backoffice-Vorlage) zu dem verwendetes Bild wenn kein Flagge-Bild für ein Land gefunden werden kann', NULL, NULL, NULL),
|
||
(27, 'de_DE', 'Whitespace trim Ebene des generierten HTML-Codes (0 = aus, 1 = Mittel, 2 = Maximum)', NULL, NULL, NULL),
|
||
(28, 'de_DE', 'Standart verfügbaren Bestand wenn check-available-stock gleich 0.', NULL, NULL, NULL),
|
||
(29, 'de_DE', 'Die ID des Ordners mit Ihren Informations-Seiten: AGB, Impressum, ...', NULL, NULL, NULL),
|
||
(30, 'de_DE', 'Ihr \'Allgemeine Geschäftsbedingungen \' ID.', NULL, NULL, NULL),
|
||
(31, 'de_DE', 'Negativen Lagerbestand erlauben (1) oder nicht (0)', NULL, NULL, NULL),
|
||
(32, 'de_DE', 'Ein dauerhaftes Cookie verwenden, um den Kundes-Warenkorb zu merken', NULL, NULL, NULL),
|
||
(33, 'de_DE', 'Name der Warenkorb-Cookie', NULL, NULL, NULL),
|
||
(34, 'de_DE', 'Dauer der Warenkorb-Cookie in dem Kunden-Browser, in Sekunden', NULL, NULL, NULL),
|
||
(35, 'de_DE', 'Dauer der Session-Cookie in dem Kunden-Browser, in Sekunden', NULL, NULL, NULL),
|
||
(36, 'de_DE', 'Die Session Standartkonfiguration lassen', NULL, NULL, NULL),
|
||
(37, 'de_DE', 'Standartsprache ohne Übersetzung', NULL, NULL, NULL),
|
||
(52, 'de_DE', '[Firewall/Bruteforce] Wartezeit zwischen X Versuche', NULL, NULL, NULL),
|
||
(53, 'de_DE', '[Firewall] Wartezeit zwischen X Versuche', NULL, NULL, NULL),
|
||
(54, 'de_DE', '[Firewall/Bruteforce] Anzahl der erlaubten Versuche', NULL, NULL, NULL),
|
||
(55, 'de_DE', '[Firewall] Anzahl der erlaubten Versuche', NULL, NULL, NULL),
|
||
(56, 'de_DE', '[Firewall] Firewall aktivieren', NULL, NULL, NULL),
|
||
(57, 'de_DE', 'URI mit Slash beendet erlauben', NULL, NULL, NULL),
|
||
(58, 'de_DE', 'Fehlermeldung zeigen anstatt einer weißen Seite im Falle eines eines Serverfehlers', NULL, NULL, NULL),
|
||
(59, 'de_DE', 'Dateiname der Fehlerseite', NULL, NULL, NULL),
|
||
(60, 'de_DE', 'Den Kunden erlauben ihre E-Mail-Adresse zu ändern. 1 für Ja, 0 für Nein', NULL, NULL, NULL),
|
||
(61, 'de_DE', 'Den Kunden fragen, ihre E-Mail-Adresse zu bestätigen. 1 für Jan, 0 für Nein', NULL, NULL, NULL),
|
||
(62, 'de_DE', 'Geheimer Schlüssel für Formular CSRF-token', NULL, NULL, NULL),
|
||
(63, 'de_DE', NULL, NULL, NULL, NULL),
|
||
(64, 'de_DE', NULL, NULL, NULL, NULL),
|
||
(65, 'de_DE', NULL, NULL, NULL, NULL),
|
||
(66, 'de_DE', NULL, NUll, NULL, NULL),
|
||
(67, 'de_DE', NULL, NUll, NULL, NULL),
|
||
(68, 'de_DE', NULL, NUll, NULL, NULL),
|
||
(1, 'en_US', 'Check available product stock (1) or ignore it (0) when displaying and changing ordered quantity', NULL, NULL, NULL),
|
||
(2, 'en_US', 'Name of the active front-office template', NULL, NULL, NULL),
|
||
(3, 'en_US', 'Name of the active back-office template', NULL, NULL, NULL),
|
||
(4, 'en_US', 'Name of the active PDF template', NULL, NULL, NULL),
|
||
(5, 'en_US', 'Name of the active mailing template', NULL, NULL, NULL),
|
||
(6, 'en_US', 'Enable (1) or disable (0) URL rewriting', NULL, NULL, NULL),
|
||
(7, 'en_US', 'Name of the graphic driver used by the Imagine library (see https://imagine.readthedocs.org)', NULL, NULL, NULL),
|
||
(8, 'en_US', 'The default quality (in %) of the generated images', NULL, NULL, NULL),
|
||
(9, 'en_US', 'How original (full resolution) images are delivered in the web space (symlink or copy)', NULL, NULL, NULL),
|
||
(10, 'en_US', 'How document files are delivered in the web space (symlink or copy)', NULL, NULL, NULL),
|
||
(11, 'en_US', 'Path to the directory where images are stored', NULL, NULL, NULL),
|
||
(12, 'en_US', 'Path to the directory where documents are stored', NULL, NULL, NULL),
|
||
(13, 'en_US', 'The path to the image cache directory in the web space', NULL, NULL, NULL),
|
||
(14, 'en_US', 'The path to the document cache directory in the web space', NULL, NULL, NULL),
|
||
(15, 'en_US', 'File name of the 404 (not found) view in the current template (with extension, e.g. 404.html)', NULL, NULL, NULL),
|
||
(16, 'en_US', 'Name of the template view returned when an obsolete (or inactive) product URL is invoked', NULL, NULL, NULL),
|
||
(17, 'en_US', 'Display and process prices with (0) or without (1) taxes.', NULL, NULL, NULL),
|
||
(18, 'en_US', 'Compile templates assets automatically upon asset source change (1 = yes, 0 = no)', NULL, NULL, NULL),
|
||
(19, 'en_US', '\"Remember me\" cookie name for administration users', NULL, NULL, NULL),
|
||
(20, 'en_US', '\"Remember me\" cookie expiration time, in seconds, for administration users', NULL, NULL, NULL),
|
||
(21, 'en_US', '\"Remember me\" cookie name for customer users', NULL, NULL, NULL),
|
||
(22, 'en_US', '\"Remember me\" cookie expiration time, in seconds, for customer users', NULL, NULL, NULL),
|
||
(23, 'en_US', 'Base URL of the shop (e.g. http://www.yourshopdomain.com)', NULL, NULL, NULL),
|
||
(24, 'en_US', 'Name of the invoice view in the current PDF template (without extension)', NULL, NULL, NULL),
|
||
(25, 'en_US', 'Name of the delivery view in the current PDF template (without extension)', NULL, NULL, NULL),
|
||
(26, 'en_US', 'The path (relative to the default back-office template) to the image used when no flag image can be found for a country', NULL, NULL, NULL),
|
||
(27, 'en_US', 'Whitespace trim level of the generated HTML code (0 = none, 1 = medium, 2 = maximum)', NULL, NULL, NULL),
|
||
(28, 'en_US', 'Default available stock when check-available-stock is set to 0.', NULL, NULL, NULL),
|
||
(29, 'en_US', 'The ID of the folder containing your information pages : terms, imprint, ...', NULL, NULL, NULL),
|
||
(30, 'en_US', 'The ID of the \'Terms & Conditions\' content.', NULL, NULL, NULL),
|
||
(31, 'en_US', 'Allow negative product stock (1) or not (0)', NULL, NULL, NULL),
|
||
(32, 'en_US', 'Use a persistent cookie to keep track of customer cart', NULL, NULL, NULL),
|
||
(33, 'en_US', 'Name of the cart cookie', NULL, NULL, NULL),
|
||
(34, 'en_US', 'Life time of the cart cookie in the customer browser, in seconds', NULL, NULL, NULL),
|
||
(35, 'en_US', 'Life time of the session cookie in the customer browser, in seconds', NULL, NULL, NULL),
|
||
(36, 'en_US', 'Leave the default configuration of session', NULL, NULL, NULL),
|
||
(37, 'en_US', 'Default lang without translation', NULL, NULL, NULL),
|
||
(52, 'en_US', '[Firewall/Bruteforce] Time to wait between X attempts', NULL, NULL, NULL),
|
||
(53, 'en_US', '[Firewall] Time to wait between X attempts', NULL, NULL, NULL),
|
||
(54, 'en_US', '[Firewall/Bruteforce] Number of allowed attemps', NULL, NULL, NULL),
|
||
(55, 'en_US', '[Firewall] Number of allowed attemps', NULL, NULL, NULL),
|
||
(56, 'en_US', '[Firewall] Activate the firewall', NULL, NULL, NULL),
|
||
(57, 'en_US', 'Allow slash ended uri', NULL, NULL, NULL),
|
||
(58, 'en_US', 'Show error message instead of a white page on a server error', NULL, NULL, NULL),
|
||
(59, 'en_US', 'Filename of the error page', NULL, NULL, NULL),
|
||
(60, 'en_US', 'Allow customers to change their email. 1 for yes, 0 for no', NULL, NULL, NULL),
|
||
(61, 'en_US', 'Ask the customers to confirm their email, 1 for yes, 0 for no', NULL, NULL, NULL),
|
||
(62, 'en_US', 'Secret key for form CSRF token', NULL, NULL, NULL),
|
||
(63, 'en_US', 'The minimum length required for an administrator password', NULL, NULL, NULL),
|
||
(64, 'en_US', 'Allow an administrator to recreate a lost password (1 = yes, 0 = no)', NULL, NULL, NULL),
|
||
(65, 'en_US', 'Send a confirmation email to newsletter subscribers (1 = yes, 0 = no)', NULL, NULL, NULL),
|
||
(66, 'en_US', 'Number by default of results per page for product list', NUll, NULL, NULL),
|
||
(67, 'en_US', 'Number by default of results per page for order list', NUll, NULL, NULL),
|
||
(68, 'en_US', 'Number by default of results per page for customer list', NUll, NULL, NULL),
|
||
(1, 'es_ES', 'Comprobar disponibilidad de stock de producto (1) o ignorar (0) cuando se muestra o cambia cantidad en pedido', NULL, NULL, NULL),
|
||
(2, 'es_ES', 'Nombre de la plantilla activa de recepción', NULL, NULL, NULL),
|
||
(3, 'es_ES', 'Nombe de la plantilla del administrador activo', NULL, NULL, NULL),
|
||
(4, 'es_ES', 'Nombre de la plantilla PDF activa', NULL, NULL, NULL),
|
||
(5, 'es_ES', 'Nombre de la plantilla de correo activa', NULL, NULL, NULL),
|
||
(6, 'es_ES', 'Activar(1) o desactivar(0) reescritura de URL', NULL, NULL, NULL),
|
||
(7, 'es_ES', 'Nombre del controlador gráfico usado por la Librería Imagine (ver https://imagine.readthedocs.org)', NULL, NULL, NULL),
|
||
(8, 'es_ES', 'La calidad por defecto (en %) de las imágenes generadas', NULL, NULL, NULL),
|
||
(9, 'es_ES', 'Cómo se entregan imágenes originales (resolución completa) en el espacio de la web (enlace o copia)', NULL, NULL, NULL),
|
||
(10, 'es_ES', 'Cómo los documento son enviados en el espacio de la web (enlace o copia)', NULL, NULL, NULL),
|
||
(11, 'es_ES', 'Ruta al directorio donde las imágenes estén guardadas', NULL, NULL, NULL),
|
||
(12, 'es_ES', 'Ruta al directorio donde los documentos estén guardados', NULL, NULL, NULL),
|
||
(13, 'es_ES', 'La ruta de acceso para el directorio de caché de imagen en el espacio web', NULL, NULL, NULL),
|
||
(14, 'es_ES', 'La ruta al directorio de caché de documentos en el espacio web', NULL, NULL, NULL),
|
||
(15, 'es_ES', 'Nombre de archivo de la vista 404 (no encontrado) en la plantilla actual (con la extensión, ej: 404.html)', NULL, NULL, NULL),
|
||
(16, 'es_ES', 'Nombre de la plantilla regresada cuando se llama una URL obsoleta (o inactiva) de un producto', NULL, NULL, NULL),
|
||
(17, 'es_ES', 'Mostrar y procesar precios con (0) o sin (1) impuestos.', NULL, NULL, NULL),
|
||
(18, 'es_ES', 'Compilar las plantillas automáticamente en cada cambio de código fuente (1 = sí, 2 = no)', NULL, NULL, NULL),
|
||
(19, 'es_ES', 'Nombre de la cookie \"Recordarme\" para los usuarios de administración', NULL, NULL, NULL),
|
||
(20, 'es_ES', 'Fecha de caducidad de cookie \"recuerdame\", en segundos, para los usuarios de la administración', NULL, NULL, NULL),
|
||
(21, 'es_ES', 'Nombre de la cookie \"Recordarme\" para los usuarios cliente', NULL, NULL, NULL),
|
||
(22, 'es_ES', 'Fecha de caducidad de cookie \"Acuérdate de mi\", en segundos, para los usuarios cliente', NULL, NULL, NULL),
|
||
(23, 'es_ES', 'Base URL de la tienda (por ejemplo http://www.yourshopdomain.com)', NULL, NULL, NULL),
|
||
(24, 'es_ES', 'Nombre de la vista para la factura en la plantilla PDF actual (sin extensión)', NULL, NULL, NULL),
|
||
(25, 'es_ES', 'Nombre de la vista de entrega en la plantilla PDF actual (sin extensión)', NULL, NULL, NULL),
|
||
(26, 'es_ES', 'La ruta (relativa a la plantilla de back office por defecto) a la imagen que se utiliza cuando no se puede encontrar ninguna imagen de la bandera para un país', NULL, NULL, NULL),
|
||
(27, 'es_ES', 'Espacio en blanco del ajuste nivel del código HTML generado (0 = ninguna, 1 = medio, 2 = máximo)', NULL, NULL, NULL),
|
||
(28, 'es_ES', 'Cuando check-available-stock es 0 stock disponible por defecto.', NULL, NULL, NULL),
|
||
(29, 'es_ES', 'El ID de la carpeta que contiene sus páginas de información: términos, impresión,...', NULL, NULL, NULL),
|
||
(30, 'es_ES', 'El ID de los contenidos de \'Términos y condiciones\'.', NULL, NULL, NULL),
|
||
(31, 'es_ES', 'Permitir valores negativos producto (1) o no (0)', NULL, NULL, NULL),
|
||
(32, 'es_ES', 'Usa una \'cookie\' persistente para mantener el trayecto del carrito del cliente', NULL, NULL, NULL),
|
||
(33, 'es_ES', 'Nombre de la cookie del carrito', NULL, NULL, NULL),
|
||
(34, 'es_ES', 'Tiempo de vida de la cookie del carro en el navegador del cliente, en segundos', NULL, NULL, NULL),
|
||
(35, 'es_ES', 'Tiempo de vida de la cookie de la sesión en el navegador del cliente, en segundos', NULL, NULL, NULL),
|
||
(36, 'es_ES', 'Abandonde la configuración predeterminada de la sesión', NULL, NULL, NULL),
|
||
(37, 'es_ES', 'Lenguaje por defecto sin traducción', NULL, NULL, NULL),
|
||
(52, 'es_ES', '[Firewall/Bruteforce] Tiempo de espera entre X intentos', NULL, NULL, NULL),
|
||
(53, 'es_ES', '[Firewall] Tiempo de espera entre X intentos', NULL, NULL, NULL),
|
||
(54, 'es_ES', '[Firewall/Bruteforce] Número de intentos permitidos', NULL, NULL, NULL),
|
||
(55, 'es_ES', '[Firewall] Número de intentos permitidos', NULL, NULL, NULL),
|
||
(56, 'es_ES', '[Firewall] Activar el firewall', NULL, NULL, NULL),
|
||
(57, 'es_ES', 'Permitir barra de fín de url', NULL, NULL, NULL),
|
||
(58, 'es_ES', 'Mostrar mensaje de error en lugar de una página en blanco cuando ocurre un error de servidor', NULL, NULL, NULL),
|
||
(59, 'es_ES', 'Nombre de archivo de la página de error', NULL, NULL, NULL),
|
||
(60, 'es_ES', 'Permitir a los clientes cambiar su correo electrónico. 1 para sí, 0 para no', NULL, NULL, NULL),
|
||
(61, 'es_ES', 'Preguntar al cliente para confirmar su correo electrónico, 1 para sí, 0 no', NULL, NULL, NULL),
|
||
(62, 'es_ES', 'Clave secreta para el token CSRF del formulario', NULL, NULL, NULL),
|
||
(63, 'es_ES', 'La longitud mínima de la contraseña de administrador', NULL, NULL, NULL),
|
||
(64, 'es_ES', 'Permite a un administrador recrear una contraseña perdida (1 = sí, 0 = no)', NULL, NULL, NULL),
|
||
(65, 'es_ES', 'Enviar un correo de confirmación a los suscriptores del boletín (1 = sí, 0 = no)', NULL, NULL, NULL),
|
||
(66, 'es_ES', 'Número predeterminado de resultados por página para la lista de productos', NUll, NULL, NULL),
|
||
(67, 'es_ES', 'Número predeterminado de resultados por página para la lista de pedidos', NUll, NULL, NULL),
|
||
(68, 'es_ES', 'Número predeterminado de resultados por página para la lista de clientes', NUll, NULL, NULL),
|
||
(1, 'fr_FR', 'Vérifier la présence de produits en stock (1) ou l\'ignorer (0) lors de l\'affichage et la modification des quantités commandées', NULL, NULL, NULL),
|
||
(2, 'fr_FR', 'Nom du modèle de front-office actif', NULL, NULL, NULL),
|
||
(3, 'fr_FR', 'Nom du modèle de back-office actif', NULL, NULL, NULL),
|
||
(4, 'fr_FR', 'Nom du modèle PDF actif', NULL, NULL, NULL),
|
||
(5, 'fr_FR', 'Nom du modèle d\'e-mail actif', NULL, NULL, NULL),
|
||
(6, 'fr_FR', 'Activer (1) ou désactiver (0) la réécriture d\'URL', NULL, NULL, NULL),
|
||
(7, 'fr_FR', 'Nom du pilote graphique utilisé par la bibliothèque Imagine (voir https://imagine.readthedocs.org)', NULL, NULL, NULL),
|
||
(8, 'fr_FR', 'La qualité par défaut (en %) dans les images générées', NULL, NULL, NULL),
|
||
(9, 'fr_FR', 'Comment les images originales (pleine résolution) sont-elles fournises dans l\'espace web (lien symbolique ou copie)', NULL, NULL, NULL),
|
||
(10, 'fr_FR', 'Comment les documents sont-ils fournis dans l\'espace web (lien symbolique ou copie)', NULL, NULL, NULL),
|
||
(11, 'fr_FR', 'Chemin vers le répertoire où les images sont stockées', NULL, NULL, NULL),
|
||
(12, 'fr_FR', 'Chemin vers le répertoire où sont stockés les documents', NULL, NULL, NULL),
|
||
(13, 'fr_FR', 'Chemin vers le répertoire de cache d\'images dans l\'espace web', NULL, NULL, NULL),
|
||
(14, 'fr_FR', 'Chemin d\'accès au répertoire de cache de documents dans l\'espace web', NULL, NULL, NULL),
|
||
(15, 'fr_FR', 'Nom de la page 404 (introuvable) dans le modèle actuel (avec l\'extension, par exemple, 404.html)', NULL, NULL, NULL),
|
||
(16, 'fr_FR', 'Nom de la page du modèle retournée lorsqu\'une URL obsolète (ou inactive) est invoquée', NULL, NULL, NULL),
|
||
(17, 'fr_FR', 'Affiche et traite les prix avec(0) ou sans (1) les taxes', NULL, NULL, NULL),
|
||
(18, 'fr_FR', 'Compiler les resources du modèle actif à chaque changement (1 = oui, 2 = non)', NULL, NULL, NULL),
|
||
(19, 'fr_FR', 'Nom du cookie \"Remember me\" pour les utilisateurs d\'administration', NULL, NULL, NULL),
|
||
(20, 'fr_FR', 'Délai d\'expiration du cookie \"Remember me\", en secondes, pour les utilisateurs d\'administration', NULL, NULL, NULL),
|
||
(21, 'fr_FR', 'Nom du cookie \"Remember me\" pour les clients', NULL, NULL, NULL),
|
||
(22, 'fr_FR', 'Délai d\'expiration du cookie \"Remember me\", en secondes, pour les clients', NULL, NULL, NULL),
|
||
(23, 'fr_FR', 'URL de base pour la boutique (par exemple http://www.yourshopdomain.com)', NULL, NULL, NULL),
|
||
(24, 'fr_FR', 'Nom de la vue de la facture dans le modèle PDF en cours (sans extension)', NULL, NULL, NULL),
|
||
(25, 'fr_FR', 'Nom de la vue de la livraison dans le modèle PDF en cours (sans extension)', NULL, NULL, NULL),
|
||
(26, 'fr_FR', 'Le chemin (par rapport au modèle de back-office par défaut) vers l\'image utilisée lorsque aucune image de drapeau ne peut être trouvée pour un pays', NULL, NULL, NULL),
|
||
(27, 'fr_FR', 'Niveau de découpe des espaces dans le code HTML généré (0 = aucun, 1 = moyen, 2 = maximum)', NULL, NULL, NULL),
|
||
(28, 'fr_FR', 'Stock disponible par défaut quand check-available-stock est à 0.', NULL, NULL, NULL),
|
||
(29, 'fr_FR', 'L\'ID du dossier contenant vos pages d\'informations : CGV, mentions légales, ...', NULL, NULL, NULL),
|
||
(30, 'fr_FR', 'L\'ID du contenu de vos \'CGV\'.', NULL, NULL, NULL),
|
||
(31, 'fr_FR', 'Autoriser un stock négatif sur les produits (1) ou pas (0, défaut)', NULL, NULL, NULL),
|
||
(32, 'fr_FR', 'Utiliser un cookie persistant pour mémoriser le panier du client', NULL, NULL, NULL),
|
||
(33, 'fr_FR', 'Nom du cookie de stockage du panier', NULL, NULL, NULL),
|
||
(34, 'fr_FR', 'Durée de vie du cookie du panier dans le navigateur du client, en secondes', NULL, NULL, NULL),
|
||
(35, 'fr_FR', 'Durée de vie du cookie de la session dans le navigateur du client, en secondes', NULL, NULL, NULL),
|
||
(36, 'fr_FR', 'Laisser la configuration par défaut de la session', NULL, NULL, NULL),
|
||
(37, 'fr_FR', 'Langue par défaut sans traduction', NULL, NULL, NULL),
|
||
(52, 'fr_FR', '[Pare-feu/Bruteforce] Temps à attendre entre X essais', NULL, NULL, NULL),
|
||
(53, 'fr_FR', '[Pare-feu] Temps à attendre entre X essais', NULL, NULL, NULL),
|
||
(54, 'fr_FR', '[Pare-feu/Bruteforce] Nombre de tentatives autorisées', NULL, NULL, NULL),
|
||
(55, 'fr_FR', '[Pare-feu] Nombre de tentatives autorisées', NULL, NULL, NULL),
|
||
(56, 'fr_FR', '[Pare-feu] Activer le pare-feu', NULL, NULL, NULL),
|
||
(57, 'fr_FR', 'Autoriser les URI terminées par un slash', NULL, NULL, NULL),
|
||
(58, 'fr_FR', 'Afficher un message d\'erreur à la place d\'une page blanche lors d\'une erreur serveur', NULL, NULL, NULL),
|
||
(59, 'fr_FR', 'Nom du fichier de la page d\'erreur', NULL, NULL, NULL),
|
||
(60, 'fr_FR', 'Permettre aux utilisateurs de changer leur email. 1 pour oui, 0 pour non', NULL, NULL, NULL),
|
||
(61, 'fr_FR', 'Demander aux clients de confirmer leur email. 1 pour oui, 0 pour non', NULL, NULL, NULL),
|
||
(62, 'fr_FR', 'Clé secrète pour le jeton CSRF des formulaires', NULL, NULL, NULL),
|
||
(63, 'fr_FR', 'La longueur minimale requise pour un mot de passe administrateur', NULL, NULL, NULL),
|
||
(64, 'fr_FR', 'Permettre à un administrateur de recréer un mot de passe perdu (1 = Oui, 0 = non)', NULL, NULL, NULL),
|
||
(65, 'fr_FR', 'Envoyer un email de confirmation aux abonnés de la newsletter (1 = Oui, 0 = non)', NULL, NULL, NULL),
|
||
(66, 'fr_FR', 'Nombre par défaut de résultats par page pour la liste des produits', NUll, NULL, NULL),
|
||
(67, 'fr_FR', 'Nombre par défaut de résultats par page pour la liste des commandes', NUll, NULL, NULL),
|
||
(68, 'fr_FR', 'Nombre par défaut de résultats par page pour la liste des clients', NUll, NULL, NULL)
|
||
;
|
||
|
||
INSERT INTO `module_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
(1, 'de_DE', 'Ein Bilder-Karussel auf Ihre Startseite', NULL, NULL, NULL),
|
||
(2, 'de_DE', '72Std Lieferung ', NULL, NULL, NULL),
|
||
(3, 'de_DE', 'Per Cheque bezahlen', NULL, NULL, NULL),
|
||
(4, 'de_DE', 'Front office Modul ', NULL, NULL, NULL),
|
||
(5, 'de_DE', 'TinyMCE WYSIWYG Editor', NULL, NULL, NULL),
|
||
(6, 'de_DE', 'Menü Block', NULL, NULL, NULL),
|
||
(7, 'de_DE', 'Währungensblock', NULL, NULL, NULL),
|
||
(8, 'de_DE', 'Sprachen Block', NULL, NULL, NULL),
|
||
(9, 'de_DE', 'Suche-Block', NULL, NULL, NULL),
|
||
(10, 'de_DE', 'Kundenkonto-Block', NULL, NULL, NULL),
|
||
(11, 'de_DE', 'Warenkorb Block', NULL, NULL, NULL),
|
||
(12, 'de_DE', 'Google Analytics Block', NULL, NULL, NULL),
|
||
(13, 'de_DE', 'Kontakt-Block', NULL, NULL, NULL),
|
||
(14, 'de_DE', 'Links Block', NULL, NULL, NULL),
|
||
(15, 'de_DE', 'Newsletter Block', NULL, NULL, NULL),
|
||
(16, 'de_DE', 'Social Networks Block', NULL, NULL, NULL),
|
||
(17, 'de_DE', 'Neue Produkte Block', NULL, NULL, NULL),
|
||
(18, 'de_DE', 'Sonderangebot-Block', NULL, NULL, NULL),
|
||
(19, 'de_DE', 'Smarty Template Engine Integration', NULL, NULL, NULL),
|
||
(20, 'de_DE', 'Steuerung für virtuelle Produkte', NULL, NULL, NULL),
|
||
(1, 'en_US', 'An image carousel on your home page', NULL, NULL, NULL),
|
||
(2, 'en_US', '72h delivery', NULL, NULL, NULL),
|
||
(3, 'en_US', 'Pay by cheque', NULL, NULL, NULL),
|
||
(4, 'en_US', 'Front office integration', NULL, NULL, NULL),
|
||
(5, 'en_US', 'TinyMCE WYSIWYG editor', NULL, NULL, NULL),
|
||
(6, 'en_US', 'Navigation block', NULL, NULL, NULL),
|
||
(7, 'en_US', 'Currency block', NULL, NULL, NULL),
|
||
(8, 'en_US', 'Languages block', NULL, NULL, NULL),
|
||
(9, 'en_US', 'Search block', NULL, NULL, NULL),
|
||
(10, 'en_US', 'Customer account block', NULL, NULL, NULL),
|
||
(11, 'en_US', 'Cart block', NULL, NULL, NULL),
|
||
(12, 'en_US', 'Google Analytics block', NULL, NULL, NULL),
|
||
(13, 'en_US', 'Contact block', NULL, NULL, NULL),
|
||
(14, 'en_US', 'Links block', NULL, NULL, NULL),
|
||
(15, 'en_US', 'Newsletter block', NULL, NULL, NULL),
|
||
(16, 'en_US', 'Social Networks block', NULL, NULL, NULL),
|
||
(17, 'en_US', 'New Products block', NULL, NULL, NULL),
|
||
(18, 'en_US', 'Products offer block', NULL, NULL, NULL),
|
||
(19, 'en_US', 'Smarty template engine integration', NULL, NULL, NULL),
|
||
(20, 'en_US', 'Virtual Product Controller', NULL, NULL, NULL),
|
||
(1, 'es_ES', 'Un carrusel de imágenes en la página de inicio', NULL, NULL, NULL),
|
||
(2, 'es_ES', 'entrega 72h', NULL, NULL, NULL),
|
||
(3, 'es_ES', 'Pagar con Cheque', NULL, NULL, NULL),
|
||
(4, 'es_ES', 'Front office integración', NULL, NULL, NULL),
|
||
(5, 'es_ES', 'Editor TinyMCE WYSIWYG', NULL, NULL, NULL),
|
||
(6, 'es_ES', 'Bloque de navegación', NULL, NULL, NULL),
|
||
(7, 'es_ES', 'Bloque de monedas', NULL, NULL, NULL),
|
||
(8, 'es_ES', 'Bloque de idiomas', NULL, NULL, NULL),
|
||
(9, 'es_ES', 'Bloque de búsqueda', NULL, NULL, NULL),
|
||
(10, 'es_ES', 'Bloque de cuenta de cliente', NULL, NULL, NULL),
|
||
(11, 'es_ES', 'Bloque de carrito', NULL, NULL, NULL),
|
||
(12, 'es_ES', 'Bloque Google Analytics', NULL, NULL, NULL),
|
||
(13, 'es_ES', 'Bloque de contacto', NULL, NULL, NULL),
|
||
(14, 'es_ES', 'Bloque de enlaces', NULL, NULL, NULL),
|
||
(15, 'es_ES', 'Bloque del boletín de noticias', NULL, NULL, NULL),
|
||
(16, 'es_ES', 'Bloque de Redes Sociales', NULL, NULL, NULL),
|
||
(17, 'es_ES', 'Bloque de nuevos productos', NULL, NULL, NULL),
|
||
(18, 'es_ES', 'Bloque de oferta de productos', NULL, NULL, NULL),
|
||
(19, 'es_ES', 'Integración del motor de plantillas Smarty', NULL, NULL, NULL),
|
||
(20, 'es_ES', 'Controlador de producto virtual', NULL, NULL, NULL),
|
||
(1, 'fr_FR', 'Un carrousel d\'images sur votre page d\'accueil', NULL, NULL, NULL),
|
||
(2, 'fr_FR', 'Livraison par colissimo en 72h', NULL, NULL, NULL),
|
||
(3, 'fr_FR', 'Payer par chèque', NULL, NULL, NULL),
|
||
(4, 'fr_FR', 'Module Front office', NULL, NULL, NULL),
|
||
(5, 'fr_FR', 'Editeur visuel TinyMCE', NULL, NULL, NULL),
|
||
(6, 'fr_FR', 'Bloc menu', NULL, NULL, NULL),
|
||
(7, 'fr_FR', 'Bloc des devises', NULL, NULL, NULL),
|
||
(8, 'fr_FR', 'Bloc des langues', NULL, NULL, NULL),
|
||
(9, 'fr_FR', 'Bloc de recherche', NULL, NULL, NULL),
|
||
(10, 'fr_FR', 'Bloc compte client', NULL, NULL, NULL),
|
||
(11, 'fr_FR', 'Bloc panier', NULL, NULL, NULL),
|
||
(12, 'fr_FR', 'Bloc Google Analytics', NULL, NULL, NULL),
|
||
(13, 'fr_FR', 'Bloc contact', NULL, NULL, NULL),
|
||
(14, 'fr_FR', 'Bloc liens', NULL, NULL, NULL),
|
||
(15, 'fr_FR', 'Bloc newsletter', NULL, NULL, NULL),
|
||
(16, 'fr_FR', 'Bloc réseaux sociaux', NULL, NULL, NULL),
|
||
(17, 'fr_FR', 'Bloc nouveaux produits', NULL, NULL, NULL),
|
||
(18, 'fr_FR', 'Bloc promotions', NULL, NULL, NULL),
|
||
(19, 'fr_FR', 'Intégration du moteur de template Smarty', NULL, NULL, NULL),
|
||
(20, 'fr_FR', 'Contôle de produit virtuel', NULL, NULL, NULL)
|
||
;
|
||
|
||
-- Insert I18n front hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
(1, 'de_DE', 'Bezahlungsmethode - oben', NULL, NULL),
|
||
(2, 'de_DE', 'Bezahlungsmethode - Lieferadresse', NULL, NULL),
|
||
(3, 'de_DE', 'Bezahlungsmethode - extra payment zone', NULL, NULL),
|
||
(4, 'de_DE', 'Bezahlungsmethode - unten', NULL, NULL),
|
||
(5, 'de_DE', 'Bezahlungsmethode - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(6, 'de_DE', 'Bezahlungsmethode - CSS-Stylesheet', NULL, NULL),
|
||
(7, 'de_DE', 'Bezahlungsmethode - Nach Integration von JavaScript', NULL, NULL),
|
||
(8, 'de_DE', 'Zahlung-Gateway - Hauptbereich', NULL, NULL),
|
||
(9, 'de_DE', 'Zahlung-Gateway - Javascript', NULL, NULL),
|
||
(10, 'de_DE', 'Zahlung-Gateway - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(11, 'de_DE', 'Zahlung-Gateway - CSS-Stylesheet', NULL, NULL),
|
||
(12, 'de_DE', 'Zahlung-Gateway - Nach Integration von JavaScript', NULL, NULL),
|
||
(13, 'de_DE', 'Sitemap - unten', NULL, NULL),
|
||
(14, 'de_DE', 'Währungswahl-Seite - oben', NULL, NULL),
|
||
(15, 'de_DE', 'Währungswahl-Seite - unten', NULL, NULL),
|
||
(16, 'de_DE', 'Währungswahl-Seite - CSS-Stylesheet', NULL, NULL),
|
||
(17, 'de_DE', 'Währungswahl-Seite - Nach Integration von JavaScript', NULL, NULL),
|
||
(18, 'de_DE', 'Währungswahl-Seite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(19, 'de_DE', 'Anmeldeseite - oben', NULL, NULL),
|
||
(20, 'de_DE', 'Anmeldeseite - oben an dem Hauptbereich', NULL, NULL),
|
||
(21, 'de_DE', 'Anmeldeseite - oben im Formular', NULL, NULL),
|
||
(22, 'de_DE', 'Anmeldeseite - unten an dem Formular', NULL, NULL),
|
||
(23, 'de_DE', 'Anmeldeseite - unten an dem Hauptbereich', NULL, NULL),
|
||
(24, 'de_DE', 'Anmeldeseite - unten', NULL, NULL),
|
||
(25, 'de_DE', 'Anmeldeseite - CSS-Stylesheet', NULL, NULL),
|
||
(26, 'de_DE', 'Anmeldeseite - Nach Integration von JavaScript', NULL, NULL),
|
||
(27, 'de_DE', 'Anmeldeseite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(28, 'de_DE', 'Kundenkonto Änderung - oben', NULL, NULL),
|
||
(29, 'de_DE', 'Kundenkonto Änderung - oben im Formular', NULL, NULL),
|
||
(30, 'de_DE', 'Kundenkonto Änderung - unten an dem Formular', NULL, NULL),
|
||
(31, 'de_DE', 'Kundenkonto Änderung - unten', NULL, NULL),
|
||
(32, 'de_DE', 'Kundenkonto Änderung - CSS-Stylesheet', NULL, NULL),
|
||
(33, 'de_DE', 'Kundenkonto Änderung - Nach Integration von JavaScript', NULL, NULL),
|
||
(34, 'de_DE', 'Kundenkonto Änderung - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(35, 'de_DE', 'Warenkorb - oben ', NULL, NULL),
|
||
(36, 'de_DE', 'Warenkorb - unten', NULL, NULL),
|
||
(37, 'de_DE', 'Warenkorb - Nach Integration von JavaScript', NULL, NULL),
|
||
(38, 'de_DE', 'Warenkorb - CSS-Stylesheet', NULL, NULL),
|
||
(39, 'de_DE', 'Warenkorb - Initialisierung von Javascript', NULL, NULL),
|
||
(40, 'de_DE', 'Kontaktseite - oben', NULL, NULL),
|
||
(41, 'de_DE', 'Kontaktseite - oben an dem Formular', NULL, NULL),
|
||
(42, 'de_DE', 'Kontaktseite - unten an dem Formular', NULL, NULL),
|
||
(43, 'de_DE', 'Kontaktseite - unten', NULL, NULL),
|
||
(44, 'de_DE', 'Kontaktseite - CSS-Stylesheet', NULL, NULL),
|
||
(45, 'de_DE', 'Kontaktseite - Nach Integration von JavaScript', NULL, NULL),
|
||
(46, 'de_DE', 'Kontaktseite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(47, 'de_DE', 'Erteilten Auftrag - Hauptbereich', NULL, NULL),
|
||
(48, 'de_DE', 'Erteilten Auftrag - CSS-Stylesheet', NULL, NULL),
|
||
(49, 'de_DE', 'Erteilten Auftrag - nach Integration von JavaScript', NULL, NULL),
|
||
(50, 'de_DE', 'Erteilten Auftrag - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(51, 'de_DE', 'Suche-Seite - CSS-Stylesheet', NULL, NULL),
|
||
(52, 'de_DE', 'Suche-Seite - Nach Integration von JavaScript', NULL, NULL),
|
||
(53, 'de_DE', 'Suche-Seite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(54, 'de_DE', 'Konto-Erstellung - oben', NULL, NULL),
|
||
(55, 'de_DE', 'Konto-Erstellung - oben im Formular', NULL, NULL),
|
||
(56, 'de_DE', 'Konto-Erstellung - unten an dem Formular', NULL, NULL),
|
||
(57, 'de_DE', 'Konto-Erstellung - unten', NULL, NULL),
|
||
(58, 'de_DE', 'Konto-Erstellung - CSS-Stylesheet', NULL, NULL),
|
||
(59, 'de_DE', 'Konto-Erstellung - Nach Integration von JavaScript', NULL, NULL),
|
||
(60, 'de_DE', 'Konto-Erstellung - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(61, 'de_DE', 'Passwort verloren - oben', NULL, NULL),
|
||
(62, 'de_DE', 'Passwort verloren - oben im Formular', NULL, NULL),
|
||
(63, 'de_DE', 'Passwort verloren - unten an dem Formular', NULL, NULL),
|
||
(64, 'de_DE', 'Passwort verloren - unten', NULL, NULL),
|
||
(65, 'de_DE', 'Passwort verloren - CSS-Stylesheet', NULL, NULL),
|
||
(66, 'de_DE', 'Passwort verloren - Nach Integration von JavaScript', NULL, NULL),
|
||
(67, 'de_DE', 'Passwort verloren - Initialisierung von Javascript', NULL, NULL),
|
||
(68, 'de_DE', 'Sprachwahl Seite - oben', NULL, NULL),
|
||
(69, 'de_DE', 'Sprachwahl Seite - unten', NULL, NULL),
|
||
(70, 'de_DE', 'Sprachwahl Seite - CSS-Stylesheet', NULL, NULL),
|
||
(71, 'de_DE', 'Sprachwahl Seite - Nach Integration von JavaScript', NULL, NULL),
|
||
(72, 'de_DE', 'Sprachwahl Seite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(73, 'de_DE', 'Kontaktseite - wenn erfolgreich', NULL, NULL),
|
||
(74, 'de_DE', 'Newletter-Seite - oben', NULL, NULL),
|
||
(75, 'de_DE', 'Newletter-Seite - unten', NULL, NULL),
|
||
(76, 'de_DE', 'Newletter-Seite - CSS-Stylesheet', NULL, NULL),
|
||
(77, 'de_DE', 'Newletter-Seite - Nach Integration von JavaScript', NULL, NULL),
|
||
(78, 'de_DE', 'Newletter-Seite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(79, 'de_DE', 'Bezahlungs-Fehlschlagen - CSS-Stylesheet', NULL, NULL),
|
||
(80, 'de_DE', 'Bezahlungs-Fehlschlagen - Nach Integration von JavaScript', NULL, NULL),
|
||
(81, 'de_DE', 'Bezahlungs-Fehlschlagen - Initialisierung von Javascript', NULL, NULL),
|
||
(82, 'de_DE', 'Inhaltseite - oben', NULL, NULL),
|
||
(83, 'de_DE', 'Inhaltseite - oben an dem Hauptbereich', NULL, NULL),
|
||
(84, 'de_DE', 'Inhaltseite - unten an dem Hauptbereich', NULL, NULL),
|
||
(85, 'de_DE', 'Inhaltseite - unten', NULL, NULL),
|
||
(86, 'de_DE', 'Inhaltseite - CSS-Stylesheet', NULL, NULL),
|
||
(87, 'de_DE', 'Inhaltseite - Nach Integration von JavaScript', NULL, NULL),
|
||
(88, 'de_DE', 'Inhaltseite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(89, 'de_DE', 'HTML Struktur - nach der Eröffnung des Head-Tag', NULL, NULL),
|
||
(90, 'de_DE', 'HTML Struktur - CSS-Stylesheet', NULL, NULL),
|
||
(91, 'de_DE', 'HTML Struktur - vor dem Ende des Head-Tag', NULL, NULL),
|
||
(92, 'de_DE', 'HTML Struktur - nach der Eröffnung des Body-Tag', NULL, NULL),
|
||
(93, 'de_DE', 'HTML Struktur - oben an dem Header', NULL, NULL),
|
||
(94, 'de_DE', 'HTML Struktur - Sekundärenavigation', NULL, NULL),
|
||
(95, 'de_DE', 'HTML Struktur - Hauptnavigation', NULL, NULL),
|
||
(96, 'de_DE', 'HTML Struktur - unten an dem Header', NULL, NULL),
|
||
(97, 'de_DE', 'HTML Struktur - vor dem Hauptinhaltsbereich', NULL, NULL),
|
||
(98, 'de_DE', 'HTML Struktur - nach dem Hauptinhaltsbereich', NULL, NULL),
|
||
(99, 'de_DE', 'HTML Struktur - oben an dem Footer', NULL, NULL),
|
||
(100, 'de_DE', 'HTML Struktur - Footer Body', NULL, NULL),
|
||
(101, 'de_DE', 'HTML Struktur - unten an dem Footer', NULL, NULL),
|
||
(102, 'de_DE', 'HTML Struktur - Nach Integration von JavaScript', NULL, NULL),
|
||
(103, 'de_DE', 'HTML Struktur - Initialisierung von Javascript', NULL, NULL),
|
||
(104, 'de_DE', 'HTML Struktur - vor dem Ende des Body-Tag', NULL, NULL),
|
||
(105, 'de_DE', 'Seite nicht gefunden - Inhalts-Bereich', NULL, NULL),
|
||
(106, 'de_DE', 'Seite nicht gefunden - CSS-Stylesheet', NULL, NULL),
|
||
(107, 'de_DE', 'Seite nicht gefunden - Nach Integration von JavaScript', NULL, NULL),
|
||
(108, 'de_DE', 'Seite nicht gefunden - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(109, 'de_DE', 'Lieferwahl - oben', NULL, NULL),
|
||
(110, 'de_DE', 'Lieferwahl - oben an dem Formular', NULL, NULL),
|
||
(111, 'de_DE', 'Lieferwahl - unten an dem Formular', NULL, NULL),
|
||
(112, 'de_DE', 'Lieferwahl - unten', NULL, NULL),
|
||
(113, 'de_DE', 'Lieferwahl - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(114, 'de_DE', 'Lieferwahl - CSS-Stylesheet', NULL, NULL),
|
||
(115, 'de_DE', 'Lieferwahl - Nach Integration von JavaScript', NULL, NULL),
|
||
(116, 'de_DE', 'Adresse Erstellung - oben', NULL, NULL),
|
||
(117, 'de_DE', 'Adresse Erstellung - oben im Formular', NULL, NULL),
|
||
(118, 'de_DE', 'Adresse Erstellung - unten im Formular', NULL, NULL),
|
||
(119, 'de_DE', 'Adresse Erstellung - unten', NULL, NULL),
|
||
(120, 'de_DE', 'Adresse Erstellung - CSS-Stylesheet', NULL, NULL),
|
||
(121, 'de_DE', 'Adresse Erstellung - nach der Integration von Javascript', NULL, NULL),
|
||
(122, 'de_DE', 'Adresse Erstellung - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(123, 'de_DE', 'Ordnerseite - oben', NULL, NULL),
|
||
(124, 'de_DE', 'Ordnerseite - oben an dem Hauptbereich', NULL, NULL),
|
||
(125, 'de_DE', 'Ordnerseite - unten an dem Hauptbereich', NULL, NULL),
|
||
(126, 'de_DE', 'Ordnerseite - unten', NULL, NULL),
|
||
(127, 'de_DE', 'Ordnerseite - CSS-Stylesheet', NULL, NULL),
|
||
(128, 'de_DE', 'Ordnerseite - Nach Integration von JavaScript', NULL, NULL),
|
||
(129, 'de_DE', 'Ordnerseite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(130, 'de_DE', 'Fehlschlag der Bestellung - oben', NULL, NULL),
|
||
(131, 'de_DE', 'Fehlschlag der Bestellung - unten', NULL, NULL),
|
||
(132, 'de_DE', 'Fehlschlag der Bestellung - CSS-Stylesheet', NULL, NULL),
|
||
(133, 'de_DE', 'Fehlschlag der Bestellung - Nach Integration von JavaScript', NULL, NULL),
|
||
(134, 'de_DE', 'Fehlschlag der Bestellung - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(135, 'de_DE', 'Kategorieseite - oben', NULL, NULL),
|
||
(136, 'de_DE', 'Kategorieseite - oben an dem Hauptbereich', NULL, NULL),
|
||
(137, 'de_DE', 'Kategorieseite - unten an dem Hauptbereich', NULL, NULL),
|
||
(138, 'de_DE', 'Kategorieseite - unten', NULL, NULL),
|
||
(139, 'de_DE', 'Kategorieseite - CSS-Stylesheet', NULL, NULL),
|
||
(140, 'de_DE', 'Kategorieseite - Nach Integration von JavaScript', NULL, NULL),
|
||
(141, 'de_DE', 'Kategorieseite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(142, 'de_DE', 'Adresseänderung - oben', NULL, NULL),
|
||
(143, 'de_DE', 'Adressänderung - oben im Formular', NULL, NULL),
|
||
(144, 'de_DE', 'Adresseänderung - unten im Formular', NULL, NULL),
|
||
(145, 'de_DE', 'Adresseänderung - unten', NULL, NULL),
|
||
(146, 'de_DE', 'Adresseänderung - CSS-Stylesheet', NULL, NULL),
|
||
(147, 'de_DE', 'Adresseänderung - nach der Integration von Javascript', NULL, NULL),
|
||
(148, 'de_DE', 'Adresseänderung - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(149, 'de_DE', 'Startseite - Hauptbereich', NULL, NULL),
|
||
(150, 'de_DE', 'Startseite - CSS-Stylesheet', NULL, NULL),
|
||
(151, 'de_DE', 'Startseite - Nach Integration von JavaScript', NULL, NULL),
|
||
(152, 'de_DE', 'Startseite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(153, 'de_DE', 'Passwort Änderung - oben', NULL, NULL),
|
||
(154, 'de_DE', 'Passwort Änderung - unten', NULL, NULL),
|
||
(155, 'de_DE', 'Passwort Änderung - CSS-Stylesheet', NULL, NULL),
|
||
(156, 'de_DE', 'Passwort Änderung - Nach Integration von JavaScript', NULL, NULL),
|
||
(157, 'de_DE', 'Passwort Änderung - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(158, 'de_DE', 'Produktseite - oben', NULL, NULL),
|
||
(159, 'de_DE', 'Produktseite - Bilder-Gallerie', NULL, NULL),
|
||
(160, 'de_DE', 'Produktseite - oben dem Details-Bereich', NULL, NULL),
|
||
(161, 'de_DE', 'Produktseite - unten dem Details-Bereich', NULL, NULL),
|
||
(162, 'de_DE', 'Produktseite - erweitere Informationen', NULL, NULL),
|
||
(163, 'de_DE', 'Produktseite - unten', NULL, NULL),
|
||
(164, 'de_DE', 'Produktseite - CSS-Stylesheet', NULL, NULL),
|
||
(165, 'de_DE', 'Produktseite - Nach Integration von JavaScript', NULL, NULL),
|
||
(166, 'de_DE', 'Produktseite - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(167, 'de_DE', 'Kundenkonto - oben', NULL, NULL),
|
||
(168, 'de_DE', 'Kundenkonto - unten', NULL, NULL),
|
||
(169, 'de_DE', 'Kundenkonto - CSS-Stylesheet', NULL, NULL),
|
||
(170, 'de_DE', 'Kundenkonto - Nach Integration von JavaScript', NULL, NULL),
|
||
(171, 'de_DE', 'Kundenkonto - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(172, 'de_DE', 'Alle Produkte - oben', NULL, NULL),
|
||
(173, 'de_DE', 'Alle Produkte - unten', NULL, NULL),
|
||
(174, 'de_DE', 'Alle Produkte - CSS-Stylesheet', NULL, NULL),
|
||
(175, 'de_DE', 'Alle Produkte - nach der Integration von Javascript', NULL, NULL),
|
||
(176, 'de_DE', 'Alle Produkte - nach der Initialisierung von Javascript', NULL, NULL),
|
||
(177, 'de_DE', 'Produkt-Loop - oben', NULL, NULL),
|
||
(178, 'de_DE', 'Produkt-Loop - unten', NULL, NULL),
|
||
(179, 'de_DE', 'Kategorieseite - oben an der Sidebar', NULL, NULL),
|
||
(180, 'de_DE', 'Kategorieseite - Sidebars Body', NULL, NULL),
|
||
(181, 'de_DE', 'Kategorieseite - unten an der Sidebar', NULL, NULL),
|
||
(182, 'de_DE', 'Inhaltseite - oben an der Sidebar', NULL, NULL),
|
||
(183, 'de_DE', 'Inhaltseite - Sidebars Body', NULL, NULL),
|
||
(184, 'de_DE', 'Inhaltseite - unten an der Sidebar', NULL, NULL),
|
||
(185, 'de_DE', 'Lieferwahl - Erweiteren Bereich', NULL, NULL),
|
||
(186, 'de_DE', 'Lieferwahl - Javascript', NULL, NULL),
|
||
(187, 'de_DE', 'Kategorieseite - vor dem Hauptinhaltsbereich', NULL, NULL),
|
||
(188, 'de_DE', 'Kategorieseite - nach dem Hauptinhaltsbereich', NULL, NULL),
|
||
(189, 'de_DE', 'Inhaltseite- vor dem Hauptinhaltsbereich', NULL, NULL),
|
||
(190, 'de_DE', 'Inhaltseite - nach dem Hauptinhaltsbereich', NULL, NULL),
|
||
(191, 'de_DE', 'Ordnerseite - vor dem Hauptinhaltsbereich', NULL, NULL),
|
||
(192, 'de_DE', 'Ordnerseite - nach dem Hauptinhaltsbereich', NULL, NULL),
|
||
(193, 'de_DE', 'Marken Seite - oben', NULL, NULL),
|
||
(194, 'de_DE', 'Marken Seite - unten', NULL, NULL),
|
||
(195, 'de_DE', 'Marken Seite - oben des Hauptbereichs', NULL, NULL),
|
||
(196, 'de_DE', 'Marken Seite - unten des Hauptbereichs', NULL, NULL),
|
||
(197, 'de_DE', 'Marken Seite - vor dem Hauptinhaltsbereich', NULL, NULL),
|
||
(198, 'de_DE', 'Marken Seite - Nach dem Hauptinhalt Bereich', NULL, NULL),
|
||
(199, 'de_DE', 'Marken Seite - CSS-Stylesheet', NULL, NULL),
|
||
(200, 'de_DE', 'Marken Seite - Nach der Integration von Javascript', NULL, NULL),
|
||
(201, 'de_DE', 'Marken Seite - Javascript Initialisation', NULL, NULL),
|
||
(202, 'de_DE', 'Marken Seite - oben der Sidebar', NULL, NULL),
|
||
(203, 'de_DE', 'Marken Seite - Sidebars Body', NULL, NULL),
|
||
(204, 'de_DE', 'Marken Seite - unten der Sidebar', NULL, NULL),
|
||
(205, 'de_DE', 'Bestellungsdetails - oben', NULL, NULL),
|
||
(206, 'de_DE', 'Bestellungsdetails - weitere Informationen', NULL, NULL),
|
||
(207, 'de_DE', 'Bestellungsdetails - nach den allgemeinen Informationen', NULL, NULL),
|
||
(208, 'de_DE', 'Bestellungsdetails - weitere Informationen für den Versand', NULL, NULL),
|
||
(209, 'de_DE', 'Bestellungsdetails - Lieferadresse', NULL, NULL),
|
||
(210, 'de_DE', 'Bestellungsdetails - weitere Informationen für die Rechnung', NULL, NULL),
|
||
(211, 'de_DE', 'Bestellungsdetails - Rechnungsadresse', NULL, NULL),
|
||
(212, 'de_DE', 'Bestellungsdetails - Nach den Adressen', NULL, NULL),
|
||
(213, 'de_DE', 'Bestellungsdetails - vor der Produktliste', NULL, NULL),
|
||
(214, 'de_DE', 'Bestellungsdetails - weitere Informationen für ein Produkt', NULL, NULL),
|
||
(215, 'de_DE', 'Bestellungsdetails - nach der Produktliste', NULL, NULL),
|
||
(216, 'de_DE', 'Bestellungsdetails - nach den Produkten', NULL, NULL),
|
||
(217, 'de_DE', 'Bestellungsdetails - unten', NULL, NULL),
|
||
(218, 'de_DE', 'Bestellungsdetails - CSS-Stylesheet', NULL, NULL),
|
||
(219, 'de_DE', 'Bestellungsdetails - nach Integration von JavaScript', NULL, NULL),
|
||
(220, 'de_DE', 'Bestellungsdetails - Initialisierung von Javascript', NULL, NULL),
|
||
(221, 'de_DE', 'Kundenkonto - Erweitere Informationen', NULL, NULL),
|
||
(222, 'de_DE', 'Bestelldaten - nach einem Produkt', NULL, NULL),
|
||
(223, 'de_DE', 'Mini-Warenkorb', NULL, NULL),
|
||
(224, 'de_DE', NULL, NULL, NULL),
|
||
(225, 'de_DE', NULL, NULL, NULL),
|
||
(226, 'de_DE', NULL, NULL, NULL),
|
||
(227, 'de_DE', NULL, NULL, NULL),
|
||
(228, 'de_DE', NULL, NULL, NULL),
|
||
(229, 'de_DE', NULL, NULL, NULL),
|
||
(230, 'de_DE', NULL, NULL, NULL),
|
||
(231, 'de_DE', NULL, NULL, NULL),
|
||
(232, 'de_DE', NULL, NULL, NULL),
|
||
(233, 'de_DE', NULL, NULL, NULL),
|
||
(234, 'de_DE', NULL, NULL, NULL),
|
||
(235, 'de_DE', NULL, NULL, NULL),
|
||
(236, 'de_DE', NULL, NULL, NULL),
|
||
(237, 'de_DE', NULL, NULL, NULL),
|
||
(238, 'de_DE', NULL, NULL, NULL),
|
||
(239, 'de_DE', NULL, NULL, NULL),
|
||
(1, 'en_US', 'Invoice choice - at the top', NULL, NULL),
|
||
(2, 'en_US', 'Invoice choice - delivery address', NULL, NULL),
|
||
(3, 'en_US', 'Invoice choice - extra payment zone', NULL, NULL),
|
||
(4, 'en_US', 'Invoice choice - at the bottom', NULL, NULL),
|
||
(5, 'en_US', 'Invoice choice - after javascript initialisation', NULL, NULL),
|
||
(6, 'en_US', 'Invoice choice - CSS stylesheet', NULL, NULL),
|
||
(7, 'en_US', 'Invoice choice - after javascript include', NULL, NULL),
|
||
(8, 'en_US', 'Payment gateway - main area', NULL, NULL),
|
||
(9, 'en_US', 'Payment gateway - javascript', NULL, NULL),
|
||
(10, 'en_US', 'Payment gateway - after javascript initialisation', NULL, NULL),
|
||
(11, 'en_US', 'Payment gateway - CSS stylesheet', NULL, NULL),
|
||
(12, 'en_US', 'Payment gateway - after javascript include', NULL, NULL),
|
||
(13, 'en_US', 'Sitemap - at the bottom', NULL, NULL),
|
||
(14, 'en_US', 'Curency selection page - at the top', NULL, NULL),
|
||
(15, 'en_US', 'Curency selection page - at the bottom', NULL, NULL),
|
||
(16, 'en_US', 'Curency selection page - CSS stylesheet', NULL, NULL),
|
||
(17, 'en_US', 'Curency selection page - after javascript include', NULL, NULL),
|
||
(18, 'en_US', 'Curency selection page - after javascript initialisation', NULL, NULL),
|
||
(19, 'en_US', 'Login page - at the top', NULL, NULL),
|
||
(20, 'en_US', 'Login page - at the top of the main area', NULL, NULL),
|
||
(21, 'en_US', 'Login page - at the top of the form', NULL, NULL),
|
||
(22, 'en_US', 'Login page - at the bottom of the form', NULL, NULL),
|
||
(23, 'en_US', 'Login page - at the bottom of the main area', NULL, NULL),
|
||
(24, 'en_US', 'Login page - at the bottom', NULL, NULL),
|
||
(25, 'en_US', 'Login page - CSS stylesheet', NULL, NULL),
|
||
(26, 'en_US', 'Login page - after javascript include', NULL, NULL),
|
||
(27, 'en_US', 'Login page - after javascript initialisation', NULL, NULL),
|
||
(28, 'en_US', 'Update customer account - at the top', NULL, NULL),
|
||
(29, 'en_US', 'Update customer account - at the top of the form', NULL, NULL),
|
||
(30, 'en_US', 'Update customer account - at the bottom of the form', NULL, NULL),
|
||
(31, 'en_US', 'Update customer account - at the bottom', NULL, NULL),
|
||
(32, 'en_US', 'Update customer account - CSS stylesheet', NULL, NULL),
|
||
(33, 'en_US', 'Update customer account - after javascript include', NULL, NULL),
|
||
(34, 'en_US', 'Update customer account - after javascript initialisation', NULL, NULL),
|
||
(35, 'en_US', 'Cart - at the top', NULL, NULL),
|
||
(36, 'en_US', 'Cart - at the bottom', NULL, NULL),
|
||
(37, 'en_US', 'Cart - after javascript include', NULL, NULL),
|
||
(38, 'en_US', 'Cart - CSS stylesheet', NULL, NULL),
|
||
(39, 'en_US', 'Cart - javascript initialization', NULL, NULL),
|
||
(40, 'en_US', 'Contact page - at the top', NULL, NULL),
|
||
(41, 'en_US', 'Contact page - at the top of the form', NULL, NULL),
|
||
(42, 'en_US', 'Contact page - at the bottom of the form', NULL, NULL),
|
||
(43, 'en_US', 'Contact page - at the bottom', NULL, NULL),
|
||
(44, 'en_US', 'Contact page - CSS stylesheet', NULL, NULL),
|
||
(45, 'en_US', 'Contact page - after javascript include', NULL, NULL),
|
||
(46, 'en_US', 'Contact page - after javascript initialisation', NULL, NULL),
|
||
(47, 'en_US', 'Placed order - main area', NULL, NULL),
|
||
(48, 'en_US', 'Placed order - CSS stylesheet', NULL, NULL),
|
||
(49, 'en_US', 'Placed order - after javascript include', NULL, NULL),
|
||
(50, 'en_US', 'Placed order - after javascript initialisation', NULL, NULL),
|
||
(51, 'en_US', 'Search page - CSS stylesheet', NULL, NULL),
|
||
(52, 'en_US', 'Search page - after javascript include', NULL, NULL),
|
||
(53, 'en_US', 'Search page - after javascript initialisation', NULL, NULL),
|
||
(54, 'en_US', 'Register - at the top', NULL, NULL),
|
||
(55, 'en_US', 'Register - at the top of the form', NULL, NULL),
|
||
(56, 'en_US', 'Register - at the bottom of the form', NULL, NULL),
|
||
(57, 'en_US', 'Register - at the bottom', NULL, NULL),
|
||
(58, 'en_US', 'Register - CSS stylesheet', NULL, NULL),
|
||
(59, 'en_US', 'Register - after javascript include', NULL, NULL),
|
||
(60, 'en_US', 'Register - after javascript initialisation', NULL, NULL),
|
||
(61, 'en_US', 'Lost password - at the top', NULL, NULL),
|
||
(62, 'en_US', 'Lost password - at the top of the form', NULL, NULL),
|
||
(63, 'en_US', 'Lost password - at the bottom of the form', NULL, NULL),
|
||
(64, 'en_US', 'Lost password - at the bottom', NULL, NULL),
|
||
(65, 'en_US', 'Lost password - CSS stylesheet', NULL, NULL),
|
||
(66, 'en_US', 'Lost password - after javascript include', NULL, NULL),
|
||
(67, 'en_US', 'Lost password - javascript initialization', NULL, NULL),
|
||
(68, 'en_US', 'language selection page - at the top', NULL, NULL),
|
||
(69, 'en_US', 'language selection page - at the bottom', NULL, NULL),
|
||
(70, 'en_US', 'language selection page - CSS stylesheet', NULL, NULL),
|
||
(71, 'en_US', 'language selection page - after javascript include', NULL, NULL),
|
||
(72, 'en_US', 'language selection page - after javascript initialisation', NULL, NULL),
|
||
(73, 'en_US', 'Contact page - if successful response', NULL, NULL),
|
||
(74, 'en_US', 'Newsletter page - at the top', NULL, NULL),
|
||
(75, 'en_US', 'Newsletter page - at the bottom', NULL, NULL),
|
||
(76, 'en_US', 'Newsletter page - CSS stylesheet', NULL, NULL),
|
||
(77, 'en_US', 'Newsletter page - after javascript include', NULL, NULL),
|
||
(78, 'en_US', 'Newsletter page - after javascript initialisation', NULL, NULL),
|
||
(79, 'en_US', 'Payment failed - CSS stylesheet', NULL, NULL),
|
||
(80, 'en_US', 'Payment failed - after javascript include', NULL, NULL),
|
||
(81, 'en_US', 'Payment failed - javascript initialization', NULL, NULL),
|
||
(82, 'en_US', 'Content page - at the top', NULL, NULL),
|
||
(83, 'en_US', 'Content page - at the top of the main area', NULL, NULL),
|
||
(84, 'en_US', 'Content page - at the bottom of the main area', NULL, NULL),
|
||
(85, 'en_US', 'Content page - at the bottom', NULL, NULL),
|
||
(86, 'en_US', 'Content page - CSS stylesheet', NULL, NULL),
|
||
(87, 'en_US', 'Content page - after javascript include', NULL, NULL),
|
||
(88, 'en_US', 'Content page - after javascript initialisation', NULL, NULL),
|
||
(89, 'en_US', 'HTML layout - after the opening of the head tag', NULL, NULL),
|
||
(90, 'en_US', 'HTML layout - CSS stylesheet', NULL, NULL),
|
||
(91, 'en_US', 'HTML layout - before the end of the head tag', NULL, NULL),
|
||
(92, 'en_US', 'HTML layout - after the opening of the body tag', NULL, NULL),
|
||
(93, 'en_US', 'HTML layout - at the top of the header', NULL, NULL),
|
||
(94, 'en_US', 'HTML layout - secondary navigation', NULL, NULL),
|
||
(95, 'en_US', 'HTML layout - primary navigation', NULL, NULL),
|
||
(96, 'en_US', 'HTML layout - at the bottom of the header', NULL, NULL),
|
||
(97, 'en_US', 'HTML layout - before the main content area', NULL, NULL),
|
||
(98, 'en_US', 'HTML layout - after the main content area', NULL, NULL),
|
||
(99, 'en_US', 'HTML layout - at the top of the footer', NULL, NULL),
|
||
(100, 'en_US', 'HTML layout - footer body', NULL, NULL),
|
||
(101, 'en_US', 'HTML layout - bottom of the footer', NULL, NULL),
|
||
(102, 'en_US', 'HTML layout - after javascript include', NULL, NULL),
|
||
(103, 'en_US', 'HTML layout - javascript initialization', NULL, NULL),
|
||
(104, 'en_US', 'HTML layout - before the end body tag', NULL, NULL),
|
||
(105, 'en_US', 'Page 404 - content area', NULL, NULL),
|
||
(106, 'en_US', 'Page 404 - CSS stylesheet', NULL, NULL),
|
||
(107, 'en_US', 'Page 404 - after javascript include', NULL, NULL),
|
||
(108, 'en_US', 'Page 404 - after javascript initialisation', NULL, NULL),
|
||
(109, 'en_US', 'Delivery choice - at the top', NULL, NULL),
|
||
(110, 'en_US', 'Delivery choice - at the top of the form', NULL, NULL),
|
||
(111, 'en_US', 'Delivery choice - at the bottom of the form', NULL, NULL),
|
||
(112, 'en_US', 'Delivery choice - at the bottom', NULL, NULL),
|
||
(113, 'en_US', 'Delivery choice - after javascript initialisation', NULL, NULL),
|
||
(114, 'en_US', 'Delivery choice - CSS stylesheet', NULL, NULL),
|
||
(115, 'en_US', 'Delivery choice - after javascript include', NULL, NULL),
|
||
(116, 'en_US', 'Address creation - at the top', NULL, NULL),
|
||
(117, 'en_US', 'Address creation - at the top of the form', NULL, NULL),
|
||
(118, 'en_US', 'Address creation - at the bottom of the form', NULL, NULL),
|
||
(119, 'en_US', 'Address creation - at the bottom', NULL, NULL),
|
||
(120, 'en_US', 'Address creation - CSS stylesheet', NULL, NULL),
|
||
(121, 'en_US', 'Address creation - after javascript include', NULL, NULL),
|
||
(122, 'en_US', 'Address creation - after javascript initialisation', NULL, NULL),
|
||
(123, 'en_US', 'Folder page - at the top', NULL, NULL),
|
||
(124, 'en_US', 'Folder page - at the top of the main area', NULL, NULL),
|
||
(125, 'en_US', 'Folder page - at the bottom of the main area', NULL, NULL),
|
||
(126, 'en_US', 'Folder page - at the bottom', NULL, NULL),
|
||
(127, 'en_US', 'Folder page - CSS stylesheet', NULL, NULL),
|
||
(128, 'en_US', 'Folder page - after javascript include', NULL, NULL),
|
||
(129, 'en_US', 'Folder page - after javascript initialisation', NULL, NULL),
|
||
(130, 'en_US', 'Order failed - at the top', NULL, NULL),
|
||
(131, 'en_US', 'Order failed - at the bottom', NULL, NULL),
|
||
(132, 'en_US', 'Order failed - CSS stylesheet', NULL, NULL),
|
||
(133, 'en_US', 'Order failed - after javascript include', NULL, NULL),
|
||
(134, 'en_US', 'Order failed - after javascript initialisation', NULL, NULL),
|
||
(135, 'en_US', 'Category page - at the top', NULL, NULL),
|
||
(136, 'en_US', 'Category page - at the top of the main area', NULL, NULL),
|
||
(137, 'en_US', 'Category page - at the bottom of the main area', NULL, NULL),
|
||
(138, 'en_US', 'Category page - at the bottom', NULL, NULL),
|
||
(139, 'en_US', 'Category page - CSS stylesheet', NULL, NULL),
|
||
(140, 'en_US', 'Category page - after javascript include', NULL, NULL),
|
||
(141, 'en_US', 'Category page - after javascript initialisation', NULL, NULL),
|
||
(142, 'en_US', 'Address update - at the top', NULL, NULL),
|
||
(143, 'en_US', 'Address update - at the top of the form', NULL, NULL),
|
||
(144, 'en_US', 'Address update - at the bottom of the form', NULL, NULL),
|
||
(145, 'en_US', 'Address update - at the bottom', NULL, NULL),
|
||
(146, 'en_US', 'Address update - CSS stylesheet', NULL, NULL),
|
||
(147, 'en_US', 'Address update - after javascript include', NULL, NULL),
|
||
(148, 'en_US', 'Address update - after javascript initialisation', NULL, NULL),
|
||
(149, 'en_US', 'Home page - main area', NULL, NULL),
|
||
(150, 'en_US', 'Home page - CSS stylesheet', NULL, NULL),
|
||
(151, 'en_US', 'Home page - after javascript include', NULL, NULL),
|
||
(152, 'en_US', 'Home page - after javascript initialisation', NULL, NULL),
|
||
(153, 'en_US', 'Change password - at the top', NULL, NULL),
|
||
(154, 'en_US', 'Change password - at the bottom', NULL, NULL),
|
||
(155, 'en_US', 'Change password - CSS stylesheet', NULL, NULL),
|
||
(156, 'en_US', 'Change password - after javascript include', NULL, NULL),
|
||
(157, 'en_US', 'Change password - after javascript initialisation', NULL, NULL),
|
||
(158, 'en_US', 'Product page - at the top', NULL, NULL),
|
||
(159, 'en_US', 'Product page - photo gallery', NULL, NULL),
|
||
(160, 'en_US', 'Product page - at the top of the detail', NULL, NULL),
|
||
(161, 'en_US', 'Product page - at the bottom of the detail area', NULL, NULL),
|
||
(162, 'en_US', 'Product page - additional information', NULL, NULL),
|
||
(163, 'en_US', 'Product page - at the bottom', NULL, NULL),
|
||
(164, 'en_US', 'Product page - CSS stylesheet', NULL, NULL),
|
||
(165, 'en_US', 'Product page - after javascript include', NULL, NULL),
|
||
(166, 'en_US', 'Product page - after javascript initialisation', NULL, NULL),
|
||
(167, 'en_US', 'customer account - at the top', NULL, NULL),
|
||
(168, 'en_US', 'customer account - at the bottom', NULL, NULL),
|
||
(169, 'en_US', 'customer account - CSS stylesheet', NULL, NULL),
|
||
(170, 'en_US', 'customer account - after javascript include', NULL, NULL),
|
||
(171, 'en_US', 'customer account - after javascript initialisation', NULL, NULL),
|
||
(172, 'en_US', 'All Products - at the top', NULL, NULL),
|
||
(173, 'en_US', 'All Products - at the bottom', NULL, NULL),
|
||
(174, 'en_US', 'All Products - CSS stylesheet', NULL, NULL),
|
||
(175, 'en_US', 'All Products - after javascript include', NULL, NULL),
|
||
(176, 'en_US', 'All Products - after javascript initialisation', NULL, NULL),
|
||
(177, 'en_US', 'Product loop - at the top', NULL, NULL),
|
||
(178, 'en_US', 'Product loop - at the bottom', NULL, NULL),
|
||
(179, 'en_US', 'Category page - at the top of the sidebar', NULL, NULL),
|
||
(180, 'en_US', 'Category page - the body of the sidebar', NULL, NULL),
|
||
(181, 'en_US', 'Category page - at the bottom of the sidebar', NULL, NULL),
|
||
(182, 'en_US', 'Content page - at the top of the sidebar', NULL, NULL),
|
||
(183, 'en_US', 'Content page - the body of the sidebar', NULL, NULL),
|
||
(184, 'en_US', 'Content page - at the bottom of the sidebar', NULL, NULL),
|
||
(185, 'en_US', 'Delivery choice - extra area', NULL, NULL),
|
||
(186, 'en_US', 'Delivery choice - javascript', NULL, NULL),
|
||
(187, 'en_US', 'Category page - before the main content area', NULL, NULL),
|
||
(188, 'en_US', 'Category page - after the main content area', NULL, NULL),
|
||
(189, 'en_US', 'Content page - before the main content area', NULL, NULL),
|
||
(190, 'en_US', 'Content page - after the main content area', NULL, NULL),
|
||
(191, 'en_US', 'Folder page - before the main content area', NULL, NULL),
|
||
(192, 'en_US', 'Folder page - after the main content area', NULL, NULL),
|
||
(193, 'en_US', 'Brands page - at the top', NULL, NULL),
|
||
(194, 'en_US', 'Brands page - at the bottom', NULL, NULL),
|
||
(195, 'en_US', 'Brands page - at the top of the main area', NULL, NULL),
|
||
(196, 'en_US', 'Brands page - at the bottom of the main area', NULL, NULL),
|
||
(197, 'en_US', 'Brands page - before the main content area', NULL, NULL),
|
||
(198, 'en_US', 'Brands page - after the main content area', NULL, NULL),
|
||
(199, 'en_US', 'Brands page - CSS stylesheet', NULL, NULL),
|
||
(200, 'en_US', 'Brands page - after javascript include', NULL, NULL),
|
||
(201, 'en_US', 'Brands page - javascript initialization', NULL, NULL),
|
||
(202, 'en_US', 'Brands page - at the top of the sidebar', NULL, NULL),
|
||
(203, 'en_US', 'Brands page - the body of the sidebar', NULL, NULL),
|
||
(204, 'en_US', 'Brands page - at the bottom of the sidebar', NULL, NULL),
|
||
(205, 'en_US', 'Order details - at the top', NULL, NULL),
|
||
(206, 'en_US', 'Order details - additional information', NULL, NULL),
|
||
(207, 'en_US', 'Order details - after global information', NULL, NULL),
|
||
(208, 'en_US', 'Order details - additional delivery information', NULL, NULL),
|
||
(209, 'en_US', 'Order details - delivery address', NULL, NULL),
|
||
(210, 'en_US', 'Order details - additional invoice information', NULL, NULL),
|
||
(211, 'en_US', 'Order details - invoice address', NULL, NULL),
|
||
(212, 'en_US', 'Order details - after addresses', NULL, NULL),
|
||
(213, 'en_US', 'Order details - before products list', NULL, NULL),
|
||
(214, 'en_US', 'Order details - additional product information', NULL, NULL),
|
||
(215, 'en_US', 'Order details - after products list', NULL, NULL),
|
||
(216, 'en_US', 'Order details - after products', NULL, NULL),
|
||
(217, 'en_US', 'Order details - at the bottom', NULL, NULL),
|
||
(218, 'en_US', 'Order details - CSS stylesheet', NULL, NULL),
|
||
(219, 'en_US', 'Order details - after javascript include', NULL, NULL),
|
||
(220, 'en_US', 'Order details - javascript initialization', NULL, NULL),
|
||
(221, 'en_US', 'Customer account - additional information', NULL, NULL),
|
||
(222, 'en_US', 'Order details - after product', NULL, NULL),
|
||
(223, 'en_US', 'Mini cart', NULL, NULL),
|
||
(224, 'en_US', 'Sale - at the top', NULL, NULL),
|
||
(225, 'en_US', 'Sale - at the bottom', NULL, NULL),
|
||
(226, 'en_US', 'Sale - at the top of the main area', NULL, NULL),
|
||
(227, 'en_US', 'Sale - at the bottom of the main area', NULL, NULL),
|
||
(228, 'en_US', 'Sale - before the main content area', NULL, NULL),
|
||
(229, 'en_US', 'Sale - after the main content area', NULL, NULL),
|
||
(230, 'en_US', 'Sale - CSS stylesheet', NULL, NULL),
|
||
(231, 'en_US', 'Sale - after javascript include', NULL, NULL),
|
||
(232, 'en_US', 'Sale - javascript initialization', NULL, NULL),
|
||
(233, 'en_US', 'Order details - after invoice address', NULL, NULL),
|
||
(234, 'en_US', 'Order details - after delivery address', NULL, NULL),
|
||
(235, 'en_US', 'Newsletter unsubscribe page - at the top', NULL, NULL),
|
||
(236, 'en_US', 'Newsletter unsubscribe page - at the bottom', NULL, NULL),
|
||
(237, 'en_US', 'Newsletter unsubscribe page - CSS stylesheet', NULL, NULL),
|
||
(238, 'en_US', 'Newsletter unsubscribe page - after javascript include', NULL, NULL),
|
||
(239, 'en_US', 'Newsletter unsubscribe page - after javascript initialisation', NULL, NULL),
|
||
(1, 'es_ES', 'Opción de factura - en la parte superior', NULL, NULL),
|
||
(2, 'es_ES', 'Opción de factura - dirección de envío', NULL, NULL),
|
||
(3, 'es_ES', 'Opción de factura - zona de pago extra', NULL, NULL),
|
||
(4, 'es_ES', 'Opción de factura - en la parte inferior de la factura', NULL, NULL),
|
||
(5, 'es_ES', 'Opción de factura - después de la inicialización de javascript', NULL, NULL),
|
||
(6, 'es_ES', 'Opción de factura - hoja de estilos CSS', NULL, NULL),
|
||
(7, 'es_ES', 'Opción de factura - después de incluir javascript', NULL, NULL),
|
||
(8, 'es_ES', 'Pasarela de pago - área principal', NULL, NULL),
|
||
(9, 'es_ES', 'Pasarela de pago - JavaScript', NULL, NULL),
|
||
(10, 'es_ES', 'Pasarela de pago - después de inicializar JavaScript', NULL, NULL),
|
||
(11, 'es_ES', 'Pasarela de pago - Hoja de estilos CSS', NULL, NULL),
|
||
(12, 'es_ES', 'Pasarela de pago - después de incluir JavaScript', NULL, NULL),
|
||
(13, 'es_ES', 'Mapa de sitio - en la base', NULL, NULL),
|
||
(14, 'es_ES', 'Página de selección de divisa - en la parte superior', NULL, NULL),
|
||
(15, 'es_ES', 'Página de selección de divisa - en la parte inferior', NULL, NULL),
|
||
(16, 'es_ES', 'Página de selección de divisa - hoja de estilos CSS', NULL, NULL),
|
||
(17, 'es_ES', 'Página de selección de divisa - después de inclusión javascript', NULL, NULL),
|
||
(18, 'es_ES', 'Página de selección de divisa - después de la inicialización de javascript', NULL, NULL),
|
||
(19, 'es_ES', 'Página de inicio de sesión - en la parte superior', NULL, NULL),
|
||
(20, 'es_ES', 'Página de inicio de sesión - en la parte superior del área principal', NULL, NULL),
|
||
(21, 'es_ES', 'Página de inicio de sesión - en la parte superior del formulario', NULL, NULL),
|
||
(22, 'es_ES', 'Página de inicio de sesión - en la parte inferior del formulario', NULL, NULL),
|
||
(23, 'es_ES', 'Página de inicio de sesión - en la parte inferior del área principal', NULL, NULL),
|
||
(24, 'es_ES', 'Página de inicio de sesión - en la parte inferior', NULL, NULL),
|
||
(25, 'es_ES', 'Página de inicio de sesión - hoja de estilos CSS', NULL, NULL),
|
||
(26, 'es_ES', 'Página de inicio de sesión - después de incluir JavaScript', NULL, NULL),
|
||
(27, 'es_ES', 'Página de inicio de sesión - después de la inicialización de JavaScript', NULL, NULL),
|
||
(28, 'es_ES', 'Actualización de cuenta de cliente - encabezado', NULL, NULL),
|
||
(29, 'es_ES', 'Actualización de cuenta de cliente - encabezado del formulario', NULL, NULL),
|
||
(30, 'es_ES', 'Actualización de cuenta de cliente - al pie del formulario', NULL, NULL),
|
||
(31, 'es_ES', 'Actualización de cuenta de cliente - al pie', NULL, NULL),
|
||
(32, 'es_ES', 'Actualización de cuenta del cliente - Hoja de estilos CSS', NULL, NULL),
|
||
(33, 'es_ES', 'Actualización de cuenta del cliente - después de incluir JavaScript', NULL, NULL),
|
||
(34, 'es_ES', 'Actualización de cuenta de cliente - después de inicializar JavaScript', NULL, NULL),
|
||
(35, 'es_ES', 'Carrito - En la parte superior', NULL, NULL),
|
||
(36, 'es_ES', 'Carrito - En la parte inferior', NULL, NULL),
|
||
(37, 'es_ES', 'Carro - después de inclusión javascript', NULL, NULL),
|
||
(38, 'es_ES', 'Carrito - hoja de estilos CSS', NULL, NULL),
|
||
(39, 'es_ES', 'Carro - inicialización de javascript', NULL, NULL),
|
||
(40, 'es_ES', 'Página de contacto - en la parte superior', NULL, NULL),
|
||
(41, 'es_ES', 'Página de contacto - en la parte superior del formulario', NULL, NULL),
|
||
(42, 'es_ES', 'Página de contacto - en la parte inferior del formulario', NULL, NULL),
|
||
(43, 'es_ES', 'Página de contacto - en la parte inferior', NULL, NULL),
|
||
(44, 'es_ES', 'Página de contacto - hoja de estilos CSS', NULL, NULL),
|
||
(45, 'es_ES', 'Página de contacto - después del include de javascript', NULL, NULL),
|
||
(46, 'es_ES', 'Página de contacto - después de la inicialización de javascript', NULL, NULL),
|
||
(47, 'es_ES', 'Orden registrada - área principal', NULL, NULL),
|
||
(48, 'es_ES', 'Orden registrada - Hoja de estilo CSS', NULL, NULL),
|
||
(49, 'es_ES', 'Orden registrada - después del javascript include', NULL, NULL),
|
||
(50, 'es_ES', 'Orden registrada - después de la inicialización de Javascript', NULL, NULL),
|
||
(51, 'es_ES', 'Página de búsqueda - Hoja de Estilos en Cascada', NULL, NULL),
|
||
(52, 'es_ES', 'Página de búsqueda - después de incluir JavaScript', NULL, NULL),
|
||
(53, 'es_ES', 'Página de búsqueda - después de inicializar JavaScript', NULL, NULL),
|
||
(54, 'es_ES', 'Registro - en la parte superior', NULL, NULL),
|
||
(55, 'es_ES', 'Registro - en la parte superior del formulario', NULL, NULL),
|
||
(56, 'es_ES', 'Registro - en la parte inferior del formulario', NULL, NULL),
|
||
(57, 'es_ES', 'Registro - en la parte inferior', NULL, NULL),
|
||
(58, 'es_ES', 'Registro - hoja de estilos CSS', NULL, NULL),
|
||
(59, 'es_ES', 'Registro - después de incluir JavaScript', NULL, NULL),
|
||
(60, 'es_ES', 'Registro - después de la inicialización de JavaScript', NULL, NULL),
|
||
(61, 'es_ES', 'Contraseña perdida - en la parte superior', NULL, NULL),
|
||
(62, 'es_ES', 'Contraseña perdida - en la parte superior del formulario', NULL, NULL),
|
||
(63, 'es_ES', 'Contraseña perdida - en la parte inferior del formulario', NULL, NULL),
|
||
(64, 'es_ES', 'Contraseña perdida - en la parte inferior', NULL, NULL),
|
||
(65, 'es_ES', 'Contraseña perdida - hoja de estilos CSS', NULL, NULL),
|
||
(66, 'es_ES', 'Contraseña perdida - después de incluir javascript', NULL, NULL),
|
||
(67, 'es_ES', 'Contraseña perdida - inicialización de JavaScript', NULL, NULL),
|
||
(68, 'es_ES', 'página de selección de idioma - en la parte superior', NULL, NULL),
|
||
(69, 'es_ES', 'página de selección de idioma - en la parte inferior', NULL, NULL),
|
||
(70, 'es_ES', 'página de selección de idioma - hoja de estilos CSS', NULL, NULL),
|
||
(71, 'es_ES', 'página de selección de idioma - después de incluir JavaScript', NULL, NULL),
|
||
(72, 'es_ES', 'página de selección de idioma - después de la inicialización de JavaScript', NULL, NULL),
|
||
(73, 'es_ES', 'Página de contacto - si la respuesta es exitosa', NULL, NULL),
|
||
(74, 'es_ES', 'Página del boletín de noticias - en la parte superior', NULL, NULL),
|
||
(75, 'es_ES', 'Página del boletín de noticias - en la parte inferior', NULL, NULL),
|
||
(76, 'es_ES', 'Página del boletín de noticias - hoja de estilos CSS', NULL, NULL),
|
||
(77, 'es_ES', 'Página del boletín de noticias - después de incluir JavaScript', NULL, NULL),
|
||
(78, 'es_ES', 'Página del boletín de noticias - después de la inicialización de JavaScript', NULL, NULL),
|
||
(79, 'es_ES', 'Pago erróneo - Hoja de Estilos CSS', NULL, NULL),
|
||
(80, 'es_ES', 'Pago erróneo - después de incluir JavaScript', NULL, NULL),
|
||
(81, 'es_ES', 'Pago erróneo - inicialización de JavaScript', NULL, NULL),
|
||
(82, 'es_ES', 'Página de contacto - en la parte superior', NULL, NULL),
|
||
(83, 'es_ES', 'Página de contenido - en la parte superior de la zona principal', NULL, NULL),
|
||
(84, 'es_ES', 'Página de contenido - en la parte inferior de la zona principal', NULL, NULL),
|
||
(85, 'es_ES', 'Página de contacto - en la parte inferior', NULL, NULL),
|
||
(86, 'es_ES', 'Página de contacto - hoja de estilos CSS', NULL, NULL),
|
||
(87, 'es_ES', 'Página de contacto - después del include de javascript', NULL, NULL),
|
||
(88, 'es_ES', 'Página de contacto - después de la inicialización de javascript', NULL, NULL),
|
||
(89, 'es_ES', 'Diseño HTML - después de la etiqueta head de apertura', NULL, NULL),
|
||
(90, 'es_ES', 'Diseño HTML - hojas de estilo CSS', NULL, NULL),
|
||
(91, 'es_ES', 'Diseño HTML - antes de la etiqueta head de cierre', NULL, NULL),
|
||
(92, 'es_ES', 'Diseño HTML - después de la etiqueta body de apertura', NULL, NULL),
|
||
(93, 'es_ES', 'Diseño HTML - en la parte superior de la cabecera', NULL, NULL),
|
||
(94, 'es_ES', 'Diseño HTML - navegación secundaria', NULL, NULL),
|
||
(95, 'es_ES', 'Diseño HTML - navegación principal', NULL, NULL),
|
||
(96, 'es_ES', 'Diseño HTML - en la parte inferior de la cabecera', NULL, NULL),
|
||
(97, 'es_ES', 'Diseño HTML - antes el área de contenido principal', NULL, NULL),
|
||
(98, 'es_ES', 'Diseño HTML - después del área de contenido principal', NULL, NULL),
|
||
(99, 'es_ES', 'Diseño HTML - en la parte superior del pie de página', NULL, NULL),
|
||
(100, 'es_ES', 'Diseño HTML - cuerpo del pie de página', NULL, NULL),
|
||
(101, 'es_ES', 'Diseño HTML - parte inferior del pie de página', NULL, NULL),
|
||
(102, 'es_ES', 'Diseño HTML - después de incluir javascript', NULL, NULL),
|
||
(103, 'es_ES', 'Diseño HTML - inicialización de JavaScript', NULL, NULL),
|
||
(104, 'es_ES', 'Diseño HTML - antes de la etiqueta body de cierre', NULL, NULL),
|
||
(105, 'es_ES', 'Página 404 - área de contenido', NULL, NULL),
|
||
(106, 'es_ES', 'Página 404 - CSS Hoja de estilos', NULL, NULL),
|
||
(107, 'es_ES', 'Página 404 - después de incluir JavaScript', NULL, NULL),
|
||
(108, 'es_ES', 'Página 404 - después de inicializar JavaScript', NULL, NULL),
|
||
(109, 'es_ES', 'Opción de entrega - en la cabecera', NULL, NULL),
|
||
(110, 'es_ES', 'Opción de entrega - en la cabecera del formulario', NULL, NULL),
|
||
(111, 'es_ES', 'Opción de entrega - en el pie del formulario', NULL, NULL),
|
||
(112, 'es_ES', 'Elección de entrega - en el pie', NULL, NULL),
|
||
(113, 'es_ES', 'Opción de entrega - despues de inicializar el javascript', NULL, NULL),
|
||
(114, 'es_ES', 'Opción de entrega - CSS', NULL, NULL),
|
||
(115, 'es_ES', 'Opción de entrega - después de incluir el javascript', NULL, NULL),
|
||
(116, 'es_ES', 'Creación de dirección - en la parte superior', NULL, NULL),
|
||
(117, 'es_ES', 'Creación de dirección - en la parte superior del formulario', NULL, NULL),
|
||
(118, 'es_ES', 'Creación de dirección - en la parte inferior del formulario', NULL, NULL),
|
||
(119, 'es_ES', 'Creación de dirección - en la parte inferior', NULL, NULL),
|
||
(120, 'es_ES', 'Creación de dirección - hoja de estilos CSS', NULL, NULL),
|
||
(121, 'es_ES', 'Creación de dirección- después del include javascript', NULL, NULL),
|
||
(122, 'es_ES', 'Creación de dirección - después de la inicialización de javascript', NULL, NULL),
|
||
(123, 'es_ES', 'Carpeta de página - en la parte superior', NULL, NULL),
|
||
(124, 'es_ES', 'Carpeta de página - en la parte superior del área principal', NULL, NULL),
|
||
(125, 'es_ES', 'Carpeta de página - al final del área principal', NULL, NULL),
|
||
(126, 'es_ES', 'Carpeta de página - al final', NULL, NULL),
|
||
(127, 'es_ES', 'Página de la carpeta - hoja de estilos CSS', NULL, NULL),
|
||
(128, 'es_ES', 'Carpeta de página - después de incluir JavaScript', NULL, NULL),
|
||
(129, 'es_ES', 'Carpeta de página - después de inicialización de JavaScript', NULL, NULL),
|
||
(130, 'es_ES', 'Pedido erróneo - al tope', NULL, NULL),
|
||
(131, 'es_ES', 'Pedido erróneo - al pie', NULL, NULL),
|
||
(132, 'es_ES', 'Pedido erróneo - Hoja de Estilos CSS', NULL, NULL),
|
||
(133, 'es_ES', 'Pedido erróneo - después de incluir JavaScript', NULL, NULL),
|
||
(134, 'es_ES', 'Pedido erróneo - después de la inicialización de JavaScript', NULL, NULL),
|
||
(135, 'es_ES', 'Página de la categoría - en la parte superior', NULL, NULL),
|
||
(136, 'es_ES', 'Página de categoría - en la parte superior de la zona principal', NULL, NULL),
|
||
(137, 'es_ES', 'Página de la categoría - en la parte inferior de la zona principal', NULL, NULL),
|
||
(138, 'es_ES', 'Página de la categoría - en la parte inferior', NULL, NULL),
|
||
(139, 'es_ES', 'Página de la categoría - hoja de estilos CSS', NULL, NULL),
|
||
(140, 'es_ES', 'Página de la categoría - después de inclusión javascript', NULL, NULL),
|
||
(141, 'es_ES', 'Página de la categoría - después de la inicialización de javascript', NULL, NULL),
|
||
(142, 'es_ES', 'Actualizar dirección - en la parte superior', NULL, NULL),
|
||
(143, 'es_ES', 'Actualizar dirección - en la parte superior del formulario', NULL, NULL),
|
||
(144, 'es_ES', 'Actualización de dirección - en la parte inferior del formulario', NULL, NULL),
|
||
(145, 'es_ES', 'Actualización de dirección - en la parte inferior', NULL, NULL),
|
||
(146, 'es_ES', 'Actualización de dirección - hoja de estilos CSS', NULL, NULL),
|
||
(147, 'es_ES', 'Actualización de dirección - tras el include javascript', NULL, NULL),
|
||
(148, 'es_ES', 'Actualización de dirección - después de la inicialización de javascript', NULL, NULL),
|
||
(149, 'es_ES', 'Página de inicio - Área Principal', NULL, NULL),
|
||
(150, 'es_ES', 'Página de inicio - hoja de estilos CSS', NULL, NULL),
|
||
(151, 'es_ES', 'Página de inicio - después de incluir JavaScript', NULL, NULL),
|
||
(152, 'es_ES', 'Página de inicio - después de la inicialización de JavaScript', NULL, NULL),
|
||
(153, 'es_ES', 'Cambiar contraseña - en la parte superior', NULL, NULL),
|
||
(154, 'es_ES', 'Cambiar contraseña - en la parte inferior', NULL, NULL),
|
||
(155, 'es_ES', 'Cambiar contraseña - hoja de estilos CSS', NULL, NULL),
|
||
(156, 'es_ES', 'Cambiar contraseña - después de inclusión javascript', NULL, NULL),
|
||
(157, 'es_ES', 'Cambiar contraseña - después de la inicialización de javascript', NULL, NULL),
|
||
(158, 'es_ES', 'Página de producto - en la parte superior', NULL, NULL),
|
||
(159, 'es_ES', 'Página de producto - Galería de fotos', NULL, NULL),
|
||
(160, 'es_ES', 'Página de producto - en la parte superior del detalle', NULL, NULL),
|
||
(161, 'es_ES', 'Página de producto - en la parte inferior del área de detalle', NULL, NULL),
|
||
(162, 'es_ES', 'Página de producto - información adicional', NULL, NULL),
|
||
(163, 'es_ES', 'Página de producto - en la parte inferior', NULL, NULL),
|
||
(164, 'es_ES', 'Página de producto - hoja de estilos CSS', NULL, NULL),
|
||
(165, 'es_ES', 'Página de producto - después de incluir JavaScript', NULL, NULL),
|
||
(166, 'es_ES', 'Página de producto - después de la inicialización de Javascript', NULL, NULL),
|
||
(167, 'es_ES', 'cuenta de cliente - en la parte superior', NULL, NULL),
|
||
(168, 'es_ES', 'cuenta de cliente - en la parte inferior', NULL, NULL),
|
||
(169, 'es_ES', 'cuenta de cliente - hoja de estilos CSS', NULL, NULL),
|
||
(170, 'es_ES', 'cuenta de cliente - después de incluir JavaScript', NULL, NULL),
|
||
(171, 'es_ES', 'cuenta de cliente - después de la inicialización de JavaScript', NULL, NULL),
|
||
(172, 'es_ES', 'Todos los productos - en la parte superior', NULL, NULL),
|
||
(173, 'es_ES', 'Todos los productos - en la parte inferior', NULL, NULL),
|
||
(174, 'es_ES', 'Todos los productos - hoja de estilos CSS', NULL, NULL),
|
||
(175, 'es_ES', 'Todos los productos - después de include javascript', NULL, NULL),
|
||
(176, 'es_ES', 'Todos los productos - después de la inicialización de javascript', NULL, NULL),
|
||
(177, 'es_ES', 'Ciclo del producto - en la parte superior', NULL, NULL),
|
||
(178, 'es_ES', 'Ciclo del producto - en la parte inferior', NULL, NULL),
|
||
(179, 'es_ES', 'Página de categoría - en la parte inferior de la barra lateral', NULL, NULL),
|
||
(180, 'es_ES', 'Página de categoría - el cuerpo de la barra lateral', NULL, NULL),
|
||
(181, 'es_ES', 'Página de la categoría - en la parte inferior de la barra lateral', NULL, NULL),
|
||
(182, 'es_ES', 'Página de contenido - en la parte superior de la barra lateral', NULL, NULL),
|
||
(183, 'es_ES', 'Página de contenido - cuerpo de la barra lateral', NULL, NULL),
|
||
(184, 'es_ES', 'Página de contenido - en la parte inferior de la barra lateral', NULL, NULL),
|
||
(185, 'es_ES', 'Opción de entrega - área extra', NULL, NULL),
|
||
(186, 'es_ES', 'Opción de entrega - javascript', NULL, NULL),
|
||
(187, 'es_ES', 'Página de categoría - antes el área de contenido principal', NULL, NULL),
|
||
(188, 'es_ES', 'Página de la categoría - después el área de contenido principal', NULL, NULL),
|
||
(189, 'es_ES', 'Página de contenido - antes del área de contenido principal', NULL, NULL),
|
||
(190, 'es_ES', 'Página de contenido - después del área de contenido principal', NULL, NULL),
|
||
(191, 'es_ES', 'Carpeta de página - antes del área de contenido principal', NULL, NULL),
|
||
(192, 'es_ES', 'Carpeta de página - después del área de contenido principal', NULL, NULL),
|
||
(193, 'es_ES', 'Página de las marcas - en la parte superior', NULL, NULL),
|
||
(194, 'es_ES', 'Página de las marcas - en la parte inferior', NULL, NULL),
|
||
(195, 'es_ES', 'Página de las marcas - en la parte inferior del área principal', NULL, NULL),
|
||
(196, 'es_ES', 'Página de las marcas - en la parte inferior del área principal', NULL, NULL),
|
||
(197, 'es_ES', 'Página de marcas - antes del área de contenido principal', NULL, NULL),
|
||
(198, 'es_ES', 'Página de marcas - después el área de contenido principal', NULL, NULL),
|
||
(199, 'es_ES', 'Página de marcas - hoja de estilos CSS', NULL, NULL),
|
||
(200, 'es_ES', 'Página de marcas - después de inclusión de javascript', NULL, NULL),
|
||
(201, 'es_ES', 'Página de marcas - inicialización de javascript', NULL, NULL),
|
||
(202, 'es_ES', 'Página de las marcas - en la parte inferior de la barra lateral', NULL, NULL),
|
||
(203, 'es_ES', 'Página de marcas - el cuerpo de la barra lateral', NULL, NULL),
|
||
(204, 'es_ES', 'Página de las marcas - en la parte inferior de la barra lateral', NULL, NULL),
|
||
(205, 'es_ES', 'Detalles de la orden - en la parte superior', NULL, NULL),
|
||
(206, 'es_ES', 'Detalles de la Orden - información adicional', NULL, NULL),
|
||
(207, 'es_ES', 'Detalles de la orden - después de la información global', NULL, NULL),
|
||
(208, 'es_ES', 'Detalles de la Orden - información adicional del envío', NULL, NULL),
|
||
(209, 'es_ES', 'Pedir detalles - dirección de envío', NULL, NULL),
|
||
(210, 'es_ES', 'Detalles de la Orden - información adicional de la factura', NULL, NULL),
|
||
(211, 'es_ES', 'Detalles de la orden - dirección de factura', NULL, NULL),
|
||
(212, 'es_ES', 'Detalles de la Orden - después de direcciones', NULL, NULL),
|
||
(213, 'es_ES', 'Detalles de la orden - antes de lista de productos', NULL, NULL),
|
||
(214, 'es_ES', 'Detalles de la Orden - información adicional del producto', NULL, NULL),
|
||
(215, 'es_ES', 'Detalles de la orden - después de la lista de productos', NULL, NULL),
|
||
(216, 'es_ES', 'Detalles de la orden - después de los productos', NULL, NULL),
|
||
(217, 'es_ES', 'Detalles de la orden - en la parte inferior', NULL, NULL),
|
||
(218, 'es_ES', 'Detalles de la Orden - hoja de estilos CSS', NULL, NULL),
|
||
(219, 'es_ES', 'Detalles de la orden - después de incluir JavaScript', NULL, NULL),
|
||
(220, 'es_ES', 'Detalles de la Orden - inicialización de JavaScript', NULL, NULL),
|
||
(221, 'es_ES', 'Cuenta de cliente - información adicional', NULL, NULL),
|
||
(222, 'es_ES', 'Detalles de la orden - después del producto', NULL, NULL),
|
||
(223, 'es_ES', 'Mini tarjeta', NULL, NULL),
|
||
(224, 'es_ES', 'Venta - encabezado', NULL, NULL),
|
||
(225, 'es_ES', 'Venta - al pie', NULL, NULL),
|
||
(226, 'es_ES', 'Venta - encabezado del área principal', NULL, NULL),
|
||
(227, 'es_ES', 'Venta - al pie del área principal', NULL, NULL),
|
||
(228, 'es_ES', 'Venta - antes del área de contenido principal', NULL, NULL),
|
||
(229, 'es_ES', 'Venta - después del área de contenido principal', NULL, NULL),
|
||
(230, 'es_ES', 'Venta - Hoja de estilos CSS', NULL, NULL),
|
||
(231, 'es_ES', 'Venta - después de incluir JavaScript', NULL, NULL),
|
||
(232, 'es_ES', 'Venta - inicialización de JavaScript', NULL, NULL),
|
||
(233, 'es_ES', 'Detalles de pedido - después de la dirección de facturación', NULL, NULL),
|
||
(234, 'es_ES', 'Detalles de pedido - después de la dirección de entrega', NULL, NULL),
|
||
(235, 'es_ES', 'Página de baja del boletín - en la parte superior', NULL, NULL),
|
||
(236, 'es_ES', 'Página de baja del boletín - al pie', NULL, NULL),
|
||
(237, 'es_ES', 'Página de baja del boletín - Hoja de estilos CSS', NULL, NULL),
|
||
(238, 'es_ES', 'Página de baja del boletín - después de incluir JavaScript', NULL, NULL),
|
||
(239, 'es_ES', 'Página de baja del boletín - después de la inicialización de JavaScript', NULL, NULL),
|
||
(1, 'fr_FR', 'Choix du mode de paiement - en haut', NULL, NULL),
|
||
(2, 'fr_FR', 'Choix du mode de paiement - adresse de livraison', NULL, NULL),
|
||
(3, 'fr_FR', 'Choix du mode de paiement - zone de paiement supplémentaire', NULL, NULL),
|
||
(4, 'fr_FR', 'Choix du mode de paiement - en bas', NULL, NULL),
|
||
(5, 'fr_FR', 'Choix du mode de paiement - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(6, 'fr_FR', 'Choix du mode de paiement - feuille de style CSS', NULL, NULL),
|
||
(7, 'fr_FR', 'Choix du mode de paiement - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(8, 'fr_FR', 'Passerelle de paiement - zone principale', NULL, NULL),
|
||
(9, 'fr_FR', 'Passerelle de paiement - javascript', NULL, NULL),
|
||
(10, 'fr_FR', 'Passerelle de paiement - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(11, 'fr_FR', 'Passerelle de paiement - feuille de style CSS', NULL, NULL),
|
||
(12, 'fr_FR', 'Passerelle de paiement - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(13, 'fr_FR', 'Sitemap - en bas', NULL, NULL),
|
||
(14, 'fr_FR', 'Page du choix de la device - en haut', NULL, NULL),
|
||
(15, 'fr_FR', 'Page du choix de la device - en bas', NULL, NULL),
|
||
(16, 'fr_FR', 'Page du choix de la device - feuille de style CSS', NULL, NULL),
|
||
(17, 'fr_FR', 'Page du choix de la device - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(18, 'fr_FR', 'Page du choix de la device - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(19, 'fr_FR', 'Page de connexion - en haut', NULL, NULL),
|
||
(20, 'fr_FR', 'Page de connexion - en haut de la zone principal', NULL, NULL),
|
||
(21, 'fr_FR', 'Page de connexion - en haut du formulaire', NULL, NULL),
|
||
(22, 'fr_FR', 'Page de connexion - en bas du formulaire', NULL, NULL),
|
||
(23, 'fr_FR', 'Page de connexion - en bas de la zone principal', NULL, NULL),
|
||
(24, 'fr_FR', 'Page de connexion - en bas', NULL, NULL),
|
||
(25, 'fr_FR', 'Page de connexion - feuille de style CSS', NULL, NULL),
|
||
(26, 'fr_FR', 'Page de connexion - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(27, 'fr_FR', 'Page de connexion - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(28, 'fr_FR', 'Modification compte client - en haut', NULL, NULL),
|
||
(29, 'fr_FR', 'Modification compte client - en haut du formulaire', NULL, NULL),
|
||
(30, 'fr_FR', 'Modification compte client - en bas du formulaire', NULL, NULL),
|
||
(31, 'fr_FR', 'Modification compte client - en bas', NULL, NULL),
|
||
(32, 'fr_FR', 'Modification compte client - feuille de style CSS', NULL, NULL),
|
||
(33, 'fr_FR', 'Modification compte client - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(34, 'fr_FR', 'Modification compte client - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(35, 'fr_FR', 'Panier - en haut', NULL, NULL),
|
||
(36, 'fr_FR', 'Panier - en bas', NULL, NULL),
|
||
(37, 'fr_FR', 'Panier - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(38, 'fr_FR', 'Panier - feuille de style CSS', NULL, NULL),
|
||
(39, 'fr_FR', 'Panier - initialisation du JavaScript', NULL, NULL),
|
||
(40, 'fr_FR', 'Page contact - en haut', NULL, NULL),
|
||
(41, 'fr_FR', 'Page contact - en haut du formulaire', NULL, NULL),
|
||
(42, 'fr_FR', 'Page contact - en bas du formulaire', NULL, NULL),
|
||
(43, 'fr_FR', 'Page contact - en bas', NULL, NULL),
|
||
(44, 'fr_FR', 'Page contact - feuille de style CSS', NULL, NULL),
|
||
(45, 'fr_FR', 'Page contact - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(46, 'fr_FR', 'Page contact - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(47, 'fr_FR', 'Commande terminée - zone principale', NULL, NULL),
|
||
(48, 'fr_FR', 'Commande terminée - feuille de style CSS', NULL, NULL),
|
||
(49, 'fr_FR', 'Commande terminée - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(50, 'fr_FR', 'Commande terminée - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(51, 'fr_FR', 'Page de recherche - feuille de style CSS', NULL, NULL),
|
||
(52, 'fr_FR', 'Page de recherche - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(53, 'fr_FR', 'Page de recherche - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(54, 'fr_FR', 'Création de compte - en haut', NULL, NULL),
|
||
(55, 'fr_FR', 'Création de compte - en haut du formulaire', NULL, NULL),
|
||
(56, 'fr_FR', 'Création de compte - en bas du formulaire', NULL, NULL),
|
||
(57, 'fr_FR', 'Création de compte - en bas', NULL, NULL),
|
||
(58, 'fr_FR', 'Création de compte - feuille de style CSS', NULL, NULL),
|
||
(59, 'fr_FR', 'Création de compte - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(60, 'fr_FR', 'Création de compte - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(61, 'fr_FR', 'Mot de passe perdu - en haut', NULL, NULL),
|
||
(62, 'fr_FR', 'Mot de passe perdu - en haut du formulaire', NULL, NULL),
|
||
(63, 'fr_FR', 'Mot de passe perdu - en bas du formulaire', NULL, NULL),
|
||
(64, 'fr_FR', 'Mot de passe perdu - en bas', NULL, NULL),
|
||
(65, 'fr_FR', 'Mot de passe perdu - feuille de style CSS', NULL, NULL),
|
||
(66, 'fr_FR', 'Mot de passe perdu - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(67, 'fr_FR', 'Mot de passe perdu - initialisation du JavaScript', NULL, NULL),
|
||
(68, 'fr_FR', 'Page du choix du langage - en haut', NULL, NULL),
|
||
(69, 'fr_FR', 'Page du choix du langage - en bas', NULL, NULL),
|
||
(70, 'fr_FR', 'Page du choix du langage - feuille de style CSS', NULL, NULL),
|
||
(71, 'fr_FR', 'Page du choix du langage - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(72, 'fr_FR', 'Page du choix du langage - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(73, 'fr_FR', 'Page contact - en cas de succès', NULL, NULL),
|
||
(74, 'fr_FR', 'Page newsletter - en haut', NULL, NULL),
|
||
(75, 'fr_FR', 'Page newsletter - en bas', NULL, NULL),
|
||
(76, 'fr_FR', 'Page newsletter - feuille de style CSS', NULL, NULL),
|
||
(77, 'fr_FR', 'Page newsletter - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(78, 'fr_FR', 'Page newsletter - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(79, 'fr_FR', 'Échec du paiement - feuille de style CSS', NULL, NULL),
|
||
(80, 'fr_FR', 'Echec du paiement - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(81, 'fr_FR', 'Echec du paiement - initialisation du JavaScript', NULL, NULL),
|
||
(82, 'fr_FR', 'Page de contenu - en haut', NULL, NULL),
|
||
(83, 'fr_FR', 'Page de contenu - en haut de la zone principal', NULL, NULL),
|
||
(84, 'fr_FR', 'Page de contenu - en bas de la zone principal', NULL, NULL),
|
||
(85, 'fr_FR', 'Page de contenu - en bas', NULL, NULL),
|
||
(86, 'fr_FR', 'Page de contenu - feuille de style CSS', NULL, NULL),
|
||
(87, 'fr_FR', 'Page de contenu - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(88, 'fr_FR', 'Page de contenu - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(89, 'fr_FR', 'Structure HTML - après l\'ouverture de la balise head', NULL, NULL),
|
||
(90, 'fr_FR', 'Structure HTML - feuille de style CSS', NULL, NULL),
|
||
(91, 'fr_FR', 'Structure HTML - avant la fin de la balise head', NULL, NULL),
|
||
(92, 'fr_FR', 'Structure HTML - après l\'ouverture de la balise body', NULL, NULL),
|
||
(93, 'fr_FR', 'Structure HTML - en haut du header', NULL, NULL),
|
||
(94, 'fr_FR', 'Structure HTML - navigation secondaire', NULL, NULL),
|
||
(95, 'fr_FR', 'Structure HTML - navigation principale', NULL, NULL),
|
||
(96, 'fr_FR', 'Structure HTML - en bas du header', NULL, NULL),
|
||
(97, 'fr_FR', 'Structure HTML - au dessus de la zone de contenu principale', NULL, NULL),
|
||
(98, 'fr_FR', 'Structure HTML - en dessous de la zone de contenu principale', NULL, NULL),
|
||
(99, 'fr_FR', 'Structure HTML - en haut du pied de page', NULL, NULL),
|
||
(100, 'fr_FR', 'Structure HTML - corps du pied de page', NULL, NULL),
|
||
(101, 'fr_FR', 'Structure HTML - en bas du pied de page', NULL, NULL),
|
||
(102, 'fr_FR', 'Structure HTML - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(103, 'fr_FR', 'Structure HTML - initialisation du JavaScript', NULL, NULL),
|
||
(104, 'fr_FR', 'Structure HTML - avant la fin de la balise body', NULL, NULL),
|
||
(105, 'fr_FR', 'Page introuvable - zone de contenu', NULL, NULL),
|
||
(106, 'fr_FR', 'Page introuvable - feuille de style CSS', NULL, NULL),
|
||
(107, 'fr_FR', 'Page introuvable - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(108, 'fr_FR', 'Page introuvable - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(109, 'fr_FR', 'Choix du transporteur - en haut', NULL, NULL),
|
||
(110, 'fr_FR', 'Choix du transporteur - en haut du formulaire', NULL, NULL),
|
||
(111, 'fr_FR', 'Choix du transporteur - en bas du formulaire', NULL, NULL),
|
||
(112, 'fr_FR', 'Choix du transporteur - en bas', NULL, NULL),
|
||
(113, 'fr_FR', 'Choix du transporteur - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(114, 'fr_FR', 'Choix du transporteur - feuille de style CSS', NULL, NULL),
|
||
(115, 'fr_FR', 'Choix du transporteur - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(116, 'fr_FR', 'Création d\'adresse - en haut', NULL, NULL),
|
||
(117, 'fr_FR', 'Création d\'adresse - en haut du formulaire', NULL, NULL),
|
||
(118, 'fr_FR', 'Création d\'adresse - en bas du formulaire', NULL, NULL),
|
||
(119, 'fr_FR', 'Création d\'adresse - en bas', NULL, NULL),
|
||
(120, 'fr_FR', 'Création d\'adresse - feuille de style CSS', NULL, NULL),
|
||
(121, 'fr_FR', 'Création d\'adresse - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(122, 'fr_FR', 'Création d\'adresse - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(123, 'fr_FR', 'Page dossier - en haut', NULL, NULL),
|
||
(124, 'fr_FR', 'Page dossier - en haut de la zone principale', NULL, NULL),
|
||
(125, 'fr_FR', 'Page dossier - en bas de la zone principale', NULL, NULL),
|
||
(126, 'fr_FR', 'Page dossier - en bas', NULL, NULL),
|
||
(127, 'fr_FR', 'Page dossier - feuille de style CSS', NULL, NULL),
|
||
(128, 'fr_FR', 'Page dossier - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(129, 'fr_FR', 'Page dossier - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(130, 'fr_FR', 'Échec de la commande - en haut', NULL, NULL),
|
||
(131, 'fr_FR', 'Échec de la commande - en bas', NULL, NULL),
|
||
(132, 'fr_FR', 'Échec de la commande - feuille de style CSS', NULL, NULL),
|
||
(133, 'fr_FR', 'Echec de la commande - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(134, 'fr_FR', 'Echec de la commande - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(135, 'fr_FR', 'Page catégorie - en haut', NULL, NULL),
|
||
(136, 'fr_FR', 'Page catégorie - en haut de la zone principal', NULL, NULL),
|
||
(137, 'fr_FR', 'Page catégorie - en bas de la zone principal', NULL, NULL),
|
||
(138, 'fr_FR', 'Page catégorie - en bas', NULL, NULL),
|
||
(139, 'fr_FR', 'Page catégorie - feuille de style CSS', NULL, NULL),
|
||
(140, 'fr_FR', 'Page catégorie - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(141, 'fr_FR', 'Page catégorie - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(142, 'fr_FR', 'Modification d\'adresse - en haut', NULL, NULL),
|
||
(143, 'fr_FR', 'Modification d\'adresse - en haut du formulaire', NULL, NULL),
|
||
(144, 'fr_FR', 'Modification d\'adresse - en bas du formulaire', NULL, NULL),
|
||
(145, 'fr_FR', 'Modification d\'adresse - en bas', NULL, NULL),
|
||
(146, 'fr_FR', 'Modification d\'adresse - feuille de style CSS', NULL, NULL),
|
||
(147, 'fr_FR', 'Modification d\'adresse - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(148, 'fr_FR', 'Modification d\'adresse - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(149, 'fr_FR', 'Page d\'accueil - zone principale', NULL, NULL),
|
||
(150, 'fr_FR', 'Page d\'accueil - feuille de style CSS', NULL, NULL),
|
||
(151, 'fr_FR', 'Page d\'accueil - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(152, 'fr_FR', 'Page d\'accueil - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(153, 'fr_FR', 'Changement de mot de passe - en haut', NULL, NULL),
|
||
(154, 'fr_FR', 'Changement de mot de passe - en bas', NULL, NULL),
|
||
(155, 'fr_FR', 'Changement de mot de passe - feuille de style CSS', NULL, NULL),
|
||
(156, 'fr_FR', 'Changement de mot de passe - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(157, 'fr_FR', 'Changement de mot de passe - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(158, 'fr_FR', 'Page produit - en haut', NULL, NULL),
|
||
(159, 'fr_FR', 'Page produit - galerie photos', NULL, NULL),
|
||
(160, 'fr_FR', 'Page produit - en haut de la zone détail', NULL, NULL),
|
||
(161, 'fr_FR', 'Page produit - en dessous de la zone de détail', NULL, NULL),
|
||
(162, 'fr_FR', 'Page produit - informations additionnelles', NULL, NULL),
|
||
(163, 'fr_FR', 'Page produit - en bas', NULL, NULL),
|
||
(164, 'fr_FR', 'Page produit - feuille de style CSS', NULL, NULL),
|
||
(165, 'fr_FR', 'Page produit - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(166, 'fr_FR', 'Page produit - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(167, 'fr_FR', 'Compte client - en haut', NULL, NULL),
|
||
(168, 'fr_FR', 'Compte client - en bas', NULL, NULL),
|
||
(169, 'fr_FR', 'Compte client - feuille de style CSS', NULL, NULL),
|
||
(170, 'fr_FR', 'Compte client - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(171, 'fr_FR', 'Compte client - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(172, 'fr_FR', 'Tous les produits - en haut', NULL, NULL),
|
||
(173, 'fr_FR', 'Tous les produits - en bas', NULL, NULL),
|
||
(174, 'fr_FR', 'Tous les produits - feuille de style CSS', NULL, NULL),
|
||
(175, 'fr_FR', 'Tous les produits - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(176, 'fr_FR', 'Tous les produits - après l\'initialisation du JavaScript', NULL, NULL),
|
||
(177, 'fr_FR', 'Boucle produit - en haut', NULL, NULL),
|
||
(178, 'fr_FR', 'Boucle produit - en bas', NULL, NULL),
|
||
(179, 'fr_FR', 'Page catégorie - en haut de la sidebar', NULL, NULL),
|
||
(180, 'fr_FR', 'Page catégorie - le corps de la sidebar', NULL, NULL),
|
||
(181, 'fr_FR', 'Page catégorie - en bas de la sidebar', NULL, NULL),
|
||
(182, 'fr_FR', 'Page de contenu - en haut de la sidebar', NULL, NULL),
|
||
(183, 'fr_FR', 'Page de contenu - le corps de la sidebar', NULL, NULL),
|
||
(184, 'fr_FR', 'Page de contenu - en bas de la sidebar', NULL, NULL),
|
||
(185, 'fr_FR', 'Choix du transporteur - zone supplémentaire', NULL, NULL),
|
||
(186, 'fr_FR', 'Choix du transporteur - javascript', NULL, NULL),
|
||
(187, 'fr_FR', 'Page catégorie - au dessus de la zone de contenu principale', NULL, NULL),
|
||
(188, 'fr_FR', 'Page catégorie - en dessous de la zone de contenu principale', NULL, NULL),
|
||
(189, 'fr_FR', 'Page de contenu - au dessus de la zone de contenu principale', NULL, NULL),
|
||
(190, 'fr_FR', 'Page de contenu - en dessous de la zone de contenu principale', NULL, NULL),
|
||
(191, 'fr_FR', 'Page dossier - au dessus de la zone de contenu principale', NULL, NULL),
|
||
(192, 'fr_FR', 'Page dossier - en dessous de la zone de contenu principale', NULL, NULL),
|
||
(193, 'fr_FR', 'Page des marques - en haut', NULL, NULL),
|
||
(194, 'fr_FR', 'Page des marques - en bas', NULL, NULL),
|
||
(195, 'fr_FR', 'Page des marques - en haut de la zone principal', NULL, NULL),
|
||
(196, 'fr_FR', 'Page des marques - en bas de la zone principal', NULL, NULL),
|
||
(197, 'fr_FR', 'Page des marques - au dessus de la zone de contenu principale', NULL, NULL),
|
||
(198, 'fr_FR', 'Page des marques - en dessous de la zone de contenu principale', NULL, NULL),
|
||
(199, 'fr_FR', 'Page des marques - feuille de style CSS', NULL, NULL),
|
||
(200, 'fr_FR', 'Page des marques - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(201, 'fr_FR', 'Page des marques - initialisation du JavaScript', NULL, NULL),
|
||
(202, 'fr_FR', 'Page des marques - en haut de la sidebar', NULL, NULL),
|
||
(203, 'fr_FR', 'Page des marques - le corps de la sidebar', NULL, NULL),
|
||
(204, 'fr_FR', 'Page des marques - en bas de la sidebar', NULL, NULL),
|
||
(205, 'fr_FR', 'Détail d\'une commande - en haut', NULL, NULL),
|
||
(206, 'fr_FR', 'Détail d\'une commande - informations additionnelles', NULL, NULL),
|
||
(207, 'fr_FR', 'Détail d\'une commande - après les informations générales', NULL, NULL),
|
||
(208, 'fr_FR', 'Détail d\'une commande - informations additionnelles pour l\'expédition', NULL, NULL),
|
||
(209, 'fr_FR', 'Détail d\'une commande - adresse de livraison', NULL, NULL),
|
||
(210, 'fr_FR', 'Détail d\'une commande - informations additionnelles pour la facturation', NULL, NULL),
|
||
(211, 'fr_FR', 'Détail d\'une commande - adresse de facturation', NULL, NULL),
|
||
(212, 'fr_FR', 'Détail d\'une commande - Après les adresses', NULL, NULL),
|
||
(213, 'fr_FR', 'Détail d\'une commande - avant la liste des produits', NULL, NULL),
|
||
(214, 'fr_FR', 'Détail d\'une commande - informations additionnelles pour un produit', NULL, NULL),
|
||
(215, 'fr_FR', 'Détail d\'une commande - après la liste des produits', NULL, NULL),
|
||
(216, 'fr_FR', 'Détail d\'une commande - Après les produits', NULL, NULL),
|
||
(217, 'fr_FR', 'Détail d\'une commande - en bas', NULL, NULL),
|
||
(218, 'fr_FR', 'Détail d\'une commande - feuille de style CSS', NULL, NULL),
|
||
(219, 'fr_FR', 'Détail d\'une commande - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(220, 'fr_FR', 'Détail d\'une commande - initialisation du JavaScript', NULL, NULL),
|
||
(221, 'fr_FR', 'Compte client - informations additionnelles', NULL, NULL),
|
||
(222, 'fr_FR', 'Détail d\'une commande - Après un produit', NULL, NULL),
|
||
(223, 'fr_FR', 'Mini panier', NULL, NULL),
|
||
(224, 'fr_FR', 'Promotion - en haut', NULL, NULL),
|
||
(225, 'fr_FR', 'Promotion - en bas', NULL, NULL),
|
||
(226, 'fr_FR', 'Promotion - en haut de la zone principal', NULL, NULL),
|
||
(227, 'fr_FR', 'Promotion - en bas de la zone principal', NULL, NULL),
|
||
(228, 'fr_FR', 'Promotion - au dessous de la zone de contenu principale', NULL, NULL),
|
||
(229, 'fr_FR', 'Promotion - en dessous de la zone de contenu principale', NULL, NULL),
|
||
(230, 'fr_FR', 'Promotion - feuille de style CSS', NULL, NULL),
|
||
(231, 'fr_FR', 'Promotion - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(232, 'fr_FR', 'Promotion - initialisation du JavaScript', NULL, NULL),
|
||
(233, 'fr_FR', 'Détail d\'une commande - après l\'adresse de facturation', NULL, NULL),
|
||
(234, 'fr_FR', 'Détails d\'une commande - après l\'adresse de livraison', NULL, NULL),
|
||
(235, 'fr_FR', 'Désabonnement newsletter - en haut', NULL, NULL),
|
||
(236, 'fr_FR', 'Désabonnement newsletter - en bas', NULL, NULL),
|
||
(237, 'fr_FR', 'Désabonnement newsletter - feuille de style CSS', NULL, NULL),
|
||
(238, 'fr_FR', 'Désabonnement newsletter - après l\'inclusion du JavaScript', NULL, NULL),
|
||
(239, 'fr_FR', 'Désabonnement newsletter - après l\'initialisation du JavaScript', NULL, NULL)
|
||
;
|
||
|
||
-- Insert I18n admin hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
(1000, 'de_DE', 'Kategorie - Inhalt', NULL, NULL),
|
||
(1001, 'de_DE', 'Inhalt - Inhalt', NULL, NULL),
|
||
(1002, 'de_DE', 'Ordner - Inhalt', NULL, NULL),
|
||
(1003, 'de_DE', 'Bestellung - Inhalt', NULL, NULL),
|
||
(1004, 'de_DE', 'Produkt - Inhalt', NULL, NULL),
|
||
(1005, 'de_DE', 'Karakteristiken-Angaben - Tabellenkopf', NULL, NULL),
|
||
(1006, 'de_DE', 'Karakteristiken-Angaben - Tabellenzeile', NULL, NULL),
|
||
(1007, 'de_DE', 'Karakteristik - Angabe-Erstellungsformular', NULL, NULL),
|
||
(1008, 'de_DE', 'Karakteristik - JavaScript Änderung', NULL, NULL),
|
||
(1009, 'de_DE', 'Produkt - JavaScript Änderung', NULL, NULL),
|
||
(1010, 'de_DE', 'Gutschein - JavaScript erstellen', NULL, NULL),
|
||
(1011, 'de_DE', 'Taxes - Änderungs-Formular', NULL, NULL),
|
||
(1012, 'de_DE', 'Taxregel - JavaScript Änderung', NULL, NULL),
|
||
(1013, 'de_DE', 'Tools - oben', NULL, NULL),
|
||
(1014, 'de_DE', 'Tools - oben der Spalte', NULL, NULL),
|
||
(1015, 'de_DE', 'Tools - unten der Spalte 1', NULL, NULL),
|
||
(1016, 'de_DE', 'Tools - unten', NULL, NULL),
|
||
(1017, 'de_DE', 'Tools - JavaScript', NULL, NULL),
|
||
(1018, 'de_DE', 'Nachrichten - oben', NULL, NULL),
|
||
(1019, 'de_DE', 'Nachrichten - Tabellenkopf', NULL, NULL),
|
||
(1020, 'de_DE', 'Nachrichten - Tabellenzeile', NULL, NULL),
|
||
(1021, 'de_DE', 'Nachrichten - unten', NULL, NULL),
|
||
(1022, 'de_DE', 'Nachricht - Erstellungsformular', NULL, NULL),
|
||
(1023, 'de_DE', 'Nachricht - Löschungsformular', NULL, NULL),
|
||
(1024, 'de_DE', 'Nachrichten - JavaScript', NULL, NULL),
|
||
(1025, 'de_DE', 'Taxeregeln - oben', NULL, NULL),
|
||
(1026, 'de_DE', 'Taxeregeln - unten', NULL, NULL),
|
||
(1027, 'de_DE', 'Taxe - Erstellungsformular', NULL, NULL),
|
||
(1028, 'de_DE', 'Taxe - Löschungsformular', NULL, NULL),
|
||
(1029, 'de_DE', 'Taxregel - Erstellungsformular', NULL, NULL),
|
||
(1030, 'de_DE', 'Taxregel - Löschungsformular', NULL, NULL),
|
||
(1031, 'de_DE', 'Taxeregeln - JavaScript', NULL, NULL),
|
||
(1032, 'de_DE', 'Exporte - oben', NULL, NULL),
|
||
(1033, 'de_DE', 'Exporte - unten einer Kategorie', NULL, NULL),
|
||
(1034, 'de_DE', 'Exporte - unten der Spalte 1', NULL, NULL),
|
||
(1035, 'de_DE', 'Exporte - JavaScript', NULL, NULL),
|
||
(1036, 'de_DE', 'Export - JavaScript', NULL, NULL),
|
||
(1037, 'de_DE', 'Produkt - Ordner Tabellenkopf', NULL, NULL),
|
||
(1038, 'de_DE', 'Produkt - Ordner Tabellenzeile', NULL, NULL),
|
||
(1039, 'de_DE', 'Produkt - Preisedetails Formular', NULL, NULL),
|
||
(1040, 'de_DE', 'Produkt - Bestandänderung Formular', NULL, NULL),
|
||
(1041, 'de_DE', 'Produkt - Sonderangebotdetails Formular', NULL, NULL),
|
||
(1042, 'de_DE', 'Produkt - vor den Kombinationen', NULL, NULL),
|
||
(1043, 'de_DE', 'Produkt - Kombinationsliste-Bildunterschrift', NULL, NULL),
|
||
(1044, 'de_DE', 'Produkt - nach den Kombinationen', NULL, NULL),
|
||
(1045, 'de_DE', 'Produkt - Kombinations-Löschungsformular', NULL, NULL),
|
||
(1046, 'de_DE', 'Modulen - Tabellenkopf', NULL, NULL),
|
||
(1047, 'de_DE', 'Modulen - Tabellenzeile', NULL, NULL),
|
||
(1048, 'de_DE', 'Währung - JavaScript Änderung', NULL, NULL),
|
||
(1049, 'de_DE', 'Kategorie - Inhalts Tabellenkopf', NULL, NULL),
|
||
(1050, 'de_DE', 'Kategorie - Inhalts Tabellenzeile', NULL, NULL),
|
||
(1051, 'de_DE', 'Kategorie - JavaScript Änderung', NULL, NULL),
|
||
(1052, 'de_DE', 'Dokument - JavaScript Änderung', NULL, NULL),
|
||
(1053, 'de_DE', 'Kunde - oben', NULL, NULL),
|
||
(1054, 'de_DE', 'Kunden - Bildunterschrift', NULL, NULL),
|
||
(1055, 'de_DE', 'Kunden - Tabellenkopf', NULL, NULL),
|
||
(1056, 'de_DE', 'Kunden - Zeile', NULL, NULL),
|
||
(1057, 'de_DE', 'Kunde - unten', NULL, NULL),
|
||
(1058, 'de_DE', 'Kunde - Erstellungsformular', NULL, NULL),
|
||
(1059, 'de_DE', 'Kunde - Löschungsformular', NULL, NULL),
|
||
(1060, 'de_DE', 'Kunden - JavaScript', NULL, NULL),
|
||
(1061, 'de_DE', 'Produkt - Inhalte Tabellenkopf', NULL, NULL),
|
||
(1062, 'de_DE', 'Produkt - Inhalte Tabellenzeile', NULL, NULL),
|
||
(1063, 'de_DE', 'Produkt - Zubehör Tabellenkopf', NULL, NULL),
|
||
(1064, 'de_DE', 'Produkt - Zubehör Tabellenzeile', NULL, NULL),
|
||
(1065, 'de_DE', 'Produkt - Kategorien Tabellenkopf', NULL, NULL),
|
||
(1066, 'de_DE', 'Produkt - Kategorien Tabellenzeile', NULL, NULL),
|
||
(1067, 'de_DE', 'Produkt - Deklination Tabellenkopf', NULL, NULL),
|
||
(1068, 'de_DE', 'Produkt - Deklination Tabellenzeile', NULL, NULL),
|
||
(1069, 'de_DE', 'Produkt - Charakteristiken Tabellenkopf', NULL, NULL),
|
||
(1070, 'de_DE', 'Produkt - Charakteristiken Tabellenzeile', NULL, NULL),
|
||
(1071, 'de_DE', 'Template - Tabellenkopf attributs', NULL, NULL),
|
||
(1072, 'de_DE', 'Template - Tabellenzeile attributs', NULL, NULL),
|
||
(1073, 'de_DE', 'Template - Charakteristiken Tabellenkopf', NULL, NULL),
|
||
(1074, 'de_DE', 'Template - Charakteristiken Tabellenzeile', NULL, NULL),
|
||
(1075, 'de_DE', 'Templates - oben', NULL, NULL),
|
||
(1076, 'de_DE', 'Templates - Tabellenkopf', NULL, NULL),
|
||
(1077, 'de_DE', 'Templates - Tabellenzeile', NULL, NULL),
|
||
(1078, 'de_DE', 'Templates - unten', NULL, NULL),
|
||
(1079, 'de_DE', 'Template - Erstellungsformular', NULL, NULL),
|
||
(1080, 'de_DE', 'Template - Löschungsformular', NULL, NULL),
|
||
(1081, 'de_DE', 'Templates - JavaScript', NULL, NULL),
|
||
(1082, 'de_DE', 'Konfiguration - oben', NULL, NULL),
|
||
(1083, 'de_DE', 'Konfiguration - oben an dem Katalogsbereich', NULL, NULL),
|
||
(1084, 'de_DE', 'Konfiguration - unten an dem katalog', NULL, NULL),
|
||
(1085, 'de_DE', 'Konfiguration - oben an der Lieferzone', NULL, NULL),
|
||
(1086, 'de_DE', 'Konfiguration - unten an der Lieferzone', NULL, NULL),
|
||
(1087, 'de_DE', 'Konfiguration - oben an dem Systembereich', NULL, NULL),
|
||
(1088, 'de_DE', 'Konfiguration - unten an dem Systembereich', NULL, NULL),
|
||
(1089, 'de_DE', 'Konfiguration - unten', NULL, NULL),
|
||
(1090, 'de_DE', 'Konfiguration - JavaScript', NULL, NULL),
|
||
(1091, 'de_DE', 'Dashboard - oben', NULL, NULL),
|
||
(1092, 'de_DE', 'Dashboard - in der Mitte', NULL, NULL),
|
||
(1093, 'de_DE', 'Dashboard - unten', NULL, NULL),
|
||
(1094, 'de_DE', 'Bestellungen - oben', NULL, NULL),
|
||
(1095, 'de_DE', 'Bestellungen - Tabellenkopf', NULL, NULL),
|
||
(1096, 'de_DE', 'Bestellungen - Tabellenzeile', NULL, NULL),
|
||
(1097, 'de_DE', 'Bestellungen - unten', NULL, NULL),
|
||
(1098, 'de_DE', 'Bestellungen - JavaScript', NULL, NULL),
|
||
(1099, 'de_DE', 'Lieferzone - oben', NULL, NULL),
|
||
(1100, 'de_DE', 'Lieferzone - Tabellenkopf', NULL, NULL),
|
||
(1101, 'de_DE', 'Lieferzone - Tabellenzeile', NULL, NULL),
|
||
(1102, 'de_DE', 'Lieferzone - unten', NULL, NULL),
|
||
(1103, 'de_DE', 'Lieferzone - JavaScript', NULL, NULL),
|
||
(1104, 'de_DE', 'Inhalt - JavaScript Änderung', NULL, NULL),
|
||
(1105, 'de_DE', 'Accueil - oben', NULL, NULL),
|
||
(1106, 'de_DE', 'Accueil - unten', NULL, NULL),
|
||
(1107, 'de_DE', 'Accueil - JavaScript', NULL, NULL),
|
||
(1108, 'de_DE', 'Modulen - oben', NULL, NULL),
|
||
(1109, 'de_DE', 'Modulen - unten', NULL, NULL),
|
||
(1110, 'de_DE', 'Modulen - JavaScript', NULL, NULL),
|
||
(1111, 'de_DE', 'Sprachen - oben', NULL, NULL),
|
||
(1112, 'de_DE', 'Sprachen - unten', NULL, NULL),
|
||
(1113, 'de_DE', 'Sprache - Erstellungsformular', NULL, NULL),
|
||
(1114, 'de_DE', 'Sprachen - Löschungsformular', NULL, NULL),
|
||
(1115, 'de_DE', 'Sprachen - JavaScript', NULL, NULL),
|
||
(1116, 'de_DE', 'Zone - Löschungsformular', NULL, NULL),
|
||
(1117, 'de_DE', 'Lieferzone - JavaScript Änderung', NULL, NULL),
|
||
(1118, 'de_DE', 'System - JavaScript Logs', NULL, NULL),
|
||
(1119, 'de_DE', 'Suche - oben', NULL, NULL),
|
||
(1120, 'de_DE', 'Suche - unten', NULL, NULL),
|
||
(1121, 'de_DE', 'Suche - JavaScript', NULL, NULL),
|
||
(1122, 'de_DE', 'Administratoren - oben', NULL, NULL),
|
||
(1123, 'de_DE', 'Administratoren - unten', NULL, NULL),
|
||
(1124, 'de_DE', 'Administrator - Erstellungsformular', NULL, NULL),
|
||
(1125, 'de_DE', 'Administrator - Änderungsformular', NULL, NULL),
|
||
(1126, 'de_DE', 'Administrator - Löschungsformular', NULL, NULL),
|
||
(1127, 'de_DE', 'Administratoren - JavaScript', NULL, NULL),
|
||
(1128, 'de_DE', 'Modul Hook - JavaScript Änderung', NULL, NULL),
|
||
(1129, 'de_DE', 'Versandkonfiguration - oben', NULL, NULL),
|
||
(1130, 'de_DE', 'Versandkonfiguration - Tabellenkopf', NULL, NULL),
|
||
(1131, 'de_DE', 'Versandkonfiguration - Tabellenzeile', NULL, NULL),
|
||
(1132, 'de_DE', 'Versandkonfiguration - unten', NULL, NULL),
|
||
(1133, 'de_DE', 'Versandkonfiguration - Erstellungsformular', NULL, NULL),
|
||
(1134, 'de_DE', 'Versandkonfiguration - Löschungsformular', NULL, NULL),
|
||
(1135, 'de_DE', 'Versandkonfiguration - JavaScript', NULL, NULL),
|
||
(1136, 'de_DE', 'Karakteristiken - oben', NULL, NULL),
|
||
(1137, 'de_DE', 'Karakteristiken - Tabellenkopf', NULL, NULL),
|
||
(1138, 'de_DE', 'Karakteristiken - Tabellenzeile', NULL, NULL),
|
||
(1139, 'de_DE', 'Karakteristiken - unten', NULL, NULL),
|
||
(1140, 'de_DE', 'Karakteristik - Erstellungsformular', NULL, NULL),
|
||
(1141, 'de_DE', 'Karakteristik - Löschungsformular', NULL, NULL),
|
||
(1142, 'de_DE', 'Karakteristik - zu allen hinzufügen Formular', NULL, NULL),
|
||
(1143, 'de_DE', 'Karakteristik - multipel Löschungsformular', NULL, NULL),
|
||
(1144, 'de_DE', 'Karakteristiken - JavaScript', NULL, NULL),
|
||
(1145, 'de_DE', 'Modul - JavaScript Änderung', NULL, NULL),
|
||
(1146, 'de_DE', 'Modul Hook - Erstellungsformular', NULL, NULL),
|
||
(1147, 'de_DE', 'Modul Hook - Löschungsformular', NULL, NULL),
|
||
(1148, 'de_DE', 'Modul Hook - JavaScript', NULL, NULL),
|
||
(1149, 'de_DE', 'Versandkonfiguration - Änderung', NULL, NULL),
|
||
(1150, 'de_DE', 'Versandkonfiguration - Länder Löschungsfomular', NULL, NULL),
|
||
(1151, 'de_DE', 'Versandkonfiguration - JavaScript Änderung', NULL, NULL),
|
||
(1152, 'de_DE', 'E-Mail Sendung - oben', NULL, NULL),
|
||
(1153, 'de_DE', 'E-Mail Sendung - unten', NULL, NULL),
|
||
(1154, 'de_DE', 'E-Mail Sendung - JavaScript', NULL, NULL),
|
||
(1155, 'de_DE', 'Kategorien - oben', NULL, NULL),
|
||
(1156, 'de_DE', 'Kategorien - Bildunterschrift', NULL, NULL),
|
||
(1157, 'de_DE', 'Kategorien - Kopfzeile', NULL, NULL),
|
||
(1158, 'de_DE', 'Kategorien - Zeile', NULL, NULL),
|
||
(1159, 'de_DE', 'Produkte - Bildunterschrift', NULL, NULL),
|
||
(1160, 'de_DE', 'Produkte - Header', NULL, NULL),
|
||
(1161, 'de_DE', 'Produkte - Zeile', NULL, NULL),
|
||
(1162, 'de_DE', 'Kategorien - unten', NULL, NULL),
|
||
(1163, 'de_DE', 'Kategorien - unten an dem Katalog', NULL, NULL),
|
||
(1164, 'de_DE', 'Kategorie - Erstellungsformular', NULL, NULL),
|
||
(1165, 'de_DE', 'Produkt - Erstellungsformular', NULL, NULL),
|
||
(1166, 'de_DE', 'Kategorie - Löschungsformular', NULL, NULL),
|
||
(1167, 'de_DE', 'Produkt - Löschungsformular', NULL, NULL),
|
||
(1168, 'de_DE', 'Kategorien - JavaScript', NULL, NULL),
|
||
(1169, 'de_DE', 'Variablen - oben', NULL, NULL),
|
||
(1170, 'de_DE', 'Variablen - Tabellenkopf', NULL, NULL),
|
||
(1171, 'de_DE', 'Variablen - Tabellenzeile', NULL, NULL),
|
||
(1172, 'de_DE', 'Variablen - unten', NULL, NULL),
|
||
(1173, 'de_DE', 'Variable - Erstellungsformular', NULL, NULL),
|
||
(1174, 'de_DE', 'Variable - Löschungsformular', NULL, NULL),
|
||
(1175, 'de_DE', 'Variablen - JavaScript', NULL, NULL),
|
||
(1176, 'de_DE', 'Bestellung - Produktliste', NULL, NULL),
|
||
(1177, 'de_DE', 'Bestellung - JavaScript Änderung', NULL, NULL),
|
||
(1178, 'de_DE', 'Shop Informationen - JavaScript', NULL, NULL),
|
||
(1179, 'de_DE', 'Übersetzungen - JavaScript', NULL, NULL),
|
||
(1180, 'de_DE', 'Ordner - oben', NULL, NULL),
|
||
(1181, 'de_DE', 'Ordner - Bildunterschrift', NULL, NULL),
|
||
(1182, 'de_DE', 'Ordner - Header', NULL, NULL),
|
||
(1183, 'de_DE', 'Ordner - Zeile', NULL, NULL),
|
||
(1184, 'de_DE', 'Inhalte - Bildunterschrift', NULL, NULL),
|
||
(1185, 'de_DE', 'Inhalte - Kopfzeile', NULL, NULL),
|
||
(1186, 'de_DE', 'Inhalte - Zeile', NULL, NULL),
|
||
(1187, 'de_DE', 'Ordner - unten', NULL, NULL),
|
||
(1188, 'de_DE', 'Ordner - Erstellungsformular', NULL, NULL),
|
||
(1189, 'de_DE', 'Inhalt - Erstellungsformular', NULL, NULL),
|
||
(1190, 'de_DE', 'Ordner - Löschungsformular', NULL, NULL),
|
||
(1191, 'de_DE', 'Inhalt - Löschungsformular', NULL, NULL),
|
||
(1192, 'de_DE', 'Ordner - JavaScript', NULL, NULL),
|
||
(1193, 'de_DE', 'Template - JavaScript Änderung', NULL, NULL),
|
||
(1194, 'de_DE', 'Taxe - JavaScript Änderung', NULL, NULL),
|
||
(1195, 'de_DE', 'Hook - JavaScript Änderung', NULL, NULL),
|
||
(1196, 'de_DE', 'Länder - oben', NULL, NULL),
|
||
(1197, 'de_DE', 'Länder - Tabellenkopf', NULL, NULL),
|
||
(1198, 'de_DE', 'Länder - Tabellenzeile', NULL, NULL),
|
||
(1199, 'de_DE', 'Länder - unten', NULL, NULL),
|
||
(1200, 'de_DE', 'Land - Erstellungsformular', NULL, NULL),
|
||
(1201, 'de_DE', 'Land - Löschungsformular', NULL, NULL),
|
||
(1202, 'de_DE', 'Länder - JavaScript', NULL, NULL),
|
||
(1203, 'de_DE', 'Währungen - oben', NULL, NULL),
|
||
(1204, 'de_DE', 'Währungen - Tabellenkopf', NULL, NULL),
|
||
(1205, 'de_DE', 'Währungen - Tabellenzeile', NULL, NULL),
|
||
(1206, 'de_DE', 'Währungen - unten', NULL, NULL),
|
||
(1207, 'de_DE', 'Währung - Erstellungsformular', NULL, NULL),
|
||
(1208, 'de_DE', 'Währung - Löschungsformular', NULL, NULL),
|
||
(1209, 'de_DE', 'Währungen - JavaScript', NULL, NULL),
|
||
(1210, 'de_DE', 'Kunde - Modification', NULL, NULL),
|
||
(1211, 'de_DE', 'Kunde - Adresse-Erstellungsformular', NULL, NULL),
|
||
(1212, 'de_DE', 'Kunde - Adresse-Änderungsformular', NULL, NULL),
|
||
(1213, 'de_DE', 'Kunde - Adresse-Löschungsformular', NULL, NULL),
|
||
(1214, 'de_DE', 'Kunde - JavaScript Änderung', NULL, NULL),
|
||
(1215, 'de_DE', 'Deklinationenangaben - Tabellenkopf', NULL, NULL),
|
||
(1216, 'de_DE', 'Deklinationenangaben - Tabellenzeile', NULL, NULL),
|
||
(1217, 'de_DE', 'Deklinationsangabe - Erstellungsformular', NULL, NULL),
|
||
(1218, 'de_DE', 'Deklination - ID Löschungsformular', NULL, NULL),
|
||
(1219, 'de_DE', 'Deklination - JavaScript Änderung', NULL, NULL),
|
||
(1220, 'de_DE', 'Profile - oben', NULL, NULL),
|
||
(1221, 'de_DE', 'Profile - unten', NULL, NULL),
|
||
(1222, 'de_DE', 'Profil - Erstellungsformular', NULL, NULL),
|
||
(1223, 'de_DE', 'Profil - Löschungsformular', NULL, NULL),
|
||
(1224, 'de_DE', 'Profile - JavaScript', NULL, NULL),
|
||
(1225, 'de_DE', 'Land - JavaScript Änderung', NULL, NULL),
|
||
(1226, 'de_DE', 'Profil - JavaScript Änderung', NULL, NULL),
|
||
(1227, 'de_DE', 'Variable - JavaScript Änderung', NULL, NULL),
|
||
(1228, 'de_DE', 'Gutschein - JavaScript Änderung', NULL, NULL),
|
||
(1229, 'de_DE', 'Gutschein - oben', NULL, NULL),
|
||
(1230, 'de_DE', 'Gutschein - Bildunterschrift', NULL, NULL),
|
||
(1231, 'de_DE', 'Gutschein - Tabellenkopf', NULL, NULL),
|
||
(1232, 'de_DE', 'Gutschein - Tabellenzeile', NULL, NULL),
|
||
(1233, 'de_DE', 'Gutschein - unten', NULL, NULL),
|
||
(1234, 'de_DE', 'Gutschein - JavaScript den Listen', NULL, NULL),
|
||
(1235, 'de_DE', 'Modul - Konfiguration', NULL, NULL),
|
||
(1236, 'de_DE', 'Modul - JavaScript Konfiguration', NULL, NULL),
|
||
(1237, 'de_DE', 'Nachricht - JavaScript Änderung', NULL, NULL),
|
||
(1238, 'de_DE', 'Bild - JavaScript Änderung', NULL, NULL),
|
||
(1239, 'de_DE', 'Deklinationen - oben', NULL, NULL),
|
||
(1240, 'de_DE', 'Deklinationen - Tabellenkopf', NULL, NULL),
|
||
(1241, 'de_DE', 'Deklinationen - Tabellenzeile', NULL, NULL),
|
||
(1242, 'de_DE', 'Deklinationen - unten', NULL, NULL),
|
||
(1243, 'de_DE', 'Deklination - Erstellungsformular', NULL, NULL),
|
||
(1244, 'de_DE', 'Deklination - Löschungsformular', NULL, NULL),
|
||
(1245, 'de_DE', 'Deklination - zu allen hinzufügen Formular', NULL, NULL),
|
||
(1246, 'de_DE', 'Deklination - multipel Löschungsformular', NULL, NULL),
|
||
(1247, 'de_DE', 'Deklinationen - JavaScript', NULL, NULL),
|
||
(1248, 'de_DE', 'Logs - oben', NULL, NULL),
|
||
(1249, 'de_DE', 'Logs - unten', NULL, NULL),
|
||
(1250, 'de_DE', 'Protokolle - JavaScript', NULL, NULL),
|
||
(1251, 'de_DE', 'Ordner - JavaScript Änderung', NULL, NULL),
|
||
(1252, 'de_DE', 'Hooks - oben', NULL, NULL),
|
||
(1253, 'de_DE', 'Hooks - Tabellenkopf', NULL, NULL),
|
||
(1254, 'de_DE', 'Hooks - Tabellenzeile', NULL, NULL),
|
||
(1255, 'de_DE', 'Hooks - unten', NULL, NULL),
|
||
(1256, 'de_DE', 'Hook - Erstellungsformular', NULL, NULL),
|
||
(1257, 'de_DE', 'Hook - Löschungsformular', NULL, NULL),
|
||
(1258, 'de_DE', 'Hooks - JavaScript', NULL, NULL),
|
||
(1259, 'de_DE', 'Layout - CSS', NULL, NULL),
|
||
(1260, 'de_DE', 'Layout - vor der Titelleiste', NULL, NULL),
|
||
(1261, 'de_DE', 'Layout - in der Titelleiste', NULL, NULL),
|
||
(1262, 'de_DE', 'Layout - nach der Titelleiste', NULL, NULL),
|
||
(1263, 'de_DE', 'Layout - vor dem Top Menü', NULL, NULL),
|
||
(1264, 'de_DE', 'Layout - in Top-Menü Elementen', NULL, NULL),
|
||
(1265, 'de_DE', 'Layout - nach dem Top Menü', NULL, NULL),
|
||
(1266, 'de_DE', 'Layout - vor dem Footer', NULL, NULL),
|
||
(1267, 'de_DE', 'Layout - Im Footer', NULL, NULL),
|
||
(1268, 'de_DE', 'Layout - nach dem Footer', NULL, NULL),
|
||
(1269, 'de_DE', 'Layout - JavaScript', NULL, NULL),
|
||
(1270, 'de_DE', 'Layout - oben an der Titelleiste', NULL, NULL),
|
||
(1271, 'de_DE', 'Layout - unten an der Titelleiste', NULL, NULL),
|
||
(1272, 'de_DE', 'Layout - im Kundes-Menü', NULL, NULL),
|
||
(1273, 'de_DE', 'Layout - im Bestellungsmenü', NULL, NULL),
|
||
(1274, 'de_DE', 'Layout - im Katalogs-Menü', NULL, NULL),
|
||
(1275, 'de_DE', 'Layout - im Ordners-Menü', NULL, NULL),
|
||
(1276, 'de_DE', 'Layout - im Tools-Menü', NULL, NULL),
|
||
(1277, 'de_DE', 'Layout - im Moduls-Menü', NULL, NULL),
|
||
(1278, 'de_DE', 'Layout - im konfigurations-Menü', NULL, NULL),
|
||
(1279, 'de_DE', 'Marke - JavaScript Änderung', NULL, NULL),
|
||
(1280, 'de_DE', 'Accueil - Block', NULL, NULL),
|
||
(1281, 'de_DE', 'Marken - oben', NULL, NULL),
|
||
(1282, 'de_DE', 'Marken - Tabellenkopf', NULL, NULL),
|
||
(1283, 'de_DE', 'Marken - Tabellzeilen', NULL, NULL),
|
||
(1284, 'de_DE', 'Marken - unten', NULL, NULL),
|
||
(1285, 'de_DE', 'Marke - Erstellungsformular', NULL, NULL),
|
||
(1286, 'de_DE', 'Marke - Löschungsformular', NULL, NULL),
|
||
(1287, 'de_DE', 'Marke - JavaScript', NULL, NULL),
|
||
(1288, 'de_DE', 'Exporte - oben', NULL, NULL),
|
||
(1289, 'de_DE', 'Exporte - unten einer Kategorie', NULL, NULL),
|
||
(1290, 'de_DE', 'Exporte - unten der Spalte 1', NULL, NULL),
|
||
(1291, 'de_DE', 'Exporte - JavaScript', NULL, NULL),
|
||
(1292, 'de_DE', 'Export - JavaScript', NULL, NULL),
|
||
(1293, 'de_DE', 'Marke - Inhalt', NULL, NULL),
|
||
(1294, 'de_DE', 'Kunde - Bestellungs-Tabellenkopf', NULL, NULL),
|
||
(1295, 'de_DE', 'Kunde - Bestellungs-Tabellenzeile', NULL, NULL),
|
||
(1296, 'de_DE', 'Sonderangebote - oben', NULL, NULL),
|
||
(1297, 'de_DE', 'Sonderangebote - Tabellenkopf', NULL, NULL),
|
||
(1298, 'de_DE', 'Sonderangebote - Tabellenzeile', NULL, NULL),
|
||
(1299, 'de_DE', 'Sonderangebote - unten', NULL, NULL),
|
||
(1300, 'de_DE', 'Sonderangebot - Erstellungsformular', NULL, NULL),
|
||
(1301, 'de_DE', 'Sonderangebot - Löschungsformular', NULL, NULL),
|
||
(1302, 'de_DE', 'Sonderangebote - JavaScript', NULL, NULL),
|
||
(1303, 'de_DE', 'Produkt - unten einer Produkt-Kombination', NULL, NULL),
|
||
(1304, 'de_DE', 'Layout - vor dem Hauptinhaltsbereich', NULL, NULL),
|
||
(1305, 'de_DE', 'Admin layout - Nach dem Hauptinhalt', NULL, NULL),
|
||
(1306, 'de_DE', 'Kategorie - Tab', NULL, NULL),
|
||
(1307, 'de_DE', 'Produkt - Tab', NULL, NULL),
|
||
(1308, 'de_DE', 'Ordner - Tab', NULL, NULL),
|
||
(1309, 'de_DE', 'Inhalt - Tab', NULL, NULL),
|
||
(1310, 'de_DE', 'Marke - Tab', NULL, NULL),
|
||
(1311, 'de_DE', 'Bestellungs-Änderung - Lieferadresse', NULL, NULL),
|
||
(1312, 'de_DE', 'Produktseite - oben im Formular', NULL, NULL),
|
||
(1313, 'de_DE', 'Produktseite - unten an dem Formular', NULL, NULL),
|
||
(1314, 'de_DE', 'Brand edit Seite - im Formular', NULL, NULL),
|
||
(1315, 'de_DE', 'Sonderangebot Änderungsseite - javascript last call block', NULL, NULL),
|
||
(1316, 'de_DE', 'API Seite - oben', NULL, NULL),
|
||
(1317, 'de_DE', 'API Seite - unten', NULL, NULL),
|
||
(1318, 'de_DE', 'API Seite - Löschungsformular', NULL, NULL),
|
||
(1319, 'de_DE', 'Gutschein-Seite - Löschungsformular', NULL, NULL),
|
||
(1320, 'de_DE', 'Bestellung - Tab', NULL, NULL),
|
||
(1321, 'de_DE', 'Profil - Tabellenkopf', '', ''),
|
||
(1322, 'de_DE', 'Profil - Tabellenzeile', '', ''),
|
||
(1323, 'de_DE', 'Import - Tabellenkopf', '', ''),
|
||
(1324, 'de_DE', 'Import - Tabellenzeile', '', ''),
|
||
(1325, 'de_DE', 'Export - Tabellenkopf', '', ''),
|
||
(1326, 'de_DE', 'Export - Tabellenzeile', '', ''),
|
||
(1327, 'de_DE', 'Kategorie Bearbeitung - oben', '', ''),
|
||
(1328, 'de_DE', 'Kategorie Bearbeitung - unten', '', ''),
|
||
(1329, 'de_DE', 'Marke Bearbeitung - oben', '', ''),
|
||
(1330, 'de_DE', 'Marke Bearbeitung - unten', '', ''),
|
||
(1331, 'de_DE', 'Deklination Bearbeitung - oben', '', ''),
|
||
(1332, 'de_DE', 'Deklination Bearbeitung - unten', '', ''),
|
||
(1333, 'de_DE', 'Währung Bearbeitung - oben', '', ''),
|
||
(1334, 'de_DE', 'Währung Bearbeitung - unten', '', ''),
|
||
(1335, 'de_DE', 'Währung Bearbeitung - oben', '', ''),
|
||
(1336, 'de_DE', 'Währung Bearbeitung - unten', '', ''),
|
||
(1337, 'de_DE', 'Inhalt Bearbeitung - oben', '', ''),
|
||
(1338, 'de_DE', 'Inhalt Bearbeitung - unten', '', ''),
|
||
(1339, 'de_DE', 'Charakteristik Bearbeitung - oben', '', ''),
|
||
(1340, 'de_DE', 'Charakteristik Bearbeitung - unten', '', ''),
|
||
(1341, 'de_DE', 'Dokument Bearbeitung - oben', '', ''),
|
||
(1342, 'de_DE', 'Dokument Bearbeitung - unten', '', ''),
|
||
(1343, 'de_DE', 'Kunde Bearbeitung - oben', '', ''),
|
||
(1344, 'de_DE', 'Kunde Bearbeitung - unten', '', ''),
|
||
(1345, 'de_DE', 'Bild Bearbeitung - oben', '', ''),
|
||
(1346, 'de_DE', 'Bild Bearbeitung - unten', '', ''),
|
||
(1347, 'de_DE', 'Hook Bearbeitung - oben', '', ''),
|
||
(1348, 'de_DE', 'Hook Bearbeitung - unten', '', ''),
|
||
(1349, 'de_DE', 'Ordner Bearbeitung - oben', '', ''),
|
||
(1350, 'de_DE', 'Ordner Bearbeitung - unten', '', ''),
|
||
(1351, 'de_DE', 'Modul-Hook Bearbeitung - oben', '', ''),
|
||
(1352, 'de_DE', 'Modul-Hook Bearbeitung - unten', '', ''),
|
||
(1353, 'de_DE', 'Modul Bearbeitung - oben', '', ''),
|
||
(1354, 'de_DE', 'Modul Bearbeitung - unten', '', ''),
|
||
(1355, 'de_DE', 'Nachricht Bearbeitung - oben', '', ''),
|
||
(1356, 'de_DE', 'Nachricht Bearbeitung - unten', '', ''),
|
||
(1357, 'de_DE', 'Profil Bearbeitung - oben', '', ''),
|
||
(1358, 'de_DE', 'Profil Bearbeitung - unten', '', ''),
|
||
(1359, 'de_DE', 'Produkt Bearbeitung - oben', '', ''),
|
||
(1360, 'de_DE', 'Produkt Bearbeitung - unten', '', ''),
|
||
(1361, 'de_DE', 'Bestellung Bearbeitung - oben', '', ''),
|
||
(1362, 'de_DE', 'Bestellung Bearbeitung - unten', '', ''),
|
||
(1363, 'de_DE', 'Transporteur Lieferzonen Bearbeitung - oben', '', ''),
|
||
(1364, 'de_DE', 'Transporteur Lieferzonen Bearbeitung - unten', '', ''),
|
||
(1365, 'de_DE', 'Lieferzone Bearbeitung - oben', '', ''),
|
||
(1366, 'de_DE', 'Lieferzone Bearbeitung - unten', '', ''),
|
||
(1367, 'de_DE', 'Sonderangebot Bearbeitung - oben', '', ''),
|
||
(1368, 'de_DE', 'Sonderangebot Bearbeitung - unten', '', ''),
|
||
(1369, 'de_DE', 'Variable Bearbeitung - oben', '', ''),
|
||
(1370, 'de_DE', 'Variable Bearbeitung - unten', '', ''),
|
||
(1371, 'de_DE', 'Template Bearbeitung - oben', '', ''),
|
||
(1372, 'de_DE', 'Template Bearbeitung - unten', '', ''),
|
||
(1373, 'de_DE', 'Taxregel Bearbeitung - oben', '', ''),
|
||
(1374, 'de_DE', 'Taxregel Bearbeitung - unten', '', ''),
|
||
(1375, 'de_DE', 'Taxe Bearbeitung - oben', '', ''),
|
||
(1376, 'de_DE', 'Taxe Bearbeitung - unten', '', ''),
|
||
(1377, 'de_DE', 'Bestellungs Bearbeitung - unter die Produktdaten', '', ''),
|
||
(1378, 'de_DE', 'SEO Tab - oben', '', ''),
|
||
(1379, 'de_DE', 'SEO Tab - unten', '', ''),
|
||
(1380, 'de_DE', 'Bild Tab - oben', '', ''),
|
||
(1381, 'de_DE', 'Bild Tab - unten', '', ''),
|
||
(1382, 'de_DE', 'Dokument Tab - oben', '', ''),
|
||
(1383, 'de_DE', 'Dokument Tab - unten', '', ''),
|
||
(1384, 'de_DE', 'Export modal or page - oben', '', ''),
|
||
(1385, 'de_DE', 'Export modal or page - unten', '', ''),
|
||
(1386, 'de_DE', 'Bestellung - Kunde Informationen unten', '', ''),
|
||
(1387, 'de_DE', 'Bestellung - Zahlungsmodul unten', '', ''),
|
||
(1388, 'de_DE', 'Bestellung - Liefermodul unten', '', ''),
|
||
(1389, 'de_DE', 'Registerkarte SEO - Update-Formular', '', ''),
|
||
(1390, 'de_DE', 'Bestellung bearbeiten - Produkttabelle Header', '', ''),
|
||
(1391, 'de_DE', 'Bestellung bearbeiten - Produkttabelle Zeile', '', ''),
|
||
(1392, 'de_DE', 'Administratoren - Header', '', ''),
|
||
(1393, 'de_DE', 'Administratoren - Zeile', '', ''),
|
||
(1394, 'de_DE', 'Erweiterte Konfiguration', '', ''),
|
||
(1395, 'de_DE', 'Erweiterte Konfiguration - JavaScript', '', ''),
|
||
(1396, 'de_DE', 'Marke bearbeiten - Rechte Spalte oben', NULL, NULL),
|
||
(1397, 'de_DE', 'Marke bearbeiten - Rechte Spalte unten', NULL, NULL),
|
||
(1398, 'de_DE', NULL, NULL, NULL),
|
||
(1399, 'de_DE', NULL, NULL, NULL),
|
||
(1400, 'de_DE', 'Inhalt bearbeiten - Rechte Spalte oben', NULL, NULL),
|
||
(1401, 'de_DE', 'Inhalt bearbeiten - Rechte Spalte unten', NULL, NULL),
|
||
(1402, 'de_DE', 'Ordner bearbeiten - Rechte Spalte oben', NULL, NULL),
|
||
(1403, 'de_DE', 'Ordner bearbeiten - Rechte Spalte unten', NULL, NULL),
|
||
(1404, 'de_DE', NULL, NULL, NULL),
|
||
(1405, 'de_DE', NULL, NULL, NULL),
|
||
(1406, 'de_DE', NULL, '', ''),
|
||
(1407, 'de_DE', NULL, '', ''),
|
||
(1408, 'de_DE', NULL, '', ''),
|
||
(1409, 'de_DE', NULL, '', ''),
|
||
(1410, 'de_DE', NULL, '', ''),
|
||
(1411, 'de_DE', NULL, '', ''),
|
||
(1412, 'de_DE', NULL, '', ''),
|
||
(1413, 'de_DE', NULL, '', ''),
|
||
(1414, 'de_DE', NULL, '', ''),
|
||
(1415, 'de_DE', NULL, '', ''),
|
||
(1000, 'en_US', 'Category - content', NULL, NULL),
|
||
(1001, 'en_US', 'Content - content', NULL, NULL),
|
||
(1002, 'en_US', 'Folder - content', NULL, NULL),
|
||
(1003, 'en_US', 'Order - content', NULL, NULL),
|
||
(1004, 'en_US', 'Product - content', NULL, NULL),
|
||
(1005, 'en_US', 'Features value - table header', NULL, NULL),
|
||
(1006, 'en_US', 'Features value - table row', NULL, NULL),
|
||
(1007, 'en_US', 'Feature - Value create form', NULL, NULL),
|
||
(1008, 'en_US', 'Feature - Edit JavaScript', NULL, NULL),
|
||
(1009, 'en_US', 'Product - Edit JavaScript', NULL, NULL),
|
||
(1010, 'en_US', 'Coupon - create JavaScript', NULL, NULL),
|
||
(1011, 'en_US', 'Taxes - update form', NULL, NULL),
|
||
(1012, 'en_US', 'tax rule - Edit JavaScript', NULL, NULL),
|
||
(1013, 'en_US', 'Tools - at the top', NULL, NULL),
|
||
(1014, 'en_US', 'Tools - at the top of the column', NULL, NULL),
|
||
(1015, 'en_US', 'Tools - at the bottom of column 1', NULL, NULL),
|
||
(1016, 'en_US', 'Tools - bottom', NULL, NULL),
|
||
(1017, 'en_US', 'Tools - JavaScript', NULL, NULL),
|
||
(1018, 'en_US', 'Messages - at the top', NULL, NULL),
|
||
(1019, 'en_US', 'Messages - table header', NULL, NULL),
|
||
(1020, 'en_US', 'Messages - table row', NULL, NULL),
|
||
(1021, 'en_US', 'Messages - bottom', NULL, NULL),
|
||
(1022, 'en_US', 'Message - create form', NULL, NULL),
|
||
(1023, 'en_US', 'Message - delete form', NULL, NULL),
|
||
(1024, 'en_US', 'Messages - JavaScript', NULL, NULL),
|
||
(1025, 'en_US', 'Taxes rules - at the top', NULL, NULL),
|
||
(1026, 'en_US', 'Taxes rules - bottom', NULL, NULL),
|
||
(1027, 'en_US', 'Tax - create form', NULL, NULL),
|
||
(1028, 'en_US', 'Tax - delete form', NULL, NULL),
|
||
(1029, 'en_US', 'tax rule - create form', NULL, NULL),
|
||
(1030, 'en_US', 'tax rule - delete form', NULL, NULL),
|
||
(1031, 'en_US', 'Taxes rules - JavaScript', NULL, NULL),
|
||
(1032, 'en_US', 'Exports - at the top', NULL, NULL),
|
||
(1033, 'en_US', 'Exports - at the bottom of a category', NULL, NULL),
|
||
(1034, 'en_US', 'Exports - at the bottom of column 1', NULL, NULL),
|
||
(1035, 'en_US', 'Exports - JavaScript', NULL, NULL),
|
||
(1036, 'en_US', 'Export - JavaScript', NULL, NULL),
|
||
(1037, 'en_US', 'Product - folders table header', NULL, NULL),
|
||
(1038, 'en_US', 'Product - folders table row', NULL, NULL),
|
||
(1039, 'en_US', 'Product - details pricing form', NULL, NULL),
|
||
(1040, 'en_US', 'Product - stock edit form', NULL, NULL),
|
||
(1041, 'en_US', 'Product - details promotion form', NULL, NULL),
|
||
(1042, 'en_US', 'Product - before combinations', NULL, NULL),
|
||
(1043, 'en_US', 'Product - combinations list caption', NULL, NULL),
|
||
(1044, 'en_US', 'Product - after combinations', NULL, NULL),
|
||
(1045, 'en_US', 'Product - combination delete form', NULL, NULL),
|
||
(1046, 'en_US', 'Modules - table header', NULL, NULL),
|
||
(1047, 'en_US', 'Modules - table row', NULL, NULL),
|
||
(1048, 'en_US', 'Currency - Edit JavaScript', NULL, NULL),
|
||
(1049, 'en_US', 'Category - contents table header', NULL, NULL),
|
||
(1050, 'en_US', 'Category - contents table row', NULL, NULL),
|
||
(1051, 'en_US', 'Category - Edit JavaScript', NULL, NULL),
|
||
(1052, 'en_US', 'Document - Edit JavaScript', NULL, NULL),
|
||
(1053, 'en_US', 'Customer - at the top', NULL, NULL),
|
||
(1054, 'en_US', 'Customers - caption', NULL, NULL),
|
||
(1055, 'en_US', 'Customers - header', NULL, NULL),
|
||
(1056, 'en_US', 'Customers - row', NULL, NULL),
|
||
(1057, 'en_US', 'Customer - bottom', NULL, NULL),
|
||
(1058, 'en_US', 'Customer - create form', NULL, NULL),
|
||
(1059, 'en_US', 'Customer - delete form', NULL, NULL),
|
||
(1060, 'en_US', 'Customers - JavaScript', NULL, NULL),
|
||
(1061, 'en_US', 'Product - contents table header', NULL, NULL),
|
||
(1062, 'en_US', 'Product - contents table row', NULL, NULL),
|
||
(1063, 'en_US', 'Product - accessories table header', NULL, NULL),
|
||
(1064, 'en_US', 'Product - accessories table row', NULL, NULL),
|
||
(1065, 'en_US', 'Product - categories table header', NULL, NULL),
|
||
(1066, 'en_US', 'Product - categories table row', NULL, NULL),
|
||
(1067, 'en_US', 'Product - attributes table header', NULL, NULL),
|
||
(1068, 'en_US', 'Product - attributes table row', NULL, NULL),
|
||
(1069, 'en_US', 'Product - features-table-header', NULL, NULL),
|
||
(1070, 'en_US', 'Product - features table row', NULL, NULL),
|
||
(1071, 'en_US', 'Template - attributes table header', NULL, NULL),
|
||
(1072, 'en_US', 'Template - attributes table row', NULL, NULL),
|
||
(1073, 'en_US', 'Template - features-table-header', NULL, NULL),
|
||
(1074, 'en_US', 'Template - features table row', NULL, NULL),
|
||
(1075, 'en_US', 'Templates - at the top', NULL, NULL),
|
||
(1076, 'en_US', 'Templates - table header', NULL, NULL),
|
||
(1077, 'en_US', 'Templates - table row', NULL, NULL),
|
||
(1078, 'en_US', 'Templates - bottom', NULL, NULL),
|
||
(1079, 'en_US', 'Template - create form', NULL, NULL),
|
||
(1080, 'en_US', 'Template - delete form', NULL, NULL),
|
||
(1081, 'en_US', 'Templates - JavaScript', NULL, NULL),
|
||
(1082, 'en_US', 'Configuration - at the top', NULL, NULL),
|
||
(1083, 'en_US', 'Configuration - at the top of the catalog area', NULL, NULL),
|
||
(1084, 'en_US', 'Configuration - at the bottom of the catalog', NULL, NULL),
|
||
(1085, 'en_US', 'Configuration - at the top of the shipping area', NULL, NULL),
|
||
(1086, 'en_US', 'Configuration - at the bottom of the shipping area', NULL, NULL),
|
||
(1087, 'en_US', 'Configuration - at the top of the system area', NULL, NULL),
|
||
(1088, 'en_US', 'Configuration - at the bottom of the system area', NULL, NULL),
|
||
(1089, 'en_US', 'Configuration - bottom', NULL, NULL),
|
||
(1090, 'en_US', 'Configuration - JavaScript', NULL, NULL),
|
||
(1091, 'en_US', 'Dashboard - at the top', NULL, NULL),
|
||
(1092, 'en_US', 'Dashboard - middle', NULL, NULL),
|
||
(1093, 'en_US', 'Dashboard - bottom', NULL, NULL),
|
||
(1094, 'en_US', 'Orders - at the top', NULL, NULL),
|
||
(1095, 'en_US', 'Orders - table header', NULL, NULL),
|
||
(1096, 'en_US', 'Orders - table row', NULL, NULL),
|
||
(1097, 'en_US', 'Orders - bottom', NULL, NULL),
|
||
(1098, 'en_US', 'Orders - JavaScript', NULL, NULL),
|
||
(1099, 'en_US', 'Delivery zone - at the top', NULL, NULL),
|
||
(1100, 'en_US', 'Delivery zone - table header', NULL, NULL),
|
||
(1101, 'en_US', 'Delivery zone - table row', NULL, NULL),
|
||
(1102, 'en_US', 'Delivery zone - bottom', NULL, NULL),
|
||
(1103, 'en_US', 'Delivery zone - JavaScript', NULL, NULL),
|
||
(1104, 'en_US', 'Content - Edit JavaScript', NULL, NULL),
|
||
(1105, 'en_US', 'Home - at the top', NULL, NULL),
|
||
(1106, 'en_US', 'Home - bottom', NULL, NULL),
|
||
(1107, 'en_US', 'Home - JavaScript', NULL, NULL),
|
||
(1108, 'en_US', 'Modules - at the top', NULL, NULL),
|
||
(1109, 'en_US', 'Modules - bottom', NULL, NULL),
|
||
(1110, 'en_US', 'Modules - JavaScript', NULL, NULL),
|
||
(1111, 'en_US', 'Languages - at the top', NULL, NULL),
|
||
(1112, 'en_US', 'Languages - bottom', NULL, NULL),
|
||
(1113, 'en_US', 'Language - create form', NULL, NULL),
|
||
(1114, 'en_US', 'Languages - delete form', NULL, NULL),
|
||
(1115, 'en_US', 'Languages - JavaScript', NULL, NULL),
|
||
(1116, 'en_US', 'Zone - delete form', NULL, NULL),
|
||
(1117, 'en_US', 'Delivery zone - Edit JavaScript', NULL, NULL),
|
||
(1118, 'en_US', 'System - logs JavaScript', NULL, NULL),
|
||
(1119, 'en_US', 'Search - at the top', NULL, NULL),
|
||
(1120, 'en_US', 'Search - bottom', NULL, NULL),
|
||
(1121, 'en_US', 'Search - JavaScript', NULL, NULL),
|
||
(1122, 'en_US', 'Administrators - at the top', NULL, NULL),
|
||
(1123, 'en_US', 'Administrators - bottom', NULL, NULL),
|
||
(1124, 'en_US', 'Administrator - create form', NULL, NULL),
|
||
(1125, 'en_US', 'Administrator - update form', NULL, NULL),
|
||
(1126, 'en_US', 'Administrator - delete form', NULL, NULL),
|
||
(1127, 'en_US', 'Administrators - JavaScript', NULL, NULL),
|
||
(1128, 'en_US', 'Module hook - Edit JavaScript', NULL, NULL),
|
||
(1129, 'en_US', 'Shipping configuration - at the top', NULL, NULL),
|
||
(1130, 'en_US', 'Shipping configuration - table header', NULL, NULL),
|
||
(1131, 'en_US', 'Shipping configuration - table row', NULL, NULL),
|
||
(1132, 'en_US', 'Shipping configuration - bottom', NULL, NULL),
|
||
(1133, 'en_US', 'Shipping configuration - create form', NULL, NULL),
|
||
(1134, 'en_US', 'Shipping configuration - delete form', NULL, NULL),
|
||
(1135, 'en_US', 'Shipping configuration - JavaScript', NULL, NULL),
|
||
(1136, 'en_US', 'Features - at the top', NULL, NULL),
|
||
(1137, 'en_US', 'Features - table header', NULL, NULL),
|
||
(1138, 'en_US', 'Features - table row', NULL, NULL),
|
||
(1139, 'en_US', 'Features - bottom', NULL, NULL),
|
||
(1140, 'en_US', 'Feature - create form', NULL, NULL),
|
||
(1141, 'en_US', 'Feature - delete form', NULL, NULL),
|
||
(1142, 'en_US', 'Feature - add to all form', NULL, NULL),
|
||
(1143, 'en_US', 'Feature - remove to all form', NULL, NULL),
|
||
(1144, 'en_US', 'Features - JavaScript', NULL, NULL),
|
||
(1145, 'en_US', 'Module - Edit JavaScript', NULL, NULL),
|
||
(1146, 'en_US', 'Module hook - create form', NULL, NULL),
|
||
(1147, 'en_US', 'Module hook - delete form', NULL, NULL),
|
||
(1148, 'en_US', 'Module hook - JavaScript', NULL, NULL),
|
||
(1149, 'en_US', 'Shipping configuration - Edit', NULL, NULL),
|
||
(1150, 'en_US', 'Shipping configuration - country delete form', NULL, NULL),
|
||
(1151, 'en_US', 'Shipping configuration - Edit JavaScript', NULL, NULL),
|
||
(1152, 'en_US', 'Mailing system - at the top', NULL, NULL),
|
||
(1153, 'en_US', 'Mailing system - bottom', NULL, NULL),
|
||
(1154, 'en_US', 'Mailing system - JavaScript', NULL, NULL),
|
||
(1155, 'en_US', 'Categories - at the top', NULL, NULL),
|
||
(1156, 'en_US', 'Categories - caption', NULL, NULL),
|
||
(1157, 'en_US', 'Categories - header', NULL, NULL),
|
||
(1158, 'en_US', 'Categories - row', NULL, NULL),
|
||
(1159, 'en_US', 'Products - caption', NULL, NULL),
|
||
(1160, 'en_US', 'Products - header', NULL, NULL),
|
||
(1161, 'en_US', 'Products - row', NULL, NULL),
|
||
(1162, 'en_US', 'Categories - bottom', NULL, NULL),
|
||
(1163, 'en_US', 'Categories - at the bottom of the catalog', NULL, NULL),
|
||
(1164, 'en_US', 'Category - create form', NULL, NULL),
|
||
(1165, 'en_US', 'Product - create form', NULL, NULL),
|
||
(1166, 'en_US', 'Category - delete form', NULL, NULL),
|
||
(1167, 'en_US', 'Product - delete form', NULL, NULL),
|
||
(1168, 'en_US', 'Categories - JavaScript', NULL, NULL),
|
||
(1169, 'en_US', 'Variables - at the top', NULL, NULL),
|
||
(1170, 'en_US', 'Variables - table header', NULL, NULL),
|
||
(1171, 'en_US', 'Variables - table row', NULL, NULL),
|
||
(1172, 'en_US', 'Variables - bottom', NULL, NULL),
|
||
(1173, 'en_US', 'Variable - create form', NULL, NULL),
|
||
(1174, 'en_US', 'Variable - delete form', NULL, NULL),
|
||
(1175, 'en_US', 'Variables - JavaScript', NULL, NULL),
|
||
(1176, 'en_US', 'Order - product list', NULL, NULL),
|
||
(1177, 'en_US', 'Order - Edit JavaScript', NULL, NULL),
|
||
(1178, 'en_US', 'Store Information - JavaScript', NULL, NULL),
|
||
(1179, 'en_US', 'Translations - JavaScript', NULL, NULL),
|
||
(1180, 'en_US', 'Folder - at the top', NULL, NULL),
|
||
(1181, 'en_US', 'Folder - caption', NULL, NULL),
|
||
(1182, 'en_US', 'Folder - header', NULL, NULL),
|
||
(1183, 'en_US', 'Folder - row', NULL, NULL),
|
||
(1184, 'en_US', 'Contents - caption', NULL, NULL),
|
||
(1185, 'en_US', 'Contents - header', NULL, NULL),
|
||
(1186, 'en_US', 'Contents - row', NULL, NULL),
|
||
(1187, 'en_US', 'Folder - bottom', NULL, NULL),
|
||
(1188, 'en_US', 'Folder - create form', NULL, NULL),
|
||
(1189, 'en_US', 'Content - create form', NULL, NULL),
|
||
(1190, 'en_US', 'Folder - delete form', NULL, NULL),
|
||
(1191, 'en_US', 'Content - delete form', NULL, NULL),
|
||
(1192, 'en_US', 'Folder - JavaScript', NULL, NULL),
|
||
(1193, 'en_US', 'Template - Edit JavaScript', NULL, NULL),
|
||
(1194, 'en_US', 'Tax - Edit JavaScript', NULL, NULL),
|
||
(1195, 'en_US', 'Hook - Edit JavaScript', NULL, NULL),
|
||
(1196, 'en_US', 'Countries - at the top', NULL, NULL),
|
||
(1197, 'en_US', 'Countries - table header', NULL, NULL),
|
||
(1198, 'en_US', 'Countries - table row', NULL, NULL),
|
||
(1199, 'en_US', 'Countries - bottom', NULL, NULL),
|
||
(1200, 'en_US', 'Country - create form', NULL, NULL),
|
||
(1201, 'en_US', 'Country - delete form', NULL, NULL),
|
||
(1202, 'en_US', 'Countries - JavaScript', NULL, NULL),
|
||
(1203, 'en_US', 'Currencies - at the top', NULL, NULL),
|
||
(1204, 'en_US', 'Currencies - table header', NULL, NULL),
|
||
(1205, 'en_US', 'Currencies - table row', NULL, NULL),
|
||
(1206, 'en_US', 'Currencies - bottom', NULL, NULL),
|
||
(1207, 'en_US', 'Currency - create form', NULL, NULL),
|
||
(1208, 'en_US', 'Currency - delete form', NULL, NULL),
|
||
(1209, 'en_US', 'Currencies - JavaScript', NULL, NULL),
|
||
(1210, 'en_US', 'Customer - Edit', NULL, NULL),
|
||
(1211, 'en_US', 'Customer - address create form', NULL, NULL),
|
||
(1212, 'en_US', 'Customer - address update form', NULL, NULL),
|
||
(1213, 'en_US', 'Customer - address delete form', NULL, NULL),
|
||
(1214, 'en_US', 'Customer - Edit JavaScript', NULL, NULL),
|
||
(1215, 'en_US', 'Attributes value - table header', NULL, NULL),
|
||
(1216, 'en_US', 'Attributes value - table row', NULL, NULL),
|
||
(1217, 'en_US', 'Attribute value - create form', NULL, NULL),
|
||
(1218, 'en_US', 'Attribut - id delete form', NULL, NULL),
|
||
(1219, 'en_US', 'Attribut - Edit JavaScript', NULL, NULL),
|
||
(1220, 'en_US', 'Profiles - at the top', NULL, NULL),
|
||
(1221, 'en_US', 'Profiles - bottom', NULL, NULL),
|
||
(1222, 'en_US', 'Profile - create form', NULL, NULL),
|
||
(1223, 'en_US', 'Profile - delete form', NULL, NULL),
|
||
(1224, 'en_US', 'Profiles - JavaScript', NULL, NULL),
|
||
(1225, 'en_US', 'Country - Edit JavaScript', NULL, NULL),
|
||
(1226, 'en_US', 'Profile - Edit JavaScript', NULL, NULL),
|
||
(1227, 'en_US', 'Variable - Edit JavaScript', NULL, NULL),
|
||
(1228, 'en_US', 'Coupon - update JavaScript', NULL, NULL),
|
||
(1229, 'en_US', 'Coupon - at the top', NULL, NULL),
|
||
(1230, 'en_US', 'Coupon - list caption', NULL, NULL),
|
||
(1231, 'en_US', 'Coupon - table header', NULL, NULL),
|
||
(1232, 'en_US', 'Coupon - table row', NULL, NULL),
|
||
(1233, 'en_US', 'Coupon - bottom', NULL, NULL),
|
||
(1234, 'en_US', 'Coupon - list JavaScript', NULL, NULL),
|
||
(1235, 'en_US', 'Module - configuration', NULL, NULL),
|
||
(1236, 'en_US', 'Module - configuration JavaScript', NULL, NULL),
|
||
(1237, 'en_US', 'Message - Edit JavaScript', NULL, NULL),
|
||
(1238, 'en_US', 'Image - Edit JavaScript', NULL, NULL),
|
||
(1239, 'en_US', 'Attributes - at the top', NULL, NULL),
|
||
(1240, 'en_US', 'Attributes - table header', NULL, NULL),
|
||
(1241, 'en_US', 'Attributes - table row', NULL, NULL),
|
||
(1242, 'en_US', 'Attributes - bottom', NULL, NULL),
|
||
(1243, 'en_US', 'Attribut - create form', NULL, NULL),
|
||
(1244, 'en_US', 'Attribut - delete form', NULL, NULL),
|
||
(1245, 'en_US', 'Attribut - add to all form', NULL, NULL),
|
||
(1246, 'en_US', 'Attribut - remove to all form', NULL, NULL),
|
||
(1247, 'en_US', 'Attributes - JavaScript', NULL, NULL),
|
||
(1248, 'en_US', 'Logs - at the top', NULL, NULL),
|
||
(1249, 'en_US', 'Logs - bottom', NULL, NULL),
|
||
(1250, 'en_US', 'Logs - JavaScript', NULL, NULL),
|
||
(1251, 'en_US', 'Folder - Edit JavaScript', NULL, NULL),
|
||
(1252, 'en_US', 'Hooks - at the top', NULL, NULL),
|
||
(1253, 'en_US', 'Hooks - table header', NULL, NULL),
|
||
(1254, 'en_US', 'Hooks - table row', NULL, NULL),
|
||
(1255, 'en_US', 'Hooks - bottom', NULL, NULL),
|
||
(1256, 'en_US', 'Hook - create form', NULL, NULL),
|
||
(1257, 'en_US', 'Hook - delete form', NULL, NULL),
|
||
(1258, 'en_US', 'Hooks - JavaScript', NULL, NULL),
|
||
(1259, 'en_US', 'Layout - CSS', NULL, NULL),
|
||
(1260, 'en_US', 'Layout - before topbar', NULL, NULL),
|
||
(1261, 'en_US', 'Layout - inside top bar', NULL, NULL),
|
||
(1262, 'en_US', 'Layout - after top bar', NULL, NULL),
|
||
(1263, 'en_US', 'Layout - before top menu', NULL, NULL),
|
||
(1264, 'en_US', 'Layout - in top menu items', NULL, NULL),
|
||
(1265, 'en_US', 'Layout - after top menu', NULL, NULL),
|
||
(1266, 'en_US', 'Layout - before footer', NULL, NULL),
|
||
(1267, 'en_US', 'Layout - in footer', NULL, NULL),
|
||
(1268, 'en_US', 'Layout - after footer', NULL, NULL),
|
||
(1269, 'en_US', 'Layout - JavaScript', NULL, NULL),
|
||
(1270, 'en_US', 'Layout - at the top of the top bar', NULL, NULL),
|
||
(1271, 'en_US', 'Layout - at the bottom of the top bar', NULL, NULL),
|
||
(1272, 'en_US', 'Layout - in the menu customers', NULL, NULL),
|
||
(1273, 'en_US', 'Layout - in the menu orders', NULL, NULL),
|
||
(1274, 'en_US', 'Layout - in the menu catalog', NULL, NULL),
|
||
(1275, 'en_US', 'Layout - in the menu folders', NULL, NULL),
|
||
(1276, 'en_US', 'Layout - in the menu tools', NULL, NULL),
|
||
(1277, 'en_US', 'Layout - in the menu modules', NULL, NULL),
|
||
(1278, 'en_US', 'Layout - in the menu configuration', NULL, NULL),
|
||
(1279, 'en_US', 'Brand - Edit JavaScript', NULL, NULL),
|
||
(1280, 'en_US', 'Home - block', NULL, NULL),
|
||
(1281, 'en_US', 'Brands - at the top', NULL, NULL),
|
||
(1282, 'en_US', 'Brands - table header', NULL, NULL),
|
||
(1283, 'en_US', 'Brands - table row', NULL, NULL),
|
||
(1284, 'en_US', 'Brands - bottom', NULL, NULL),
|
||
(1285, 'en_US', 'Brand - create form', NULL, NULL),
|
||
(1286, 'en_US', 'Brand - delete form', NULL, NULL),
|
||
(1287, 'en_US', 'Brand - JavaScript', NULL, NULL),
|
||
(1288, 'en_US', 'Exports - at the top', NULL, NULL),
|
||
(1289, 'en_US', 'Exports - at the bottom of a category', NULL, NULL),
|
||
(1290, 'en_US', 'Exports - at the bottom of column 1', NULL, NULL),
|
||
(1291, 'en_US', 'Exports - JavaScript', NULL, NULL),
|
||
(1292, 'en_US', 'Export - JavaScript', NULL, NULL),
|
||
(1293, 'en_US', 'Brand - content', NULL, NULL),
|
||
(1294, 'en_US', 'Customer - order table header', NULL, NULL),
|
||
(1295, 'en_US', 'Customer - order table row', NULL, NULL),
|
||
(1296, 'en_US', 'Sales - at the top', NULL, NULL),
|
||
(1297, 'en_US', 'Sales - table header', NULL, NULL),
|
||
(1298, 'en_US', 'Sales - table row', NULL, NULL),
|
||
(1299, 'en_US', 'Sales - at the bottom', NULL, NULL),
|
||
(1300, 'en_US', 'Sale - create form', NULL, NULL),
|
||
(1301, 'en_US', 'Sale - delete form', NULL, NULL),
|
||
(1302, 'en_US', 'Sales - JavaScript', NULL, NULL),
|
||
(1303, 'en_US', 'Product - at the bottom of a product combination', NULL, NULL),
|
||
(1304, 'en_US', 'Layout - Before the main content', NULL, NULL),
|
||
(1305, 'en_US', 'Admin layout - After the main content', NULL, NULL),
|
||
(1306, 'en_US', 'Category - Tab', NULL, NULL),
|
||
(1307, 'en_US', 'Product - Tab', NULL, NULL),
|
||
(1308, 'en_US', 'Folder - Tab', NULL, NULL),
|
||
(1309, 'en_US', 'Content - Tab', NULL, NULL),
|
||
(1310, 'en_US', 'Brand - Tab', NULL, NULL),
|
||
(1311, 'en_US', 'Order edit - delivery address', NULL, NULL),
|
||
(1312, 'en_US', 'Product page - On the top of the form', NULL, NULL),
|
||
(1313, 'en_US', 'Product page - On the bottom of the form', NULL, NULL),
|
||
(1314, 'en_US', 'Brand edit page - in the form', NULL, NULL),
|
||
(1315, 'en_US', 'Sale edit page - javascript last call block', NULL, NULL),
|
||
(1316, 'en_US', 'Api page - at top', NULL, NULL),
|
||
(1317, 'en_US', 'Api page - at bottom', NULL, NULL),
|
||
(1318, 'en_US', 'Api page - in deletion form', NULL, NULL),
|
||
(1319, 'en_US', 'Coupon page - in deletion form', NULL, NULL),
|
||
(1320, 'en_US', 'Order - Tab', NULL, NULL),
|
||
(1321, 'en_US', 'Profile - table header', '', ''),
|
||
(1322, 'en_US', 'Profile - table row', '', ''),
|
||
(1323, 'en_US', 'Import - table header', '', ''),
|
||
(1324, 'en_US', 'Import - table row', '', ''),
|
||
(1325, 'en_US', 'Export - table header', '', ''),
|
||
(1326, 'en_US', 'Export - table row', '', ''),
|
||
(1327, 'en_US', 'Category edit - top', '', ''),
|
||
(1328, 'en_US', 'Category edit - bottom', '', ''),
|
||
(1329, 'en_US', 'Brand edit - top', '', ''),
|
||
(1330, 'en_US', 'Brand edit - bottom', '', ''),
|
||
(1331, 'en_US', 'Attribute edit - top', '', ''),
|
||
(1332, 'en_US', 'Attribute edit - bottom', '', ''),
|
||
(1333, 'en_US', 'Currency edit - top', '', ''),
|
||
(1334, 'en_US', 'Currency edit - bottom', '', ''),
|
||
(1335, 'en_US', 'Country edit - top', '', ''),
|
||
(1336, 'en_US', 'Country edit - bottom', '', ''),
|
||
(1337, 'en_US', 'Content edit - top', '', ''),
|
||
(1338, 'en_US', 'Content edit - bottom', '', ''),
|
||
(1339, 'en_US', 'Feature edit - top', '', ''),
|
||
(1340, 'en_US', 'Feature edit - bottom', '', ''),
|
||
(1341, 'en_US', 'Document edit - top', '', ''),
|
||
(1342, 'en_US', 'Document edit - bottom', '', ''),
|
||
(1343, 'en_US', 'Client edit - top', '', ''),
|
||
(1344, 'en_US', 'Client edit - bottom', '', ''),
|
||
(1345, 'en_US', 'Image edit - top', '', ''),
|
||
(1346, 'en_US', 'Image edit - bottom', '', ''),
|
||
(1347, 'en_US', 'Hook edit - top', '', ''),
|
||
(1348, 'en_US', 'Hook edit - bottom', '', ''),
|
||
(1349, 'en_US', 'Folder edit - top', '', ''),
|
||
(1350, 'en_US', 'Folder edit - bottom', '', ''),
|
||
(1351, 'en_US', 'Module hook edit - top', '', ''),
|
||
(1352, 'en_US', 'Module hook edit - bottom', '', ''),
|
||
(1353, 'en_US', 'Module edit - top', '', ''),
|
||
(1354, 'en_US', 'Module edit - bottom', '', ''),
|
||
(1355, 'en_US', 'Message edit - top', '', ''),
|
||
(1356, 'en_US', 'Message edit - bottom', '', ''),
|
||
(1357, 'en_US', 'Profile edit - top', '', ''),
|
||
(1358, 'en_US', 'Profile edit - bottom', '', ''),
|
||
(1359, 'en_US', 'Product edit - top', '', ''),
|
||
(1360, 'en_US', 'Product edit - bottom', '', ''),
|
||
(1361, 'en_US', 'Order edit - top', '', ''),
|
||
(1362, 'en_US', 'Order edit - bottom', '', ''),
|
||
(1363, 'en_US', 'Shipping zones edit - top', '', ''),
|
||
(1364, 'en_US', 'Shipping zones edit - bottom', '', ''),
|
||
(1365, 'en_US', 'Shipping configuration edit - top', '', ''),
|
||
(1366, 'en_US', 'Shipping configuration edit - bottom', '', ''),
|
||
(1367, 'en_US', 'Sale edit - top', '', ''),
|
||
(1368, 'en_US', 'Sale edit - bottom', '', ''),
|
||
(1369, 'en_US', 'Variable edit - top', '', ''),
|
||
(1370, 'en_US', 'Variable edit - bottom', '', ''),
|
||
(1371, 'en_US', 'Template edit - top', '', ''),
|
||
(1372, 'en_US', 'Template edit - bottom', '', ''),
|
||
(1373, 'en_US', 'Tax rule edit - top', '', ''),
|
||
(1374, 'en_US', 'Tax rule edit - bottom', '', ''),
|
||
(1375, 'en_US', 'Tax edit - top', '', ''),
|
||
(1376, 'en_US', 'Tax edit - bottom', '', ''),
|
||
(1377, 'en_US', 'Order edit - displayed after product information', '', ''),
|
||
(1378, 'en_US', 'Tab SEO - top', '', ''),
|
||
(1379, 'en_US', 'Tab SEO - bottom', '', ''),
|
||
(1380, 'en_US', 'Tab image - top', '', ''),
|
||
(1381, 'en_US', 'Tab image - bottom', '', ''),
|
||
(1382, 'en_US', 'Tab document - top', '', ''),
|
||
(1383, 'en_US', 'Tab document - bottom', '', ''),
|
||
(1384, 'en_US', 'Export modal or page - top', '', ''),
|
||
(1385, 'en_US', 'Export modal or page - bottom', '', ''),
|
||
(1386, 'en_US', 'Order - customer information bottom', '', ''),
|
||
(1387, 'en_US', 'Order - payment module bottom', '', ''),
|
||
(1388, 'en_US', 'Order - delivery module bottom', '', ''),
|
||
(1389, 'en_US', 'Tab SEO - update form', '', ''),
|
||
(1390, 'en_US', 'Order edit - order product table header', '', ''),
|
||
(1391, 'en_US', 'Order edit - order product table row', '', ''),
|
||
(1392, 'en_US', 'Administrators - header', '', ''),
|
||
(1393, 'en_US', 'Administrators - row', '', ''),
|
||
(1394, 'en_US', 'Advanced Configuration', '', ''),
|
||
(1395, 'en_US', 'Advanced Configuration - Javascript', '', ''),
|
||
(1396, 'en_US', 'Brand edit - right column top', NULL, NULL),
|
||
(1397, 'en_US', 'Brand edit - right column bottom', NULL, NULL),
|
||
(1398, 'en_US', 'Category edit - right column top', NULL, NULL),
|
||
(1399, 'en_US', 'Category edit - right column bottom', NULL, NULL),
|
||
(1400, 'en_US', 'Content edit - right column top', NULL, NULL),
|
||
(1401, 'en_US', 'Content edit - right column bottom', NULL, NULL),
|
||
(1402, 'en_US', 'Folder edit - right column top', NULL, NULL),
|
||
(1403, 'en_US', 'Folder edit - right column bottom', NULL, NULL),
|
||
(1404, 'en_US', 'Product edit - right column top', NULL, NULL),
|
||
(1405, 'en_US', 'Product edit - right column bottom', NULL, NULL),
|
||
(1406, 'en_US', 'state-edit - at the top', '', ''),
|
||
(1407, 'en_US', 'state-edit - bottom', '', ''),
|
||
(1408, 'en_US', 'state - Edit JavaScript', '', ''),
|
||
(1409, 'en_US', 'states - at the top', '', ''),
|
||
(1410, 'en_US', 'states - table header', '', ''),
|
||
(1411, 'en_US', 'states - table row', '', ''),
|
||
(1412, 'en_US', 'states - bottom', '', ''),
|
||
(1413, 'en_US', 'state - creation form', '', ''),
|
||
(1414, 'en_US', 'state - delete form', '', ''),
|
||
(1415, 'en_US', 'states - JavaScript', '', ''),
|
||
(1000, 'es_ES', 'Categoría - contenido', NULL, NULL),
|
||
(1001, 'es_ES', 'Contenido - contenido', NULL, NULL),
|
||
(1002, 'es_ES', 'Carpeta - contenido', NULL, NULL),
|
||
(1003, 'es_ES', 'Orden - contenido', NULL, NULL),
|
||
(1004, 'es_ES', 'Producto - contenido', NULL, NULL),
|
||
(1005, 'es_ES', 'Valor Característica - encabezado de tabla', NULL, NULL),
|
||
(1006, 'es_ES', 'Valor Característica - fila de tabla', NULL, NULL),
|
||
(1007, 'es_ES', 'Característica - Formulario para crear valor', NULL, NULL),
|
||
(1008, 'es_ES', 'Característica - Editar JavaScript', NULL, NULL),
|
||
(1009, 'es_ES', 'Producto - Editar JavaScript', NULL, NULL),
|
||
(1010, 'es_ES', 'Cupón - crear JavaScript', NULL, NULL),
|
||
(1011, 'es_ES', 'Impuestos - formulario de actualización', NULL, NULL),
|
||
(1012, 'es_ES', 'regla de impuesto - Editar JavaScript', NULL, NULL),
|
||
(1013, 'es_ES', 'Herramientas - en la parte superior', NULL, NULL),
|
||
(1014, 'es_ES', 'Herramientas - en la parte superior de la columna', NULL, NULL),
|
||
(1015, 'es_ES', 'Herramientas - en la parte inferior de la columna 1', NULL, NULL),
|
||
(1016, 'es_ES', 'Herramientas - parte inferior', NULL, NULL),
|
||
(1017, 'es_ES', 'Herramientas - JavaScript', NULL, NULL),
|
||
(1018, 'es_ES', 'Mensajes - al tope', NULL, NULL),
|
||
(1019, 'es_ES', 'Mensajes - encabezado de la tabla', NULL, NULL),
|
||
(1020, 'es_ES', 'Mensajes - fila de la tabla', NULL, NULL),
|
||
(1021, 'es_ES', 'Mensajes - base', NULL, NULL),
|
||
(1022, 'es_ES', 'Mensaje - formulario de creación', NULL, NULL),
|
||
(1023, 'es_ES', 'Mensaje - formulario de borrado', NULL, NULL),
|
||
(1024, 'es_ES', 'Mensajes - JavaScript', NULL, NULL),
|
||
(1025, 'es_ES', 'Reglas de impuestos - en la parte superior', NULL, NULL),
|
||
(1026, 'es_ES', 'Reglas de impuestos - parte inferior', NULL, NULL),
|
||
(1027, 'es_ES', 'Impuesto - formulario de creación', NULL, NULL),
|
||
(1028, 'es_ES', 'Impuesto - formulario de borrado', NULL, NULL),
|
||
(1029, 'es_ES', 'regla de impuesto - formulario de creación', NULL, NULL),
|
||
(1030, 'es_ES', 'regla de impuesto - formulario de borrado', NULL, NULL),
|
||
(1031, 'es_ES', 'Reglas de impuestos - JavaScript', NULL, NULL),
|
||
(1032, 'es_ES', 'Exportar - en la parte superior', NULL, NULL),
|
||
(1033, 'es_ES', 'Exportar - en la parte inferior de una categoría', NULL, NULL),
|
||
(1034, 'es_ES', 'Exportar - en la parte inferior de la columna 1', NULL, NULL),
|
||
(1035, 'es_ES', 'Exportar JavaScript', NULL, NULL),
|
||
(1036, 'es_ES', 'Exportación - JavaScript', NULL, NULL),
|
||
(1037, 'es_ES', 'Producto - encabezado de la tabla de carpetas', NULL, NULL),
|
||
(1038, 'es_ES', 'Producto - fila de la tabla de carpetas', NULL, NULL),
|
||
(1039, 'es_ES', 'Producto - formato de detalles del precio', NULL, NULL),
|
||
(1040, 'es_ES', 'Producto - Editar formulario de stock', NULL, NULL),
|
||
(1041, 'es_ES', 'Producto - formulario de detalles de la promoción', NULL, NULL),
|
||
(1042, 'es_ES', 'Producto - después de las combinaciones', NULL, NULL),
|
||
(1043, 'es_ES', 'Producto - título de la lista de combinaciones', NULL, NULL),
|
||
(1044, 'es_ES', 'Producto - después de las combinaciones', NULL, NULL),
|
||
(1045, 'es_ES', 'Producto - Formulario para borrar combinaciones', NULL, NULL),
|
||
(1046, 'es_ES', 'Módulos - encabezado de la tabla', NULL, NULL),
|
||
(1047, 'es_ES', 'Módulos - fila de la tabla', NULL, NULL),
|
||
(1048, 'es_ES', 'Divisas - Editar javaScript', NULL, NULL),
|
||
(1049, 'es_ES', 'Categoría - encabezado de tabla de contenido', NULL, NULL),
|
||
(1050, 'es_ES', 'Categoría - fila de la tabla de contenido', NULL, NULL),
|
||
(1051, 'es_ES', 'Categoría - edición JavaScript', NULL, NULL),
|
||
(1052, 'es_ES', 'Documento - edición JavaScript', NULL, NULL),
|
||
(1053, 'es_ES', 'Cliente - en la cabecera', NULL, NULL),
|
||
(1054, 'es_ES', 'Clientes - texto', NULL, NULL),
|
||
(1055, 'es_ES', 'Clientes - encabezado', NULL, NULL),
|
||
(1056, 'es_ES', 'Clientes - fila', NULL, NULL),
|
||
(1057, 'es_ES', 'Cliente - pie', NULL, NULL),
|
||
(1058, 'es_ES', 'Cliente - formulario creación', NULL, NULL),
|
||
(1059, 'es_ES', 'Cliente - formulario eliminación', NULL, NULL),
|
||
(1060, 'es_ES', 'Clientes - JavaScript', NULL, NULL),
|
||
(1061, 'es_ES', 'Producto - contenidos del encabezado de tabla', NULL, NULL),
|
||
(1062, 'es_ES', 'Producto - contenidos de la fila de la tabla', NULL, NULL),
|
||
(1063, 'es_ES', 'Producto - encabezado de la tabla accesoria', NULL, NULL),
|
||
(1064, 'es_ES', 'Producto - fila de la tabla de accesorios', NULL, NULL),
|
||
(1065, 'es_ES', 'Producto - encabezado de la tabla de categorías', NULL, NULL),
|
||
(1066, 'es_ES', 'Producto - fila de la tabla de categorías', NULL, NULL),
|
||
(1067, 'es_ES', 'Producto - encabezado de la tabla de atributos', NULL, NULL),
|
||
(1068, 'es_ES', 'Producto - fila de la tabla de atributos', NULL, NULL),
|
||
(1069, 'es_ES', 'Producto - encabezado de la tabla de características', NULL, NULL),
|
||
(1070, 'es_ES', 'Producto - fila de la tabla de características', NULL, NULL),
|
||
(1071, 'es_ES', 'Plantilla - cabecera de la tabla de atributos', NULL, NULL),
|
||
(1072, 'es_ES', 'Plantilla - fila de la tabla de atributos', NULL, NULL),
|
||
(1073, 'es_ES', 'Plantilla - encabezado de tabla de características', NULL, NULL),
|
||
(1074, 'es_ES', 'Plantilla - fila de la tabla de características', NULL, NULL),
|
||
(1075, 'es_ES', 'Plantillas - en la parte superior', NULL, NULL),
|
||
(1076, 'es_ES', 'Plantillas - encabezado de tabla', NULL, NULL),
|
||
(1077, 'es_ES', 'Plantillas - fila de la tabla', NULL, NULL),
|
||
(1078, 'es_ES', 'Plantillas - parte inferior', NULL, NULL),
|
||
(1079, 'es_ES', 'Plantilla - formulario de creación', NULL, NULL),
|
||
(1080, 'es_ES', 'Plantilla - formulario de borrado', NULL, NULL),
|
||
(1081, 'es_ES', 'Plantillas - JavaScript', NULL, NULL),
|
||
(1082, 'es_ES', 'Configuración - en la parte superior', NULL, NULL),
|
||
(1083, 'es_ES', 'Configuración - en la parte superior de la zona de catálogo', NULL, NULL),
|
||
(1084, 'es_ES', 'Configuración - en la parte inferior del catálogo', NULL, NULL),
|
||
(1085, 'es_ES', 'Configuración - en la parte superior del área de envío', NULL, NULL),
|
||
(1086, 'es_ES', 'Configuración - en la parte inferior de la zona de envío', NULL, NULL),
|
||
(1087, 'es_ES', 'Configuración - en la parte superior del área del sistema', NULL, NULL),
|
||
(1088, 'es_ES', 'Configuración - en la parte inferior de la zona del sistema', NULL, NULL),
|
||
(1089, 'es_ES', 'Configuración - parte inferior', NULL, NULL),
|
||
(1090, 'es_ES', 'Configuración - JavaScript', NULL, NULL),
|
||
(1091, 'es_ES', 'Dashboard - en la parte superior', NULL, NULL),
|
||
(1092, 'es_ES', 'Dashboard - medio', NULL, NULL),
|
||
(1093, 'es_ES', 'Dashboard - fondo', NULL, NULL),
|
||
(1094, 'es_ES', 'Pedidos - encabezado', NULL, NULL),
|
||
(1095, 'es_ES', 'Pedidos - encabezado de tabla', NULL, NULL),
|
||
(1096, 'es_ES', 'Pedidos - fila de tabla', NULL, NULL),
|
||
(1097, 'es_ES', 'Pedidos - pie de página', NULL, NULL),
|
||
(1098, 'es_ES', 'Pedidos - JavaScript', NULL, NULL),
|
||
(1099, 'es_ES', 'Zona de entrega - En la cabecera', NULL, NULL),
|
||
(1100, 'es_ES', 'Zona de entrega - en el encabezado de tabla', NULL, NULL),
|
||
(1101, 'es_ES', 'Zona de entrega - en la fila de la tabla', NULL, NULL),
|
||
(1102, 'es_ES', 'Zona de entrega - en el pie', NULL, NULL),
|
||
(1103, 'es_ES', 'Zona de entrega - JavaScript', NULL, NULL),
|
||
(1104, 'es_ES', 'Contenido - Editar JavaScript', NULL, NULL),
|
||
(1105, 'es_ES', 'Inicio - en la parte superior', NULL, NULL),
|
||
(1106, 'es_ES', 'Inicio - fondo', NULL, NULL),
|
||
(1107, 'es_ES', 'Inicio - JavaScript', NULL, NULL),
|
||
(1108, 'es_ES', 'Módulos - al inicio', NULL, NULL),
|
||
(1109, 'es_ES', 'Módulos - base', NULL, NULL),
|
||
(1110, 'es_ES', 'Módulos - JavaScript', NULL, NULL),
|
||
(1111, 'es_ES', 'Idiomas - en la parte superior', NULL, NULL),
|
||
(1112, 'es_ES', 'Idiomas - parte inferior', NULL, NULL),
|
||
(1113, 'es_ES', 'Idioma - formulario de creación', NULL, NULL),
|
||
(1114, 'es_ES', 'Idiomas - Formulario de borrar', NULL, NULL),
|
||
(1115, 'es_ES', 'Idiomas - JavaScript', NULL, NULL),
|
||
(1116, 'es_ES', 'Zona - formulario de borrado', NULL, NULL),
|
||
(1117, 'es_ES', 'Zona de entrega - Editar JavasCript', NULL, NULL),
|
||
(1118, 'es_ES', 'Sistema - registros de JavaScript', NULL, NULL),
|
||
(1119, 'es_ES', 'Búsqueda - al inicio', NULL, NULL),
|
||
(1120, 'es_ES', 'Búsqueda - base', NULL, NULL),
|
||
(1121, 'es_ES', 'Búsqueda - JavaScript', NULL, NULL),
|
||
(1122, 'es_ES', 'Administradores - en la parte superior', NULL, NULL),
|
||
(1123, 'es_ES', 'Administradores - inferior', NULL, NULL),
|
||
(1124, 'es_ES', 'Administrador - formulario de creación', NULL, NULL),
|
||
(1125, 'es_ES', 'Administrador - formulario de actualización', NULL, NULL),
|
||
(1126, 'es_ES', 'Administrador - formulario de eliminación', NULL, NULL),
|
||
(1127, 'es_ES', 'Administradores - JavaScript', NULL, NULL),
|
||
(1128, 'es_ES', NULL, NULL, NULL),
|
||
(1129, 'es_ES', 'Configuración de envío - al inicio', NULL, NULL),
|
||
(1130, 'es_ES', 'Configuración de envío - encabezado de tabla', NULL, NULL),
|
||
(1131, 'es_ES', 'Configuración de envío - fila de tabla', NULL, NULL),
|
||
(1132, 'es_ES', 'Configuración de envío - base', NULL, NULL),
|
||
(1133, 'es_ES', 'Configuración de envío - formulario de creación', NULL, NULL),
|
||
(1134, 'es_ES', 'Configuración de envío - formulario de borrado', NULL, NULL),
|
||
(1135, 'es_ES', 'Configuración de envío - JavaScript', NULL, NULL),
|
||
(1136, 'es_ES', 'Característica - ir arriba', NULL, NULL),
|
||
(1137, 'es_ES', 'Característica - Encabezado de tabla', NULL, NULL),
|
||
(1138, 'es_ES', 'Característica - Fila de tabla', NULL, NULL),
|
||
(1139, 'es_ES', 'Característica - inferior', NULL, NULL),
|
||
(1140, 'es_ES', 'Característica - formulario crear', NULL, NULL),
|
||
(1141, 'es_ES', 'Característica - formulario borrar', NULL, NULL),
|
||
(1142, 'es_ES', 'Característica - Agregar a todos los formularios', NULL, NULL),
|
||
(1143, 'es_ES', 'Característica - eliminar todos los formularios', NULL, NULL),
|
||
(1144, 'es_ES', 'Característica - JavaScript', NULL, NULL),
|
||
(1145, 'es_ES', 'Módulo - Editar JavaScript', NULL, NULL),
|
||
(1146, 'es_ES', NULL, NULL, NULL),
|
||
(1147, 'es_ES', NULL, NULL, NULL),
|
||
(1148, 'es_ES', NULL, NULL, NULL),
|
||
(1149, 'es_ES', 'Configuración de envío - Editar', NULL, NULL),
|
||
(1150, 'es_ES', 'Configuración de envío - formulario de borrado de país', NULL, NULL),
|
||
(1151, 'es_ES', 'Configuración de envío - Editar JavaScript', NULL, NULL),
|
||
(1152, 'es_ES', 'Sistema de correo - en la parte superior', NULL, NULL),
|
||
(1153, 'es_ES', 'Sistema de correo - fondo', NULL, NULL),
|
||
(1154, 'es_ES', 'Sistema de correo - JavaScript', NULL, NULL),
|
||
(1155, 'es_ES', 'Categorías - en la parte superior', NULL, NULL),
|
||
(1156, 'es_ES', 'Categorías - título', NULL, NULL),
|
||
(1157, 'es_ES', 'Categorías - header', NULL, NULL),
|
||
(1158, 'es_ES', 'Categorías - fila', NULL, NULL),
|
||
(1159, 'es_ES', 'Productos - leyenda', NULL, NULL),
|
||
(1160, 'es_ES', 'Productos - encabezado', NULL, NULL),
|
||
(1161, 'es_ES', 'Productos - fila', NULL, NULL),
|
||
(1162, 'es_ES', 'Categorías - inferior', NULL, NULL),
|
||
(1163, 'es_ES', 'Categorías - en la parte inferior del catálogo', NULL, NULL),
|
||
(1164, 'es_ES', 'Formulario de creación de la categoría-', NULL, NULL),
|
||
(1165, 'es_ES', 'Producto - formulario de creación', NULL, NULL),
|
||
(1166, 'es_ES', 'Categoría - formulario de eliminación', NULL, NULL),
|
||
(1167, 'es_ES', 'Producto - formulario de borrado', NULL, NULL),
|
||
(1168, 'es_ES', 'Categorías - JavaScript', NULL, NULL),
|
||
(1169, 'es_ES', 'Variables - en la parte superior', NULL, NULL),
|
||
(1170, 'es_ES', 'Variables - encabezado de tabla', NULL, NULL),
|
||
(1171, 'es_ES', 'Variables - fila de la tabla', NULL, NULL),
|
||
(1172, 'es_ES', 'Variables - parte inferior', NULL, NULL),
|
||
(1173, 'es_ES', 'Variable - formulario de creación', NULL, NULL),
|
||
(1174, 'es_ES', 'Variable - formulario de borrado', NULL, NULL),
|
||
(1175, 'es_ES', 'Variables - JavaScript', NULL, NULL),
|
||
(1176, 'es_ES', 'Orden - lista de productos', NULL, NULL),
|
||
(1177, 'es_ES', 'Orden - editar JavaScript', NULL, NULL),
|
||
(1178, 'es_ES', 'Información de tienda - JavaScript', NULL, NULL),
|
||
(1179, 'es_ES', 'Traducciones - JavaScript', NULL, NULL),
|
||
(1180, 'es_ES', 'Carpeta - ir arriba', NULL, NULL),
|
||
(1181, 'es_ES', 'Carpeta - título', NULL, NULL),
|
||
(1182, 'es_ES', 'Carpeta - encabezado', NULL, NULL),
|
||
(1183, 'es_ES', 'Carpeta - fila', NULL, NULL),
|
||
(1184, 'es_ES', 'Contenido - leyenda', NULL, NULL),
|
||
(1185, 'es_ES', 'Contenido - encabezado', NULL, NULL),
|
||
(1186, 'es_ES', 'Contenido - fila', NULL, NULL),
|
||
(1187, 'es_ES', 'Carpeta - abajo', NULL, NULL),
|
||
(1188, 'es_ES', NULL, NULL, NULL),
|
||
(1189, 'es_ES', 'Contenido - formulario de creación', NULL, NULL),
|
||
(1190, 'es_ES', NULL, NULL, NULL),
|
||
(1191, 'es_ES', 'Contenido - Formulario para eliminar', NULL, NULL),
|
||
(1192, 'es_ES', 'Carpeta - JavaScript', NULL, NULL),
|
||
(1193, 'es_ES', 'Plantilla - editar JavaScript', NULL, NULL),
|
||
(1194, 'es_ES', 'Editar JavaScript', NULL, NULL),
|
||
(1195, 'es_ES', 'Hook - editar JavaScript', NULL, NULL),
|
||
(1196, 'es_ES', 'Países - en la parte superior', NULL, NULL),
|
||
(1197, 'es_ES', 'Países - encabezado de la tabla', NULL, NULL),
|
||
(1198, 'es_ES', 'Países - fila de la tabla', NULL, NULL),
|
||
(1199, 'es_ES', 'Países - parte inferior', NULL, NULL),
|
||
(1200, 'es_ES', 'País - formulario de creación', NULL, NULL),
|
||
(1201, 'es_ES', 'País - formulario para eliminar', NULL, NULL),
|
||
(1202, 'es_ES', 'Países - JavaScript', NULL, NULL),
|
||
(1203, 'es_ES', 'Divisas - en la parte superior', NULL, NULL),
|
||
(1204, 'es_ES', 'Divisas - encabezado de tabla', NULL, NULL),
|
||
(1205, 'es_ES', 'Divisas - fila de tabla', NULL, NULL),
|
||
(1206, 'es_ES', 'Divisas - inferior', NULL, NULL),
|
||
(1207, 'es_ES', 'Divisas - formulario de creación', NULL, NULL),
|
||
(1208, 'es_ES', 'Moneda - Formulario de eliminación', NULL, NULL),
|
||
(1209, 'es_ES', 'Divisas - JavaScript', NULL, NULL),
|
||
(1210, 'es_ES', 'Cliente - Editar', NULL, NULL),
|
||
(1211, 'es_ES', 'Cliente - formulario crear dirección', NULL, NULL),
|
||
(1212, 'es_ES', 'Cliente - formulario de actualización de dirección', NULL, NULL),
|
||
(1213, 'es_ES', 'Cliente - Formulario borrar dirección', NULL, NULL),
|
||
(1214, 'es_ES', 'Cliente - Editar JavaScript', NULL, NULL),
|
||
(1215, 'es_ES', 'Valor de atributos - encabezado de tabla', NULL, NULL),
|
||
(1216, 'es_ES', 'Valor de atributos - fila de la tabla', NULL, NULL),
|
||
(1217, 'es_ES', 'Valor de atributo - formulario de creación', NULL, NULL),
|
||
(1218, 'es_ES', 'Atributo - Formulario de eliminación de id', NULL, NULL),
|
||
(1219, 'es_ES', 'Atributo - editar JavaScript', NULL, NULL),
|
||
(1220, 'es_ES', 'Perfiles - en la parte superior', NULL, NULL),
|
||
(1221, 'es_ES', 'Perfiles - parte inferior', NULL, NULL),
|
||
(1222, 'es_ES', 'Perfil - formulario de alta', NULL, NULL),
|
||
(1223, 'es_ES', 'Perfil - formulario de borrado', NULL, NULL),
|
||
(1224, 'es_ES', 'Perfiles - JavaScript', NULL, NULL),
|
||
(1225, 'es_ES', 'País - editar JavaScript', NULL, NULL),
|
||
(1226, 'es_ES', 'Perfil - editar JavaScript', NULL, NULL),
|
||
(1227, 'es_ES', 'Variable - Editar JavaScript', NULL, NULL),
|
||
(1228, 'es_ES', 'Cupón - actualizar JavaScript', NULL, NULL),
|
||
(1229, 'es_ES', 'Cupón - en la parte superior', NULL, NULL),
|
||
(1230, 'es_ES', 'Cupón - titulo de la lista', NULL, NULL),
|
||
(1231, 'es_ES', 'Cupón - encabezado de tabla', NULL, NULL),
|
||
(1232, 'es_ES', 'Cupón - fila de la tabla', NULL, NULL),
|
||
(1233, 'es_ES', 'Cupón - parte inferior', NULL, NULL),
|
||
(1234, 'es_ES', 'Cupón - enlistar JavaScript', NULL, NULL),
|
||
(1235, 'es_ES', 'Módulo - configuración', NULL, NULL),
|
||
(1236, 'es_ES', 'Módulo - configuración de JavaScript', NULL, NULL),
|
||
(1237, 'es_ES', 'Mensaje - Editar JavaScript', NULL, NULL),
|
||
(1238, 'es_ES', 'Imagen - Editar JavaScript', NULL, NULL),
|
||
(1239, 'es_ES', 'Atributos - en la parte superior', NULL, NULL),
|
||
(1240, 'es_ES', 'Atributos - encabezado de tabla', NULL, NULL),
|
||
(1241, 'es_ES', 'Atributos - fila de la tabla', NULL, NULL),
|
||
(1242, 'es_ES', 'Atributos - inferior', NULL, NULL),
|
||
(1243, 'es_ES', 'Atributo - formulario de creación', NULL, NULL),
|
||
(1244, 'es_ES', 'Atributo - formulario de eliminación', NULL, NULL),
|
||
(1245, 'es_ES', 'Atributo - agregar a todos los formularios', NULL, NULL),
|
||
(1246, 'es_ES', 'Atributo - quitar a todos', NULL, NULL),
|
||
(1247, 'es_ES', 'Atributos - JavaScript', NULL, NULL),
|
||
(1248, 'es_ES', 'Registros - en la parte superior', NULL, NULL),
|
||
(1249, 'es_ES', 'Registros - inferior', NULL, NULL),
|
||
(1250, 'es_ES', 'Registros - JavaScript', NULL, NULL),
|
||
(1251, 'es_ES', 'Carpeta - Editar JavaScript', NULL, NULL),
|
||
(1252, 'es_ES', 'Hooks - en la parte superior', NULL, NULL),
|
||
(1253, 'es_ES', 'Hooks - encabezado de tabla', NULL, NULL),
|
||
(1254, 'es_ES', 'Hooks - fila de la tabla', NULL, NULL),
|
||
(1255, 'es_ES', 'Hooks - inferior', NULL, NULL),
|
||
(1256, 'es_ES', NULL, NULL, NULL),
|
||
(1257, 'es_ES', NULL, NULL, NULL),
|
||
(1258, 'es_ES', 'Hooks - JavaScript', NULL, NULL),
|
||
(1259, 'es_ES', 'Diseño - CSS', NULL, NULL),
|
||
(1260, 'es_ES', 'Diseño - antes de la barra superior', NULL, NULL),
|
||
(1261, 'es_ES', 'Diseño - en la barra superior', NULL, NULL),
|
||
(1262, 'es_ES', 'Diseño - después de la barra superior', NULL, NULL),
|
||
(1263, 'es_ES', 'Diseño - antes del menú principal', NULL, NULL),
|
||
(1264, 'es_ES', 'Diseño - en la parte superior del menú artículos', NULL, NULL),
|
||
(1265, 'es_ES', 'Diseño - después del menú principal', NULL, NULL),
|
||
(1266, 'es_ES', 'Diseño - antes del pie de página', NULL, NULL),
|
||
(1267, 'es_ES', 'Diseño - en el pie de página', NULL, NULL),
|
||
(1268, 'es_ES', 'Diseño - después de pie de página', NULL, NULL),
|
||
(1269, 'es_ES', 'Diseño - JavaScript', NULL, NULL),
|
||
(1270, 'es_ES', 'Diseño - en la parte superior de la barra superior', NULL, NULL),
|
||
(1271, 'es_ES', 'Diseño - en la parte inferior de la barra superior', NULL, NULL),
|
||
(1272, 'es_ES', 'Diseño - en el menú de cliente', NULL, NULL),
|
||
(1273, 'es_ES', 'Diseño - en el menú de pedidos', NULL, NULL),
|
||
(1274, 'es_ES', 'Diseño - en el menú de catálogo', NULL, NULL),
|
||
(1275, 'es_ES', 'Diseño - en el menú de carpetas', NULL, NULL),
|
||
(1276, 'es_ES', 'Diseño - en el menú de herramientas', NULL, NULL),
|
||
(1277, 'es_ES', 'Diseño - en el menú de módulos', NULL, NULL),
|
||
(1278, 'es_ES', 'Diseño - en el menú de configuración', NULL, NULL),
|
||
(1279, 'es_ES', 'Marca - editar JavaScript', NULL, NULL),
|
||
(1280, 'es_ES', 'Inicio - bloque', NULL, NULL),
|
||
(1281, 'es_ES', 'Marcas - en parte superior', NULL, NULL),
|
||
(1282, 'es_ES', 'Marcas - encabezado de tabla', NULL, NULL),
|
||
(1283, 'es_ES', 'Marcas - file de la tabla', NULL, NULL),
|
||
(1284, 'es_ES', 'Marcas - inferior', NULL, NULL),
|
||
(1285, 'es_ES', 'Marca - formulario de creación', NULL, NULL),
|
||
(1286, 'es_ES', 'Marca - formulario de eliminación', NULL, NULL),
|
||
(1287, 'es_ES', 'Marca - JavaScript', NULL, NULL),
|
||
(1288, 'es_ES', 'Exportar - en la parte superior', NULL, NULL),
|
||
(1289, 'es_ES', 'Exportar - en la parte inferior de una categoría', NULL, NULL),
|
||
(1290, 'es_ES', 'Exportar - en la parte inferior de la columna 1', NULL, NULL),
|
||
(1291, 'es_ES', 'Exportar JavaScript', NULL, NULL),
|
||
(1292, 'es_ES', 'Exportación - JavaScript', NULL, NULL),
|
||
(1293, 'es_ES', 'Marca - contenido', NULL, NULL),
|
||
(1294, 'es_ES', 'Cliente - cabecera tabla de pedidos', NULL, NULL),
|
||
(1295, 'es_ES', 'Cliente - celda tabla pedidos', NULL, NULL),
|
||
(1296, 'es_ES', 'Ventas - en la parte superior', NULL, NULL),
|
||
(1297, 'es_ES', 'Ventas - encabezado de tabla', NULL, NULL),
|
||
(1298, 'es_ES', 'Ventas - fila de la tabla', NULL, NULL),
|
||
(1299, 'es_ES', 'Ventas - en la parte inferior', NULL, NULL),
|
||
(1300, 'es_ES', 'Venta - formulario de creación', NULL, NULL),
|
||
(1301, 'es_ES', 'Venta - formulario de borrado', NULL, NULL),
|
||
(1302, 'es_ES', 'Ventas - JavaScript', NULL, NULL),
|
||
(1303, 'es_ES', 'Producto - al pie de la combinación de un producto', NULL, NULL),
|
||
(1304, 'es_ES', 'Diseño - antes el contenido principal', NULL, NULL),
|
||
(1305, 'es_ES', 'Diseño de administración - Después del contenido principal', NULL, NULL),
|
||
(1306, 'es_ES', 'Categoría - Tab', NULL, NULL),
|
||
(1307, 'es_ES', 'Producto - Pestaña', NULL, NULL),
|
||
(1308, 'es_ES', 'Carpeta - Pestaña', NULL, NULL),
|
||
(1309, 'es_ES', 'Contenido - Pestaña', NULL, NULL),
|
||
(1310, 'es_ES', 'Marca - Tab', NULL, NULL),
|
||
(1311, 'es_ES', 'Editar Orden - dirección de envío', NULL, NULL),
|
||
(1312, 'es_ES', 'Página de producto - en la parte superior del formulario', NULL, NULL),
|
||
(1313, 'es_ES', 'Página del producto - en la parte inferior del formulario', NULL, NULL),
|
||
(1314, 'es_ES', 'Página de edición de marca - en formulario', NULL, NULL),
|
||
(1315, 'es_ES', 'Página de edición de Venta - última bloque de llamada JavaScript', NULL, NULL),
|
||
(1316, 'es_ES', 'Página de la API - en la parte superior', NULL, NULL),
|
||
(1317, 'es_ES', 'Página de la API - en la parte inferior', NULL, NULL),
|
||
(1318, 'es_ES', 'Página de Api - en formulario de eliminación', NULL, NULL),
|
||
(1319, 'es_ES', 'Página de cupón - en formulario de eliminación', NULL, NULL),
|
||
(1320, 'es_ES', 'Orden - Pestaña', NULL, NULL),
|
||
(1321, 'es_ES', 'Perfil - encabezado de tabla', '', ''),
|
||
(1322, 'es_ES', 'Perfil - fila de la tabla', '', ''),
|
||
(1323, 'es_ES', 'Importar - encabezado de tabla', '', ''),
|
||
(1324, 'es_ES', 'Importar - fila de la tabla', '', ''),
|
||
(1325, 'es_ES', 'Exportación - encabezado de tabla', '', ''),
|
||
(1326, 'es_ES', 'Exportación - fila de la tabla', '', ''),
|
||
(1327, 'es_ES', 'Categoría edición - superior', '', ''),
|
||
(1328, 'es_ES', 'Editar categoría - inferior', '', ''),
|
||
(1329, 'es_ES', 'Editar marca - superior', '', ''),
|
||
(1330, 'es_ES', 'Editar marca - inferior', '', ''),
|
||
(1331, 'es_ES', 'Editar atributo - superior', '', ''),
|
||
(1332, 'es_ES', 'Edición de atributos - inferior', '', ''),
|
||
(1333, 'es_ES', 'Editar Monedas - Cabecera', '', ''),
|
||
(1334, 'es_ES', 'Editar Monedas - Pie', '', ''),
|
||
(1335, 'es_ES', 'Edición de país - parte superior', '', ''),
|
||
(1336, 'es_ES', 'Edición de pais - parte inferior', '', ''),
|
||
(1337, 'es_ES', 'Editar contenido - superior', '', ''),
|
||
(1338, 'es_ES', 'Editar Contenido - inferior', '', ''),
|
||
(1339, 'es_ES', 'Editar Característica - superior', '', ''),
|
||
(1340, 'es_ES', 'Editar Característica - inferior', '', ''),
|
||
(1341, 'es_ES', 'Edición de documentos - cabecera', '', ''),
|
||
(1342, 'es_ES', 'Edición de documentos - pie', '', ''),
|
||
(1343, 'es_ES', 'Editar cliente - superior', '', ''),
|
||
(1344, 'es_ES', 'Editar cliente - parte inferior', '', ''),
|
||
(1345, 'es_ES', 'Edición de imagen - parte superior', '', ''),
|
||
(1346, 'es_ES', 'Edición de imagen - parte inferior', '', ''),
|
||
(1347, 'es_ES', 'Edición de Hook - superior', '', ''),
|
||
(1348, 'es_ES', 'Edición de Hook - inferior', '', ''),
|
||
(1349, 'es_ES', 'Edición de carpeta - superior', '', ''),
|
||
(1350, 'es_ES', 'Editar carpeta - parte inferior', '', ''),
|
||
(1351, 'es_ES', NULL, '', ''),
|
||
(1352, 'es_ES', NULL, '', ''),
|
||
(1353, 'es_ES', 'Edición de módulo - tope', '', ''),
|
||
(1354, 'es_ES', 'Edición de módulo - base', '', ''),
|
||
(1355, 'es_ES', 'Editar mensaje - tope', '', ''),
|
||
(1356, 'es_ES', 'Editar mensaje - base', '', ''),
|
||
(1357, 'es_ES', 'Editar Perfil - parte superior', '', ''),
|
||
(1358, 'es_ES', 'Editar Perfil - parte inferior', '', ''),
|
||
(1359, 'es_ES', 'Editar producto - parte superior', '', ''),
|
||
(1360, 'es_ES', 'Editar producto - parte inferior', '', ''),
|
||
(1361, 'es_ES', 'Edición de Pedido - al tope', '', ''),
|
||
(1362, 'es_ES', 'Editar Orden - parte inferior', '', ''),
|
||
(1363, 'es_ES', 'Edición zonas de envío - inicio', '', ''),
|
||
(1364, 'es_ES', 'Edición zonas de envío - base', '', ''),
|
||
(1365, 'es_ES', 'Configuración de envío - inicio', '', ''),
|
||
(1366, 'es_ES', 'Configuración de envío - base', '', ''),
|
||
(1367, 'es_ES', 'Editar Venta - parte superior', '', ''),
|
||
(1368, 'es_ES', 'Editar Venta - parte inferior', '', ''),
|
||
(1369, 'es_ES', 'Editar variable - parte superior', '', ''),
|
||
(1370, 'es_ES', 'Editar variable - parte inferior', '', ''),
|
||
(1371, 'es_ES', 'Editar plantilla - parte superior', '', ''),
|
||
(1372, 'es_ES', 'Editar plantilla - parte inferior', '', ''),
|
||
(1373, 'es_ES', 'Edición de regla de impuesto - parte superior', '', ''),
|
||
(1374, 'es_ES', 'Editar regla de Impuesto - base', '', ''),
|
||
(1375, 'es_ES', 'Editar Impuesto - parte superior', '', ''),
|
||
(1376, 'es_ES', 'Editar Impuesto - base', '', ''),
|
||
(1377, 'es_ES', 'Edición de Pedido - se muestra después de la información de producto', '', ''),
|
||
(1378, 'es_ES', 'Ficha SEO - arriba', '', ''),
|
||
(1379, 'es_ES', 'Ficha SEO - abajo', '', ''),
|
||
(1380, 'es_ES', 'Pestaña de imagen - arriba', '', ''),
|
||
(1381, 'es_ES', 'Pestaña de imagen - abajo', '', ''),
|
||
(1382, 'es_ES', 'Ficha de documento - arriba', '', ''),
|
||
(1383, 'es_ES', 'Ficha de documento - abajo', '', ''),
|
||
(1384, 'es_ES', 'Modal o página de exportación - superior', '', ''),
|
||
(1385, 'es_ES', 'Modal o página de exportación - inferior', '', ''),
|
||
(1386, 'es_ES', 'Orden - parte inferior de información del cliente', '', ''),
|
||
(1387, 'es_ES', 'Orden - parte inferior del módulo de pago', '', ''),
|
||
(1388, 'es_ES', 'Orden - parte inferior del módulo de entrega', '', ''),
|
||
(1389, 'es_ES', 'Ficha SEO - formato de actualización', '', ''),
|
||
(1390, 'es_ES', 'Edición de Pedido - encabezado de la tabla de pedido de producto', '', ''),
|
||
(1391, 'es_ES', 'Edición de Pedido - fila de la tabla del pedido de producto', '', ''),
|
||
(1392, 'es_ES', 'Administradores - cabecera', '', ''),
|
||
(1393, 'es_ES', 'Administradores - fila', '', ''),
|
||
(1394, 'es_ES', 'Configuración avanzada', '', ''),
|
||
(1395, 'es_ES', 'Configuración avanzada - JavaScript', '', ''),
|
||
(1396, 'es_ES', 'Edición de marca - encabezado de la columna derecha', NULL, NULL),
|
||
(1397, 'es_ES', 'Edición de marca - al pie de la columna derecha', NULL, NULL),
|
||
(1398, 'es_ES', 'Edición de categoría - al tope de la columna derecha', NULL, NULL),
|
||
(1399, 'es_ES', 'Edición de categoría - al pie de la columna derecha', NULL, NULL),
|
||
(1400, 'es_ES', 'Edición de Contenido - al tope de la columna derecha', NULL, NULL),
|
||
(1401, 'es_ES', 'Edición de Contenido - al pie de la columna derecha', NULL, NULL),
|
||
(1402, 'es_ES', 'Edición de carpeta - al tope de la columna derecha', NULL, NULL),
|
||
(1403, 'es_ES', 'Edición de carpeta - al pie de la columna derecha', NULL, NULL),
|
||
(1404, 'es_ES', 'Edición de producto - encabezado de la columna derecha', NULL, NULL),
|
||
(1405, 'es_ES', 'Edición de producto - al pie de la columna derecha', NULL, NULL),
|
||
(1406, 'es_ES', 'estado - editar - encabezado', '', ''),
|
||
(1407, 'es_ES', 'estado - al pie', '', ''),
|
||
(1408, 'es_ES', 'estado - Editar JavaScript', '', ''),
|
||
(1409, 'es_ES', 'estados - encabezado', '', ''),
|
||
(1410, 'es_ES', 'estados - encabezado de tabla', '', ''),
|
||
(1411, 'es_ES', 'estados - fila de tabla', '', ''),
|
||
(1412, 'es_ES', 'estados - al pie', '', ''),
|
||
(1413, 'es_ES', 'estado - formulario de creación', '', ''),
|
||
(1414, 'es_ES', 'estado - formulario de borrado', '', ''),
|
||
(1415, 'es_ES', 'estados - JavaScript', '', ''),
|
||
(1000, 'fr_FR', 'Catégorie - contenu', NULL, NULL),
|
||
(1001, 'fr_FR', 'Contenu - contenu', NULL, NULL),
|
||
(1002, 'fr_FR', 'Dossier - contenu', NULL, NULL),
|
||
(1003, 'fr_FR', 'Commande - contenu', NULL, NULL),
|
||
(1004, 'fr_FR', 'Produit - contenu', NULL, NULL),
|
||
(1005, 'fr_FR', 'Valeur de caractéristiques - colonne tableau', NULL, NULL),
|
||
(1006, 'fr_FR', 'Valeur de caractéristiques - ligne tableau', NULL, NULL),
|
||
(1007, 'fr_FR', 'Caractéristique - Formulaire de création de valeur', NULL, NULL),
|
||
(1008, 'fr_FR', 'Caractéristique - JavaScript modification', NULL, NULL),
|
||
(1009, 'fr_FR', 'Produit - Modification de JavaScript', NULL, NULL),
|
||
(1010, 'fr_FR', 'Code promo - JavaScript création', NULL, NULL),
|
||
(1011, 'fr_FR', 'Taxes - formulaire de modification', NULL, NULL),
|
||
(1012, 'fr_FR', 'Règle de taxe - Modification de JavaScript', NULL, NULL),
|
||
(1013, 'fr_FR', 'Outils - en haut', NULL, NULL),
|
||
(1014, 'fr_FR', 'Outils - en haut de la colonne', NULL, NULL),
|
||
(1015, 'fr_FR', 'Outils - en bas de la colonne 1', NULL, NULL),
|
||
(1016, 'fr_FR', 'Outils - en bas', NULL, NULL),
|
||
(1017, 'fr_FR', 'Outils - JavaScript', NULL, NULL),
|
||
(1018, 'fr_FR', 'Messages - en haut', NULL, NULL),
|
||
(1019, 'fr_FR', 'Messages - colonne tableau', NULL, NULL),
|
||
(1020, 'fr_FR', 'Messages - ligne tableau', NULL, NULL),
|
||
(1021, 'fr_FR', 'Messages - bas', NULL, NULL),
|
||
(1022, 'fr_FR', 'Message - formulaire de création', NULL, NULL),
|
||
(1023, 'fr_FR', 'Message - formulaire de suppression', NULL, NULL),
|
||
(1024, 'fr_FR', 'Messages - JavaScript', NULL, NULL),
|
||
(1025, 'fr_FR', 'Règles de taxes - en haut', NULL, NULL),
|
||
(1026, 'fr_FR', 'Règles de taxes - en bas', NULL, NULL),
|
||
(1027, 'fr_FR', 'Taxe - formulaire de création', NULL, NULL),
|
||
(1028, 'fr_FR', 'Taxe - formulaire de suppression', NULL, NULL),
|
||
(1029, 'fr_FR', 'Règle de taxe - formulaire de création', NULL, NULL),
|
||
(1030, 'fr_FR', 'Règle de taxe - formulaire de suppression', NULL, NULL),
|
||
(1031, 'fr_FR', 'Règles de taxes - JavaScript', NULL, NULL),
|
||
(1032, 'fr_FR', 'Exports - en haut', NULL, NULL),
|
||
(1033, 'fr_FR', 'Exports - en bas d\'une catégorie', NULL, NULL),
|
||
(1034, 'fr_FR', 'Exports - en bas de la colonne 1', NULL, NULL),
|
||
(1035, 'fr_FR', 'Exports - JavaScript', NULL, NULL),
|
||
(1036, 'fr_FR', 'Export - JavaScript', NULL, NULL),
|
||
(1037, 'fr_FR', 'Produit - colonne tableau dossiers', NULL, NULL),
|
||
(1038, 'fr_FR', 'Produit - ligne tableau dossiers', NULL, NULL),
|
||
(1039, 'fr_FR', 'Produit - Formulaire détail des prix', NULL, NULL),
|
||
(1040, 'fr_FR', 'Produit - formulaire de modification du stock', NULL, NULL),
|
||
(1041, 'fr_FR', 'Produit - Formulaire détail des promotions', NULL, NULL),
|
||
(1042, 'fr_FR', 'Produit - avant les déclinaisons', NULL, NULL),
|
||
(1043, 'fr_FR', 'Produit - légende liste des déclinaisons', NULL, NULL),
|
||
(1044, 'fr_FR', 'Produit - après les déclinaisons', NULL, NULL),
|
||
(1045, 'fr_FR', 'Produit - formulaire de suppression de combinaison', NULL, NULL),
|
||
(1046, 'fr_FR', 'Modules - colonne tableau', NULL, NULL),
|
||
(1047, 'fr_FR', 'Modules - ligne tableau', NULL, NULL),
|
||
(1048, 'fr_FR', 'Devise - JavaScript modification', NULL, NULL),
|
||
(1049, 'fr_FR', 'Catégorie - colonne tableau contenus', NULL, NULL),
|
||
(1050, 'fr_FR', 'Catégorie - ligne tableau contenus', NULL, NULL),
|
||
(1051, 'fr_FR', 'Catégorie - JavaScript modification', NULL, NULL),
|
||
(1052, 'fr_FR', 'Document - JavaScript modification', NULL, NULL),
|
||
(1053, 'fr_FR', 'Client - en haut', NULL, NULL),
|
||
(1054, 'fr_FR', 'Clients - légende', NULL, NULL),
|
||
(1055, 'fr_FR', 'Clients - en-tête', NULL, NULL),
|
||
(1056, 'fr_FR', 'Clients - ligne', NULL, NULL),
|
||
(1057, 'fr_FR', 'Client - bas', NULL, NULL),
|
||
(1058, 'fr_FR', 'Client - formulaire de création', NULL, NULL),
|
||
(1059, 'fr_FR', 'Client - formulaire de suppression', NULL, NULL),
|
||
(1060, 'fr_FR', 'Clients - JavaScript', NULL, NULL),
|
||
(1061, 'fr_FR', 'Produit - colonne tableau contenus', NULL, NULL),
|
||
(1062, 'fr_FR', 'Produit - ligne tableau contenus', NULL, NULL),
|
||
(1063, 'fr_FR', 'Produit - colonne tableau accessoires', NULL, NULL),
|
||
(1064, 'fr_FR', 'Produit - ligne tableau accessoires', NULL, NULL),
|
||
(1065, 'fr_FR', 'Produit - colonne tableau catégories', NULL, NULL),
|
||
(1066, 'fr_FR', 'Produit - ligne tableau catégories', NULL, NULL),
|
||
(1067, 'fr_FR', 'Produit - colonne tableau attributs', NULL, NULL),
|
||
(1068, 'fr_FR', 'Produit - ligne tableau attributs', NULL, NULL),
|
||
(1069, 'fr_FR', 'Produit - colonne tableau caractéristiques', NULL, NULL),
|
||
(1070, 'fr_FR', 'Produit - ligne tableau caractéristiques', NULL, NULL),
|
||
(1071, 'fr_FR', 'Gabarit - colonne tableau attributs', NULL, NULL),
|
||
(1072, 'fr_FR', 'Gabarit - ligne tableau attributs', NULL, NULL),
|
||
(1073, 'fr_FR', 'Gabarit - colonne tableau caractéristiques', NULL, NULL),
|
||
(1074, 'fr_FR', 'Gabarit - ligne tableau caractéristiques', NULL, NULL),
|
||
(1075, 'fr_FR', 'Gabarits - en haut', NULL, NULL),
|
||
(1076, 'fr_FR', 'Gabarits - colonne tableau', NULL, NULL),
|
||
(1077, 'fr_FR', 'Gabarits - ligne tableau', NULL, NULL),
|
||
(1078, 'fr_FR', 'Gabarits - en bas', NULL, NULL),
|
||
(1079, 'fr_FR', 'Gabarit - formulaire de création', NULL, NULL),
|
||
(1080, 'fr_FR', 'Gabarit - formulaire de suppression', NULL, NULL),
|
||
(1081, 'fr_FR', 'Gabarits - JavaScript', NULL, NULL),
|
||
(1082, 'fr_FR', 'Configuration - en haut', NULL, NULL),
|
||
(1083, 'fr_FR', 'Configuration - en haut de la zone catalogue', NULL, NULL),
|
||
(1084, 'fr_FR', 'Configuration - en bas du catlogue', NULL, NULL),
|
||
(1085, 'fr_FR', 'Configuration - en haut de la zone livraison', NULL, NULL),
|
||
(1086, 'fr_FR', 'Configuration - en bas de la zone livraison', NULL, NULL),
|
||
(1087, 'fr_FR', 'Configuration - en haut de la zone système', NULL, NULL),
|
||
(1088, 'fr_FR', 'Configuration - en bas de la zone système', NULL, NULL),
|
||
(1089, 'fr_FR', 'Configuration - bas', NULL, NULL),
|
||
(1090, 'fr_FR', 'Configuration - JavaScript', NULL, NULL),
|
||
(1091, 'fr_FR', 'Tableau de bord - en haut', NULL, NULL),
|
||
(1092, 'fr_FR', 'Tableau de bord - au milieu', NULL, NULL),
|
||
(1093, 'fr_FR', 'Tableau de bord - bas', NULL, NULL),
|
||
(1094, 'fr_FR', 'Commandes - en haut', NULL, NULL),
|
||
(1095, 'fr_FR', 'Commandes - colonne tableau', NULL, NULL),
|
||
(1096, 'fr_FR', 'Commandes - ligne tableau', NULL, NULL),
|
||
(1097, 'fr_FR', 'Commandes - en bas', NULL, NULL),
|
||
(1098, 'fr_FR', 'Commandes - JavaScript', NULL, NULL),
|
||
(1099, 'fr_FR', 'Zone de livraison - en haut', NULL, NULL),
|
||
(1100, 'fr_FR', 'Zone de livraison - colonne tableau', NULL, NULL),
|
||
(1101, 'fr_FR', 'Zone de livraison - ligne tableau', NULL, NULL),
|
||
(1102, 'fr_FR', 'Zone de livraison - bas', NULL, NULL),
|
||
(1103, 'fr_FR', 'Zone de livraison - JavaScript', NULL, NULL),
|
||
(1104, 'fr_FR', 'Contenu - JavaScript modification', NULL, NULL),
|
||
(1105, 'fr_FR', 'Accueil - en haut', NULL, NULL),
|
||
(1106, 'fr_FR', 'Accueil - bas', NULL, NULL),
|
||
(1107, 'fr_FR', 'Accueil - JavaScript', NULL, NULL),
|
||
(1108, 'fr_FR', 'Modules - en haut', NULL, NULL),
|
||
(1109, 'fr_FR', 'Modules - bas', NULL, NULL),
|
||
(1110, 'fr_FR', 'Modules - JavaScript', NULL, NULL),
|
||
(1111, 'fr_FR', 'Langages - en haut', NULL, NULL),
|
||
(1112, 'fr_FR', 'Langages - bas', NULL, NULL),
|
||
(1113, 'fr_FR', 'Langage - formulaire de création', NULL, NULL),
|
||
(1114, 'fr_FR', 'Langages - formulaire de suppression', NULL, NULL),
|
||
(1115, 'fr_FR', 'Langages - JavaScript', NULL, NULL),
|
||
(1116, 'fr_FR', 'Zone - formulaire de suppression', NULL, NULL),
|
||
(1117, 'fr_FR', 'Zone de livraison - JavaScript modification', NULL, NULL),
|
||
(1118, 'fr_FR', 'Système - logs JavaScript', NULL, NULL),
|
||
(1119, 'fr_FR', 'Recherche - en haut', NULL, NULL),
|
||
(1120, 'fr_FR', 'Recherche - en bas', NULL, NULL),
|
||
(1121, 'fr_FR', 'Recherche - JavaScript', NULL, NULL),
|
||
(1122, 'fr_FR', 'Administateurs - en haut', NULL, NULL),
|
||
(1123, 'fr_FR', 'Administateurs - bas', NULL, NULL),
|
||
(1124, 'fr_FR', 'Administateur - formulaire de création', NULL, NULL),
|
||
(1125, 'fr_FR', 'Administateur - formulaire de modification', NULL, NULL),
|
||
(1126, 'fr_FR', 'Administateur - formulaire de suppression', NULL, NULL),
|
||
(1127, 'fr_FR', 'Administateurs - JavaScript', NULL, NULL),
|
||
(1128, 'fr_FR', 'Module hook - Modification de JavaScript', NULL, NULL),
|
||
(1129, 'fr_FR', 'Configuration du transport - en haut', NULL, NULL),
|
||
(1130, 'fr_FR', 'Configuration du transport - colonne tableau', NULL, NULL),
|
||
(1131, 'fr_FR', 'Configuration du transport - ligne tableau', NULL, NULL),
|
||
(1132, 'fr_FR', 'Configuration du transport - en bas', NULL, NULL),
|
||
(1133, 'fr_FR', 'Configuration du transport - formulaire de création', NULL, NULL),
|
||
(1134, 'fr_FR', 'Configuration du transport - formulaire de suppression', NULL, NULL),
|
||
(1135, 'fr_FR', 'Configuration du transport - JavaScript', NULL, NULL),
|
||
(1136, 'fr_FR', 'Caractéristiques - en haut', NULL, NULL),
|
||
(1137, 'fr_FR', 'Caractéristiques - colonne tableau', NULL, NULL),
|
||
(1138, 'fr_FR', 'Caractéristiques - ligne tableau', NULL, NULL),
|
||
(1139, 'fr_FR', 'Caractéristiques - bas', NULL, NULL),
|
||
(1140, 'fr_FR', 'Caractéristique - formulaire de création', NULL, NULL),
|
||
(1141, 'fr_FR', 'Caractéristique - formulaire de suppression', NULL, NULL),
|
||
(1142, 'fr_FR', 'Caractéristique - formulaire ajouter à tous', NULL, NULL),
|
||
(1143, 'fr_FR', 'Caractéristique - formulaire de suppression multiple', NULL, NULL),
|
||
(1144, 'fr_FR', 'Caractéristiques - JavaScript', NULL, NULL),
|
||
(1145, 'fr_FR', 'Module - Modification de JavaScript', NULL, NULL),
|
||
(1146, 'fr_FR', 'Module hook - formulaire de création', NULL, NULL),
|
||
(1147, 'fr_FR', 'Module hook - formulaire de suppression', NULL, NULL),
|
||
(1148, 'fr_FR', 'Point d\'accroche des modules - Javascript', NULL, NULL),
|
||
(1149, 'fr_FR', 'Configuration du transport - Modification', NULL, NULL),
|
||
(1150, 'fr_FR', 'Configuration du transport - formulaire de suppression de pays', NULL, NULL),
|
||
(1151, 'fr_FR', 'Configuration du transport - Modification de JavaScript', NULL, NULL),
|
||
(1152, 'fr_FR', 'Envoi des e-mails - en haut', NULL, NULL),
|
||
(1153, 'fr_FR', 'Envoi des e-mails - en bas', NULL, NULL),
|
||
(1154, 'fr_FR', 'Envoi des e-mails - JavaScript', NULL, NULL),
|
||
(1155, 'fr_FR', 'Catégories - en haut', NULL, NULL),
|
||
(1156, 'fr_FR', 'Catégories - légende', NULL, NULL),
|
||
(1157, 'fr_FR', 'Catégories - en-tête', NULL, NULL),
|
||
(1158, 'fr_FR', 'Catégories - ligne', NULL, NULL),
|
||
(1159, 'fr_FR', 'Produits - légende', NULL, NULL),
|
||
(1160, 'fr_FR', 'Produits - en-tête', NULL, NULL),
|
||
(1161, 'fr_FR', 'Produits - ligne', NULL, NULL),
|
||
(1162, 'fr_FR', 'Catégories - bas', NULL, NULL),
|
||
(1163, 'fr_FR', 'Catégories - en bas du catalogue', NULL, NULL),
|
||
(1164, 'fr_FR', 'Catégorie - formulaire de création', NULL, NULL),
|
||
(1165, 'fr_FR', 'Produit - formulaire de création', NULL, NULL),
|
||
(1166, 'fr_FR', 'Catégorie - formulaire de suppression', NULL, NULL),
|
||
(1167, 'fr_FR', 'Produit - formulaire de suppression', NULL, NULL),
|
||
(1168, 'fr_FR', 'Catégories - JavaScript', NULL, NULL),
|
||
(1169, 'fr_FR', 'Variables - en haut', NULL, NULL),
|
||
(1170, 'fr_FR', 'Variables - colonne tableau', NULL, NULL),
|
||
(1171, 'fr_FR', 'Variables - ligne tableau', NULL, NULL),
|
||
(1172, 'fr_FR', 'Variables - en bas', NULL, NULL),
|
||
(1173, 'fr_FR', 'Variable - formulaire de création', NULL, NULL),
|
||
(1174, 'fr_FR', 'Variable - formulaire de suppression', NULL, NULL),
|
||
(1175, 'fr_FR', 'Variables - JavaScript', NULL, NULL),
|
||
(1176, 'fr_FR', 'Commande - liste produit', NULL, NULL),
|
||
(1177, 'fr_FR', 'Commande - Modification de JavaScript', NULL, NULL),
|
||
(1178, 'fr_FR', 'Information boutique - JavaScript', NULL, NULL),
|
||
(1179, 'fr_FR', 'Traductions - JavaScript', NULL, NULL),
|
||
(1180, 'fr_FR', 'Dossiers - en haut', NULL, NULL),
|
||
(1181, 'fr_FR', 'Dossiers - légende', NULL, NULL),
|
||
(1182, 'fr_FR', 'Dossiers - en-tête', NULL, NULL),
|
||
(1183, 'fr_FR', 'Dossiers - ligne', NULL, NULL),
|
||
(1184, 'fr_FR', 'Contenus - légende', NULL, NULL),
|
||
(1185, 'fr_FR', 'Contenus - en-tête', NULL, NULL),
|
||
(1186, 'fr_FR', 'Contenus - ligne', NULL, NULL),
|
||
(1187, 'fr_FR', 'Dossiers - bas', NULL, NULL),
|
||
(1188, 'fr_FR', 'Dossier - formulaire de création', NULL, NULL),
|
||
(1189, 'fr_FR', 'Contenu - formulaire de création', NULL, NULL),
|
||
(1190, 'fr_FR', 'Dossier - formulaire de suppression', NULL, NULL),
|
||
(1191, 'fr_FR', 'Contenu - formulaire de suppression', NULL, NULL),
|
||
(1192, 'fr_FR', 'Dossiers - JavaScript', NULL, NULL),
|
||
(1193, 'fr_FR', 'Gabarit - Modification de JavaScript', NULL, NULL),
|
||
(1194, 'fr_FR', 'Taxe - Modification de JavaScript', NULL, NULL),
|
||
(1195, 'fr_FR', 'Point d\'accroche - JavaScript modification', NULL, NULL),
|
||
(1196, 'fr_FR', 'Pays - en haut', NULL, NULL),
|
||
(1197, 'fr_FR', 'Pays - colonne tableau', NULL, NULL),
|
||
(1198, 'fr_FR', 'Pays - ligne tableau', NULL, NULL),
|
||
(1199, 'fr_FR', 'Pays - bas', NULL, NULL),
|
||
(1200, 'fr_FR', 'Pays - formulaire de création', NULL, NULL),
|
||
(1201, 'fr_FR', 'Pays - formulaire de suppression', NULL, NULL),
|
||
(1202, 'fr_FR', 'Pays - JavaScript', NULL, NULL),
|
||
(1203, 'fr_FR', 'Devises - en haut', NULL, NULL),
|
||
(1204, 'fr_FR', 'Devises - colonne tableau', NULL, NULL),
|
||
(1205, 'fr_FR', 'Devises - ligne tableau', NULL, NULL),
|
||
(1206, 'fr_FR', 'Devises - bas', NULL, NULL),
|
||
(1207, 'fr_FR', 'Devise - formulaire de création', NULL, NULL),
|
||
(1208, 'fr_FR', 'Devise - formulaire de suppression', NULL, NULL),
|
||
(1209, 'fr_FR', 'Devises - JavaScript', NULL, NULL),
|
||
(1210, 'fr_FR', 'Client - Modification', NULL, NULL),
|
||
(1211, 'fr_FR', 'Client - formulaire de création d\'adresse', NULL, NULL),
|
||
(1212, 'fr_FR', 'Client - formulaire de Modification d\'adresse', NULL, NULL),
|
||
(1213, 'fr_FR', 'Client - formulaire de suppression adresse', NULL, NULL),
|
||
(1214, 'fr_FR', 'Client - JavaScript modification', NULL, NULL),
|
||
(1215, 'fr_FR', 'Valeurs des attributs - colonne tableau', NULL, NULL),
|
||
(1216, 'fr_FR', 'Valeurs des attributs - ligne tableau', NULL, NULL),
|
||
(1217, 'fr_FR', 'Valeur d\'attribut - formulaire de création', NULL, NULL),
|
||
(1218, 'fr_FR', 'Attribut - formulaire de suppression ID', NULL, NULL),
|
||
(1219, 'fr_FR', 'Attribut - JavaScript modification', NULL, NULL),
|
||
(1220, 'fr_FR', 'Profils - en haut', NULL, NULL),
|
||
(1221, 'fr_FR', 'Profils - en bas', NULL, NULL),
|
||
(1222, 'fr_FR', 'Profil - formulaire de création', NULL, NULL),
|
||
(1223, 'fr_FR', 'Profil - formulaire de suppression', NULL, NULL),
|
||
(1224, 'fr_FR', 'Profils - JavaScript', NULL, NULL),
|
||
(1225, 'fr_FR', 'Pays - JavaScript modification', NULL, NULL),
|
||
(1226, 'fr_FR', 'Profil - Modification de JavaScript', NULL, NULL),
|
||
(1227, 'fr_FR', 'Variable - Modification de JavaScript', NULL, NULL),
|
||
(1228, 'fr_FR', 'Code promo - JavaScript modification', NULL, NULL),
|
||
(1229, 'fr_FR', 'Code promo - en haut', NULL, NULL),
|
||
(1230, 'fr_FR', 'Code promo - légende liste', NULL, NULL),
|
||
(1231, 'fr_FR', 'Code promo - colonne tableau', NULL, NULL),
|
||
(1232, 'fr_FR', 'Code promo - ligne tableau', NULL, NULL),
|
||
(1233, 'fr_FR', 'Code promo - bas', NULL, NULL),
|
||
(1234, 'fr_FR', 'Code promo - JavaScript des listes', NULL, NULL),
|
||
(1235, 'fr_FR', 'Module - configuration', NULL, NULL),
|
||
(1236, 'fr_FR', 'Module - JavaScript configuration', NULL, NULL),
|
||
(1237, 'fr_FR', 'Message - Modification de JavaScript', NULL, NULL),
|
||
(1238, 'fr_FR', 'Image - Modification de JavaScript', NULL, NULL),
|
||
(1239, 'fr_FR', 'Attributs - en haut', NULL, NULL),
|
||
(1240, 'fr_FR', 'Attributs - colonne tableau', NULL, NULL),
|
||
(1241, 'fr_FR', 'Attributs - ligne tableau', NULL, NULL),
|
||
(1242, 'fr_FR', 'Attributs - bas', NULL, NULL),
|
||
(1243, 'fr_FR', 'Attribut - formulaire de création', NULL, NULL),
|
||
(1244, 'fr_FR', 'Attribut - formulaire de suppression', NULL, NULL),
|
||
(1245, 'fr_FR', 'Attribut - formulaire ajouter à tous', NULL, NULL),
|
||
(1246, 'fr_FR', 'Attribut - formulaire de suppression multiple', NULL, NULL),
|
||
(1247, 'fr_FR', 'Attributs - JavaScript', NULL, NULL),
|
||
(1248, 'fr_FR', 'Logs - en haut', NULL, NULL),
|
||
(1249, 'fr_FR', 'Logs - bas', NULL, NULL),
|
||
(1250, 'fr_FR', 'Journaux - JavaScript', NULL, NULL),
|
||
(1251, 'fr_FR', 'Dossier - JavaScript modification', NULL, NULL),
|
||
(1252, 'fr_FR', 'Point d\'accroches - en haut', NULL, NULL),
|
||
(1253, 'fr_FR', 'Point d\'accroches - colonne tableau', NULL, NULL),
|
||
(1254, 'fr_FR', 'Point d\'accroches - ligne tableau', NULL, NULL),
|
||
(1255, 'fr_FR', 'Point d\'accroches - bas', NULL, NULL),
|
||
(1256, 'fr_FR', 'Point d\'accroche - formulaire de création', NULL, NULL),
|
||
(1257, 'fr_FR', 'Point d\'accroche - formulaire de suppression', NULL, NULL),
|
||
(1258, 'fr_FR', 'Points d\'accroche - Javascript', NULL, NULL),
|
||
(1259, 'fr_FR', 'Mise en page - CSS', NULL, NULL),
|
||
(1260, 'fr_FR', 'Mise en page - avant la barre de titre', NULL, NULL),
|
||
(1261, 'fr_FR', 'Mise en page - dans la barre de titre', NULL, NULL),
|
||
(1262, 'fr_FR', 'Mise en page - après la barre de titre', NULL, NULL),
|
||
(1263, 'fr_FR', 'Mise en page - avant le menu haut', NULL, NULL),
|
||
(1264, 'fr_FR', 'Mise en page - éléments du menu haut', NULL, NULL),
|
||
(1265, 'fr_FR', 'Mise en page - après le menu haut', NULL, NULL),
|
||
(1266, 'fr_FR', 'Mise en page - avant le pied de page', NULL, NULL),
|
||
(1267, 'fr_FR', 'Mise en page - dans le pied de page', NULL, NULL),
|
||
(1268, 'fr_FR', 'Mise en page - après le pied de page', NULL, NULL),
|
||
(1269, 'fr_FR', 'Mise en page - JavaScript', NULL, NULL),
|
||
(1270, 'fr_FR', 'Mise en page - en haut de la barre supérieure', NULL, NULL),
|
||
(1271, 'fr_FR', 'Mise en page - en bas de la barre supérieure', NULL, NULL),
|
||
(1272, 'fr_FR', 'Mise en page - dans le menu clients', NULL, NULL),
|
||
(1273, 'fr_FR', 'Mise en page - dans le menu commandes', NULL, NULL),
|
||
(1274, 'fr_FR', 'Mise en page - dans le menu catalogue', NULL, NULL),
|
||
(1275, 'fr_FR', 'Mise en page - dans le menu dossiers', NULL, NULL),
|
||
(1276, 'fr_FR', 'Mise en page - dans le menu outils', NULL, NULL),
|
||
(1277, 'fr_FR', 'Mise en page - dans le menu modules', NULL, NULL),
|
||
(1278, 'fr_FR', 'Mise en page - dans le menu configuration', NULL, NULL),
|
||
(1279, 'fr_FR', 'Marque - Modification du JavaScript', NULL, NULL),
|
||
(1280, 'fr_FR', 'Accueil - bloc', NULL, NULL),
|
||
(1281, 'fr_FR', 'Marques - en haut', NULL, NULL),
|
||
(1282, 'fr_FR', 'Marques - colonne tableau', NULL, NULL),
|
||
(1283, 'fr_FR', 'Marques - ligne tableau', NULL, NULL),
|
||
(1284, 'fr_FR', 'Marques - bas', NULL, NULL),
|
||
(1285, 'fr_FR', 'Marque - formulaire de création', NULL, NULL),
|
||
(1286, 'fr_FR', 'Marque - formulaire de suppression', NULL, NULL),
|
||
(1287, 'fr_FR', 'Marque - JavaScript', NULL, NULL),
|
||
(1288, 'fr_FR', 'Exports - en haut', NULL, NULL),
|
||
(1289, 'fr_FR', 'Exports - en bas d\'une catégorie', NULL, NULL),
|
||
(1290, 'fr_FR', 'Exports - en bas de la colonne 1', NULL, NULL),
|
||
(1291, 'fr_FR', 'Exports - JavaScript', NULL, NULL),
|
||
(1292, 'fr_FR', 'Export - JavaScript', NULL, NULL),
|
||
(1293, 'fr_FR', 'Marque - contenu', NULL, NULL),
|
||
(1294, 'fr_FR', 'Client - colonne tableau commande', NULL, NULL),
|
||
(1295, 'fr_FR', 'Client - ligne tableau commande', NULL, NULL),
|
||
(1296, 'fr_FR', 'Promotions - en haut', NULL, NULL),
|
||
(1297, 'fr_FR', 'Promotions - colonne tableau', NULL, NULL),
|
||
(1298, 'fr_FR', 'Promotions - ligne du tableau', NULL, NULL),
|
||
(1299, 'fr_FR', 'Promotions - en bas', NULL, NULL),
|
||
(1300, 'fr_FR', 'Promotion - formulaire de création', NULL, NULL),
|
||
(1301, 'fr_FR', 'Promotion - formulaire de suppression', NULL, NULL),
|
||
(1302, 'fr_FR', 'Promotions - JavaScript', NULL, NULL),
|
||
(1303, 'fr_FR', 'Produit - en bas d\'une combinaison de déclinaisons', NULL, NULL),
|
||
(1304, 'fr_FR', 'Layout - Avant le contenu principal', NULL, NULL),
|
||
(1305, 'fr_FR', 'Admin layout - Après le contenu principal', NULL, NULL),
|
||
(1306, 'fr_FR', 'Catégorie - Onglet', NULL, NULL),
|
||
(1307, 'fr_FR', 'Produit - Onglet', NULL, NULL),
|
||
(1308, 'fr_FR', 'Dossier - Onglet', NULL, NULL),
|
||
(1309, 'fr_FR', 'Contenu - Onglet', NULL, NULL),
|
||
(1310, 'fr_FR', 'Marque - Onglet', NULL, NULL),
|
||
(1311, 'fr_FR', 'Modification commande - adresse de livraison', NULL, NULL),
|
||
(1312, 'fr_FR', 'Page produit - En haut du formulaire', NULL, NULL),
|
||
(1313, 'fr_FR', 'Page produit - En bas du formulaire', NULL, NULL),
|
||
(1314, 'fr_FR', 'Page brand edit - dans formulaire', NULL, NULL),
|
||
(1315, 'fr_FR', 'Page sale edit - appel javascript', NULL, NULL),
|
||
(1316, 'fr_FR', 'Page api - en haut', NULL, NULL),
|
||
(1317, 'fr_FR', 'Page api - en bas', NULL, NULL),
|
||
(1318, 'fr_FR', 'Page api - formulaire de suppression', NULL, NULL),
|
||
(1319, 'fr_FR', 'Page coupon - formulaire de suppression', NULL, NULL),
|
||
(1320, 'fr_FR', 'Commande- Onglet', NULL, NULL),
|
||
(1321, 'fr_FR', 'Profil - colonne tableau', '', ''),
|
||
(1322, 'fr_FR', 'Profil - ligne du tableau', '', ''),
|
||
(1323, 'fr_FR', 'Import - colonne tableau', '', ''),
|
||
(1324, 'fr_FR', 'Import - ligne du tableau', '', ''),
|
||
(1325, 'fr_FR', 'Export - colonne tableau', '', ''),
|
||
(1326, 'fr_FR', 'Export - ligne du tableau', '', ''),
|
||
(1327, 'fr_FR', 'Édition d\'une categorie - en haut', '', ''),
|
||
(1328, 'fr_FR', 'Édition d\'une categorie - en bas', '', ''),
|
||
(1329, 'fr_FR', 'Édition d\'une marque - en haut', '', ''),
|
||
(1330, 'fr_FR', 'Édition d\'une marque - en bas', '', ''),
|
||
(1331, 'fr_FR', 'Édition d\'une déclinaison - en haut', '', ''),
|
||
(1332, 'fr_FR', 'Édition d\'une déclinaison - en bas', '', ''),
|
||
(1333, 'fr_FR', 'Édition d\'une devise - en haut', '', ''),
|
||
(1334, 'fr_FR', 'Édition d\'une devise - en bas', '', ''),
|
||
(1335, 'fr_FR', 'Édition d\'un pays - en haut', '', ''),
|
||
(1336, 'fr_FR', 'Édition d\'un pays - en bas', '', ''),
|
||
(1337, 'fr_FR', 'Édition d\'un contenu - en haut', '', ''),
|
||
(1338, 'fr_FR', 'Édition d\'un contenu - en bas', '', ''),
|
||
(1339, 'fr_FR', 'Édition d\'une caractéristique - en haut', '', ''),
|
||
(1340, 'fr_FR', 'Édition d\'une caractéristique - en bas', '', ''),
|
||
(1341, 'fr_FR', 'Édition d\'un document - en haut', '', ''),
|
||
(1342, 'fr_FR', 'Édition d\'un document - en bas', '', ''),
|
||
(1343, 'fr_FR', 'Édition d\'un client - en haut', '', ''),
|
||
(1344, 'fr_FR', 'Édition d\'un client - en bas', '', ''),
|
||
(1345, 'fr_FR', 'Édition d\'image - en haut', '', ''),
|
||
(1346, 'fr_FR', 'Édition d\'image - en bas', '', ''),
|
||
(1347, 'fr_FR', 'Édition d\'hook - en haut', '', ''),
|
||
(1348, 'fr_FR', 'Édition d\'hook - en bas', '', ''),
|
||
(1349, 'fr_FR', 'Édition d\'un dossier - en haut', '', ''),
|
||
(1350, 'fr_FR', 'Édition d\'un dossier - en bas', '', ''),
|
||
(1351, 'fr_FR', 'Édition d\'un hook de module - en haut', '', ''),
|
||
(1352, 'fr_FR', 'Édition d\'un hook de module - en bas', '', ''),
|
||
(1353, 'fr_FR', 'Édition d\'un module - en haut', '', ''),
|
||
(1354, 'fr_FR', 'Édition d\'un module - en bas', '', ''),
|
||
(1355, 'fr_FR', 'Édition d\'un message - en haut', '', ''),
|
||
(1356, 'fr_FR', 'Édition d\'un message - en bas', '', ''),
|
||
(1357, 'fr_FR', 'Édition d\'un profil - en haut', '', ''),
|
||
(1358, 'fr_FR', 'Édition d\'un profil - en bas', '', ''),
|
||
(1359, 'fr_FR', 'Édition d\'un produit - en haut', '', ''),
|
||
(1360, 'fr_FR', 'Édition d\'un produit - en bas', '', ''),
|
||
(1361, 'fr_FR', 'Édition d\'une commande - en haut', '', ''),
|
||
(1362, 'fr_FR', 'Édition d\'une commande - en bas', '', ''),
|
||
(1363, 'fr_FR', 'Édition des zones de livraison d\'un transporteur - en haut', '', ''),
|
||
(1364, 'fr_FR', 'Édition des zones de livraison d\'un transporteur - en bas', '', ''),
|
||
(1365, 'fr_FR', 'Édition d\'une zone de livraison - en haut', '', ''),
|
||
(1366, 'fr_FR', 'Édition d\'une zone de livraiso - en bas', '', ''),
|
||
(1367, 'fr_FR', 'Édition d\'une promotion - en haut', '', ''),
|
||
(1368, 'fr_FR', 'Édition d\'une promotion - en bas', '', ''),
|
||
(1369, 'fr_FR', 'Édition d\'une variable - en haut', '', ''),
|
||
(1370, 'fr_FR', 'Édition d\'une variable - en bas', '', ''),
|
||
(1371, 'fr_FR', 'Édition d\'un gabarit - en haut', '', ''),
|
||
(1372, 'fr_FR', 'Édition d\'un gabarit - en bas', '', ''),
|
||
(1373, 'fr_FR', 'Édition d\'une règle de taxe - en haut', '', ''),
|
||
(1374, 'fr_FR', 'Édition d\'une règle de taxe - en bas', '', ''),
|
||
(1375, 'fr_FR', 'Édition d\'une taxe - en haut', '', ''),
|
||
(1376, 'fr_FR', 'Édition d\'une taxe - en bas', '', ''),
|
||
(1377, 'fr_FR', 'Édition d\'une commande - sous les informations du produit', '', ''),
|
||
(1378, 'fr_FR', 'Onglet SEO - en haut', '', ''),
|
||
(1379, 'fr_FR', 'Onglet SEO - en bas', '', ''),
|
||
(1380, 'fr_FR', 'Onglet image - en haut', '', ''),
|
||
(1381, 'fr_FR', 'Onglet image - en bas', '', ''),
|
||
(1382, 'fr_FR', 'Onglet document - en haut', '', ''),
|
||
(1383, 'fr_FR', 'Onglet document - en bas', '', ''),
|
||
(1384, 'fr_FR', 'Modal ou page d\'export - en haut', '', ''),
|
||
(1385, 'fr_FR', 'Modal ou page d\'export - en bas', '', ''),
|
||
(1386, 'fr_FR', 'Commande - en bas des informations client', '', ''),
|
||
(1387, 'fr_FR', 'Commande - en bas du module de paiement', '', ''),
|
||
(1388, 'fr_FR', 'Commande - en bas du module de livraison', '', ''),
|
||
(1389, 'fr_FR', 'Onglet SEO - formulaire de mise à jour', '', ''),
|
||
(1390, 'fr_FR', 'Modification commande - en-tête des produits', '', ''),
|
||
(1391, 'fr_FR', 'Modification commande - ligne du tableau des produits', '', ''),
|
||
(1392, 'fr_FR', 'Administrateurs - en-tête', '', ''),
|
||
(1393, 'fr_FR', 'Administrateurs - ligne', '', ''),
|
||
(1394, 'fr_FR', 'Configuration avancée', '', ''),
|
||
(1395, 'fr_FR', 'Configuration avancée - JavaScript', '', ''),
|
||
(1396, 'fr_FR', 'Édition d\'une marque - en haut de la colonne de droite', NULL, NULL),
|
||
(1397, 'fr_FR', 'Édition d\'une marque - en bas de la colonne de droite', NULL, NULL),
|
||
(1398, 'fr_FR', 'Édition d\'une catégorie - en haut de la colonne de droite', NULL, NULL),
|
||
(1399, 'fr_FR', 'Édition d\'une catégorie - en bas de la colonne de droite', NULL, NULL),
|
||
(1400, 'fr_FR', 'Édition d\'un contenu - en haut de la colonne de droite', NULL, NULL),
|
||
(1401, 'fr_FR', 'Édition d\'un contenu - en bas de la colonne de droite', NULL, NULL),
|
||
(1402, 'fr_FR', 'Édition d\'un dossier - en haut de la colonne de droite', NULL, NULL),
|
||
(1403, 'fr_FR', 'Édition d\'un dossier - en bas de la colonne de droite', NULL, NULL),
|
||
(1404, 'fr_FR', 'Édition d\'un produit - en haut de la colonne de droite', NULL, NULL),
|
||
(1405, 'fr_FR', 'Édition d\'un produit - en bas de la colonne de droite', NULL, NULL),
|
||
(1406, 'fr_FR', 'édition d\'un état - en haut', '', ''),
|
||
(1407, 'fr_FR', 'édition d\'un état - en bas', '', ''),
|
||
(1408, 'fr_FR', 'Etat - JavaScript modification', '', ''),
|
||
(1409, 'fr_FR', 'états - en haut', '', ''),
|
||
(1410, 'fr_FR', 'états - colonne tableau', '', ''),
|
||
(1411, 'fr_FR', 'états - ligne du tableau', '', ''),
|
||
(1412, 'fr_FR', 'états - bas', '', ''),
|
||
(1413, 'fr_FR', 'état - formulaire de création', '', ''),
|
||
(1414, 'fr_FR', 'état - formulaire de suppression', '', ''),
|
||
(1415, 'fr_FR', 'états - JavaScript', '', '')
|
||
;
|
||
|
||
-- Insert I18n pdf hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
(2001, 'de_DE', 'Rechnung - CSS', NULL, NULL),
|
||
(2002, 'de_DE', 'Rechnung - im Header', NULL, NULL),
|
||
(2003, 'de_DE', 'Rechnung - oben an dem Footer', NULL, NULL),
|
||
(2004, 'de_DE', 'Rechnung - Impressum', NULL, NULL),
|
||
(2005, 'de_DE', 'Rechnung - unten an dem Footer', NULL, NULL),
|
||
(2006, 'de_DE', 'Rechnung - unten an dem Informationsbereich', NULL, NULL),
|
||
(2007, 'de_DE', 'Rechnung - nach dem Informationsbereich', NULL, NULL),
|
||
(2008, 'de_DE', 'Rechnung - Bestellungsadresse', NULL, NULL),
|
||
(2009, 'de_DE', 'Rechnung - nach dem Adressebereich', NULL, NULL),
|
||
(2010, 'de_DE', 'Rechnung - nach der Produktliste', NULL, NULL),
|
||
(2011, 'de_DE', 'Rechnung - nach der Bestellungs-Zusammenfassung', NULL, NULL),
|
||
(2012, 'de_DE', 'Lieferung - CSS', NULL, NULL),
|
||
(2013, 'de_DE', 'Lieferung - im Header', NULL, NULL),
|
||
(2014, 'de_DE', 'Lieferung - oben an dem Footer', NULL, NULL),
|
||
(2015, 'de_DE', 'Lieferung - Impressum', NULL, NULL),
|
||
(2016, 'de_DE', 'Lieferung - unten an dem Footer', NULL, NULL),
|
||
(2017, 'de_DE', 'Lieferung - unten an dem Informationsbereich', NULL, NULL),
|
||
(2018, 'de_DE', 'Lieferung - Nach dem Informationsbereich', NULL, NULL),
|
||
(2019, 'de_DE', 'Lieferung - Lieferadresse', NULL, NULL),
|
||
(2020, 'de_DE', 'Lieferung - Nach dem Adresse-Bereich', NULL, NULL),
|
||
(2021, 'de_DE', 'Lieferung - Nach der Zusammenfassung der Bestellung', NULL, NULL),
|
||
(2022, 'de_DE', 'Bestellbestätigung - nach den Bestellungszusammenfassungen', NULL, NULL),
|
||
(2023, 'de_DE', 'Überall wo WYSIWYG editor ist nötig', NULL, NULL),
|
||
(2024, 'de_DE', 'Bestellung - Warenkorb oben', NULL, NULL),
|
||
(2025, 'de_DE', 'Bestellung - Warenkorb unten', NULL, NULL),
|
||
(2026, 'de_DE', 'Bestellung - Rechnung oben', NULL, NULL),
|
||
(2027, 'de_DE', 'Bestellung - Rechnung unten', NULL, NULL),
|
||
(2028, 'de_DE', 'Bestellung - Vor der Produktliste', NULL, NULL),
|
||
(2029, 'de_DE', 'Bestellung - Vor der Öffnung der Produktzeile', NULL, NULL),
|
||
(2030, 'de_DE', 'Bestellung - Nach Sperrung der Produkt Zeile', NULL, NULL),
|
||
(2031, 'de_DE', 'Bestellung - Nach der Produktliste', NULL, NULL),
|
||
(2032, 'de_DE', 'Rechnung - Nach dem Zahlungsmodul', NULL, NULL),
|
||
(2033, 'de_DE', 'Rechnung - Nach dem Liefermodul', NULL, NULL),
|
||
(2034, 'de_DE', 'Lieferung - Nach dem Liefermodul', NULL, NULL),
|
||
(2035, 'de_DE', 'Rechnung - Weitere Produktinformationen', NULL, NULL),
|
||
(2036, 'de_DE', 'Lieferung - Weitere Produktinformationen', NULL, NULL),
|
||
(2001, 'en_US', 'Invoice - CSS', NULL, NULL),
|
||
(2002, 'en_US', 'Invoice - in the header', NULL, NULL),
|
||
(2003, 'en_US', 'Invoice - at the top of the footer', NULL, NULL),
|
||
(2004, 'en_US', 'Invoice - imprint', NULL, NULL),
|
||
(2005, 'en_US', 'Invoice - at the bottom of the footer', NULL, NULL),
|
||
(2006, 'en_US', 'Invoice - at the bottom of information area', NULL, NULL),
|
||
(2007, 'en_US', 'Invoice - after the information area', NULL, NULL),
|
||
(2008, 'en_US', 'Invoice - delivery address', NULL, NULL),
|
||
(2009, 'en_US', 'Invoice - after addresse area', NULL, NULL),
|
||
(2010, 'en_US', 'Invoice - after product listing', NULL, NULL),
|
||
(2011, 'en_US', 'Invoice - after the order summary', NULL, NULL),
|
||
(2012, 'en_US', 'Delivery - CSS', NULL, NULL),
|
||
(2013, 'en_US', 'Delivery - in the header', NULL, NULL),
|
||
(2014, 'en_US', 'Delivery - at the top of the footer', NULL, NULL),
|
||
(2015, 'en_US', 'Delivery - imprint', NULL, NULL),
|
||
(2016, 'en_US', 'Delivery - at the bottom of the footer', NULL, NULL),
|
||
(2017, 'en_US', 'Delivery - at the bottom of information area', NULL, NULL),
|
||
(2018, 'en_US', 'Delivery - after the information area', NULL, NULL),
|
||
(2019, 'en_US', 'Delivery - delivery address', NULL, NULL),
|
||
(2020, 'en_US', 'Delivery - after addresse area', NULL, NULL),
|
||
(2021, 'en_US', 'Delivery - after the order summary', NULL, NULL),
|
||
(2022, 'en_US', 'Order confirmation - after the order summary', NULL, NULL),
|
||
(2023, 'en_US', 'Where the WYSIWYG editor is required', NULL, NULL),
|
||
(2024, 'en_US', 'Order - cart top', NULL, NULL),
|
||
(2025, 'en_US', 'Order - cart bottom', NULL, NULL),
|
||
(2026, 'en_US', 'Order - bill top', NULL, NULL),
|
||
(2027, 'en_US', 'Order - bill bottom', NULL, NULL),
|
||
(2028, 'en_US', 'Order - Before product list', NULL, NULL),
|
||
(2029, 'en_US', 'Order - Before starting product row', NULL, NULL),
|
||
(2030, 'en_US', 'Order - After closing product row', NULL, NULL),
|
||
(2031, 'en_US', 'Order - After product list', NULL, NULL),
|
||
(2032, 'en_US', 'Invoice - After payment module', NULL, NULL),
|
||
(2033, 'en_US', 'Invoice - After delivery module', NULL, NULL),
|
||
(2034, 'en_US', 'Delivery - After delivery module', NULL, NULL),
|
||
(2035, 'en_US', 'Invoice - additional product information', NULL, NULL),
|
||
(2036, 'en_US', 'Delivery - additional product information', NULL, NULL),
|
||
(2001, 'es_ES', 'Factura - CSS', NULL, NULL),
|
||
(2002, 'es_ES', 'Factura - en la cabecera', NULL, NULL),
|
||
(2003, 'es_ES', 'Factura - en la parte superior del pie de página', NULL, NULL),
|
||
(2004, 'es_ES', 'Factura - pie de imprenta', NULL, NULL),
|
||
(2005, 'es_ES', 'Factura - en la parte inferior del pie de página', NULL, NULL),
|
||
(2006, 'es_ES', 'Factura - en la parte inferior del área de la información', NULL, NULL),
|
||
(2007, 'es_ES', 'Factura - después del área de información', NULL, NULL),
|
||
(2008, 'es_ES', 'Factura - dirección de envío', NULL, NULL),
|
||
(2009, 'es_ES', 'Factura - después del área de dirección', NULL, NULL),
|
||
(2010, 'es_ES', 'Factura - después de listado de productos', NULL, NULL),
|
||
(2011, 'es_ES', 'Factura - después del resumen de la orden', NULL, NULL),
|
||
(2012, 'es_ES', 'Entrega - CSS', NULL, NULL),
|
||
(2013, 'es_ES', 'Envío - en la cabecera', NULL, NULL),
|
||
(2014, 'es_ES', 'Envío - en la parte superior del footer', NULL, NULL),
|
||
(2015, 'es_ES', 'Envío - imprimir', NULL, NULL),
|
||
(2016, 'es_ES', 'Envío - En el pie del footer', NULL, NULL),
|
||
(2017, 'es_ES', 'Envío - en el pié del área de información', NULL, NULL),
|
||
(2018, 'es_ES', 'Entrega - después del área de información', NULL, NULL),
|
||
(2019, 'es_ES', 'Envío - dirección de entrega', NULL, NULL),
|
||
(2020, 'es_ES', 'Entrega - tras el área de dirección', NULL, NULL),
|
||
(2021, 'es_ES', 'Envío - después del resumen de pedido', NULL, NULL),
|
||
(2022, 'es_ES', 'Confirmación de la orden - después del Resumen de la orden', NULL, NULL),
|
||
(2023, 'es_ES', 'Donde se requiere el editor WYSIWYG', NULL, NULL),
|
||
(2024, 'es_ES', 'Orden - parte superior del carro', NULL, NULL),
|
||
(2025, 'es_ES', 'Orden - parte inferior del carro', NULL, NULL),
|
||
(2026, 'es_ES', 'Orden - parte superior de la cuenta', NULL, NULL),
|
||
(2027, 'es_ES', 'Orden - parte inferior de la cuenta', NULL, NULL),
|
||
(2028, 'es_ES', 'Orden - antes de la lista de productos', NULL, NULL),
|
||
(2029, 'es_ES', 'Orden - antes de comenzar la fila de producto', NULL, NULL),
|
||
(2030, 'es_ES', 'Orden - después de cerrar la fila de producto', NULL, NULL),
|
||
(2031, 'es_ES', 'Orden - después de la lista de productos', NULL, NULL),
|
||
(2032, 'es_ES', 'Factura - Después de módulo de pago de factura', NULL, NULL),
|
||
(2033, 'es_ES', 'Factura - Después de módulo de entrega de factura', NULL, NULL),
|
||
(2034, 'es_ES', 'Entrega - después del módulo de entrega', NULL, NULL),
|
||
(2035, 'es_ES', 'Factura - información adicional del producto', NULL, NULL),
|
||
(2036, 'es_ES', 'Entrega - información adicional del producto', NULL, NULL),
|
||
(2001, 'fr_FR', 'Facture - CSS', NULL, NULL),
|
||
(2002, 'fr_FR', 'Facture - dans l\'en-tête', NULL, NULL),
|
||
(2003, 'fr_FR', 'Facture - en haut du pied de page', NULL, NULL),
|
||
(2004, 'fr_FR', 'Facture - mentions légales', NULL, NULL),
|
||
(2005, 'fr_FR', 'Facture - en bas du pied de page', NULL, NULL),
|
||
(2006, 'fr_FR', 'Facture - en bas de la zone d\'informations', NULL, NULL),
|
||
(2007, 'fr_FR', 'Facture - après la zone d\'informations', NULL, NULL),
|
||
(2008, 'fr_FR', 'Facture - adresse de livraison', NULL, NULL),
|
||
(2009, 'fr_FR', 'Facture - après la zone d\'adresses', NULL, NULL),
|
||
(2010, 'fr_FR', 'Facture - après la liste des produits', NULL, NULL),
|
||
(2011, 'fr_FR', 'Facture - après le résumé de la commande', NULL, NULL),
|
||
(2012, 'fr_FR', 'Bon de livraison - CSS', NULL, NULL),
|
||
(2013, 'fr_FR', 'Bon de livraison - dans l\'en-tête', NULL, NULL),
|
||
(2014, 'fr_FR', 'Bon de livraison - en haut du pied de page', NULL, NULL),
|
||
(2015, 'fr_FR', 'Bon de livraison - mentions légales', NULL, NULL),
|
||
(2016, 'fr_FR', 'Bon de livraison - en bas du pied de page', NULL, NULL),
|
||
(2017, 'fr_FR', 'Bon de livraison - en bas de la zone d\'informations', NULL, NULL),
|
||
(2018, 'fr_FR', 'Bon de livraison - après la zone d\'informations', NULL, NULL),
|
||
(2019, 'fr_FR', 'Bon de livraison - adresse de livraison', NULL, NULL),
|
||
(2020, 'fr_FR', 'Bon de livraison - après la zone d\'adresses', NULL, NULL),
|
||
(2021, 'fr_FR', 'Bon de livraison - après le résumé de la commande', NULL, NULL),
|
||
(2022, 'fr_FR', 'Confirmation de commande - après les récapitulatif de commande', NULL, NULL),
|
||
(2023, 'fr_FR', 'Partout ou l\'éditeur WYSIWYG est nécessaire', NULL, NULL),
|
||
(2024, 'fr_FR', 'Commande - panier haut', NULL, NULL),
|
||
(2025, 'fr_FR', 'Commande - panier bas', NULL, NULL),
|
||
(2026, 'fr_FR', 'Commande - facture haut', NULL, NULL),
|
||
(2027, 'fr_FR', 'Commande - facture bas', NULL, NULL),
|
||
(2028, 'fr_FR', 'Commande - Avant la liste des produits', NULL, NULL),
|
||
(2029, 'fr_FR', 'Commande - Avant d\'ouvrir la ligne produit', NULL, NULL),
|
||
(2030, 'fr_FR', 'Commande - Après avoir fermé la ligne produit', NULL, NULL),
|
||
(2031, 'fr_FR', 'Commande - Après la liste des produits', NULL, NULL),
|
||
(2032, 'fr_FR', 'Commande - après le module de paiement', NULL, NULL),
|
||
(2033, 'fr_FR', 'Commande - après le module de livraison', NULL, NULL),
|
||
(2034, 'fr_FR', 'Commande - après le module de livraison', NULL, NULL),
|
||
(2035, 'fr_FR', 'Facture - informations additionnelles pour un produit', NULL, NULL),
|
||
(2036, 'fr_FR', 'Bon de livraison - informations additionnelles pour un produit', NULL, NULL)
|
||
;
|
||
|
||
-- Insert I18n email hooks
|
||
INSERT INTO `hook_i18n` (`id`, `locale`, `title`, `chapo`, `description`) VALUES
|
||
(3000, 'de_DE', 'E-Mail html - Layout - CSS', NULL, NULL),
|
||
(3001, 'de_DE', 'E-Mail html - Layout - Fußzeile', NULL, NULL),
|
||
(3002, 'de_DE', 'E-Mail html - Bestellbestätigung - vor Adresse', NULL, NULL),
|
||
(3003, 'de_DE', NULL, NULL, NULL),
|
||
(3004, 'de_DE', 'E-Mail html - Bestellbestätigung - nach Adresse', NULL, NULL),
|
||
(3005, 'de_DE', NULL, NULL, NULL),
|
||
(3006, 'de_DE', 'E-Mail html - Bestellbestätigung - vor Produkten', NULL, NULL),
|
||
(3007, 'de_DE', 'E-Mail html - Bestellbestätigung - nach Produkten', NULL, NULL),
|
||
(3008, 'de_DE', NULL, NULL, NULL),
|
||
(3009, 'de_DE', NULL, NULL, NULL),
|
||
(3010, 'de_DE', NULL, NULL, NULL),
|
||
(3011, 'de_DE', NULL, NULL, NULL),
|
||
(3012, 'de_DE', NULL, NULL, NULL),
|
||
(3013, 'de_DE', NULL, NULL, NULL),
|
||
(3014, 'de_DE', NULL, NULL, NULL),
|
||
(3015, 'de_DE', NULL, NULL, NULL),
|
||
(3016, 'de_DE', NULL, NULL, NULL),
|
||
(3017, 'de_DE', NULL, NULL, NULL),
|
||
(3018, 'de_DE', NULL, NULL, NULL),
|
||
(3019, 'de_DE', NULL, NULL, NULL),
|
||
(3020, 'de_DE', NULL, NULL, NULL),
|
||
(3021, 'de_DE', NULL, NULL, NULL),
|
||
(3022, 'de_DE', NULL, NULL, NULL),
|
||
(3023, 'de_DE', NULL, NULL, NULL),
|
||
(3024, 'de_DE', NULL, NULL, NULL),
|
||
(3025, 'de_DE', NULL, NULL, NULL),
|
||
(3026, 'de_DE', NULL, NULL, NULL),
|
||
(3000, 'en_US', 'Email html - layout - CSS', NULL, NULL),
|
||
(3001, 'en_US', 'Email html - layout - footer', NULL, NULL),
|
||
(3002, 'en_US', 'Email html - order confirmation - before address', NULL, NULL),
|
||
(3003, 'en_US', 'Email html - order confirmation - delivery address', NULL, NULL),
|
||
(3004, 'en_US', 'Email html - order confirmation - after address', NULL, NULL),
|
||
(3005, 'en_US', 'Email html - order confirmation - order product', NULL, NULL),
|
||
(3006, 'en_US', 'Email html - order confirmation - before products', NULL, NULL),
|
||
(3007, 'en_US', 'Email html - order confirmation - after products', NULL, NULL),
|
||
(3008, 'en_US', 'Email html - order confirmation - footer', NULL, NULL),
|
||
(3009, 'en_US', 'Email html - order notification - before address', NULL, NULL),
|
||
(3010, 'en_US', 'Email html - order notification - delivery address', NULL, NULL),
|
||
(3011, 'en_US', 'Email html - order notification - after address', NULL, NULL),
|
||
(3012, 'en_US', 'Email html - order notification - order product', NULL, NULL),
|
||
(3013, 'en_US', 'Email html - order notification - before products', NULL, NULL),
|
||
(3014, 'en_US', 'Email html - order notification - after products', NULL, NULL),
|
||
(3015, 'en_US', 'Email txt - order confirmation - before address', NULL, NULL),
|
||
(3016, 'en_US', 'Email txt - order confirmation - delivery address', NULL, NULL),
|
||
(3017, 'en_US', 'Email txt - order confirmation - after address', NULL, NULL),
|
||
(3018, 'en_US', 'Email txt - order confirmation - order product', NULL, NULL),
|
||
(3019, 'en_US', 'Email txt - order confirmation - before products', NULL, NULL),
|
||
(3020, 'en_US', 'Email txt - order confirmation - after products', NULL, NULL),
|
||
(3021, 'en_US', 'Email txt - order notification - before address', NULL, NULL),
|
||
(3022, 'en_US', 'Email txt - order notification - delivery address', NULL, NULL),
|
||
(3023, 'en_US', 'Email txt - order notification - after address', NULL, NULL),
|
||
(3024, 'en_US', 'Email txt - order notification - order product', NULL, NULL),
|
||
(3025, 'en_US', 'Email txt - order notification - before products', NULL, NULL),
|
||
(3026, 'en_US', 'Email txt - order notification - after products', NULL, NULL),
|
||
(3000, 'es_ES', 'Email HTML - Interfaz - CSS', NULL, NULL),
|
||
(3001, 'es_ES', 'Email HTML - Interfaz - pie', NULL, NULL),
|
||
(3002, 'es_ES', NULL, NULL, NULL),
|
||
(3003, 'es_ES', NULL, NULL, NULL),
|
||
(3004, 'es_ES', 'Email HTML - confirmación de orden - después de la dirección', NULL, NULL),
|
||
(3005, 'es_ES', NULL, NULL, NULL),
|
||
(3006, 'es_ES', NULL, NULL, NULL),
|
||
(3007, 'es_ES', NULL, NULL, NULL),
|
||
(3008, 'es_ES', NULL, NULL, NULL),
|
||
(3009, 'es_ES', NULL, NULL, NULL),
|
||
(3010, 'es_ES', NULL, NULL, NULL),
|
||
(3011, 'es_ES', NULL, NULL, NULL),
|
||
(3012, 'es_ES', 'Email HTML - notificación de orden - pedir producto', NULL, NULL),
|
||
(3013, 'es_ES', NULL, NULL, NULL),
|
||
(3014, 'es_ES', NULL, NULL, NULL),
|
||
(3015, 'es_ES', 'Email texto - confirmación de pedido - antes de la dirección', NULL, NULL),
|
||
(3016, 'es_ES', 'Email texto - confirmación de pedido - dirección de entrega', NULL, NULL),
|
||
(3017, 'es_ES', 'Email texto - confirmación de pedido - después de la dirección', NULL, NULL),
|
||
(3018, 'es_ES', 'Email texto - confirmación de pedido - pedido de producto', NULL, NULL),
|
||
(3019, 'es_ES', 'Email texto - confirmación de pedido - antes de los productos', NULL, NULL),
|
||
(3020, 'es_ES', 'Email texto - confirmación de pedido - después de los productos', NULL, NULL),
|
||
(3021, 'es_ES', NULL, NULL, NULL),
|
||
(3022, 'es_ES', NULL, NULL, NULL),
|
||
(3023, 'es_ES', 'Email texto - notificación de pedido - después de la dirección', NULL, NULL),
|
||
(3024, 'es_ES', NULL, NULL, NULL),
|
||
(3025, 'es_ES', NULL, NULL, NULL),
|
||
(3026, 'es_ES', NULL, NULL, NULL),
|
||
(3000, 'fr_FR', 'Email html - layout - CSS', NULL, NULL),
|
||
(3001, 'fr_FR', 'Email html - layout - pied de page', NULL, NULL),
|
||
(3002, 'fr_FR', 'Email html - confirmation commande - avant adresses', NULL, NULL),
|
||
(3003, 'fr_FR', 'Email html - confirmation commande - adresse de livraison', NULL, NULL),
|
||
(3004, 'fr_FR', 'Email html - confirmation commande - après adresses', NULL, NULL),
|
||
(3005, 'fr_FR', 'Email html - confirmation commande - produit de la commande', NULL, NULL),
|
||
(3006, 'fr_FR', 'Email html - confirmation commande - avant produits', NULL, NULL),
|
||
(3007, 'fr_FR', 'Email html - confirmation commande - après produits', NULL, NULL),
|
||
(3008, 'fr_FR', 'Email html - confirmation commande - pied de page', NULL, NULL),
|
||
(3009, 'fr_FR', 'Email html - notification commande - avant adresses', NULL, NULL),
|
||
(3010, 'fr_FR', 'Email html - notification commande - adresse de livraison', NULL, NULL),
|
||
(3011, 'fr_FR', 'Email html - notification commande - après adresses', NULL, NULL),
|
||
(3012, 'fr_FR', 'Email html - notification commande - produit de la commande', NULL, NULL),
|
||
(3013, 'fr_FR', 'Email html - notification commande - avant produits', NULL, NULL),
|
||
(3014, 'fr_FR', 'Email html - notification commande - après produits', NULL, NULL),
|
||
(3015, 'fr_FR', 'Email txt - confirmation commande - avant adresses', NULL, NULL),
|
||
(3016, 'fr_FR', 'Email txt - confirmation commande - adresse de livraison', NULL, NULL),
|
||
(3017, 'fr_FR', 'Email txt - confirmation commande - après adresses', NULL, NULL),
|
||
(3018, 'fr_FR', 'Email txt - confirmation commande - produit de la commande', NULL, NULL),
|
||
(3019, 'fr_FR', 'Email txt - confirmation commande - avant produits', NULL, NULL),
|
||
(3020, 'fr_FR', 'Email txt - confirmation commande - après produits', NULL, NULL),
|
||
(3021, 'fr_FR', 'Email txt - notification commande - avant adresses', NULL, NULL),
|
||
(3022, 'fr_FR', 'Email txt - notification commande - adresse de livraison', NULL, NULL),
|
||
(3023, 'fr_FR', 'Email txt - notification commande - après adresses', NULL, NULL),
|
||
(3024, 'fr_FR', 'Email txt - notification commande - produit de la commande', NULL, NULL),
|
||
(3025, 'fr_FR', 'Email txt - notification commande - avant produits', NULL, NULL),
|
||
(3026, 'fr_FR', 'Email txt - notification commande - après produits', NULL, NULL)
|
||
;
|
||
|
||
INSERT INTO `customer_title_i18n` (`id`, `locale`, `short`, `long`) VALUES
|
||
(1, 'de_DE', 'Hr.', 'Herr'),
|
||
(2, 'de_DE', 'Fr.', 'Frau'),
|
||
(3, 'de_DE', 'Fr.', 'Fräulein'),
|
||
(1, 'en_US', 'Mr.', 'Mister'),
|
||
(2, 'en_US', 'Mrs', 'Misses'),
|
||
(3, 'en_US', 'Miss_short', 'Miss'),
|
||
(1, 'es_ES', 'Sr.', 'Señor'),
|
||
(2, 'es_ES', 'Sra', 'Señora'),
|
||
(3, 'es_ES', 'Señorita', 'Señorita'),
|
||
(1, 'fr_FR', 'M.', 'Monsieur'),
|
||
(2, 'fr_FR', 'Mme', 'Madame'),
|
||
(3, 'fr_FR', 'Mlle', 'Mademoiselle')
|
||
;
|
||
|
||
INSERT INTO `currency_i18n` (`id`, `locale`, `name`) VALUES
|
||
(1, 'de_DE', 'Euro'),
|
||
(2, 'de_DE', 'US Dollar'),
|
||
(3, 'de_DE', 'Britische Pfund'),
|
||
(4, 'de_DE', NULL),
|
||
(5, 'de_DE', NULL),
|
||
(6, 'de_DE', NULL),
|
||
(7, 'de_DE', NULL),
|
||
(8, 'de_DE', NULL),
|
||
(9, 'de_DE', NULL),
|
||
(10, 'de_DE', NULL),
|
||
(11, 'de_DE', NULL),
|
||
(12, 'de_DE', NULL),
|
||
(13, 'de_DE', 'Dollar'),
|
||
(14, 'de_DE', NULL),
|
||
(15, 'de_DE', NULL),
|
||
(16, 'de_DE', NULL),
|
||
(17, 'de_DE', 'Dänische Kronen'),
|
||
(18, 'de_DE', NULL),
|
||
(19, 'de_DE', NULL),
|
||
(20, 'de_DE', 'Dollar (CAD)'),
|
||
(21, 'de_DE', NULL),
|
||
(22, 'de_DE', NULL),
|
||
(23, 'de_DE', NULL),
|
||
(24, 'de_DE', NULL),
|
||
(25, 'de_DE', NULL),
|
||
(26, 'de_DE', NULL),
|
||
(27, 'de_DE', NULL),
|
||
(28, 'de_DE', NULL),
|
||
(29, 'de_DE', NULL),
|
||
(30, 'de_DE', NULL),
|
||
(31, 'de_DE', NULL),
|
||
(32, 'de_DE', NULL),
|
||
(33, 'de_DE', NULL),
|
||
(34, 'de_DE', NULL),
|
||
(35, 'de_DE', NULL),
|
||
(36, 'de_DE', NULL),
|
||
(37, 'de_DE', NULL),
|
||
(38, 'de_DE', NULL),
|
||
(39, 'de_DE', NULL),
|
||
(40, 'de_DE', NULL),
|
||
(41, 'de_DE', NULL),
|
||
(42, 'de_DE', NULL),
|
||
(43, 'de_DE', NULL),
|
||
(44, 'de_DE', NULL),
|
||
(45, 'de_DE', NULL),
|
||
(46, 'de_DE', NULL),
|
||
(47, 'de_DE', NULL),
|
||
(48, 'de_DE', NULL),
|
||
(1, 'en_US', 'Euro'),
|
||
(2, 'en_US', 'United States Dollar'),
|
||
(3, 'en_US', 'UK Pound'),
|
||
(4, 'en_US', 'Franc'),
|
||
(5, 'en_US', 'Peso'),
|
||
(6, 'en_US', 'Złoty'),
|
||
(7, 'en_US', 'Yuan'),
|
||
(8, 'en_US', 'Krone'),
|
||
(9, 'en_US', 'Lei'),
|
||
(10, 'en_US', 'Guaraní'),
|
||
(11, 'en_US', 'Peso Argentino'),
|
||
(12, 'en_US', 'Belarusian ruble'),
|
||
(13, 'en_US', 'Dollar'),
|
||
(14, 'en_US', 'Dinar'),
|
||
(15, 'en_US', 'Krona'),
|
||
(16, 'en_US', 'Croatian Kuna'),
|
||
(17, 'en_US', 'Danish krone'),
|
||
(18, 'en_US', 'Nigerian naira'),
|
||
(19, 'en_US', 'Hong Kong Dollar'),
|
||
(20, 'en_US', 'Dollar (CAD)'),
|
||
(21, 'en_US', 'Riyal'),
|
||
(22, 'en_US', 'Czech koruna'),
|
||
(23, 'en_US', 'Colón'),
|
||
(24, 'en_US', 'Manat'),
|
||
(25, 'en_US', 'Rupiah'),
|
||
(26, 'en_US', 'Rupee'),
|
||
(27, 'en_US', 'Real'),
|
||
(28, 'en_US', 'Đồng'),
|
||
(29, 'en_US', 'Philippine Peso'),
|
||
(30, 'en_US', 'Quetzal'),
|
||
(31, 'en_US', 'Lira'),
|
||
(32, 'en_US', 'Yen'),
|
||
(33, 'en_US', 'Ruble'),
|
||
(34, 'en_US', 'Nuevo Sol'),
|
||
(35, 'en_US', 'Pound'),
|
||
(36, 'en_US', 'Lari'),
|
||
(37, 'en_US', 'Boliviano'),
|
||
(38, 'en_US', 'United Arab Emirates dirham'),
|
||
(39, 'en_US', 'Baht'),
|
||
(40, 'en_US', 'Shekel'),
|
||
(41, 'en_US', 'Ringgit'),
|
||
(42, 'en_US', 'Bolívar fuerte'),
|
||
(43, 'en_US', 'Forint'),
|
||
(44, 'en_US', 'Kenyan shilling'),
|
||
(45, 'en_US', 'Гривна'),
|
||
(46, 'en_US', 'Tunisian Dinar'),
|
||
(47, 'en_US', 'Lev'),
|
||
(48, 'en_US', 'Indian Rupee'),
|
||
(1, 'es_ES', 'Euro'),
|
||
(2, 'es_ES', 'Dólar Estadunidense'),
|
||
(3, 'es_ES', 'Libra Reino Unido'),
|
||
(4, 'es_ES', NULL),
|
||
(5, 'es_ES', NULL),
|
||
(6, 'es_ES', NULL),
|
||
(7, 'es_ES', NULL),
|
||
(8, 'es_ES', NULL),
|
||
(9, 'es_ES', NULL),
|
||
(10, 'es_ES', NULL),
|
||
(11, 'es_ES', NULL),
|
||
(12, 'es_ES', NULL),
|
||
(13, 'es_ES', NULL),
|
||
(14, 'es_ES', NULL),
|
||
(15, 'es_ES', NULL),
|
||
(16, 'es_ES', NULL),
|
||
(17, 'es_ES', NULL),
|
||
(18, 'es_ES', NULL),
|
||
(19, 'es_ES', 'Dólar de Hong Kong'),
|
||
(20, 'es_ES', NULL),
|
||
(21, 'es_ES', NULL),
|
||
(22, 'es_ES', NULL),
|
||
(23, 'es_ES', NULL),
|
||
(24, 'es_ES', NULL),
|
||
(25, 'es_ES', NULL),
|
||
(26, 'es_ES', NULL),
|
||
(27, 'es_ES', NULL),
|
||
(28, 'es_ES', NULL),
|
||
(29, 'es_ES', NULL),
|
||
(30, 'es_ES', NULL),
|
||
(31, 'es_ES', NULL),
|
||
(32, 'es_ES', NULL),
|
||
(33, 'es_ES', NULL),
|
||
(34, 'es_ES', NULL),
|
||
(35, 'es_ES', NULL),
|
||
(36, 'es_ES', NULL),
|
||
(37, 'es_ES', NULL),
|
||
(38, 'es_ES', NULL),
|
||
(39, 'es_ES', NULL),
|
||
(40, 'es_ES', NULL),
|
||
(41, 'es_ES', NULL),
|
||
(42, 'es_ES', NULL),
|
||
(43, 'es_ES', NULL),
|
||
(44, 'es_ES', NULL),
|
||
(45, 'es_ES', NULL),
|
||
(46, 'es_ES', NULL),
|
||
(47, 'es_ES', NULL),
|
||
(48, 'es_ES', NULL),
|
||
(1, 'fr_FR', 'Euro'),
|
||
(2, 'fr_FR', 'Dollar Américain'),
|
||
(3, 'fr_FR', 'Livre anglaise'),
|
||
(4, 'fr_FR', 'Franc'),
|
||
(5, 'fr_FR', 'Peso'),
|
||
(6, 'fr_FR', 'Złoty'),
|
||
(7, 'fr_FR', 'Yuan'),
|
||
(8, 'fr_FR', 'Couronne Norvégienne'),
|
||
(9, 'fr_FR', 'Lei'),
|
||
(10, 'fr_FR', 'Guaraní'),
|
||
(11, 'fr_FR', 'Peso Argentin'),
|
||
(12, 'fr_FR', 'Rouble Biélorusse'),
|
||
(13, 'fr_FR', 'Dollar'),
|
||
(14, 'fr_FR', 'Dinar'),
|
||
(15, 'fr_FR', 'Couronne Suédoise'),
|
||
(16, 'fr_FR', 'Kuna Croate'),
|
||
(17, 'fr_FR', 'Couronne Danoise'),
|
||
(18, 'fr_FR', 'Naira Nigérien'),
|
||
(19, 'fr_FR', 'Dollar de Honk-Kong'),
|
||
(20, 'fr_FR', 'Dollar Canadien'),
|
||
(21, 'fr_FR', 'Riyal'),
|
||
(22, 'fr_FR', 'Couronne Tchèque'),
|
||
(23, 'fr_FR', 'Colón'),
|
||
(24, 'fr_FR', 'Manat'),
|
||
(25, 'fr_FR', 'Roupie Indonésienne'),
|
||
(26, 'fr_FR', 'Roupie Pakistanaise'),
|
||
(27, 'fr_FR', 'Real'),
|
||
(28, 'fr_FR', 'Đồng'),
|
||
(29, 'fr_FR', 'Peso Philippin'),
|
||
(30, 'fr_FR', 'Quetzal'),
|
||
(31, 'fr_FR', 'Lire'),
|
||
(32, 'fr_FR', 'Yen'),
|
||
(33, 'fr_FR', 'Rouble'),
|
||
(34, 'fr_FR', 'Nuevo Sol'),
|
||
(35, 'fr_FR', 'Livre'),
|
||
(36, 'fr_FR', 'Lari'),
|
||
(37, 'fr_FR', 'Bolivie'),
|
||
(38, 'fr_FR', 'Dirham des Émirats Arabes Unis'),
|
||
(39, 'fr_FR', 'Baht'),
|
||
(40, 'fr_FR', 'Shekel'),
|
||
(41, 'fr_FR', 'Ringgit'),
|
||
(42, 'fr_FR', 'Bolivar Vénézuélien'),
|
||
(43, 'fr_FR', 'Forint'),
|
||
(44, 'fr_FR', 'Shilling Kenyan'),
|
||
(45, 'fr_FR', 'Hryvnia Ukrainien'),
|
||
(46, 'fr_FR', 'Dinar Tunisien'),
|
||
(47, 'fr_FR', 'Lev'),
|
||
(48, 'fr_FR', 'Roupie Hindoue')
|
||
;
|
||
|
||
INSERT INTO `country_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
(1, 'de_DE', 'Afghanistan', NULL, NULL, NULL),
|
||
(2, 'de_DE', 'Südafrika', NULL, NULL, NULL),
|
||
(3, 'de_DE', 'Albanien', NULL, NULL, NULL),
|
||
(4, 'de_DE', 'Algerien', NULL, NULL, NULL),
|
||
(5, 'de_DE', 'Deutschland', NULL, NULL, NULL),
|
||
(6, 'de_DE', 'Andorra', NULL, NULL, NULL),
|
||
(7, 'de_DE', 'Angola', NULL, NULL, NULL),
|
||
(8, 'de_DE', 'Antigua und Barbuda', NULL, NULL, NULL),
|
||
(9, 'de_DE', 'Saudi-Arabien', NULL, NULL, NULL),
|
||
(10, 'de_DE', 'Argentinien', NULL, NULL, NULL),
|
||
(11, 'de_DE', 'Armenien', NULL, NULL, NULL),
|
||
(12, 'de_DE', 'Australien', NULL, NULL, NULL),
|
||
(13, 'de_DE', 'Österreich', NULL, NULL, NULL),
|
||
(14, 'de_DE', 'Aserbaidschan', NULL, NULL, NULL),
|
||
(15, 'de_DE', 'Bahamas', NULL, NULL, NULL),
|
||
(16, 'de_DE', 'Bahrein', NULL, NULL, NULL),
|
||
(17, 'de_DE', 'Bangladesch', NULL, NULL, NULL),
|
||
(18, 'de_DE', 'Barbados', NULL, NULL, NULL),
|
||
(19, 'de_DE', 'Weißrussland', NULL, NULL, NULL),
|
||
(20, 'de_DE', 'Belgien', NULL, NULL, NULL),
|
||
(21, 'de_DE', 'Belize', NULL, NULL, NULL),
|
||
(22, 'de_DE', 'Bénin', NULL, NULL, NULL),
|
||
(23, 'de_DE', 'Bhutan', NULL, NULL, NULL),
|
||
(24, 'de_DE', 'Weißrussland', NULL, NULL, NULL),
|
||
(25, 'de_DE', 'Birma', NULL, NULL, NULL),
|
||
(26, 'de_DE', 'Bolivien', NULL, NULL, NULL),
|
||
(27, 'de_DE', 'Bosnien Herzegovina', NULL, NULL, NULL),
|
||
(28, 'de_DE', 'Botswana', NULL, NULL, NULL),
|
||
(29, 'de_DE', 'Brasilien', NULL, NULL, NULL),
|
||
(30, 'de_DE', 'Brunei', NULL, NULL, NULL),
|
||
(31, 'de_DE', 'Bulgarien', NULL, NULL, NULL),
|
||
(32, 'de_DE', 'Burkina Faso', NULL, NULL, NULL),
|
||
(33, 'de_DE', 'Burundi', NULL, NULL, NULL),
|
||
(34, 'de_DE', 'Kambodscha', NULL, NULL, NULL),
|
||
(35, 'de_DE', 'Kamerun', NULL, NULL, NULL),
|
||
(37, 'de_DE', 'Kap Verde', NULL, NULL, NULL),
|
||
(38, 'de_DE', 'Chile', NULL, NULL, NULL),
|
||
(39, 'de_DE', 'China', NULL, NULL, NULL),
|
||
(40, 'de_DE', 'Zypern', NULL, NULL, NULL),
|
||
(41, 'de_DE', 'Kolumbien', NULL, NULL, NULL),
|
||
(42, 'de_DE', 'Komoren', NULL, NULL, NULL),
|
||
(43, 'de_DE', 'Kongo', NULL, NULL, NULL),
|
||
(44, 'de_DE', 'Cookinseln', NULL, NULL, NULL),
|
||
(45, 'de_DE', 'Nordkorea', NULL, NULL, NULL),
|
||
(46, 'de_DE', 'Südkorea', NULL, NULL, NULL),
|
||
(47, 'de_DE', 'Costa Rica', NULL, NULL, NULL),
|
||
(48, 'de_DE', 'Elfenbeinküste', NULL, NULL, NULL),
|
||
(49, 'de_DE', 'Kroatien', NULL, NULL, NULL),
|
||
(50, 'de_DE', 'Kuba', NULL, NULL, NULL),
|
||
(51, 'de_DE', 'Dänemark', NULL, NULL, NULL),
|
||
(52, 'de_DE', 'Djibuti', NULL, NULL, NULL),
|
||
(53, 'de_DE', 'Dominikanische Republik', NULL, NULL, NULL),
|
||
(54, 'de_DE', 'Ägypten', NULL, NULL, NULL),
|
||
(55, 'de_DE', 'Vereinigte Arabische Emirate', NULL, NULL, NULL),
|
||
(56, 'de_DE', 'Ecuador', NULL, NULL, NULL),
|
||
(57, 'de_DE', 'Eritrea', NULL, NULL, NULL),
|
||
(58, 'de_DE', 'Spanien', NULL, NULL, NULL),
|
||
(59, 'de_DE', 'Estland', NULL, NULL, NULL),
|
||
(61, 'de_DE', 'Äthiopien', NULL, NULL, NULL),
|
||
(62, 'de_DE', 'Fiji', NULL, NULL, NULL),
|
||
(63, 'de_DE', 'Finnland', NULL, NULL, NULL),
|
||
(64, 'de_DE', 'Frankreich', NULL, NULL, NULL),
|
||
(65, 'de_DE', 'Gabun', NULL, NULL, NULL),
|
||
(66, 'de_DE', 'Gambie', NULL, NULL, NULL),
|
||
(67, 'de_DE', 'Georgien', NULL, NULL, NULL),
|
||
(68, 'de_DE', 'Ghana', NULL, NULL, NULL),
|
||
(69, 'de_DE', 'Griechenland', NULL, NULL, NULL),
|
||
(70, 'de_DE', 'Grenada', NULL, NULL, NULL),
|
||
(71, 'de_DE', 'Guatemala', NULL, NULL, NULL),
|
||
(72, 'de_DE', 'Guinea', NULL, NULL, NULL),
|
||
(73, 'de_DE', 'Guinea-Bissau', NULL, NULL, NULL),
|
||
(74, 'de_DE', 'Äquatorialguinea', NULL, NULL, NULL),
|
||
(75, 'de_DE', 'Guyana', NULL, NULL, NULL),
|
||
(76, 'de_DE', 'Haiti', NULL, NULL, NULL),
|
||
(77, 'de_DE', 'Honduras', NULL, NULL, NULL),
|
||
(78, 'de_DE', 'Ungarn', NULL, NULL, NULL),
|
||
(79, 'de_DE', 'Indien', NULL, NULL, NULL),
|
||
(80, 'de_DE', 'Indonesien', NULL, NULL, NULL),
|
||
(81, 'de_DE', 'Iran', NULL, NULL, NULL),
|
||
(82, 'de_DE', 'Irak', NULL, NULL, NULL),
|
||
(83, 'de_DE', 'Irland', NULL, NULL, NULL),
|
||
(84, 'de_DE', 'Island', NULL, NULL, NULL),
|
||
(85, 'de_DE', 'Israel', NULL, NULL, NULL),
|
||
(86, 'de_DE', 'Italien', NULL, NULL, NULL),
|
||
(87, 'de_DE', 'Jamaika', NULL, NULL, NULL),
|
||
(88, 'de_DE', 'Japan', NULL, NULL, NULL),
|
||
(89, 'de_DE', 'Jordanien', NULL, NULL, NULL),
|
||
(90, 'de_DE', 'Kasachstan', NULL, NULL, NULL),
|
||
(91, 'de_DE', 'Kenia', NULL, NULL, NULL),
|
||
(92, 'de_DE', 'Kirgisistan', NULL, NULL, NULL),
|
||
(93, 'de_DE', 'Kiribati', NULL, NULL, NULL),
|
||
(94, 'de_DE', 'Kuwait', NULL, NULL, NULL),
|
||
(95, 'de_DE', 'Laos', NULL, NULL, NULL),
|
||
(96, 'de_DE', 'Lesotho', NULL, NULL, NULL),
|
||
(97, 'de_DE', 'Lettland', NULL, NULL, NULL),
|
||
(98, 'de_DE', 'Libanon', NULL, NULL, NULL),
|
||
(99, 'de_DE', 'Liberia', NULL, NULL, NULL),
|
||
(100, 'de_DE', 'Libyen', NULL, NULL, NULL),
|
||
(101, 'de_DE', 'Liechtenstein', NULL, NULL, NULL),
|
||
(102, 'de_DE', 'Litauen', NULL, NULL, NULL),
|
||
(103, 'de_DE', 'Luxemburg', NULL, NULL, NULL),
|
||
(104, 'de_DE', 'Mazedonien', NULL, NULL, NULL),
|
||
(105, 'de_DE', 'Madagaskar', NULL, NULL, NULL),
|
||
(106, 'de_DE', 'Malaysien', NULL, NULL, NULL),
|
||
(107, 'de_DE', 'Malawi', NULL, NULL, NULL),
|
||
(108, 'de_DE', 'Malediven', NULL, NULL, NULL),
|
||
(109, 'de_DE', 'Mali', NULL, NULL, NULL),
|
||
(110, 'de_DE', 'Malta', NULL, NULL, NULL),
|
||
(111, 'de_DE', 'Marokko', NULL, NULL, NULL),
|
||
(112, 'de_DE', 'Marshallinseln', NULL, NULL, NULL),
|
||
(113, 'de_DE', 'Mauritius', NULL, NULL, NULL),
|
||
(114, 'de_DE', 'Mauretanien', NULL, NULL, NULL),
|
||
(115, 'de_DE', 'Mexiko', NULL, NULL, NULL),
|
||
(116, 'de_DE', 'Mikronesien', NULL, NULL, NULL),
|
||
(117, 'de_DE', 'Moldau', NULL, NULL, NULL),
|
||
(118, 'de_DE', 'Monaco', NULL, NULL, NULL),
|
||
(119, 'de_DE', 'Mongolei', NULL, NULL, NULL),
|
||
(120, 'de_DE', 'Mosambik', NULL, NULL, NULL),
|
||
(121, 'de_DE', 'Namibia', NULL, NULL, NULL),
|
||
(122, 'de_DE', 'Nauru', NULL, NULL, NULL),
|
||
(123, 'de_DE', 'Nepal', NULL, NULL, NULL),
|
||
(124, 'de_DE', 'Nicaragua', NULL, NULL, NULL),
|
||
(125, 'de_DE', 'Niger', NULL, NULL, NULL),
|
||
(126, 'de_DE', 'Nigeria', NULL, NULL, NULL),
|
||
(127, 'de_DE', 'Niue', NULL, NULL, NULL),
|
||
(128, 'de_DE', 'Norwegen', NULL, NULL, NULL),
|
||
(129, 'de_DE', 'Neuseeland', NULL, NULL, NULL),
|
||
(130, 'de_DE', 'Oman', NULL, NULL, NULL),
|
||
(131, 'de_DE', 'Uganda', NULL, NULL, NULL),
|
||
(132, 'de_DE', 'Usbekistan', NULL, NULL, NULL),
|
||
(133, 'de_DE', 'Pakistan', NULL, NULL, NULL),
|
||
(134, 'de_DE', 'Panama', NULL, NULL, NULL),
|
||
(135, 'de_DE', 'Papua-Neuguinea', NULL, NULL, NULL),
|
||
(136, 'de_DE', 'Paraguay', NULL, NULL, NULL),
|
||
(137, 'de_DE', 'Niederlande', NULL, NULL, NULL),
|
||
(138, 'de_DE', 'Peru', NULL, NULL, NULL),
|
||
(139, 'de_DE', 'Philippinen', NULL, NULL, NULL),
|
||
(140, 'de_DE', 'Polen', NULL, NULL, NULL),
|
||
(141, 'de_DE', 'Portugal', NULL, NULL, NULL),
|
||
(142, 'de_DE', 'Katar', NULL, NULL, NULL),
|
||
(143, 'de_DE', 'Zentralafrikanische Republik', NULL, NULL, NULL),
|
||
(144, 'de_DE', 'Dominikanische Republik', NULL, NULL, NULL),
|
||
(145, 'de_DE', 'Tschechische Republik', NULL, NULL, NULL),
|
||
(146, 'de_DE', 'Rumänien', NULL, NULL, NULL),
|
||
(147, 'de_DE', 'Vereinigtes Königreich', NULL, NULL, NULL),
|
||
(148, 'de_DE', 'Russland', NULL, NULL, NULL),
|
||
(149, 'de_DE', 'Ruanda', NULL, NULL, NULL),
|
||
(150, 'de_DE', 'St. Kitts und Nevis', NULL, NULL, NULL),
|
||
(151, 'de_DE', 'St. Lucia', NULL, NULL, NULL),
|
||
(152, 'de_DE', 'Saint-Marin', NULL, NULL, NULL),
|
||
(153, 'de_DE', 'St. Vincent und die Grenadinen', NULL, NULL, NULL),
|
||
(154, 'de_DE', 'Salomon-Inseln', NULL, NULL, NULL),
|
||
(155, 'de_DE', 'El Salvador', NULL, NULL, NULL),
|
||
(156, 'de_DE', 'West-Samoa', NULL, NULL, NULL),
|
||
(157, 'de_DE', 'São Tomé und Príncipe', NULL, NULL, NULL),
|
||
(158, 'de_DE', 'Senegal', NULL, NULL, NULL),
|
||
(159, 'de_DE', 'Seychellen', NULL, NULL, NULL),
|
||
(160, 'de_DE', 'Sierra Leone', NULL, NULL, NULL),
|
||
(161, 'de_DE', 'Singapur', NULL, NULL, NULL),
|
||
(162, 'de_DE', 'Slowakei', NULL, NULL, NULL),
|
||
(163, 'de_DE', 'Slowenien', NULL, NULL, NULL),
|
||
(164, 'de_DE', 'Somalia', NULL, NULL, NULL),
|
||
(165, 'de_DE', 'Sudan', NULL, NULL, NULL),
|
||
(166, 'de_DE', 'Sri Lanka', NULL, NULL, NULL),
|
||
(167, 'de_DE', 'Schweden', NULL, NULL, NULL),
|
||
(168, 'de_DE', 'Schweiz', NULL, NULL, NULL),
|
||
(169, 'de_DE', 'Suriname', NULL, NULL, NULL),
|
||
(170, 'de_DE', 'Swaziland', NULL, NULL, NULL),
|
||
(171, 'de_DE', 'Syrien', NULL, NULL, NULL),
|
||
(172, 'de_DE', 'Tadschikistan', NULL, NULL, NULL),
|
||
(173, 'de_DE', 'Tansania', NULL, NULL, NULL),
|
||
(174, 'de_DE', 'Tschad', NULL, NULL, NULL),
|
||
(175, 'de_DE', 'Thailand', NULL, NULL, NULL),
|
||
(176, 'de_DE', 'Togo', NULL, NULL, NULL),
|
||
(177, 'de_DE', 'Tonga', NULL, NULL, NULL),
|
||
(178, 'de_DE', 'Trinidad und Tobago', NULL, NULL, NULL),
|
||
(179, 'de_DE', 'Tunesien', NULL, NULL, NULL),
|
||
(180, 'de_DE', 'Turkménistan', NULL, NULL, NULL),
|
||
(181, 'de_DE', 'Türkei', NULL, NULL, NULL),
|
||
(182, 'de_DE', 'Tuvalu', NULL, NULL, NULL),
|
||
(183, 'de_DE', 'Ukraine', NULL, NULL, NULL),
|
||
(184, 'de_DE', 'Uruguay', NULL, NULL, NULL),
|
||
(185, 'de_DE', 'der Vatikan', NULL, NULL, NULL),
|
||
(186, 'de_DE', 'Vanuatu', NULL, NULL, NULL),
|
||
(187, 'de_DE', 'Venezuela', NULL, NULL, NULL),
|
||
(188, 'de_DE', 'Vietnam', NULL, NULL, NULL),
|
||
(189, 'de_DE', 'Jemen', NULL, NULL, NULL),
|
||
(191, 'de_DE', 'Zaire', NULL, NULL, NULL),
|
||
(192, 'de_DE', 'Sambia', NULL, NULL, NULL),
|
||
(193, 'de_DE', 'Zimbabwe', NULL, NULL, NULL),
|
||
(196, 'de_DE', NULL, NULL, NULL, NULL),
|
||
(246, 'de_DE', NULL, NULL, NULL, NULL),
|
||
(259, 'de_DE', 'Guadeloupe', NULL, NULL, NULL),
|
||
(260, 'de_DE', 'Französisch-Guayana', NULL, NULL, NULL),
|
||
(261, 'de_DE', 'Martinique', NULL, NULL, NULL),
|
||
(262, 'de_DE', 'Mayotte', NULL, NULL, NULL),
|
||
(263, 'de_DE', 'La Réunion', NULL, NULL, NULL),
|
||
(264, 'de_DE', 'Saint-Pierre und Miquelon', NULL, NULL, NULL),
|
||
(265, 'de_DE', 'Neu-Kaledonien', NULL, NULL, NULL),
|
||
(266, 'de_DE', 'Französisch-Polynesien', NULL, NULL, NULL),
|
||
(267, 'de_DE', 'Wallis und Futuna', NULL, NULL, NULL),
|
||
(269, 'de_DE', 'Hong Kong', NULL, NULL, NULL),
|
||
(270, 'de_DE', 'Saint-Barthélemy', NULL, NULL, NULL),
|
||
(271, 'de_DE', 'Saint-Martin (franz. Teil)', NULL, NULL, NULL),
|
||
(272, 'de_DE', 'Französische Süd- und Antarktisgebiete', NULL, NULL, NULL),
|
||
(1, 'en_US', 'Afghanistan', NULL, NULL, NULL),
|
||
(2, 'en_US', 'South Africa', NULL, NULL, NULL),
|
||
(3, 'en_US', 'Albania', NULL, NULL, NULL),
|
||
(4, 'en_US', 'Algeria', NULL, NULL, NULL),
|
||
(5, 'en_US', 'Germany', NULL, NULL, NULL),
|
||
(6, 'en_US', 'Andorra', NULL, NULL, NULL),
|
||
(7, 'en_US', 'Angola', NULL, NULL, NULL),
|
||
(8, 'en_US', 'Antigua and Barbuda', NULL, NULL, NULL),
|
||
(9, 'en_US', 'Saudi Arabia', NULL, NULL, NULL),
|
||
(10, 'en_US', 'Argentina', NULL, NULL, NULL),
|
||
(11, 'en_US', 'Armenia', NULL, NULL, NULL),
|
||
(12, 'en_US', 'Australia', NULL, NULL, NULL),
|
||
(13, 'en_US', 'Austria', NULL, NULL, NULL),
|
||
(14, 'en_US', 'Azerbaijan', NULL, NULL, NULL),
|
||
(15, 'en_US', 'Bahamas', NULL, NULL, NULL),
|
||
(16, 'en_US', 'Bahrain', NULL, NULL, NULL),
|
||
(17, 'en_US', 'Bangladesh', NULL, NULL, NULL),
|
||
(18, 'en_US', 'Barbados', NULL, NULL, NULL),
|
||
(19, 'en_US', 'Belarus', NULL, NULL, NULL),
|
||
(20, 'en_US', 'Belgium', NULL, NULL, NULL),
|
||
(21, 'en_US', 'Belize', NULL, NULL, NULL),
|
||
(22, 'en_US', 'Benin', NULL, NULL, NULL),
|
||
(23, 'en_US', 'Bhutan', NULL, NULL, NULL),
|
||
(24, 'en_US', 'Bielorussia', NULL, NULL, NULL),
|
||
(25, 'en_US', 'Burma', NULL, NULL, NULL),
|
||
(26, 'en_US', 'Bolivia', NULL, NULL, NULL),
|
||
(27, 'en_US', 'Bosnia and Herzegovina', NULL, NULL, NULL),
|
||
(28, 'en_US', 'Botswana', NULL, NULL, NULL),
|
||
(29, 'en_US', 'Brazil', NULL, NULL, NULL),
|
||
(30, 'en_US', 'Brunei', NULL, NULL, NULL),
|
||
(31, 'en_US', 'Bulgaria', NULL, NULL, NULL),
|
||
(32, 'en_US', 'Burkina', NULL, NULL, NULL),
|
||
(33, 'en_US', 'Burundi', NULL, NULL, NULL),
|
||
(34, 'en_US', 'Cambodia', NULL, NULL, NULL),
|
||
(35, 'en_US', 'Cameroon', NULL, NULL, NULL),
|
||
(37, 'en_US', 'Cape Verde', NULL, NULL, NULL),
|
||
(38, 'en_US', 'Chile', NULL, NULL, NULL),
|
||
(39, 'en_US', 'China', NULL, NULL, NULL),
|
||
(40, 'en_US', 'Cyprus', NULL, NULL, NULL),
|
||
(41, 'en_US', 'Colombia', NULL, NULL, NULL),
|
||
(42, 'en_US', 'Comoros', NULL, NULL, NULL),
|
||
(43, 'en_US', 'Congo', NULL, NULL, NULL),
|
||
(44, 'en_US', 'Cook Islands', NULL, NULL, NULL),
|
||
(45, 'en_US', 'North Korea', NULL, NULL, NULL),
|
||
(46, 'en_US', 'South Korea', NULL, NULL, NULL),
|
||
(47, 'en_US', 'Costa Rica', NULL, NULL, NULL),
|
||
(48, 'en_US', 'Ivory Coast', NULL, NULL, NULL),
|
||
(49, 'en_US', 'Croatia', NULL, NULL, NULL),
|
||
(50, 'en_US', 'Cuba', NULL, NULL, NULL),
|
||
(51, 'en_US', 'Denmark', NULL, NULL, NULL),
|
||
(52, 'en_US', 'Djibouti', NULL, NULL, NULL),
|
||
(53, 'en_US', 'Dominica', NULL, NULL, NULL),
|
||
(54, 'en_US', 'Egypt', NULL, NULL, NULL),
|
||
(55, 'en_US', 'United Arab Emirates', NULL, NULL, NULL),
|
||
(56, 'en_US', 'Ecuador', NULL, NULL, NULL),
|
||
(57, 'en_US', 'Eritrea', NULL, NULL, NULL),
|
||
(58, 'en_US', 'Spain', NULL, NULL, NULL),
|
||
(59, 'en_US', 'Estonia', NULL, NULL, NULL),
|
||
(61, 'en_US', 'Ethiopia', NULL, NULL, NULL),
|
||
(62, 'en_US', 'Fiji', NULL, NULL, NULL),
|
||
(63, 'en_US', 'Finland', NULL, NULL, NULL),
|
||
(64, 'en_US', 'France metropolitan', NULL, NULL, NULL),
|
||
(65, 'en_US', 'Gabon', NULL, NULL, NULL),
|
||
(66, 'en_US', 'Gambia', NULL, NULL, NULL),
|
||
(67, 'en_US', 'Georgia', NULL, NULL, NULL),
|
||
(68, 'en_US', 'Ghana', NULL, NULL, NULL),
|
||
(69, 'en_US', 'Greece', NULL, NULL, NULL),
|
||
(70, 'en_US', 'Grenada', NULL, NULL, NULL),
|
||
(71, 'en_US', 'Guatemala', NULL, NULL, NULL),
|
||
(72, 'en_US', 'Guinea', NULL, NULL, NULL),
|
||
(73, 'en_US', 'Guinea-Bissau', NULL, NULL, NULL),
|
||
(74, 'en_US', 'Equatorial Guinea', NULL, NULL, NULL),
|
||
(75, 'en_US', 'Guyana', NULL, NULL, NULL),
|
||
(76, 'en_US', 'Haiti', NULL, NULL, NULL),
|
||
(77, 'en_US', 'Honduras', NULL, NULL, NULL),
|
||
(78, 'en_US', 'Hungary', NULL, NULL, NULL),
|
||
(79, 'en_US', 'India', NULL, NULL, NULL),
|
||
(80, 'en_US', 'Indonesia', NULL, NULL, NULL),
|
||
(81, 'en_US', 'Iran', NULL, NULL, NULL),
|
||
(82, 'en_US', 'Iraq', NULL, NULL, NULL),
|
||
(83, 'en_US', 'Ireland', NULL, NULL, NULL),
|
||
(84, 'en_US', 'Iceland', NULL, NULL, NULL),
|
||
(85, 'en_US', 'Israel', NULL, NULL, NULL),
|
||
(86, 'en_US', 'Italy', NULL, NULL, NULL),
|
||
(87, 'en_US', 'Jamaica', NULL, NULL, NULL),
|
||
(88, 'en_US', 'Japan', NULL, NULL, NULL),
|
||
(89, 'en_US', 'Jordan', NULL, NULL, NULL),
|
||
(90, 'en_US', 'Kazakhstan', NULL, NULL, NULL),
|
||
(91, 'en_US', 'Kenya', NULL, NULL, NULL),
|
||
(92, 'en_US', 'Kyrgyzstan', NULL, NULL, NULL),
|
||
(93, 'en_US', 'Kiribati', NULL, NULL, NULL),
|
||
(94, 'en_US', 'Kuwait', NULL, NULL, NULL),
|
||
(95, 'en_US', 'Laos', NULL, NULL, NULL),
|
||
(96, 'en_US', 'Lesotho', NULL, NULL, NULL),
|
||
(97, 'en_US', 'Latvia', NULL, NULL, NULL),
|
||
(98, 'en_US', 'Lebanon', NULL, NULL, NULL),
|
||
(99, 'en_US', 'Liberia', NULL, NULL, NULL),
|
||
(100, 'en_US', 'Libya', NULL, NULL, NULL),
|
||
(101, 'en_US', 'Liechtenstein', NULL, NULL, NULL),
|
||
(102, 'en_US', 'Lithuania', NULL, NULL, NULL),
|
||
(103, 'en_US', 'Luxembourg', NULL, NULL, NULL),
|
||
(104, 'en_US', 'Macedonia', NULL, NULL, NULL),
|
||
(105, 'en_US', 'Madagascar', NULL, NULL, NULL),
|
||
(106, 'en_US', 'Malaysia', NULL, NULL, NULL),
|
||
(107, 'en_US', 'Malawi', NULL, NULL, NULL),
|
||
(108, 'en_US', 'Maldives', NULL, NULL, NULL),
|
||
(109, 'en_US', 'Mali', NULL, NULL, NULL),
|
||
(110, 'en_US', 'Malta', NULL, NULL, NULL),
|
||
(111, 'en_US', 'Morocco', NULL, NULL, NULL),
|
||
(112, 'en_US', 'Marshall Islands', NULL, NULL, NULL),
|
||
(113, 'en_US', 'Mauritius', NULL, NULL, NULL),
|
||
(114, 'en_US', 'Mauritania', NULL, NULL, NULL),
|
||
(115, 'en_US', 'Mexico', NULL, NULL, NULL),
|
||
(116, 'en_US', 'Micronesia', NULL, NULL, NULL),
|
||
(117, 'en_US', 'Moldova', NULL, NULL, NULL),
|
||
(118, 'en_US', 'Monaco', NULL, NULL, NULL),
|
||
(119, 'en_US', 'Mongolia', NULL, NULL, NULL),
|
||
(120, 'en_US', 'Mozambique', NULL, NULL, NULL),
|
||
(121, 'en_US', 'Namibia', NULL, NULL, NULL),
|
||
(122, 'en_US', 'Nauru', NULL, NULL, NULL),
|
||
(123, 'en_US', 'Nepal', NULL, NULL, NULL),
|
||
(124, 'en_US', 'Nicaragua', NULL, NULL, NULL),
|
||
(125, 'en_US', 'Niger', NULL, NULL, NULL),
|
||
(126, 'en_US', 'Nigeria', NULL, NULL, NULL),
|
||
(127, 'en_US', 'Niue', NULL, NULL, NULL),
|
||
(128, 'en_US', 'Norway', NULL, NULL, NULL),
|
||
(129, 'en_US', 'New Zealand', NULL, NULL, NULL),
|
||
(130, 'en_US', 'Oman', NULL, NULL, NULL),
|
||
(131, 'en_US', 'Uganda', NULL, NULL, NULL),
|
||
(132, 'en_US', 'Uzbekistan', NULL, NULL, NULL),
|
||
(133, 'en_US', 'Pakistan', NULL, NULL, NULL),
|
||
(134, 'en_US', 'Panama', NULL, NULL, NULL),
|
||
(135, 'en_US', 'Papua Nueva Guinea', NULL, NULL, NULL),
|
||
(136, 'en_US', 'Paraguay', NULL, NULL, NULL),
|
||
(137, 'en_US', 'Netherlands', NULL, NULL, NULL),
|
||
(138, 'en_US', 'Peru', NULL, NULL, NULL),
|
||
(139, 'en_US', 'Philippines', NULL, NULL, NULL),
|
||
(140, 'en_US', 'Poland', NULL, NULL, NULL),
|
||
(141, 'en_US', 'Portugal', NULL, NULL, NULL),
|
||
(142, 'en_US', 'Qatar', NULL, NULL, NULL),
|
||
(143, 'en_US', 'Central African Republic', NULL, NULL, NULL),
|
||
(144, 'en_US', 'Dominican Republic', NULL, NULL, NULL),
|
||
(145, 'en_US', 'Czech Republic', NULL, NULL, NULL),
|
||
(146, 'en_US', 'Romania', NULL, NULL, NULL),
|
||
(147, 'en_US', 'United Kingdom', NULL, NULL, NULL),
|
||
(148, 'en_US', 'Russia', NULL, NULL, NULL),
|
||
(149, 'en_US', 'Rwanda', NULL, NULL, NULL),
|
||
(150, 'en_US', 'Saint Kitts and Nevis', NULL, NULL, NULL),
|
||
(151, 'en_US', 'Saint Lucia', NULL, NULL, NULL),
|
||
(152, 'en_US', 'San Marino', NULL, NULL, NULL),
|
||
(153, 'en_US', 'Saint Vincent and the Grenadines', NULL, NULL, NULL),
|
||
(154, 'en_US', 'Solomon Islands', NULL, NULL, NULL),
|
||
(155, 'en_US', 'El Salvador', NULL, NULL, NULL),
|
||
(156, 'en_US', 'Western Samoa', NULL, NULL, NULL),
|
||
(157, 'en_US', 'Sao Tome and Principe', NULL, NULL, NULL),
|
||
(158, 'en_US', 'Senegal', NULL, NULL, NULL),
|
||
(159, 'en_US', 'Seychelles', NULL, NULL, NULL),
|
||
(160, 'en_US', 'Sierra Leone', NULL, NULL, NULL),
|
||
(161, 'en_US', 'Singapore', NULL, NULL, NULL),
|
||
(162, 'en_US', 'Slovakia', NULL, NULL, NULL),
|
||
(163, 'en_US', 'Slovenia', NULL, NULL, NULL),
|
||
(164, 'en_US', 'Somalia', NULL, NULL, NULL),
|
||
(165, 'en_US', 'Sudan', NULL, NULL, NULL),
|
||
(166, 'en_US', 'Sri Lanka', NULL, NULL, NULL),
|
||
(167, 'en_US', 'Sweden', NULL, NULL, NULL),
|
||
(168, 'en_US', 'Switzerland', NULL, NULL, NULL),
|
||
(169, 'en_US', 'Suriname', NULL, NULL, NULL),
|
||
(170, 'en_US', 'Swaziland', NULL, NULL, NULL),
|
||
(171, 'en_US', 'Syria', NULL, NULL, NULL),
|
||
(172, 'en_US', 'Tajikistan', NULL, NULL, NULL),
|
||
(173, 'en_US', 'Tanzania', NULL, NULL, NULL),
|
||
(174, 'en_US', 'Chad', NULL, NULL, NULL),
|
||
(175, 'en_US', 'Thailand', NULL, NULL, NULL),
|
||
(176, 'en_US', 'Togo', NULL, NULL, NULL),
|
||
(177, 'en_US', 'Tonga', NULL, NULL, NULL),
|
||
(178, 'en_US', 'Trinidad and Tobago', NULL, NULL, NULL),
|
||
(179, 'en_US', 'Tunisia', NULL, NULL, NULL),
|
||
(180, 'en_US', 'Turkmenistan', NULL, NULL, NULL),
|
||
(181, 'en_US', 'Turkey', NULL, NULL, NULL),
|
||
(182, 'en_US', 'Tuvalu', NULL, NULL, NULL),
|
||
(183, 'en_US', 'Ukraine', NULL, NULL, NULL),
|
||
(184, 'en_US', 'Uruguay', NULL, NULL, NULL),
|
||
(185, 'en_US', 'The Vatican', NULL, NULL, NULL),
|
||
(186, 'en_US', 'Vanuatu', NULL, NULL, NULL),
|
||
(187, 'en_US', 'Venezuela', NULL, NULL, NULL),
|
||
(188, 'en_US', 'Vietnam', NULL, NULL, NULL),
|
||
(189, 'en_US', 'Yemen', NULL, NULL, NULL),
|
||
(191, 'en_US', 'Zaire', NULL, NULL, NULL),
|
||
(192, 'en_US', 'Zambia', NULL, NULL, NULL),
|
||
(193, 'en_US', 'Zimbabwe', NULL, NULL, NULL),
|
||
(196, 'en_US', 'USA', NULL, NULL, NULL),
|
||
(246, 'en_US', 'Canada', NULL, NULL, NULL),
|
||
(259, 'en_US', 'Guadeloupe', NULL, NULL, NULL),
|
||
(260, 'en_US', 'Guyane Française', NULL, NULL, NULL),
|
||
(261, 'en_US', 'Martinique', NULL, NULL, NULL),
|
||
(262, 'en_US', 'Mayotte', NULL, NULL, NULL),
|
||
(263, 'en_US', 'Réunion(La)', NULL, NULL, NULL),
|
||
(264, 'en_US', 'St Pierre et Miquelon', NULL, NULL, NULL),
|
||
(265, 'en_US', 'Nouvelle-Calédonie', NULL, NULL, NULL),
|
||
(266, 'en_US', 'Polynésie française', NULL, NULL, NULL),
|
||
(267, 'en_US', 'Wallis-et-Futuna', NULL, NULL, NULL),
|
||
(269, 'en_US', 'Hong Kong', NULL, NULL, NULL),
|
||
(270, 'en_US', 'Saint Barthélemy', NULL, NULL, NULL),
|
||
(271, 'en_US', 'Saint Martin (French part)', NULL, NULL, NULL),
|
||
(272, 'en_US', 'French Southern Territories', NULL, NULL, NULL),
|
||
(1, 'es_ES', 'Afganistán', NULL, NULL, NULL),
|
||
(2, 'es_ES', 'Sudáfrica', NULL, NULL, NULL),
|
||
(3, 'es_ES', 'Albania', NULL, NULL, NULL),
|
||
(4, 'es_ES', 'Argelia', NULL, NULL, NULL),
|
||
(5, 'es_ES', 'Alemania', NULL, NULL, NULL),
|
||
(6, 'es_ES', 'Andorra', NULL, NULL, NULL),
|
||
(7, 'es_ES', 'Angola', NULL, NULL, NULL),
|
||
(8, 'es_ES', 'Antigua y Barbuda', NULL, NULL, NULL),
|
||
(9, 'es_ES', 'Arabia Saudita', NULL, NULL, NULL),
|
||
(10, 'es_ES', 'Argentina', NULL, NULL, NULL),
|
||
(11, 'es_ES', 'Armenia', NULL, NULL, NULL),
|
||
(12, 'es_ES', 'Australia', NULL, NULL, NULL),
|
||
(13, 'es_ES', 'Austria', NULL, NULL, NULL),
|
||
(14, 'es_ES', 'Azerbaiyán', NULL, NULL, NULL),
|
||
(15, 'es_ES', 'Bahamas', NULL, NULL, NULL),
|
||
(16, 'es_ES', 'Bahrein', NULL, NULL, NULL),
|
||
(17, 'es_ES', 'Bangladesh', NULL, NULL, NULL),
|
||
(18, 'es_ES', 'Barbados', NULL, NULL, NULL),
|
||
(19, 'es_ES', 'Belarús', NULL, NULL, NULL),
|
||
(20, 'es_ES', 'Bélgica', NULL, NULL, NULL),
|
||
(21, 'es_ES', 'Belice', NULL, NULL, NULL),
|
||
(22, 'es_ES', 'Benin', NULL, NULL, NULL),
|
||
(23, 'es_ES', 'Bhután', NULL, NULL, NULL),
|
||
(24, 'es_ES', 'Bielorusia', NULL, NULL, NULL),
|
||
(25, 'es_ES', 'Birmania', NULL, NULL, NULL),
|
||
(26, 'es_ES', 'Bolivia', NULL, NULL, NULL),
|
||
(27, 'es_ES', 'Bosnia y Herzegovina', NULL, NULL, NULL),
|
||
(28, 'es_ES', 'Botswana', NULL, NULL, NULL),
|
||
(29, 'es_ES', 'Brasil', NULL, NULL, NULL),
|
||
(30, 'es_ES', 'Brunei', NULL, NULL, NULL),
|
||
(31, 'es_ES', 'Bulgaria', NULL, NULL, NULL),
|
||
(32, 'es_ES', 'Burkina', NULL, NULL, NULL),
|
||
(33, 'es_ES', 'Burundi', NULL, NULL, NULL),
|
||
(34, 'es_ES', 'Camboya', NULL, NULL, NULL),
|
||
(35, 'es_ES', 'Camerún', NULL, NULL, NULL),
|
||
(37, 'es_ES', 'Cabo Verde', NULL, NULL, NULL),
|
||
(38, 'es_ES', 'Chile', NULL, NULL, NULL),
|
||
(39, 'es_ES', 'China', NULL, NULL, NULL),
|
||
(40, 'es_ES', 'Chipre', NULL, NULL, NULL),
|
||
(41, 'es_ES', 'Colombia', NULL, NULL, NULL),
|
||
(42, 'es_ES', 'Comoras', NULL, NULL, NULL),
|
||
(43, 'es_ES', 'Congo', NULL, NULL, NULL),
|
||
(44, 'es_ES', 'Cook', NULL, NULL, NULL),
|
||
(45, 'es_ES', 'Corea del Norte', NULL, NULL, NULL),
|
||
(46, 'es_ES', 'Corea del Sur', NULL, NULL, NULL),
|
||
(47, 'es_ES', 'Costa Rica', NULL, NULL, NULL),
|
||
(48, 'es_ES', 'Costa de Marfil', NULL, NULL, NULL),
|
||
(49, 'es_ES', 'Croacia', NULL, NULL, NULL),
|
||
(50, 'es_ES', 'Cuba', NULL, NULL, NULL),
|
||
(51, 'es_ES', 'Dinamarca', NULL, NULL, NULL),
|
||
(52, 'es_ES', 'Djibouti', NULL, NULL, NULL),
|
||
(53, 'es_ES', 'Dominica', NULL, NULL, NULL),
|
||
(54, 'es_ES', 'Egipto', NULL, NULL, NULL),
|
||
(55, 'es_ES', 'Emiratos Árabes Unidos', NULL, NULL, NULL),
|
||
(56, 'es_ES', 'Ecuador', NULL, NULL, NULL),
|
||
(57, 'es_ES', 'Eritrea', NULL, NULL, NULL),
|
||
(58, 'es_ES', 'España', NULL, NULL, NULL),
|
||
(59, 'es_ES', 'Estonia', NULL, NULL, NULL),
|
||
(61, 'es_ES', 'Etiopía', NULL, NULL, NULL),
|
||
(62, 'es_ES', 'Fiji', NULL, NULL, NULL),
|
||
(63, 'es_ES', 'Finlandia', NULL, NULL, NULL),
|
||
(64, 'es_ES', 'Francia', NULL, NULL, NULL),
|
||
(65, 'es_ES', 'Gabón', NULL, NULL, NULL),
|
||
(66, 'es_ES', 'Gambia', NULL, NULL, NULL),
|
||
(67, 'es_ES', 'Georgia', NULL, NULL, NULL),
|
||
(68, 'es_ES', 'Ghana', NULL, NULL, NULL),
|
||
(69, 'es_ES', 'Grecia', NULL, NULL, NULL),
|
||
(70, 'es_ES', 'Granada', NULL, NULL, NULL),
|
||
(71, 'es_ES', 'Guatemala', NULL, NULL, NULL),
|
||
(72, 'es_ES', 'Guinea', NULL, NULL, NULL),
|
||
(73, 'es_ES', 'Guinea-Bissau', NULL, NULL, NULL),
|
||
(74, 'es_ES', 'Guinea Ecuatorial', NULL, NULL, NULL),
|
||
(75, 'es_ES', 'Guyana', NULL, NULL, NULL),
|
||
(76, 'es_ES', 'Haití', NULL, NULL, NULL),
|
||
(77, 'es_ES', 'Honduras', NULL, NULL, NULL),
|
||
(78, 'es_ES', 'Hungría', NULL, NULL, NULL),
|
||
(79, 'es_ES', 'India', NULL, NULL, NULL),
|
||
(80, 'es_ES', 'Indonesia', NULL, NULL, NULL),
|
||
(81, 'es_ES', 'Irán', NULL, NULL, NULL),
|
||
(82, 'es_ES', 'Iraq', NULL, NULL, NULL),
|
||
(83, 'es_ES', 'Irlanda', NULL, NULL, NULL),
|
||
(84, 'es_ES', 'Islandia', NULL, NULL, NULL),
|
||
(85, 'es_ES', 'Israel', NULL, NULL, NULL),
|
||
(86, 'es_ES', 'Italia', NULL, NULL, NULL),
|
||
(87, 'es_ES', 'Jamaica', NULL, NULL, NULL),
|
||
(88, 'es_ES', 'Japón', NULL, NULL, NULL),
|
||
(89, 'es_ES', 'Jordania', NULL, NULL, NULL),
|
||
(90, 'es_ES', 'Kazajstán', NULL, NULL, NULL),
|
||
(91, 'es_ES', 'Kenia', NULL, NULL, NULL),
|
||
(92, 'es_ES', 'Kirguistán', NULL, NULL, NULL),
|
||
(93, 'es_ES', 'Kiribati', NULL, NULL, NULL),
|
||
(94, 'es_ES', 'Kuwait', NULL, NULL, NULL),
|
||
(95, 'es_ES', 'Laos', NULL, NULL, NULL),
|
||
(96, 'es_ES', 'Lesoto', NULL, NULL, NULL),
|
||
(97, 'es_ES', 'Letonia', NULL, NULL, NULL),
|
||
(98, 'es_ES', 'Líbano', NULL, NULL, NULL),
|
||
(99, 'es_ES', 'Liberia', NULL, NULL, NULL),
|
||
(100, 'es_ES', 'Libia', NULL, NULL, NULL),
|
||
(101, 'es_ES', 'Liechtenstein', NULL, NULL, NULL),
|
||
(102, 'es_ES', 'Lituania', NULL, NULL, NULL),
|
||
(103, 'es_ES', 'Luxemburgo', NULL, NULL, NULL),
|
||
(104, 'es_ES', 'Macedonia', NULL, NULL, NULL),
|
||
(105, 'es_ES', 'Madagascar', NULL, NULL, NULL),
|
||
(106, 'es_ES', 'Malasia', NULL, NULL, NULL),
|
||
(107, 'es_ES', 'Malawi', NULL, NULL, NULL),
|
||
(108, 'es_ES', 'Maldivas', NULL, NULL, NULL),
|
||
(109, 'es_ES', 'Malí', NULL, NULL, NULL),
|
||
(110, 'es_ES', 'Malta', NULL, NULL, NULL),
|
||
(111, 'es_ES', 'Marruecos', NULL, NULL, NULL),
|
||
(112, 'es_ES', 'Marshall', NULL, NULL, NULL),
|
||
(113, 'es_ES', 'Mauricio', NULL, NULL, NULL),
|
||
(114, 'es_ES', 'Mauritania', NULL, NULL, NULL),
|
||
(115, 'es_ES', 'Méjico', NULL, NULL, NULL),
|
||
(116, 'es_ES', 'Micronesia', NULL, NULL, NULL),
|
||
(117, 'es_ES', 'Moldova', NULL, NULL, NULL),
|
||
(118, 'es_ES', 'Mónaco', NULL, NULL, NULL),
|
||
(119, 'es_ES', 'Mongolia', NULL, NULL, NULL),
|
||
(120, 'es_ES', 'Mozambique', NULL, NULL, NULL),
|
||
(121, 'es_ES', 'Namibia', NULL, NULL, NULL),
|
||
(122, 'es_ES', 'Nauru', NULL, NULL, NULL),
|
||
(123, 'es_ES', 'Nepal', NULL, NULL, NULL),
|
||
(124, 'es_ES', 'Nicaragua', NULL, NULL, NULL),
|
||
(125, 'es_ES', 'Níger', NULL, NULL, NULL),
|
||
(126, 'es_ES', 'Nigeria', NULL, NULL, NULL),
|
||
(127, 'es_ES', 'Niue', NULL, NULL, NULL),
|
||
(128, 'es_ES', 'Noruega', NULL, NULL, NULL),
|
||
(129, 'es_ES', 'Nueva Zelandia', NULL, NULL, NULL),
|
||
(130, 'es_ES', 'Omán', NULL, NULL, NULL),
|
||
(131, 'es_ES', NULL, NULL, NULL, NULL),
|
||
(132, 'es_ES', 'Uzbekistán', NULL, NULL, NULL),
|
||
(133, 'es_ES', 'Pakistán', NULL, NULL, NULL),
|
||
(134, 'es_ES', 'Panamá', NULL, NULL, NULL),
|
||
(135, 'es_ES', 'Papua Nueva Guinea', NULL, NULL, NULL),
|
||
(136, 'es_ES', 'Paraguay', NULL, NULL, NULL),
|
||
(137, 'es_ES', 'Países Bajos', NULL, NULL, NULL),
|
||
(138, 'es_ES', 'Perú', NULL, NULL, NULL),
|
||
(139, 'es_ES', 'Filipinas', NULL, NULL, NULL),
|
||
(140, 'es_ES', 'Polonia', NULL, NULL, NULL),
|
||
(141, 'es_ES', 'Portugal', NULL, NULL, NULL),
|
||
(142, 'es_ES', 'Qatar', NULL, NULL, NULL),
|
||
(143, 'es_ES', 'República Centroafricana', NULL, NULL, NULL),
|
||
(144, 'es_ES', 'República Dominicana', NULL, NULL, NULL),
|
||
(145, 'es_ES', 'República Checa', NULL, NULL, NULL),
|
||
(146, 'es_ES', 'Rumania', NULL, NULL, NULL),
|
||
(147, 'es_ES', 'Reino Unido', NULL, NULL, NULL),
|
||
(148, 'es_ES', 'Rusia', NULL, NULL, NULL),
|
||
(149, 'es_ES', 'Ruanda', NULL, NULL, NULL),
|
||
(150, 'es_ES', 'San Cristóbal', NULL, NULL, NULL),
|
||
(151, 'es_ES', 'Santa Lucía', NULL, NULL, NULL),
|
||
(152, 'es_ES', 'San Marino', NULL, NULL, NULL),
|
||
(153, 'es_ES', 'San Vicente y las Granadinas', NULL, NULL, NULL),
|
||
(154, 'es_ES', 'Salomón', NULL, NULL, NULL),
|
||
(155, 'es_ES', 'El Salvador', NULL, NULL, NULL),
|
||
(156, 'es_ES', 'Samoa', NULL, NULL, NULL),
|
||
(157, 'es_ES', 'Santo Tomé y Príncipe', NULL, NULL, NULL),
|
||
(158, 'es_ES', 'Senegal', NULL, NULL, NULL),
|
||
(159, 'es_ES', 'Seychelles', NULL, NULL, NULL),
|
||
(160, 'es_ES', 'Sierra Leona', NULL, NULL, NULL),
|
||
(161, 'es_ES', 'Singapur', NULL, NULL, NULL),
|
||
(162, 'es_ES', 'Eslovaquia', NULL, NULL, NULL),
|
||
(163, 'es_ES', 'Eslovenia', NULL, NULL, NULL),
|
||
(164, 'es_ES', 'Somalia', NULL, NULL, NULL),
|
||
(165, 'es_ES', 'Sudán', NULL, NULL, NULL),
|
||
(166, 'es_ES', 'Sri Lanka', NULL, NULL, NULL),
|
||
(167, 'es_ES', 'Suecia', NULL, NULL, NULL),
|
||
(168, 'es_ES', 'Suiza', NULL, NULL, NULL),
|
||
(169, 'es_ES', 'Suriname', NULL, NULL, NULL),
|
||
(170, 'es_ES', 'Swazilandia', NULL, NULL, NULL),
|
||
(171, 'es_ES', 'Siria', NULL, NULL, NULL),
|
||
(172, 'es_ES', 'Tayikistán', NULL, NULL, NULL),
|
||
(173, 'es_ES', 'Tanzanía', NULL, NULL, NULL),
|
||
(174, 'es_ES', 'Chad', NULL, NULL, NULL),
|
||
(175, 'es_ES', 'Tailandia', NULL, NULL, NULL),
|
||
(176, 'es_ES', 'Togo', NULL, NULL, NULL),
|
||
(177, 'es_ES', 'Tonga', NULL, NULL, NULL),
|
||
(178, 'es_ES', 'Trinidad y Tabago', NULL, NULL, NULL),
|
||
(179, 'es_ES', 'Túnez', NULL, NULL, NULL),
|
||
(180, 'es_ES', 'Turkmenistán', NULL, NULL, NULL),
|
||
(181, 'es_ES', 'Turquía', NULL, NULL, NULL),
|
||
(182, 'es_ES', 'Tuvalu', NULL, NULL, NULL),
|
||
(183, 'es_ES', 'Ucrania', NULL, NULL, NULL),
|
||
(184, 'es_ES', 'Uruguay', NULL, NULL, NULL),
|
||
(185, 'es_ES', 'El Vatican', NULL, NULL, NULL),
|
||
(186, 'es_ES', 'Vanuatu', NULL, NULL, NULL),
|
||
(187, 'es_ES', 'Venezuela', NULL, NULL, NULL),
|
||
(188, 'es_ES', 'Viet Nam', NULL, NULL, NULL),
|
||
(189, 'es_ES', 'Yemen', NULL, NULL, NULL),
|
||
(191, 'es_ES', 'Zaire', NULL, NULL, NULL),
|
||
(192, 'es_ES', 'Zambia', NULL, NULL, NULL),
|
||
(193, 'es_ES', 'Zimbabue', NULL, NULL, NULL),
|
||
(196, 'es_ES', NULL, NULL, NULL, NULL),
|
||
(246, 'es_ES', NULL, NULL, NULL, NULL),
|
||
(259, 'es_ES', 'Guadalupe', NULL, NULL, NULL),
|
||
(260, 'es_ES', 'Guayana Francesa', NULL, NULL, NULL),
|
||
(261, 'es_ES', 'Martinica', NULL, NULL, NULL),
|
||
(262, 'es_ES', 'Mayotte', NULL, NULL, NULL),
|
||
(263, 'es_ES', 'Réunion(la)', NULL, NULL, NULL),
|
||
(264, 'es_ES', 'San Pedro y Miquelón', NULL, NULL, NULL),
|
||
(265, 'es_ES', 'Nouvelle-Calédonie', NULL, NULL, NULL),
|
||
(266, 'es_ES', 'Polinesia Francesa', NULL, NULL, NULL),
|
||
(267, 'es_ES', 'Wallis-et-Futuna', NULL, NULL, NULL),
|
||
(269, 'es_ES', 'Hong Kong', NULL, NULL, NULL),
|
||
(270, 'es_ES', 'San Bartolomé', NULL, NULL, NULL),
|
||
(271, 'es_ES', 'San Martín (parte francesa)', NULL, NULL, NULL),
|
||
(272, 'es_ES', 'Tierras Australes y Antárticas Francesas', NULL, NULL, NULL),
|
||
(1, 'fr_FR', 'Afghanistan', NULL, NULL, NULL),
|
||
(2, 'fr_FR', 'Afrique du Sud', NULL, NULL, NULL),
|
||
(3, 'fr_FR', 'Albanie', NULL, NULL, NULL),
|
||
(4, 'fr_FR', 'Algérie', NULL, NULL, NULL),
|
||
(5, 'fr_FR', 'Allemagne', NULL, NULL, NULL),
|
||
(6, 'fr_FR', 'Andorre', NULL, NULL, NULL),
|
||
(7, 'fr_FR', 'Angola', NULL, NULL, NULL),
|
||
(8, 'fr_FR', 'Antigua-et-Barbuda', NULL, NULL, NULL),
|
||
(9, 'fr_FR', 'Arabie saoudite', NULL, NULL, NULL),
|
||
(10, 'fr_FR', 'Argentine', NULL, NULL, NULL),
|
||
(11, 'fr_FR', 'Arménie', NULL, NULL, NULL),
|
||
(12, 'fr_FR', 'Australie', NULL, NULL, NULL),
|
||
(13, 'fr_FR', 'Autriche', NULL, NULL, NULL),
|
||
(14, 'fr_FR', 'Azerbaïdjan', NULL, NULL, NULL),
|
||
(15, 'fr_FR', 'Bahamas', NULL, NULL, NULL),
|
||
(16, 'fr_FR', 'Bahreïn', NULL, NULL, NULL),
|
||
(17, 'fr_FR', 'Bangladesh', NULL, NULL, NULL),
|
||
(18, 'fr_FR', 'Barbade', NULL, NULL, NULL),
|
||
(19, 'fr_FR', 'Belarus', NULL, NULL, NULL),
|
||
(20, 'fr_FR', 'Belgique', NULL, NULL, NULL),
|
||
(21, 'fr_FR', 'Belize', NULL, NULL, NULL),
|
||
(22, 'fr_FR', 'Bénin', NULL, NULL, NULL),
|
||
(23, 'fr_FR', 'Bhoutan', NULL, NULL, NULL),
|
||
(24, 'fr_FR', 'Biélorussie', NULL, NULL, NULL),
|
||
(25, 'fr_FR', 'Birmanie', NULL, NULL, NULL),
|
||
(26, 'fr_FR', 'Bolivie', NULL, NULL, NULL),
|
||
(27, 'fr_FR', 'Bosnie-Herzégovine', NULL, NULL, NULL),
|
||
(28, 'fr_FR', 'Botswana', NULL, NULL, NULL),
|
||
(29, 'fr_FR', 'Brésil', NULL, NULL, NULL),
|
||
(30, 'fr_FR', 'Brunei', NULL, NULL, NULL),
|
||
(31, 'fr_FR', 'Bulgarie', NULL, NULL, NULL),
|
||
(32, 'fr_FR', 'Burkina', NULL, NULL, NULL),
|
||
(33, 'fr_FR', 'Burundi', NULL, NULL, NULL),
|
||
(34, 'fr_FR', 'Cambodge', NULL, NULL, NULL),
|
||
(35, 'fr_FR', 'Cameroun', NULL, NULL, NULL),
|
||
(37, 'fr_FR', 'Cap-Vert', NULL, NULL, NULL),
|
||
(38, 'fr_FR', 'Chili', NULL, NULL, NULL),
|
||
(39, 'fr_FR', 'Chine', NULL, NULL, NULL),
|
||
(40, 'fr_FR', 'Chypre', NULL, NULL, NULL),
|
||
(41, 'fr_FR', 'Colombie', NULL, NULL, NULL),
|
||
(42, 'fr_FR', 'Comores', NULL, NULL, NULL),
|
||
(43, 'fr_FR', 'Congo', NULL, NULL, NULL),
|
||
(44, 'fr_FR', 'Cook', NULL, NULL, NULL),
|
||
(45, 'fr_FR', 'Corée du Nord', NULL, NULL, NULL),
|
||
(46, 'fr_FR', 'Corée du Sud', NULL, NULL, NULL),
|
||
(47, 'fr_FR', 'Costa Rica', NULL, NULL, NULL),
|
||
(48, 'fr_FR', 'Côte dIvoire', NULL, NULL, NULL),
|
||
(49, 'fr_FR', 'Croatie', NULL, NULL, NULL),
|
||
(50, 'fr_FR', 'Cuba', NULL, NULL, NULL),
|
||
(51, 'fr_FR', 'Danemark', NULL, NULL, NULL),
|
||
(52, 'fr_FR', 'Djibouti', NULL, NULL, NULL),
|
||
(53, 'fr_FR', 'Dominique', NULL, NULL, NULL),
|
||
(54, 'fr_FR', 'Égypte', NULL, NULL, NULL),
|
||
(55, 'fr_FR', 'Émirats arabes unis', NULL, NULL, NULL),
|
||
(56, 'fr_FR', 'Équateur', NULL, NULL, NULL),
|
||
(57, 'fr_FR', 'Érythrée', NULL, NULL, NULL),
|
||
(58, 'fr_FR', 'Espagne', NULL, NULL, NULL),
|
||
(59, 'fr_FR', 'Estonie', NULL, NULL, NULL),
|
||
(61, 'fr_FR', 'Éthiopie', NULL, NULL, NULL),
|
||
(62, 'fr_FR', 'Fidji', NULL, NULL, NULL),
|
||
(63, 'fr_FR', 'Finlande', NULL, NULL, NULL),
|
||
(64, 'fr_FR', 'France métropolitaine', NULL, NULL, NULL),
|
||
(65, 'fr_FR', 'Gabon', NULL, NULL, NULL),
|
||
(66, 'fr_FR', 'Gambie', NULL, NULL, NULL),
|
||
(67, 'fr_FR', 'Géorgie', NULL, NULL, NULL),
|
||
(68, 'fr_FR', 'Ghana', NULL, NULL, NULL),
|
||
(69, 'fr_FR', 'Grèce', NULL, NULL, NULL),
|
||
(70, 'fr_FR', 'Grenade', NULL, NULL, NULL),
|
||
(71, 'fr_FR', 'Guatemala', NULL, NULL, NULL),
|
||
(72, 'fr_FR', 'Guinée', NULL, NULL, NULL),
|
||
(73, 'fr_FR', 'Guinée-Bissao', NULL, NULL, NULL),
|
||
(74, 'fr_FR', 'Guinée équatoriale', NULL, NULL, NULL),
|
||
(75, 'fr_FR', 'Guyane', NULL, NULL, NULL),
|
||
(76, 'fr_FR', 'Haïti', NULL, NULL, NULL),
|
||
(77, 'fr_FR', 'Honduras', NULL, NULL, NULL),
|
||
(78, 'fr_FR', 'Hongrie', NULL, NULL, NULL),
|
||
(79, 'fr_FR', 'Inde', NULL, NULL, NULL),
|
||
(80, 'fr_FR', 'Indonésie', NULL, NULL, NULL),
|
||
(81, 'fr_FR', 'Iran', NULL, NULL, NULL),
|
||
(82, 'fr_FR', 'Iraq', NULL, NULL, NULL),
|
||
(83, 'fr_FR', 'Irlande', NULL, NULL, NULL),
|
||
(84, 'fr_FR', 'Islande', NULL, NULL, NULL),
|
||
(85, 'fr_FR', 'Israël', NULL, NULL, NULL),
|
||
(86, 'fr_FR', 'Italie', NULL, NULL, NULL),
|
||
(87, 'fr_FR', 'Jamaïque', NULL, NULL, NULL),
|
||
(88, 'fr_FR', 'Japon', NULL, NULL, NULL),
|
||
(89, 'fr_FR', 'Jordanie', NULL, NULL, NULL),
|
||
(90, 'fr_FR', 'Kazakhstan', NULL, NULL, NULL),
|
||
(91, 'fr_FR', 'Kenya', NULL, NULL, NULL),
|
||
(92, 'fr_FR', 'Kirghizistan', NULL, NULL, NULL),
|
||
(93, 'fr_FR', 'Kiribati', NULL, NULL, NULL),
|
||
(94, 'fr_FR', 'Koweït', NULL, NULL, NULL),
|
||
(95, 'fr_FR', 'Laos', NULL, NULL, NULL),
|
||
(96, 'fr_FR', 'Lesotho', NULL, NULL, NULL),
|
||
(97, 'fr_FR', 'Lettonie', NULL, NULL, NULL),
|
||
(98, 'fr_FR', 'Liban', NULL, NULL, NULL),
|
||
(99, 'fr_FR', 'Liberia', NULL, NULL, NULL),
|
||
(100, 'fr_FR', 'Libye', NULL, NULL, NULL),
|
||
(101, 'fr_FR', 'Liechtenstein', NULL, NULL, NULL),
|
||
(102, 'fr_FR', 'Lituanie', NULL, NULL, NULL),
|
||
(103, 'fr_FR', 'Luxembourg', NULL, NULL, NULL),
|
||
(104, 'fr_FR', 'Macédoine', NULL, NULL, NULL),
|
||
(105, 'fr_FR', 'Madagascar', NULL, NULL, NULL),
|
||
(106, 'fr_FR', 'Malaisie', NULL, NULL, NULL),
|
||
(107, 'fr_FR', 'Malawi', NULL, NULL, NULL),
|
||
(108, 'fr_FR', 'Maldives', NULL, NULL, NULL),
|
||
(109, 'fr_FR', 'Mali', NULL, NULL, NULL),
|
||
(110, 'fr_FR', 'Malte', NULL, NULL, NULL),
|
||
(111, 'fr_FR', 'Maroc', NULL, NULL, NULL),
|
||
(112, 'fr_FR', 'Marshall', NULL, NULL, NULL),
|
||
(113, 'fr_FR', 'Maurice', NULL, NULL, NULL),
|
||
(114, 'fr_FR', 'Mauritanie', NULL, NULL, NULL),
|
||
(115, 'fr_FR', 'Mexique', NULL, NULL, NULL),
|
||
(116, 'fr_FR', 'Micronésie', NULL, NULL, NULL),
|
||
(117, 'fr_FR', 'Moldavie', NULL, NULL, NULL),
|
||
(118, 'fr_FR', 'Principauté de Monaco', NULL, NULL, NULL),
|
||
(119, 'fr_FR', 'Mongolie', NULL, NULL, NULL),
|
||
(120, 'fr_FR', 'Mozambique', NULL, NULL, NULL),
|
||
(121, 'fr_FR', 'Namibie', NULL, NULL, NULL),
|
||
(122, 'fr_FR', 'Nauru', NULL, NULL, NULL),
|
||
(123, 'fr_FR', 'Népal', NULL, NULL, NULL),
|
||
(124, 'fr_FR', 'Nicaragua', NULL, NULL, NULL),
|
||
(125, 'fr_FR', 'Niger', NULL, NULL, NULL),
|
||
(126, 'fr_FR', 'Nigeria', NULL, NULL, NULL),
|
||
(127, 'fr_FR', 'Niue', NULL, NULL, NULL),
|
||
(128, 'fr_FR', 'Norvège', NULL, NULL, NULL),
|
||
(129, 'fr_FR', 'Nouvelle-Zélande', NULL, NULL, NULL),
|
||
(130, 'fr_FR', 'Oman', NULL, NULL, NULL),
|
||
(131, 'fr_FR', 'Ouganda', NULL, NULL, NULL),
|
||
(132, 'fr_FR', 'Ouzbékistan', NULL, NULL, NULL),
|
||
(133, 'fr_FR', 'Pakistan', NULL, NULL, NULL),
|
||
(134, 'fr_FR', 'Panama', NULL, NULL, NULL),
|
||
(135, 'fr_FR', 'Papouasie', NULL, NULL, NULL),
|
||
(136, 'fr_FR', 'Paraguay', NULL, NULL, NULL),
|
||
(137, 'fr_FR', 'Pays-Bas', NULL, NULL, NULL),
|
||
(138, 'fr_FR', 'Pérou', NULL, NULL, NULL),
|
||
(139, 'fr_FR', 'Philippines', NULL, NULL, NULL),
|
||
(140, 'fr_FR', 'Pologne', NULL, NULL, NULL),
|
||
(141, 'fr_FR', 'Portugal', NULL, NULL, NULL),
|
||
(142, 'fr_FR', 'Qatar', NULL, NULL, NULL),
|
||
(143, 'fr_FR', 'République centrafricaine', NULL, NULL, NULL),
|
||
(144, 'fr_FR', 'République dominicaine', NULL, NULL, NULL),
|
||
(145, 'fr_FR', 'République tchèque', NULL, NULL, NULL),
|
||
(146, 'fr_FR', 'Roumanie', NULL, NULL, NULL),
|
||
(147, 'fr_FR', 'Royaume-Uni', NULL, NULL, NULL),
|
||
(148, 'fr_FR', 'Russie', NULL, NULL, NULL),
|
||
(149, 'fr_FR', 'Rwanda', NULL, NULL, NULL),
|
||
(150, 'fr_FR', 'Saint-Christophe-et-Niévès', NULL, NULL, NULL),
|
||
(151, 'fr_FR', 'Sainte-Lucie', NULL, NULL, NULL),
|
||
(152, 'fr_FR', 'Saint-Marin', NULL, NULL, NULL),
|
||
(153, 'fr_FR', 'Saint-Vincent-et-les Grenadines', NULL, NULL, NULL),
|
||
(154, 'fr_FR', 'Salomon', NULL, NULL, NULL),
|
||
(155, 'fr_FR', 'Salvador', NULL, NULL, NULL),
|
||
(156, 'fr_FR', 'Samoa occidentales', NULL, NULL, NULL),
|
||
(157, 'fr_FR', 'Sao Tomé-et-Principe', NULL, NULL, NULL),
|
||
(158, 'fr_FR', 'Sénégal', NULL, NULL, NULL),
|
||
(159, 'fr_FR', 'Seychelles', NULL, NULL, NULL),
|
||
(160, 'fr_FR', 'Sierra Léone', NULL, NULL, NULL),
|
||
(161, 'fr_FR', 'Singapour', NULL, NULL, NULL),
|
||
(162, 'fr_FR', 'Slovaquie', NULL, NULL, NULL),
|
||
(163, 'fr_FR', 'Slovénie', NULL, NULL, NULL),
|
||
(164, 'fr_FR', 'Somalie', NULL, NULL, NULL),
|
||
(165, 'fr_FR', 'Soudan', NULL, NULL, NULL),
|
||
(166, 'fr_FR', 'Sri Lanka', NULL, NULL, NULL),
|
||
(167, 'fr_FR', 'Suède', NULL, NULL, NULL),
|
||
(168, 'fr_FR', 'Suisse', NULL, NULL, NULL),
|
||
(169, 'fr_FR', 'Suriname', NULL, NULL, NULL),
|
||
(170, 'fr_FR', 'Swaziland', NULL, NULL, NULL),
|
||
(171, 'fr_FR', 'Syrie', NULL, NULL, NULL),
|
||
(172, 'fr_FR', 'Tadjikistan', NULL, NULL, NULL),
|
||
(173, 'fr_FR', 'Tanzanie', NULL, NULL, NULL),
|
||
(174, 'fr_FR', 'Tchad', NULL, NULL, NULL),
|
||
(175, 'fr_FR', 'Thaïlande', NULL, NULL, NULL),
|
||
(176, 'fr_FR', 'Togo', NULL, NULL, NULL),
|
||
(177, 'fr_FR', 'Îles Tonga', NULL, NULL, NULL),
|
||
(178, 'fr_FR', 'Trinité-et-Tobago', NULL, NULL, NULL),
|
||
(179, 'fr_FR', 'Tunisie', NULL, NULL, NULL),
|
||
(180, 'fr_FR', 'Turkménistan', NULL, NULL, NULL),
|
||
(181, 'fr_FR', 'Turquie', NULL, NULL, NULL),
|
||
(182, 'fr_FR', 'Tuvalu', NULL, NULL, NULL),
|
||
(183, 'fr_FR', 'Ukraine', NULL, NULL, NULL),
|
||
(184, 'fr_FR', 'Uruguay', NULL, NULL, NULL),
|
||
(185, 'fr_FR', 'Vatican', NULL, NULL, NULL),
|
||
(186, 'fr_FR', 'Vanuatu', NULL, NULL, NULL),
|
||
(187, 'fr_FR', 'Vénézuela', NULL, NULL, NULL),
|
||
(188, 'fr_FR', 'Viêt Nam', NULL, NULL, NULL),
|
||
(189, 'fr_FR', 'Yémen', NULL, NULL, NULL),
|
||
(191, 'fr_FR', 'Zaïre', NULL, NULL, NULL),
|
||
(192, 'fr_FR', 'Zambie', NULL, NULL, NULL),
|
||
(193, 'fr_FR', 'Zimbabwe', NULL, NULL, NULL),
|
||
(196, 'fr_FR', 'États-Unis', NULL, NULL, NULL),
|
||
(246, 'fr_FR', 'Canada', NULL, NULL, NULL),
|
||
(259, 'fr_FR', 'Guadeloupe', NULL, NULL, NULL),
|
||
(260, 'fr_FR', 'Guyane Française', NULL, NULL, NULL),
|
||
(261, 'fr_FR', 'Martinique', NULL, NULL, NULL),
|
||
(262, 'fr_FR', 'Mayotte', NULL, NULL, NULL),
|
||
(263, 'fr_FR', 'Réunion(La)', NULL, NULL, NULL),
|
||
(264, 'fr_FR', 'St Pierre et Miquelon', NULL, NULL, NULL),
|
||
(265, 'fr_FR', 'Nouvelle-Calédonie', NULL, NULL, NULL),
|
||
(266, 'fr_FR', 'Polynésie française', NULL, NULL, NULL),
|
||
(267, 'fr_FR', 'Wallis-et-Futuna', NULL, NULL, NULL),
|
||
(269, 'fr_FR', 'Hong Kong', NULL, NULL, NULL),
|
||
(270, 'fr_FR', 'Saint-Barthélemy', NULL, NULL, NULL),
|
||
(271, 'fr_FR', 'Saint-Martin (Antilles françaises)', NULL, NULL, NULL),
|
||
(272, 'fr_FR', 'Terres australes et antarctiques françaises', NULL, NULL, NULL)
|
||
;
|
||
|
||
INSERT INTO `state_i18n` (`id`, `locale`, `title`) VALUES
|
||
|
||
(1, 'de_DE', NULL),
|
||
(2, 'de_DE', NULL),
|
||
(3, 'de_DE', NULL),
|
||
(4, 'de_DE', NULL),
|
||
(5, 'de_DE', NULL),
|
||
(6, 'de_DE', NULL),
|
||
(7, 'de_DE', NULL),
|
||
(8, 'de_DE', NULL),
|
||
(9, 'de_DE', NULL),
|
||
(10, 'de_DE', 'Georgien'),
|
||
(11, 'de_DE', NULL),
|
||
(12, 'de_DE', NULL),
|
||
(13, 'de_DE', NULL),
|
||
(14, 'de_DE', NULL),
|
||
(15, 'de_DE', NULL),
|
||
(16, 'de_DE', NULL),
|
||
(17, 'de_DE', NULL),
|
||
(18, 'de_DE', NULL),
|
||
(19, 'de_DE', NULL),
|
||
(20, 'de_DE', NULL),
|
||
(21, 'de_DE', NULL),
|
||
(22, 'de_DE', NULL),
|
||
(23, 'de_DE', NULL),
|
||
(24, 'de_DE', NULL),
|
||
(25, 'de_DE', NULL),
|
||
(26, 'de_DE', NULL),
|
||
(27, 'de_DE', NULL),
|
||
(28, 'de_DE', NULL),
|
||
(29, 'de_DE', NULL),
|
||
(30, 'de_DE', NULL),
|
||
(31, 'de_DE', NULL),
|
||
(32, 'de_DE', 'New York'),
|
||
(33, 'de_DE', NULL),
|
||
(34, 'de_DE', NULL),
|
||
(35, 'de_DE', NULL),
|
||
(36, 'de_DE', NULL),
|
||
(37, 'de_DE', NULL),
|
||
(38, 'de_DE', NULL),
|
||
(39, 'de_DE', NULL),
|
||
(40, 'de_DE', NULL),
|
||
(41, 'de_DE', NULL),
|
||
(42, 'de_DE', NULL),
|
||
(43, 'de_DE', NULL),
|
||
(44, 'de_DE', NULL),
|
||
(45, 'de_DE', NULL),
|
||
(46, 'de_DE', NULL),
|
||
(47, 'de_DE', NULL),
|
||
(48, 'de_DE', NULL),
|
||
(49, 'de_DE', NULL),
|
||
(50, 'de_DE', NULL),
|
||
(51, 'de_DE', NULL),
|
||
(52, 'de_DE', NULL),
|
||
(53, 'de_DE', NULL),
|
||
(54, 'de_DE', NULL),
|
||
(55, 'de_DE', NULL),
|
||
(56, 'de_DE', NULL),
|
||
(57, 'de_DE', NULL),
|
||
(58, 'de_DE', NULL),
|
||
(59, 'de_DE', NULL),
|
||
(60, 'de_DE', NULL),
|
||
(61, 'de_DE', NULL),
|
||
(62, 'de_DE', NULL),
|
||
(63, 'de_DE', NULL),
|
||
(64, 'de_DE', NULL),
|
||
(65, 'de_DE', NULL),
|
||
(66, 'de_DE', NULL),
|
||
(67, 'de_DE', NULL),
|
||
(68, 'de_DE', NULL),
|
||
(69, 'de_DE', NULL),
|
||
(70, 'de_DE', NULL),
|
||
(71, 'de_DE', NULL),
|
||
(72, 'de_DE', NULL),
|
||
(73, 'de_DE', NULL),
|
||
(74, 'de_DE', NULL),
|
||
(75, 'de_DE', NULL),
|
||
(76, 'de_DE', NULL),
|
||
(77, 'de_DE', NULL),
|
||
(78, 'de_DE', NULL),
|
||
(79, 'de_DE', NULL),
|
||
(80, 'de_DE', NULL),
|
||
(81, 'de_DE', NULL),
|
||
(82, 'de_DE', NULL),
|
||
(83, 'de_DE', NULL),
|
||
(84, 'de_DE', NULL),
|
||
(85, 'de_DE', NULL),
|
||
(86, 'de_DE', NULL),
|
||
(87, 'de_DE', NULL),
|
||
(88, 'de_DE', NULL),
|
||
(89, 'de_DE', NULL),
|
||
(90, 'de_DE', NULL),
|
||
(91, 'de_DE', NULL),
|
||
(92, 'de_DE', NULL),
|
||
(93, 'de_DE', NULL),
|
||
(94, 'de_DE', NULL),
|
||
(95, 'de_DE', NULL),
|
||
(96, 'de_DE', NULL),
|
||
(97, 'de_DE', NULL),
|
||
(98, 'de_DE', NULL),
|
||
(99, 'de_DE', NULL),
|
||
(100, 'de_DE', NULL),
|
||
(101, 'de_DE', NULL),
|
||
(102, 'de_DE', NULL),
|
||
(103, 'de_DE', NULL),
|
||
(104, 'de_DE', NULL),
|
||
(105, 'de_DE', NULL),
|
||
(106, 'de_DE', NULL),
|
||
(107, 'de_DE', NULL),
|
||
(108, 'de_DE', NULL),
|
||
(109, 'de_DE', NULL),
|
||
(110, 'de_DE', NULL),
|
||
(111, 'de_DE', NULL),
|
||
(112, 'de_DE', NULL),
|
||
(113, 'de_DE', NULL),
|
||
(114, 'de_DE', NULL),
|
||
(115, 'de_DE', NULL),
|
||
(116, 'de_DE', NULL),
|
||
(117, 'de_DE', NULL),
|
||
(118, 'de_DE', NULL),
|
||
(119, 'de_DE', NULL),
|
||
(120, 'de_DE', NULL),
|
||
(121, 'de_DE', NULL),
|
||
(122, 'de_DE', NULL),
|
||
(123, 'de_DE', NULL),
|
||
(124, 'de_DE', NULL),
|
||
(125, 'de_DE', NULL),
|
||
(126, 'de_DE', NULL),
|
||
(127, 'de_DE', NULL),
|
||
(128, 'de_DE', NULL),
|
||
(129, 'de_DE', NULL),
|
||
(130, 'de_DE', NULL),
|
||
(131, 'de_DE', NULL),
|
||
(132, 'de_DE', NULL),
|
||
(133, 'de_DE', NULL),
|
||
(134, 'de_DE', NULL),
|
||
(135, 'de_DE', NULL),
|
||
(136, 'de_DE', NULL),
|
||
(137, 'de_DE', NULL),
|
||
(138, 'de_DE', NULL),
|
||
(139, 'de_DE', NULL),
|
||
(140, 'de_DE', NULL),
|
||
(141, 'de_DE', NULL),
|
||
(142, 'de_DE', NULL),
|
||
(143, 'de_DE', NULL),
|
||
(144, 'de_DE', NULL),
|
||
(145, 'de_DE', NULL),
|
||
(146, 'de_DE', NULL),
|
||
(147, 'de_DE', NULL),
|
||
(148, 'de_DE', NULL),
|
||
(149, 'de_DE', NULL),
|
||
(150, 'de_DE', NULL),
|
||
(151, 'de_DE', NULL),
|
||
(152, 'de_DE', NULL),
|
||
(153, 'de_DE', NULL),
|
||
(154, 'de_DE', NULL),
|
||
(155, 'de_DE', NULL),
|
||
(156, 'de_DE', NULL),
|
||
(157, 'de_DE', NULL),
|
||
(158, 'de_DE', NULL),
|
||
(159, 'de_DE', NULL),
|
||
(160, 'de_DE', NULL),
|
||
(161, 'de_DE', NULL),
|
||
(162, 'de_DE', NULL),
|
||
(163, 'de_DE', NULL),
|
||
(164, 'de_DE', NULL),
|
||
(165, 'de_DE', NULL),
|
||
(166, 'de_DE', NULL),
|
||
(167, 'de_DE', NULL),
|
||
(168, 'de_DE', NULL),
|
||
(169, 'de_DE', NULL),
|
||
(170, 'de_DE', NULL),
|
||
(171, 'de_DE', NULL),
|
||
(172, 'de_DE', NULL),
|
||
(173, 'de_DE', NULL),
|
||
(174, 'de_DE', NULL),
|
||
(175, 'de_DE', NULL),
|
||
(176, 'de_DE', NULL),
|
||
(177, 'de_DE', NULL),
|
||
(178, 'de_DE', NULL),
|
||
(179, 'de_DE', NULL),
|
||
(180, 'de_DE', NULL),
|
||
(181, 'de_DE', NULL),
|
||
(182, 'de_DE', NULL),
|
||
(183, 'de_DE', NULL),
|
||
(184, 'de_DE', NULL),
|
||
(185, 'de_DE', NULL),
|
||
(186, 'de_DE', NULL),
|
||
(187, 'de_DE', NULL),
|
||
(188, 'de_DE', NULL),
|
||
(189, 'de_DE', NULL),
|
||
(190, 'de_DE', NULL),
|
||
(191, 'de_DE', NULL),
|
||
(192, 'de_DE', NULL),
|
||
(193, 'de_DE', NULL),
|
||
(194, 'de_DE', NULL),
|
||
(195, 'de_DE', NULL),
|
||
(196, 'de_DE', NULL),
|
||
(197, 'de_DE', NULL),
|
||
(198, 'de_DE', NULL),
|
||
(199, 'de_DE', NULL),
|
||
(200, 'de_DE', NULL),
|
||
(201, 'de_DE', NULL),
|
||
(202, 'de_DE', NULL),
|
||
(203, 'de_DE', NULL),
|
||
(204, 'de_DE', NULL),
|
||
(205, 'de_DE', NULL),
|
||
(206, 'de_DE', NULL),
|
||
(207, 'de_DE', NULL),
|
||
(208, 'de_DE', NULL),
|
||
(209, 'de_DE', NULL),
|
||
(210, 'de_DE', NULL),
|
||
(211, 'de_DE', NULL),
|
||
(212, 'de_DE', NULL),
|
||
(213, 'de_DE', NULL),
|
||
(214, 'de_DE', NULL),
|
||
(215, 'de_DE', NULL),
|
||
(216, 'de_DE', NULL),
|
||
(217, 'de_DE', NULL),
|
||
(218, 'de_DE', NULL),
|
||
(219, 'de_DE', NULL),
|
||
(220, 'de_DE', NULL),
|
||
(221, 'de_DE', NULL),
|
||
(222, 'de_DE', NULL),
|
||
(223, 'de_DE', NULL),
|
||
(224, 'de_DE', NULL),
|
||
(225, 'de_DE', NULL),
|
||
(226, 'de_DE', NULL),
|
||
(227, 'de_DE', NULL),
|
||
(228, 'de_DE', NULL),
|
||
(229, 'de_DE', NULL),
|
||
(230, 'de_DE', NULL),
|
||
(231, 'de_DE', NULL),
|
||
(232, 'de_DE', NULL),
|
||
(233, 'de_DE', NULL),
|
||
(234, 'de_DE', NULL),
|
||
(235, 'de_DE', NULL),
|
||
(236, 'de_DE', NULL),
|
||
(237, 'de_DE', NULL),
|
||
(238, 'de_DE', NULL),
|
||
(239, 'de_DE', NULL),
|
||
(240, 'de_DE', NULL),
|
||
(241, 'de_DE', NULL),
|
||
(242, 'de_DE', NULL),
|
||
(243, 'de_DE', NULL),
|
||
(244, 'de_DE', NULL),
|
||
(245, 'de_DE', NULL),
|
||
(246, 'de_DE', NULL),
|
||
(247, 'de_DE', NULL),
|
||
(248, 'de_DE', NULL),
|
||
(249, 'de_DE', NULL),
|
||
(250, 'de_DE', NULL),
|
||
(251, 'de_DE', NULL),
|
||
(252, 'de_DE', NULL),
|
||
(253, 'de_DE', NULL),
|
||
(254, 'de_DE', NULL),
|
||
(255, 'de_DE', NULL),
|
||
(256, 'de_DE', NULL),
|
||
(257, 'de_DE', NULL),
|
||
(258, 'de_DE', NULL),
|
||
(259, 'de_DE', NULL),
|
||
(260, 'de_DE', NULL),
|
||
(261, 'de_DE', NULL),
|
||
(262, 'de_DE', NULL),
|
||
(263, 'de_DE', NULL),
|
||
(264, 'de_DE', NULL),
|
||
(265, 'de_DE', NULL),
|
||
(266, 'de_DE', NULL),
|
||
(267, 'de_DE', NULL),
|
||
(268, 'de_DE', NULL),
|
||
(269, 'de_DE', NULL),
|
||
(270, 'de_DE', NULL),
|
||
(271, 'de_DE', NULL),
|
||
(272, 'de_DE', NULL),
|
||
(273, 'de_DE', NULL),
|
||
(274, 'de_DE', NULL),
|
||
(275, 'de_DE', NULL),
|
||
(276, 'de_DE', NULL),
|
||
(277, 'de_DE', NULL),
|
||
(278, 'de_DE', NULL),
|
||
(279, 'de_DE', NULL),
|
||
(280, 'de_DE', NULL),
|
||
(281, 'de_DE', NULL),
|
||
(282, 'de_DE', NULL),
|
||
(283, 'de_DE', NULL),
|
||
(284, 'de_DE', NULL),
|
||
(285, 'de_DE', NULL),
|
||
(286, 'de_DE', NULL),
|
||
(287, 'de_DE', NULL),
|
||
(288, 'de_DE', NULL),
|
||
(289, 'de_DE', NULL),
|
||
(290, 'de_DE', NULL),
|
||
(291, 'de_DE', NULL),
|
||
(292, 'de_DE', NULL),
|
||
(293, 'de_DE', NULL),
|
||
(294, 'de_DE', NULL),
|
||
(295, 'de_DE', NULL),
|
||
(296, 'de_DE', NULL),
|
||
(297, 'de_DE', NULL),
|
||
(298, 'de_DE', NULL),
|
||
(299, 'de_DE', NULL),
|
||
(300, 'de_DE', NULL),
|
||
(301, 'de_DE', NULL),
|
||
(302, 'de_DE', NULL),
|
||
(303, 'de_DE', NULL),
|
||
(304, 'de_DE', NULL),
|
||
(305, 'de_DE', NULL),
|
||
(306, 'de_DE', NULL),
|
||
(307, 'de_DE', NULL),
|
||
(308, 'de_DE', NULL),
|
||
(309, 'de_DE', NULL),
|
||
(310, 'de_DE', NULL),
|
||
(311, 'de_DE', NULL),
|
||
(312, 'de_DE', NULL),
|
||
|
||
(1, 'en_US', 'Alabama'),
|
||
(2, 'en_US', 'Alaska'),
|
||
(3, 'en_US', 'Arizona'),
|
||
(4, 'en_US', 'Arkansas'),
|
||
(5, 'en_US', 'California'),
|
||
(6, 'en_US', 'Colorado'),
|
||
(7, 'en_US', 'Connecticut'),
|
||
(8, 'en_US', 'Delaware'),
|
||
(9, 'en_US', 'Florida'),
|
||
(10, 'en_US', 'Georgia'),
|
||
(11, 'en_US', 'Hawaii'),
|
||
(12, 'en_US', 'Idaho'),
|
||
(13, 'en_US', 'Illinois'),
|
||
(14, 'en_US', 'Indiana'),
|
||
(15, 'en_US', 'Iowa'),
|
||
(16, 'en_US', 'Kansas'),
|
||
(17, 'en_US', 'Kentucky'),
|
||
(18, 'en_US', 'Louisiana'),
|
||
(19, 'en_US', 'Maine'),
|
||
(20, 'en_US', 'Maryland'),
|
||
(21, 'en_US', 'Massachusetts'),
|
||
(22, 'en_US', 'Michigan'),
|
||
(23, 'en_US', 'Minnesota'),
|
||
(24, 'en_US', 'Mississippi'),
|
||
(25, 'en_US', 'Missouri'),
|
||
(26, 'en_US', 'Montana'),
|
||
(27, 'en_US', 'Nebraska'),
|
||
(28, 'en_US', 'Nevada'),
|
||
(29, 'en_US', 'New Hampshire'),
|
||
(30, 'en_US', 'New Jersey'),
|
||
(31, 'en_US', 'New Mexico'),
|
||
(32, 'en_US', 'New York'),
|
||
(33, 'en_US', 'North Carolina'),
|
||
(34, 'en_US', 'North Dakota'),
|
||
(35, 'en_US', 'Ohio'),
|
||
(36, 'en_US', 'Oklahoma'),
|
||
(37, 'en_US', 'Oregon'),
|
||
(38, 'en_US', 'Pennsylvania'),
|
||
(39, 'en_US', 'Rhode Island'),
|
||
(40, 'en_US', 'South Carolina'),
|
||
(41, 'en_US', 'South Dakota'),
|
||
(42, 'en_US', 'Tennessee'),
|
||
(43, 'en_US', 'Texas'),
|
||
(44, 'en_US', 'Utah'),
|
||
(45, 'en_US', 'Vermont'),
|
||
(46, 'en_US', 'Virginia'),
|
||
(47, 'en_US', 'Washington'),
|
||
(48, 'en_US', 'West Virginia'),
|
||
(49, 'en_US', 'Wisconsin'),
|
||
(50, 'en_US', 'Wyoming'),
|
||
(51, 'en_US', 'Puerto Rico'),
|
||
(52, 'en_US', 'US Virgin Islands'),
|
||
(53, 'en_US', 'District of Columbia'),
|
||
(54, 'en_US', 'Aguascalientes'),
|
||
(55, 'en_US', 'Baja California'),
|
||
(56, 'en_US', 'Baja California Sur'),
|
||
(57, 'en_US', 'Campeche'),
|
||
(58, 'en_US', 'Chiapas'),
|
||
(59, 'en_US', 'Chihuahua'),
|
||
(60, 'en_US', 'Coahuila'),
|
||
(61, 'en_US', 'Colima'),
|
||
(62, 'en_US', 'Distrito Federal'),
|
||
(63, 'en_US', 'Durango'),
|
||
(64, 'en_US', 'Guanajuato'),
|
||
(65, 'en_US', 'Guerrero'),
|
||
(66, 'en_US', 'Hidalgo'),
|
||
(67, 'en_US', 'Jalisco'),
|
||
(68, 'en_US', 'Estado de México'),
|
||
(69, 'en_US', 'Michoacán'),
|
||
(70, 'en_US', 'Morelos'),
|
||
(71, 'en_US', 'Nayarit'),
|
||
(72, 'en_US', 'Nuevo León'),
|
||
(73, 'en_US', 'Oaxaca'),
|
||
(74, 'en_US', 'Puebla'),
|
||
(75, 'en_US', 'Querétaro'),
|
||
(76, 'en_US', 'Quintana Roo'),
|
||
(77, 'en_US', 'San Luis Potosí'),
|
||
(78, 'en_US', 'Sinaloa'),
|
||
(79, 'en_US', 'Sonora'),
|
||
(80, 'en_US', 'Tabasco'),
|
||
(81, 'en_US', 'Tamaulipas'),
|
||
(82, 'en_US', 'Tlaxcala'),
|
||
(83, 'en_US', 'Veracruz'),
|
||
(84, 'en_US', 'Yucatán'),
|
||
(85, 'en_US', 'Zacatecas'),
|
||
(86, 'en_US', 'Ontario'),
|
||
(87, 'en_US', 'Quebec'),
|
||
(88, 'en_US', 'British Columbia'),
|
||
(89, 'en_US', 'Alberta'),
|
||
(90, 'en_US', 'Manitoba'),
|
||
(91, 'en_US', 'Saskatchewan'),
|
||
(92, 'en_US', 'Nova Scotia'),
|
||
(93, 'en_US', 'New Brunswick'),
|
||
(94, 'en_US', 'Newfoundland and Labrador'),
|
||
(95, 'en_US', 'Prince Edward Island'),
|
||
(96, 'en_US', 'Northwest Territories'),
|
||
(97, 'en_US', 'Yukon'),
|
||
(98, 'en_US', 'Nunavut'),
|
||
(99, 'en_US', 'Buenos Aires'),
|
||
(100, 'en_US', 'Catamarca'),
|
||
(101, 'en_US', 'Chaco'),
|
||
(102, 'en_US', 'Chubut'),
|
||
(103, 'en_US', 'Ciudad de Buenos Aires'),
|
||
(104, 'en_US', 'Córdoba'),
|
||
(105, 'en_US', 'Corrientes'),
|
||
(106, 'en_US', 'Entre Ríos'),
|
||
(107, 'en_US', 'Formosa'),
|
||
(108, 'en_US', 'Jujuy'),
|
||
(109, 'en_US', 'La Pampa'),
|
||
(110, 'en_US', 'La Rioja'),
|
||
(111, 'en_US', 'Mendoza'),
|
||
(112, 'en_US', 'Misiones'),
|
||
(113, 'en_US', 'Neuquén'),
|
||
(114, 'en_US', 'Río Negro'),
|
||
(115, 'en_US', 'Salta'),
|
||
(116, 'en_US', 'San Juan'),
|
||
(117, 'en_US', 'San Luis'),
|
||
(118, 'en_US', 'Santa Cruz'),
|
||
(119, 'en_US', 'Santa Fe'),
|
||
(120, 'en_US', 'Santiago del Estero'),
|
||
(121, 'en_US', 'Tierra del Fuego'),
|
||
(122, 'en_US', 'Tucumán'),
|
||
(123, 'en_US', 'Agrigento'),
|
||
(124, 'en_US', 'Alessandria'),
|
||
(125, 'en_US', 'Ancona'),
|
||
(126, 'en_US', 'Aosta'),
|
||
(127, 'en_US', 'Arezzo'),
|
||
(128, 'en_US', 'Ascoli Piceno'),
|
||
(129, 'en_US', 'Asti'),
|
||
(130, 'en_US', 'Avellino'),
|
||
(131, 'en_US', 'Bari'),
|
||
(132, 'en_US', 'Barletta-Andria-Trani'),
|
||
(133, 'en_US', 'Belluno'),
|
||
(134, 'en_US', 'Benevento'),
|
||
(135, 'en_US', 'Bergamo'),
|
||
(136, 'en_US', 'Biella'),
|
||
(137, 'en_US', 'Bologna'),
|
||
(138, 'en_US', 'Bolzano'),
|
||
(139, 'en_US', 'Brescia'),
|
||
(140, 'en_US', 'Brindisi'),
|
||
(141, 'en_US', 'Cagliari'),
|
||
(142, 'en_US', 'Caltanissetta'),
|
||
(143, 'en_US', 'Campobasso'),
|
||
(144, 'en_US', 'Carbonia-Iglesias'),
|
||
(145, 'en_US', 'Caserta'),
|
||
(146, 'en_US', 'Catania'),
|
||
(147, 'en_US', 'Catanzaro'),
|
||
(148, 'en_US', 'Chieti'),
|
||
(149, 'en_US', 'Como'),
|
||
(150, 'en_US', 'Cosenza'),
|
||
(151, 'en_US', 'Cremona'),
|
||
(152, 'en_US', 'Crotone'),
|
||
(153, 'en_US', 'Cuneo'),
|
||
(154, 'en_US', 'Enna'),
|
||
(155, 'en_US', 'Fermo'),
|
||
(156, 'en_US', 'Ferrara'),
|
||
(157, 'en_US', 'Firenze'),
|
||
(158, 'en_US', 'Foggia'),
|
||
(159, 'en_US', 'Forlì-Cesena'),
|
||
(160, 'en_US', 'Frosinone'),
|
||
(161, 'en_US', 'Genova'),
|
||
(162, 'en_US', 'Gorizia'),
|
||
(163, 'en_US', 'Grosseto'),
|
||
(164, 'en_US', 'Imperia'),
|
||
(165, 'en_US', 'Isernia'),
|
||
(166, 'en_US', 'L\'Aquila'),
|
||
(167, 'en_US', 'La Spezia'),
|
||
(168, 'en_US', 'Latina'),
|
||
(169, 'en_US', 'Lecce'),
|
||
(170, 'en_US', 'Lecco'),
|
||
(171, 'en_US', 'Livorno'),
|
||
(172, 'en_US', 'Lodi'),
|
||
(173, 'en_US', 'Lucca'),
|
||
(174, 'en_US', 'Macerata'),
|
||
(175, 'en_US', 'Mantova'),
|
||
(176, 'en_US', 'Massa'),
|
||
(177, 'en_US', 'Matera'),
|
||
(178, 'en_US', 'Medio Campidano'),
|
||
(179, 'en_US', 'Messina'),
|
||
(180, 'en_US', 'Milano'),
|
||
(181, 'en_US', 'Modena'),
|
||
(182, 'en_US', 'Monza e della Brianza'),
|
||
(183, 'en_US', 'Napoli'),
|
||
(184, 'en_US', 'Novara'),
|
||
(185, 'en_US', 'Nuoro'),
|
||
(186, 'en_US', 'Ogliastra'),
|
||
(187, 'en_US', 'Olbia-Tempio'),
|
||
(188, 'en_US', 'Oristano'),
|
||
(189, 'en_US', 'Padova'),
|
||
(190, 'en_US', 'Palermo'),
|
||
(191, 'en_US', 'Parma'),
|
||
(192, 'en_US', 'Pavia'),
|
||
(193, 'en_US', 'Perugia'),
|
||
(194, 'en_US', 'Pesaro-Urbino'),
|
||
(195, 'en_US', 'Pescara'),
|
||
(196, 'en_US', 'Piacenza'),
|
||
(197, 'en_US', 'Pisa'),
|
||
(198, 'en_US', 'Pistoia'),
|
||
(199, 'en_US', 'Pordenone'),
|
||
(200, 'en_US', 'Potenza'),
|
||
(201, 'en_US', 'Prato'),
|
||
(202, 'en_US', 'Ragusa'),
|
||
(203, 'en_US', 'Ravenna'),
|
||
(204, 'en_US', 'Reggio Calabria'),
|
||
(205, 'en_US', 'Reggio Emilia'),
|
||
(206, 'en_US', 'Rieti'),
|
||
(207, 'en_US', 'Rimini'),
|
||
(208, 'en_US', 'Roma'),
|
||
(209, 'en_US', 'Rovigo'),
|
||
(210, 'en_US', 'Salerno'),
|
||
(211, 'en_US', 'Sassari'),
|
||
(212, 'en_US', 'Savona'),
|
||
(213, 'en_US', 'Siena'),
|
||
(214, 'en_US', 'Siracusa'),
|
||
(215, 'en_US', 'Sondrio'),
|
||
(216, 'en_US', 'Taranto'),
|
||
(217, 'en_US', 'Teramo'),
|
||
(218, 'en_US', 'Terni'),
|
||
(219, 'en_US', 'Torino'),
|
||
(220, 'en_US', 'Trapani'),
|
||
(221, 'en_US', 'Trento'),
|
||
(222, 'en_US', 'Treviso'),
|
||
(223, 'en_US', 'Trieste'),
|
||
(224, 'en_US', 'Udine'),
|
||
(225, 'en_US', 'Varese'),
|
||
(226, 'en_US', 'Venezia'),
|
||
(227, 'en_US', 'Verbano-Cusio-Ossola'),
|
||
(228, 'en_US', 'Vercelli'),
|
||
(229, 'en_US', 'Verona'),
|
||
(230, 'en_US', 'Vibo Valentia'),
|
||
(231, 'en_US', 'Vicenza'),
|
||
(232, 'en_US', 'Viterbo'),
|
||
(233, 'en_US', 'Aceh'),
|
||
(234, 'en_US', 'Bali'),
|
||
(235, 'en_US', 'Bangka'),
|
||
(236, 'en_US', 'Banten'),
|
||
(237, 'en_US', 'Bengkulu'),
|
||
(238, 'en_US', 'Central Java'),
|
||
(239, 'en_US', 'Central Kalimantan'),
|
||
(240, 'en_US', 'Central Sulawesi'),
|
||
(241, 'en_US', 'Coat of arms of East Java'),
|
||
(242, 'en_US', 'East kalimantan'),
|
||
(243, 'en_US', 'East Nusa Tenggara'),
|
||
(244, 'en_US', 'Lambang propinsi'),
|
||
(245, 'en_US', 'Jakarta'),
|
||
(246, 'en_US', 'Jambi'),
|
||
(247, 'en_US', 'Lampung'),
|
||
(248, 'en_US', 'Maluku'),
|
||
(249, 'en_US', 'North Maluku'),
|
||
(250, 'en_US', 'North Sulawesi'),
|
||
(251, 'en_US', 'North Sumatra'),
|
||
(252, 'en_US', 'Papua'),
|
||
(253, 'en_US', 'Riau'),
|
||
(254, 'en_US', 'Lambang Riau'),
|
||
(255, 'en_US', 'Southeast Sulawesi'),
|
||
(256, 'en_US', 'South Kalimantan'),
|
||
(257, 'en_US', 'South Sulawesi'),
|
||
(258, 'en_US', 'South Sumatra'),
|
||
(259, 'en_US', 'West Java'),
|
||
(260, 'en_US', 'West Kalimantan'),
|
||
(261, 'en_US', 'West Nusa Tenggara'),
|
||
(262, 'en_US', 'Lambang Provinsi Papua Barat'),
|
||
(263, 'en_US', 'West Sulawesi'),
|
||
(264, 'en_US', 'West Sumatra'),
|
||
(265, 'en_US', 'Yogyakarta'),
|
||
(266, 'en_US', 'Aichi'),
|
||
(267, 'en_US', 'Akita'),
|
||
(268, 'en_US', 'Aomori'),
|
||
(269, 'en_US', 'Chiba'),
|
||
(270, 'en_US', 'Ehime'),
|
||
(271, 'en_US', 'Fukui'),
|
||
(272, 'en_US', 'Fukuoka'),
|
||
(273, 'en_US', 'Fukushima'),
|
||
(274, 'en_US', 'Gifu'),
|
||
(275, 'en_US', 'Gunma'),
|
||
(276, 'en_US', 'Hiroshima'),
|
||
(277, 'en_US', 'Hokkaido'),
|
||
(278, 'en_US', 'Hyogo'),
|
||
(279, 'en_US', 'Ibaraki'),
|
||
(280, 'en_US', 'Ishikawa'),
|
||
(281, 'en_US', 'Iwate'),
|
||
(282, 'en_US', 'Kagawa'),
|
||
(283, 'en_US', 'Kagoshima'),
|
||
(284, 'en_US', 'Kanagawa'),
|
||
(285, 'en_US', 'Kochi'),
|
||
(286, 'en_US', 'Kumamoto'),
|
||
(287, 'en_US', 'Kyoto'),
|
||
(288, 'en_US', 'Mie'),
|
||
(289, 'en_US', 'Miyagi'),
|
||
(290, 'en_US', 'Miyazaki'),
|
||
(291, 'en_US', 'Nagano'),
|
||
(292, 'en_US', 'Nagasaki'),
|
||
(293, 'en_US', 'Nara'),
|
||
(294, 'en_US', 'Niigata'),
|
||
(295, 'en_US', 'Oita'),
|
||
(296, 'en_US', 'Okayama'),
|
||
(297, 'en_US', 'Okinawa'),
|
||
(298, 'en_US', 'Osaka'),
|
||
(299, 'en_US', 'Saga'),
|
||
(300, 'en_US', 'Saitama'),
|
||
(301, 'en_US', 'Shiga'),
|
||
(302, 'en_US', 'Shimane'),
|
||
(303, 'en_US', 'Shizuoka'),
|
||
(304, 'en_US', 'Tochigi'),
|
||
(305, 'en_US', 'Tokushima'),
|
||
(306, 'en_US', 'Tokyo'),
|
||
(307, 'en_US', 'Tottori'),
|
||
(308, 'en_US', 'Toyama'),
|
||
(309, 'en_US', 'Wakayama'),
|
||
(310, 'en_US', 'Yamagata'),
|
||
(311, 'en_US', 'Yamaguchi'),
|
||
(312, 'en_US', 'Yamanashi'),
|
||
|
||
(1, 'es_ES', NULL),
|
||
(2, 'es_ES', NULL),
|
||
(3, 'es_ES', NULL),
|
||
(4, 'es_ES', NULL),
|
||
(5, 'es_ES', NULL),
|
||
(6, 'es_ES', NULL),
|
||
(7, 'es_ES', NULL),
|
||
(8, 'es_ES', NULL),
|
||
(9, 'es_ES', NULL),
|
||
(10, 'es_ES', 'Georgia'),
|
||
(11, 'es_ES', NULL),
|
||
(12, 'es_ES', NULL),
|
||
(13, 'es_ES', NULL),
|
||
(14, 'es_ES', NULL),
|
||
(15, 'es_ES', NULL),
|
||
(16, 'es_ES', NULL),
|
||
(17, 'es_ES', NULL),
|
||
(18, 'es_ES', NULL),
|
||
(19, 'es_ES', NULL),
|
||
(20, 'es_ES', NULL),
|
||
(21, 'es_ES', NULL),
|
||
(22, 'es_ES', NULL),
|
||
(23, 'es_ES', NULL),
|
||
(24, 'es_ES', NULL),
|
||
(25, 'es_ES', NULL),
|
||
(26, 'es_ES', NULL),
|
||
(27, 'es_ES', NULL),
|
||
(28, 'es_ES', NULL),
|
||
(29, 'es_ES', NULL),
|
||
(30, 'es_ES', NULL),
|
||
(31, 'es_ES', NULL),
|
||
(32, 'es_ES', 'Nueva York'),
|
||
(33, 'es_ES', NULL),
|
||
(34, 'es_ES', NULL),
|
||
(35, 'es_ES', NULL),
|
||
(36, 'es_ES', NULL),
|
||
(37, 'es_ES', NULL),
|
||
(38, 'es_ES', NULL),
|
||
(39, 'es_ES', NULL),
|
||
(40, 'es_ES', NULL),
|
||
(41, 'es_ES', NULL),
|
||
(42, 'es_ES', NULL),
|
||
(43, 'es_ES', NULL),
|
||
(44, 'es_ES', NULL),
|
||
(45, 'es_ES', NULL),
|
||
(46, 'es_ES', NULL),
|
||
(47, 'es_ES', NULL),
|
||
(48, 'es_ES', NULL),
|
||
(49, 'es_ES', NULL),
|
||
(50, 'es_ES', NULL),
|
||
(51, 'es_ES', NULL),
|
||
(52, 'es_ES', NULL),
|
||
(53, 'es_ES', NULL),
|
||
(54, 'es_ES', NULL),
|
||
(55, 'es_ES', NULL),
|
||
(56, 'es_ES', NULL),
|
||
(57, 'es_ES', NULL),
|
||
(58, 'es_ES', NULL),
|
||
(59, 'es_ES', NULL),
|
||
(60, 'es_ES', NULL),
|
||
(61, 'es_ES', NULL),
|
||
(62, 'es_ES', 'Ciudad de México'),
|
||
(63, 'es_ES', NULL),
|
||
(64, 'es_ES', NULL),
|
||
(65, 'es_ES', NULL),
|
||
(66, 'es_ES', NULL),
|
||
(67, 'es_ES', NULL),
|
||
(68, 'es_ES', NULL),
|
||
(69, 'es_ES', NULL),
|
||
(70, 'es_ES', NULL),
|
||
(71, 'es_ES', NULL),
|
||
(72, 'es_ES', NULL),
|
||
(73, 'es_ES', NULL),
|
||
(74, 'es_ES', NULL),
|
||
(75, 'es_ES', NULL),
|
||
(76, 'es_ES', NULL),
|
||
(77, 'es_ES', NULL),
|
||
(78, 'es_ES', NULL),
|
||
(79, 'es_ES', NULL),
|
||
(80, 'es_ES', NULL),
|
||
(81, 'es_ES', NULL),
|
||
(82, 'es_ES', NULL),
|
||
(83, 'es_ES', NULL),
|
||
(84, 'es_ES', NULL),
|
||
(85, 'es_ES', NULL),
|
||
(86, 'es_ES', NULL),
|
||
(87, 'es_ES', NULL),
|
||
(88, 'es_ES', NULL),
|
||
(89, 'es_ES', NULL),
|
||
(90, 'es_ES', NULL),
|
||
(91, 'es_ES', NULL),
|
||
(92, 'es_ES', NULL),
|
||
(93, 'es_ES', NULL),
|
||
(94, 'es_ES', NULL),
|
||
(95, 'es_ES', NULL),
|
||
(96, 'es_ES', NULL),
|
||
(97, 'es_ES', NULL),
|
||
(98, 'es_ES', NULL),
|
||
(99, 'es_ES', NULL),
|
||
(100, 'es_ES', NULL),
|
||
(101, 'es_ES', NULL),
|
||
(102, 'es_ES', NULL),
|
||
(103, 'es_ES', NULL),
|
||
(104, 'es_ES', NULL),
|
||
(105, 'es_ES', NULL),
|
||
(106, 'es_ES', NULL),
|
||
(107, 'es_ES', NULL),
|
||
(108, 'es_ES', NULL),
|
||
(109, 'es_ES', NULL),
|
||
(110, 'es_ES', NULL),
|
||
(111, 'es_ES', NULL),
|
||
(112, 'es_ES', NULL),
|
||
(113, 'es_ES', NULL),
|
||
(114, 'es_ES', NULL),
|
||
(115, 'es_ES', NULL),
|
||
(116, 'es_ES', NULL),
|
||
(117, 'es_ES', NULL),
|
||
(118, 'es_ES', NULL),
|
||
(119, 'es_ES', NULL),
|
||
(120, 'es_ES', NULL),
|
||
(121, 'es_ES', NULL),
|
||
(122, 'es_ES', NULL),
|
||
(123, 'es_ES', NULL),
|
||
(124, 'es_ES', NULL),
|
||
(125, 'es_ES', NULL),
|
||
(126, 'es_ES', NULL),
|
||
(127, 'es_ES', NULL),
|
||
(128, 'es_ES', NULL),
|
||
(129, 'es_ES', NULL),
|
||
(130, 'es_ES', NULL),
|
||
(131, 'es_ES', NULL),
|
||
(132, 'es_ES', NULL),
|
||
(133, 'es_ES', NULL),
|
||
(134, 'es_ES', NULL),
|
||
(135, 'es_ES', NULL),
|
||
(136, 'es_ES', NULL),
|
||
(137, 'es_ES', NULL),
|
||
(138, 'es_ES', NULL),
|
||
(139, 'es_ES', NULL),
|
||
(140, 'es_ES', NULL),
|
||
(141, 'es_ES', NULL),
|
||
(142, 'es_ES', NULL),
|
||
(143, 'es_ES', NULL),
|
||
(144, 'es_ES', NULL),
|
||
(145, 'es_ES', NULL),
|
||
(146, 'es_ES', NULL),
|
||
(147, 'es_ES', NULL),
|
||
(148, 'es_ES', NULL),
|
||
(149, 'es_ES', NULL),
|
||
(150, 'es_ES', NULL),
|
||
(151, 'es_ES', NULL),
|
||
(152, 'es_ES', NULL),
|
||
(153, 'es_ES', NULL),
|
||
(154, 'es_ES', NULL),
|
||
(155, 'es_ES', NULL),
|
||
(156, 'es_ES', NULL),
|
||
(157, 'es_ES', NULL),
|
||
(158, 'es_ES', NULL),
|
||
(159, 'es_ES', NULL),
|
||
(160, 'es_ES', NULL),
|
||
(161, 'es_ES', NULL),
|
||
(162, 'es_ES', NULL),
|
||
(163, 'es_ES', NULL),
|
||
(164, 'es_ES', NULL),
|
||
(165, 'es_ES', NULL),
|
||
(166, 'es_ES', NULL),
|
||
(167, 'es_ES', NULL),
|
||
(168, 'es_ES', NULL),
|
||
(169, 'es_ES', NULL),
|
||
(170, 'es_ES', NULL),
|
||
(171, 'es_ES', NULL),
|
||
(172, 'es_ES', NULL),
|
||
(173, 'es_ES', NULL),
|
||
(174, 'es_ES', NULL),
|
||
(175, 'es_ES', NULL),
|
||
(176, 'es_ES', NULL),
|
||
(177, 'es_ES', NULL),
|
||
(178, 'es_ES', NULL),
|
||
(179, 'es_ES', NULL),
|
||
(180, 'es_ES', NULL),
|
||
(181, 'es_ES', NULL),
|
||
(182, 'es_ES', NULL),
|
||
(183, 'es_ES', NULL),
|
||
(184, 'es_ES', NULL),
|
||
(185, 'es_ES', NULL),
|
||
(186, 'es_ES', NULL),
|
||
(187, 'es_ES', NULL),
|
||
(188, 'es_ES', NULL),
|
||
(189, 'es_ES', NULL),
|
||
(190, 'es_ES', NULL),
|
||
(191, 'es_ES', NULL),
|
||
(192, 'es_ES', NULL),
|
||
(193, 'es_ES', NULL),
|
||
(194, 'es_ES', NULL),
|
||
(195, 'es_ES', NULL),
|
||
(196, 'es_ES', NULL),
|
||
(197, 'es_ES', NULL),
|
||
(198, 'es_ES', NULL),
|
||
(199, 'es_ES', NULL),
|
||
(200, 'es_ES', NULL),
|
||
(201, 'es_ES', NULL),
|
||
(202, 'es_ES', NULL),
|
||
(203, 'es_ES', NULL),
|
||
(204, 'es_ES', NULL),
|
||
(205, 'es_ES', NULL),
|
||
(206, 'es_ES', NULL),
|
||
(207, 'es_ES', NULL),
|
||
(208, 'es_ES', NULL),
|
||
(209, 'es_ES', NULL),
|
||
(210, 'es_ES', NULL),
|
||
(211, 'es_ES', NULL),
|
||
(212, 'es_ES', NULL),
|
||
(213, 'es_ES', NULL),
|
||
(214, 'es_ES', NULL),
|
||
(215, 'es_ES', NULL),
|
||
(216, 'es_ES', NULL),
|
||
(217, 'es_ES', NULL),
|
||
(218, 'es_ES', NULL),
|
||
(219, 'es_ES', NULL),
|
||
(220, 'es_ES', NULL),
|
||
(221, 'es_ES', NULL),
|
||
(222, 'es_ES', NULL),
|
||
(223, 'es_ES', NULL),
|
||
(224, 'es_ES', NULL),
|
||
(225, 'es_ES', NULL),
|
||
(226, 'es_ES', NULL),
|
||
(227, 'es_ES', NULL),
|
||
(228, 'es_ES', NULL),
|
||
(229, 'es_ES', NULL),
|
||
(230, 'es_ES', NULL),
|
||
(231, 'es_ES', NULL),
|
||
(232, 'es_ES', NULL),
|
||
(233, 'es_ES', NULL),
|
||
(234, 'es_ES', NULL),
|
||
(235, 'es_ES', NULL),
|
||
(236, 'es_ES', NULL),
|
||
(237, 'es_ES', NULL),
|
||
(238, 'es_ES', NULL),
|
||
(239, 'es_ES', NULL),
|
||
(240, 'es_ES', NULL),
|
||
(241, 'es_ES', NULL),
|
||
(242, 'es_ES', NULL),
|
||
(243, 'es_ES', NULL),
|
||
(244, 'es_ES', NULL),
|
||
(245, 'es_ES', NULL),
|
||
(246, 'es_ES', NULL),
|
||
(247, 'es_ES', NULL),
|
||
(248, 'es_ES', NULL),
|
||
(249, 'es_ES', NULL),
|
||
(250, 'es_ES', NULL),
|
||
(251, 'es_ES', NULL),
|
||
(252, 'es_ES', NULL),
|
||
(253, 'es_ES', NULL),
|
||
(254, 'es_ES', NULL),
|
||
(255, 'es_ES', NULL),
|
||
(256, 'es_ES', NULL),
|
||
(257, 'es_ES', NULL),
|
||
(258, 'es_ES', NULL),
|
||
(259, 'es_ES', NULL),
|
||
(260, 'es_ES', NULL),
|
||
(261, 'es_ES', NULL),
|
||
(262, 'es_ES', NULL),
|
||
(263, 'es_ES', NULL),
|
||
(264, 'es_ES', NULL),
|
||
(265, 'es_ES', NULL),
|
||
(266, 'es_ES', NULL),
|
||
(267, 'es_ES', NULL),
|
||
(268, 'es_ES', NULL),
|
||
(269, 'es_ES', NULL),
|
||
(270, 'es_ES', NULL),
|
||
(271, 'es_ES', NULL),
|
||
(272, 'es_ES', NULL),
|
||
(273, 'es_ES', NULL),
|
||
(274, 'es_ES', NULL),
|
||
(275, 'es_ES', NULL),
|
||
(276, 'es_ES', NULL),
|
||
(277, 'es_ES', NULL),
|
||
(278, 'es_ES', NULL),
|
||
(279, 'es_ES', NULL),
|
||
(280, 'es_ES', NULL),
|
||
(281, 'es_ES', NULL),
|
||
(282, 'es_ES', NULL),
|
||
(283, 'es_ES', NULL),
|
||
(284, 'es_ES', NULL),
|
||
(285, 'es_ES', NULL),
|
||
(286, 'es_ES', NULL),
|
||
(287, 'es_ES', NULL),
|
||
(288, 'es_ES', NULL),
|
||
(289, 'es_ES', NULL),
|
||
(290, 'es_ES', NULL),
|
||
(291, 'es_ES', NULL),
|
||
(292, 'es_ES', NULL),
|
||
(293, 'es_ES', NULL),
|
||
(294, 'es_ES', NULL),
|
||
(295, 'es_ES', NULL),
|
||
(296, 'es_ES', NULL),
|
||
(297, 'es_ES', NULL),
|
||
(298, 'es_ES', NULL),
|
||
(299, 'es_ES', NULL),
|
||
(300, 'es_ES', NULL),
|
||
(301, 'es_ES', NULL),
|
||
(302, 'es_ES', NULL),
|
||
(303, 'es_ES', NULL),
|
||
(304, 'es_ES', NULL),
|
||
(305, 'es_ES', NULL),
|
||
(306, 'es_ES', NULL),
|
||
(307, 'es_ES', NULL),
|
||
(308, 'es_ES', NULL),
|
||
(309, 'es_ES', NULL),
|
||
(310, 'es_ES', NULL),
|
||
(311, 'es_ES', NULL),
|
||
(312, 'es_ES', NULL),
|
||
|
||
(1, 'fr_FR', 'Alabama'),
|
||
(2, 'fr_FR', 'Alaska'),
|
||
(3, 'fr_FR', 'Arizona'),
|
||
(4, 'fr_FR', 'Arkansas'),
|
||
(5, 'fr_FR', 'Californie'),
|
||
(6, 'fr_FR', 'Colorado'),
|
||
(7, 'fr_FR', 'Connecticut'),
|
||
(8, 'fr_FR', 'Delaware'),
|
||
(9, 'fr_FR', 'Floride'),
|
||
(10, 'fr_FR', 'Géorgie'),
|
||
(11, 'fr_FR', 'Hawaii'),
|
||
(12, 'fr_FR', 'Idaho'),
|
||
(13, 'fr_FR', 'Illinois'),
|
||
(14, 'fr_FR', 'Indiana'),
|
||
(15, 'fr_FR', 'Iowa'),
|
||
(16, 'fr_FR', 'Kansas'),
|
||
(17, 'fr_FR', 'Kentucky'),
|
||
(18, 'fr_FR', 'Louisiane'),
|
||
(19, 'fr_FR', 'Maine'),
|
||
(20, 'fr_FR', 'Maryland'),
|
||
(21, 'fr_FR', 'Massachusetts'),
|
||
(22, 'fr_FR', 'Michigan'),
|
||
(23, 'fr_FR', 'Minnesota'),
|
||
(24, 'fr_FR', 'Mississippi'),
|
||
(25, 'fr_FR', 'Missouri'),
|
||
(26, 'fr_FR', 'Montana'),
|
||
(27, 'fr_FR', 'Nebraska'),
|
||
(28, 'fr_FR', 'Nevada'),
|
||
(29, 'fr_FR', 'New Hampshire'),
|
||
(30, 'fr_FR', 'New Jersey'),
|
||
(31, 'fr_FR', 'Nouveau-Mexique'),
|
||
(32, 'fr_FR', 'New York'),
|
||
(33, 'fr_FR', 'Caroline du Nord'),
|
||
(34, 'fr_FR', 'Dakota du Nord'),
|
||
(35, 'fr_FR', 'Ohio'),
|
||
(36, 'fr_FR', 'Oklahoma'),
|
||
(37, 'fr_FR', 'Oregon'),
|
||
(38, 'fr_FR', 'Pennsylvanie'),
|
||
(39, 'fr_FR', 'Rhode Island'),
|
||
(40, 'fr_FR', 'Caroline du Sud'),
|
||
(41, 'fr_FR', 'Dakota du Sud'),
|
||
(42, 'fr_FR', 'Tennessee'),
|
||
(43, 'fr_FR', 'Texas'),
|
||
(44, 'fr_FR', 'Utah'),
|
||
(45, 'fr_FR', 'Vermont'),
|
||
(46, 'fr_FR', 'Virginie'),
|
||
(47, 'fr_FR', 'Washington'),
|
||
(48, 'fr_FR', 'Virginie-occidentale'),
|
||
(49, 'fr_FR', 'Wisconsin'),
|
||
(50, 'fr_FR', 'Wyoming'),
|
||
(51, 'fr_FR', 'Porto Rico'),
|
||
(52, 'fr_FR', 'Îles Vierges américaines'),
|
||
(53, 'fr_FR', 'District de Columbia'),
|
||
(54, 'fr_FR', 'Aguascalientes'),
|
||
(55, 'fr_FR', 'Baja California'),
|
||
(56, 'fr_FR', 'Baja California Sur'),
|
||
(57, 'fr_FR', 'Campeche'),
|
||
(58, 'fr_FR', 'Chiapas'),
|
||
(59, 'fr_FR', 'Chihuahua'),
|
||
(60, 'fr_FR', 'Coahuila'),
|
||
(61, 'fr_FR', 'Colima'),
|
||
(62, 'fr_FR', 'Distrito Federal'),
|
||
(63, 'fr_FR', 'Durango'),
|
||
(64, 'fr_FR', 'Guanajuato'),
|
||
(65, 'fr_FR', 'Guerrero'),
|
||
(66, 'fr_FR', 'Hidalgo'),
|
||
(67, 'fr_FR', 'Jalisco'),
|
||
(68, 'fr_FR', 'Estado de México'),
|
||
(69, 'fr_FR', 'Michoacán'),
|
||
(70, 'fr_FR', 'Morelos'),
|
||
(71, 'fr_FR', 'Nayarit'),
|
||
(72, 'fr_FR', 'Nuevo León'),
|
||
(73, 'fr_FR', 'Oaxaca'),
|
||
(74, 'fr_FR', 'Puebla'),
|
||
(75, 'fr_FR', 'Querétaro'),
|
||
(76, 'fr_FR', 'Quintana Roo'),
|
||
(77, 'fr_FR', 'San Luis Potosí'),
|
||
(78, 'fr_FR', 'Sinaloa'),
|
||
(79, 'fr_FR', 'Sonora'),
|
||
(80, 'fr_FR', 'Tabasco'),
|
||
(81, 'fr_FR', 'Tamaulipas'),
|
||
(82, 'fr_FR', 'Tlaxcala'),
|
||
(83, 'fr_FR', 'Veracruz'),
|
||
(84, 'fr_FR', 'Yucatán'),
|
||
(85, 'fr_FR', 'Zacatecas'),
|
||
(86, 'fr_FR', 'Ontario'),
|
||
(87, 'fr_FR', 'Québec'),
|
||
(88, 'fr_FR', 'Colombie-Britannique'),
|
||
(89, 'fr_FR', 'Alberta'),
|
||
(90, 'fr_FR', 'Manitoba'),
|
||
(91, 'fr_FR', 'Saskatchewan'),
|
||
(92, 'fr_FR', 'Nouvelle-Écosse'),
|
||
(93, 'fr_FR', 'Nouveau-Brunswick'),
|
||
(94, 'fr_FR', 'Terre Neuve et Labrador'),
|
||
(95, 'fr_FR', 'Île-du-Prince-Édouard'),
|
||
(96, 'fr_FR', 'Territoires du Nord-Ouest'),
|
||
(97, 'fr_FR', 'Yukon'),
|
||
(98, 'fr_FR', 'Nunavut'),
|
||
(99, 'fr_FR', 'Buenos Aires'),
|
||
(100, 'fr_FR', 'Catamarca'),
|
||
(101, 'fr_FR', 'Chaco'),
|
||
(102, 'fr_FR', 'Chubut'),
|
||
(103, 'fr_FR', 'Ciudad de Buenos Aires'),
|
||
(104, 'fr_FR', 'Cordoba'),
|
||
(105, 'fr_FR', 'Corrientes'),
|
||
(106, 'fr_FR', 'Entre Ríos'),
|
||
(107, 'fr_FR', 'Formosa'),
|
||
(108, 'fr_FR', 'Jujuy'),
|
||
(109, 'fr_FR', 'La Pampa'),
|
||
(110, 'fr_FR', 'La Rioja'),
|
||
(111, 'fr_FR', 'Mendoza'),
|
||
(112, 'fr_FR', 'Misiones'),
|
||
(113, 'fr_FR', 'Neuquén'),
|
||
(114, 'fr_FR', 'Rio Negro'),
|
||
(115, 'fr_FR', 'Salta'),
|
||
(116, 'fr_FR', 'San Juan'),
|
||
(117, 'fr_FR', 'San Luis'),
|
||
(118, 'fr_FR', 'Santa Cruz'),
|
||
(119, 'fr_FR', 'Santa Fe'),
|
||
(120, 'fr_FR', 'Santiago del Estero'),
|
||
(121, 'fr_FR', 'Tierra del Fuego'),
|
||
(122, 'fr_FR', 'Tucuman'),
|
||
(123, 'fr_FR', 'Agrigento'),
|
||
(124, 'fr_FR', 'Alessandria'),
|
||
(125, 'fr_FR', 'Ancona'),
|
||
(126, 'fr_FR', 'Aosta'),
|
||
(127, 'fr_FR', 'Arezzo'),
|
||
(128, 'fr_FR', 'Ascoli Piceno'),
|
||
(129, 'fr_FR', 'Asti'),
|
||
(130, 'fr_FR', 'Avellino'),
|
||
(131, 'fr_FR', 'Bari'),
|
||
(132, 'fr_FR', 'Barletta-Andria-Trani'),
|
||
(133, 'fr_FR', 'Belluno'),
|
||
(134, 'fr_FR', 'Benevento'),
|
||
(135, 'fr_FR', 'Bergamo'),
|
||
(136, 'fr_FR', 'Biella'),
|
||
(137, 'fr_FR', 'Bologne'),
|
||
(138, 'fr_FR', 'Bolzano'),
|
||
(139, 'fr_FR', 'Brescia'),
|
||
(140, 'fr_FR', 'Brindisi'),
|
||
(141, 'fr_FR', 'Cagliari'),
|
||
(142, 'fr_FR', 'Caltanissetta'),
|
||
(143, 'fr_FR', 'Campobasso'),
|
||
(144, 'fr_FR', 'Carbonia-Iglesias'),
|
||
(145, 'fr_FR', 'Caserta'),
|
||
(146, 'fr_FR', 'Catane'),
|
||
(147, 'fr_FR', 'Catanzaro'),
|
||
(148, 'fr_FR', 'Chieti'),
|
||
(149, 'fr_FR', 'Como'),
|
||
(150, 'fr_FR', 'Cosenza'),
|
||
(151, 'fr_FR', 'Cremona'),
|
||
(152, 'fr_FR', 'Crotone'),
|
||
(153, 'fr_FR', 'Cuneo'),
|
||
(154, 'fr_FR', 'Enna'),
|
||
(155, 'fr_FR', 'Fermo'),
|
||
(156, 'fr_FR', 'Ferrara'),
|
||
(157, 'fr_FR', 'Firenze'),
|
||
(158, 'fr_FR', 'Foggia'),
|
||
(159, 'fr_FR', 'Forlì-Cesena'),
|
||
(160, 'fr_FR', 'Frosinone'),
|
||
(161, 'fr_FR', 'Genova'),
|
||
(162, 'fr_FR', 'Gorizia'),
|
||
(163, 'fr_FR', 'Grosseto'),
|
||
(164, 'fr_FR', 'Imperia'),
|
||
(165, 'fr_FR', 'Isernia'),
|
||
(166, 'fr_FR', 'L\'Aquila'),
|
||
(167, 'fr_FR', 'La Spezia'),
|
||
(168, 'fr_FR', 'Latina'),
|
||
(169, 'fr_FR', 'Lecce'),
|
||
(170, 'fr_FR', 'Lecco'),
|
||
(171, 'fr_FR', 'Livourne'),
|
||
(172, 'fr_FR', 'Lodi'),
|
||
(173, 'fr_FR', 'Lucca'),
|
||
(174, 'fr_FR', 'Macerata'),
|
||
(175, 'fr_FR', 'Mantova'),
|
||
(176, 'fr_FR', 'Massa'),
|
||
(177, 'fr_FR', 'Matera'),
|
||
(178, 'fr_FR', 'Medio Campidano'),
|
||
(179, 'fr_FR', 'Messina'),
|
||
(180, 'fr_FR', 'Milano'),
|
||
(181, 'fr_FR', 'Modena'),
|
||
(182, 'fr_FR', 'Monza e della Brianza'),
|
||
(183, 'fr_FR', 'Napoli'),
|
||
(184, 'fr_FR', 'Novara'),
|
||
(185, 'fr_FR', 'Nuoro'),
|
||
(186, 'fr_FR', 'Ogliastra'),
|
||
(187, 'fr_FR', 'Olbia-Tempio'),
|
||
(188, 'fr_FR', 'Oristano'),
|
||
(189, 'fr_FR', 'Padova'),
|
||
(190, 'fr_FR', 'Palerme'),
|
||
(191, 'fr_FR', 'Parma'),
|
||
(192, 'fr_FR', 'Pavie'),
|
||
(193, 'fr_FR', 'Pérouse'),
|
||
(194, 'fr_FR', 'Pesaro-Urbino'),
|
||
(195, 'fr_FR', 'Pescara'),
|
||
(196, 'fr_FR', 'Piacenza'),
|
||
(197, 'fr_FR', 'Pise'),
|
||
(198, 'fr_FR', 'Pistoia'),
|
||
(199, 'fr_FR', 'Pordenone'),
|
||
(200, 'fr_FR', 'Potenza'),
|
||
(201, 'fr_FR', 'Prato'),
|
||
(202, 'fr_FR', 'Ragusa'),
|
||
(203, 'fr_FR', 'Ravenne'),
|
||
(204, 'fr_FR', 'Reggio de Calabre'),
|
||
(205, 'fr_FR', 'Reggio d\'Émilie'),
|
||
(206, 'fr_FR', 'Rieti'),
|
||
(207, 'fr_FR', 'Rimini'),
|
||
(208, 'fr_FR', 'Rome'),
|
||
(209, 'fr_FR', 'Rovigo'),
|
||
(210, 'fr_FR', 'Salerno'),
|
||
(211, 'fr_FR', 'Sassari'),
|
||
(212, 'fr_FR', 'Savona'),
|
||
(213, 'fr_FR', 'Siena'),
|
||
(214, 'fr_FR', 'Siracusa'),
|
||
(215, 'fr_FR', 'Sondrio'),
|
||
(216, 'fr_FR', 'Taranto'),
|
||
(217, 'fr_FR', 'Teramo'),
|
||
(218, 'fr_FR', 'Terni'),
|
||
(219, 'fr_FR', 'Torino'),
|
||
(220, 'fr_FR', 'Trapani'),
|
||
(221, 'fr_FR', 'Trento'),
|
||
(222, 'fr_FR', 'Treviso'),
|
||
(223, 'fr_FR', 'Trieste'),
|
||
(224, 'fr_FR', 'Udine'),
|
||
(225, 'fr_FR', 'Varese'),
|
||
(226, 'fr_FR', 'Venezia'),
|
||
(227, 'fr_FR', 'Verbano-Cusio-Ossola'),
|
||
(228, 'fr_FR', 'Vercelli'),
|
||
(229, 'fr_FR', 'Vérone'),
|
||
(230, 'fr_FR', 'Vibo Valentia'),
|
||
(231, 'fr_FR', 'Vicenza'),
|
||
(232, 'fr_FR', 'Viterbo'),
|
||
(233, 'fr_FR', 'Aceh'),
|
||
(234, 'fr_FR', 'Bali'),
|
||
(235, 'fr_FR', 'Bangka'),
|
||
(236, 'fr_FR', 'Banten'),
|
||
(237, 'fr_FR', 'Bengkulu'),
|
||
(238, 'fr_FR', 'Central Java'),
|
||
(239, 'fr_FR', 'Kalimantan occidental'),
|
||
(240, 'fr_FR', 'Sulawesi central'),
|
||
(241, 'fr_FR', 'Coat of arms of East Java'),
|
||
(242, 'fr_FR', 'Kalimantan oriental'),
|
||
(243, 'fr_FR', 'Nusa Tenggara oriental'),
|
||
(244, 'fr_FR', 'Lambang propinsi'),
|
||
(245, 'fr_FR', 'Jakarta'),
|
||
(246, 'fr_FR', 'Jambi'),
|
||
(247, 'fr_FR', 'Lampung'),
|
||
(248, 'fr_FR', 'Maluku'),
|
||
(249, 'fr_FR', 'Maluku du Nord'),
|
||
(250, 'fr_FR', 'Sulawesi du Nord'),
|
||
(251, 'fr_FR', 'Sumatra-Nord'),
|
||
(252, 'fr_FR', 'Papouasie'),
|
||
(253, 'fr_FR', 'Riau'),
|
||
(254, 'fr_FR', 'Lambang Riau'),
|
||
(255, 'fr_FR', 'Sulawesi du sud-est'),
|
||
(256, 'fr_FR', 'Kalimantan du Sud'),
|
||
(257, 'fr_FR', 'Sulawesi du Sud'),
|
||
(258, 'fr_FR', 'Sumatra du Sud'),
|
||
(259, 'fr_FR', 'Java-Ouest'),
|
||
(260, 'fr_FR', 'Kalimantan occidental'),
|
||
(261, 'fr_FR', 'Nusa Tenggara occidental'),
|
||
(262, 'fr_FR', 'Lambang Provinsi Papua Barat'),
|
||
(263, 'fr_FR', 'Sulawesi occidental'),
|
||
(264, 'fr_FR', 'Sumatra occidental'),
|
||
(265, 'fr_FR', 'Yogyakarta'),
|
||
(266, 'fr_FR', 'Aichi'),
|
||
(267, 'fr_FR', 'Akita'),
|
||
(268, 'fr_FR', 'Aomori'),
|
||
(269, 'fr_FR', 'Chiba'),
|
||
(270, 'fr_FR', 'Ehime'),
|
||
(271, 'fr_FR', 'Fukui'),
|
||
(272, 'fr_FR', 'Fukuoka'),
|
||
(273, 'fr_FR', 'Fukushima'),
|
||
(274, 'fr_FR', 'Gifu'),
|
||
(275, 'fr_FR', 'Gunma'),
|
||
(276, 'fr_FR', 'Hiroshima'),
|
||
(277, 'fr_FR', 'Hokkaido'),
|
||
(278, 'fr_FR', 'Hyogo'),
|
||
(279, 'fr_FR', 'Ibaraki'),
|
||
(280, 'fr_FR', 'Ishikawa'),
|
||
(281, 'fr_FR', 'Iwate'),
|
||
(282, 'fr_FR', 'Kagawa'),
|
||
(283, 'fr_FR', 'Kagoshima'),
|
||
(284, 'fr_FR', 'Kanagawa'),
|
||
(285, 'fr_FR', 'Kochi'),
|
||
(286, 'fr_FR', 'Kumamoto'),
|
||
(287, 'fr_FR', 'Kyoto'),
|
||
(288, 'fr_FR', 'Mie'),
|
||
(289, 'fr_FR', 'Miyagi'),
|
||
(290, 'fr_FR', 'Miyazaki'),
|
||
(291, 'fr_FR', 'Nagano'),
|
||
(292, 'fr_FR', 'Nagasaki'),
|
||
(293, 'fr_FR', 'Nara'),
|
||
(294, 'fr_FR', 'Niigata'),
|
||
(295, 'fr_FR', 'Oita'),
|
||
(296, 'fr_FR', 'Okayama'),
|
||
(297, 'fr_FR', 'Okinawa'),
|
||
(298, 'fr_FR', 'Osaka'),
|
||
(299, 'fr_FR', 'Saga'),
|
||
(300, 'fr_FR', 'Saitama'),
|
||
(301, 'fr_FR', 'Shiga'),
|
||
(302, 'fr_FR', 'Shimane'),
|
||
(303, 'fr_FR', 'Shizuoka'),
|
||
(304, 'fr_FR', 'Tochigi'),
|
||
(305, 'fr_FR', 'Tokushima'),
|
||
(306, 'fr_FR', 'Tokyo'),
|
||
(307, 'fr_FR', 'Tottori'),
|
||
(308, 'fr_FR', 'Toyama'),
|
||
(309, 'fr_FR', 'Wakayama'),
|
||
(310, 'fr_FR', 'Yamagata'),
|
||
(311, 'fr_FR', 'Yamaguchi'),
|
||
(312, 'fr_FR', 'Yamanashi')
|
||
;
|
||
|
||
|
||
INSERT INTO `tax_i18n` (`id`, `locale`, `title`, `description`) VALUES
|
||
(1, 'de_DE', '20% Französische MwSt.', NULL),
|
||
(2, 'de_DE', '10% Französische MwSt.', NULL),
|
||
(1, 'en_US', 'French 20% VAT', NULL),
|
||
(2, 'en_US', 'French 10% VAT', NULL),
|
||
(1, 'es_ES', 'Francés 20% de IVA', NULL),
|
||
(2, 'es_ES', 'Francés 10% de IVA', NULL),
|
||
(1, 'fr_FR', 'TVA française à 20%', NULL),
|
||
(2, 'fr_FR', 'TVA française à 10%', NULL)
|
||
;
|
||
|
||
INSERT INTO `tax_rule_i18n` (`id`, `locale`, `title`) VALUES
|
||
(1, 'de_DE', '20% Französische MwSt.'),
|
||
(2, 'de_DE', '10% Französische MwSt.'),
|
||
(1, 'en_US', 'French 20% VAT'),
|
||
(2, 'en_US', 'French 10% VAT'),
|
||
(1, 'es_ES', 'Francés 20% de IVA'),
|
||
(2, 'es_ES', 'Francés 10% de IVA'),
|
||
(1, 'fr_FR', 'TVA française à 20%'),
|
||
(2, 'fr_FR', 'TVA française à 10%')
|
||
;
|
||
|
||
INSERT INTO `order_status_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES
|
||
(1, 'de_DE', 'Nicht bezahlt', '', '', ''),
|
||
(2, 'de_DE', 'Bezahlt', '', '', ''),
|
||
(3, 'de_DE', 'Bearbeitung', '', '', ''),
|
||
(4, 'de_DE', 'Gesendet', '', '', ''),
|
||
(5, 'de_DE', 'Storniert', '', '', ''),
|
||
(6, 'de_DE', 'Zrückerstattet', '', '', ''),
|
||
(1, 'en_US', 'Not paid', '', '', ''),
|
||
(2, 'en_US', 'Paid', '', '', ''),
|
||
(3, 'en_US', 'Processing', '', '', ''),
|
||
(4, 'en_US', 'Sent', '', '', ''),
|
||
(5, 'en_US', 'Canceled', '', '', ''),
|
||
(6, 'en_US', 'Refunded', '', '', ''),
|
||
(1, 'es_ES', 'No pagados', '', '', ''),
|
||
(2, 'es_ES', 'Pagado', '', '', ''),
|
||
(3, 'es_ES', 'Procesando', '', '', ''),
|
||
(4, 'es_ES', 'Enviado', '', '', ''),
|
||
(5, 'es_ES', 'Cancelado', '', '', ''),
|
||
(6, 'es_ES', 'Reembolsado', '', '', ''),
|
||
(1, 'fr_FR', 'Non payée', '', '', ''),
|
||
(2, 'fr_FR', 'Payée', '', '', ''),
|
||
(3, 'fr_FR', 'Traitement', '', '', ''),
|
||
(4, 'fr_FR', 'Envoyée', '', '', ''),
|
||
(5, 'fr_FR', 'Annulée', '', '', ''),
|
||
(6, 'fr_FR', 'Remboursé', '', '', '')
|
||
;
|
||
|
||
INSERT INTO `resource_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `postscriptum`) VALUES
|
||
(1, 'de_DE', 'Adresse', NULL, NULL, NULL),
|
||
(2, 'de_DE', 'Konfiguration / Administrator', NULL, NULL, NULL),
|
||
(3, 'de_DE', 'Konfiguration / Zone', NULL, NULL, NULL),
|
||
(4, 'de_DE', 'Konfiguration / Deklination', NULL, NULL, NULL),
|
||
(5, 'de_DE', 'Kategorie', NULL, NULL, NULL),
|
||
(6, 'de_DE', 'Einstellungen', NULL, NULL, NULL),
|
||
(7, 'de_DE', 'Inhalt', NULL, NULL, NULL),
|
||
(8, 'de_DE', 'Konfiguration / Land', NULL, NULL, NULL),
|
||
(9, 'de_DE', 'Gutschein', NULL, NULL, NULL),
|
||
(10, 'de_DE', 'Konfiguration / Währung', NULL, NULL, NULL),
|
||
(11, 'de_DE', 'Kunde', NULL, NULL, NULL),
|
||
(12, 'de_DE', 'Konfiguration / Charakteristik', NULL, NULL, NULL),
|
||
(13, 'de_DE', 'Ordner', NULL, NULL, NULL),
|
||
(14, 'de_DE', 'Konfiguration / Sprache', NULL, NULL, NULL),
|
||
(15, 'de_DE', 'Konfiguration / Mailing-System', NULL, NULL, NULL),
|
||
(16, 'de_DE', 'Konfiguration / Nachricht', NULL, NULL, NULL),
|
||
(17, 'de_DE', 'Konfiguration / Modul', NULL, NULL, NULL),
|
||
(18, 'de_DE', 'Bestellung', NULL, NULL, NULL),
|
||
(19, 'de_DE', 'Produkt', NULL, NULL, NULL),
|
||
(20, 'de_DE', 'Konfiguration / Profil', NULL, NULL, NULL),
|
||
(21, 'de_DE', 'Konfiguration / Lieferzone', NULL, NULL, NULL),
|
||
(22, 'de_DE', 'Konfiguration / Tax', NULL, NULL, NULL),
|
||
(23, 'de_DE', 'Konfiguration / Template', NULL, NULL, NULL),
|
||
(24, 'de_DE', 'Konfiguration / Logs System', NULL, NULL, NULL),
|
||
(25, 'de_DE', 'Konfiguration / Cache', NULL, NULL, NULL),
|
||
(26, 'de_DE', 'Back-Office Startseite', NULL, NULL, NULL),
|
||
(27, 'de_DE', 'Shop Informationen', NULL, NULL, NULL),
|
||
(28, 'de_DE', 'Konfigurations Variablen', NULL, NULL, NULL),
|
||
(29, 'de_DE', 'Administration Logs ansehen', NULL, NULL, NULL),
|
||
(30, 'de_DE', 'Logs System Konfiguration', NULL, NULL, NULL),
|
||
(31, 'de_DE', 'Erweiterte Konfiguration', NULL, NULL, NULL),
|
||
(32, 'de_DE', 'Übersetzungen', NULL, NULL, NULL),
|
||
(33, 'de_DE', 'Exporten-Verwaltung', NULL, NULL, NULL),
|
||
(34, 'de_DE', 'Tools', NULL, NULL, NULL),
|
||
(35, 'de_DE', 'Marken-Verwaltung', NULL, NULL, NULL),
|
||
(36, 'de_DE', 'Andockpunkte', NULL, NULL, NULL),
|
||
(37, 'de_DE', 'Hook Positionen', NULL, NULL, NULL),
|
||
(38, 'de_DE', 'Sonderangebotsmanagement', NULL, NULL, NULL),
|
||
(39, 'de_DE', 'Administratorenliste', NULL, NULL, NULL),
|
||
(40, 'de_DE', 'Kategorie-Konfiguration', NULL, NULL, NULL),
|
||
(41, 'de_DE', 'Lieferungskonfiguration', NULL, NULL, NULL),
|
||
(42, 'de_DE', 'Taxeregelung-Konfiguration', NULL, NULL, NULL),
|
||
(43, 'de_DE', 'Hooks Verwendung', NULL, NULL, NULL),
|
||
(44, 'de_DE', 'Importation / Exportation von Daten', NULL, NULL, NULL),
|
||
(45, 'de_DE', 'Modul Verwendung', NULL, NULL, NULL),
|
||
(46, 'de_DE', 'Administration-Profilverwaltung', NULL, NULL, NULL),
|
||
(47, 'de_DE', 'Back-Office Suchfunktion', NULL, NULL, NULL),
|
||
(48, 'de_DE', 'API-Konfiguration', NULL, NULL, NULL),
|
||
(49, 'de_DE', 'Kunde-Andere', NULL, NULL, NULL),
|
||
(1, 'en_US', 'Address', NULL, NULL, NULL),
|
||
(2, 'en_US', 'Configuration / Administrator', NULL, NULL, NULL),
|
||
(3, 'en_US', 'Configuration / Area', NULL, NULL, NULL),
|
||
(4, 'en_US', 'Configuration / Attribute', NULL, NULL, NULL),
|
||
(5, 'en_US', 'Category', NULL, NULL, NULL),
|
||
(6, 'en_US', 'Configuration', NULL, NULL, NULL),
|
||
(7, 'en_US', 'Content', NULL, NULL, NULL),
|
||
(8, 'en_US', 'Configuration / Country', NULL, NULL, NULL),
|
||
(9, 'en_US', 'Coupon', NULL, NULL, NULL),
|
||
(10, 'en_US', 'Configuration / Currency', NULL, NULL, NULL),
|
||
(11, 'en_US', 'Customer', NULL, NULL, NULL),
|
||
(12, 'en_US', 'Configuration / Feature', NULL, NULL, NULL),
|
||
(13, 'en_US', 'Folder', NULL, NULL, NULL),
|
||
(14, 'en_US', 'Configuration / Language', NULL, NULL, NULL),
|
||
(15, 'en_US', 'Configuration / Mailing-system', NULL, NULL, NULL),
|
||
(16, 'en_US', 'Configuration / Message', NULL, NULL, NULL),
|
||
(17, 'en_US', 'Configuration / Module', NULL, NULL, NULL),
|
||
(18, 'en_US', 'Order', NULL, NULL, NULL),
|
||
(19, 'en_US', 'Product', NULL, NULL, NULL),
|
||
(20, 'en_US', 'Configuration / Profile', NULL, NULL, NULL),
|
||
(21, 'en_US', 'Configuration / Shipping-zone', NULL, NULL, NULL),
|
||
(22, 'en_US', 'Configuration / Tax', NULL, NULL, NULL),
|
||
(23, 'en_US', 'Configuration / Template', NULL, NULL, NULL),
|
||
(24, 'en_US', 'Configuration / System Log', NULL, NULL, NULL),
|
||
(25, 'en_US', 'Configuration / Cache', NULL, NULL, NULL),
|
||
(26, 'en_US', 'Back-office home page', NULL, NULL, NULL),
|
||
(27, 'en_US', 'Store information configuration', NULL, NULL, NULL),
|
||
(28, 'en_US', 'Configuration variables', NULL, NULL, NULL),
|
||
(29, 'en_US', 'View administration logs', NULL, NULL, NULL),
|
||
(30, 'en_US', 'Logging system configuration', NULL, NULL, NULL),
|
||
(31, 'en_US', 'Advanced configuration', NULL, NULL, NULL),
|
||
(32, 'en_US', 'Translations', NULL, NULL, NULL),
|
||
(33, 'en_US', 'Back-office export management', NULL, NULL, NULL),
|
||
(34, 'en_US', 'Tools panel', NULL, NULL, NULL),
|
||
(35, 'en_US', 'Brands management', NULL, NULL, NULL),
|
||
(36, 'en_US', 'Hooks', NULL, NULL, NULL),
|
||
(37, 'en_US', 'Hook positions', NULL, NULL, NULL),
|
||
(38, 'en_US', 'Sales management', NULL, NULL, NULL),
|
||
(39, 'en_US', 'Administatros list', NULL, NULL, NULL),
|
||
(40, 'en_US', 'Category configuration', NULL, NULL, NULL),
|
||
(41, 'en_US', 'Shipping configuration', NULL, NULL, NULL),
|
||
(42, 'en_US', 'Tax rules configuration', NULL, NULL, NULL),
|
||
(43, 'en_US', 'Hooks management', NULL, NULL, NULL),
|
||
(44, 'en_US', 'Data import / export', NULL, NULL, NULL),
|
||
(45, 'en_US', 'Modules maagement', NULL, NULL, NULL),
|
||
(46, 'en_US', 'Administration profiles management', NULL, NULL, NULL),
|
||
(47, 'en_US', 'Back-office search function', NULL, NULL, NULL),
|
||
(48, 'en_US', 'API Configuration', NULL, NULL, NULL),
|
||
(49, 'en_US', 'Customer title', NULL, NULL, NULL),
|
||
(1, 'es_ES', 'Dirección', NULL, NULL, NULL),
|
||
(2, 'es_ES', 'Configuración / administrador', NULL, NULL, NULL),
|
||
(3, 'es_ES', 'Configuración / área', NULL, NULL, NULL),
|
||
(4, 'es_ES', 'Configuración / atributo', NULL, NULL, NULL),
|
||
(5, 'es_ES', 'Categoria', NULL, NULL, NULL),
|
||
(6, 'es_ES', 'Configuración', NULL, NULL, NULL),
|
||
(7, 'es_ES', 'Contenido', NULL, NULL, NULL),
|
||
(8, 'es_ES', 'Configuración / país', NULL, NULL, NULL),
|
||
(9, 'es_ES', 'Cupón', NULL, NULL, NULL),
|
||
(10, 'es_ES', 'Configuración / Moneda', NULL, NULL, NULL),
|
||
(11, 'es_ES', 'Cliente', NULL, NULL, NULL),
|
||
(12, 'es_ES', 'Configuración / Característica', NULL, NULL, NULL),
|
||
(13, 'es_ES', 'Carpeta', NULL, NULL, NULL),
|
||
(14, 'es_ES', 'Configuración / Idioma', NULL, NULL, NULL),
|
||
(15, 'es_ES', 'Configuración / Sistema de correo', NULL, NULL, NULL),
|
||
(16, 'es_ES', 'Configuración / Mensaje', NULL, NULL, NULL),
|
||
(17, 'es_ES', 'Configuración / Módulo', NULL, NULL, NULL),
|
||
(18, 'es_ES', 'Pedido', NULL, NULL, NULL),
|
||
(19, 'es_ES', 'Producto', NULL, NULL, NULL),
|
||
(20, 'es_ES', 'Configuración / Perfil', NULL, NULL, NULL),
|
||
(21, 'es_ES', 'Configuración / Zona de envío', NULL, NULL, NULL),
|
||
(22, 'es_ES', 'Configuración / Impuestos', NULL, NULL, NULL),
|
||
(23, 'es_ES', 'Configuración / Plantilla', NULL, NULL, NULL),
|
||
(24, 'es_ES', 'Configuración / Sistema de log', NULL, NULL, NULL),
|
||
(25, 'es_ES', 'Configuración / caché', NULL, NULL, NULL),
|
||
(26, 'es_ES', 'Página de inicio de back office', NULL, NULL, NULL),
|
||
(27, 'es_ES', 'Configuración de la información de tienda', NULL, NULL, NULL),
|
||
(28, 'es_ES', 'Variables de configuración', NULL, NULL, NULL),
|
||
(29, 'es_ES', 'Ver logs de administración', NULL, NULL, NULL),
|
||
(30, 'es_ES', 'Configuración de sistema de registro', NULL, NULL, NULL),
|
||
(31, 'es_ES', 'Configuración avanzada', NULL, NULL, NULL),
|
||
(32, 'es_ES', 'Traducciones', NULL, NULL, NULL),
|
||
(33, 'es_ES', 'Gestor de exportación de Back Office', NULL, NULL, NULL),
|
||
(34, 'es_ES', 'Panel de herramientas', NULL, NULL, NULL),
|
||
(35, 'es_ES', 'Gestión de marcas', NULL, NULL, NULL),
|
||
(36, 'es_ES', 'Hooks', NULL, NULL, NULL),
|
||
(37, 'es_ES', 'Posiciones de hook', NULL, NULL, NULL),
|
||
(38, 'es_ES', 'Administración de ventas', NULL, NULL, NULL),
|
||
(39, 'es_ES', 'Lista de Administradores', NULL, NULL, NULL),
|
||
(40, 'es_ES', 'Configuración de la categoría', NULL, NULL, NULL),
|
||
(41, 'es_ES', 'Configuración de envío', NULL, NULL, NULL),
|
||
(42, 'es_ES', 'Configuración de las reglas de impuestos', NULL, NULL, NULL),
|
||
(43, 'es_ES', 'Gestión de Hooks', NULL, NULL, NULL),
|
||
(44, 'es_ES', 'Importación/ exportación de datos', NULL, NULL, NULL),
|
||
(45, 'es_ES', 'Administración de módulos', NULL, NULL, NULL),
|
||
(46, 'es_ES', 'Gestión de perfiles de administración', NULL, NULL, NULL),
|
||
(47, 'es_ES', 'Función de búsqueda de back office', NULL, NULL, NULL),
|
||
(48, 'es_ES', 'Configuración de API', NULL, NULL, NULL),
|
||
(49, 'es_ES', 'Estado civil cliente', NULL, NULL, NULL),
|
||
(1, 'fr_FR', 'Adresse', NULL, NULL, NULL),
|
||
(2, 'fr_FR', 'Configuration / Administrateur', NULL, NULL, NULL),
|
||
(3, 'fr_FR', 'Configuration / Zone', NULL, NULL, NULL),
|
||
(4, 'fr_FR', 'Configuration / Attribut', NULL, NULL, NULL),
|
||
(5, 'fr_FR', 'Catégorie', NULL, NULL, NULL),
|
||
(6, 'fr_FR', 'Configuration', NULL, NULL, NULL),
|
||
(7, 'fr_FR', 'Contenu', NULL, NULL, NULL),
|
||
(8, 'fr_FR', 'Configuration / Pays', NULL, NULL, NULL),
|
||
(9, 'fr_FR', 'Code promo', NULL, NULL, NULL),
|
||
(10, 'fr_FR', 'Configuration / Devise', NULL, NULL, NULL),
|
||
(11, 'fr_FR', 'Client', NULL, NULL, NULL),
|
||
(12, 'fr_FR', 'Configuration / Caractéristique', NULL, NULL, NULL),
|
||
(13, 'fr_FR', 'Dossier', NULL, NULL, NULL),
|
||
(14, 'fr_FR', 'Configuration / Langue', NULL, NULL, NULL),
|
||
(15, 'fr_FR', 'Configuration / Système de mails', NULL, NULL, NULL),
|
||
(16, 'fr_FR', 'Configuration / Message', NULL, NULL, NULL),
|
||
(17, 'fr_FR', 'Configuration / Module', NULL, NULL, NULL),
|
||
(18, 'fr_FR', 'Commande', NULL, NULL, NULL),
|
||
(19, 'fr_FR', 'Produit', NULL, NULL, NULL),
|
||
(20, 'fr_FR', 'Configuration / Profil', NULL, NULL, NULL),
|
||
(21, 'fr_FR', 'Configuration / Zone de livraison', NULL, NULL, NULL),
|
||
(22, 'fr_FR', 'Configuration / Taxe', NULL, NULL, NULL),
|
||
(23, 'fr_FR', 'Configuration / Modèle', NULL, NULL, NULL),
|
||
(24, 'fr_FR', 'Configuration / Logs système', NULL, NULL, NULL),
|
||
(25, 'fr_FR', 'Configuration / Cache', NULL, NULL, NULL),
|
||
(26, 'fr_FR', 'Page d\'acceuil de l\'administration', NULL, NULL, NULL),
|
||
(27, 'fr_FR', 'Configuration des informations sur la boutique', NULL, NULL, NULL),
|
||
(28, 'fr_FR', 'Variables de configuration', NULL, NULL, NULL),
|
||
(29, 'fr_FR', 'Consulter les logs d\'administration', NULL, NULL, NULL),
|
||
(30, 'fr_FR', 'Configuration du système de log', NULL, NULL, NULL),
|
||
(31, 'fr_FR', 'Configuration avancée', NULL, NULL, NULL),
|
||
(32, 'fr_FR', 'Traductions', NULL, NULL, NULL),
|
||
(33, 'fr_FR', 'gestion des exports', NULL, NULL, NULL),
|
||
(34, 'fr_FR', 'Outils', NULL, NULL, NULL),
|
||
(35, 'fr_FR', 'Gestion des marques', NULL, NULL, NULL),
|
||
(36, 'fr_FR', 'Points d\'accroche', NULL, NULL, NULL),
|
||
(37, 'fr_FR', 'Positions des points d\'accroche', NULL, NULL, NULL),
|
||
(38, 'fr_FR', 'Gestion des promotions', NULL, NULL, NULL),
|
||
(39, 'fr_FR', 'Liste des administrateurs', NULL, NULL, NULL),
|
||
(40, 'fr_FR', 'Configuration d\'une catégorie', NULL, NULL, NULL),
|
||
(41, 'fr_FR', 'Configuration du transport', NULL, NULL, NULL),
|
||
(42, 'fr_FR', 'Configuration des règles de taxes', NULL, NULL, NULL),
|
||
(43, 'fr_FR', 'Gestion des hooks', NULL, NULL, NULL),
|
||
(44, 'fr_FR', 'Importation / exportation de données', NULL, NULL, NULL),
|
||
(45, 'fr_FR', 'Gestion des modules', NULL, NULL, NULL),
|
||
(46, 'fr_FR', 'Gestion des profils d\'administration', NULL, NULL, NULL),
|
||
(47, 'fr_FR', 'Fonction de recherche dans l\'administration', NULL, NULL, NULL),
|
||
(48, 'fr_FR', 'Configuration de l\'API', NULL, NULL, NULL),
|
||
(49, 'fr_FR', 'civilité client', NULL, NULL, NULL)
|
||
;
|
||
|
||
|
||
INSERT INTO `message_i18n` (`id`, `locale`, `title`, `subject`, `text_message`, `html_message`) VALUES
|
||
(1, 'de_DE', 'Bestellbestätigung den Kunden gesendet', 'Ihre Bestellung {$order_ref} bei {config key=\"store_name\"}', NULL, NULL),
|
||
(2, 'de_DE', 'Ihr neues Passwort', 'Ihr neues Passwort für {config key=\"store_name\"}', NULL, NULL),
|
||
(3, 'de_DE', 'Gesendete Nachricht wenn eine neue Bestellung erteilt wird.', 'Neue Bestellung {$order_ref} für {config key=\"store_name\"}', NULL, NULL),
|
||
(4, 'de_DE', 'Mail an den Kunden geschickt, wenn sein Passwort oder E-Mail von einem Administrator im Back-Office geändert werden', 'Ihre Konto-Zugriff für {config key=\"store_name\"} wurde geändert', NULL, NULL),
|
||
(5, 'de_DE', 'Mail an den Kunden geschickt, wenn sein Konto von einem Administrator im Back-Office erstellt wird', 'Ein Konto {config key=\"store_name\"} wurde für Sie erstellt.', NULL, NULL),
|
||
(6, 'de_DE', NULL, NULL, NULL, NULL),
|
||
(7, 'de_DE', NULL, NULL, NULL, NULL),
|
||
(1, 'en_US', 'Order confirmation sent to the customer', 'Your order {$order_ref} at {config key=\"store_name\"}', NULL, NULL),
|
||
(2, 'en_US', 'Your new password', 'Your new password for {config key=\"store_name\"}', NULL, NULL),
|
||
(3, 'en_US', 'Message sent to the shop owner when a new order is placed', 'New order {$order_ref} placed on {config key=\"store_name\"}', NULL, NULL),
|
||
(4, 'en_US', 'Mail sent to the customer when its password or email is changed in the back-office', 'Your account information on {config key=\"store_name\"} has been changed.', NULL, NULL),
|
||
(5, 'en_US', 'Mail sent to the customer when its account is created by an administrator in the back-office', 'A {config key=\"store_name\"} account has been created for you', NULL, NULL),
|
||
(6, 'en_US', 'Mail sent to an administrator who requested a new password', NULL, NULL, NULL),
|
||
(7, 'en_US', 'Newsletter subscription confirmation mail', 'Your subscription to %store newsletter', NULL, NULL),
|
||
(1, 'es_ES', 'Confirmación de la orden enviada al cliente', 'Su orden {$order_ref} en {tecla config = \"store_name\"}', NULL, NULL),
|
||
(2, 'es_ES', 'Su nueva contraseña', 'Su nueva contraseña para {tecla config = \"store_name\"}', NULL, NULL),
|
||
(3, 'es_ES', 'Mensaje enviado al propietario de la tienda cuando se envía una nueva orden', 'Nueva orden {$order_ref} ubicada en {tecla config = \"store_name\"}', NULL, NULL),
|
||
(4, 'es_ES', 'Correo enviado al cliente cuando se cambia su contraseña o correo electrónico en el back-office', 'La información de su cuenta en {tecla config = \"store_name\"} ha sido cambiada.', NULL, NULL),
|
||
(5, 'es_ES', 'Correo enviado al cliente cuando se crea su cuenta por un administrador en el back-office', 'Una {config key=\"store_name\"} cuenta ha sido creada para ti', NULL, NULL),
|
||
(6, 'es_ES', 'Correo enviado a un administrador que ha solicitado una nueva contraseña', NULL, NULL, NULL),
|
||
(7, 'es_ES', 'Confirmación de suscripción por correo al boletín', 'Tu suscripción al boletín de %store', NULL, NULL),
|
||
(1, 'fr_FR', 'Confirmation de commande envoyée au client', 'Votre commande {$order_ref} chez {config key=\"store_name\"}', NULL, NULL),
|
||
(2, 'fr_FR', 'Votre nouveau mot de passe', 'Votre nouveau mot de passe {config key=\"store_name\"}', NULL, NULL),
|
||
(3, 'fr_FR', 'Message envoyé au gestionnaire de la boutique lors d\'une nouvelle commande.', 'Nouvelle commande {$order_ref} reçue sur {config key=\"store_name\"}', NULL, NULL),
|
||
(4, 'fr_FR', 'Message envoyé au client lorsque son mot de passe ou son email est changé dans le back-office', 'L\'accès à votre compte {config key=\"store_name\"} a changé', NULL, NULL),
|
||
(5, 'fr_FR', 'Mail envoyé au client lorsque son compte est créé depuis le back-office par un administrateur', 'Un compte {config key=\"store_name\"} vient d\'être créé pour vous.', NULL, NULL),
|
||
(6, 'fr_FR', 'Courrier envoyé à un administrateur qui a demandé un nouveau mot de passe', NULL, NULL, NULL),
|
||
(7, 'fr_FR', 'Mail de confirmation d\'inscription à la newsletter', 'Vous avez souscrit à la newsletter du site %store', NULL, NULL)
|
||
;
|