12 lines
855 B
XML
12 lines
855 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
<!-- Notification -->
|
||
<string name="module_is_not_activated_yet">Xposed 模組尚未啟動</string>
|
||
<string name="module_is_not_activated_yet_main_user_detailed">%1$s 已安裝,但尚未啟動</string>
|
||
<string name="module_is_not_activated_yet_multi_user_detailed">%1$s 已安裝到用戶 %2$s,但尚未啟動</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>
|