-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n support & in-app activation check
- Loading branch information
Showing
7 changed files
with
66 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="action_settings">关于</string> | ||
<string name="main_first_use_notice_title">该应用不是对 AdGuard 现有授权机制的“绕过”</string> | ||
<string name="main_first_use_notice_text">该应用的目的旨在让个人授权用户在拥有多于三台设备的情况下仍能享受到高级版 AdGuard 的授权待遇\n\n该应用 *不会* 让你免费获得 AdGuard 的高级授权。您原则上仍然需要购买正版授权后才能使用高级权益\n\n您同意仅将该应用作为上述且个人非营利的用途</string> | ||
<string name="main_first_use_notice_agree">我同意</string> | ||
<string name="about_slogan">关于 DualGuard</string> | ||
<string name="about_module_intro_and_help_title">简介与帮助</string> | ||
<string name="about_module_developer_title">开发者</string> | ||
<string name="about_module_intro_and_help_text">该模块旨在帮助那些购买了 AdGuard 个人版授权,却又拥有刚好大于三台设备的人使用高级特性。\n\n默认情况下,AdGuard 的个人版授权仅允许激活三台设备。该模块可以让 Android 设备上的 AdGuard 无视该授权限制。\n\n首先,该模块 *不能,也不会* 免费帮你获得高级版授权。如果你只是想要破解 AdGuard,那么你来错地方了。\n\n如果你已经拥有合法的 AdGuard 授权,那么请继续阅读使用方法:\n1. 下载,安装 AdGuard 本体,并使用你的授权许可激活应用\n2. 在 LSPosed 里激活该模块\n3. 强行停止 + 重开 AdGuard\n\n在所有设备上享受高级版权限吧!</string> | ||
<string name="first_fragment_enabled">模块已生效</string> | ||
<string name="first_fragment_disabled">模块未生效</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
<resources> | ||
<string name="app_name">DualGuard</string> | ||
<string name="action_settings">关于</string> | ||
<string name="app_name" translatable="false">DualGuard</string> | ||
<string name="action_settings">About</string> | ||
<!-- Strings used for fragments for navigation --> | ||
<string name="first_fragment_label">DualGuard</string> | ||
<string name="second_fragment_label">Second Fragment</string> | ||
<string name="next">Next</string> | ||
<string name="previous">Previous</string> | ||
<string name="first_fragment_label" translatable="false">DualGuard</string> | ||
<string name="first_fragment_enabled">Module is enabled</string> | ||
<string name="first_fragment_disabled">Module is disabled</string> | ||
|
||
<string name="main_first_use_notice_title">This is NOT a bypass for AdGuard subscription</string> | ||
<string name="main_first_use_notice_text">This module is intended for those who have more than three devices. It *won\'t* let you get AdGuard Premium for free. You are required to purchase a valid subscription before using this module. By using this module, you agree that you use it only for personal and non-commercial usage.</string> | ||
<string name="main_first_use_notice_agree">I agree</string> | ||
|
||
<string name="about_slogan">About DualGuard</string> | ||
|
||
<string name="about_module_intro_and_help_title">Introduction and Assistance</string> | ||
<string name="about_module_intro_and_help_text">This module is designed to help those who have purchased an AdGuard Personal license but have just greater than three devices to use the advanced features. \n\nBy default, the Personal license of AdGuard allows only three devices to be activated. This module allows AdGuard on Android devices to ignore that limit. \n\nFirst of all, the module *can\'t and won\'t* help you get a Premium license for free. If you just want to hack AdGuard, then you\'ve come to the wrong place. If you already have a legitimate AdGuard license, then read on for instructions: \n1. Download, install AdGuard properly and activate the app with your license. \n2. Activate this module in LSPosed. \n3. Force stop + reopen AdGuard. \n\nEnjoy Premium access on all your devices!</string> | ||
|
||
<string name="about_module_developer_title">Developers</string> | ||
<!-- Strings below are intended for remove --> | ||
<string name="hello_first_fragment">Hello first fragment</string> | ||
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string> | ||
|
||
<string name="second_fragment_label">Second Fragment</string> | ||
<string name="next">Next</string> | ||
<string name="previous">Previous</string> | ||
</resources> |