Blame view

GameSDKDemo/src/main/res/values/strings.xml 671 Bytes
d6bc71fcb   赵康   add the project o...
1
2
3
4
  <?xml version="1.0" encoding="utf-8"?>
  <resources>
  
      <string name="app_name">GameSDKSample</string>
4a6edc661   赵康   SDK v4.7.0:增加支付弹窗...
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  
      <string name="init">Initialize</string>
      <string name="login">Login</string>
      <string name="check">Check payemnt state</string>
      <string name="iap">IAP</string>
      <string name="pay">Pay</string>
  
      <string name="hint_product">product</string>
      <string name="hint_amount">amount</string>
      <string name="hint_currency">currency</string>
      <string name="hint_server_id">serverId</string>
      <string name="hint_role_id">roleId</string>
      <string name="hint_extra">extraInfo</string>
      <string name="go_pay">Submit</string>
d6bc71fcb   赵康   add the project o...
19
20
  </resources>