diff --git a/core/module/install/install.php b/core/module/install/install.php index d6be0d5b..3ef9c4a2 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -83,7 +83,7 @@ class install extends common $this->addOutput([ 'display' => self::DISPLAY_LAYOUT_LIGHT, - 'title' => helper::translate('Installation'), + 'title' => helper::translate('ZwiiCMS Installation'), 'view' => 'index' ]); } @@ -267,7 +267,7 @@ class install extends common // Valeurs en sortie $this->addOutput([ 'display' => self::DISPLAY_LAYOUT_LIGHT, - 'title' => helper::translate('Installation'), + 'title' => helper::translate('ZwiiCMS Installation'), 'view' => 'postinstall' ]); } diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 23e89d8e..1a3cafda 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -285,16 +285,16 @@ class init extends common 'blacklist' => [], 'language' => [ "fr_FR" => [ - "version" => 12308, - "date" => 1682171316 + "version" => 13000, + "date" => 1689300567 ], "es" => [ - "version" => 12308, - "date" => 1682171316 + "version" => 13000, + "date" => 1689300567 ], "en_EN" => [ - "version" => 12308, - "date" => 1682171316 + "version" => 13000, + "date" => 1689300567 ] ], 'profil' => [ @@ -717,7 +717,7 @@ class init extends common "linkLegalLabel" => "Consultar el aviso legal", "cookiesFooterText" => "Cookies", "buttonValidLabel" => "Aceptar" - ] + ] ], 'page' => [ 'inicio' => [ @@ -762,7 +762,7 @@ class init extends common 'searchPageId' => 'none', 'searchPageLabel' => 'none', 'sitemapPageLabel' => 'none', - 'poweredPageLabel'=> 'Powered by', + 'poweredPageLabel' => 'Powered by', 'legalPageLabel' => 'legals', 'metaDescription' => 'Zwii is a database-free CMS that makes it easy to create and manage a website without any programming knowledge.', 'title' => 'Your site in a few clicks!', @@ -1436,7 +1436,7 @@ class init extends common 'page404' => 'none', 'legalPageId' => 'none', 'searchPageId' => 'none', - 'poweredPageLabel'=> 'Motorisé par', + 'poweredPageLabel' => 'Motorisé par', 'searchPageLabel' => 'Rechercher', 'sitemapPageLabel' => 'Plan du site', 'legalPageLabel' => 'Mentions légales', diff --git a/core/module/install/ressource/i18n/en_EN.json b/core/module/install/ressource/i18n/en_EN.json index e65c238a..9ae8d0fe 100644 --- a/core/module/install/ressource/i18n/en_EN.json +++ b/core/module/install/ressource/i18n/en_EN.json @@ -260,7 +260,7 @@ "Incorrect": "Incorrect", "Informations": "Informations", "Instagram": "Instagram", - "Installation": "Installation", + "ZwiiCMS - Installation": "ZwiiCMS - Installation", "Installation terminée": "Installation completed", "Installer": "Install", "Installer depuis le catalogue en ligne": "Install from the online catalog", diff --git a/core/module/install/ressource/i18n/es.json b/core/module/install/ressource/i18n/es.json index 37cc8180..f2d8fd37 100644 --- a/core/module/install/ressource/i18n/es.json +++ b/core/module/install/ressource/i18n/es.json @@ -260,7 +260,7 @@ "Incorrect": "Incorrecto", "Informations": "Información", "Instagram": "Instagram", - "Installation": "Instalación", + "ZwiiCMS - Installation": "ZwiiCMS - Instalación", "Installation terminée": "instalación completa", "Installer": "Instalar", "Installer depuis le catalogue en ligne": "Instalar desde el archivo en línea", diff --git a/core/module/install/ressource/i18n/fr_FR.json b/core/module/install/ressource/i18n/fr_FR.json index b147c135..4232b7ae 100644 --- a/core/module/install/ressource/i18n/fr_FR.json +++ b/core/module/install/ressource/i18n/fr_FR.json @@ -260,7 +260,7 @@ "Incorrect": "", "Informations": "", "Instagram": "", - "Installation": "", + "ZwiiCMS - Installation": "", "Installation terminée": "", "Installer": "", "Installer depuis le catalogue en ligne": "",