* fix bug #26362.
This commit is contained in:
@@ -154,7 +154,7 @@ $lang->install->saved2File = 'Die Konfigurationsdatei wurde gespeichert
|
||||
$lang->install->errorNotSaveConfig = 'Die Konfigurationsdatei wurde nicht gespeichert.';
|
||||
|
||||
global $app;
|
||||
$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->moduleRoot}config/config.php file.";
|
||||
$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->basePath}config/config.php file.";
|
||||
|
||||
$lang->install->getPriv = 'Als Admin setzen';
|
||||
$lang->install->company = 'Firmenname';
|
||||
|
||||
@@ -154,7 +154,7 @@ $lang->install->saved2File = 'The configuration file has been saved to "
|
||||
$lang->install->errorNotSaveConfig = 'The configuration file is not saved.';
|
||||
|
||||
global $app;
|
||||
$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->moduleRoot}config/config.php file.";
|
||||
$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->basePath}config/config.php file.";
|
||||
|
||||
$lang->install->getPriv = 'Set Admin';
|
||||
$lang->install->company = 'Company Name';
|
||||
|
||||
@@ -154,7 +154,7 @@ $lang->install->saved2File = 'Le fichier de configuration a été enregi
|
||||
$lang->install->errorNotSaveConfig = "Le fichier de configuration n'est pas enregistré.";
|
||||
|
||||
global $app;
|
||||
$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->moduleRoot}config/config.php file.";
|
||||
$lang->install->CSRFNotice = "CSRF defense has been enabled in the system. If you don't need it, contact the administrator to disable it manually in the {$app->basePath}config/config.php file.";
|
||||
|
||||
$lang->install->getPriv = 'Paramétrage Admin';
|
||||
$lang->install->company = 'Nom Entreprise';
|
||||
|
||||
@@ -154,7 +154,7 @@ $lang->install->saved2File = '配置信息已经成功保存到" <strong
|
||||
$lang->install->errorNotSaveConfig = '还没有保存配置文件';
|
||||
|
||||
global $app;
|
||||
$lang->install->CSRFNotice = "系统已开启了CSRF的防御,如需关闭,请联系管理员到{$app->moduleRoot}config/config.php文件中手动关闭。";
|
||||
$lang->install->CSRFNotice = "系统已开启了CSRF的防御,如需关闭,请联系管理员到{$app->basePath}config/config.php文件中手动关闭。";
|
||||
|
||||
$lang->install->getPriv = '设置帐号';
|
||||
$lang->install->company = '公司名称';
|
||||
|
||||
Reference in New Issue
Block a user