mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
[Fix] Fix string quotations in PasswordHistoryLength
The headline text and the description in function PasswordHisoryLength refers to pwd_timeout_* instead of pwd_history_*. Fix them back to pwd_history & pwd_history_desc.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<string name="unknown">未知</string>
|
||||
<string name="reset">重置</string>
|
||||
<string name="time_unit_ms">时间(ms)</string>
|
||||
<string name="length">长度</string>
|
||||
<string name="none">无</string>
|
||||
<string name="no_logs">无日志</string>
|
||||
<string name="default_stringres">默认</string>
|
||||
@@ -403,6 +404,7 @@
|
||||
<string name="max_time_to_lock_desc">超时后锁屏(毫秒),0为由用户决定</string>
|
||||
<string name="pwd_timeout_desc">超时后用户需重新设置密码(毫秒),0为无限制</string>
|
||||
<string name="pwd_history">密码历史记录长度</string>
|
||||
<string name="pwd_history_desc">用户无法设置指定历史范围内之前曾设置过的密码</string>
|
||||
<string name="password_complexity_none">无(允许不设密码)</string>
|
||||
<string name="password_complexity_low">低(允许图案和连续性)</string>
|
||||
<string name="password_complexity_medium">中(无连续性,至少4位)</string>
|
||||
@@ -454,7 +456,7 @@
|
||||
<string name="dynamic_color">动态取色</string>
|
||||
<string name="dynamic_color_desc">安卓12+</string>
|
||||
<string name="about">关于</string>
|
||||
<string name="about_desc">使用安卓的Device admin、Device owner 、Profile owner,全方位掌控你的设备</string>
|
||||
<string name="about_desc">使用安卓的Device admin、Device owner、Profile owner,全方位掌控你的设备</string>
|
||||
<string name="user_guide">使用教程</string>
|
||||
<string name="source_code">源代码</string>
|
||||
<string name="blackTheme">纯黑夜间主题</string>
|
||||
|
||||
Reference in New Issue
Block a user