mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
reset authkey + rss download link use downhash
This commit is contained in:
@@ -429,7 +429,7 @@ $lang_settings = array
|
||||
'text_external_forum_url_note' => "填写类似这样的地址:http://www.cc98.org",
|
||||
'row_torrents_category_mode' => "种子区分类模式",
|
||||
'text_torrents_category_mode_note' => "改变种子区的分类模式。",
|
||||
'row_special_category_mode' => "特殊区分类模式",
|
||||
'row_special_category_mode' => "特别区分类模式",
|
||||
'text_special_category_mode_note' => "改变特殊区的分类模式。",
|
||||
'row_default_site_language' => "默认站点语言",
|
||||
'text_default_site_language_note' => "改变登录页面的默认语言。",
|
||||
|
||||
@@ -77,9 +77,12 @@ $lang_usercp = array
|
||||
'std_passkey_reset' => " (密钥已成功更新!)",
|
||||
'std_password_changed' => " (你的密码已成功修改!)",
|
||||
'std_privacy_level_updated' => " (你的隐私级别已成功更新!)",
|
||||
'row_reset_passkey' => "重置密钥",
|
||||
'checkbox_reset_my_passkey' => "我想重置密钥。",
|
||||
'text_reset_passkey_note' => "<b>注意:</b>当密钥被重置后,你必须重新下载相关的种子文件才能继续下载或做种。",
|
||||
'row_reset_passkey' => "重置 passkey",
|
||||
'checkbox_reset_my_passkey' => "我想重置 passkey。",
|
||||
'text_reset_passkey_note' => "<b>注意:</b>当 passkey 被重置后,种子下载链接(如 rss 列表中的种子链接)必须重新获取。",
|
||||
'row_reset_authkey' => "重置 authkey",
|
||||
'checkbox_reset_my_authkey' => "我想重置 authkey。",
|
||||
'text_reset_authkey_note' => "<b>注意:</b>当 authkey 被重置后,你必须重新下载相关的种子文件才能继续下载或做种。",
|
||||
'row_email_address' => "邮箱地址",
|
||||
'text_email_address_note' => "<b>注意:</b>改变邮箱地址后,你将在新地址收到验证邮件。你必须重新验证。",
|
||||
'row_change_password' => "修改密码",
|
||||
|
||||
Reference in New Issue
Block a user