MAJ en Thelia 2.3.4

This commit is contained in:
2020-05-03 08:14:07 +02:00
parent 72ddf49e60
commit 35a800ca0e
328 changed files with 9560 additions and 14163 deletions

View File

@@ -23,9 +23,9 @@ INSERT INTO `message` (`id`, `name`, `secured`, `text_layout_file_name`, `text_t
INSERT INTO `message_i18n` (`id`, `locale`, `title`, `subject`, `text_message`, `html_message`) VALUES
(@max, 'de_DE', NULL, NULL, NULL, NULL),
(@max, 'en_US', 'Mail sent to an administrator who requested a new password', NULL, NULL, NULL),
(@max, 'es_ES', 'Correo enviado a un administrador que ha solicitado una nueva contraseña', NULL, NULL, NULL),
(@max, 'fr_FR', 'Courrier envoyé à un administrateur qui a demandé un nouveau mot de passe', NULL, NULL, NULL)
(@max, 'en_US', 'Mail sent to an administrator who requested a new password', 'New password request on {config key=\"store_name\"}', NULL, NULL),
(@max, 'es_ES', 'Correo enviado a un administrador que ha solicitado una nueva contraseña', 'Nueva contraseña solicitada en {config key=\"store_name\"}', NULL, NULL),
(@max, 'fr_FR', 'Courrier envoyé à un administrateur qui a demandé un nouveau mot de passe', 'Votre demande de mot de passe {config key=\"store_name\"}', NULL, NULL)
;
-- Insert a fake email address for administrators, to trigger the admin update dialog
@@ -176,9 +176,9 @@ INSERT INTO `message` (`id`, `name`, `secured`, `text_layout_file_name`, `text_t
INSERT INTO `message_i18n` (`id`, `locale`, `title`, `subject`, `text_message`, `html_message`) VALUES
(@max, 'de_DE', NULL, NULL, NULL, NULL),
(@max, 'en_US', 'Mail sent after a subscription to newsletter', 'Your subscription to %store newsletter', NULL, NULL),
(@max, 'es_ES', 'Correo enviado después de la suscripción al boletín de noticias', 'Tu suscripción al boletín de %store', NULL, NULL),
(@max, 'fr_FR', 'Email envoyé après l\'inscription à la newsletter', 'Vous avez souscrit à la newsletter du site %store', NULL, NULL)
(@max, 'en_US', 'Mail sent after a subscription to newsletter', 'Your subscription to {config key=\"store_name\"} newsletter', NULL, NULL),
(@max, 'es_ES', 'Correo enviado después de la suscripción al boletín de noticias', 'Tu suscripción al boletín de {config key=\"store_name\"}', NULL, NULL),
(@max, 'fr_FR', 'Email envoyé après l\'inscription à la newsletter', 'Votre abonnement à {config key=\"store_name\"} newsletter', NULL, NULL)
;
-- add new config variables number_default_results_per_page
@@ -192,9 +192,9 @@ INSERT INTO `config_i18n` (`id`, `locale`, `title`, `chapo`, `description`, `pos
(@max+1, 'de_DE', NULL, NUll, NULL, NULL),
(@max+2, 'de_DE', NULL, NUll, NULL, NULL),
(@max+3, 'de_DE', NULL, NUll, NULL, NULL),
(@max+1, 'en_US', 'Number by default of results per page for product list', NUll, NULL, NULL),
(@max+2, 'en_US', 'Number by default of results per page for order list', NUll, NULL, NULL),
(@max+3, 'en_US', 'Number by default of results per page for customer list', NUll, NULL, NULL),
(@max+1, 'en_US', 'Default number of products on product list', NUll, NULL, NULL),
(@max+2, 'en_US', 'Default number of orders on order list', NUll, NULL, NULL),
(@max+3, 'en_US', 'Default number of customers on customer list', NUll, NULL, NULL),
(@max+1, 'es_ES', 'Número predeterminado de resultados por página para la lista de productos', NUll, NULL, NULL),
(@max+2, 'es_ES', 'Número predeterminado de resultados por página para la lista de pedidos', NUll, NULL, NULL),
(@max+3, 'es_ES', 'Número predeterminado de resultados por página para la lista de clientes', NUll, NULL, NULL),