aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-cn/install.php
diff options
context:
space:
mode:
authorGravatar berumuron <dev@marienfressinaud.fr> 2021-03-26 19:41:33 +0100
committerGravatar GitHub <noreply@github.com> 2021-03-26 19:41:33 +0100
commitcc6c529562ef5751133d97e3fec067c0072f215b (patch)
treee96d2ae665eee11f45607d57ac612a7a7267e314 /app/i18n/zh-cn/install.php
parenteeff1a17b0ae13c32560e9d1b59c6e82965f3e6d (diff)
tec: Remove data/do-install.txt (#3555)
* Remove file data/do-install.txt This file was painful during update because we had to remember to delete it each time. It added a security issue by allowing an attacker to reinstall FreshRSS during the update process. The (more powerful) file data/applied_migrations.txt has been introduced in 8619cf6fa to replace do-install.txt. We had to wait for at least one release in order to make sure existing instances of FreshRSS created the migration file. It should be ok now. * Replace i18n install.not_deleted key * Update documentation to update FreshRSS
Diffstat (limited to 'app/i18n/zh-cn/install.php')
-rw-r--r--app/i18n/zh-cn/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/zh-cn/install.php b/app/i18n/zh-cn/install.php
index ff2a57618..dd37a7e57 100644
--- a/app/i18n/zh-cn/install.php
+++ b/app/i18n/zh-cn/install.php
@@ -111,7 +111,7 @@ return array(
'choose' => '为 FreshRSS 选择语言',
'defined' => '语言已指定',
),
- 'not_deleted' => '出现错误,你必须手动删除文件 <em>%s</em>',
+ 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO - Translation
'ok' => '安装成功',
'session' => array(
'nok' => 'Web 服务器似乎未正确配置 PHP 会话所需的 cookie!',