forked from ZwiiCMS-Team/ZwiiCMS
renommer module/translate en module/language
This commit is contained in:
parent
724c9fe521
commit
529f86c873
@ -1029,7 +1029,7 @@ class layout extends common
|
||||
]) . '</li>';
|
||||
$rightItems .= '<li>' . template::ico('flag', [
|
||||
'help' => 'Multilingue',
|
||||
'href' => helper::baseUrl() . 'translate'
|
||||
'href' => helper::baseUrl() . 'language'
|
||||
]) . '</li>';
|
||||
$rightItems .= '<li>' . template::ico('cog-alt', [
|
||||
'help' => 'Configuration',
|
||||
|
@ -68,7 +68,7 @@ class common
|
||||
'sitemap',
|
||||
'theme',
|
||||
'user',
|
||||
'translate',
|
||||
'language',
|
||||
'plugin'
|
||||
];
|
||||
public static $accessList = [
|
||||
@ -77,7 +77,7 @@ class common
|
||||
'config',
|
||||
'edit',
|
||||
'config',
|
||||
'translate'
|
||||
'language'
|
||||
];
|
||||
public static $accessExclude = [
|
||||
'login',
|
||||
|
@ -1008,9 +1008,10 @@ if ($this->getData(['core', 'dataVersion']) < 13000) {
|
||||
mkdir(self::FILE_DIR . 'source/partage');
|
||||
}
|
||||
|
||||
// Efface le script router.php
|
||||
// if (file_exists('core/class/router.class.php'))
|
||||
// unlink('core/class/router.class.php');
|
||||
// Efface le dossier translate
|
||||
if (is_dir('core/module/translate')) {
|
||||
$this->removeDir('core/module/translate');
|
||||
}
|
||||
|
||||
// Ajouter le prénom comme pseudo et le pseudo comme signature
|
||||
foreach ($this->getData(['user']) as $userId => $userIds) {
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @link http://zwiicms.fr/
|
||||
*/
|
||||
|
||||
class translate extends common
|
||||
class language extends common
|
||||
{
|
||||
|
||||
public static $actions = [
|
||||
@ -81,7 +81,7 @@ class translate extends common
|
||||
) {
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'state' => false,
|
||||
'notification' => helper::translate('Action interdite')
|
||||
]);
|
||||
@ -101,7 +101,7 @@ class translate extends common
|
||||
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'notification' => $response ? helper::translate('Copie terminée avec succès') : 'Copie terminée avec des erreurs',
|
||||
'state' => $response
|
||||
]);
|
||||
@ -328,7 +328,7 @@ class translate extends common
|
||||
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'notification' => helper::translate('Modifications enregistrées'),
|
||||
'state' => true
|
||||
]);
|
||||
@ -364,7 +364,7 @@ class translate extends common
|
||||
) {
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'state' => false,
|
||||
'notification' => helper::translate('Action interdite')
|
||||
]);
|
||||
@ -471,7 +471,7 @@ class translate extends common
|
||||
) {
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'state' => false,
|
||||
'notification' => helper::translate('Action interdite')
|
||||
]);
|
||||
@ -505,7 +505,7 @@ class translate extends common
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'notification' => helper::translate('Modifications enregistrées'),
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'state' => true,
|
||||
]);
|
||||
}
|
||||
@ -573,7 +573,7 @@ class translate extends common
|
||||
) {
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'state' => false,
|
||||
'notification' => helper::translate('Action interdite')
|
||||
]);
|
||||
@ -587,7 +587,7 @@ class translate extends common
|
||||
}
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'notification' => $success ? helper::translate('Traduction supprimée') : helper::translate('Erreur inconnue'),
|
||||
'state' => $success
|
||||
]);
|
||||
@ -603,7 +603,7 @@ class translate extends common
|
||||
// Effacer la langue dans la base
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'notification' => $success ? helper::translate('Traduction supprimée') : helper::translate('Erreur inconnue'),
|
||||
'state' => $success
|
||||
]);
|
||||
@ -636,7 +636,7 @@ class translate extends common
|
||||
) {
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'state' => false,
|
||||
'notification' => helper::translate('Action interdite')
|
||||
]);
|
||||
@ -652,7 +652,7 @@ class translate extends common
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'notification' => helper::translate('Modifications enregistrées'),
|
||||
'redirect' => helper::baseUrl() . 'translate',
|
||||
'redirect' => helper::baseUrl() . 'language',
|
||||
'state' => true,
|
||||
]);
|
||||
}
|
0
core/module/translate/view/index/index.css → core/module/language/view/index/index.css
Executable file → Normal file
0
core/module/translate/view/index/index.css → core/module/language/view/index/index.css
Executable file → Normal file
Loading…
Reference in New Issue
Block a user