+ Change the lang config when env is container.

This commit is contained in:
dingguodong
2024-04-17 08:46:06 +08:00
parent d6b84c0dd6
commit 3377cd67af
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -27,6 +27,9 @@ $lang->backup->settingDir = 'Backup Directory';
$lang->backup->settingList['nofile'] = 'Do not back up files or codes.';
$lang->backup->settingList['nosafe'] = 'Do not prevent downloading PHP file header.';
global $app;
if($app->isContainer()) $lang->backup->settingList['nofile'] = 'Do not back up files.';
$lang->backup->waitting = '<span id="backupType"></span> In Arbeit. Bitte warten...';
$lang->backup->progressSQL = '<p>SQL backup: %s is backed up.</p>';
$lang->backup->progressAttach = '<p>SQL backup is completed.</p><p>Attachment backing up.</p>';
+3
View File
@@ -27,6 +27,9 @@ $lang->backup->settingDir = 'Backup Directory';
$lang->backup->settingList['nofile'] = 'Do not back up files or codes.';
$lang->backup->settingList['nosafe'] = 'Do not prevent downloading PHP file header.';
global $app;
if($app->isContainer()) $lang->backup->settingList['nofile'] = 'Do not back up files.';
$lang->backup->waitting = '<span id="backupType"></span> is ongoing. Please wait...';
$lang->backup->progressSQL = '<p>SQL backup: %s is backed up.</p>';
$lang->backup->progressAttach = '<p>SQL backup is completed.</p><p>Attachment backing up.</p>';
+3
View File
@@ -27,6 +27,9 @@ $lang->backup->settingDir = 'Répertoire Backup';
$lang->backup->settingList['nofile'] = 'Ne pas archiver fichiers et codes.';
$lang->backup->settingList['nosafe'] = 'Ne pas prévenir du téléchargement par PHP file header.';
global $app;
if($app->isContainer()) $lang->backup->settingList['nofile'] = 'Ne pas archiver fichiers';
$lang->backup->waitting = '<span id="backupType"></span> est en cours. Patientez s´il vous plait...';
$lang->backup->progressSQL = '<p>SQL backup: %s est sauvegardé.</p>';
$lang->backup->progressAttach = '<p>SQL backup est terminé.</p><p>Les fichiers sont en cours de sauvegarde.</p>';
+3
View File
@@ -27,6 +27,9 @@ $lang->backup->settingDir = '备份目录';
$lang->backup->settingList['nofile'] = '不备份附件和代码';
$lang->backup->settingList['nosafe'] = '不需要防下载PHP文件头';
global $app;
if($app->isContainer()) $lang->backup->settingList['nofile'] = '不备份附件';
$lang->backup->waitting = '<span id="backupType"></span>正在进行中,请稍候...';
$lang->backup->progressSQL = '<p>SQL备份中,已备份%s</p>';
$lang->backup->progressAttach = '<p>SQL备份完成</p><p>附件备份中,共有%s个文件,已经备份%s个</p>';
+3
View File
@@ -26,6 +26,9 @@ $lang->backup->settingDir = '備份目錄';
$lang->backup->settingList['nofile'] = '不備份附件和代碼';
$lang->backup->settingList['nosafe'] = '不需要防下載PHP檔案頭';
global $app;
if($app->isContainer()) $lang->backup->settingList['nofile'] = '不備份附件';
$lang->backup->waitting = '<span id="backupType"></span>正在進行中,請稍候...';
$lang->backup->progressSQL = '<p>SQL備份中,已備份%s</p>';
$lang->backup->progressAttach = '<p>SQL備份完成</p><p>附件備份中,共有%s個檔案,已經備份%s個</p>';