diff --git a/module/upgrade/lang/de.php b/module/upgrade/lang/de.php
index e093ec0ccf..bac892c7ae 100644
--- a/module/upgrade/lang/de.php
+++ b/module/upgrade/lang/de.php
@@ -9,6 +9,7 @@
* @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $
* @link http://www.zentao.net
*/
+global $config;
$lang->upgrade->common = 'Upgrade';
$lang->upgrade->start = 'Start';
$lang->upgrade->result = 'Ergebnis';
@@ -32,6 +33,22 @@ $lang->upgrade->warnningContent = <<
+ Please backup your database before updating ZenTao!
+1. It can be backed up by graphical client tools.
+2. Use DIsql tool to back up data.
+ $> BACKUP DATABASE BACKUPSET 'filename';
+ After the statement is executed, a backup set directory named "filename" is generated in the default backup path.
+ The default backup path is the path configured with BAK_PATH in dm.ini. If BAK_PATH is not configured, bak in SYSTEM_PATH is used by default.
+ This is the simplest database backup statement,To set additional backup options, you need to understand the syntax of the online backup database.
+
+EOT;
+}
+
$lang->upgrade->createFileWinCMD = 'Öffnen Sie ein Konsolenfenster und rufen Sie echo > %s auf';
$lang->upgrade->createFileLinuxCMD = 'Ausführen in der Shell: touch %s';
$lang->upgrade->setStatusFile = '
+1. It can be backed up by graphical client tools.
+2. Use DIsql tool to back up data.
+ $> BACKUP DATABASE BACKUPSET 'filename';
+ After the statement is executed, a backup set directory named "filename" is generated in the default backup path.
+ The default backup path is the path configured with BAK_PATH in dm.ini. If BAK_PATH is not configured, bak in SYSTEM_PATH is used by default.
+ This is the simplest database backup statement,To set additional backup options, you need to understand the syntax of the online backup database.
+
+EOT;
+}
+
$lang->upgrade->createFileWinCMD = 'Open command line and execute echo > %s';
$lang->upgrade->createFileLinuxCMD = 'Execute command line: touch %s';
$lang->upgrade->setStatusFile = '
+1. It can be backed up by graphical client tools.
+2. Use DIsql tool to back up data.
+ $> BACKUP DATABASE BACKUPSET 'filename';
+ After the statement is executed, a backup set directory named "filename" is generated in the default backup path.
+ The default backup path is the path configured with BAK_PATH in dm.ini. If BAK_PATH is not configured, bak in SYSTEM_PATH is used by default.
+ This is the simplest database backup statement,To set additional backup options, you need to understand the syntax of the online backup database.
+
+EOT;
+}
+
$lang->upgrade->createFileWinCMD = 'Ouvrez la fenêtre Ligne de commandes de windows et exécutez echo > %s';
$lang->upgrade->createFileLinuxCMD = 'Executez la ligne de commande suivante: touch %s';
$lang->upgrade->setStatusFile = '
+1. 可以通过图形化客户端工具进行备份。
+2. 使用DIsql工具进行备份。
+ $> BACKUP DATABASE BACKUPSET 'filename';
+ 语句执行完后会在默认的备份路径下生成名为“filename”的备份集目录。
+ 默认的备份路径为 dm.ini 中 BAK_PATH 配置的路径,若未配置 BAK_PATH,则默认使用 SYSTEM_PATH 下的 bak 目录。
+ 这是最简单的数据库备份语句,如果要设置其他的备份选项需了解联机备份数据库的语法。
+
+EOT;
+}
+
$lang->upgrade->createFileWinCMD = '打开命令行,执行echo > %s';
$lang->upgrade->createFileLinuxCMD = '在命令行执行: touch %s';
$lang->upgrade->setStatusFile = '