strings.xml
2.07 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
<resources>
<string name="app_name">PassportDemo</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="title_activity_settings">设置</string>
<!-- Strings related to Settings -->
<!-- SDK settings -->
<string name="pref_header_general">SDK设置</string>
<string name="pref_title_mode">线上环境</string>
<string name="pref_description_mode">SDK是否使用线上正式服务器环境?</string>
<string name="pref_title_orientation">支付界面方向</string>
<string name="pref_description_orientation">是否使用横屏?</string>
<string name="pref_title_payment_version">支付版本</string>
<string-array name="pref_payment_version_titles">
<item>V3版本</item>
<item>V4版本</item>
</string-array>
<string-array name="pref_payment_version_values">
<item>V3</item>
<item>V4</item>
</string-array>
<!--基础参数设置-->
<string name="pref_header_param">基础参数设置</string>
<string name="pref_title_appid">appId</string>
<string name="pref_description_appid">应用使用的appId</string>
<string name="pref_title_channel">ChannelId</string>
<string name="pref_description_channel">应用使用的channelId</string>
<!--支付参数-->
<string name="payment">支付参数</string>
<string name="pref_description_server_id">区服id</string>
<string name="pref_title_server_id">serverId</string>
<string name="pref_description_role_id">角色id</string>
<string name="pref_title_role_id">roleId</string>
<string name="pref_description_product">商品名/商品id</string>
<string name="pref_title_product">product</string>
<string name="pref_description_amount">金额</string>
<string name="pref_title_amount">支付金额</string>
<string name="pref_description_extra">游戏透传参数</string>
<string name="pref_title_extra">extra_info</string>
<string name="pref_description_currency">支付显示货币</string>
<string name="pref_title_currency">currency</string>
</resources>