<?php
'Campaign ID'	=>	'Campaign ID',
'You may specify a custom compagin or leave blank to use default campaign.'	=>	'You may specify a custom compagin or leave blank to use default campaign.',
'Channel ID'	=>	'Channel ID',
'You may specify a custom channel.'	=>	'You may specify a custom channel.',
'Custom Comission'	=>	'Custom Comission',
'You may provide an exact value or percentage. Leaving blank will use the campaigns default comission.'	=>	'You may provide an exact value or percentage. Leaving blank will use the campaigns default comission.',
'Currency Code'	=>	'Currency Code',
'You may specify the currency type for commissions. Requires multiple currencies feature enabled in PostAfPro.'	=>	'You may specify the currency type for commissions. Requires multiple currencies feature enabled in PostAfPro.',
'Commission Status'	=>	'Commission Status',
'You may specify the default status of each commission. Recurring commissions require status Approved.'	=>	'You may specify the default status of each commission. Recurring commissions require status Approved.',
'Subscription Update(Upgrade)'	=>	'Subscription Update(Upgrade)',
'How to handle commissions for subscription updates(upgrades).'	=>	'How to handle commissions for subscription updates(upgrades).',
'New Commission'	=>	'New Commission',
'Recurring Commission'	=>	'Recurring Commission',
'No Commission'	=>	'No Commission',
'Subscription Renewal'	=>	'Subscription Renewal',
'How to handle commissions for subscription renewals.'	=>	'How to handle commissions for subscription renewals.',
'Other Parameters'	=>	'Other Parameters',
'General settings are done from the PostAfPro tab globally in global configurations of CB paid subscriptions plugin.'	=>	'General settings are done from the PostAfPro tab globally in global configurations of CB paid subscriptions plugin.',
// 4 language strings from file plugin/cbsubsremository/cbsubs.remository.xml
'Remository'	=>	'Remository',
'Remository groups of user changing on plan activation and deactivation:'	=>	'Remository groups of user changing on plan activation and deactivation:',
'Subscription groups'	=>	'Subscription groups',
'Groups of Remository allowed for these subscribers'	=>	'Groups of Remository allowed for these subscribers',
// 29 language strings from file plugin/cbsubssqlactions/cbsubs.sqlactions.xml
'SQL actions'	=>	'SQL actions',
'SQL queries to be executed on plan activation, renewal, expiration, and deactivation (warning, SQL requests should be able to be executed several times): WARNING: SQL QUERIES CAN BE DAMAGING YOUR SITE: USE ONLY IF YOU KNOW WHAT YOU ARE DOING AND BACKUP FIRST BEFORE TRYING)'	=>	'SQL queries to be executed on plan activation, renewal, expiration, and deactivation (warning, SQL requests should be able to be executed several times): WARNING: SQL QUERIES CAN BE DAMAGING YOUR SITE: USE ONLY IF YOU KNOW WHAT YOU ARE DOING AND BACKUP FIRST BEFORE TRYING)',
'Substitutions in SQL queries'	=>	'Substitutions in SQL queries',
'CB user fields can be substituted (e.g. [user_id] or \'[username]\'). IMPORTANT: always quote text strings (all user data is SQL-escaped). You can also use: [plan_id], [subscription_id], and where applicable (replaced by a 0 if not available): [replaced_plan_id], [parent_plan_id], [parent_subscription_id]'	=>	'CB user fields can be substituted (e.g. [user_id] or \'[username]\'). IMPORTANT: always quote text strings (all user data is SQL-escaped). You can also use: [plan_id], [subscription_id], and where applicable (replaced by a 0 if not available): [replaced_plan_id], [parent_plan_id], [parent_subscription_id]',
'SQL Action 1'	=>	'SQL Action 1',
'Select to use existing Joomla database or external database.'	=>	'Select to use existing Joomla database or external database.',
'External'	=>	'External',
'Internal'	=>	'Internal',
'Host'	=>	'Host',
'Database Host name (e.g. localhost). Required.'	=>	'Database Host name (e.g. localhost). Required.',
'Database administrator username (e.g. root). Required.'	=>	'Database administrator username (e.g. root). Required.',
'Password'	=>	'Password',
'Database administrator password (e.g. root). Required.'	=>	'Database administrator password (e.g. root). Required.',
'Database'	=>	'Database',
'Database name (e.g. joomla15). Required.'	=>	'Database name (e.g. joomla15). Required.',
'Database Charset'	=>	'Database Charset',
'Leave blank if not utf8 or leave as is if unsure. Optional.'	=>	'Leave blank if not utf8 or leave as is if unsure. Optional.',
'utf8'	=>	'utf8',
'Database Prefix'	=>	'Database Prefix',
'Exclude suffix (e.g. database_users enter only database_). Optional.'	=>	'Exclude suffix (e.g. database_users enter only database_). Optional.',
'jos_'	=>	'jos_',
'Activation'	=>	'Activation',
'Leave empty or insert SQL statement (CB user fields can be substituted (e.g. [user_id] or \'[username]\' ). Seperate multiple queries with a ; followed by a linebreak (return/enter).'	=>	'Leave empty or insert SQL statement (CB user fields can be substituted (e.g. [user_id] or \'[username]\' ). Seperate multiple queries with a ; followed by a linebreak (return/enter).',
'Renewal'	=>	'Renewal',
'Deactivation'	=>	'Deactivation',
'SQL Action 2'	=>	'SQL Action 2',
'SQL Action 3'	=>	'SQL Action 3',
'SQL Action 4'	=>	'SQL Action 4',
'SQL Action 5'	=>	'SQL Action 5',
// 27 language strings from file plugin/cbsubsurl/cbsubs.url.xml
'URL'	=>	'URL',
'Substitutions in URLs'	=>	'Substitutions in URLs',
'First Subscription Activation'	=>	'First Subscription Activation',
'Path'	=>	'Path',
'E.g. http://www.mysite.com/insert.php?username=[username]&securityString=mysecret&user_id=[user_id]'	=>	'E.g. http://www.mysite.com/insert.php?username=[username]&securityString=mysecret&user_id=[user_id]',
'Method'	=>	'Method',
'Should URL method be executed as a request or a post.'	=>	'Should URL method be executed as a request or a post.',
'GET'	=>	'GET',
'Get'	=>	'Get',
'Post'	=>	'Post',
'XML'	=>	'XML',
'Data to post with URL (seperate multiple variables with a line break). E.g. name=[first_name].'	=>	'Data to post with URL (seperate multiple variables with a line break). E.g. name=[first_name].',
'XML request'	=>	'XML request',
'XML UTF-8  Data to post with URL (You can use substitutions: E.g. <firstname>[first_name]</firstname>).'	=>	'XML UTF-8  Data to post with URL (You can use substitutions: E.g. <firstname>[first_name]</firstname>).',
'Results'	=>	'Results',
'Enable echoing of URL request results on payment confirmation page.'	=>	'Enable echoing of URL request results on payment confirmation page.',
'Enable'	=>	'Enable',
'Disable'	=>	'Disable',
'E.g. http://www.mysite.com/renew.php?user_id=[user_id]'	=>	'E.g. http://www.mysite.com/renew.php?user_id=[user_id]',
'Data to post with URL (seperate multiple variables with a line break). E.g. email=[email].'	=>	'Data to post with URL (seperate multiple variables with a line break). E.g. email=[email].',
'Subscription Deactivation'	=>	'Subscription Deactivation',
'E.g. https://www.mysite.com/mailinglist.php?email=[email]'	=>	'E.g. https://www.mysite.com/mailinglist.php?email=[email]',
'Data to post with URL (seperate multiple variables with a line break). E.g. username=[username].'	=>	'Data to post with URL (seperate multiple variables with a line break). E.g. username=[username].',
'Subscription Expiration'	=>	'Subscription Expiration',
'E.g. http://www.mysite.com/activate/deactivate.asp?MemberID=[user_id]&securityString=mysecret'	=>	'E.g. http://www.mysite.com/activate/deactivate.asp?MemberID=[user_id]&securityString=mysecret',
'Data to post with URL (seperate multiple variables with a line break). E.g. user=[user_id].'	=>	'Data to post with URL (seperate multiple variables with a line break). E.g. user=[user_id].',
'XML UTF-8 Data to post with URL (You can use substitutions: E.g. <firstname>[first_name]</firstname>).'	=>	'XML UTF-8 Data to post with URL (You can use substitutions: E.g. <firstname>[first_name]</firstname>).',
// 13 language strings from file plugin/cbsubsvirtuemart/cbsubs.virtuemart.xml
'General settings are done from the Virtuemart tab globally in global configurations of CB paid subscriptions plugin, as well as in each plan\'s integrations tab.'	=>	'General settings are done from the Virtuemart tab globally in global configurations of CB paid subscriptions plugin, as well as in each plan\'s integrations tab.',
'VirtueMart'	=>	'VirtueMart',
'VirtueMart: here you can setup your VirtueMart global settings.'	=>	'VirtueMart: here you can setup your VirtueMart global settings.',
'Address Type'	=>	'Address Type',
'Provide the default user address type. Required.'	=>	'Provide the default user address type. Required.',
'BT'	=>	'BT',
'Address Name'	=>	'Address Name',
'Provide the default user address type name. Optional.'	=>	'Provide the default user address type name. Optional.',
'-default-'	=>	'-default-',
'VirtueMart group of user changing on plan activation and deactivation:'	=>	'VirtueMart group of user changing on plan activation and deactivation:',
'Group of VirtueMart allowed for these active subscribers'	=>	'Group of VirtueMart allowed for these active subscribers',
'Group of VirtueMart allowed for these deactive subscribers'	=>	'Group of VirtueMart allowed for these deactive subscribers',
'Shopper Group'	=>	'Shopper Group',
// 20 language strings from file plugin/cbsubsyanc/cbsubs.yanc.xml
'YaNC'	=>	'YaNC',
'Newsletter'	=>	'Newsletter',
'Newsletter of YaNC allowed for these active subscribers.'	=>	'Newsletter of YaNC allowed for these active subscribers.',
'If this user should be confirmed automatically or require e-mail confirmation.'	=>	'If this user should be confirmed automatically or require e-mail confirmation.',
'Subscribe E-mail'	=>	'Subscribe E-mail',
'If this user should recieve yanc subscribe e-mail on plan activation.'	=>	'If this user should recieve yanc subscribe e-mail on plan activation.',
'Unsubscribe E-mail'	=>	'Unsubscribe E-mail',
'If this user should recieve yanc unsubscribe e-mail on plan deactivated for any reason (expiration, cancellation, chargeback, etc).'	=>	'If this user should recieve yanc unsubscribe e-mail on plan deactivated for any reason (expiration, cancellation, chargeback, etc).',
'Remove newsletter on plan deactivation'	=>	'Remove newsletter on plan deactivation',
'If this newsletter of user should be removed when plan gets deactivated for any reason (expiration, cancellation, chargeback, etc).'	=>	'If this newsletter of user should be removed when plan gets deactivated for any reason (expiration, cancellation, chargeback, etc).',
'Custom E-mail on Activation'	=>	'Custom E-mail on Activation',
'If user should recieve a custom e-mail on plan activation.'	=>	'If user should recieve a custom e-mail on plan activation.',
'Custom E-mail on Deactivation'	=>	'Custom E-mail on Deactivation',
'If user should recieve a custom e-mail on plan deactivated for any reason (expiration, cancellation, chargeback, etc).'	=>	'If user should recieve a custom e-mail on plan deactivated for any reason (expiration, cancellation, chargeback, etc).',
'Custom Activation E-mail'	=>	'Custom Activation E-mail',
'From Name'	=>	'From Name',
'From Address'	=>	'From Address',
'The addresses the email will be sent from.'	=>	'The addresses the email will be sent from.',
'[email]'	=>	'[email]',
'Custom Deactivation E-mail'	=>	'Custom Deactivation E-mail',
// 49 language strings from file processors/authorizenet/edit.gateway.xml
// 49 language strings from view editgatewayauthorizenet / label w name=
'Getway account settings'	=>	'Getway account settings',
'Gateway-specific settings:'	=>	'Gateway-specific settings:',
'Enable Authorize.net'	=>	'Enable Authorize.net',
'Whether you want to offer authorize.net payments.'	=>	'Whether you want to offer authorize.net payments.',
'Yes: AIM: Single Billing per payment'	=>	'Yes: AIM: Single Billing per payment',
'Yes: AIM+ABR: Automated Recurring Billing for autorecurring plans'	=>	'Yes: AIM+ABR: Automated Recurring Billing for autorecurring plans',
'Yes: AIM+ABR: Single payments or Automated Recurring Billing at user\'s choice for autorecurring plans'	=>	'Yes: AIM+ABR: Single payments or Automated Recurring Billing at user\'s choice for autorecurring plans',
'Authorize.net server'	=>	'Authorize.net server',
'Which authorize.net server to use'	=>	'Which authorize.net server to use',
'Normal Authorize.net servers'	=>	'Normal Authorize.net servers',
'Authorize.net developer test servers'	=>	'Authorize.net developer test servers',
'Other server compatible with Authorize.net'	=>	'Other server compatible with Authorize.net',
'Server AIM submission URL'	=>	'Server AIM submission URL',
'This should be the authorize.net-compatible-server equivalent of https://secure.authorize.net/gateway/transact.dll'	=>	'This should be the authorize.net-compatible-server equivalent of https://secure.authorize.net/gateway/transact.dll',
'Server ARB submission URL'	=>	'Server ARB submission URL',
'This should be the authorize.net-compatible-server equivalent of https://api.authorize.net/xml/v1/request.api'	=>	'This should be the authorize.net-compatible-server equivalent of https://api.authorize.net/xml/v1/request.api',
'Authorize.net name (API login id)'	=>	'Authorize.net name (API login id)',
'Your authorize.net merchant authentication: your API login id: you must login to your authorize.net account to get this parameter.'	=>	'Your authorize.net merchant authentication: your API login id: you must login to your authorize.net account to get this parameter.',
'Authorize.net transaction key'	=>	'Authorize.net transaction key',
'Your authorize.net transaction key: you must login to your authorize.net account to get this parameter.'	=>	'Your authorize.net transaction key: you must login to your authorize.net account to get this parameter.',
'Authorize.net MD5 Hash'	=>	'Authorize.net MD5 Hash',
'Your authorize.net MD5 Hash value: you must login to your authorize.net account to set this parameter in in Account / Settings / Security Settings: General Security Settings: MD5-Hash.'	=>	'Your authorize.net MD5 Hash value: you must login to your authorize.net account to set this parameter in in Account / Settings / Security Settings: General Security Settings: MD5-Hash.',
'Settings for silent Posts from Authorize.net'	=>	'Settings for silent Posts from Authorize.net',
'Using silent posts is optional but recommended. It is direct posts from Authorize.net\'s server to your server whenever a payment is made or voided at Authorize.net. For auto-recurring ARB payments, this means that CBSubs will know for each payment, add a payment transaction record for the payment or refund, and extend subscription at each successful payment.'	=>	'Using silent posts is optional but recommended. It is direct posts from Authorize.net\'s server to your server whenever a payment is made or voided at Authorize.net. For auto-recurring ARB payments, this means that CBSubs will know for each payment, add a payment transaction record for the payment or refund, and extend subscription at each successful payment.',
'Silent Post URL notifications to set into authorize.net'	=>	'Silent Post URL notifications to set into authorize.net',
'This is the url to paste into Authorize.net admin area in Account / Settings / Transaction Format Settings: Transaction Response Settings: Silent Post URL.'	=>	'This is the url to paste into Authorize.net admin area in Account / Settings / Transaction Format Settings: Transaction Response Settings: Silent Post URL.',
'First fill-in parameters above, then "Apply" this new gateway settings: Then this URL %s will be computed and displayed.'	=>	'First fill-in parameters above, then "Apply" this new gateway settings: Then this URL %s will be computed and displayed.',
'Once you have set the silent post URL at authorize.net you will need to change this setting here too:'	=>	'Once you have set the silent post URL at authorize.net you will need to change this setting here too:',
'Silent Post URL above is'	=>	'Silent Post URL above is',
'Only change this after having set the URL at authorize.net.'	=>	'Only change this after having set the URL at authorize.net.',
'not configured'	=>	'not configured',
'set at Authorize.net'	=>	'set at Authorize.net',
'Payment Button type'	=>	'Payment Button type',
'The payment button type can be a text or logo of corresponding credit card. Note: to display the logo, you must have a valid licence from the corresponding credit-card company.'	=>	'The payment button type can be a text or logo of corresponding credit card. Note: to display the logo, you must have a valid licence from the corresponding credit-card company.',
'image'	=>	'image',
'Names of credit cards text'	=>	'Names of credit cards text',
'Credit-cards Logo images'	=>	'Credit-cards Logo images',
'Payment Choice type'	=>	'Payment Choice type',
'The payment choice type can be a text or logo of corresponding credit card. Note: to display the logo, you must have a valid licence from the corresponding credit-card company.'	=>	'The payment choice type can be a text or logo of corresponding credit card. Note: to display the logo, you must have a valid licence from the corresponding credit-card company.',
'Custom button text/image'	=>	'Custom button text/image',
'Accepted credit cards'	=>	'Accepted credit cards',
'Credit cards accepted shows in buttons'	=>	'Credit cards accepted shows in buttons',
'visa|*|mastercard'	=>	'visa|*|mastercard',
'Visa <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_visa.gif" alt="" />'	=>	'Visa <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_visa.gif" alt="" />',
'Mastercard <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_mastercard.gif" alt="" />'	=>	'Mastercard <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_mastercard.gif" alt="" />',
'American Express <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_amexco.gif" alt="" />'	=>	'American Express <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_amexco.gif" alt="" />',
'Discover <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_discover.gif" alt="" />'	=>	'Discover <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_discover.gif" alt="" />',
'Diners Club International <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_diners.gif" alt="" />'	=>	'Diners Club International <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_diners.gif" alt="" />',
'JCB <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_jcb.gif" alt="" />'	=>	'JCB <img src="../components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_jcb.gif" alt="" />',
// 8 language strings from file processors/dummy/edit.gateway.xml
// 8 language strings from view editgatewaydummy / label w name=
'Enable Dummy test-account'	=>	'Enable Dummy test-account',
'Whether you want to test using internal test-gateway.'	=>	'Whether you want to test using internal test-gateway.',
'Yes: Single Billing per payment'	=>	'Yes: Single Billing per payment',
'Yes: Automated Recurring Billing for autorecurring plans'	=>	'Yes: Automated Recurring Billing for autorecurring plans',
'Yes: Single payments or Automated Recurring Billing at user\'s choice for autorecurring plans'	=>	'Yes: Single payments or Automated Recurring Billing at user\'s choice for autorecurring plans',
'Gateway server selection'	=>	'Gateway server selection',
'Which server to use. As it\'s a dummy, it\'s an internal simulation only.'	=>	'Which server to use. As it\'s a dummy, it\'s an internal simulation only.',
'Dummy internal test gateway'	=>	'Dummy internal test gateway',
// 10 language strings from file processors/offline/edit.gateway.xml
// 10 language strings from view editgatewayoffline / label w name=
'Offline'	=>	'Offline',
'Offline payments per post or phone settings:'	=>	'Offline payments per post or phone settings:',
'Enable Offline payments'	=>	'Enable Offline payments',
'Whether you want to offer offline (e.g. checks or bank wire-transfer) payments.'	=>	'Whether you want to offer offline (e.g. checks or bank wire-transfer) payments.',
'Instructions Text'	=>	'Instructions Text',
'Text to display the address to where to send the check.'	=>	'Text to display the address to where to send the check.',
'<p>You can pay us with a check using regular post. Please print out and enclose also the payment slip by clicking on the button below and then selecting print. Please allow 3-10 days for the post and to cash-in the check. Our postal address is as follows:</p>\\n<address>BestSite<br />\\nAddress<br />\\nTown<br />\\n</address>\\n<p>Alternatively, you can wire-transfer us the payment (all bank charges to your cost). Our account:</p>\\n<code>Account #: <br />\\nSWIFT: <br />\\nBIC: <br />\\n</code>'	=>	'<p>You can pay us with a check using regular post. Please print out and enclose also the payment slip by clicking on the button below and then selecting print. Please allow 3-10 days for the post and to cash-in the check. Our postal address is as follows:</p>\\n<address>BestSite<br />\\nAddress<br />\\nTown<br />\\n</address>\\n<p>Alternatively, you can wire-transfer us the payment (all bank charges to your cost). Our account:</p>\\n<code>Account #: <br />\\nSWIFT: <br />\\nBIC: <br />\\n</code>',
'Payment Button'	=>	'Payment Button',
'The payment button (visible only if an Intro Text is present or more than one payment processor enabled.'	=>	'The payment button (visible only if an Intro Text is present or more than one payment processor enabled.',
'https://www.paypal.com/en_US/i/btn/x-click-but21.gif'	=>	'https://www.paypal.com/en_US/i/btn/x-click-but21.gif',
// 134 language strings from file processors/paypal/edit.gateway.xml
// 155 language strings from view editgatewaypaypal / label w name=
'Enter your PayPal account settings below. Your Paypal account level (Premier and Business) must support website payments. Paypal settings: <br /><br />You must also enable IPN (Instant Payment Notification), Auto-return and PDT (Payment Data Transfer) in your paypal account: <br />Go to: My Account: Profile: and in column \'Selling Preferences\':<br /><ul><li>for PDT: Website Payment Preferences: Auto Return for Website Payments: Turn Auto Return to ON and enter homepage of your site, e.g. http://www.example.com as Return URL (that URL is not very important, you can use same account on multiple websites, as this software sends return URLs with each payment), then turn Payment Data Transfer to ON on same page. Finally leave Encrypted Website Payments off to start easily (you can turn them on later, as this software supports it, see below). Set PayPal Account Optional to ON so that users don\'t have to register with paypal to pay with credit-cards. Save page and return to page to get your Identity Token to paste in the field below.<br /></li><li>For IPN: In My Profile, click Instant Payment Notification Preferences, then Edit. Activate Instant Payment Notification and put your site URL e.g. http://www.example.com/ as Notification URL (here too, not very important, as this software sends notification URL with each payment). Then Save.</li><li>For automated transaction acceptance in foreign currencies: In My Profile, click Payment Receiving Preferences: set "Block payments sent to me in a currency I do not hold" to "automatically accept and convert". Also for Sandbox accounts, The "Payment Review" parameter should be disabled in your PayPal Sandbox account, otherwise payment will not be completed without manual intervention in the paypal management platform.</li></ul>and you are done with your Paypal profile settings.<br />'	=>	'Enter your PayPal account settings below. Your Paypal account level (Premier and Business) must support website payments. Paypal settings: <br /><br />You must also enable IPN (Instant Payment Notification), Auto-return and PDT (Payment Data Transfer) in your paypal account: <br />Go to: My Account: Profile: and in column \'Selling Preferences\':<br /><ul><li>for PDT: Website Payment Preferences: Auto Return for Website Payments: Turn Auto Return to ON and enter homepage of your site, e.g. http://www.example.com as Return URL (that URL is not very important, you can use same account on multiple websites, as this software sends return URLs with each payment), then turn Payment Data Transfer to ON on same page. Finally leave Encrypted Website Payments off to start easily (you can turn them on later, as this software supports it, see below). Set PayPal Account Optional to ON so that users don\'t have to register with paypal to pay with credit-cards. Save page and return to page to get your Identity Token to paste in the field below.<br /></li><li>For IPN: In My Profile, click Instant Payment Notification Preferences, then Edit. Activate Instant Payment Notification and put your site URL e.g. http://www.example.com/ as Notification URL (here too, not very important, as this software sends notification URL with each payment). Then Save.</li><li>For automated transaction acceptance in foreign currencies: In My Profile, click Payment Receiving Preferences: set "Block payments sent to me in a currency I do not hold" to "automatically accept and convert". Also for Sandbox accounts, The "Payment Review" parameter should be disabled in your PayPal Sandbox account, otherwise payment will not be completed without manual intervention in the paypal management platform.</li></ul>and you are done with your Paypal profile settings.<br />',
'Enable PayPal'	=>	'Enable PayPal',
'Whether you want to offer paypal payments or/and subscriptions.'	=>	'Whether you want to offer paypal payments or/and subscriptions.',
'Enable single payments'	=>	'Enable single payments',
'Enable recurring paypal subscriptions'	=>	'Enable recurring paypal subscriptions',
'Enable single payments and recurring paypal subscriptions at user\'s choice'	=>	'Enable single payments and recurring paypal subscriptions at user\'s choice',
'PayPal server'	=>	'PayPal server',
'Select normal server for real payments, and sandbox server for trials (needs a sandbox developer account that you can get at https://developer.paypal.com/ ).'	=>	'Select normal server for real payments, and sandbox server for trials (needs a sandbox developer account that you can get at https://developer.paypal.com/ ).',
'Normal PayPal server'	=>	'Normal PayPal server',
'PayPal Sandbox server'	=>	'PayPal Sandbox server',
'Other compatible server'	=>	'Other compatible server',
'Server submission URL'	=>	'Server submission URL',
'This should be the paypal-compatible-server equivalent of https://www.paypal.com or https://www.sandbox.paypal.com'	=>	'This should be the paypal-compatible-server equivalent of https://www.paypal.com or https://www.sandbox.paypal.com',
'PayPal Business (email or secure merchant ID)'	=>	'PayPal Business (email or secure merchant ID)',
'Paypal allows you to have many "shops" (businesses) using one account (Main receiver). The business account is the "shop", while the main email is the account holder (the main/default email of paypal). Email address or account ID of the customer-side payment recipient (i.e., the merchant, as will be displayed to the customer). It must be one of the emails registered with your paypal account, associated with the business of this website.'	=>	'Paypal allows you to have many "shops" (businesses) using one account (Main receiver). The business account is the "shop", while the main email is the account holder (the main/default email of paypal). Email address or account ID of the customer-side payment recipient (i.e., the merchant, as will be displayed to the customer). It must be one of the emails registered with your paypal account, associated with the business of this website.',
'PayPal Main receiver account (email) (if Business is different from your main account)'	=>	'PayPal Main receiver account (email) (if Business is different from your main account)',
'This entry is needed if you have multiple Emails (Businesses) in your Paypal account: It is your primary Email address of your paypal receiving account, your paypal login email. If the payment is sent to a non-primary email address on your PayPal account (Paypal Business above), the PayPal Main receiver account (email) will still be your primary email, and this software will check that as well if this entry is filled-in.'	=>	'This entry is needed if you have multiple Emails (Businesses) in your Paypal account: It is your primary Email address of your paypal receiving account, your paypal login email. If the payment is sent to a non-primary email address on your PayPal account (Paypal Business above), the PayPal Main receiver account (email) will still be your primary email, and this software will check that as well if this entry is filled-in.',
'Your PayPal Identity Token'	=>	'Your PayPal Identity Token',
'Your Identity Token, as it appears on PayPal backend in \'My account - Profile - Selling Preferences - Website Payment Preferences - Payment Data Transfer. You must enable Auto Return and Payment Data Transfer on the Paypal Website Payment Preferences page: Turn Auto Return to ON and enter homepage of your site, e.g. http://www.example.com as Return URL (that URL is not very important, you can use same account on multiple websites, as this software sends return URLs with each payment), then turn Payment Data Transfer to ON on same page..'	=>	'Your Identity Token, as it appears on PayPal backend in \'My account - Profile - Selling Preferences - Website Payment Preferences - Payment Data Transfer. You must enable Auto Return and Payment Data Transfer on the Paypal Website Payment Preferences page: Turn Auto Return to ON and enter homepage of your site, e.g. http://www.example.com as Return URL (that URL is not very important, you can use same account on multiple websites, as this software sends return URLs with each payment), then turn Payment Data Transfer to ON on same page..',
'PayPal country language'	=>	'PayPal country language',
'Paypal user interface language defaults to the main one of the country of your account. Here you can specify the language to be used (later we might add multilingual paypal support).'	=>	'Paypal user interface language defaults to the main one of the country of your account. Here you can specify the language to be used (later we might add multilingual paypal support).',
'Default of the paypal account'	=>	'Default of the paypal account',
'Anguilla'	=>	'Anguilla',
'Argentina'	=>	'Argentina',
'Australia'	=>	'Australia',
'Austria'	=>	'Austria',
'Belgium'	=>	'Belgium',
'Brazil'	=>	'Brazil',
'Canada'	=>	'Canada',
'Chile'	=>	'Chile',
'China'	=>	'China',
'Costa Rica'	=>	'Costa Rica',
'Cyprus'	=>	'Cyprus',
'Czech Republic'	=>	'Czech Republic',
'Denmark'	=>	'Denmark',
'Dominican Republic'	=>	'Dominican Republic',
'Ecuador'	=>	'Ecuador',
'Estonia'	=>	'Estonia',
'Finland'	=>	'Finland',
'France'	=>	'France',
'Germany'	=>	'Germany',
'Greece'	=>	'Greece',
'Hong Kong'	=>	'Hong Kong',
'Hungary'	=>	'Hungary',
'Iceland'	=>	'Iceland',
'India'	=>	'India',
'Ireland'	=>	'Ireland',
'Israel'	=>	'Israel',
'Italy'	=>	'Italy',
'Jamaica'	=>	'Jamaica',
'Japan'	=>	'Japan',
'Latvia'	=>	'Latvia',
'Lithuania'	=>	'Lithuania',
'Luxembourg'	=>	'Luxembourg',
'Malaysia'	=>	'Malaysia',
'Malta'	=>	'Malta',
'Mexico'	=>	'Mexico',
'Netherlands'	=>	'Netherlands',
'New Zealand'	=>	'New Zealand',
'Norway'	=>	'Norway',
'Poland'	=>	'Poland',
'Portugal'	=>	'Portugal',
'Singapore'	=>	'Singapore',
'Slovakia'	=>	'Slovakia',
'Slovenia'	=>	'Slovenia',
'South Africa'	=>	'South Africa',
'South Korea'	=>	'South Korea',
'Spain'	=>	'Spain',
'Sweden'	=>	'Sweden',
'Switzerland'	=>	'Switzerland',
'Taiwan'	=>	'Taiwan',
'Thailand'	=>	'Thailand',
'Turkey'	=>	'Turkey',
'United Kingdom'	=>	'United Kingdom',
'United States'	=>	'United States',
'Uruguay'	=>	'Uruguay',
'Venezuela'	=>	'Venezuela',
'Single payments at a time'	=>	'Single payments at a time',
'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_big_paypal.gif'	=>	'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_big_paypal.gif',
'Custom Payment Button Text or Image'	=>	'Custom Payment Button Text or Image',
'Either text of button or URL of a custom payment image (.gif, .jpg or .bmp), overwites selection above.'	=>	'Either text of button or URL of a custom payment image (.gif, .jpg or .bmp), overwites selection above.',
'Recurring subscribed payments multiple times'	=>	'Recurring subscribed payments multiple times',
'Subscription Button'	=>	'Subscription Button',
'The payments subscriptions button (visible only if an Intro Text is present or more than one payment processor enabled AND recurring paypal payments are enabled.'	=>	'The payments subscriptions button (visible only if an Intro Text is present or more than one payment processor enabled AND recurring paypal payments are enabled.',
'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_big_paypal_subscribe.gif'	=>	'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_big_paypal_subscribe.gif',
'Custom Subscription Button Text or Image'	=>	'Custom Subscription Button Text or Image',
'Either text of button or URL of a custom subscription image (.gif, .jpg or .bmp), overwites selection above.'	=>	'Either text of button or URL of a custom subscription image (.gif, .jpg or .bmp), overwites selection above.',
'Paypal specific settings'	=>	'Paypal specific settings',
'PayPal Custom Payment Page Style'	=>	'PayPal Custom Payment Page Style',
'Leave blank for default Paypal page_style, or type-in exactly the name of the Custom Payment Page Style in your paypal preferences you wish to see appearing'	=>	'Leave blank for default Paypal page_style, or type-in exactly the name of the Custom Payment Page Style in your paypal preferences you wish to see appearing',
'or Logo image (150x50px)'	=>	'or Logo image (150x50px)',
'Alternatively you can specify here your paypal 150x50px image logo to be displayed.'	=>	'Alternatively you can specify here your paypal 150x50px image logo to be displayed.',
'Subscriber\'s note'	=>	'Subscriber\'s note',
'Whether you allow the payer to add a note with the payment.'	=>	'Whether you allow the payer to add a note with the payment.',
'Allow'	=>	'Allow',
'Disallow'	=>	'Disallow',
'Shipping address'	=>	'Shipping address',
'Whether you want the payer to enter his post address (can be useful to require it if needed for taxes/VAT/accounting purposes).'	=>	'Whether you want the payer to enter his post address (can be useful to require it if needed for taxes/VAT/accounting purposes).',
'Do not ask for shipping address at PayPal'	=>	'Do not ask for shipping address at PayPal',
'Ask for shipping address at PayPal, but do not require one'	=>	'Ask for shipping address at PayPal, but do not require one',
'Ask for shipping address at PayPal, and require one'	=>	'Ask for shipping address at PayPal, and require one',
'Encrypt paypal form'	=>	'Encrypt paypal form',
'Whether you want to encrypt PayPal\'s forms to hide paypal email and hinder any tampering. Your server must support OpenSSL in PHP and you need to download PayPal\'s certificate from your PayPal profile.'	=>	'Whether you want to encrypt PayPal\'s forms to hide paypal email and hinder any tampering. Your server must support OpenSSL in PHP and you need to download PayPal\'s certificate from your PayPal profile.',
'Plain-text form'	=>	'Plain-text form',
'Encrypted form'	=>	'Encrypted form',
'Paypal certificate'	=>	'Paypal certificate',
'Paypal settings: <br /><br />You must also enable Website Encryption in your paypal account: <br />Go to: My Account: Profile: and in column \'Selling Preferences\':<br /><ol><li>click on Encrypted Payment Settings: In PayPal Public Certificate, click the "Download" button,</li><li>upload that downloaded file to your server and set the full path to this file on your server in the field \'PayPal Public Certificate File\' below.<br /></li><li>Generate a private key/public certificate pair using openSSL with the following commands:<ul><li> Your own private key file:  <code>   openssl genrsa -out my-prvkey.pem 1024  </code>  </li><li> Your own public certificate file:  <code>   openssl req -new -key my-prvkey.pem -x509 -days 7300 -out my-pubcert.pem  </code> <br /> (change the values after \'days\' from 7300 (20 years) to the duration you want the system to work before your own certificate expires and having to renew the certificate)  </li></ul></li><li> upload both files to your web server, for private key at least outside the directories accessible by http, but inside the directories accessible by PHP. </li><li> Then put full files paths below for your private key and public certificate files. </li><li> Finally, login to your paypal account, go to Profile - Selling Preferences - Encrypted Payment Settings - Website Payments Certificates - Your Public Certificates - click \'Add\' and upload your public certificate. </li><li>Copy the then appearing \'Cert Id\' from paypal to the corresponding field below. </li> <li> Once tested, If you wish, you can then block non-encrypted website payments in Paypal, in Profile - Selling Preferences - Website Payment Preferences - Encrypted Website Preferences - Block Non-encrypted - Save. </li> </ol>and you are done with your Paypal encrypted form settings.<br />'	=>	'Paypal settings: <br /><br />You must also enable Website Encryption in your paypal account: <br />Go to: My Account: Profile: and in column \'Selling Preferences\':<br /><ol><li>click on Encrypted Payment Settings: In PayPal Public Certificate, click the "Download" button,</li><li>upload that downloaded file to your server and set the full path to this file on your server in the field \'PayPal Public Certificate File\' below.<br /></li><li>Generate a private key/public certificate pair using openSSL with the following commands:<ul><li> Your own private key file:  <code>   openssl genrsa -out my-prvkey.pem 1024  </code>  </li><li> Your own public certificate file:  <code>   openssl req -new -key my-prvkey.pem -x509 -days 7300 -out my-pubcert.pem  </code> <br /> (change the values after \'days\' from 7300 (20 years) to the duration you want the system to work before your own certificate expires and having to renew the certificate)  </li></ul></li><li> upload both files to your web server, for private key at least outside the directories accessible by http, but inside the directories accessible by PHP. </li><li> Then put full files paths below for your private key and public certificate files. </li><li> Finally, login to your paypal account, go to Profile - Selling Preferences - Encrypted Payment Settings - Website Payments Certificates - Your Public Certificates - click \'Add\' and upload your public certificate. </li><li>Copy the then appearing \'Cert Id\' from paypal to the corresponding field below. </li> <li> Once tested, If you wish, you can then block non-encrypted website payments in Paypal, in Profile - Selling Preferences - Website Payment Preferences - Encrypted Website Preferences - Block Non-encrypted - Save. </li> </ol>and you are done with your Paypal encrypted form settings.<br />',
'PayPal Public Certificate File'	=>	'PayPal Public Certificate File',
'The full path to file from PayPal Public Certificate download which you can download from Paypal in Profile - Selling Preferences - Encrypted Payment Settings - Website Payment Certificates - PayPal Public Certificate.'	=>	'The full path to file from PayPal Public Certificate download which you can download from Paypal in Profile - Selling Preferences - Encrypted Payment Settings - Website Payment Certificates - PayPal Public Certificate.',
'PayPal Public Certificate File status'	=>	'PayPal Public Certificate File status',
'Checks if the PayPal Public Certificate File exists and is readable'	=>	'Checks if the PayPal Public Certificate File exists and is readable',
'paypal_public_certificate_path'	=>	'paypal_public_certificate_path',
'PayPal Public Certificate status'	=>	'PayPal Public Certificate status',
'Checks if the PayPal Public Certificate is valid'	=>	'Checks if the PayPal Public Certificate is valid',
'Your own Private Key file'	=>	'Your own Private Key file',
'Your private Key File status'	=>	'Your private Key File status',
'Checks if your private Key File exists and is readable'	=>	'Checks if your private Key File exists and is readable',
'paypal_private_key_path'	=>	'paypal_private_key_path',
'Your private Key status'	=>	'Your private Key status',
'Checks your private Key status'	=>	'Checks your private Key status',
'Your own Public Certificate file'	=>	'Your own Public Certificate file',
'The full path to your public certificate file that you also uploaded to PayPal as your Public Certificate in Paypal in Profile - Selling Preferences - Encrypted Payment Settings - Website Payment Certificates - PayPal Public Certificate - Upload.'	=>	'The full path to your public certificate file that you also uploaded to PayPal as your Public Certificate in Paypal in Profile - Selling Preferences - Encrypted Payment Settings - Website Payment Certificates - PayPal Public Certificate - Upload.',
'Your Public Certificate File status'	=>	'Your Public Certificate File status',
'Checks if your Public Certificate File exists and is readable'	=>	'Checks if your Public Certificate File exists and is readable',
'paypal_public_key_path'	=>	'paypal_public_key_path',
'Your Public Certificate status'	=>	'Your Public Certificate status',
'Checks if your Public Certificate status'	=>	'Checks if your Public Certificate status',
'Password for your private key'	=>	'Password for your private key',
'The password for your private key (if any is needed).'	=>	'The password for your private key (if any is needed).',
'Paypal Cert ID for your uploaded public certificate'	=>	'Paypal Cert ID for your uploaded public certificate',
'The Cert ID assigned by Paypal after you uploaded your public certificate in Profile - Selling Preferences - Encrypted Payment Settings - Website Payment Certificates - Your Public Certificates.'	=>	'The Cert ID assigned by Paypal after you uploaded your public certificate in Profile - Selling Preferences - Encrypted Payment Settings - Website Payment Certificates - Your Public Certificates.',
'Please note that all Paypal forms will be encrypted, except for the Paypal auto-recurring payments Unsubscribe button, because this button\'s encryption is not supported at paypal\'s side. This isn\'t a security issue though, as there are only non-sensitive data for that form'	=>	'Please note that all Paypal forms will be encrypted, except for the Paypal auto-recurring payments Unsubscribe button, because this button\'s encryption is not supported at paypal\'s side. This isn\'t a security issue though, as there are only non-sensitive data for that form',
'Notification host (leave blank)'	=>	'Notification host (leave blank)',
'Leave blank for most configurations. This setting is only in case you are running on a cluster and the payment gateway notifications (IPN, PDT) need to go at a different domain name than the website domain. In that case enter e.g. \'http://yourdomain.com\'.'	=>	'Leave blank for most configurations. This setting is only in case you are running on a cluster and the payment gateway notifications (IPN, PDT) need to go at a different domain name than the website domain. In that case enter e.g. \'http://yourdomain.com\'.',
// 21 language strings from file processors/twocheckout/cbpaidsubscriptions.twocheckout.xml
'2Checkout'	=>	'2Checkout',
'2Checkout Payment gateway optional params'	=>	'2Checkout Payment gateway optional params',
'Optional parameter for this product for 2Checkout gateway: No need to create products at 2Checkout, so you can leave this blank for normal single-sales. For auto-recurring payment subscriptions, 2Checkout needs to have a prodcut created at 2Checkout.com gateways.'	=>	'Optional parameter for this product for 2Checkout gateway: No need to create products at 2Checkout, so you can leave this blank for normal single-sales. For auto-recurring payment subscriptions, 2Checkout needs to have a prodcut created at 2Checkout.com gateways.',
'Select Gateway'	=>	'Select Gateway',
'name'	=>	'name',
'Single payment'	=>	'Single payment',
'This would correspond to a single-payment existing product on your 2Checkout store: not required unless you wish to have fixed products at 2Checkout.'	=>	'This would correspond to a single-payment existing product on your 2Checkout store: not required unless you wish to have fixed products at 2Checkout.',
'Existing Assigned Product Id (2CO-ID number) at 2Checkout.com'	=>	'Existing Assigned Product Id (2CO-ID number) at 2Checkout.com',
'If you prefer to use fixed products at 2Checkout (needed for auto-recurring products), the product must be created at 2Checkout.com first, and then you can add the product id from 2Checkout here. This is not Your product id, but 2Checkout\'s, which is visible as "2CO ID" in the list Products - View.'	=>	'If you prefer to use fixed products at 2Checkout (needed for auto-recurring products), the product must be created at 2Checkout.com first, and then you can add the product id from 2Checkout here. This is not Your product id, but 2Checkout\'s, which is visible as "2CO ID" in the list Products - View.',
'Existing Product system product id (number) at 2Checkout.com'	=>	'Existing Product system product id (number) at 2Checkout.com',
'If you prefer to use fixed products at 2Checkout (needed for auto-recurring products), the product must be created at 2Checkout.com first, and then you can add the product id from 2Checkout here. This is not Your product id, but 2Checkout\'s, which is visible in the URL when editing the existing product.'	=>	'If you prefer to use fixed products at 2Checkout (needed for auto-recurring products), the product must be created at 2Checkout.com first, and then you can add the product id from 2Checkout here. This is not Your product id, but 2Checkout\'s, which is visible in the URL when editing the existing product.',
'2Checkout Product info from API'	=>	'2Checkout Product info from API',
'IMPORTANT: Please make sure that the amounts and durations correspond to this CBSubs product settings:'	=>	'IMPORTANT: Please make sure that the amounts and durations correspond to this CBSubs product settings:',
'Product Info from 2Checkout using API'	=>	'Product Info from 2Checkout using API',
'If your vendor Account number, your username and password match the API user that you created on 2Checkout gateway, then you should see here some product info returned by 2Checkout\'s API.'	=>	'If your vendor Account number, your username and password match the API user that you created on 2Checkout gateway, then you should see here some product info returned by 2Checkout\'s API.',
'First fill-in parameters above and in 2Checkout gateway settings and create product at 2Checkout, then "Apply" this new gateway settings: Then this URL %s will be computed and displayed.'	=>	'First fill-in parameters above and in 2Checkout gateway settings and create product at 2Checkout, then "Apply" this new gateway settings: Then this URL %s will be computed and displayed.',
'Information'	=>	'Information',
'Now save this product and check in this Integrations/2Checkout tab that the product at 2Checkout is visible here.'	=>	'Now save this product and check in this Integrations/2Checkout tab that the product at 2Checkout is visible here.',
'2Checkout gateway is not selected in the selector for this feature to work.'	=>	'2Checkout gateway is not selected in the selector for this feature to work.',
'Auto-recurring payments'	=>	'Auto-recurring payments',
'If you wish to propose (or impose) auto-recuring payments (payment subscriptions) with 2Checkout, you must have an existing (or create a) a corresponding product on your 2Checkout store: required for auto-recurring payments:'	=>	'If you wish to propose (or impose) auto-recuring payments (payment subscriptions) with 2Checkout, you must have an existing (or create a) a corresponding product on your 2Checkout store: required for auto-recurring payments:',
// 99 language strings from file processors/twocheckout/edit.gateway.xml
// 99 language strings from view editgatewaytwocheckout / label w name=
'2Checkout gateway'	=>	'2Checkout gateway',
'Enable 2Checkout'	=>	'Enable 2Checkout',
'Whether you want to offer 2Checkout payments.'	=>	'Whether you want to offer 2Checkout payments.',
'Enable recurring subscriptions (requires existing product ids at 2Chechout)'	=>	'Enable recurring subscriptions (requires existing product ids at 2Chechout)',
'Enable single payments and recurring payments at user\'s choice'	=>	'Enable single payments and recurring payments at user\'s choice',
'2Checkout Demo/Test-mode'	=>	'2Checkout Demo/Test-mode',
'Type of operations, if payments are for real or just as demo.'	=>	'Type of operations, if payments are for real or just as demo.',
'Normal 2Checkout normal mode'	=>	'Normal 2Checkout normal mode',
'Test Demo mode'	=>	'Test Demo mode',
'Other server compatible with 2Checkout'	=>	'Other server compatible with 2Checkout',
'This should be the 2checkout.com-compatible-server equivalent of https://www.2checkout.com/checkout/purchase'	=>	'This should be the 2checkout.com-compatible-server equivalent of https://www.2checkout.com/checkout/purchase',
'Server API URL'	=>	'Server API URL',
'This should be the 2checkout.com-compatible-server equivalent of https://www.2checkout.com/api'	=>	'This should be the 2checkout.com-compatible-server equivalent of https://www.2checkout.com/api',
'2Checkout account'	=>	'2Checkout account',
'2Checkout account:'	=>	'2Checkout account:',
'Vendor Account Number'	=>	'Vendor Account Number',
'Your 2Checkout vendor account number given to you by 2Checkout.'	=>	'Your 2Checkout vendor account number given to you by 2Checkout.',
'Secret Word'	=>	'Secret Word',
'Your 2Checkout secret word that you chose at 2Checkout, allowing CBSubs to verify all notifications from 2Checkout.'	=>	'Your 2Checkout secret word that you chose at 2Checkout, allowing CBSubs to verify all notifications from 2Checkout.',
'Currency configured at 2Checkout'	=>	'Currency configured at 2Checkout',
'The currency you have set at 2Checkout. 2Checkout supports single currency. CBSubs will convert automatically other basket currencies into this one using its currency-conversion.'	=>	'The currency you have set at 2Checkout. 2Checkout supports single currency. CBSubs will convert automatically other basket currencies into this one using its currency-conversion.',
'API Username'	=>	'API Username',
'The 2Checkout username of the user you have created and given access to API.'	=>	'The 2Checkout username of the user you have created and given access to API.',
'API Password'	=>	'API Password',
'The 2Checkout password of the user you have created and given access to API.'	=>	'The 2Checkout password of the user you have created and given access to API.',
'Global URL for INS notifications to set into 2Checkout'	=>	'Global URL for INS notifications to set into 2Checkout',
'This is the URL to paste into 2Checkout admin area in Notifications / Global Settings / Global URL.'	=>	'This is the URL to paste into 2Checkout admin area in Notifications / Global Settings / Global URL.',
'2Checkout gateway settings'	=>	'2Checkout gateway settings',
'2Checkout behavior settings:'	=>	'2Checkout behavior settings:',
'Purchase Routine'	=>	'Purchase Routine',
'Whether you want to use 2Checkout\'s checkout process, which allows to also propose Paypal as payment method.'	=>	'Whether you want to use 2Checkout\'s checkout process, which allows to also propose Paypal as payment method.',
'Single Page Payment Routine (Only supports credit card payments and intangible products/services)'	=>	'Single Page Payment Routine (Only supports credit card payments and intangible products/services)',
'Multi-page Payment Routine (Supports all payment methods and products/services)'	=>	'Multi-page Payment Routine (Supports all payment methods and products/services)',
'Default payment method'	=>	'Default payment method',
'This will set the default selection on the payment method step during the 2Checkout checkout process.'	=>	'This will set the default selection on the payment method step during the 2Checkout checkout process.',
'Not specified'	=>	'Not specified',
'Credit Card'	=>	'Credit Card',
'Acculynk PIN-debit'	=>	'Acculynk PIN-debit',
'PayPal Pay Later'	=>	'PayPal Pay Later',
'Show the order review page'	=>	'Show the order review page',
'Whether you want to show the order review page of the 2Checkout\'s checkout process.'	=>	'Whether you want to show the order review page of the 2Checkout\'s checkout process.',
'Show the order review page at 2Checkout'	=>	'Show the order review page at 2Checkout',
'Skip the order review page at 2Checkout'	=>	'Skip the order review page at 2Checkout',
'2Checkout user interface language'	=>	'2Checkout user interface language',
'Language shown to the user (later we might add multilingual paypal support).'	=>	'Language shown to the user (later we might add multilingual paypal support).',
'en'	=>	'en',
'Chinese'	=>	'Chinese',
'Danish'	=>	'Danish',
'Dutch'	=>	'Dutch',
'English'	=>	'English',
'French'	=>	'French',
'German'	=>	'German',
'Greek'	=>	'Greek',
'Italian'	=>	'Italian',
'Japanese'	=>	'Japanese',
'Norwegian'	=>	'Norwegian',
'Portuguese'	=>	'Portuguese',
'Slovenian'	=>	'Slovenian',
'Spanish'	=>	'Spanish',
'Spanish (Latin-America)'	=>	'Spanish (Latin-America)',
'Swedish'	=>	'Swedish',
'Pre populate the billing information'	=>	'Pre populate the billing information',
'This option pre-populates the billing information page: Card holder’s name, address, city, state, zip, country, email, and phone number.'	=>	'This option pre-populates the billing information page: Card holder’s name, address, city, state, zip, country, email, and phone number.',
'No, do not pass customer information to 2Checkout (custmoer will need to fill-in again there)'	=>	'No, do not pass customer information to 2Checkout (custmoer will need to fill-in again there)',
'Yes, pass customer information to 2Checkout (name, address, email, ...)'	=>	'Yes, pass customer information to 2Checkout (name, address, email, ...)',
'Pre populate the shipping information'	=>	'Pre populate the shipping information',
'This option pre-populates the shipping information page: name, address, city, state, zip, and country.'	=>	'This option pre-populates the shipping information page: name, address, city, state, zip, and country.',
'No, do not pass customer address to 2Checkout (online delivery)'	=>	'No, do not pass customer address to 2Checkout (online delivery)',
'Yes, pass customer address to 2Checkout (shipped items only)'	=>	'Yes, pass customer address to 2Checkout (shipped items only)',
'Accept payment once'	=>	'Accept payment once',
'This option allows to set when a payment is deemed as completed by CBSubs. 2Checkout automated fraud check takes 15-60 minutes, and manual fraud check can take up to 24 hours. Credit-card capture and Deposit to account takes 1-3 days usually. Credit-card authorization is immediate so you may not want to wait for fraud review in some cases, and not wait for deposit in most cases.'	=>	'This option allows to set when a payment is deemed as completed by CBSubs. 2Checkout automated fraud check takes 15-60 minutes, and manual fraud check can take up to 24 hours. Credit-card capture and Deposit to account takes 1-3 days usually. Credit-card authorization is immediate so you may not want to wait for fraud review in some cases, and not wait for deposit in most cases.',
'fraudcheck_passed'	=>	'fraudcheck_passed',
'Credit-card is authorized, but do not wait to fraud check result (means immediately)'	=>	'Credit-card is authorized, but do not wait to fraud check result (means immediately)',
'2Checkout has completed its anti-fraud review (means 15-60 minutes, up to 1 day)'	=>	'2Checkout has completed its anti-fraud review (means 15-60 minutes, up to 1 day)',
'Payment is deposited in your 2Checkout account (means 1-3 days usually)'	=>	'Payment is deposited in your 2Checkout account (means 1-3 days usually)',
'Gateway is not enabled above.'	=>	'Gateway is not enabled above.',
'Usage of below buttons is subject to 2Checkout\'s authorization. See here http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/can-i-have-credit-card-logos-on-my-site-or-cart and here http://www.2checkout.com/community/blog/knowledge-base/tech-support/basic-integration/2co-certified'	=>	'Usage of below buttons is subject to 2Checkout\'s authorization. See here http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/can-i-have-credit-card-logos-on-my-site-or-cart and here http://www.2checkout.com/community/blog/knowledge-base/tech-support/basic-integration/2co-certified',
'Single Payments'	=>	'Single Payments',
'Single Payment Button'	=>	'Single Payment Button',
'The payment button (visible only if an Intro Text is present or more than one payment processor enabled).'	=>	'The payment button (visible only if an Intro Text is present or more than one payment processor enabled).',
'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/processors/twocheckout/icons/horizontal_2co.jpg'	=>	'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/processors/twocheckout/icons/horizontal_2co.jpg',
'Alternate Text'	=>	'Alternate Text',
'Alternate and title text of button (for accessibility).'	=>	'Alternate and title text of button (for accessibility).',
'Auto-recurring Payment subscriptions'	=>	'Auto-recurring Payment subscriptions',
'Auto-recurring Payment Button'	=>	'Auto-recurring Payment Button',
'Subscribe'	=>	'Subscribe',
'Additional Title and alternate text for the button'	=>	'Additional Title and alternate text for the button',
'To meet credit card association rules, the phrase “2Checkout.com is an authorized retailer for (your business name.). %s gets replaced automatically by the website title.” must be included.'	=>	'To meet credit card association rules, the phrase “2Checkout.com is an authorized retailer for (your business name.). %s gets replaced automatically by the website title.” must be included.',
'2Checkout.com is an authorized retailer for %s'	=>	'2Checkout.com is an authorized retailer for %s',
'Cancellations'	=>	'Cancellations',
'Either text of button or URL of a custom image (.gif, .jpg or .bmp).'	=>	'Either text of button or URL of a custom image (.gif, .jpg or .bmp).',
'Cancel subscription'	=>	'Cancel subscription',
'Submit subscription cancellation request'	=>	'Submit subscription cancellation request',
'Specific settings'	=>	'Specific settings',
'Leave blank for most configurations. This setting is only in case you are running on a cluster and the payment gateway notifications (IPN) need to go at a different domain name than the website domain. In that case enter e.g. \'http://yourdomain.com\'.'	=>	'Leave blank for most configurations. This setting is only in case you are running on a cluster and the payment gateway notifications (IPN) need to go at a different domain name than the website domain. In that case enter e.g. \'http://yourdomain.com\'.',
'2Checkout Company info from API'	=>	'2Checkout Company info from API',
'Company Info from 2Checkout using API'	=>	'Company Info from 2Checkout using API',
'If your vendor Account number, your username and password match the API user that you created on 2Checkout, then you should see here some company info returned by 2Checkout\'s API.'	=>	'If your vendor Account number, your username and password match the API user that you created on 2Checkout, then you should see here some company info returned by 2Checkout\'s API.',
'First fill-in parameters above and create the user with API access at 2Checkout.com vendor area, then "Apply" this new gateway settings: Then this URL %s will be computed and displayed.'	=>	'First fill-in parameters above and create the user with API access at 2Checkout.com vendor area, then "Apply" this new gateway settings: Then this URL %s will be computed and displayed.',
// 25 language strings from file processors/yellowpay/edit.gateway.xml
// 55 language strings from view editgatewayyellowpay / label w name=
'SwissPost YellowPay settings:'	=>	'SwissPost YellowPay settings:',
'Enable yellowpay'	=>	'Enable yellowpay',
'Whether you want to offer yellowpay (Switzerland) payments.'	=>	'Whether you want to offer yellowpay (Switzerland) payments.',
'yellowpay server'	=>	'yellowpay server',
'Whether you want to offer paypal payments.'	=>	'Whether you want to offer paypal payments.',
'Normal yellowpay server'	=>	'Normal yellowpay server',
'Test server'	=>	'Test server',
'Other server compatible with yellowpay'	=>	'Other server compatible with yellowpay',
'This should be the 2checkout.com-compatible-server equivalent of https://yellowpay.postfinance.ch/checkout/Yellowpay.aspx?userctrl=Invisible'	=>	'This should be the 2checkout.com-compatible-server equivalent of https://yellowpay.postfinance.ch/checkout/Yellowpay.aspx?userctrl=Invisible',
'yellowpay Master Shop id'	=>	'yellowpay Master Shop id',
'Your yellowpay text master shop id (case sensitive) as confirmed by SwissPost.'	=>	'Your yellowpay text master shop id (case sensitive) as confirmed by SwissPost.',
'yellowpay Shop id (number)'	=>	'yellowpay Shop id (number)',
'Your yellowpay numeric shop id (case sensitive) as confirmed by SwissPost.'	=>	'Your yellowpay numeric shop id (case sensitive) as confirmed by SwissPost.',
'yellowpay Hash Seed'	=>	'yellowpay Hash Seed',
'Your yellowpay shop hash seed as received from SwissPost.'	=>	'Your yellowpay shop hash seed as received from SwissPost.',
'yellowpay paymment type'	=>	'yellowpay paymment type',
'Immediate payment or defered payment (deferred payments can be changed or rejected, but this must be done through theyellowpay backend).'	=>	'Immediate payment or defered payment (deferred payments can be changed or rejected, but this must be done through theyellowpay backend).',
'immediate'	=>	'immediate',
'Immediate'	=>	'Immediate',
'Deferred'	=>	'Deferred',
'yellowbill user interface language'	=>	'yellowbill user interface language',
'Deutsch'	=>	'Deutsch',
'Francais'	=>	'Francais',
'Italiano'	=>	'Italiano',
'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_big_yellowpay_pay.gif'	=>	'components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/icons/cards/cc_big_yellowpay_pay.gif',
// 3 language strings from file admin.cbpaidsubscriptions.html.php
'Plugin is not published'	=>	'Plugin is not published',
'%s is not published'	=>	'%s is not published',
'%s is not enabled'	=>	'%s is not enabled',
// 8 language strings from file admin.cbpaidsubscriptions.php
'- Select Subscription Plan - '	=>	'- Select Subscription Plan - ',
'ANY PLAN ACTIVE'	=>	'ANY PLAN ACTIVE',
'NO PLAN ACTIVE'	=>	'NO PLAN ACTIVE',
'This payment basket is not pending.'	=>	'This payment basket is not pending.',
'This payment basket has no gateway associated so can not be paid manually.'	=>	'This payment basket has no gateway associated so can not be paid manually.',
'This payment basket\'s associated gateway account is not active, so can not be paid manually.'	=>	'This payment basket\'s associated gateway account is not active, so can not be paid manually.',
'User of that payment basket does not exist'	=>	'User of that payment basket does not exist',
'Only the Settings menu is available at this stage to input the license number.'	=>	'Only the Settings menu is available at this stage to input the license number.',
// 1 language strings from file cbpaidsubscriptions.ctrl.php
'Undo changes'	=>	'Undo changes',
// 18 language strings from file cbpaidsubscriptions.gui.php
'Change license number'	=>	'Change license number',
'Users records on site'	=>	'Users records on site',
'Maximum Users count for this license'	=>	'Maximum Users count for this license',
'Credits used on site'	=>	'Credits used on site',
'Maximum Credits count for this license'	=>	'Maximum Credits count for this license',
'Unlimited'	=>	'Unlimited',
'The version %s of cbsubsbot does not match CBSubs plugin version %s'	=>	'The version %s of cbsubsbot does not match CBSubs plugin version %s',
'The needed mambot/plugin \'%s\' is installed but not published.'	=>	'The needed mambot/plugin \'%s\' is installed but not published.',
'The needed mambot/plugin \'%s\' is not installed.'	=>	'The needed mambot/plugin \'%s\' is not installed.',
'The integration plugin \'%s\' is installed but not published.'	=>	'The integration plugin \'%s\' is installed but not published.',
'The CBSubs integration plugin \'%s\' is for another CBSubs version %s.'	=>	'The CBSubs integration plugin \'%s\' is for another CBSubs version %s.',
'The CBSubs integration plugin \'%s\' has no CBSubs version information in XML.'	=>	'The CBSubs integration plugin \'%s\' has no CBSubs version information in XML.',
'Following CBSubs integration CB plugins are installed but not published (so not active in front-end)'	=>	'Following CBSubs integration CB plugins are installed but not published (so not active in front-end)',
'Not needed, as OpenSSL PHP module is loaded'	=>	'Not needed, as OpenSSL PHP module is loaded',
'Missing value field %s in data of row'	=>	'Missing value field %s in data of row',
'Select Product'	=>	'Select Product',
'alias'	=>	'alias',
'Copy of'	=>	'Copy of',
