10 lines
624 B
XML
10 lines
624 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
<!-- Notification -->
|
||
<string name="module_is_not_activated_yet">Xposed 模組尚未啟動</string>
|
||
<string name="xposed_module_updated_notification_title">Xposed 模組已更新</string>
|
||
<string name="xposed_module_updated_notification_content">%s 已更新</string>
|
||
<string name="xposed_module_updated_notification_title_system">Xposed模組已更新,需要重啟系統。</string>
|
||
<string name="xposed_module_updated_notification_content_system">%s 已更新,由於作用域中包含系統框架,需要重啟系統。</string>
|
||
</resources>
|