Commit 5a8493e0 authored by Mygod's avatar Mygod

Remove unused strings

parent 3c3e5317
...@@ -40,6 +40,7 @@ Translators can go to [POEditor](https://poeditor.com/join/project/u5VHO9vhSf) t ...@@ -40,6 +40,7 @@ Translators can go to [POEditor](https://poeditor.com/join/project/u5VHO9vhSf) t
* It's okay to leave some strings untranslated if you think it should use the same string as English (US). * It's okay to leave some strings untranslated if you think it should use the same string as English (US).
* `faq_url` should not be changed. If you'd like to translate FAQ, submit a pull request with the translated [`faq.md`](https://github.com/shadowsocks/shadowsocks-android/blob/master/.github/faq.md) (it should be named properly, e.g. `.github/faq.zh-CN.md`). Administrators will take care of the rest. * `faq_url` should not be changed. If you'd like to translate FAQ, submit a pull request with the translated [`faq.md`](https://github.com/shadowsocks/shadowsocks-android/blob/master/.github/faq.md) (it should be named properly, e.g. `.github/faq.zh-CN.md`). Administrators will take care of the rest.
* Do not add/edit/remove comments.
## OPEN SOURCE LICENSES ## OPEN SOURCE LICENSES
......
...@@ -81,9 +81,7 @@ ...@@ -81,9 +81,7 @@
<string name="profile_empty">Please select a profile</string> <string name="profile_empty">Please select a profile</string>
<string name="proxy_empty">Proxy/Password should not be empty</string> <string name="proxy_empty">Proxy/Password should not be empty</string>
<string name="connect">Connect</string> <string name="connect">Connect</string>
<string name="initializing">Initializing…</string>
<string name="recovering">Resetting…</string> <string name="recovering">Resetting…</string>
<string name="loading">Loading…</string>
<string name="remove_profile">Remove this profile "%s"?</string> <string name="remove_profile">Remove this profile "%s"?</string>
<!-- menu category --> <!-- menu category -->
...@@ -96,10 +94,6 @@ ...@@ -96,10 +94,6 @@
<string name="about_title">Shadowsocks %s</string> <string name="about_title">Shadowsocks %s</string>
<string name="edit">Edit</string> <string name="edit">Edit</string>
<string name="share">Share</string> <string name="share">Share</string>
<string name="flush_dnscache">Flush DNS cache</string>
<string name="flush_dnscache_summary">Only useful in NAT mode. Requires ROOT permission.</string>
<string name="flush_dnscache_no_root">Flush DNS cache cannot proceed without ROOT permission</string>
<string name="flushing">Flushing</string>
<string name="add_profile">Add Profile</string> <string name="add_profile">Add Profile</string>
<string name="action_apply_all">Apply Settings to All Profiles</string> <string name="action_apply_all">Apply Settings to All Profiles</string>
<string name="action_export">Export to Clipboard</string> <string name="action_export">Export to Clipboard</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment