forked from JZ-Darkal/AndroidHttpCapture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
77 lines (59 loc) · 2.83 KB
/
Copy pathstrings.xml
File metadata and controls
77 lines (59 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<resources>
<string name="app_name">AndroidHttpCapture</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="action_settings">设置</string>
<string name="action_exit">退出</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="album">相册</string>
<string name="qr">二维码</string>
<string name="back">返回</string>
<string name="scan_text">将二维码放入框内,即可自动扫描</string>
<string name="title_activity_settings">设置</string>
<!-- Strings related to Settings -->
<!-- Example General settings -->
<string name="pref_header_general">General</string>
<string name="pref_title_social_recommendations">Enable social recommendations</string>
<string name="pref_description_social_recommendations">Recommendations for people to contact
based on your message history
</string>
<string name="pref_title_display_name">Display name</string>
<string name="pref_default_display_name">John Smith</string>
<string name="pref_title_add_friends_to_messages">Add friends to messages</string>
<string-array name="pref_example_list_titles">
<item>Always</item>
<item>When possible</item>
<item>Never</item>
</string-array>
<string-array name="pref_example_list_values">
<item>1</item>
<item>0</item>
<item>-1</item>
</string-array>
<!-- Example settings for Data & Sync -->
<string name="pref_header_data_sync">Data & sync</string>
<string name="pref_title_UA">环境切换</string>
<string-array name="pref_item_UA">
<item>手机浏览器</item>
<item>微信环境</item>
<item>手Q环境</item>
</string-array>
<string-array name="pref_item_UA_values">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
<string name="pref_title_cert">重新安装证书</string>
<string name="pref_description_cert">必须安装MITM证书才可实现HTTPS的抓包功能</string>
<!-- Example settings for Notifications -->
<string name="pref_header_notifications">Notifications</string>
<string name="pref_title_new_message_notifications">New message notifications</string>
<string name="pref_title_ringtone">Ringtone</string>
<string name="pref_ringtone_silent">Silent</string>
<string name="pref_title_vibrate">Vibrate</string>
<string name="connecting">ToyVPN is connecting...</string>
<string name="connected">ToyVPN is connected!</string>
<string name="disconnected">ToyVPN is disconnected!</string>
<string name="title_activity_scrolling">ScrollingActivity</string>
</resources>