forked from xuhaoyang/ClashForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,7 +117,7 @@ | |
|
||
<string name="route_system_traffic">Route System Traffic</string> | ||
<string name="routing_via_vpn_service">Routing all system traffic via VpnService</string> | ||
|
||
<string name="vpn_service">VPN Service</string> | ||
<string name="ipv6">IPv6</string> | ||
<string name="enable_ipv6">Enable IPv6 support (not recommend)</string> | ||
|
@@ -148,9 +148,13 @@ | |
|
||
<string name="sources">Sources</string> | ||
<string name="clash">Clash</string> | ||
<string name="clashr">ClashR</string> | ||
<string name="clash_for_android">Clash for Android</string> | ||
<string name="clashr_for_android">ClashR for Android</string> | ||
<string name="clashr_url" translatable="false">https://github.com/sh4d0wfiend/clash</string> | ||
<string name="clash_url" translatable="false">https://github.com/Dreamacro/clash</string> | ||
<string name="clash_for_android_url" translatable="false">https://github.com/Kr328/ClashForAndroid</string> | ||
<string name="clashr_for_android_url" translatable="false">https://github.com/naicfeng/ClashRForAndroid</string> | ||
|
||
<string name="contacts">Contacts</string> | ||
<string name="email">E-Mail</string> | ||
|
@@ -159,8 +163,10 @@ | |
<string name="email_url" translatable="false">[email protected]</string> | ||
<string name="github_issues_url" translatable="false">https://github.com/Kr328/ClashForAndroid/issues</string> | ||
<string name="telegram_channel_url" translatable="false">https://t.me/clash_for_android_channel</string> | ||
<string name="mod_clashr_text">Change to ClashR</string> | ||
<string name="mod_clashr_url" translatable="false">https://cuojue.org</string> | ||
|
||
<string name="tips_profile"><![CDATA[Accept Only <strong>Clash Config</strong> which contains <br /><strong>Proxies, Proxy Groups and Rules</strong>]]></string> | ||
<string name="tips_profile"><![CDATA[Accept Only <strong>Clash/ClashR Config</strong> which contains <br /><strong>Proxies, Proxy Groups and Rules</strong>]]></string> | ||
|
||
<string name="application_broken_description"><![CDATA[This is usually because you used a copy from <strong>Google Play</strong>, but the app that generated the copy did not handle <strong>Split Apks</strong> correctly <br />This means you get <strong>part of the app</strong>, not all of it]]></string> | ||
<string name="learn_more_about_split_apks">Learn more about Split Apks</string> | ||
|