Initial Commit of AgileBill Open Source

This commit is contained in:
unknown
2008-11-26 14:50:40 -08:00
parent ae5a0fc25e
commit 02306ccc47
2954 changed files with 410976 additions and 0 deletions

View File

@@ -0,0 +1,141 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>account_admin</name>
<!-- define the block title translations -->
<title_add>Register for Account</title_add>
<title_update>Update Account Details</title_update>
<title_view>My Account Details</title_view>
<title_password_reset>Retrieve Lost Password</title_password_reset>
<title_password_new>Reset Your Password</title_password_new>
<title_verify_resend>Resend Verification Email</title_verify_resend>
<title_verification_code>Enter Verification Code</title_verification_code>
<title_view_sub_account>Manage Sub-Accounts</title_view_sub_account>
<title_add_sub_account>Add Sub-Account</title_add_sub_account>
<!-- define the menu label translations -->
<menu>My Account</menu>
<menu_add>Register for Account</menu_add>
<menu_view>My Account Details</menu_view>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Date of Last Update</field_date_last>
<field_date_expire>Expiration Date</field_date_expire>
<field_parent_id>Parent Account</field_parent_id>
<field_language_id>Language</field_language_id>
<field_country_id>Country</field_country_id>
<field_affiliate_id>Affiliate</field_affiliate_id>
<field_reseller_id>Reseller</field_reseller_id>
<field_currency_id>Currency</field_currency_id>
<field_theme_id>Theme</field_theme_id>
<field_username>Username</field_username>
<field_password>Password</field_password>
<field_update_password>Enter New Password</field_update_password>
<field_confirm_password>Confirm Password</field_confirm_password>
<field_change_username>Update Username Requested</field_change_username>
<field_change_password>Update Password Requested</field_change_password>
<field_change_key>Username/Password Update Key</field_change_key>
<field_secret_question>Secret Question</field_secret_question>
<field_secret_answer>Secret Answer</field_secret_answer>
<field_inherit_group>Child Accounts Inherit Parent's Groups?</field_inherit_group>
<field_misc>Account Notes</field_misc>
<field_status>Account Active?</field_status>
<field_first_name>First Name</field_first_name>
<field_middle_name>Middle Name</field_middle_name>
<field_last_name>Last Name</field_last_name>
<field_title>Title/Suffix</field_title>
<field_email>E-mail Address</field_email>
<field_email_html>HTML E-mail OK?</field_email_html>
<field_address1>Address</field_address1>
<field_address2>Address 2</field_address2>
<field_city>City</field_city>
<field_state>State/Province</field_state>
<field_zip>Zip/Postal</field_zip>
<field_company>Company</field_company>
<!-- define any custom resources -->
<ip_address>IP Address</ip_address>
<mr>Mr.</mr>
<ms>Ms.</ms>
<mrs>Mrs.</mrs>
<miss>Miss</miss>
<dr>Dr.</dr>
<prof>Prof</prof>
<password_change_match>
The new password you provided was not entered the same in the confirm field, please try again.
</password_change_match>
<password_changed>
Your password has been changed to the new password you submitted.
</password_changed>
<password_reset>
If you have forgotten your password, we can issue you a temporary access code
via email that will allow you to change your password. To start this process,
please enter either your e-mail address or username to begin. Please do not enter
both, simply providing one or the other will do just fine.
</password_reset>
<password_reset_req>You must provide either your e-mail address or username in order to retrieve your password</password_reset_req>
<password_reset_spam_limit>You have already submitted the password reset request for this account within the past %limit% seconds, please wait to try again</password_reset_spam_limit>
<password_reset_no_match>Sorry, we cannot find any matching accounts for the criteria you submitted, please double check your information and try again</password_reset_no_match>
<password_reset_sent>
Thank you, we have sent an email to your email address on file with a link for changing your password.
The link is valid for 15 minutes only, so be sure to check your email right away.
</password_reset_sent>
<password_reset_bad_url>
The link you followed has either expired, or been malformed by your email reader.
If you suspect that it did not copy correctly from your email reader, please paste the
entire link from your email reader to the address bar in your browser.
Otherwise, you can restart your password reset request by clicking the link below:
</password_reset_bad_url>
<password_update_success>Your password has been updated successfully!</password_update_success>
<password_reset_instructions>
Please enter the new password for your account below.
</password_reset_instructions>
<password_reset_reqq>You must enter a new password</password_reset_reqq>
<user_add_active_welcome>
Thank you for registering, your account has been successfully registered and
you have been logged in.
</user_add_active_welcome>
<user_add_inactive_welcome><![CDATA[
Thank you for taking the first step of the registration process.
To finish the registration process, please check your e-mail.
We have sent you a link - once you visit the link in the e-mail,
your account status will be updated to active and there will be
nothing left for you to do.
<BR><BR>
If you do not receive the verification email shortly, you can click
the "Verify Account" link to request that we resend the verification
email.]]>
</user_add_inactive_welcome>
<verify_resend_instructions>
If you are having trouble with the verification code, or never received the verification email,
you can use this form to request that we resend the verification email to you.
Please enter either your username or email address, not both.
</verify_resend_instructions>
<validate_success>
Thank you, your account is now validated and you can login!
</validate_success>
<validate_fail>
Oops, there was a problem with the url you followed, please enter the verification
code from your email in the box below
</validate_fail>
<verification_code>Verification Code</verification_code>
<verification_code_instructions>
Please enter the verification code from the email you recieved below. If you
have not recieved the verification email, or are having trouble, you can use
the form below to request that the verification email be resent.
</verification_code_instructions>
<verify_resend_req>
You must enter either your username or e-mail address in order for the
verification e-mail to be resent.
</verify_resend_req>
<verify_resend_active>
Your account is already active... you can login now.
</verify_resend_active>
<subscribe_newsletters>Newsletters</subscribe_newsletters>
<billing_link>Manage Billing Details</billing_link>
<account_link>Manage Account Details</account_link>
<discount_link>Manage Discounts</discount_link>
<affiliate_link>Manage Affiliate Details</affiliate_link>
<newsletter_link>Manage Newsletters</newsletter_link>
</translate>

View File

@@ -0,0 +1,151 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>account_admin</name>
<!-- define the block title translations -->
<title_add>Add Account</title_add>
<title_update>Update Account</title_update>
<title_delete>Delete Account</title_delete>
<title_view>View Account</title_view>
<title_search>Search Accounts</title_search>
<title_list>List All Accounts</title_list>
<title_import>Import Accounts</title_import>
<title_mail>Send E-mail</title_mail>
<!-- define the menu lable translations -->
<menu>Accounts</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<menu_list>List All Accounts</menu_list>
<menu_import>Import Accounts</menu_import>
<menu_mail_one>Send E-mail</menu_mail_one>
<!-- define the field translations -->
<field_id>Acount ID</field_id>
<field_site_id>Site ID</field_site_id>
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Date of Last Update</field_date_last>
<field_date_expire>Expiration Date</field_date_expire>
<field_parent_id>Parent Account</field_parent_id>
<field_language_id>Language</field_language_id>
<field_country_id>Country</field_country_id>
<field_affiliate_id>Affiliate</field_affiliate_id>
<field_campaign_id>Campaign</field_campaign_id>
<field_reseller_id>Reseller</field_reseller_id>
<field_currency_id>Currency</field_currency_id>
<field_theme_id>Theme</field_theme_id>
<field_username>Username</field_username>
<field_password>Password</field_password>
<field_change_username>Update Username Requested</field_change_username>
<field_change_password>Update Password Requested</field_change_password>
<field_change_key>Username/Password Update Key</field_change_key>
<field_secret_question>Secret Question</field_secret_question>
<field_secret_answer>Secret Answer</field_secret_answer>
<field_inherit_group>Child Accounts Inherit Parent's Groups?</field_inherit_group>
<field_misc>Account Notes</field_misc>
<field_status>Account Active?</field_status>
<field_first_name>First Name</field_first_name>
<field_middle_name>Middle Name</field_middle_name>
<field_last_name>Last Name</field_last_name>
<field_title>Title/Suffix</field_title>
<field_email>E-mail Address</field_email>
<field_email_html>HTML E-mail OK?</field_email_html>
<field_address1>Street Address</field_address1>
<field_address2>Street Address 2</field_address2>
<field_city>City</field_city>
<field_state>State/Province</field_state>
<field_zip>Zip/Postal Code</field_zip>
<field_company>Company</field_company>
<field_invoice_delivery>Default Invoice Delivery Method</field_invoice_delivery>
<field_invoice_show_itemized>Show itemized detail pages</field_invoice_show_itemized>
<field_invoice_grace>Invoice Grace Period (days)</field_invoice_grace>
<field_invoice_advance_gen>Invoice Advance Generation (days)</field_invoice_advance_gen>
<field_max_child>Max Child Accounts</field_max_child>
<!-- define the help file -->
<overview>Statistics</overview>
<!-- define any custom resources -->
<mr>Mr.</mr>
<ms>Ms.</ms>
<mrs>Mrs.</mrs>
<miss>Miss.</miss>
<dr>Dr.</dr>
<prof>Prof</prof>
<staff_add_active>The user has been added, and the account has been set as active.</staff_add_active>
<staff_add_inactive>The user has been added, and the account has been set as inactive.</staff_add_inactive>
<password_change_instructions>The user has been e-mailed the password reset link and instructions</password_change_instructions>
<account_verify_instructions>The user has been e-mailed the account verification link and instructions</account_verify_instructions>
<resend_verify_email>Resend user verification e-mail</resend_verify_email>
<send_password_reset>Send user password reset link</send_password_reset>
<statistics_new_accounts>New Accounts Created: %%count%%</statistics_new_accounts>
<mail_from>From Account</mail_from>
<mail_to>To Account</mail_to>
<mail_subject>Subject</mail_subject>
<mail_message>Message</mail_message>
<mail_priority>High Priority?</mail_priority>
<mail_sent>The e-mail was sent to the specified account(s)</mail_sent>
<mail_multi>Send to all search results</mail_multi>
<account_nonexist>The specified account does not exist!</account_nonexist>
<account_group>Account Member of Group</account_group>
<account_non_group>Account Non-member of Group</account_non_group>
<graph_top>Top User Sales</graph_top>
<blank_to_autogen>Leave blank to allow the system auto-generate</blank_to_autogen>
<welcome_email>Send user welcome email?</welcome_email>
<menu_overview>Account Overview</menu_overview>
<menu_details><![CDATA[Login &amp; Contact Details]]></menu_details>
<menu_settings>Account Settings</menu_settings>
<menu_custom_fields>Custom Fields</menu_custom_fields>
<menu_notes>Notes</menu_notes>
<restore_overview>Click here to restore account overview...</restore_overview>
<last_activity>Last Activity</last_activity>
<invoice_overview>Invoice Overview</invoice_overview>
<service_overview>Service Overview</service_overview>
<jump><![CDATA[ ---- QUICK ACTIONS ---- ]]></jump>
<jump_become>Become User</jump_become>
<jump_merge>Merge User Accounts</jump_merge>
<jump_email>Send E-mail to User</jump_email>
<jump_verify_email>Resend Verification E-mail</jump_verify_email>
<jump_pw>Password Reminder</jump_pw>
<jump_suspend>Suspend User Login</jump_suspend>
<jump_unsuspend>Unsuspend User Login</jump_unsuspend>
<jump_refresh>Refresh View</jump_refresh>
<jump_view><![CDATA[ ----- QUICK VIEW ----- ]]></jump_view>
<jump_memos>Memos</jump_memos>
<jump_login_logs>Login Logs</jump_login_logs>
<jump_sessions>Sessions</jump_sessions>
<jump_invoices>Invoices</jump_invoices>
<jump_services>Services</jump_services>
<jump_billing>Billing Details</jump_billing>
<jump_discounts>Discounts</jump_discounts>
<jump_tickets>Tickets</jump_tickets>
<jump_affiliate>Affiliate Details</jump_affiliate>
<jump_subaccount>Sub-Accounts</jump_subaccount>
<jump_parentaccount>Parent Account</jump_parentaccount>
<jump_add><![CDATA[ ----- QUICK ADD ----- ]]></jump_add>
<jump_add_memo>Memo</jump_add_memo>
<jump_add_invoice>Invoice</jump_add_invoice>
<jump_add_service>Service</jump_add_service>
<jump_add_billing>Billing Details</jump_add_billing>
<jump_add_discount>Discount</jump_add_discount>
<jump_add_ticket>Ticket</jump_add_ticket>
<jump_add_affiliate>Affiliate</jump_add_affiliate>
<jump_add_subaccount>Sub-Account</jump_add_subaccount>
<title_merge>Merge Account</title_merge>
<merge_account><![CDATA[
Select the account you wish to merge with the current account.
<br><br>
This action will delete the selected account and associate all its
invoices, services, logs, and other records with the current account.
<br><br>
<b>Warning:</b> This action cannot be undone!
]]></merge_account>
<merge_err>An error occurred - unable to merge the selected accounts</merge_err>
<merge_ok>The selected accounts have been merged!</merge_ok>
</translate>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>billing_account</name>
<!-- define the block title translations -->
<title_add>Add Billing Details</title_add>
<title_update>Edit Billing Details</title_update>
<title_view>Modify Billing Details</title_view>
<title_search>Search By Billing Details</title_search>
<!-- define the menu lable translations -->
<menu>Billing Records</menu>
<menu_add>Add</menu_add>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_account_id>Account</field_account_id>
<field_checkout_plugin_id>Checkout Plugin</field_checkout_plugin_id>
<field_name>Nickname</field_name>
<field_card_type>Account Type</field_card_type>
<field_card_num>Card Number</field_card_num>
<field_card_num4>Last 4 Digits of Current Account</field_card_num4>
<field_card_exp_month>Expires (month)</field_card_exp_month>
<field_card_exp_year>Expires (year)</field_card_exp_year>
<field_card_start_month>Issued (month)</field_card_start_month>
<field_card_start_year>Issued (year)</field_card_start_year>
<field_eft_check_acct_type>Check Type</field_eft_check_acct_type>
<field_eft_trn>Routing No.</field_eft_trn>
<field_eft_check_acct>Account No.</field_eft_check_acct>
<field_eft_check_checkno>Check Number</field_eft_check_checkno>
<field_ssn>SSN</field_ssn>
<field_dl_no>Drivers License No.</field_dl_no>
<field_dob>Date of Birth</field_dob>
<field_first_name>First Name</field_first_name>
<field_last_name>Last Name</field_last_name>
<field_address1>Primary Address</field_address1>
<field_address2>Secondary Address</field_address2>
<field_city>City</field_city>
<field_state>State/Province</field_state>
<field_zip>Zip/Postal</field_zip>
<field_country_id>Country</field_country_id>
<field_phone>Phone No.</field_phone>
<field_email>E-mail</field_email>
<field_company>Company</field_company>
<!-- define the help text -->
<help_file>
This module contains the encrypted billing records.
</help_file>
<!-- define any custom resources -->
<val_missing>Missing required data, please check the form and try again</val_missing>
<val_exp>Expiration date invalid/expired, please check the form and try again</val_exp>
<val_cc>Invalid credit card details submitted, please check the form and try again</val_cc>
<card_num_current>Current card on file</card_num_current>
<card_num_new>Change card number to</card_num_new>
<card_in_use>Can not remove a card that is already in use</card_in_use>
<card_removed>Credit card has been removed</card_removed>
<eft_change_routing>New Routing Number</eft_change_routing>
<eft_change_account>New Bank Account Number</eft_change_account>
</translate>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>account_memo</name>
<!-- define the block title translations -->
<title_add>Add Memo</title_add>
<title_view>View Memo</title_view>
<title_search>Search Memos</title_search>
<!-- define the menu lable translations -->
<menu>Account Memos</menu>
<menu_add>Add Memo</menu_add>
<menu_view>View Memos</menu_view>
<menu_search>Search Memos</menu_search>
<!-- define the field translations -->
<field_date_orig>Date</field_date_orig>
<field_staff_id>Staff/Admin</field_staff_id>
<field_account_id>Account</field_account_id>
<field_type>Memo Type</field_type>
<field_memo>Memo</field_memo>
<field_misc>Misc</field_misc>
<!-- define any custom resources -->
<system>System</system>
<admin>Staff/Admin Memo</admin>
</translate>

View File

@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>affiliate</name>
<!-- define the block title translations -->
<title_add>Add New Affiliate</title_add>
<title_view>Affiliate Details</title_view>
<title_search>Search Affiliates</title_search>
<title_user_add>Affiliate Registration Form</title_user_add>
<title_statistics>Affiliate Statistics</title_statistics>
<title_campaigns><![CDATA[Affiliate Links &amp; Banners]]></title_campaigns>
<!-- define the menu lable translations -->
<menu>Affiliates</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<overview>Statistics</overview>
<!-- define the field translations -->
<field_id>Affiliate ID</field_id>
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Date of Last Change</field_date_last>
<field_status>Active?</field_status>
<field_account_id>Account</field_account_id>
<field_avail_campaign_id>Available Campaigns</field_avail_campaign_id>
<field_affiliate_plugin>Commission Payout Type</field_affiliate_plugin>
<field_parent_affiliate_id>Referring Affiliate</field_parent_affiliate_id>
<field_max_tiers>Maximum Tiers</field_max_tiers>
<field_commission_minimum>Minimum Commission Required</field_commission_minimum>
<field_new_commission_type>Commission Type for New Charges</field_new_commission_type>
<field_new_commission_rate>Commissions for New Charges</field_new_commission_rate>
<field_recurr_commission_type>Commission Type for Recurring Charges</field_recurr_commission_type>
<field_recurr_commission_rate>Commissions for Recurring Charges</field_recurr_commission_rate>
<field_recurr_max_commission_periods>Maximum Recurring Periods Commission Paid</field_recurr_max_commission_periods>
<field_plugin_data>Commission Payout Details</field_plugin_data>
<!-- define the help text -->
<help_file>
This module controls the various affiliate accounts and settings, commissions, etc.
</help_file>
<user_add_instruct>
Thank you for your interest in our affiliate program. Please read our commission rates and Payout options
below before proceeding.
</user_add_instruct>
<user_add_active>
Thank you for registering for an affiliate account. At this time your account has been
added and you may start referring new customers at once!
</user_add_active>
<user_add_inactive>
Thank you for your application for an affiliate account with us. We have recieved your
request and will notify you at once when it has been approved.
</user_add_inactive>
<!-- define any custom resources -->
<error_acct_req>You must specify an account, please go back and fix this.</error_acct_req>
<error_template_invalid>The affiliate template you specified is not valid, please go back and fix this.</error_template_invalid>
<error_acct_aff_exist>The account you specified already has an affiliate account!</error_acct_aff_exist>
<error_not_authorized>The specified affiliate account no longer exists or you do not have permission to update it.</error_not_authorized>
<none>No Commission</none>
<flat>Fixed Rate Commission</flat>
<percent>Percentage Based Commission</percent>
<affiliate_template>Affiliate Template</affiliate_template>
<!-- define any plugin resources -->
<plugin_paypal_email>PayPal E-mail</plugin_paypal_email>
<plugin_moneybookers_email>MoneyBookers E-mail</plugin_moneybookers_email>
<plugin_ebullion_acct>E-Bullion Account Number</plugin_ebullion_acct>
<plugin_mail_check_payee>Make Commission Checks Payable To</plugin_mail_check_payee>
<plugin_mail_check_address>Address</plugin_mail_check_address>
<plugin_mail_check_city>City</plugin_mail_check_city>
<plugin_mail_check_state>State/Province</plugin_mail_check_state>
<plugin_mail_check_zip>Zip/Postal Code</plugin_mail_check_zip>
<plugin_mail_check_email>Contact E-mail</plugin_mail_check_email>
<sessions>Sessions Referred</sessions>
<accounts>Accounts Referred</accounts>
<invoices>Invoices Referred</invoices>
<commissions>Commissions Paid</commissions>
<commissions_due>Invoices Outstanding</commissions_due>
<campaign_code>Get HTML Code</campaign_code>
<statistics_new_affiliates>New Affiliates</statistics_new_affiliates>
<graph_top>Top Affiliate Sales</graph_top>
<tier>Tier Number</tier>
</translate>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>affiliate</name>
<!-- define the block title translations -->
<title_add>Generate Affiliate Commissions</title_add>
<title_search>Search Affiliate Commissions</title_search>
<title_view>Export Affiliate Commissions</title_view>
<!-- define the menu lable translations -->
<menu>Commissions</menu>
<menu_add>Generate Commissions</menu_add>
<menu_search>Search Commissions</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_begin>Commission Period, Starting Date</field_date_begin>
<field_date_end>Commission Period, End Date</field_date_end>
<field_commissions>Total Commissions</field_commissions>
<field_notes_admin>Notes (for Admin)</field_notes_admin>
<field_notes_affiliate>Notes (for Affiliate)</field_notes_affiliate>
<field_status>Commissions Paid?</field_status>
<!-- define the help text -->
<help_file>
This module stores the affiliate commissions paid.
</help_file>
<!-- define any custom resources -->
<commissions>Commission(s)</commissions>
<export>Run commission payment tool</export>
<do_nothing>Nothing to do...</do_nothing>
<generated>No more commissions left to generate, please click submit to export the commission data...</generated>
<no_results>There are no commissions to be generated for the selected date range.</no_results>
<continue>
<![CDATA[
Processed records %%start%% - %%stop%%, please
<a href="?_page=core:blank&amp;do[]=affiliate_commission:add&amp;amp;GenID=%%genid%%&amp;page=%%page%%&quot;&gt;click here&lt;/a&gt; to proceed...
]]>
</continue>
</translate>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>affiliate_template</name>
<!-- define the block title translations -->
<title_add>Add an Affiliate Template</title_add>
<title_view>View All Affiliate Templates</title_view>
<!-- define the menu lable translations -->
<menu>Configuration</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_affiliate_plugin>Commission Payout Type</field_affiliate_plugin>
<field_avail_campaign_id>Available Campaigns</field_avail_campaign_id>
<field_status>Active?</field_status>
<field_name>Name</field_name>
<field_notes>Notes</field_notes>
<field_max_tiers>Maximum Tiers</field_max_tiers>
<field_commission_minimum>Minimum Commission Required</field_commission_minimum>
<field_new_commission_type>Commission Type for New Charges</field_new_commission_type>
<field_new_commission_rate>Commissions for New Charges</field_new_commission_rate>
<field_recurr_commission_type>Commission Type for Recurring Charges</field_recurr_commission_type>
<field_recurr_commission_rate>Commissions for Recurring Charges</field_recurr_commission_rate>
<field_recurr_max_commission_periods>Maximum Recurring Periods Commission Paid</field_recurr_max_commission_periods>
<!-- define the help text -->
<help_file>
This module controls the default affiliate settings.
</help_file>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add</title_add>
<title_view>View</title_view>
<title_search>Search</title_search>
<title_import>Import Assets</title_import>
<menu>Assets</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<menu_import>Import</menu_import>
<field_id>ID</field_id>
<field_date_orig>Date Added</field_date_orig>
<field_date_last>Last Modified</field_date_last>
<field_status>Assigned</field_status>
<field_service_id>Service ID</field_service_id>
<field_pool_id>Pool ID</field_pool_id>
<field_asset>Asset</field_asset>
<field_misc>Misc Notes</field_misc>
<field_filename>File to Import</field_filename>
<pool>Select the Asset Pool to place the imported assets in.</pool>
<help_import>
Select a file to import below.
The file must contain a single asset per line. Optional: a second column with a value for the 'misc' field.
Example line in import file: 'asset,misc text'
Duplicates will not be imported.
</help_import>
</translate>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add New Asset Pool</title_add>
<title_view>View Asset Pool</title_view>
<menu>Asset Invoice Assignment</menu>
<menu_search>Assign Now</menu_search>
<menu_view>List</menu_view>
</translate>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add New Asset Pool</title_add>
<title_update></title_update>
<title_delete></title_delete>
<title_view>Vew Asset Pool</title_view>
<menu>Asset Pools</menu>
<menu_add>Add</menu_add>
<menu_update></menu_update>
<menu_delete></menu_delete>
<menu_view>List</menu_view>
<field_id>ID</field_id>
<field_site_id></field_site_id>
<field_name>Pool Name</field_name>
</translate>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>backup</name>
<!-- define the block title translations -->
<title_add>Backup Database</title_add>
<title_view>Restore Database</title_view>
<title_manual>Manual Backup</title_manual>
<!-- define the menu lable translations -->
<menu>Backup</menu>
<menu_add>Backup</menu_add>
<menu_view>Restore</menu_view>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_expire>Scheduled Deletion Date</field_date_expire>
<field_notes>Notes</field_notes>
<field_modules>Modules to backup</field_modules>
<field_manual>File Name</field_manual>
<!-- define the help text -->
<help_file>
This module enables you to create backups of the database for later restoration.
</help_file>
<!-- define any custom resources -->
<manual_instructions>
If you have previously downloaded a backup, and it has been since been deleted,
you can use the manual backup feature to put it back in the restore list
so it can be used. You must upload it (via FTP or another method) to your
/includes/files/ directory, and then enter the name of the file below once
you have uploaded it.
Example: backup_10.xml
</manual_instructions>
<manual_file_req>You must enter the filename, please go back and correct this.</manual_file_req>
<manual_file_miss>The filename you entered does not exist or is not writable, please correct this and try again.</manual_file_miss>
<download>Download Backup File</download>
<restore>Restore</restore>
<restore_instructions>
If you choose to restore this backup, all you current data in the modules in this backup
WILL BE LOST, and all data and settings will be as they were at the time that this
backup was made. If you are sure you wish to continue, press the button below.
</restore_instructions>
<backing_up>Currently backing up %%mod%%</backing_up>
<backup_complete>Database Backup Complete!</backup_complete>
<restore_complete>Database Restore Complete!</restore_complete>
</translate>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>blocked_email</name>
<!-- define the block title translations -->
<title_add>Add Blocked Email</title_add>
<title_update>Update Blocked Email</title_update>
<title_view>View Blocked Emails</title_view>
<title_search>Search Blocked Emails</title_search>
<!-- define the menu lable translations -->
<menu>Blocked Domains</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Date of Last Update</field_date_last>
<field_email>Email or Domain</field_email>
<field_notes>Notes</field_notes>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>blocked_ip</name>
<!-- define the block title translations -->
<title_add>Add a Blocked IP</title_add>
<title_update>Update a Blocked IP</title_update>
<title_view>View Blocked IPs</title_view>
<title_search>Search Blocked IPs</title_search>
<!-- define the menu lable translations -->
<menu>Blocked IPs</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Date of Last Update</field_date_last>
<field_ip>IP Address or Subnet</field_ip>
<field_notes>Notes</field_notes>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>campaign</name>
<!-- define the block title translations -->
<title_add>Add Campaign</title_add>
<title_view>View Campaigns</title_view>
<title_search>Search Campaigns</title_search>
<!-- define the menu lable translations -->
<menu>Campaigns</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Update</field_date_last>
<field_date_start>Start Date</field_date_start>
<field_date_expire>Expire Date</field_date_expire>
<field_status>Active?</field_status>
<field_name>Campaign</field_name>
<field_description>Campaign Description</field_description>
<field_budget>Cost for Campaign</field_budget>
<field_target_conversion>Target Conversion Rate</field_target_conversion>
<field_url>Campaign Destination Url (blank for home page)</field_url>
<!-- define any custom resources -->
<files> Select up to four banners, Flash, or HTML files to rotate through for this campaign. </files>
<conversion_tip>Example: enter 10 for 10 percent</conversion_tip>
<add_one>Advertisement One</add_one>
<add_two>Advertisement Two</add_two>
<add_three>Advertisement Three</add_three>
<add_four>Advertisement Four</add_four>
<add_five>Advertisement Five</add_five>
<add_six>Advertisement Six</add_six>
<add_seven>Advertisement Seven</add_seven>
<add_eight>Advertisement Eight</add_eight>
<add_nine>Advertisement Nine</add_nine>
<add_ten>Advertisement Ten</add_ten>
<add_eleven>Advertisement Eleven</add_eleven>
<add_twelve>Advertisement Twelve</add_twelve>
<impressions>Impressions</impressions>
<clicks>Clicks</clicks>
<cost>Cost</cost>
<conversion>CTR</conversion>
<delete_file>Delete this file from rotation</delete_file>
<random_code> Insert the random code below into your html file(s) where you would like the
advertisements to be displayed. All the advertisements for this campaign will be randomly
cycled... If you want to force a specfic advertisement, use the code below the advertisement
above in your html instead. </random_code>
<referred_invoices>Invoices Referred</referred_invoices>
<revenue_generated>Revenue Generated</revenue_generated>
<avg_cost_conversion>Average Cost Per Conversion</avg_cost_conversion>
<avg_sale>Average Sale Amount</avg_sale>
<roi>Return on Investment (ROI)</roi>
<referred_accounts>Accounts Referred</referred_accounts>
<avg_cpi>Avg. CPI (Cost Per Impression)</avg_cpi>
<avg_cpc>Avg CPC (Cost Per Click)</avg_cpc>
<impr_to_buy>Impression to Buy Ratio</impr_to_buy>
<click_to_buy>Click to Buy Ratio</click_to_buy>
<impr>Impr.</impr>
<cpc>Avg. CPC</cpc>
<cpi>Avg. CPI</cpi>
<cost_conv>Cost/Conv.</cost_conv>
<roi_s>ROI</roi_s>
<avg_sale_s>Avg. Sale</avg_sale_s>
<revenue>Revenue</revenue>
</translate>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>cart</name>
<!-- define any custom resources -->
<err_no_prod> The product you have attempted to add to the cart is not available at this time. </err_no_prod>
<err_assoc_login> The product requires associated product(s) in order to be purchased. If you have
already purchased the associated products, please login so the required products can be
verified against your account.</err_assoc_login>
<err_assoc_req>The selected product requires other associated product(s) in order to be purchased.</err_assoc_req>
<assoc_one><![CDATA[You must add one of the following items to your cart in order to purchase the item you selected:<br>%%items%%]]></assoc_one>
<assoc_all><![CDATA[You must add all of the following items to your cart in order to purchase the item you selected:<br>%%items%%]]></assoc_all>
<err_prod_already> The product you have attempted to add to the cart cannot be added, as it is already in the cart. </err_prod_already>
<quantity>Quantity</quantity>
<host_type_domain>For your existing domain </host_type_domain>
<host_type_ip>This is an IP based hosting plan, IP address to be assigned.</host_type_ip>
<domain_term>Domain Term</domain_term>
<host_type_register>Domain registration for hosting plan </host_type_register>
<host_type_transfer>Domain transfer for hosting plan </host_type_transfer>
<register>New domain registration</register>
<transfer>Domain Transfer</transfer>
<renew>Renew Domain</renew>
<park>Park Domain</park>
<price_type>Pricing Structure</price_type>
<price_type_one>One-time Charge</price_type_one>
<price_type_recurr>Recurring Membership/Subscription</price_type_recurr>
<price_type_trial>Trial for Membership/Subscription</price_type_trial>
<setup>Setup</setup>
<recurr_week>Weekly Billing Schedule</recurr_week>
<recurr_month>Monthly Billing Schedule</recurr_month>
<recurr_quarter>Quarterly Billing Schedule</recurr_quarter>
<recurr_semianual>Semi-annual Billing Schedule</recurr_semianual>
<recurr_anual>Annual Billing Schedule</recurr_anual>
<recurr_twoyear>Two-year Billing Schedule</recurr_twoyear>
<recurr_threeyear>Three-year Billing Schedule</recurr_threeyear>
<payment_option>Please Select Your Preferred Payment Option</payment_option>
<admin_create_invoice>Create Invoice Now</admin_create_invoice>
<manual_discount>Manual Discount</manual_discount>
<empty>Your cart is empty, please select one or more products to continue...</empty>
<base_price>Base Price</base_price>
<setup_price>Setup Price</setup_price>
<subtotal>Sub-total</subtotal>
<discount>Discount</discount>
<total>Total</total>
<remove_items>To edit or remove items, click here.</remove_items>
<view_items>Click here for an itemized list of items in this purchase.</view_items>
<hide_items>Click here to hide itemized list.</hide_items>
<no_checkout_options>
Sorry, no online payment option has been defined for this order type.
Please contact customer service for ordering details.
</no_checkout_options>
<ad_hoc_heading>Ad Hoc Item</ad_hoc_heading>
<ad_hoc_sku>SKU</ad_hoc_sku>
<ad_hoc_name>Item Name</ad_hoc_name>
<ad_hoc_amount>Item Price</ad_hoc_amount>
<ad_hoc_taxable>Taxable?</ad_hoc_taxable>
<ad_hoc_attr>Attributes (up to 10)</ad_hoc_attr>
<ad_hoc_err>The SKU, Item Name, and Item Price must all be entered, please go back and correct.</ad_hoc_err>
<service_upgrade>Upgrade for Service ID %%service%%</service_upgrade>
</translate>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>charge</name>
<!-- define the block title translations -->
<title_add>Add Charge</title_add>
<title_update>View/Edit Charge</title_update>
<title_view>View/Edit Charge</title_view>
<title_search>Search Charges</title_search>
<!-- define the menu lable translations -->
<menu>Charges</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<menu_import>Import</menu_import>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_status>Invoiced?</field_status>
<field_sweep_type>Sweep Type</field_sweep_type>
<field_account_id>Account</field_account_id>
<field_product_id>Product SKU</field_product_id>
<field_service_id>Service</field_service_id>
<field_amount>Amount</field_amount>
<field_quantity>Quantity</field_quantity>
<field_taxable>Taxable</field_taxable>
<field_attributes>Attributes</field_attributes>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,114 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>checkout</name>
<!-- define the block title translations -->
<title_add>Add A Checkout Option</title_add>
<title_view>View Checkout Option</title_view>
<!-- define the menu lable translations -->
<menu>Checkout Plugins</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_name>Name</field_name>
<field_description>Description</field_description>
<field_active>Active?</field_active>
<field_checkout_plugin>Checkout Plugin</field_checkout_plugin>
<field_plugin_data>Plugin Configuration</field_plugin_data>
<field_allow_recurring>Allow Recurring Charges?</field_allow_recurring>
<field_allow_new>Allow One-time Charges?</field_allow_new>
<field_allow_trial>Allow Trials?</field_allow_trial>
<field_total_minimum>Minimum Purchase Amount Allowed</field_total_minimum>
<field_total_maximum>Maximum Purchase Amount Allowed</field_total_maximum>
<field_max_decline_attempts>Maximum Failed Order Attempts Allowed</field_max_decline_attempts>
<field_manual_approval_all>Require Manual Approval of all new Purchases?</field_manual_approval_all>
<field_manual_approval_recur>Require Manual Approval af all Automatically Generated Invoices for Recurring Services?</field_manual_approval_recur>
<field_manual_approval_country>Manual Approval Required for Countries</field_manual_approval_country>
<field_manual_approval_group>Manual Approval Required for Groups</field_manual_approval_group>
<field_manual_approval_amount>Manual Approval Required for any new Purchase Greater Than</field_manual_approval_amount>
<field_manual_approval_currency>Manual Approval Required for Currencies</field_manual_approval_currency>
<field_default_when_currency>Default Checkout Option for Currencies</field_default_when_currency>
<field_default_when_country>Default Checkout Option for Countries</field_default_when_country>
<field_default_when_group>Default Checkout Option for Groups</field_default_when_group>
<field_default_when_amount>Default Checkout Option for Amounts Greater Than</field_default_when_amount>
<field_allowed_currencies>Currencies Supported</field_allowed_currencies>
<field_email_template>Special Instructions to E-mail User</field_email_template>
<field_required_groups>Require one of the following groups to access this checkout option</field_required_groups>
<field_excluded_products>Excluded orders that include any of the following products from accessing this checkout option</field_excluded_products>
<field_graphic_url>Checkout Graphic URL</field_graphic_url>
<!-- define any custom resources -->
<invalid_discount>The discount code was entered incorrectly or is not valid.</invalid_discount>
<discounts>Enter Discount Code</discounts>
<totals>Purchase Totals</totals>
<affiliate>Enter Referrer Code</affiliate>
<redirect_html><![CDATA[If you are not redirected shortly, please <a href="#" onClick="checkoutNow();">click here to redirect</a>.]]></redirect_html>
<redirect>Thank you! We will now finalize your purchase and forward you to the secure payment area.</redirect>
<redirect_cancel>Please select your preferred payment option above when you are ready to continue.</redirect_cancel>
<bad_checkout_option>This checkout option is currently disabled, please select another.</bad_checkout_option>
<mode>Processing Mode</mode>
<mode_test>Test Mode</mode_test>
<mode_live>Live Mode</mode_live>
<currency_not_supported> Sorry, the selected payment processor does not support the currency you have selected. Please change your currency to %%currency%%, or try another payment option.</currency_not_supported>
<prorated_not_supported> Sorry, this payment processor can not handle pro-rated subscriptions - please select another payment option.</prorated_not_supported>
<avs_address_only>Address (street) matches, Zip does not</avs_address_only>
<avs_error>AVS Error</avs_error>
<avs_no_match>No match on street or zip</avs_no_match>
<avs_na>AVS not applicable to this transaction</avs_na>
<avs_retry>Retry - system unavailable or timed out</avs_retry>
<avs_not_supported>Service not supported by issuer</avs_not_supported>
<avs_address_unavail>Address information unavailable</avs_address_unavail>
<avs_fullzip_only>9 digit zip matches, address does not</avs_fullzip_only>
<avs_exact>Exact AVS match</avs_exact>
<avs_address_zip>Address and 5 digit zip match</avs_address_zip>
<avs_partzip_only>5 digit zip match, no street match</avs_partzip_only>
<enter_card>Please enter your billing details below</enter_card>
<enter_card_onfile>Please select a billing record on file to use</enter_card_onfile>
<card_no>Credit Card No.</card_no>
<card_type>Card Type</card_type>
<card_type_visa>Visa</card_type_visa>
<card_type_mc>Mastercard</card_type_mc>
<card_type_amex>Amex</card_type_amex>
<card_type_discover>Discover</card_type_discover>
<card_type_delta>Delta</card_type_delta>
<card_type_solo>Solo</card_type_solo>
<card_type_switch>Switch</card_type_switch>
<card_type_jcb>JCB</card_type_jcb>
<card_type_diners>Diners Club</card_type_diners>
<card_type_carteblanche>Carte Blanche</card_type_carteblanche>
<card_type_enroute>enRoute</card_type_enroute>
<card_type_eft>eCheck</card_type_eft>
<exp_date>Expiration Date</exp_date>
<exp_month>Expiration Month</exp_month>
<exp_year>Expiration Year</exp_year>
<process_ord>Process Order</process_ord>
<ccv>Security No. ?</ccv>
<ccv_visa_mc>FOR VISA/MASTER CARD HOLDERS</ccv_visa_mc>
<ccv_visa_mc_full> For your safety and security, we require that you enter your card's
verification number. The verification number is a 3-digit number printed on the back of your
card. It appears after and to the right of your card number </ccv_visa_mc_full>
<ccv_amex>FOR AMERICAN EXPRESS CARD HOLDERS</ccv_amex>
<ccv_amex_full> For your safety and security, we require that you enter your card's verification
number. The American Express verification number is a small 4-digit number printed on the
front of your card on the right hand side. </ccv_amex_full>
<manual_alert> Thank you, your billing details have been stored for manual review and
verification of funds. Once we have reviewed and successfully debited the account provided, we
will update the invoice status. In the meanwhile, your invoice will be continue to be
displayed as due, you can ignore this unless we contact you stating otherwise. </manual_alert>
<remit_alert> Thank you, invoice billing status will be displayed as due until reciept and
verification of your funds. In the meanwhile, your invoice will be continue to be displayed
as due, you can ignore this unless we contact you stating otherwise. </remit_alert>
<card_invalid>The credit card details entered are invalid!</card_invalid>
<card_exp_invalid>The expiration details entered are invalid!</card_exp_invalid>
<enter_new_card>Enter a new billing details</enter_new_card>
<missing_fields>Missing required billing details</missing_fields>
<eft_check_checkno>Check Number</eft_check_checkno>
<eft_check_acct_type>Check Type</eft_check_acct_type>
<eft_type_b>Business</eft_type_b>
<eft_type_p>Personal</eft_type_p>
<eft_trn>Routing No.</eft_trn>
<eft_check_acct>Account No.</eft_check_acct>
<dob>Date of Birth</dob>
<dl_no>Driver's License No.</dl_no>
<ssn>SSN</ssn>
<phone>Phone No.</phone>
</translate>

View File

@@ -0,0 +1,183 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<window_close>Close</window_close>
<ticket>Support Tickets</ticket>
<contact>Contact Us</contact>
<verify_txt>Verify your account here:</verify_txt>
<verify>Verify Account</verify>
<logout>Logout</logout>
<login>Login</login>
<cart>Cart</cart>
<checkout>Checkout</checkout>
<update_account>Update Account</update_account>
<admin>Administration</admin>
<newsletter>Newsletters</newsletter>
<reset_password>Reset password</reset_password>
<static_page>Site Content</static_page>
<account_login>Account Login</account_login>
<products>Our Products</products>
<account>Account Options</account>
<invoice>My Invoices</invoice>
<main>Site Options</main>
<username>Username</username>
<password>Password</password>
<authorized_groups>Authorized Groups</authorized_groups>
<back>Back</back>
<refresh>Refresh</refresh>
<home>Home</home>
<register>Register</register>
<true>Yes</true>
<false>No</false>
<none>None</none>
<cancel>Cancel</cancel>
<submit>Submit</submit>
<view>View</view>
<add>Add</add>
<search>Search</search>
<list>List</list>
<help>Help</help>
<select>Select</select>
<clear>Clear</clear>
<delete>Delete</delete>
<processing>Processing...</processing>
<hide>Hide</hide>
<close>Close</close>
<save>Save</save>
<edit>Edit</edit>
<select_all>Select All</select_all>
<deselect_all>Deselect All</deselect_all>
<range_select>Range Select</range_select>
<view_edit>View / Edit</view_edit>
<export>Export</export>
<error>Error</error>
<alert>Alert</alert>
<free>FREE</free>
<currency>Currency Options</currency>
<overview>Overview</overview>
<day>Day(s)</day>
<week>Week(s)</week>
<month>Month(s)</month>
<year>Year(s)</year>
<jan>Jan</jan>
<feb>Feb</feb>
<mar>Mar</mar>
<apr>Apr</apr>
<may>May</may>
<jun>Jun</jun>
<jul>Jul</jul>
<aug>Aug</aug>
<sep>Sep</sep>
<oct>Oct</oct>
<nov>Nov</nov>
<dec>Dec</dec>
<login_enter_both>You must enter both your username and password.</login_enter_both>
<login_required>You must be logged in to access this area.</login_required>
<login_un_pw_failed>The username or password you have provided does not match our records.</login_un_pw_failed>
<login_un_failed>The username you provided does not exist in our database.</login_un_failed>
<login_pw_failed>The password you provided is incorrect.</login_pw_failed>
<login_locked>You have exceeded the allowed login attempts, your account has been temporarily locked.</login_locked>
<login_inactive>Your account is currently inactive.</login_inactive>
<login_success>You have been successfully logged in.</login_success>
<login_renew>Stay logged in</login_renew>
<login_renewed>Your session has been renewed and will remain active.</login_renewed>
<login_sess_timout>Your session is set to expire in 60 seconds.</login_sess_timout>
<login_user_add>Register for a client account</login_user_add>
<login_log_success>Last successful login was on %date% from %ip%</login_log_success>
<logout_success>You have been logged out.</logout_success>
<logout_notify>Your session has expired, and you have been logged out.</logout_notify>
<alert_print>Print this page now?</alert_print>
<alert_session_timeout>Session Timout Alert</alert_session_timeout>
<alert_refresh_click>If this page does not automaticaly refresh within a few seconds, please click below to continue.</alert_refresh_click>
<alert_click>Click here to continue</alert_click>
<alert_delete>Are you sure you wish to delete this record?</alert_delete>
<alert_delete_id>%%module%% record Id %%id%% has been deleted.</alert_delete_id>
<alert_delete_ids>The %%module_name%% record(s) you specified have been deleted.</alert_delete_ids>
<module_non_existant>The required %%module_name%% module does not exist.</module_non_existant>
<module_non_auth>Your account is not authorized for the %%module_name%% module.</module_non_auth>
<method_non_existant>The required %%module_name%% method does not exist.</method_non_existant>
<method_invalid>%%module_name%% method is not a valid method.</method_invalid>
<validate_min_length>The minimum length of this field is %%min_length%% characters.</validate_min_length>
<validate_max_length>The maximum length of this field is %%max_length%% characters.</validate_max_length>
<validate_email>The email address you have provided is invalid.</validate_email>
<validate_date>The date you have provided is invalid.</validate_date>
<validate_address>The address you have provided is invalid.</validate_address>
<validate_zip>The zip code you have provided is invalid.</validate_zip>
<validate_phone>The phone number you have provided is invalid. eg: 123-456-7890</validate_phone>
<validate_fax>The fax number you have provided is invalid. eg: 123-456-7890</validate_fax>
<validate_cc>The credit card number you have provided is invalid.</validate_cc>
<validate_check>The check account number you have provided is invalid.</validate_check>
<validate_numeric>This field can contain only numeric characters.</validate_numeric>
<validate_float>This field can contain only numbers with up to one decimal.</validate_float>
<validate_alphanumeric>This field can contain only alphanumeric characters</validate_alphanumeric>
<validate_non_numeric>This field cannot contain numeric characters.</validate_non_numeric>
<validate_any>This field is required and cannot be left blank.</validate_any>
<validate_unique>The value you have entered is already in use, please try again.</validate_unique>
<validate_banned_ip>Sorry, we are presently not accepting new registrations from your area</validate_banned_ip>
<validate_banned_email>Sorry, we cannot accept new registrations from the e-mail address you provided</validate_banned_email>
<validate_ip>Sorry, the domain you specified is invalid and cannot be licensed.</validate_ip>
<validate_domain>Sorry, the IP address you specified is invalid and cannot be licensed.</validate_domain>
<validate_general>Sorry, the value you entered is not valid.</validate_general>
<validate_password>Must include both numbers and letters, cannot be your initials, and cannot include your first or last name, your username, or your email.</validate_password>
<export_format>Export Format</export_format>
<export_format_csv>Comma Separated Value</export_format_csv>
<export_format_excel>Excel</export_format_excel>
<export_format_pdf>Adobe Acrobat</export_format_pdf>
<export_format_tab>Tab Separated Value</export_format_tab>
<export_format_xml>Extensible Markup Language</export_format_xml>
<export_pages>Export Pages</export_pages>
<export_pages_all>All Pages</export_pages_all>
<export_pages_current>Current Pages</export_pages_current>
<export_to>Export To</export_to>
<export_to_browser>Display in browser</export_to_browser>
<export_to_download>Download to local computer</export_to_download>
<export_to_email>Email to user/list</export_to_email>
<export_to_public>Save to public area</export_to_public>
<search_recent>Your Recent Searches</search_recent>
<search_saved_l>Your Saved Searches</search_saved_l>
<search_save>Save Search</search_save>
<search_saved>Your search has been saved.</search_saved>
<search_save_nickname>Enter a nickname for this search:</search_save_nickname>
<search_no_results>No results for your search were found.</search_no_results>
<search_results>Your search has been completed sucessfully.</search_results>
<search_results_per>Results per page</search_results_per>
<search_order_by>Order results by</search_order_by>
<search_partial>"%" for partial match</search_partial>
<search_export_image>Export these search results to XML, PDF, Excel, Comma or Tab Separated Values.</search_export_image>
<search_print_image>View a printer friendly page with these search results.</search_print_image>
<search_save_image>Save this search for later retrieval.</search_save_image>
<search_new_image>Create a new search.</search_new_image>
<search_result_count>%%results%% record was found.</search_result_count>
<search_results_count>%%results%% records were found.</search_results_count>
<debug_groups>Authorized Groups</debug_groups>
<debug_methods>Authorized Methods</debug_methods>
<debug_execution>Execution Timing</debug_execution>
<debug_general>General Debug Details</debug_general>
<debug_execution_time>Execution Time</debug_execution_time>
<debug_session>Session ID</debug_session>
<debug_sql_queries>Total SQL Queries</debug_sql_queries>
<reset_password_txt>Reset your lost password here:</reset_password_txt>
<newsletter_txt>Manage your newsletters here:</newsletter_txt>
<newsletter_subscribe>Enter e-mail to subscribe:</newsletter_subscribe>
<accounts>Accounts</accounts>
<campaigns>Campaigns</campaigns>
<database_mapping>Database Mapping</database_mapping>
<email_templates>Email Templates</email_templates>
<files>Files</files>
<groups>User Groups</groups>
<modules>Modules</modules>
<htaccess_groups>Htaccess Groups</htaccess_groups>
<newsletters>Newsletters</newsletters>
<site_configuration>Site Configuration</site_configuration>
<newsletter_subscribers>Newsletter Subscribers</newsletter_subscribers>
<static_pages>Static Pages</static_pages>
<tickets>Tickets</tickets>
<web_logs>Web Logs</web_logs>
<import>Import</import>
<products_services><![CDATA[Products &amp; Services]]></products_services>
<invoices_billing><![CDATA[Invoices &amp; Billing]]></invoices_billing>
<affiliates>Affiliates</affiliates>
<backup_restore><![CDATA[Backup &amp; Restore]]></backup_restore>
<login_logs>Login Logs</login_logs>
<sessions>Sessions</sessions>
<domain_search>Domain Names</domain_search>
</translate>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<!-- menu labels -->
<menu>Countries</menu>
<menu_add>Add</menu_add>
<menu_list>List</menu_list>
<menu_search>Search</menu_search>
<menu_view>List</menu_view>
<!-- block headings -->
<title_add>Add Country</title_add>
<title_update>Update Country</title_update>
<title_view>View Countries</title_view>
<title_search>Search Countries</title_search>
<!-- field translations -->
<field_id>ID</field_id>
<field_site_id>Site ID</field_site_id>
<field_name>Country Name</field_name>
<field_description>Description</field_description>
<field_notes>Notes</field_notes>
<field_two_code>Two Digit Country Code</field_two_code>
<field_three_code>Three Digit Country Code</field_three_code>
</translate>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>currency</name>
<!-- define the block title translations -->
<title_add>Add Currency</title_add>
<title_update>Update Currency</title_update>
<title_view>View Currencies</title_view>
<title_search>Search Currencies</title_search>
<!-- define the menu lable translations -->
<menu>Currencies</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_id>ID</field_id>
<field_site_id>Site ID</field_site_id>
<field_name>Currency Name</field_name>
<field_status>Accepted?</field_status>
<field_convert_array> Currency Conversion Rates &#60;br&#62;&#60;br&#62; Click
the currency flag icon to get the latest currency exchange rates from XE.com </field_convert_array>
<field_notes>Notes</field_notes>
<field_symbol>Symbol</field_symbol>
<field_three_digit>Three Digit Currency Code</field_three_digit>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>db_mapping</name>
<!-- define the block title translations -->
<title_add>Install Database Map</title_add>
<title_view>Manage Database Map</title_view>
<!-- define the menu lable translations -->
<menu>Database Mapping</menu>
<menu_view>Configure</menu_view>
<!-- define the field translations -->
<field_name>Name</field_name>
<field_notes>Notes</field_notes>
<field_status>Active?</field_status>
<field_type>Type</field_type>
<field_db_name>Database Name</field_db_name>
<field_db_host>Database Host</field_db_host>
<field_db_user>Database Username</field_db_user>
<field_db_pass>Database Password</field_db_pass>
<field_cookie_name>Session Cookie Name</field_cookie_name>
<field_group_map>Group Mapping</field_group_map>
<field_map_file>Map File</field_map_file>
<field_db_prefix>Database Field Prefix</field_db_prefix>
<!-- define any custom resources -->
<install>Install</install>
<view>View/Edit</view>
<no_local_groups>No local groups found, please add some!</no_local_groups>
<no_remote_groups>No remote groups found, please add some!</no_remote_groups>
<no_group_mapping>No group mapping for this database map available</no_group_mapping>
<file_error>Unable to open database map plugin file!</file_error>
<exported>Exported %%count_exp%% account(s) to the remote database</exported>
<updated>Updated %%count_upd%% account(s) in the remote database</updated>
<imported>Imported %%count_imp%% account(s) from the remote database</imported>
</translate>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>discount</name>
<!-- define the block title translations -->
<title_add>Add Discount</title_add>
<title_view>View All Discounts</title_view>
<title_search>Search Discounts</title_search>
<!-- define the menu lable translations -->
<menu>Discounts</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_start>Start Date</field_date_start>
<field_date_expire>Expiration Date</field_date_expire>
<field_status>Active?</field_status>
<field_name>Coupon Code</field_name>
<field_notes>Notes</field_notes>
<field_max_usage_account>Maximum Uses per Account (blank for unlimited)</field_max_usage_account>
<field_max_usage_global>Uses Allowed Globally (blank for unlimited)</field_max_usage_global>
<field_avail_account_id>Available only to account</field_avail_account_id>
<field_avail_product_id>Available only to product(s)</field_avail_product_id>
<field_avail_group_id>Available only to group(s)</field_avail_group_id>
<field_avail_tld_id>Available only to TLD(s)</field_avail_tld_id>
<field_new_status>Valid for new orders?</field_new_status>
<field_new_type>Type of Discount for new orders</field_new_type>
<field_new_rate>Discount rate for new orders</field_new_rate>
<field_new_max_discount>Maximum discount for new orders</field_new_max_discount>
<field_new_min_cost>Minimum order total required</field_new_min_cost>
<field_recurr_status>Valid for recurring charges?</field_recurr_status>
<field_recurr_type>Discount type for recurring charges</field_recurr_type>
<field_recurr_rate>Discount rate for recurring charges</field_recurr_rate>
<field_recurr_max_discount>Maximum discount for recurring charges</field_recurr_max_discount>
<field_recurr_min_cost>Minimum recurring charge amount for discount to apply</field_recurr_min_cost>
<!-- define any custom resources -->
<percent>Percentage of Total</percent>
<flat>Flat Rate</flat>
<discount_restrictions><![CDATA[Discount Restrictions &amp; Limitations]]></discount_restrictions>
<discount_new><![CDATA[Settings for new Charges &amp; Orders]]></discount_new>
<discount_recurr>Settings for Recurring Charges</discount_recurr>
<invoice_count>Invoice Count</invoice_count>
<revenue>Revenue</revenue>
<savings>Customer Savings</savings>
</translate>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<!-- define the block title translations -->
<title_update>Email Log</title_update>
<title_view>List</title_view>
<title_search>Search</title_search>
<title_user_list>E-mail Logs</title_user_list>
<title_user_view>E-mail Log Detail</title_user_view>
<!-- define the menu lable translations -->
<menu>Email Logs</menu>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Date</field_date_orig>
<field_account_id>Account</field_account_id>
<field_email>E-mail</field_email>
<field_subject>Subject</field_subject>
<field_message>Message</field_message>
<field_html>HTML</field_html>
<field_urgent>Urgent</field_urgent>
<field_userread>User userread?</field_userread>
</translate>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>email_queue</name>
<!-- define the block title translations -->
<title_add></title_add>
<title_update></title_update>
<title_delete></title_delete>
<title_view></title_view>
<title_search></title_search>
<!-- define the menu lable translations -->
<menu>Email Queue</menu>
<menu_add></menu_add>
<menu_update></menu_update>
<menu_delete></menu_delete>
<menu_view></menu_view>
<menu_search></menu_search>
<!-- define the field translations -->
<field_id></field_id>
<field_site_id></field_site_id>
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Update</field_date_last>
<field_status>E-mail Sent?</field_status>
<field_account_id>Account</field_account_id>
<field_email_template>Email Template</field_email_template>
<field_sql1>SQL 1</field_sql1>
<field_sql2>SQL 2</field_sql2>
<field_sql3>SQL 3</field_sql3>
<field_sql4>SQL 4</field_sql4>
<field_sql5>SQL 5</field_sql5>
<field_var>VARS</field_var>
</translate>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>email_template</name>
<!-- define the block title translations -->
<title_add>Add Email Template</title_add>
<title_update/>
<title_delete/>
<title_view>View Email Templates</title_view>
<title_search/>
<!-- define the menu lable translations -->
<menu>Email Templates</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_setup_email_id>Email Setup to Use</field_setup_email_id>
<field_name>Template Name</field_name>
<field_status>Enabled?</field_status>
<field_priority>High Priority?</field_priority>
<field_shortcuts>Available Shortcuts</field_shortcuts>
<field_notes>Notes</field_notes>
<field_sql_1>Custom SQL 1</field_sql_1>
<field_sql_2>Custom SQL 2</field_sql_2>
<field_sql_3>Custom SQL 3</field_sql_3>
<!-- define any custom resources -->
<view_translations>View Translations for this email template</view_translations>
<add_translation>Add Translation for this email template</add_translation>
</translate>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>email_template_translate</name>
<!-- define the block title translations -->
<title_add>Add Email Template Translation</title_add>
<title_view>View Email Template Translations</title_view>
<title_search>Search Email Template Translations</title_search>
<!-- define the menu lable translations -->
<menu>Translations</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_email_template_id>Email Template</field_email_template_id>
<field_language_id>Language</field_language_id>
<field_subject>Template Subject</field_subject>
<field_message_text>Text Message</field_message_text>
<field_message_html>HTML Message</field_message_html>
</translate>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>faq</name>
<!-- define the block title translations -->
<title_add>Add Page</title_add>
<title_view>View Pages</title_view>
<title_search>Search Pages</title_search>
<!-- define the menu lable translations -->
<menu>FAQs</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_faq_category_id>Show in Category</field_faq_category_id>
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Date of Last Update</field_date_last>
<field_date_expire>Expiration Date</field_date_expire>
<field_status>Active?</field_status>
<field_name>Name</field_name>
<field_date_start>Start Date</field_date_start>
<field_sort_order>Display Sort Order</field_sort_order>
<!-- define any custom resources -->
<questions>Questions</questions>
<answers>Answers</answers>
<faqs>FAQ Categories</faqs>
<preview>Preview page</preview>
<goup>Go up</goup>
<add_translation>Add a translations for this FAQ</add_translation>
<no_faqs>
Sorry, no FAQs were found in this category, or your account is not authorized for this category.
</no_faqs>
<faq_not_found>
Sorry, the requested page was not found, or you do not have the required level of authorization to view it.
</faq_not_found>
<admin_no_match>No matches...</admin_no_match>
<admin_no_match_help>Submit at least a 4 character search...</admin_no_match_help>
</translate>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>faq_category</name>
<!-- define the block title translations -->
<title_add>Add FAQ Category</title_add>
<title_view>View FAQ Categories</title_view>
<!-- define the menu lable translations -->
<menu>Categories</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_sort_order>Sort Order</field_sort_order>
<field_date_orig>Date of Creation</field_date_orig>
<field_group_avail>Groups that can access this category</field_group_avail>
<field_name>Name of Category</field_name>
<field_description>Category Description</field_description>
<field_status>Active?</field_status>
<!-- define any custom resources -->
<categories>Categories</categories>
</translate>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>faq_translate</name>
<!-- define the block title translations -->
<title_add>Add Translation</title_add>
<title_view>View Translations</title_view>
<title_search>Search Translations</title_search>
<!-- define the menu lable translations -->
<menu>Translation Administration</menu>
<menu_add>Add Translation</menu_add>
<menu_view>View Translations</menu_view>
<menu_search>Search Translations</menu_search>
<!-- define the field translations -->
<field_id></field_id>
<field_site_id></field_site_id>
<field_date_orig>Date of Creation</field_date_orig>
<field_date_last></field_date_last>
<field_faq_id>FAQ</field_faq_id>
<field_language_id>Translation Language</field_language_id>
<field_answer>Answer</field_answer>
<field_question>Question</field_question>
<!-- define the help text -->
<help_file>
This module allows you to view/edit/add translations into other languages for your Frequently Asked questions (and their answers).&#60;br&#62;&#60;br&#62;Add Translation: add a new FAQ translation&#60;br&#62;&#60;br&#62;View Translations: view all existing FAQ translations&#60;br&#62;&#60;br&#62;Search Translations: search all existing FAQ translations
</help_file>
<!-- define any custom resources -->
<view_all>View all translations for this FAQ </view_all>
<return>Return to main page view</return>
</translate>

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>file</name>
<!-- define the block title translations -->
<title_add>Add File</title_add>
<title_view>View Files</title_view>
<title_search>Search Files</title_search>
<!-- define the menu lable translations -->
<menu>Files</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_group_avail>Groups that can access this file</field_group_avail>
<field_select_file>Select a file to upload</field_select_file>
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Update</field_date_last>
<field_date_start>Start Date</field_date_start>
<field_date_expire>Expire Date</field_date_expire>
<field_file_category_id>Display In Category</field_file_category_id>
<field_type>File Type</field_type>
<field_size>File Size (KB)</field_size>
<field_name>File Name</field_name>
<field_description>Description</field_description>
<field_status>Active?</field_status>
<field_location_type>File location</field_location_type>
<field_sort_order>Sort Order</field_sort_order>
<!-- define the help text -->
<help_file>
This module allows you to manage your downloadable files and permissions.
</help_file>
<!-- define any custom resources -->
<test>Test file download</test>
<download>Download file...</download>
<no_files>Sorry, there are no files in this category that you are authorized to view</no_files>
<upload_file>Upload File</upload_file>
<file_url>File URL</file_url>
<file_path>File Path</file_path>
<remote_file_err>Cannot open remote file!</remote_file_err>
<local_file_err>Cannot read local file!</local_file_err>
<copy_file_err>Could not save uploaded file!</copy_file_err>
<available_files>Files Available for Download</available_files>
<desc_more>...more</desc_more>
</translate>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>file_category</name>
<!-- define the block title translations -->
<title_add>Add Category</title_add>
<title_view>View Categories</title_view>
<!-- define the menu lable translations -->
<menu>File Categories</menu>
<menu_add>Add</menu_add>
<menu_view>View</menu_view>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_name>Category Name</field_name>
<field_description>Description</field_description>
<field_status>Active?</field_status>
<field_group_avail>Available to Groups</field_group_avail>
<field_sort_order>Sort Order</field_sort_order>
<!-- define the help text -->
<help_file>
This module allows you to manage the categories for your downloadable files.
</help_file>
</translate>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>group</name>
<!-- define the block title translations -->
<title_add>Add New Group</title_add>
<title_update>Update Group</title_update>
<title_view>View Groups</title_view>
<title_search>Search Groups</title_search>
<!-- define the menu lable translations -->
<menu>Groups</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Date of Creation</field_date_orig>
<field_date_start>Date of Activation</field_date_start>
<field_date_expire>Date of Expiration</field_date_expire>
<field_name>Name</field_name>
<field_notes>Notes</field_notes>
<field_status>Active</field_status>
<field_pricing>Allow Alternate Pricing?</field_pricing>
<field_parent_id>Parent Group</field_parent_id>
<!-- define the help file -->
<help_file><![CDATA[
Groups are simply a set of permissions that accounts can be authorized for. Each
group is simply a list of methods that accounts associated with the group can access.
<BR><BR>
For example, if a particular group is authorized for the Account Administration methods, any account
authorized for that group can access the Account Administration features.
<BR><BR>
The group configuration is very flexible. For example, a group can have access to only some of the
methods in a specific module. So, group(s) can be define for employees that allow them to
view and search for accounts, but not to delete or edit them.
<BR><BR>
The group hierarchy also allows for up to three levels of groups, so a parent group can be defined,
and each unlimited child groups can be defined under that parent group. Those 2nd tier child groups can then have children of their
own. The advantage of this system is that the child group(s) always inherit all it's parents
permissions, and then you can add additional permissions to the child. This makes it
possible to very quickly create a group that has all the permissions of an existing group,
plus a few changes.
<BR><BR>
The group hierarchy is show above this help dialogue.
]]></help_file>
<!-- define any custom resources -->
<select_module>Select a module</select_module>
<title_visual>Group Layout Visualization</title_visual>
<title_relation>Update Group to Method Relationships</title_relation>
</translate>

View File

@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<!-- define any custom resources -->
<service>Service</service>
<enabled>Enabled?</enabled>
<options>Options</options>
<notes>Notes</notes>
<assoc_plan>Name of Associated Plan on Server - Required!</assoc_plan>
<!-- Ensim Windows and Linux -->
<bandwidth_threshold>Bandwidth Threshold, in bytes</bandwidth_threshold>
<bandwidth_rollover>Bandwidth Rollover Day of Month</bandwidth_rollover>
<backup>Backup Manager</backup>
<files>File Manager</files>
<analog>Analog Stats</analog>
<ipinfo_namebased>Hosting Type</ipinfo_namebased>
<diskquota>Disk Space Quota</diskquota>
<telnet>Telnet</telnet>
<ssh>SSH</ssh>
<imap>Imap</imap>
<bind>Bind</bind>
<anonftp>Anonymous FTP</anonftp>
<openssl>OpenSSL</openssl>
<ssi>SSI</ssi>
<weblogs>Weblogs</weblogs>
<vacation>Vacation Autoresponders</vacation>
<majordomo>Majordomo</majordomo>
<sqmail>Squirrel Mail</sqmail>
<frontpage>Frontpage</frontpage>
<mivamerchant>Mivamerchant</mivamerchant>
<maxusers>Maximum number of users</maxusers>
<odbc>ODBC</odbc>
<coldfusion>ColdFusion</coldfusion>
<perl>Perl</perl>
<php>PHP</php>
<mysql>MySQL</mysql>
<urchin>Urchin</urchin>
<msftpsvc>MS FTP Service</msftpsvc>
<cgi>CGI</cgi>
<sslc>SSL</sslc>
<w3svc>w3svc Service</w3svc>
<allowanonymous>Allow Anonymous FTP logins?</allowanonymous>
<logtype>Enable IIS Logging?</logtype>
<ftp_maxconnections>Maximum FTP connections</ftp_maxconnections>
<ftp_maxconnectionsunlimited>Allow Unlimited FTP connections?</ftp_maxconnectionsunlimited>
<enablebandwidthquota>Enable Bandwidth Quota?</enablebandwidthquota>
<cpuquota>Enable CPU Quota?</cpuquota>
<w3svc_maxconnections>w3svc service maximum connections</w3svc_maxconnections>
<w3svc_maxconnectionsunlimited>Allow Unlimited w3svc connections?</w3svc_maxconnectionsunlimited>
<serversize>Server Size</serversize>
<winmail>Enable Winmail service?</winmail>
<userforwards>Allow user forwards?</userforwards>
<autoresponder>Enable autoresponders</autoresponder>
<datadrive>Drive where data will be stored</datadrive>
<style_name>Color scheme to use</style_name>
<mailscanner>Mailscanner</mailscanner>
<mailscanner_in>Scan Incoming</mailscanner_in>
<mailscanner_out>Scan Outgoing</mailscanner_out>
<scriptsmgr>Scripts Manager</scriptsmgr>
<aspmgr>ASP Manager</aspmgr>
<logrotate>Rotate Logs</logrotate>
<vhbackup>Allow Backup</vhbackup>
<tomcat4>Tomcat 4</tomcat4>
<subdomain>Allow Subdomains</subdomain>
<sendmail>Sendmail</sendmail>
<proftpd>ProFTPd</proftpd>
<max_submdomain>Max Subdomains</max_submdomain>
<apache_jail>Apache Jail (high security)</apache_jail>
<spam_filter>Spam Filter</spam_filter>
<webalizer>Webalizer</webalizer>
<develenv>Development Environment</develenv>
<!-- WHM -->
<whm_plan>Enter the name of the WHM plan to grant this user</whm_plan>
<!-- Plesk 5,6,7 -->
<hst_type>Hosting Type</hst_type>
<space>Available disk space</space>
<max_box>Limit Mailboxes</max_box>
<boxquota>Mailbox quota limit</boxquota>
<max_redir>Limit Redirects</max_redir>
<max_mg>Limit mail groups</max_mg>
<max_aresp>Limit Mail autoresponders</max_aresp>
<max_wu>Limit web users</max_wu>
<max_db>Limit databases</max_db>
<traffic>Available bandwidth per month</traffic>
<keep_traf_stat>Months to keep traffic stats</keep_traf_stat>
<log_bysize>Rotate logs by size</log_bysize>
<log_max_num>Maximum number of log files</log_max_num>
<ssi>SSI Support</ssi>
<dns>DNS on?</dns>
<www>Allow WWW redirect</www>
<hosting>Hosting</hosting>
<fp>Frontpage support</fp>
<fp_ssl>Frontpage authorization</fp_ssl>
<fpauth>Frontpage SSL support</fpauth>
<cgi>CGI</cgi>
<perl>Perl</perl>
<asp>ASP</asp>
<err_docs>Error docs supported</err_docs>
<log_compress>Compress the logfiles</log_compress>
<wuscripts>Allow scripting</wuscripts>
<webmail>WebMail</webmail>
<ssl>SSL</ssl>
<shell>Available shells</shell>
<hard_quota>Hard disk quota (0 is unlimited)</hard_quota>
<disk_space>Available disk space</disk_space>
<mail_service>Mail service</mail_service>
<mbox_quota>Mailbox quota</mbox_quota>
<python>Python</python>
<webstat>Webalizer</webstat>
<max_resp>Available mail autoresponders</max_resp>
<max_subdom>Available Subdomains</max_subdom>
<max_maillists>Available mailing lists</max_maillists>
<max_webapps>Available web applications</max_webapps>
</translate>

View File

@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>host_registrar_plugin</name>
<!-- define the block title translations -->
<title_add>Install Plugin</title_add>
<title_view>Manage Registrar Plugins</title_view>
<!-- define the menu lable translations -->
<menu>Registrar Plugins</menu>
<menu_view>Configure</menu_view>
<!-- define the field translations -->
<field_status>Active?</field_status>
<field_name>Registrar Nickname</field_name>
<field_file>File Name</field_file>
<field_plugin_data/>
<!-- define the help text -->
<help_file> This module controls the settings for the registrar plugins </help_file>
<!-- define any custom resources -->
<install>Install Plugin</install>
<view>View / Edit Plugin</view>
<debug>Show Debug Details?</debug>
<primary_ns>Primary NameServer</primary_ns>
<secondary_ns>Secondary NameServer</secondary_ns>
<primary_nsip>Primary NameServer IP</primary_nsip>
<secondary_nsip>Secondary NameServer IP</secondary_nsip>
<!-- Total Registrations-->
<tr_partnerno>TotalRegistration Partner Number</tr_partnerno>
<tr_pass>TotalRegistration Password</tr_pass>
<!-- OpenSRS -->
<osrs_user>OpenSRS Username</osrs_user>
<osrs_testkey>Test Key</osrs_testkey>
<osrs_livekey>Live Key</osrs_livekey>
<osrs_enviroment>Live Mode?</osrs_enviroment>
<!-- Nominet -->
<nominet_tag>Nominet Tag</nominet_tag>
<pgp_emailto>E-mail to Forward to for PGP Encryption</pgp_emailto>
<!-- MelbourneIT -->
<melbourne_user>MelbourneIT Username</melbourne_user>
<melbourne_pass>MelbourneIT Password</melbourne_pass>
<melbourne_pgpemail>E-mail to forward requests to for PGP encryption</melbourne_pgpemail>
<melbourne_mode>Live Mode?</melbourne_mode>
<!-- Enom -->
<enom_user>Enom Username</enom_user>
<enom_pass>Enom Password</enom_pass>
<enom_mode>Live Mode?</enom_mode>
<!-- Manual -->
<manual_add_email>E-mail to notify of new registrations</manual_add_email>
<manual_renew_email>E-mail to notify of renewals</manual_renew_email>
<manual_transfer_email>E-mail to notify of transfers</manual_transfer_email>
<manual_park_email>E-mail to notify of renewals</manual_park_email>
<!-- BulkRegister -->
<br_user>BulkRegister Username</br_user>
<br_pass>BulkRegister Password</br_pass>
<br_pgpemail>E-mail to forward requests to for PGP encryption</br_pgpemail>
<br_mode>Live Mode?</br_mode>
<!-- Directi -->
<directi_user>Directi Username</directi_user>
<directi_pass>Directi Password</directi_pass>
<directi_mode>Live Mode?</directi_mode>
<!-- GoDaddy -->
<gd_user>GoDaddy Username</gd_user>
<gd_pass>GoDaddy Password</gd_pass>
<gd_mode>Live Mode?</gd_mode>
</translate>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>host_server</name>
<!-- define the block title translations -->
<title_add>Add New Server</title_add>
<title_view>View Server</title_view>
<!-- define the menu lable translations -->
<menu>Hosting Setup</menu>
<menu_add>Add Server</menu_add>
<menu_view>List Servers</menu_view>
<!-- define the field translations -->
<field_status>Active?</field_status>
<field_debug>Show Debug Results?</field_debug>
<field_name>Server Nickname</field_name>
<field_notes>Server Notes</field_notes>
<field_email_template_id>Email Template</field_email_template_id>
<field_provision_plugin>Provisioning Plugin</field_provision_plugin>
<field_provision_plugin_data/>
<field_max_accounts>Maximum Accounts</field_max_accounts>
<field_next_host_server_id>Next Server (when this one is full)</field_next_host_server_id>
<field_name_based>Allow Name Based Accounts?</field_name_based>
<field_name_based_ip>IP For Name Based Accounts</field_name_based_ip>
<field_ip_based>Allow IP Based Accounts?</field_ip_based>
<field_ip_based_ip>IP List (separate w/new line)</field_ip_based_ip>
<field_keycode>Security Keycode</field_keycode>
<!-- define any custom resources -->
<ftp>FTP Method (recommended)</ftp>
<http>HTTP Method</http>
<connection_mode>Connection Mode</connection_mode>
<host>Host Name</host>
<path>File Path</path>
<username>Remote Username</username>
<password>Remote Password</password>
<email>Email to notify for required changes</email>
</translate>

View File

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>host_tld</name>
<!-- define the block title translations -->
<title_add>Add New TLD</title_add>
<title_view>View All TLDs</title_view>
<!-- define the menu lable translations -->
<menu>TLD Setup</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_status>Accepted?</field_status>
<field_name>Extension Name</field_name>
<field_taxable>Taxable</field_taxable>
<field_whois_plugin>Whois Plugin</field_whois_plugin>
<field_whois_plugin_data/>
<field_registrar_plugin_id>Registrar Plugin</field_registrar_plugin_id>
<field_registrar_plugin_data/>
<field_auto_search>Auto Search?</field_auto_search>
<field_default_term_new>Default Registration Length (years)</field_default_term_new>
<field_price_group>Group Pricing Schedule</field_price_group>
<!-- define any custom resources -->
<parking>Offer domain parking for this TLD?</parking>
<year1>Offer 1 year purchase options for this TLD?</year1>
<year2>Offer 2 year purchase options for this TLD?</year2>
<year3>Offer 3 year purchase options for this TLD?</year3>
<year4>Offer 4 year purchase options for this TLD?</year4>
<year5>Offer 5 year purchase options for this TLD?</year5>
<year6>Offer 6 year purchase options for this TLD?</year6>
<year7>Offer 7 year purchase options for this TLD?</year7>
<year8>Offer 8 year purchase options for this TLD?</year8>
<year9>Offer 9 year purchase options for this TLD?</year9>
<year10>Offer 10 year purchase options for this TLD?</year10>
<ns_transfer_instructions> Please enter the domain name and extension below </ns_transfer_instructions>
<register_instructions> Please enter the name and select an extension below </register_instructions>
<register_instructions_s> Please enter the desired domain name and select an extension above </register_instructions_s>
<searching>Checking domain availibility, please hold....</searching>
<domain_unavail>The specified domain is invalid or not available, please try another...</domain_unavail>
<domain_avail>Congratulations! The domain is available, you can purchase this hosting plan now.</domain_avail>
<domain_avail_s>Congratulations! The domain is available, you can purchase it now.</domain_avail_s>
<transfer_searching>Checking if domain can be transferred, please hold....</transfer_searching>
<transfer_unavail> The specified domain is invalid, unregistered, or unsupported by our
registrar, please try another domain or select the "update nameserver" option above
instead...</transfer_unavail>
<transfer_avail> Congratulations! The domain can be transferred to our registrar, you may now
purchase this hosting plan. </transfer_avail>
<transfer_avail_s> Congratulations! The domain can be transferred to our registrar, you may now
continue the transfer. </transfer_avail_s>
<transfer_cart>Complete Domain Transfer</transfer_cart>
<register_cart>Register this domain name</register_cart>
<park_cart>Park this domain name</park_cart>
<domain_register>Register or Park a new domain</domain_register>
<domain_transfer>Transfer an existing domain</domain_transfer>
<suggest_available>Available!</suggest_available>
<suggest_reserved>Reserved</suggest_reserved>
<suggest_searching>Searching...</suggest_searching>
<suggest_purchase>Continue with Purchase</suggest_purchase>
<suggest_other>Show More Domain Suggestions</suggest_other>
<suggest_heading>Suggest Domains</suggest_heading>
<suggest_select>Please make your selection(s) from the list above then press continue</suggest_select>
<search_mass>Bulk Domain Registration Form</search_mass>
<search_mass_header>Bulk Domain Registration Form</search_mass_header>
<search_mass_instructions><![CDATA[
Please enter the list of domains to search on the left, separated by a new line.
<BR><BR>
<u>Example:</u>
<BR><BR>
domain123.com<BR>
domain345.net<BR>
domain456.org<BR>
]]></search_mass_instructions>
<search_mass_err_tld>The TLD %%tld%% is not accepted and the domain %%domain%% has been removed.</search_mass_err_tld>
<search_mass_err_dom>The domain %%domain%% is not available and has been removed.</search_mass_err_dom>
</translate>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>host_whois_plugin</name>
<!-- define any custom resources -->
<whois_server>Whois Server (eg: whios.networksolutions.com)</whois_server>
<avail_response>Available Response String (eg: AVAIL, NOT TAKEN, etc)</avail_response>
</translate>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>htaccess</name>
<!-- define the block title translations -->
<title_add>Add Htaccess Group</title_add>
<title_view>View Htaccess Group</title_view>
<!-- define the menu lable translations -->
<menu>Htaccess Groups</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_date_start>Start Date</field_date_start>
<field_date_expire>Expiration Date</field_date_expire>
<field_name>Name</field_name>
<field_description>Description</field_description>
<field_status>Active?</field_status>
<field_group_avail>Available to Groups</field_group_avail>
<!-- define any custom resources -->
<view_all>View All Directories for this Htaccess Group</view_all>
<add_directory>Add Directory to this Group</add_directory>
<link>Click Here to Enter</link>
<success_login> Thank you for logging in - you will be redirected to the protected area you were
attempting to access. If you do not wish to wait to be redirected, you may click the link
below now. </success_login>
<failed_login> Your account is not currently authorized for the protected area you were
attempting to access. Please verify that your billing information is correct, and that your
account does not have any overdue charges. This situation could also be caused by an expired
membership/subscription that may need to be renewed. If you have any questions, please
contact our customer service department. </failed_login>
<none_authorized> Your account is currently not authorized for any of our protected areas. </none_authorized>
<downloads>Downloads</downloads>
</translate>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>htaccess_dir</name>
<!-- define the block title translations -->
<title_add>Add Protected Directory</title_add>
<title_view>Update Protected Directory</title_view>
<!-- define the menu lable translations -->
<menu>Directories</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_status>Display to Users?</field_status>
<field_htaccess>Current Htaccess File</field_htaccess>
<field_type>Protection Type</field_type>
<field_name>Name</field_name>
<field_description>Description</field_description>
<field_url>URL</field_url>
<field_path>System Path</field_path>
<field_ftp_host>FTP Host</field_ftp_host>
<field_ftp_path>FTP Path</field_ftp_path>
<field_ftp_user>FTP Username</field_ftp_user>
<field_ftp_pass>FTP Password</field_ftp_pass>
<field_ftp_port>FTP Port</field_ftp_port>
<field_htaccess_id>Parent Htaccess Group</field_htaccess_id>
<field_recursive>Recursively Protect Sub-directories?</field_recursive>
<!-- define any custom resources -->
<view_all>View All Protected Directories in this Group</view_all>
<local>Local Directory</local>
<ftp>Remote Directory (via FTP)</ftp>
<exclude_short> You can exlcude specific file types from being protected by checking them to the
right. All other file types will be protected. </exclude_short>
<exclude_long> You can exlcude specific file types from being protected by checking them to the
right. All other file types will be protected. To improve performance and reduce server
load, it is advised that you exclude any file types that do not need protection, and that
receive a lots of hits, such as images, css, javascript, etc. Protecting your main content
pages, such as PHP, HTML, PDF, etc, is generally all that is needed. </exclude_long>
<path_broke> The path you specified does not exist, please check again to be sure you have
entered it correctly. You must enter the FULL system path to the directory you wish to
protect. </path_broke>
<path_auth> The path you specified is not writable, the user PHP is running as does not have
high enough permissions to create the .htaccess file. To fix this, please use your FTP
program to login and CHMOD the file to 777. </path_auth>
<remove_success> Protection of the %%dira%% directory has been removed. </remove_success>
<remove_fail> Deletion of the %%dir%% file has failed, you may need to remove the .htaccess file
manually to be able to access it properly. </remove_fail>
</translate>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>htaccess_exclude</name>
<!-- define the block title translations -->
<title_add>Add File Type</title_add>
<title_view>View File Types</title_view>
<!-- define the menu lable translations -->
<menu>File Types</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_name>Name</field_name>
<field_extension>File Extension</field_extension>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>import</name>
<!-- define the block title translations -->
<title_add></title_add>
<title_update></title_update>
<title_delete></title_delete>
<title_view></title_view>
<title_search>Import</title_search>
<!-- define the menu lable translations -->
<menu>Import</menu>
<menu_search>Import Plugins</menu_search>
<!-- define the field translations -->
<field_id></field_id>
<field_site_id></field_site_id>
<field_date_orig></field_date_orig>
<field_plugin></field_plugin>
<field_module></field_module>
<field_local_table></field_local_table>
<field_ab_table></field_ab_table>
<field_remote_id></field_remote_id>
<field_ab_id></field_ab_id>
<plugin>Import Plugin</plugin>
<view>Plugin Options</view>
<ready>Ready - Click to process</ready>
<pending>Not ready...</pending>
<done>Done - Click to undue</done>
</translate>

View File

@@ -0,0 +1,146 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>invoice</name>
<!-- define the block title translations -->
<title_add>Add Invoice</title_add>
<title_view>Invoice Number </title_view>
<title_search>Search Invoices</title_search>
<title_reconcile>Reconcile Invoice Number</title_reconcile>
<title_refund>Refund Invoice Number</title_refund>
<!-- define the menu lable translations -->
<menu>Invoices</menu>
<overview>Statistics</overview>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_id>Invoice Number</field_id>
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Updated</field_date_last>
<field_process_status>Approved?</field_process_status>
<field_billing_status>Balance Due</field_billing_status>
<field_refund_status>Refunded?</field_refund_status>
<field_print_status>Printed?</field_print_status>
<field_account_id>Account</field_account_id>
<field_account_billing_id>Billing Details</field_account_billing_id>
<field_affiliate_id>Affiliate ID</field_affiliate_id>
<field_campaign_id>Campaign</field_campaign_id>
<field_reseller_id>Reseller</field_reseller_id>
<field_checkout_plugin_id>Checkout Plugin</field_checkout_plugin_id>
<field_checkout_plugin_data>Gateway Response</field_checkout_plugin_data>
<field_tax_id>Tax Zone</field_tax_id>
<field_tax_amt>Tax Amount</field_tax_amt>
<field_discount_arr>Discount(s)</field_discount_arr>
<field_discount_amt>Discount Amount</field_discount_amt>
<field_total_amt>Invoice Total</field_total_amt>
<field_billed_amt>Billed Amount</field_billed_amt>
<field_billed_currency_id>Billing Currency</field_billed_currency_id>
<field_actual_billed_amt>Actual Billed Amount</field_actual_billed_amt>
<field_actual_billed_currency_id>Actual Billing Currency</field_actual_billed_currency_id>
<field_notice_count>Due Notices Sent</field_notice_count>
<field_notice_max>Max Due Notices</field_notice_max>
<field_notice_next_date>Next Notice Date</field_notice_next_date>
<field_grace_period>Grace Period (days)</field_grace_period>
<field_due_date>Due Date</field_due_date>
<field_suspend_billing>Suspend Billing Activity?</field_suspend_billing>
<!-- define the help text -->
<help_file> This module controls the invoicing </help_file>
<!-- define any custom resources -->
<statistics_new_invoices>New Invoices Created: %%count%%</statistics_new_invoices>
<affiliate_commissions>Affiliate Commissions</affiliate_commissions>
<products_ordered>Products/Services Ordered</products_ordered>
<print_invoice>View Printer Friendly Version</print_invoice>
<pay_invoice>Select Your Preferred Payment Option</pay_invoice>
<sales>Sales</sales>
<forcast>Forecast</forcast>
<quota>Quota</quota>
<arcredits>AR Credits</arcredits>
<arbalance>AR Balance</arbalance>
<users>Users</users>
<tickets>Tickets</tickets>
<affiliatesales>Affiliate Sales</affiliatesales>
<indicator>Indicator</indicator>
<period>Period</period>
<current>Current</current>
<previous>Previous</previous>
<change>Change</change>
<thisyear>This Year</thisyear>
<thismonth>This Month</thismonth>
<thisweek>This Week</thisweek>
<lastyear>Last Year</lastyear>
<lastmonth>Last Month</lastmonth>
<lastweek>Last Week</lastweek>
<today>Today</today>
<vs>vs</vs>
<weekly>Weekly</weekly>
<monthly>Monthly</monthly>
<yearly>Yearly</yearly>
<pay_amt>Payment Amount</pay_amt>
<ref_amt>Refund Amount</ref_amt>
<memo>Memo</memo>
<ref_comp>Invoice Refund Completed</ref_comp>
<rec_comp>Invoice Reconciliation Completed</rec_comp>
<rec_over>Customer overpaid by %%amt%%, please create a discount or apply this amount to another
invoice to balance this customnoer to balance the account. </rec_over>
<add_discount>Discount User</add_discount>
<add_view_items>View Items</add_view_items>
<add_finalize>Finalize Invoice</add_finalize>
<search_result_amount><![CDATA[The total amount of the Invoices dispayed on this page is <u>%%amount%%</u>.]]></search_result_amount>
<bill_force>Attempt Billing Now</bill_force>
<search_memo>Memo Text</search_memo>
<thank_you>Thank You!</thank_you>
<invoice_link>Click here to review your order details...</invoice_link>
<account_link>Click here to return to your account center...</account_link>
<thank_you_text><![CDATA[
<p>We want to take this opportunity to thank you for your purchase! <br><br>
Please stick around a while and explore the rest of our product line while you are on our site! </p>
<p><a href="?_page=product:cat">We have so much to offer you... click here for more of our products and services. </a></p>
]]></thank_you_text>
<add_product>Select SKU of Product to add</add_product>
<add_domain>Add a Domain to Invoice</add_domain>
<add_ad_hoc>Add ad hoc item to Invioce</add_ad_hoc>
<recur_date_range>Billing Period: %%start%% - %%stop%%</recur_date_range>
<billing_pending>Pending Billing</billing_pending>
<paid>Paid in full</paid>
<due_invoices_notice><![CDATA[
<p>You presently have unpaid invoices totaling <b>%%total%%</b>. </p>
<p>To pay all unpaid invoices now, please <a href="?_page=invoice:checkout_multiple"><b>CLICK HERE</b></a>.</p>
<p>To select the invoices you wish to pay, please <a href="?_page=core:user_search&module=invoice&_next_page=user_search_show&invoice_refund_status=0&invoice_billing_status=0&_next_page_one=user_view">CLICK HERE</>.</p>
]]></due_invoices_notice>
<due_invoices_pay><![CDATA[
<p>The selected invoices total <b>%%total%%</b>. </p>
<p>To make payment, please select a payment option below.</p>
]]></due_invoices_pay>
<pay_selected>Pay Selected Invoices</pay_selected>
<title_items>Items Purchased</title_items>
<title_billing>Billing Details</title_billing>
<title_service>Services</title_service>
<title_affiliate><![CDATA[Affiliate & Campaign Details]]></title_affiliate>
<title_memo>Memos</title_memo>
<jump_pdf>Print Invoice</jump_pdf>
<jump_bill_force>Attempt Auto-billing Now</jump_bill_force>
<jump_refund>Refund Invoice</jump_refund>
<jump_reconcile>Reconcile Invoice</jump_reconcile>
<jump_void><![CDATA[Void Invoice & Services]]></jump_void>
<jump_approve><![CDATA[Approve Invoice & Services]]></jump_approve>
<pdf_discounts>DISCOUNTS</pdf_discounts>
<pdf_total>TOTAL</pdf_total>
<pdf_paid>PAID</pdf_paid>
<pdf_due>DUE</pdf_due>
<pdf_date_due>DATE DUE</pdf_date_due>
<pdf_payment_status>PAYMENT STATUS</pdf_payment_status>
<pdf_invoice_number>INVOICE NUMBER</pdf_invoice_number>
<pdf_page>PAGE</pdf_page>
<pdf_date>DATE</pdf_date>
<pdf_invoice>INVOICE</pdf_invoice>
<pdf_sku_no>SKU NO</pdf_sku_no>
<pdf_description>DESCRIPTION</pdf_description>
<pdf_qty>QTY</pdf_qty>
<pdf_unit_cost>UNIT COST</pdf_unit_cost>
<pdf_total_cost>TOTAL COST</pdf_total_cost>
<pdf_tax>TAX</pdf_tax>
</translate>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>invoice_commission</name>
</translate>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>invoice_item</name>
<!-- define the menu lable translations -->
<menu>Invoice Items</menu>
<!-- define the field translations -->
<field_sku>SKU</field_sku>
<field_item_type>Item Type</field_item_type>
<field_product_attr>Product Attributes</field_product_attr>
<field_price_base>Base Price</field_price_base>
<field_price_setup>Setup Price</field_price_setup>
<field_recurring_schedule>Recurring Schedule</field_recurring_schedule>
<field_domain_name>Domain Name</field_domain_name>
<field_domain_term>Domain Term</field_domain_term>
<field_domain_type>Domain Type</field_domain_type>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>invoice_memo</name>
<!-- define the block title translations -->
<title_add>Add Memo</title_add>
<title_view>View Memo</title_view>
<title_search>Search Memos</title_search>
<!-- define the menu lable translations -->
<menu>Invoice Memos</menu>
<menu_add>Add Memo</menu_add>
<menu_view>View Memos</menu_view>
<menu_search>Search Memos</menu_search>
<!-- define the field translations -->
<field_date_orig>Date</field_date_orig>
<field_invoice_id>Invoice Number</field_invoice_id>
<field_account_id>Account</field_account_id>
<field_type>Memo Type</field_type>
<field_memo>Memo</field_memo>
<field_misc>Misc</field_misc>
<!-- define any custom resources -->
<system>System</system>
<admin>Staff/Admin Memo</admin>
<postback>Payment Postback</postback>
<approval>Invoice Approval</approval>
<void>Invoice Voided</void>
<reconcile>Invoice Reconciled</reconcile>
<refund>Invoice Refunded</refund>
<usercancel>User Canceled</usercancel>
</translate>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>license</name>
<!-- define the block title translations -->
<title_add>Add License</title_add>
<title_view>View License</title_view>
<title_search>Search</title_search>
<!-- define the menu lable translations -->
<menu>Licensing</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Modified</field_date_last>
<field_date_expire>Expiry Date</field_date_expire>
<field_date_perm>Permanant License Date</field_date_perm>
<field_account_id>Account</field_account_id>
<field_invoice_id>Invoice No.</field_invoice_id>
<field_license_key>License Key</field_license_key>
<field_license_code>License Code</field_license_code>
<field_status>Permanent Status</field_status>
<field_type>License Type</field_type>
<field_term>Trial/Temporary Term (days)</field_term>
<field_domain>Domain Authorized</field_domain>
<field_ip>IP Authorized</field_ip>
<field_change_domain>Domain Change Requested</field_change_domain>
<field_change_ip>IP Change Requested</field_change_ip>
<field_change_status>Change Status</field_change_status>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>log_error</name>
<!-- define the block title translations -->
<title_view>View Error Logs</title_view>
<title_search>Search Error Logs</title_search>
<!-- define the menu lable translations -->
<menu>Error Logs</menu>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Date of Creation</field_date_orig>
<field_account_id>Account</field_account_id>
<field_module>Module</field_module>
<field_method>Method</field_method>
<field_message>Error Message</field_message>
<!-- define any custom resources -->
<statistics>Errors Logged by the System: %%count%%</statistics>
</translate>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>login_log</name>
<!-- define the block title translations -->
<title_view>View Login Logs</title_view>
<title_search>Search Login Logs</title_search>
<!-- define the menu lable translations -->
<menu>Login Logs</menu>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Login Date</field_date_orig>
<field_account_id>Account</field_account_id>
<field_status>Login Succeeded?</field_status>
<field_ip>IP Address</field_ip>
<!-- define any custom resources -->
<statistics_login>User Logins: %%count%%</statistics_login>
</translate>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>Module</name>
<title_add>Add a new Module record</title_add>
<title_view>View/Edit Module</title_view>
<title_search>Search for a specific Module record</title_search>
<title_install>Install New Module</title_install>
<title_upgrade>Database and Method Consistancy Check</title_upgrade>
<menu>Modules</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<menu_install>Install</menu_install>
<menu_admin_add>Add</menu_admin_add>
<menu_admin_list>List</menu_admin_list>
<menu_admin_search>Search</menu_admin_search>
<menu_dev_add>Development</menu_dev_add>
<menu_dev_install_gen>Generate Install Files</menu_dev_install_gen>
<menu_translate>Translate Modules</menu_translate>
<menu_upgrade>Upgrade</menu_upgrade>
<field_name>Name</field_name>
<field_notes>Notes</field_notes>
<field_status>Module Installed?</field_status>
<field_menu_display>Show In Modules Menu?</field_menu_display>
<field_parent_id>Display as child of module</field_parent_id>
<field_date_orig>Date of creation</field_date_orig>
<field_date_last>Date of last update</field_date_last>
<!-- define the menu objects -->
<install_name>Module Name</install_name>
<install_group>Authorized Groups</install_group>
<install_sub_module_err>Unable to install required sub-module %%sub_module%%</install_sub_module_err>
<install_failed>The Module Installation Failed!</install_failed>
<install_enter_name>You must enter a module name</install_enter_name>
<install_select_group>You must select at least one group to be authorized for this module</install_select_group>
<install_module_exists>This module already exists in the database</install_module_exists>
<install_missing_dir>The specified module directory does not exist</install_missing_dir>
<install_missing_class>The specified module class file does not exist</install_missing_class>
<install_missing_construct>The specified module construct file does not exist</install_missing_construct>
<install_missing_install>The specified module installation file does not exist</install_missing_install>
<install_module_depend>This module already requires that the %%$depend%% module be installed
first</install_module_depend>
<install_install_complete>The module installation has completed!</install_install_complete>
<uninstall>Uninstall Module</uninstall>
<module_installed>Install Complete</module_installed>
<view_methods>View all methods for this module</view_methods>
<add_methods>Add a method for this module</add_methods>
<upgrademodules>Select all modules to check for upgrades</upgrademodules>
<default_groups>Select a default group to add any new methods to</default_groups>
<consistancy_file>Version and File Consistancy Check</consistancy_file>
<current_version>Latest Version</current_version>
<current_ab_version>Your Installation Version</current_ab_version>
<encoding_version>Your Encoding Version</encoding_version>
<optional_modules>Your Optional Modules Installed</optional_modules>
<consistancy_submit>Check file consistancy</consistancy_submit>
<modified_files>Modified Files:</modified_files>
<missing_files>Missing Files:</missing_files>
<no_modified_files>No modified files.</no_modified_files>
<no_missing_files>No missing files.</no_missing_files>
<mis_files_count>%%mis%% file(s) are missing from your current installation.</mis_files_count>
<md5_files_count>%%md5%% files(s) are corrupt or modified in your current installation.</md5_files_count>
</translate>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>module_method</name>
<!-- define the block title translations -->
<title_add>Add a Method</title_add>
<title_update>Update Method</title_update>
<title_view>View Methods</title_view>
<title_search>Search Methods</title_search>
<!-- define the menu lable translations -->
<menu>Methods</menu>
<menu_add>Add</menu_add>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_module_id>Module Name</field_module_id>
<field_name>Method Name</field_name>
<field_notes>Notes</field_notes>
<field_page>Menu Page Link</field_page>
<field_menu_display>Display In Menu?</field_menu_display>
<!-- define any custom resources -->
<authorized>Add to Group?</authorized>
<update_relation>Update Group Authorizations</update_relation>
<delete_all>Delete All Methods for this Group</delete_all>
<group_back>Go Back to Group Details</group_back>
<note_inherit>Note - Checkboxes that are greyed out indicate inheritance from parent
groups</note_inherit>
</translate>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add Net Terms</title_add>
<title_view>View Net Terms</title_view>
<menu>Net Terms</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<field_status>Enabled?</field_status>
<field_group_avail>Available to Groups</field_group_avail>
<field_checkout_id>Available to Checkout Plugin</field_checkout_id>
<field_name>Name</field_name>
<field_sku>SKU</field_sku>
<field_fee_type>Fee Type</field_fee_type>
<field_fee>Late Fee</field_fee>
<field_terms>Terms (eg: 15,30,90)</field_terms>
<field_suspend_intervals>Suspend after Intervals</field_suspend_intervals>
<field_enable_emails>Enable E-mails?</field_enable_emails>
<field_sweep_type>Charge Sweep Type</field_sweep_type>
</translate>

View File

@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>newsletter</name>
<!-- define the block title translations -->
<title_add>Add Newsletter</title_add>
<title_view>View Newsletters</title_view>
<title_search>Search Newsletters</title_search>
<!-- define the menu lable translations -->
<menu>Newsletters</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<menu_send>Send</menu_send>
<overview>Statistics</overview>
<!-- define the field translations -->
<field_group_avail>Available to Group(s)</field_group_avail>
<field_name>Newsletter Name</field_name>
<field_description>Description</field_description>
<field_notes>Notes</field_notes>
<field_active>Active?</field_active>
<field_display_signup>Display at Signup?</field_display_signup>
<!-- define any custom resources -->
<view_subscribers>View all subscribers of this newsletter</view_subscribers>
<send_newsletters>Send To Newsletter Subscribers</send_newsletters>
<send_from_email>Send Using Email Setup</send_from_email>
<send_subject>Message Subject</send_subject>
<send_body_text>Message Body, Text Version</send_body_text>
<send_body_html>Message Body, HTML Version</send_body_html>
<send_high_priority>Set as High Priority?</send_high_priority>
<send_test>Test Only?</send_test>
<send_alert_message>You must enter a subject for the message!</send_alert_message>
<send_alert_body_text>You must enter the text body for the message!</send_alert_body_text>
<send_alert_body_html>You must enter the html body for the message!</send_alert_body_html>
<send_alert_fail>Could not send the newsletter!</send_alert_fail>
<send_alert_success>The newsletter mailing has been completed!</send_alert_success>
<send_alert_no_results>No subscribers found for the selected newsletters(s)</send_alert_no_results>
<send_alert_success>The selected newsletters have been sent</send_alert_success>
<submit_subscribe>Subscribe Now</submit_subscribe>
<submit_unsubscribe>Unsubscribe Now</submit_unsubscribe>
<subscribe_newsletters>Select newsletters to receive:</subscribe_newsletters>
<subscribe_name_req>You must enter your name, please go back and fill in your name.</subscribe_name_req>
<subscribe_newsletter_req>You must select at least one newsletter to subscribe to.</subscribe_newsletter_req>
<subscribe_email_req>You must enter a valid email address, please go back and correct this.</subscribe_email_req>
<subscribe_spam_limit>You have already submitted a request within the last %limit% seconds,
please wait before you try again.</subscribe_spam_limit>
<subscribe_confirm> Thank you for subscribing! Futher action on your part is required; we have
sent an email to the address you provided requesting your confirmation. Once you confirm as
explained in your email, no further action on your part will be required. </subscribe_confirm>
<subscribe_confirm_fail> The confirmation link you followed is older than 72 hours and has
expired, or has been malformed by your email reader and therefore does not work. Please
check that the full link shown in your email reader has displayed in browser address bar, or
you can start the newsletter subscription process again by clicking "Submit" below: %here%. </subscribe_confirm_fail>
<subscribe_confirm_success> We have confirmed your email, and you have been subscribed for the
selected newsletters. Any newsletter emails you recieve in the future will have a link for
removing yourself from the newsletters you are currently subscribed to. </subscribe_confirm_success>
<subscribe_subj>Newsletter Confirmation Required</subscribe_subj>
<subscribe_body>Hello %name%, To confirm your newsletter subscription, you will need to click
the link below. Once you do this no futher action on your part will be required. Click:
%confirm_url% If the text above does not show up as a link in your browser, you can paste it
to your browser. Thank you, %site_name%</subscribe_body>
<unsubscribe_newsletters> The form above allows you to subscribe to our newsletters, and the
form below is for removing any current newsletter subscriptions that you no longer wish to
receive. </unsubscribe_newsletters>
<unsubscribe_newsletter>Select newsletters to unsubscribe</unsubscribe_newsletter>
<unsubscribe_success>You have been unsubscribed from the selected
newsletters</unsubscribe_success>
</translate>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>newsletter_subscriber</name>
<!-- define the block title translations -->
<title_add>Add Newsletter Subscriber</title_add>
<title_view>View Newsletter Subscribers</title_view>
<title_search>Search Newsletter Subscriber</title_search>
<!-- define the menu lable translations -->
<menu>Subscribers</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_newsletter_id>Newsletter</field_newsletter_id>
<field_email>Email Address</field_email>
<field_html>HTML Email Accepted?</field_html>
<field_first_name>First Name</field_first_name>
<field_last_name>Last Name</field_last_name>
<!-- define any custom resources -->
<statistics>Active Newsletter Subscribers: %%count%%</statistics>
</translate>

View File

@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>product</name>
<!-- define the block title translations -->
<title_add>Add New Product</title_add>
<title_view>View Product</title_view>
<title_search>Search All Products</title_search>
<!-- define the menu lable translations -->
<menu>Products</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Update</field_date_last>
<field_sku>Product SKU</field_sku>
<field_taxable>Taxable?</field_taxable>
<field_active>Active?</field_active>
<field_position>Position/Ranking</field_position>
<field_cart_multiple>User can add to cart multiple times for one purchase?</field_cart_multiple>
<field_group_avail>Available to Group(s)</field_group_avail>
<field_avail_category_id>Display in Category(s)</field_avail_category_id>
<field_discount>Automatically Generate Discount Code When This Product Is Ordered?</field_discount>
<field_discount_amount>Discount Amount to Create</field_discount_amount>
<field_price_type>Pricing Structure</field_price_type>
<field_price_base>Base Price</field_price_base>
<field_price_setup>Setup Price</field_price_setup>
<field_price_group>Group Pricing Structure</field_price_group>
<field_price_recurr_type>Recurring Billing Schedule</field_price_recurr_type>
<field_price_recurr_weekday>Day of Month to Bill</field_price_recurr_weekday>
<field_price_recurr_week>Week Number</field_price_recurr_week>
<field_price_recurr_schedule>Allow Change of Billing Schedule?</field_price_recurr_schedule>
<field_price_recurr_cancel>Allow Cancelation of Service?</field_price_recurr_cancel>
<field_price_trial_length_type>Trial Period Type</field_price_trial_length_type>
<field_price_trial_length>Trial Length</field_price_trial_length>
<field_price_trial_prod>Trial For Product</field_price_trial_prod>
<field_assoc_req_prod>Product(s) Required for Access to This Product</field_assoc_req_prod>
<field_assoc_req_prod_type>Match Type for Required Products</field_assoc_req_prod_type>
<field_assoc_grant_prod>Purchasing This Product Grants Access to the Following Product(s)</field_assoc_grant_prod>
<field_assoc_grant_group>Purchasing This Product Grants Access to the Following Group(s)</field_assoc_grant_group>
<field_assoc_grant_group_type>Type of Group Access Granted</field_assoc_grant_group_type>
<field_assoc_grant_group_days>Grant access to the selected group(s) for X days</field_assoc_grant_group_days>
<field_thumbnail>Product Thumbnail</field_thumbnail>
<field_price_recurr_default>Default Billing Schedule</field_price_recurr_default>
<field_host>Set up a hosting account when this product is ordered?</field_host>
<field_host_server_id>Target Server</field_host_server_id>
<field_host_allow_domain>Allow Domain Purchases with this Hosting Plan?</field_host_allow_domain>
<field_host_allow_host_only>Allow Purchases without a domain?</field_host_allow_host_only>
<field_host_discount_tld>Discount the following TLDs</field_host_discount_tld>
<field_host_discount_tld_amount>Domain Purchase Discount Amount</field_host_discount_tld_amount>
<field_price_recurr_modify>Allow Modification of Service?</field_price_recurr_modify>
<field_modify_waive_setup>Waive setup fee when modifying service?</field_modify_waive_setup>
<!-- define any custom resources -->
<setup>Setup</setup>
<domain_options>Domain Transfer / Registrations Options</domain_options>
<domain_register>Register new domain name</domain_register>
<domain_transfer>Transfer existing domain name</domain_transfer>
<domain_ns_transfer>I will use an existing domain name and update my nameservers only.</domain_ns_transfer>
<domain_ip>All I need is an IP based hosting plan.</domain_ip>
<user_options>Options Available to Subscribers</user_options>
<price_type_one>One-time Charge</price_type_one>
<price_type_recurr>Recurring Membership/Subscription</price_type_recurr>
<price_type_trial>Trial for Membership/Subscription</price_type_trial>
<recurr_type_aniv>Bill on Aniversary Date of Subscription</recurr_type_aniv>
<recurr_type_fixed>Bill on Fixed Schedule</recurr_type_fixed>
<weekly>Offer weekly billing schedule for this product?</weekly>
<monthly>Offer monthly billing schedule for this product?</monthly>
<quarterly>Offer quarterly billing schedule for this product?</quarterly>
<semianually>Offer semi-annual billing schedule for this product?</semianually>
<anually>Offer annual billing schedule for this product?</anually>
<twoyear>Offer two-year billing schedule for this product?</twoyear>
<threeyear>Offer three-year billing schedule for this product?</threeyear>
<recurr_week>Weekly Billing Schedule</recurr_week>
<recurr_month>Monthly Billing Schedule</recurr_month>
<recurr_quarter>Quarterly Billing Schedule</recurr_quarter>
<recurr_semianual>Semi-annual Billing Schedule</recurr_semianual>
<recurr_anual>Annual Billing Schedule</recurr_anual>
<recurr_twoyear>Two-year Billing Schedule</recurr_twoyear>
<recurr_threeyear>Three-year Billing Schedule</recurr_threeyear>
<assoc_req_all>Require All Selected Products</assoc_req_all>
<assoc_req_one>Require Any One Selected Product</assoc_req_one>
<assoc_group_limited>Grant access for specified amount of days:</assoc_group_limited>
<assoc_group_subscription>Grant access while associated subscription is active</assoc_group_subscription>
<assoc_group_forever>Grant access forerver</assoc_group_forever>
<tld_discount_desc>(example: 0.10 = 10%)</tld_discount_desc>
<trial_desc> This product is a trial for SKU %%sku%%, which can be viewed in detail here: </trial_desc>
<trial_bill_desc> If you wish to cancel prior to the trial expiring, you may do so and you will not
be billed for SKU %%sku2%%. </trial_bill_desc>
<trial_length_days> This trial will last for %%length%% days before it expires and you are
billed for the full cost of SKU %%sku1%%. </trial_length_days>
<trial_length_months> This trial will last for %%length%% months before it expires and you are
billed for the full cost of SKU %%sku1%%. </trial_length_months>
<trial_length_weeks> This trial will last for %%length%% weeks before it expires and you are
billed for the full cost of SKU %%sku1%%. </trial_length_weeks>
<host_domain_opt>You must choose a 'Domain Transfer / Registration Option' to continue.</host_domain_opt>
<host_domain_inv>You must select a valid domain name to continue.</host_domain_inv>
<graph_top>Top Product Sales</graph_top>
<cart>Add to Cart</cart>
<checkout>Add to Cart and Checkout</checkout>
<manage_images>Manage Images</manage_images>
<attributes>Attributes</attributes>
<advanced_billing>Advanced Billing</advanced_billing>
<associations>Associations</associations>
<discounts>Discounts</discounts>
<hosting>Hosting</hosting>
<product_plugins>Product Plugins</product_plugins>
<link>Link</link>
<clone>Clone</clone>
<clone_error>Please enter a unique SKU for the newly cloned product</clone_error>
<clone_success>The product has been cloned, click here to view it now</clone_success>
<wizard_finalize_purchase>Finalize Purchase</wizard_finalize_purchase>
<wizard_login>Login and review purchase</wizard_login>
<wizard_checkout_login>Login to existing client account</wizard_checkout_login>
<wizard_checkout_register>Register for new client account</wizard_checkout_register>
<wizard_checkout>Proceed to checkout</wizard_checkout>
</translate>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>product_attr</name>
<!-- define the block title translations -->
<title_add>Add New Product Attribute</title_add>
<title_delete>Delete This Attribute</title_delete>
<!-- define the field translations -->
<field_name>Name</field_name>
<field_description>Description</field_description>
<field_type>Type</field_type>
<field_collect_type>Attribute Input Type</field_collect_type>
<field_collect_default>Default Input Value</field_collect_default>
<field_price_base>Base Price</field_price_base>
<field_price_setup>Setup Price</field_price_setup>
<field_price_group>Group Pricing Schedule</field_price_group>
<!-- define any custom resources -->
<type_checkbox>Checkbox (yes/no)</type_checkbox>
<type_text>Text Input Field</type_text>
<type_menu>Multiple Choice Menu</type_menu>
<type_textarea>Textarea Input Field</type_textarea>
<input_req>User input required to add product to cart</input_req>
</translate>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>product_cat</name>
<!-- define the block title translations -->
<title_add>Add Product Category</title_add>
<title_view>View Product Categories</title_view>
<title_view_translations>View all translations for this category</title_view_translations>
<title_add_translation>Add a translation for this category</title_add_translation>
<!-- define the menu lable translations -->
<menu>Categories</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_name>Category Nickname</field_name>
<field_notes>Category Notes</field_notes>
<field_status>Active?</field_status>
<field_max>Maximum Products Per Page</field_max>
<field_template>Template</field_template>
<field_thumbnail>Thumbnail</field_thumbnail>
<field_image>Image</field_image>
<field_position>Position/Ranking</field_position>
<field_parent_id>Parent Category</field_parent_id>
<field_group_avail>Available to Group(s)</field_group_avail>
<!-- define any custom resources -->
<pages>View items on page:</pages>
<products_none>No Products Available in this Category...</products_none>
<desc_none>No Description</desc_none>
<plans_select>Please select a plan below</plans_select>
<plans_none>No Plans Available in this Category...</plans_none>
</translate>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>product_cat_translate</name>
<!-- define the block title translations -->
<title_add>Add Product Category Translation</title_add>
<title_view>Edit Product Category Translation</title_view>
<!-- define the menu lable translations -->
<menu>Product Category Translations</menu>
<menu_add>Add Category Translation</menu_add>
<menu_search>View All Translations</menu_search>
<!-- define the field translations -->
<field_product_cat_id>Product Category</field_product_cat_id>
<field_language_id>Language</field_language_id>
<field_name>Name</field_name>
<field_description>Description</field_description>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>product_img</name>
<!-- define the block title translations -->
<title_add>Add Product Image</title_add>
<title_view>View Product Image</title_view>
<title_delete>Delete This Image</title_delete>
<!-- define the field translations -->
<field_product_id>Product SKU</field_product_id>
<field_type>Image Type</field_type>
<field_url>URL</field_url>
<field_name>Name</field_name>
<!-- define any custom resources -->
<upload>Upload a file from your computer:</upload>
<url>...Or, enter the URL of the image: http://domain.com/image.gif</url>
<local>Saved Image</local>
<remote>Remote Image</remote>
</translate>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>product_translate</name>
<!-- define the block title translations -->
<title_add>Add Product Translation</title_add>
<title_view>View Product Translation</title_view>
<title_search>Search Product Translations</title_search>
<!-- define the menu lable translations -->
<menu>Product Translations</menu>
<menu_search>Search Product Translations</menu_search>
<!-- define the field translations -->
<field_product_id>Product</field_product_id>
<field_language_id>Language</field_language_id>
<field_name>Product Name</field_name>
<field_description_short>Short Description</field_description_short>
<field_description_full>Full Description</field_description_full>
<field_email_template>Extra E-mail Instructions</field_email_template>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<!-- define the block title translations -->
<title_add>Add</title_add>
<title_view>List</title_view>
<title_search>Search</title_search>
<!-- define the menu lable translations -->
<menu>Radius</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_id>ID</field_id>
<field_site_id></field_site_id>
<field_account_id>Account</field_account_id>
<field_service_id>Service Id</field_service_id>
<field_active>Active?</field_active>
<field_sku>SKU</field_sku>
<field_max>Remove This</field_max>
<field_auth>Auth Type</field_auth>
<field_username>Username</field_username>
<field_password>Password</field_password>
<field_service_type>Service Type</field_service_type>
<field_session_limit>Session Limit</field_session_limit>
<field_idle_limit>Idle Limit</field_idle_limit>
<field_port_limit>Port Limit</field_port_limit>
<field_analog>Analog?</field_analog>
<field_digital>Digital</field_digital>
<field_filter_id>Filter ID</field_filter_id>
<field_netmask>Netmask</field_netmask>
<field_framed_route>Framed Route</field_framed_route>
<field_speed_limit>Speed Limit</field_speed_limit>
<field_static_ip>Static IP</field_static_ip>
<field_profiles>Profiles</field_profiles>
<field_time_bank>Time Bank</field_time_bank>
<old_logins>Existing Authentication Management</old_logins>
<new_logins>Assign Available Authentication </new_logins>
<mac>MAC Address</mac>
<user>Username</user>
<pass>Password</pass>
<err_login>The username/password "%%user%%/%%pass%%" combo is not valid or is already in use, example username/password: "user1965/MySecret29".</err_login>
<err_wireless>"The MAC ID "%%user%%" is not valid or is already in use, example MAC ID: "00 0A E4 3A 18 13".</err_wireless>
</translate>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add Property</title_add>
<title_view>View Properties</title_view>
<title_search>Search Properties</title_search>
<menu>Realestate</menu>
<menu_config>Configuration</menu_config>
<menu_add>Add Property</menu_add>
<menu_view>List Properties</menu_view>
<menu_search>Search Properties</menu_search>
<user_menu>My Voice Center</user_menu>
<user_features>Features</user_features>
<user_overview>Overview</user_overview>
<user_activity>Activity</user_activity>
<user_fax>Faxes</user_fax>
<user_voicemail>Voicemail</user_voicemail>
<user_blacklist>Blacklist</user_blacklist>
<user_blacklist_add>Add a Blacklist</user_blacklist_add>
<user_blacklist_list>List all Blacklists</user_blacklist_list>
<user_callforwarding>Call Forwarding</user_callforwarding>
<user_busycallforwarding>Busy Call Forwarding</user_busycallforwarding>
<user_faxing>Faxing</user_faxing>
<user_failover>Failover Number</user_failover>
<user_remote_callforward>Remote Call Forwarding</user_remote_callforward>
<user_callwaiting>Call Waiting</user_callwaiting>
<mls>MLS Number</mls>
<price>Price</price>
<address>Address</address>
</translate>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>reports</name>
<!-- define the block title translations -->
<title_add>Generate New Report</title_add>
<title_update></title_update>
<title_delete>Delete Saved Report</title_delete>
<title_view>Report Administration</title_view>
<title_search>Locate Saved Report(s)</title_search>
<!-- define the menu lable translations -->
<menu>Reports</menu>
<menu_add></menu_add>
<menu_update></menu_update>
<menu_delete></menu_delete>
<menu_view>Report Administration</menu_view>
<menu_search></menu_search>
<!-- define the field translations -->
<field_id></field_id>
<field_date_orig>Date Generated</field_date_orig>
<field_date_last>Date Last Run</field_date_last>
<field_template>Report Template</field_template>
<field_nickname>Nickname</field_nickname>
<field_criteria>Criteria</field_criteria>
<field_site_id>Company or Reseller</field_site_id>
<!-- custom translations -->
<report_select>Select A Report</report_select>
<module_select>Select A Report Category</module_select>
<no_reports>No Reports for this Module</no_reports>
<view>View</view>
<update_sql>Update Query</update_sql>
</translate>

View File

@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>service</name>
<!-- define the block title translations -->
<title_add>Add Service</title_add>
<title_view>View Service</title_view>
<title_search>Search Services</title_search>
<title_recurring>Recurring Details</title_recurring>
<title_group>Group Details</title_group>
<title_domain>Domain Details</title_domain>
<title_hosting>Hosting Details</title_hosting>
<title_product>Product Plugin</title_product>
<title_memo>Memos</title_memo>
<title_modify>Modify Service</title_modify>
<title_suspended_billing>Billing Suspended</title_suspended_billing>
<!-- define the menu lable translations -->
<menu>Services</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_id>Service Number</field_id>
<field_date_orig>Date Created</field_date_orig>
<field_date_last>Date Last Modified</field_date_last>
<field_parent_id>Parent Service</field_parent_id>
<field_invoice_id>Invoice Number</field_invoice_id>
<field_invoice_item_id>Invoice Item Number</field_invoice_item_id>
<field_account_id>Account</field_account_id>
<field_account_billing_id>Billing Details</field_account_billing_id>
<field_product_id>Product ID</field_product_id>
<field_sku>Product SKU</field_sku>
<field_active>Active?</field_active>
<field_bind>Bind Services</field_bind>
<field_type>Type</field_type>
<field_price>Price</field_price>
<field_price_type>Price Type</field_price_type>
<field_taxable>Taxable?</field_taxable>
<field_queue>Queue Status</field_queue>
<field_date_last_invoice>Last Invoiced</field_date_last_invoice>
<field_date_next_invoice>Next Invoice</field_date_next_invoice>
<field_recur_type>Recurring Type</field_recur_type>
<field_recur_schedule>Recurring Schedule</field_recur_schedule>
<field_recur_weekday>Recurring Day of Month</field_recur_weekday>
<field_recur_week>Recurring Week</field_recur_week>
<field_recur_schedule_change>User May Change Schedule?</field_recur_schedule_change>
<field_recur_cancel>User May Cancel</field_recur_cancel>
<field_recur_modify>User May Modify</field_recur_modify>
<field_group_grant>Associated Groups to Grant</field_group_grant>
<field_group_type>Group Access Type</field_group_type>
<field_group_days>Group Access Period (Days)</field_group_days>
<field_host_server_id>Host Server</field_host_server_id>
<field_host_provision_plugin_data>Host Provisioning Data</field_host_provision_plugin_data>
<field_host_ip>Hosting IP</field_host_ip>
<field_host_username>Host Username</field_host_username>
<field_host_password>Host Password</field_host_password>
<field_domain_name>Domain Name</field_domain_name>
<field_domain_tld>Domain TLD</field_domain_tld>
<field_domain_term>Domain Registration Term</field_domain_term>
<field_domain_type>Domain Type</field_domain_type>
<field_domain_date_expire>Date Domain Expires</field_domain_date_expire>
<field_domain_host_tld_id>Domain TLD</field_domain_host_tld_id>
<field_domain_host_registrar_id>Domain Registrar</field_domain_host_registrar_id>
<field_suspend_billing>Suspend Billing Activity?</field_suspend_billing>
<field_service_did>Phone Number</field_service_did>
<!-- define any custom resources -->
<host>Hosting</host>
<host_group>Hosting + Group Access</host_group>
<none>Recurring Only</none>
<group>Group Access</group>
<domain>Domain Name</domain>
<product>Product Plugin</product>
<product_group>Group Access + Product Plugin</product_group>
<new>Add New</new>
<active>Activate</active>
<inactive>Deactivate</inactive>
<delete>Delete</delete>
<edit>Edit/Update</edit>
<queue_none>None</queue_none>
<force_queue>Force Current Queue</force_queue>
<confirm_cancel>Are you sure you wish to cancel this service?</confirm_cancel>
<confirm_changeschedule>Are you sure you wish to change the billing scheudle of this service? If so, your subscription price will be modified accordingly and you will be billed at the new rate on your next invoice date.</confirm_changeschedule>
<changeservice_msg>Your request has been sent to our customer service department for review, thank you!</changeservice_msg>
<cancelservice_auth>Your account is not authorized to cancel this service.</cancelservice_auth>
<changeservice_auth>Your account is not authorized to change the billing schedule of this service.</changeservice_auth>
<resend_email>Resend hosting details e-mail</resend_email>
<hosting_email_sent>The hosting details have been resent to the customer's e-mail address on file.</hosting_email_sent>
<search_result_amount><![CDATA[The total amount of the Services dispayed on this page is <u>%%amount%%</u>.]]></search_result_amount>
<find_recur_invoices>Find Recurring Invoices</find_recur_invoices>
<cancel>Cancel This Subscription</cancel>
<product_plugin>Plugin</product_plugin>
<invoice_history>Retrieve all Invoices for service %%service%%...</invoice_history>
<modify_explain><![CDATA[
This service can be modified by selecting another product from our offering. <br>
This will allow you to effectively upgrade or downgrade your current service. <br>
To select another product, <b><a href="?_page=service:user_modify&service_id=%%id%%">please click here</a></b>.
]]></modify_explain>
<modify_select>Please select a product</modify_select>
<modify_submit>Modify My Service Now</modify_submit>
<modify_service>Modify Service to Another Product</modify_service>
<reactivate>Reactivate This Service</reactivate>
<suspended_billing_explain>The billing for this service has been suspended and service will expire on </suspended_billing_explain>
</translate>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>service_memo</name>
<!-- define the block title translations -->
<title_add>Add Memo</title_add>
<title_view>View Memo</title_view>
<title_search>Search Memos</title_search>
<!-- define the menu lable translations -->
<menu>Service Memos</menu>
<menu_add>Add Memo</menu_add>
<menu_view>View Memos</menu_view>
<menu_search>Search Memos</menu_search>
<!-- define the field translations -->
<field_date_orig>Date</field_date_orig>
<field_staff_id>Staff/Admin</field_staff_id>
<field_service_id>Service ID</field_service_id>
<field_type>Memo Type</field_type>
<field_memo>Memo</field_memo>
<field_misc>Misc</field_misc>
<!-- define any custom resources -->
<system>System</system>
<admin>Staff/Admin Memo</admin>
</translate>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>session</name>
<!-- define the block title translations -->
<title_view>View Sessions</title_view>
<title_search>Search Sessions</title_search>
<!-- define the menu lable translations -->
<menu>Sessions</menu>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Used Date</field_date_last>
<field_date_expire>Date of Expiration</field_date_expire>
<field_logged>User Logged In?</field_logged>
<field_ip>IP Address</field_ip>
<field_theme_id>Theme</field_theme_id>
<field_country_id>Country</field_country_id>
<field_language_id>Language</field_language_id>
<field_currency_id>Currency</field_currency_id>
<field_weight_id>Weight Unit</field_weight_id>
<field_account_id>Account</field_account_id>
<field_reseller_id>Reseller Account</field_reseller_id>
<field_affiliate_id>Affilliate Account</field_affiliate_id>
<!-- define any custom resources -->
<statistics>User Sessions: %%count%%</statistics>
</translate>

View File

@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>setup</name>
<!-- define the block title translations -->
<title_update>Main Setup</title_update>
<title_view>Main Setup</title_view>
<!-- define the menu lable translations -->
<menu>Setup</menu>
<menu_update>Site Setup</menu_update>
<menu__php_info>PHP Details</menu__php_info>
<!-- define the field translations -->
<field_id>ID</field_id>
<field_site_id>Site ID</field_site_id>
<field_country_id>Default Country</field_country_id>
<field_language_id>Default Language</field_language_id>
<field_currency_id>Default Currency</field_currency_id>
<field_weight_id>Default Weight </field_weight_id>
<field_theme_id>Default User Theme</field_theme_id>
<field_admin_theme_id>Default Admin Theme</field_admin_theme_id>
<field_group_id>Default Group</field_group_id>
<field_affiliate_template_id>Default Affiliate Template</field_affiliate_template_id>
<field_affiliate_id>Default Affiliate</field_affiliate_id>
<field_reseller_id>Default Reseller</field_reseller_id>
<field_setup_email_id>Default Email Setup</field_setup_email_id>
<field_ssl_url>SSL URL</field_ssl_url>
<field_nonssl_url>NON-SSL URL</field_nonssl_url>
<field_login_expire>Login Expiration Time (seconds)</field_login_expire>
<field_cookie_name>Cookie Name</field_cookie_name>
<field_cookie_expire>Cookie Expiration Time (seconds)</field_cookie_expire>
<field_session_ip_match>IP Matching For Sessions</field_session_ip_match>
<field_error_reporting>Error Reporting</field_error_reporting>
<field_site_name>Site Name</field_site_name>
<field_site_email>Site Email</field_site_email>
<field_time_format>Default Time Format</field_time_format>
<field_date_format>Default Date Format</field_date_format>
<field_date_time_format>Default Date-Time Format</field_date_time_format>
<field_decimal_place>Decimal Placement</field_decimal_place>
<field_debug>Debug</field_debug>
<field_login_attempt_try>Allowed Login Attempts</field_login_attempt_try>
<field_login_attempt_time>Login Attempt Period (in seconds)</field_login_attempt_time>
<field_login_attempt_lock>Login Lock Period (in seconds)</field_login_attempt_lock>
<field_search_expire>Search Expiration (in seconds)</field_search_expire>
<field_db_cache>Cache DB Queries?</field_db_cache>
<field_newsletter_registration>Show Newsletter Form on Registration page?</field_newsletter_registration>
<field_default_account_status>Require email validation on new accounts?</field_default_account_status>
<field_cache_sessions>Cache Sessions?</field_cache_sessions>
<field_weblog>Store Weblogs?</field_weblog>
<field_auto_affiliate>Auto Create Affiliate Account on new Account creation?</field_auto_affiliate>
<field_show_newsletter_link>Display newsletter link?</field_show_newsletter_link>
<field_show_contact_link>Display contact us link?</field_show_contact_link>
<field_show_domain_link>Display domain link?</field_show_domain_link>
<field_show_cart_link>Display cart link?</field_show_cart_link>
<field_show_checkout_link>Display checkout link?</field_show_checkout_link>
<field_show_product_link>Display products link?</field_show_product_link>
<field_show_cat_block>Display product categories block?</field_show_cat_block>
<field_show_file_block>Display file module block?</field_show_file_block>
<field_show_static_block>Display static page module block?</field_show_static_block>
<field_show_affiliate_link>Display affiliate link?</field_show_affiliate_link>
<field_show_affiliate_code>Display affiliate input block at checkout?</field_show_affiliate_code>
<field_show_ticket_link>Display ticket link?</field_show_ticket_link>
<field_show_discount_code>Display discount code block at checkout?</field_show_discount_code>
<field_os>Operating System</field_os>
<field_path_curl>Curl Path (if using binary version)</field_path_curl>
<field_billing_weekday>Default Billing Day of Month</field_billing_weekday>
<field_grace_period>Grace Period (days)</field_grace_period>
<field_max_billing_notice>Default Max Billing Notices</field_max_billing_notice>
<field_max_inv_gen_period>Generate Invoices how Long Prior to Due Date (days)</field_max_inv_gen_period>
<field_site_address>Company Address</field_site_address>
<field_site_city>Company City</field_site_city>
<field_site_state>Company State/Province</field_site_state>
<field_site_zip>Company Postal/ZIP code</field_site_zip>
<field_site_phone>Company Phone</field_site_phone>
<field_site_fax>Company Fax</field_site_fax>
<field_license_key>License Key</field_license_key>
<field_license_code>License Code</field_license_code>
<!-- error handling -->
<e_none>Error Reporting Off</e_none>
<e_error>Fatal errors that occur at runtime</e_error>
<e_warning>Non-fatal errors that occur at runtime</e_warning>
<e_parse>Parse errors (caused by invalid syntax)</e_parse>
<e_notice>Non-critical errors </e_notice>
<e_core_error>Fatal errors that occur at PHP engine startup</e_core_error>
<e_core_warning>Non-fatal errors that occur at PHP engine startup</e_core_warning>
<e_compile_error>Fatal errors that occur at script compile-time</e_compile_error>
<e_compile_warning>Non-fatal errors that occur at script compile-time</e_compile_warning>
<e_user_error>User-thrown fatal error</e_user_error>
<e_user_warning>User-thrown non-fatal error</e_user_warning>
<e_user_notice>User-thrown non-critical error</e_user_notice>
<e_all>The combined value of all available error levels</e_all>
<!-- date menu options -->
<date_option>select option</date_option>
<date_month_day>Day (01..31)</date_month_day>
<date_abbr_weekday>Abbr. Weekday (Mon)</date_abbr_weekday>
<date_full_weekday>Full Weekday (Monday)</date_full_weekday>
<date_month>Month (01..12)</date_month>
<date_abbr_month>Abbr Month (Mar)</date_abbr_month>
<date_full_month>Full Month (March)</date_full_month>
<date_year_two>Year (00..99)</date_year_two>
<date_year_four>Year (2004)</date_year_four>
<!-- date separator options -->
<sep_space>space</sep_space>
<sep_dash>dash</sep_dash>
<sep_slash>slash</sep_slash>
<sep_period>period</sep_period>
<sep_comma>comma</sep_comma>
</translate>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>setup_email</name>
<!-- define the block title translations -->
<title_add>Add Email Setup</title_add>
<title_view>View Email Setups</title_view>
<!-- define the menu lable translations -->
<menu>Email Setup</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_account_id>Account</field_account_id>
<field_name>Email Setup Name</field_name>
<field_notes>Notes</field_notes>
<field_type>SMTP Account?</field_type>
<field_from_name>From Name</field_from_name>
<field_from_email>From Email</field_from_email>
<field_cc_list>CC List (cc@mail.com,ccme@mail.com)</field_cc_list>
<field_bcc_list>BCC List (bcc@mail.com,bccme@mail.com)</field_bcc_list>
<field_server>Server (required only for SMTP - smtp.srv1.com;mail.srv2.com)</field_server>
<field_username>Username (required only for SMTP)</field_username>
<field_password>Password (required only for SMTP)</field_password>
<field_piping>Message Retrieval Method</field_piping>
<field_piping_host>Host for Message Retrieval</field_piping_host>
<field_piping_username>Username</field_piping_username>
<field_piping_password>Password</field_piping_password>
<field_piping_action>Action after Message Retrieval</field_piping_action>
<field_queue>Queue E-mails?</field_queue>
<!-- define any custom resources -->
<smtp_help><![CDATA[If you select 'Yes', you will need to enter your SMTP server &amp; login details below. ]]></smtp_help>
<piping_action_leave>Leave message in mailbox</piping_action_leave>
<piping_action_delete>Delete message from mailbox</piping_action_delete>
</translate>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>setup_invoice</name>
<!-- define the block title translations -->
<title_update>Invoice Setup</title_update>
<title_view>Invoice Setup</title_view>
<!-- define the menu lable translations -->
<menu>Invoice Setup</menu>
<menu_view>Invoice Setup</menu_view>
<!-- define the field translations -->
<field_id>ID</field_id>
<field_site_id>Site ID</field_site_id>
<field_bill_to_company>Bill to company name</field_bill_to_company>
<field_invoice_currency>Currency Symbol</field_invoice_currency>
<field_invoice_decimals>Currency Decimal Precision</field_invoice_decimals>
<field_items_summary_max>Number of items to display in summary</field_items_summary_max>
<field_news>News you can use </field_news>
<field_page_type>Page Type</field_page_type>
<field_invoice_delivery>Default Invoice Delivery Method</field_invoice_delivery>
<field_invoice_show_itemized>Show itemized detail pages</field_invoice_show_itemized>
<field_invoice_terms>Default Net Terms for All System Generated Invoices</field_invoice_terms>
<field_invoice_pdf_plugin>PDF Invoice Plugin</field_invoice_pdf_plugin>
<field_contact_us_url>Contact Us URL</field_contact_us_url>
<field_contact_us_phone>Contact Us Phone Number</field_contact_us_phone>
<field_invoice_show_service_dates>Show service date ranges on invoice overview</field_invoice_show_service_dates>
<field_advance_notice>Send advance billing notice how many days before invoice generation? (0 = disabled)</field_advance_notice>
<pdf_service_range_month>Monthly Services for</pdf_service_range_month>
<pdf_summary>The above is just a summary. To view a detailed list of charges, please visit our website.</pdf_summary>
<pdf_cur_charge_summary>Current Charges Summary for </pdf_cur_charge_summary>
<pdf_combine_minutes> Combined Minutes Used</pdf_combine_minutes>
<pdf_payment_coupon>Payment Coupon</pdf_payment_coupon>
<pdf_return1>Please return this portion with your check or money</pdf_return1>
<pdf_return2>order made payable to </pdf_return2>
<pdf_account_number>Account Number</pdf_account_number>
<pdf_account_username>Username</pdf_account_username>
<pdf_contact>Contact Us:</pdf_contact>
<pdf_contact_online>Online: </pdf_contact_online>
<pdf_contact_phone>Phone: </pdf_contact_phone>
<pdf_invoice_number>Invoice Number</pdf_invoice_number>
<pdf_invoice_number_small>Invoice #</pdf_invoice_number_small>
<pdf_billing_date>Billing Date</pdf_billing_date>
<pdf_bill_date>Bill Date</pdf_bill_date>
<pdf_current_charges>Current Charges</pdf_current_charges>
<pdf_amount_due_by>AMOUNT DUE BY </pdf_amount_due_by>
<pdf_make_check>MAKE CHECK PAYABLE TO</pdf_make_check>
<pdf_itemized_charges>Itemized Charges</pdf_itemized_charges>
<pdf_itemized_calls>Itemized Calls</pdf_itemized_calls>
<pdf_page>Page #</pdf_page>
<pdf_item_description>Description</pdf_item_description>
<pdf_item_quantity>Quantity</pdf_item_quantity>
<pdf_item_min>Min./Quan.</pdf_item_min>
<pdf_item_cost>Unit Cost</pdf_item_cost>
<pdf_item_amount>Amount</pdf_item_amount>
<pdf_item_to>To</pdf_item_to>
<pdf_item_from>From</pdf_item_from>
</translate>

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>staff</name>
<!-- define the block title translations -->
<title_add>Add Staff</title_add>
<title_view>View Staff</title_view>
<title_search>Search Staff</title_search>
<title_contact>Contact our Staff</title_contact>
<!-- define the menu lable translations -->
<menu>Staff</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_account_id>Account</field_account_id>
<field_department_avail>Can Access Ticket Departments</field_department_avail>
<field_nickname>Staff Nickname</field_nickname>
<field_notify_new>Notify of New Tickets</field_notify_new>
<field_notify_change>Notify of Changes to Tickets</field_notify_change>
<field_signature>Signature for Ticket Replies</field_signature>
<!-- define any custom resources -->
<view_tickets>View all tickets for this staff member</view_tickets>
<contact_options> To contact our staff, you may select their staff nickname below. If you do not
know any staff in the department you wish to correspond with, simply select the recipient
department instead, and your message will be forwarded to the appropriate staff member when
you send your message. You do not need to select both a recipient department and recipient
staff member; please just select one or the other. </contact_options>
<contact_staff>Recipient Staff Nickname</contact_staff>
<contact_department>Recipient Department</contact_department>
<contact_name>Your Name</contact_name>
<contact_email>Your E-mail</contact_email>
<error_req_fields>You must fill in all the required fields in order send your message, please
try again.</error_req_fields>
<error_staff_non_exist>Sorry, the specified recipient staff member does not exist any longer.</error_staff_non_exist>
<error_dept_non_exist>Sorry, the specified recipient department does not exist any longer.</error_dept_non_exist>
<error_staff_dept>You must specify either the recipient staff member or department, please try
again.</error_staff_dept>
<mail_sent> Thank you, we have sent your message to the specified recipient. If a response is in
order, we will do so as soon as possible. </mail_sent>
</translate>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>staff_department</name>
<!-- define the block title translations -->
<title_add>Add Department</title_add>
<title_view>View Departments</title_view>
<!-- define the menu lable translations -->
<menu>Staff Departments</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_name>Department Name</field_name>
<field_description>Department Description</field_description>
<field_default_staff_id>Head Staff Member</field_default_staff_id>
<field_contact_display>Display on Contact Page?</field_contact_display>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>static_page</name>
<!-- define the block title translations -->
<title_add>Add Page</title_add>
<title_view>View Pages</title_view>
<title_search>Search Pages</title_search>
<!-- define the menu lable translations -->
<menu>Static Pages</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_static_page_category_id>Show in Category</field_static_page_category_id>
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Date of Last Update</field_date_last>
<field_date_expire>Expiration Date</field_date_expire>
<field_status>Active?</field_status>
<field_name>Page Name</field_name>
<field_description>Page Description</field_description>
<field_date_start>Start Date</field_date_start>
<field_sort_order>Display Sort Order</field_sort_order>
<!-- define any custom resources -->
<view_all>View all translations for this page </view_all>
<add_translation>Add a translations for this page</add_translation>
<read_more>Read more ... </read_more>
<no_pages> Sorry, no pages were found in this category, or your account is not authorized for
this category. </no_pages>
<page_not_found> Sorry, the requested page was not found, or you do not have the required level
of authorization to view it. </page_not_found>
<preview>Preview page</preview>
</translate>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>static_page_category</name>
<!-- define the block title translations -->
<title_add>Add Static Page Category</title_add>
<title_view>View Static Page Categories</title_view>
<!-- define the menu lable translations -->
<menu>Categories</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_sort_order>Sort Order</field_sort_order>
<field_date_orig>Date of Creation</field_date_orig>
<field_group_avail>Groups that can access this category</field_group_avail>
<field_name>Name of Category</field_name>
<field_description>Category Description</field_description>
<field_status>Active?</field_status>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>static_page_translate</name>
<!-- define the block title translations -->
<title_add>Add Translation</title_add>
<title_view>View Translations</title_view>
<title_search>Search Translations</title_search>
<!-- define the menu lable translations -->
<menu>Translation Administration</menu>
<menu_add>Add Translation</menu_add>
<menu_view>View Translations</menu_view>
<menu_search>Search Translations</menu_search>
<!-- define the field translations -->
<field_id/>
<field_site_id/>
<field_date_orig>Date of Creation</field_date_orig>
<field_date_last/>
<field_static_page_id>Static Page</field_static_page_id>
<field_language_id>Translation Language</field_language_id>
<field_body_intro>Intro Text</field_body_intro>
<field_body_full>Full Text</field_body_full>
<field_title>Page Title</field_title>
<!-- define any custom resources -->
<view_all>View all translations for this page </view_all>
<return>Return to main page view</return>
</translate>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>var_relation</name>
<!-- define the block title translations -->
<title_add>Add Var Relationship</title_add>
<title_update>Update Var Relationship</title_update>
<title_view>View Var Relationships</title_view>
<title_search>Search Var Relationships</title_search>
<!-- define the menu lable translations -->
<menu>Relationships</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<!-- define the field translations -->
<field_static_var_id>Static Var</field_static_var_id>
<field_module_id>Module</field_module_id>
<field_default_value>Default Value</field_default_value>
<field_description>Description</field_description>
<field_required>Required?</field_required>
<field_sort_order>Sort Order</field_sort_order>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>static_var</name>
<!-- define the block title translations -->
<title_add>Add Custom Fields</title_add>
<title_update>Update Custom Field</title_update>
<title_view>View Custom Fields</title_view>
<!-- define the menu lable translations -->
<menu>Custom Fields</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_name>Custom Field Name</field_name>
<field_description>Description</field_description>
<field_input_format>Input Format</field_input_format>
<field_validation_type>Validation Type</field_validation_type>
<field_convert_type>Conversion Type</field_convert_type>
<!-- define the help file -->
<help_file> The Custom Field module defines specific field types that can be collected on your
own custom forms at registration and in tickers. </help_file>
<!-- define any custom resources -->
<small_text>Small text field</small_text>
<medium_text>Medium text field</medium_text>
<large_text>Large text area</large_text>
<dropdown_list>Dropdown list</dropdown_list>
<calendar>Calendar Popup</calendar>
<file_upload>File upload</file_upload>
<status>Status Select</status>
<checkbox>Checkbox</checkbox>
<hidden>Hidden Field</hidden>
<none>None</none>
<date>Date</date>
<md5>MD5 Encrypt</md5>
<rc5>RC5 Encrypt</rc5>
<crypt>Crypt Encrypt</crypt>
<gpg>GPG Encrypt</gpg>
<pgp>PGP Encrypt</pgp>
<array>Serialize Array</array>
<any>Any</any>
<email>Email</email>
<date>Date</date>
<address>Street Address</address>
<zip>Zip Code</zip>
<phone>Phone or Fax No.</phone>
<credit_card>Credit Card No.</credit_card>
<numeric>Any Number(s)</numeric>
<alphanumeric>Any Alpha-numberic data</alphanumeric>
<non_numeric>Any Non-numberic data</non_numeric>
</translate>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>task</name>
<!-- define the block title translations -->
<title_add>Add Task</title_add>
<title_view>View Tasks</title_view>
<title_search>Search Tasks</title_search>
<!-- define the menu lable translations -->
<menu>Tasks</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_date_start>Start Date</field_date_start>
<field_date_expire>Expiration Date</field_date_expire>
<field_date_last>Last Run Date</field_date_last>
<field_name>Name</field_name>
<field_description>Description</field_description>
<field_log>Log Results?</field_log>
<field_type>Task Type</field_type>
<field_command>Command</field_command>
<field_int_min>Minutes (0-59)</field_int_min>
<field_int_hour>Hour (0-23)</field_int_hour>
<field_int_month_day>Month Day (1-31)</field_int_month_day>
<field_int_month>Month (1-12)</field_int_month>
<field_int_week_day>Week Day (0-6)</field_int_week_day>
<!-- define any custom resources -->
<type_method>Internal Method</type_method>
<type_system>System Call</type_system>
<run>Run Task Now</run>
<logs>View Task Logs</logs>
</translate>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>task_log</name>
<!-- define the block title translations -->
<title_view>View Task Logs</title_view>
<title_search>Search Task Logs</title_search>
<!-- define the menu lable translations -->
<menu>Task Logs</menu>
<menu_view>View Task Logs</menu_view>
<menu_search>Search Task Logs</menu_search>
<!-- define the field translations -->
<field_id/>
<field_site_id/>
<field_task_id>Task</field_task_id>
<field_date_orig>Date</field_date_orig>
<field_result>Success?</field_result>
<field_message>Task Message</field_message>
<!-- define any custom resources -->
</translate>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>tax</name>
<!-- define the block title translations -->
<title_add>Add Tax Zone</title_add>
<title_view>View Tax Zones</title_view>
<!-- define the menu lable translations -->
<menu>Tax Zones</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_country_id>Country</field_country_id>
<field_zone>Tax Zone</field_zone>
<field_description>Tax Description</field_description>
<field_rate>Tax Rate</field_rate>
<field_tax_id_collect>Collect Tax ID?</field_tax_id_collect>
<field_tax_id_name>Tax ID Descriptor</field_tax_id_name>
<field_tax_id_exempt>Allow Exempt Status?</field_tax_id_exempt>
<field_tax_id_req>Require Tax ID Input?</field_tax_id_req>
<field_tax_id_regex>REGEX for Tax Id Number Validation</field_tax_id_regex>
</translate>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>temporary_data</name>
</translate>

View File

@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>ticket</name>
<!-- define the block title translations -->
<title_add>Add Ticket</title_add>
<title_view>View Ticket</title_view>
<title_search>Search Tickets</title_search>
<!-- define the menu lable translations -->
<menu>Tickets</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<menu_overview>Statistics</menu_overview>
<!-- define the field translations -->
<field_date_orig>Creation Date</field_date_orig>
<field_date_last>Last Change</field_date_last>
<field_date_expire>Expiration Date</field_date_expire>
<field_account_id>User Account</field_account_id>
<field_department_id>Department</field_department_id>
<field_staff_id>Staff</field_staff_id>
<field_status>Status</field_status>
<field_priority>Priority</field_priority>
<field_subject>Subject</field_subject>
<field_body>Message</field_body>
<field_email>E-mail Address</field_email>
<field_last_reply>Response Status</field_last_reply>
<!-- define any custom resources -->
<required_department>A department to send this ticket to must be entered, please go back and correct this.</required_department>
<required_subject>A subject for this ticket is required, please go back and enter a subject.</required_subject>
<required_body>A message for this ticket is required, please go back and enter a message.</required_body>
<department_invalid>The specified department is invalid or inactive.</department_invalid>
<department_not_auth>You do not have access to the selected department</department_not_auth>
<close_ticket>Close Ticket</close_ticket>
<status_open>OPEN</status_open>
<status_hold>ON HOLD</status_hold>
<status_close>CLOSED</status_close>
<status_pending>PENDING</status_pending>
<priority_standard>Standard</priority_standard>
<priority_medium>Medium</priority_medium>
<priority_high>High</priority_high>
<priority_emergency>Emergency</priority_emergency>
<staff_wrote>Staff Wrote:</staff_wrote>
<user_wrote>You Wrote:</user_wrote>
<user_wrote_staff>User Wrote:</user_wrote_staff>
<user_select_department> If you wish to submit a new ticket, please select from the department
below. Once you select the correct department, you will be able to enter your message for
our staff to review. </user_select_department>
<user_ticket_list> Below are the existing tickets for your account, you can click the subject to
view the ticket details and add a response if needed. </user_ticket_list>
<user_no_existing_ticket>Your account has no associated tickets at this time.</user_no_existing_ticket>
<user_not_auth_add>Your account does not have access to add any new tickets at this time.</user_not_auth_add>
<user_not_auth_reopen>Your account does not have access to reopen this ticket</user_not_auth_reopen>
<user_not_auth_reopen_login>You do not have access to reopen this ticket, please try logging
into your account if you have one and retry</user_not_auth_reopen_login>
<user_add_response>If you wish to respond or add information to this ticket, please use the form
below</user_add_response>
<user_reopen_response>If you wish to reopen this this ticket, please use the form below</user_reopen_response>
<user_ticket_nonexist>You must provide authentication details below to retrieve this ticket!</user_ticket_nonexist>
<user_department_required>You must select the department to send your ticket to, please go back
and select a department.</user_department_required>
<user_update_success>Your response has been received and our staff has been notified</user_update_success>
<user_add_success>Your ticket has been received and our staff has been notified</user_add_success>
<staff_no_account> You do not have a staff account, please contact the administrator to have
your account setup as a ticket staff member. </staff_no_account>
<staff_response_required>A response is required if you wish to reply.</staff_response_required>
<staff_response_success>Your response has been recorded and the user has been notified.</staff_response_success>
<user_ticket_auth> In order to view your existing tickets, you must either login to your account
if one exists, or provide your E-mail addess and the the Key provided in our ticket
notification E-mail. </user_ticket_auth>
<user_pending_verify><![CDATA[
Further action on your part is required before we
can process your ticket, for one of two possible
reasons:
&#60;br&#62;&#60;br&#62;
1) The department you sent your ticket to
requires that you have an account with us and
maintain a particular subscription.
&#60;br&#62;&#60;br&#62;
2) The e-mail address you sent your request from
is not the same as the e-mail address on file in
your your account with us.
&#60;br&#62;&#60;br&#62;
To rectify this situation, please login below so we can
associate your request with your account and verify your details:
]]></user_pending_verify>
<key>Key</key>
<verify>Verify Details</verify>
<merge>Ticket Merge</merge>
<merge_confirm>Are you sure you wish to merge these tickets? Select Yes to merge the current ticket with the one selected.</merge_confirm>
<new>New</new>
<awaiting_reply>Awaiting Reply</awaiting_reply>
<awaiting_customer>Awaiting Customer</awaiting_customer>
<hold>On Hold</hold>
<resolved>Resolved</resolved>
<pending>Pending</pending>
<last_reply_user>Awaiting Customer</last_reply_user>
<last_reply_staff>Awaiting Reply</last_reply_staff>
<enable_user_notice>Notify user of update...</enable_user_notice>
</translate>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>ticket_department</name>
<!-- define the block title translations -->
<title_add>Add Department</title_add>
<title_view>View Departments</title_view>
<!-- define the menu lable translations -->
<menu>Departments</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<!-- define the field translations -->
<field_group_id>Available to Group(s)</field_group_id>
<field_setup_email_id>Default Email Setup</field_setup_email_id>
<field_name>Department Name</field_name>
<field_description>Department Description</field_description>
<field_status>Is Active?</field_status>
<field_piping>Enable Piping?</field_piping>
<field_piping_setup_email_id>Email setup to use for piping</field_piping_setup_email_id>
<!-- define any custom resources -->
<view_tickets>View all tickets for this department</view_tickets>
</translate>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>ticket_message</name>
<!-- define the block title translations -->
<title_add>Add A Reply</title_add>
<title_view>View Messages</title_view>
<title_search>Search Messages</title_search>
<!-- define the menu lable translations -->
<menu>Message Administration</menu>
<menu_add>Add A Reply</menu_add>
<menu_view>View Messages</menu_view>
<menu_search>Search Messages</menu_search>
<!-- define the field translations -->
<field_ticket_id>Ticket Id</field_ticket_id>
<field_date_orig>Date Submitted</field_date_orig>
<field_message>Message</field_message>
<!-- define any custom resources -->
<statistics>New Tickets Created: %%count%%</statistics>
</translate>

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<menu>VoIP</menu>
<menu_config>VoIP Configuration</menu_config>
<field_date_orig>Date</field_date_orig>
<field_status>Invoiced?</field_status>
<field_sweep_type>Sweep Type</field_sweep_type>
<field_account_id>Account</field_account_id>
<field_product_id>Product SKU</field_product_id>
<field_service_id>Service</field_service_id>
<field_amount>Amount</field_amount>
<field_quantity>Quantity</field_quantity>
<field_taxable>Taxable</field_taxable>
<field_attributes>Attributes</field_attributes>
<field_dst>From</field_dst>
<field_src>To</field_src>
<field_amount>Amount</field_amount>
<field_duration>Duration</field_duration>
<field_default_prefix>Default NPA prepended to US 7 digit dialing</field_default_prefix>
<field_prepaid_low_balance>Amount at which prepaid low balance email notifications are sent</field_prepaid_low_balance>
<field_auth_domain>Provisioning Auth Domain (eg: SER SIP domain)</field_auth_domain>
<user_menu>My Voice Center</user_menu>
<user_features>Features</user_features>
<user_overview>Overview</user_overview>
<user_activity>Activity</user_activity>
<user_fax>Faxes</user_fax>
<user_voicemail>Voicemail</user_voicemail>
<user_blacklist>Blacklist</user_blacklist>
<user_blacklist_add>Add a Blacklist</user_blacklist_add>
<user_blacklist_list>List all Blacklists</user_blacklist_list>
<user_callforwarding>Call Forwarding</user_callforwarding>
<user_busycallforwarding>Busy Call Forwarding</user_busycallforwarding>
<user_faxing>Faxing</user_faxing>
<user_failover>Failover Number</user_failover>
<user_remote_callforward>Remote Call Forwarding</user_remote_callforward>
<user_callwaiting>Call Waiting</user_callwaiting>
<out_calls>Placed Calls</out_calls>
<in_calls>Received Calls</in_calls>
<no_calls>No calls for this period</no_calls>
<out_calls_last>Last 25 Placed Calls</out_calls_last>
<in_calls_last>Last 25 Received Calls</in_calls_last>
<color_guide>Incoming call color guide</color_guide>
<color_a>Call answered</color_a>
<color_v>Call routed to voicemail</color_v>
<color_f>Call routed to fax</color_f>
<color_c>Prepaid Call</color_c>
<phoneno>Phone Number</phoneno>
<vm1>Forward calls to voicemail after</vm1>
<seconds>seconds</seconds>
<vmemail>Send email notification to</vmemail>
<ringfor>Will ring for</ringfor>
<secbefore>seconds before being forwarded to</secbefore>
<busyforward>If this line is busy, then will forward the call to</busyforward>
<emailfaxes>Send new faxes for this line to e-mail address</emailfaxes>
<outageno>In the event of Internet outage, redirect calls for this line to</outageno>
<remoteforwardline>Forward calls for this line to</remoteforwardline>
<view_blacklist>View Blacklisted Numbers</view_blacklist>
<add_blacklist>Add Blacklisted Number</add_blacklist>
<callwaiting>Enable Call waiting. Note: In order for Busy Call Forwarding to work, you must disable Call Waiting.</callwaiting>
<title_config>VoIP Configuration</title_config>
<type_random>Randomly Generated</type_random>
<type_reverse>Reverse of the DID assigned</type_reverse>
<type_same>Same as the DID assigned</type_same>
<field_default_vm_passwd>Default Voicemail PIN/Passcode</field_default_vm_passwd>
<field_secret_generation>Method used for SIP/IAX secret provisioning</field_secret_generation>
<field_intrastate_npas>Your Intrastate NPAs for calculations</field_intrastate_npas>
<field_intrastate_npas_note>(comma separated)</field_intrastate_npas_note>
<field_postpaid_only>(for post-paid rating only)</field_postpaid_only>
<field_perform_normalization>Perform CDR normalization</field_perform_normalization>
<field_normalization_min_len>Minimum length for a number to be normalized</field_normalization_min_len>
</translate>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add Blacklist</title_add>
<title_view>View Blacklist</title_view>
<title_search>Search Blacklists</title_search>
<menu>Blacklists</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<field_voip_did_id>DID</field_voip_did_id>
<field_account_id>Account</field_account_id>
<field_src>Phone Number</field_src>
<field_dst>Destination</field_dst>
</translate>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_view>View CDR</title_view>
<title_search>Search CDRs</title_search>
<menu>CDRs</menu>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<field_date_orig>Date Created</field_date_orig>
<field_account_id>Account</field_account_id>
<field_voip_rate_id>Rate ID</field_voip_rate_id>
<field_clid>CLID</field_clid>
<field_src>Source</field_src>
<field_dst>Destination</field_dst>
<field_dcontext>Dest Context</field_dcontext>
<field_channel>Channel</field_channel>
<field_dstchannel>Dest Channel</field_dstchannel>
<field_lastapp>Last App</field_lastapp>
<field_lastdata>Last Data</field_lastdata>
<field_duration>Duration</field_duration>
<field_billsec>Bill Seconds</field_billsec>
<field_disposition>Disposition</field_disposition>
<field_amaflags>AMA Flags</field_amaflags>
<field_accountcode>Account Code</field_accountcode>
<field_uniqueid>Unique ID</field_uniqueid>
<field_cdrid>CDRID</field_cdrid>
<field_amount>Amount</field_amount>
<field_calltype>Call Type</field_calltype>
<field_id>ID</field_id>
<field_rated>Rating Status</field_rated>
<field_adjbillinterval>Adjusted Bill Interval</field_adjbillinterval>
</translate>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add DID</title_add>
<title_view>View DIDs</title_view>
<title_search>Search DIDs</title_search>
<menu>DID</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<field_account_id>Account</field_account_id>
<field_service_id>Service ID</field_service_id>
<field_service_parent_id>Parent Service ID</field_service_parent_id>
<field_did>DID</field_did>
<field_callingrateid>Calling Rate ID</field_callingrateid>
<field_calledrateid>Called Rate ID</field_calledrateid>
<field_planid>Plan ID</field_planid>
<field_cnam>Calling Name Display</field_cnam>
<field_blacklist>Blacklisting</field_blacklist>
<field_anirouting>ANI-based routing</field_anirouting>
<field_faxdetection>FAX detection</field_faxdetection>
<field_channel>Channel</field_channel>
<field_channelarg>Channel Arguments</field_channelarg>
<field_voicemailenabled>Voice Mail Enabled?</field_voicemailenabled>
<field_callforwardingenabled>Call Forwarding Enabled?</field_callforwardingenabled>
<field_busycallforwardingenabled>Busy Call Forwarding Enabled?</field_busycallforwardingenabled>
<field_voicemailafter>Voice Mail After?</field_voicemailafter>
<field_cfringfor>Call Forwarding Ring For?</field_cfringfor>
<field_cfnumber>Call Forwarding Number</field_cfnumber>
<field_bcfnumber>Busy Call Forwarding Number</field_bcfnumber>
<field_rxfax>Fax Enabled?</field_rxfax>
<field_faxemail>Fax To Email</field_faxemail>
<field_active>Active?</field_active>
<field_conf>Conferencing Enabled?</field_conf>
<field_conflimit>Conference Limit</field_conflimit>
<field_failover>Failover?</field_failover>
<field_failovernumber>Failover Number</field_failovernumber>
<field_remotecallforward>Remote Call Forwarding?</field_remotecallforward>
<field_remotecallforwardnumber>Remote Call Forwarding Number</field_remotecallforwardnumber>
<field_callerid>Caller ID</field_callerid>
<field_username>VoIP Registration Username</field_username>
<field_secret>VoIP Registration Password</field_secret>
<field_qualify>NAT Qualification/Monitoring</field_qualify>
<field_mailbox>Voicemail Box</field_mailbox>
<field_incominglimit>Incoming Call Limit</field_incominglimit>
<field_dtmfmode>DTMF Mode</field_dtmfmode>
<field_canreinvite>Can Re-Invite</field_canreinvite>
<field_nat>NAT</field_nat>
</translate>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>voip_did_plugin</name>
<!-- define the block title translations -->
<title_add>New DID Plugin Setup</title_add>
<title_update></title_update>
<title_delete></title_delete>
<title_view>View DID Plugin Setups</title_view>
<title_search></title_search>
<!-- define the menu lable translations -->
<menu>DID Plugin Setup</menu>
<menu_add>Add</menu_add>
<menu_update></menu_update>
<menu_delete></menu_delete>
<menu_view>List</menu_view>
<menu_search></menu_search>
<!-- define the field translations -->
<field_id></field_id>
<field_site_id></field_site_id>
<field_name>Plugin Setup Name</field_name>
<field_plugin>Use Plugin</field_plugin>
<field_avail_countries>Available for Countries</field_avail_countries>
<field_release_minutes>Release reserved DIDs after (minutes)</field_release_minutes>
<field_plugin_data></field_plugin_data>
</translate>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_view>View Fax</title_view>
<title_search>Search Faxes</title_search>
<menu>Faxes</menu>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<field_account_id>Account</field_account_id>
<field_date_orig>Date</field_date_orig>
<field_clid>CLID</field_clid>
<field_src>Source</field_src>
<field_dst>Destination</field_dst>
<field_pages>Pages</field_pages>
<field_image_size>Image Size</field_image_size>
<field_image_resolution>Image Resolution</field_image_resolution>
<field_transfer_rate>Transfer Rate</field_transfer_rate>
<field_image_bytes>Image Bytes</field_image_bytes>
<field_bad_rows>Bad Rows</field_bad_rows>
<field_mime_type>Mime Type</field_mime_type>
<view>View</view>
</translate>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>voip_pool</name>
<title_add>Add DID Pool</title_add>
<title_update>View DID Pool</title_update>
<title_view>List DID Pools</title_view>
<title_search>Search DID Pool</title_search>
<title_import>Import DIDs</title_import>
<menu>DID POOL</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<menu_import>Import</menu_import>
<field_account_id>Account</field_account_id>
<field_npa>NPA</field_npa>
<field_nxx>NXX</field_nxx>
<field_station>Station</field_station>
<field_filename>File to import</field_filename>
<field_did_plugin>DID Pool to associate imported DIDs with</field_did_plugin>
<help_import>Select a file to import below. The file must contain a single phone number per line, in E.164 format. Duplicates will not be imported.</help_import>
</translate>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add Prepaid Pin</title_add>
<title_add_bulk>Generate Bulk Prepaid Pins</title_add_bulk>
<title_view>View Prepaid Pin</title_view>
<title_search>Search Prepaid Pins</title_search>
<menu>Prepaid Pins</menu>
<menu_add>Add</menu_add>
<menu_add_batch>Add Batch</menu_add_batch>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<field_account_id>Account</field_account_id>
<field_product_id>Product</field_product_id>
<field_pin>Pin Number</field_pin>
<field_balance>Balance</field_balance>
<field_in_use>In Use?</field_in_use>
<field_date_expire>Pin expires on</field_date_expire>
<field_bulk>Batch Reference Code</field_bulk>
<bulk_qty>Batch Quantity</bulk_qty>
<bulk_ref>Batch Reference Code</bulk_ref>
</translate>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>voip_rate</name>
<title_add>Add Rate</title_add>
<title_view>View Rates</title_view>
<title_search>Search Rates</title_search>
<menu>Rates</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_products>Product Associations</menu_products>
<menu_import>Import</menu_import>
<field_date_added>Date Added</field_date_added>
<field_name>Name</field_name>
<field_pattern>Digit Match Pattern (regex - separate with a semicolon for multiples)</field_pattern>
<field_connect_fee>Price for Connecting</field_connect_fee>
<field_increment_seconds>Billing Increment Seconds</field_increment_seconds>
<field_seconds_included>Seconds Included/Free</field_seconds_included>
<field_amount>Price per minute</field_amount>
<field_type>Rating Type</field_type>
<field_direction>Call Direction</field_direction>
<field_min>Minimum Minutes</field_min>
<field_max>Maximum Minutes</field_max>
<field_combine>Combine Minutes?</field_combine>
<field_percall>Price is per Call</field_percall>
<type_yes>Yes</type_yes>
<type_no>No</type_no>
<type_innetwork>In Network</type_innetwork>
<type_local>Local Calling</type_local>
<type_regular>Regular</type_regular>
<type_default>Default/Match All</type_default>
<direction_inbound>In-bound</direction_inbound>
<direction_outbound>Out-bound</direction_outbound>
<direction_both>Both In/Out-bound</direction_both>
<run>Run Rating Now</run>
</translate>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<name>voip_rate_prod</name>
<title_add>Add Product Rate Association</title_add>
<title_view>View Product Rate Association</title_view>
<field_product_id>Product SKU</field_product_id>
<field_voip_rate_id>Rate Name</field_voip_rate_id>
</translate>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<translate>
<title_add>Add Voicemail</title_add>
<title_view>View Voicemail</title_view>
<title_search>Search Voicemail</title_search>
<menu>Voicemail</menu>
<menu_add>Add</menu_add>
<menu_view>List</menu_view>
<menu_search>Search</menu_search>
<field_account_id>Account</field_account_id>
<field_context>Context</field_context>
<field_mailbox>Mailbox</field_mailbox>
<field_password>Password</field_password>
<field_fullname>Full Name</field_fullname>
<field_email>E-mail</field_email>
<field_pager>Pager</field_pager>
<field_options>Options</field_options>
<listen>Listen</listen>
<delete>Delete</delete>
<date>Date</date>
<from>From</from>
<filesize>File Size</filesize>
<length>Length</length>
</translate>