ManagePaid.english.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?php
  2. // Version: 2.1 Alpha 1; ManagePaid
  3. global $boardurl;
  4. // Symbols.
  5. $txt['usd_symbol'] = '$%1.2f';
  6. $txt['eur_symbol'] = '&euro;%1.2f';
  7. $txt['gbp_symbol'] = '&pound;%1.2f';
  8. $txt['usd'] = 'USD ($)';
  9. $txt['eur'] = 'EURO (&euro;)';
  10. $txt['gbp'] = 'GBP (&pound;)';
  11. $txt['other'] = 'Other';
  12. $txt['paid_username'] = 'Username';
  13. $txt['paid_subscriptions_desc'] = 'From this section you can add, remove and edit paid subscription methods to your forum.';
  14. $txt['paid_subs_settings'] = 'Settings';
  15. $txt['paid_subs_settings_desc'] = 'From here you can edit the payment methods available to your users.';
  16. $txt['paid_subs_view'] = 'View Subscriptions';
  17. $txt['paid_subs_view_desc'] = 'From this section you can view all the subscriptions you have available.';
  18. // Setting type strings.
  19. $txt['paid_enabled'] = 'Enable Paid Subscriptions';
  20. $txt['paid_enabled_desc'] = 'This must be checked for the paid subscriptions to be used on the forum.';
  21. $txt['paid_email'] = 'Send Notification Emails';
  22. $txt['paid_email_desc'] = 'Inform the admin when a subscription automatically changes.';
  23. $txt['paid_email_to'] = 'Email for Correspondence';
  24. $txt['paid_email_to_desc'] = 'Comma-separated list of addresses to email notifications to in addition to forum admins.';
  25. $txt['paidsubs_test'] = 'Enable test mode';
  26. $txt['paidsubs_test_desc'] = 'This puts the paid subscriptions into &quot;test&quot; mode, which will, wherever possible, use sandbox payment methods in PayPal, Authorize.net etc. Do not enable unless you know what you are doing!';
  27. $txt['paidsubs_test_confirm'] = 'Are you sure you want to enable test mode?';
  28. $txt['paid_email_no'] = 'Do not send any notifications';
  29. $txt['paid_email_error'] = 'Inform when subscription fails';
  30. $txt['paid_email_all'] = 'Inform on all automatic subscription changes';
  31. $txt['paid_currency'] = 'Select Currency';
  32. $txt['paid_currency_code'] = 'Currency Code';
  33. $txt['paid_currency_code_desc'] = 'Code used by payment merchants';
  34. $txt['paid_currency_symbol'] = 'Symbol used by payment method';
  35. $txt['paid_currency_symbol_desc'] = 'Use \'%1.2f\' to specify where number goes, for example $%1.2f, %1.2fDM etc';
  36. $txt['paypal_email'] = 'Paypal email address';
  37. $txt['paypal_email_desc'] = 'Leave blank if you do not wish to use paypal.';
  38. $txt['worldpay_id'] = 'WorldPay Install ID';
  39. $txt['worldpay_id_desc'] = 'The Install ID generated by WorldPay. Leave blank if you are not using WorldPay';
  40. $txt['worldpay_password'] = 'WorldPay Callback Password';
  41. $txt['worldpay_password_desc'] = 'Ensure when setting this password in WorldPay it is unique and not the same as your worldpay/admin account password!';
  42. $txt['authorize_id'] = 'Authorize.net Install ID';
  43. $txt['authorize_id_desc'] = 'The Install ID generated by Authorize.net. Leave blank if you are not using Authorize.net';
  44. $txt['authorize_transid'] = 'Authorize.Net Transaction ID';
  45. $txt['2co_id'] = '2co.com Install ID';
  46. $txt['2co_id_desc'] = 'The Install ID generated by 2co.com. Leave blank if you are not using 2co.com';
  47. $txt['2co_password'] = '2co.com Secret Word';
  48. $txt['2co_password_desc'] = 'Your 2checkout secret word.';
  49. $txt['nochex_email'] = 'Nochex email address';
  50. $txt['nochex_email_desc'] = 'Email of a merchant account at Nochex. Leave blank if you are not using Nochex';
  51. $txt['paid_settings_save'] = 'Save';
  52. $txt['paid_note'] = '<strong class="alert">Note:</strong><br />For subscriptions to be automatically updated for your users, you
  53. will need to setup a return URL for each of your payment methods. For all payment types, this return URL should be set as:<br /><br />
  54. &nbsp;&nbsp;&bull;&nbsp;&nbsp;<strong>' . $boardurl . '/subscriptions.php</strong><br /><br />
  55. You can edit the link for paypal directly, by clicking <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_profile-ipn-notify" target="_blank">here</a>.<br />
  56. For the other gateways (If installed) you can normally find it in your customer panels, usually under the term &quot;Return URL&quot; or &quot;Callback URL&quot;.';
  57. // View subscription strings.
  58. $txt['paid_name'] = 'Name';
  59. $txt['paid_status'] = 'Status';
  60. $txt['paid_cost'] = 'Cost';
  61. $txt['paid_duration'] = 'Duration';
  62. $txt['paid_active'] = 'Active';
  63. $txt['paid_pending'] = 'Pending Payment';
  64. $txt['paid_finished'] = 'Finished';
  65. $txt['paid_total'] = 'Total';
  66. $txt['paid_is_active'] = 'Activated';
  67. $txt['paid_none_yet'] = 'You haven\'t set up any subscriptions yet.';
  68. $txt['paid_payments_pending'] = 'Payments Pending';
  69. $txt['paid_order'] = 'Order';
  70. $txt['yes'] = 'Yes';
  71. $txt['no'] = 'No';
  72. // Add/Edit/Delete subscription.
  73. $txt['paid_add_subscription'] = 'Add Subscription';
  74. $txt['paid_edit_subscription'] = 'Edit Subscription';
  75. $txt['paid_delete_subscription'] = 'Delete Subscription';
  76. $txt['paid_mod_name'] = 'Subscription Name';
  77. $txt['paid_mod_desc'] = 'Description';
  78. $txt['paid_mod_reminder'] = 'Send Reminder Email';
  79. $txt['paid_mod_reminder_desc'] = 'Days before subscription is due to expire to send reminder. (In days, 0 to disable)';
  80. $txt['paid_mod_email'] = 'Email to Send upon Completion';
  81. $txt['paid_mod_email_desc'] = 'Where {NAME} is members name; {FORUM} is community name. Email subject should be on first line. Blank for no email notification.';
  82. $txt['paid_mod_cost_usd'] = 'Cost (USD)';
  83. $txt['paid_mod_cost_eur'] = 'Cost (EUR)';
  84. $txt['paid_mod_cost_gbp'] = 'Cost (GBP)';
  85. $txt['paid_mod_cost_blank'] = 'Leave this blank to not offer this currency.';
  86. $txt['paid_mod_span'] = 'Length of Subscription';
  87. $txt['paid_mod_span_days'] = 'Days';
  88. $txt['paid_mod_span_weeks'] = 'Weeks';
  89. $txt['paid_mod_span_months'] = 'Months';
  90. $txt['paid_mod_span_years'] = 'Years';
  91. $txt['paid_mod_active'] = 'Active';
  92. $txt['paid_mod_active_desc'] = 'A subscription must be active for new members to join.';
  93. $txt['paid_mod_prim_group'] = 'Primary Group upon Subscription';
  94. $txt['paid_mod_prim_group_desc'] = 'Primary group to put the user into when they subscribe.';
  95. $txt['paid_mod_add_groups'] = 'Additional Groups upon Subscription';
  96. $txt['paid_mod_add_groups_desc'] = 'Additional groups to add the user to after subscription.';
  97. $txt['paid_mod_no_group'] = 'Don\'t Change';
  98. $txt['paid_mod_edit_note'] = 'Note that as this group has existing subscribers the group settings cannot be changed!';
  99. $txt['paid_mod_delete_warning'] = '<strong>WARNING</strong><br /><br />If you delete this subscription all users currently subscribed will lose any access rights granted by the subscription. Unless you are sure you want to do this it is recommended that you simply deactivate a subscription rather than delete it.<br />';
  100. $txt['paid_mod_repeatable'] = 'Allow user to auto-renew this subscription';
  101. $txt['paid_mod_allow_partial'] = 'Allow partial subscription';
  102. $txt['paid_mod_allow_partial_desc'] = 'If this option is enabled, in the case where the user pays less than required they will be granted a subscription for the percentage of the duration they have paid for.';
  103. $txt['paid_mod_fixed_price'] = 'Subscription for fixed price and period';
  104. $txt['paid_mod_flexible_price'] = 'Subscription price varies on duration ordered';
  105. $txt['paid_mod_price_breakdown'] = 'Flexible Price Breakdown';
  106. $txt['paid_mod_price_breakdown_desc'] = 'Define here how much the subscription should cost dependant on the period they subscribe for. For example, it could cost 12USD to subscribe for a month, but only 100USD for a year. If you don\'t want to define a price for a particular period of time leave it blank.';
  107. $txt['flexible'] = 'Flexible';
  108. $txt['paid_per_day'] = 'Price Per Day';
  109. $txt['paid_per_week'] = 'Price Per Week';
  110. $txt['paid_per_month'] = 'Price Per Month';
  111. $txt['paid_per_year'] = 'Price Per Year';
  112. $txt['day'] = 'Day';
  113. $txt['week'] = 'Week';
  114. $txt['month'] = 'Month';
  115. $txt['year'] = 'Year';
  116. // View subscribed users.
  117. $txt['viewing_users_subscribed'] = 'Viewing Users';
  118. $txt['view_users_subscribed'] = 'Viewing users subscribed to: &quot;%1$s&quot;';
  119. $txt['no_subscribers'] = 'There are currently no subscribers to this subscription.';
  120. $txt['add_subscriber'] = 'Add New Subscriber';
  121. $txt['edit_subscriber'] = 'Edit Subscriber';
  122. $txt['delete_selected'] = 'Delete Selected';
  123. $txt['complete_selected'] = 'Complete Selected';
  124. // @todo These strings are used in conjunction with JavaScript. Use numeric entities.
  125. $txt['delete_are_sure'] = 'Are you sure you want to delete all records of the selected subscriptions?';
  126. $txt['complete_are_sure'] = 'Are you sure you want to complete the selected subscriptions?';
  127. $txt['start_date'] = 'Start Date';
  128. $txt['end_date'] = 'End Date';
  129. $txt['start_date_and_time'] = 'Start Date and Time';
  130. $txt['end_date_and_time'] = 'End Date and Time';
  131. $txt['edit'] = 'EDIT';
  132. $txt['one_username'] = 'Please enter one username only.';
  133. $txt['minute'] = 'Minute';
  134. $txt['error_member_not_found'] = 'The member entered could not be found';
  135. $txt['member_already_subscribed'] = 'This member is already subscribed to this subscription. Please edit their existing subscription.';
  136. $txt['search_sub'] = 'Find User';
  137. // Make payment.
  138. $txt['paid_confirm_payment'] = 'Confirm Payment';
  139. $txt['paid_confirm_desc'] = 'To continue through to payment please check the details below and hit &quot;Order&quot;';
  140. $txt['paypal'] = 'PayPal';
  141. $txt['paid_confirm_paypal'] = 'To pay using <a href="http://www.paypal.com">PayPal</a> please click the button below. You will be directed to the PayPal site for payment.';
  142. $txt['paid_paypal_order'] = 'Order with PayPal';
  143. $txt['worldpay'] = 'WorldPay';
  144. $txt['paid_confirm_worldpay'] = 'To pay using <a href="http://www.worldpay.com">WorldPay</a> please click the button below. You will be directed to the WorldPay site for payment.';
  145. $txt['paid_worldpay_order'] = 'Order with WorldPay';
  146. $txt['nochex'] = 'Nochex';
  147. $txt['paid_confirm_nochex'] = 'To pay using <a href="http://www.nochex.com">Nochex</a> please click the button below. You will be directed to the Nochex site for payment.';
  148. $txt['paid_nochex_order'] = 'Order with Nochex';
  149. $txt['authorize'] = 'Authorize.Net';
  150. $txt['paid_confirm_authorize'] = 'To pay using <a href="http://www.authorize.net">Authorize.Net</a> please click the button below. You will be directed to the Authorize.Net site for payment.';
  151. $txt['paid_authorize_order'] = 'Order with Authorize.Net';
  152. $txt['2co'] = '2checkout';
  153. $txt['paid_confirm_2co'] = 'To pay using <a href="http://www.2co.com">2co.com</a> please click the button below. You will be directed to the 2co.com site for payment.';
  154. $txt['paid_2co_order'] = 'Order with 2co.com';
  155. $txt['paid_done'] = 'Payment Complete';
  156. $txt['paid_done_desc'] = 'Thank you for your payment. Once the transaction has been verified the subscription will be activated.';
  157. $txt['paid_sub_return'] = 'Return to Subscriptions';
  158. $txt['paid_current_desc'] = 'Below is a list of all your current and previous subscriptions. To extend an existing subscription simply select it from the list above.';
  159. $txt['paid_admin_add'] = 'Add This Subscription';
  160. $txt['paid_not_set_currency'] = 'You have not setup your currency yet. Please do so from the <a href="%1$s">Settings</a> section before continuing.';
  161. $txt['paid_no_cost_value'] = 'You must enter a cost and subscription length.';
  162. $txt['paid_all_freq_blank'] = 'You must enter a cost for at least one of the four durations.';
  163. // Some error strings.
  164. $txt['paid_no_data'] = 'No valid data was sent to the script.';
  165. $txt['paypal_could_not_connect'] = 'Could not connect to PayPal server';
  166. $txt['paid_sub_not_active'] = 'That subscription is not taking any new users.';
  167. $txt['paid_disabled'] = 'Paid subscriptions are currently disabled.';
  168. $txt['paid_unknown_transaction_type'] = 'Unknown Paid Subscriptions transaction type.';
  169. $txt['paid_empty_member'] = 'Paid subscription handler could not recover member ID';
  170. $txt['paid_could_not_find_member'] = 'Paid subscription handler could not find member with ID: %1$d';
  171. $txt['paid_count_not_find_subscription'] = 'Paid subscription handler could not find subscription for member ID: %1$s, subscription ID: %2$s';
  172. $txt['paid_count_not_find_subscription_log'] = 'Paid subscription handler could not find subscription log entry for member ID: %1$s, subscription ID: %2$s';
  173. $txt['paid_count_not_find_outstanding_payment'] = 'Could not find outstanding payment entry for member ID: %1$s, subscription ID: %2$s so ignoring';
  174. $txt['paid_admin_not_setup_gateway'] = 'Sorry, the admin has not yet finished setting up paid subscriptions. Please check back later.';
  175. $txt['paid_make_recurring'] = 'Make this a recurring payment';
  176. $txt['subscriptions'] = 'Subscriptions';
  177. $txt['subscription'] = 'Subscription';
  178. $txt['paid_subs_desc'] = 'Below is a list of all the subscriptions which are available on this forum.';
  179. $txt['paid_subs_none'] = 'There are currently no paid subscriptions available.';
  180. $txt['paid_current'] = 'Existing Subscriptions';
  181. $txt['pending_payments'] = 'Pending Payments';
  182. $txt['pending_payments_desc'] = 'This member has attempted to make the following payments for this subscription but the confirmation has not been received by the forum. If you are sure the payment has been received click &quot;accept&quot; to action to subscription. Alternatively you can click &quot;Remove&quot; to remove all reference to the payment.';
  183. $txt['pending_payments_value'] = 'Value';
  184. $txt['pending_payments_accept'] = 'Accept';
  185. $txt['pending_payments_remove'] = 'Remove';
  186. ?>