123456789101112131415161718192021222324252627282930 |
- <?php
- /**
- * agent_game_country.php UTF-8
- *
- *
- * @date : 2017/12/21 17:44
- *
- * @license 这不是一个自由软件,未经授权不许任何使用和传播。
- * @author : liguanglong <lgl@huosdk.com>
- * @version : HUOSDK 8.0
- */
- return [
- 'please select' => 'Please select',
- 'time' => 'Time',
- 'order number' => 'Order number',
- 'phone' => 'Phone',
- 'imei' => 'Imei',
- 'carrieroperator' => 'Carrieroperator',
- 'game' => 'Game',
- 'country' => 'Country',
- 'subscribe goods' => 'Subscribe goods',
- 'money' => 'Money',
- 'valid subscriptions' => 'Valid subscriptions',
- 'is vip' => 'Is VIP',
- 'protected period' => 'Protected period',
- 'belong' => 'Belong',
- ];
|