simple-billing.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_currency', "货币");
  25. define('OGP_LANG_available_invoice_types', "可用的发票类型");
  26. define('OGP_LANG_hourly', "每小时");
  27. define('OGP_LANG_monthly', "每月");
  28. define('OGP_LANG_annually', "每年");
  29. define('OGP_LANG_tax_amount', "税额");
  30. define('OGP_LANG_paypal_email', "PayPal 电子邮件");
  31. define('OGP_LANG_update_settings', "更新设置");
  32. define('OGP_LANG_settings_updated', "设置已更新。");
  33. define('OGP_LANG_payment_gateway', "支付网关");
  34. define('OGP_LANG_paygol_service', "PayGol 服务");
  35. define('OGP_LANG_paygol_service_id', "PayGol 服务 ID");
  36. define('OGP_LANG_paypal', "PayPal");
  37. define('OGP_LANG_paygol', "PayGol");
  38. define('OGP_LANG_skrill', "Skrill");
  39. define('OGP_LANG_skrill_merchant_info', "Skrill 商户信息");
  40. define('OGP_LANG_skrill_merchant_id', "商户 ID");
  41. define('OGP_LANG_skrill_email', "Skrill 电子邮件");
  42. define('OGP_LANG_skrill_secret_word', "Skrill密钥");
  43. define('OGP_LANG_skrill_secret_word_info', "密码必须从您的 Skrill 商户账户设置中设置,<br>在 <b>设置</b> 中点击 <b>开发者设置</b>。<br>如果此选项未列出,请发送电子邮件至 <i>[email protected]</i>。");
  44. define('OGP_LANG_hash_stored_correctly', "哈希值正确存储");
  45. define('OGP_LANG_currency_not_available_at', "货币 \"%s\" 在 %s 不可用。");
  46. define('OGP_LANG_robokassa', "Robokassa");
  47. define('OGP_LANG_robokassa_service', "Robokassa 服务");
  48. define('OGP_LANG_robokassa_merchant_login', "商户登录");
  49. define('OGP_LANG_robokassa_securepass1', "安全密码 1");
  50. define('OGP_LANG_robokassa_securepass2', "安全密码 2");
  51. define('OGP_LANG_your_cart', "您的购物车");
  52. define('OGP_LANG_starting_on', "开始于");
  53. define('OGP_LANG_slots', "玩家人数");
  54. define('OGP_LANG_hour', "小时");
  55. define('OGP_LANG_month', "月");
  56. define('OGP_LANG_year', "年");
  57. define('OGP_LANG_hours', "小时数");
  58. define('OGP_LANG_months', "月数");
  59. define('OGP_LANG_years', "年数");
  60. define('OGP_LANG_service_name', "服务名称");
  61. define('OGP_LANG_rcon_pass', "RCON 密码");
  62. define('OGP_LANG_ftp_pass', "FTP 密码");
  63. define('OGP_LANG_available_ips', "可用的 IP");
  64. define('OGP_LANG_max_players', "最大玩家数");
  65. define('OGP_LANG_invoice_duration', "发票期限");
  66. define('OGP_LANG_calculate_price', "计算价格");
  67. define('OGP_LANG_buy', "购买");
  68. define('OGP_LANG_back_to_list', "返回列表");
  69. define('OGP_LANG_ip', "IP");
  70. define('OGP_LANG_subtotal', "小计");
  71. define('OGP_LANG_rate', "费率");
  72. define('OGP_LANG_total', "总计");
  73. define('OGP_LANG_save', "保存");
  74. define('OGP_LANG_you_need_to', "您需要");
  75. define('OGP_LANG_register', "注册");
  76. define('OGP_LANG_and', "和");
  77. define('OGP_LANG_log_in', "登录");
  78. define('OGP_LANG_to_purchase_a_service', "购买服务");
  79. define('OGP_LANG_available_services', "可用的服务");
  80. define('OGP_LANG_payment_is_pending_of_approval', "支付待审批。");
  81. define('OGP_LANG_back_to_your_cart', "返回您的购物车。");
  82. define('OGP_LANG_expired', "已过期");
  83. define('OGP_LANG_removed', "已移除");
  84. define('OGP_LANG_extended', "已延长");
  85. define('OGP_LANG_installation_and_expiration_date', "安装和到期日期");
  86. define('OGP_LANG_expiration_date', "到期日期");
  87. define('OGP_LANG_removal_date', "移除日期");
  88. define('OGP_LANG_installation_date', "安装日期");
  89. define('OGP_LANG_enable_server', "启用服务器");
  90. define('OGP_LANG_success', "成功");
  91. define('OGP_LANG_redirecting_to_game_monitor', "重定向到游戏监视器...");
  92. define('OGP_LANG_starting_installations', "开始安装...");
  93. define('OGP_LANG_order_id', "订单 ID");
  94. define('OGP_LANG_home_name', "主页名称");
  95. define('OGP_LANG_tax', "税");
  96. define('OGP_LANG_pay_from', "支付来源 %s");
  97. define('OGP_LANG_set_as_paid', "设为已支付");
  98. define('OGP_LANG_create_server', "创建服务器");
  99. define('OGP_LANG_see_invoice', "查看发票");
  100. define('OGP_LANG_paid', "已支付");
  101. define('OGP_LANG_not_paid', "未支付");
  102. define('OGP_LANG_procesing_payment', "处理支付中");
  103. define('OGP_LANG_paid_and_installed', "已支付并已安装");
  104. define('OGP_LANG_add_to_cart', "添加到购物车");
  105. define('OGP_LANG_cart_id', "购物车 ID");
  106. define('OGP_LANG_order_desc', "订单描述");
  107. define('OGP_LANG_remove_from_cart', "从购物车中移除");
  108. define('OGP_LANG_remove_cart', "移除购物车");
  109. define('OGP_LANG_there_are_no_orders_in_cart', "购物车中没有订单。");
  110. define('OGP_LANG_redirecting_to', "重定向到 %s...");
  111. define('OGP_LANG_id', "ID#");
  112. define('OGP_LANG_remote_server', "远程服务器");
  113. define('OGP_LANG_price_hourly', "价格 每小时");
  114. define('OGP_LANG_price_monthly', "价格 每月");
  115. define('OGP_LANG_price_year', "价格 每年");
  116. define('OGP_LANG_service_image_url', "服务图片 URL");
  117. define('OGP_LANG_remove_service', "移除服务");
  118. define('OGP_LANG_add_service', "添加服务");
  119. define('OGP_LANG_current_services', "当前服务");
  120. define('OGP_LANG_max_slot_qty', "最大玩家人数量");
  121. define('OGP_LANG_min_slot_qty', "最小玩家人数量");
  122. define('OGP_LANG_ftp_account', "FTP 账户");
  123. define('OGP_LANG_select_install_method', "选择安装方法");
  124. define('OGP_LANG_url_for_manual_install', "手动安装的 URL");
  125. define('OGP_LANG_description', "描述");
  126. define('OGP_LANG_image_url', "图片 URL");
  127. define('OGP_LANG_access_rights', "访问权限");
  128. define('OGP_LANG_allow_update', "允许更新");
  129. define('OGP_LANG_allow_file_management', "允许文件管理");
  130. define('OGP_LANG_allow_parameter_usage', "允许参数使用");
  131. define('OGP_LANG_allow_extra_parameters_usage', "允许额外参数使用");
  132. define('OGP_LANG_allow_ftp_usage', "允许 FTP 使用");
  133. define('OGP_LANG_allow_custom_fields', "允许自定义字段");
  134. define('OGP_LANG_enabled', "已启用");
  135. define('OGP_LANG_disabled', "已禁用");
  136. define('OGP_LANG_steam', "Steam");
  137. define('OGP_LANG_rsync', "Rsync");
  138. define('OGP_LANG_manual_from_url', "来自 URL 的手动");
  139. define('OGP_LANG_business', "商业");
  140. define('OGP_LANG_business_email', "商业电子邮件");
  141. define('OGP_LANG_game_server_order', "游戏服务器订单");
  142. define('OGP_LANG_item', "项目");
  143. define('OGP_LANG_slot_cost', "玩家人数成本");
  144. define('OGP_LANG_slot_quantity', "玩家人数量");
  145. define('OGP_LANG_order_price', "订单价格");
  146. define('OGP_LANG_order', "订单");
  147. define('OGP_LANG_date', "日期");
  148. define('OGP_LANG_price', "价格");
  149. define('OGP_LANG_invoice', "发票");
  150. define('OGP_LANG_print_invoice', "打印发票");
  151. define('OGP_LANG_extend', "延长");
  152. ?>