Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3741d51d authored by Michael Bestas's avatar Michael Bestas Committed by Gerrit Code Review
Browse files

Enhance power menu reboot option

* Use our old reboot icon
* Set correct dialog title & message when rebooting
* Move strings to cm_strings
* Add back reboot_download string used by samsung devices
* Remove Chinese translations, will be handled through crowdin

Change-Id: I3ba0e20dcdba0a295a071304048eebab6cfcf49d
parent 11b9d6c3
Loading
Loading
Loading
Loading
+186 B (1.61 KiB)
Loading image diff...
+2.02 KiB (3.29 KiB)
Loading image diff...
−116 B (1.52 KiB)
Loading image diff...
+15.4 KiB (17.3 KiB)
Loading image diff...
+0 −4
Original line number Diff line number Diff line
@@ -171,16 +171,12 @@
    <string name="shutdown_confirm_question" msgid="2906544768881136183">"您要关机吗?"</string>
    <string name="reboot_safemode_title" msgid="7054509914500140361">"重新启动并进入安全模式"</string>
    <string name="reboot_safemode_confirm" msgid="55293944502784668">"您要重新启动并进入安全模式吗?这样会停用您已安装的所有第三方应用。再次重新启动将恢复这些应用。"</string>
    <string name="reboot_title">"重启"</string>
    <string name="reboot_confirm" product="tablet">"您的平板电脑将会重启。"</string>
    <string name="reboot_confirm" product="default">"您的手机将会重启。"</string>
    <string name="recent_tasks_title" msgid="3691764623638127888">"近期任务"</string>
    <string name="no_recent_tasks" msgid="8794906658732193473">"最近没有运行任何应用"</string>
    <string name="global_actions" product="tablet" msgid="408477140088053665">"平板电脑选项"</string>
    <string name="global_actions" product="default" msgid="2406416831541615258">"手机选项"</string>
    <string name="global_action_lock" msgid="2844945191792119712">"屏幕锁定"</string>
    <string name="global_action_power_off" msgid="4471879440839879722">"关机"</string>
    <string name="global_action_reboot">"重启"</string>
    <string name="global_action_bug_report" msgid="7934010578922304799">"错误报告"</string>
    <string name="bugreport_title" msgid="2667494803742548533">"提交错误报告"</string>
    <string name="bugreport_message" msgid="398447048750350456">"这会收集有关当前设备状态的信息,并以电子邮件的形式进行发送。从开始生成错误报告到准备好发送需要一点时间,请耐心等待。"</string>
Loading