Version Notes
* Updated the feature for showing the credit card logos. Now it is possible to use the old behaviour by setting "Show Credit Card Logos" to No.
* fixed a bug, where the invoice had an other currency then the order.
* fixed design issue with the credit card logos in Magento 1.9
Download this release
Release Info
| Developer | PayIntelligent |
| Extension | Paymill_Paymill |
| Version | 3.6.7 |
| Comparing to | |
| See all releases | |
Code changes from version 3.6.6 to 3.6.7
- app/code/community/Paymill/Paymill/Block/Payment/Form/PaymentFormCreditcard.php +13 -10
- app/code/community/Paymill/Paymill/Helper/PaymentHelper.php +6 -3
- app/code/community/Paymill/Paymill/Model/Method/MethodModelCreditcard.php +1 -1
- app/code/community/Paymill/Paymill/etc/config.xml +1 -1
- app/code/community/Paymill/Paymill/etc/system.xml +14 -4
- app/code/community/Paymill/Paymillcc/Block/Form/Paymill.php +0 -57
- app/code/community/Paymill/Paymillcc/Block/Info/Paymill.php +0 -34
- app/code/community/Paymill/Paymillcc/Helper/Data.php +0 -6
- app/code/community/Paymill/Paymillcc/LibraryVersion.php +0 -13
- app/code/community/Paymill/Paymillcc/Model/Customerdata.php +0 -60
- app/code/community/Paymill/Paymillcc/Model/Mysql4/Customerdata.php +0 -31
- app/code/community/Paymill/Paymillcc/Model/Mysql4/Customerdata/Collection.php +0 -31
- app/code/community/Paymill/Paymillcc/Model/PaymentAbstract.php +0 -131
- app/code/community/Paymill/Paymillcc/Model/PaymentMethod.php +0 -300
- app/code/community/Paymill/Paymillcc/etc/config.xml +0 -95
- app/code/community/Paymill/Paymillcc/etc/system.xml +0 -150
- app/code/community/Paymill/Paymillcc/sql/paymillcc_setup/mysql4-install-2.1.2.php +0 -15
- app/code/community/Paymill/Paymillcc/sql/paymillcc_setup/mysql4-upgrade-2.1.1-2.1.2.php +0 -15
- app/code/community/Paymill/Paymillelv/Block/Form/Paymill.php +0 -49
- app/code/community/Paymill/Paymillelv/Block/Info/Paymill.php +0 -34
- app/code/community/Paymill/Paymillelv/Helper/Data.php +0 -6
- app/code/community/Paymill/Paymillelv/Model/Customerdata.php +0 -60
- app/code/community/Paymill/Paymillelv/Model/Mysql4/Customerdata.php +0 -31
- app/code/community/Paymill/Paymillelv/Model/Mysql4/Customerdata/Collection.php +0 -31
- app/code/community/Paymill/Paymillelv/Model/PaymentAbstract.php +0 -131
- app/code/community/Paymill/Paymillelv/Model/PaymentMethod.php +0 -278
- app/code/community/Paymill/Paymillelv/etc/config.xml +0 -93
- app/code/community/Paymill/Paymillelv/etc/system.xml +0 -141
- app/code/community/Paymill/Paymillelv/sql/paymillelv_setup/mysql4-install-2.1.2.php +0 -15
- app/code/community/Paymill/Paymillelv/sql/paymillelv_setup/mysql4-upgrade-2.1.1-2.1.2.php +0 -15
- app/design/frontend/base/default/template/paymill/payment/form/creditcard.phtml +1 -1
- app/locale/de_AT/Paymill_Paymill.csv +130 -0
- app/locale/de_CH/Paymill_Paymill.csv +130 -0
- app/locale/de_DE/Paymill_Paymill.csv +2 -0
- app/locale/en_AU/Paymill_Paymill.csv +130 -0
- app/locale/en_CA/Paymill_Paymill.csv +130 -0
- app/locale/en_GB/Paymill_Paymill.csv +2 -0
- app/locale/en_IE/Paymill_Paymill.csv +130 -0
- app/locale/en_NZ/Paymill_Paymill.csv +130 -0
- app/locale/en_US/Paymill_Paymill.csv +2 -0
- app/locale/en_ZA/Paymill_Paymill.csv +130 -0
- app/locale/es_AR/Paymill_Paymill.csv +130 -0
- app/locale/es_CL/Paymill_Paymill.csv +130 -0
- app/locale/es_CO/Paymill_Paymill.csv +130 -0
- app/locale/es_CR/Paymill_Paymill.csv +130 -0
- app/locale/es_ES/Paymill_Paymill.csv +4 -2
- app/locale/es_MX/Paymill_Paymill.csv +130 -0
- app/locale/es_PA/Paymill_Paymill.csv +130 -0
- app/locale/es_PE/Paymill_Paymill.csv +130 -0
- app/locale/es_VE/Paymill_Paymill.csv +130 -0
- app/locale/fr_CA/Paymill_Paymill.csv +128 -0
- app/locale/fr_FR/Paymill_Paymill.csv +128 -0
- app/locale/it_CH/Paymill_Paymill.csv +130 -0
- app/locale/it_IT/Paymill_Paymill.csv +130 -0
- app/locale/pt_BR/Paymill_Paymill.csv +130 -0
- app/locale/pt_PT/Paymill_Paymill.csv +130 -0
- package.xml +7 -10
- skin/frontend/base/default/images/paymill/icon_32x20_dinersclub.png +0 -0
- skin/frontend/base/default/images/paymill/icon_32x20_unionpay.png +0 -0
app/code/community/Paymill/Paymill/Block/Payment/Form/PaymentFormCreditcard.php
CHANGED
|
@@ -91,19 +91,22 @@ class Paymill_Paymill_Block_Payment_Form_PaymentFormCreditcard extends Paymill_P
|
|
| 91 |
}
|
| 92 |
|
| 93 |
private function setPaymillCcLogos() {
|
|
|
|
| 94 |
$cards = explode(',', Mage::getStoreConfig('payment/paymill_creditcard/specificcreditcard'));
|
| 95 |
$this->creditCardLogosDisplay = '';
|
| 96 |
$this->creditCardLogosBrand = 'var paymillCcBrands = new Array();';
|
| 97 |
-
|
| 98 |
-
$
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
|
|
|
|
|
|
| 107 |
}
|
| 108 |
}
|
| 109 |
|
| 91 |
}
|
| 92 |
|
| 93 |
private function setPaymillCcLogos() {
|
| 94 |
+
|
| 95 |
$cards = explode(',', Mage::getStoreConfig('payment/paymill_creditcard/specificcreditcard'));
|
| 96 |
$this->creditCardLogosDisplay = '';
|
| 97 |
$this->creditCardLogosBrand = 'var paymillCcBrands = new Array();';
|
| 98 |
+
if(Mage::getStoreConfig('payment/paymill_creditcard/showspecificcreditcard')) {
|
| 99 |
+
foreach($cards as $card) {
|
| 100 |
+
$this->creditCardLogosDisplay .= sprintf(
|
| 101 |
+
'<img style="display: inline" src="%s" alt="%s"/>',
|
| 102 |
+
$this->getSkinUrl('images/paymill/icon_32x20_' . $card . '.png'),
|
| 103 |
+
$card
|
| 104 |
+
);
|
| 105 |
+
$this->creditCardLogosBrand .= sprintf(
|
| 106 |
+
'paymillCcBrands.push("%s");',
|
| 107 |
+
$card
|
| 108 |
+
);
|
| 109 |
+
}
|
| 110 |
}
|
| 111 |
}
|
| 112 |
|
app/code/community/Paymill/Paymill/Helper/PaymentHelper.php
CHANGED
|
@@ -105,10 +105,13 @@ class Paymill_Paymill_Helper_PaymentHelper extends Mage_Core_Helper_Abstract
|
|
| 105 |
/**
|
| 106 |
* Returns the currency compliant to ISO 4217 (3 char code)
|
| 107 |
* @return string 3 Character long currency code
|
|
|
|
|
|
|
|
|
|
| 108 |
*/
|
| 109 |
-
public function getCurrency()
|
| 110 |
{
|
| 111 |
-
return
|
| 112 |
}
|
| 113 |
|
| 114 |
/**
|
|
@@ -182,7 +185,7 @@ class Paymill_Paymill_Helper_PaymentHelper extends Mage_Core_Helper_Abstract
|
|
| 182 |
$params = array();
|
| 183 |
$params['token'] = $token;
|
| 184 |
$params['amount'] = (int) $this->getAmount();
|
| 185 |
-
$params['currency'] = $this->getCurrency();
|
| 186 |
$params['payment'] = $this->getPaymentType($paymentCode); // The chosen payment (cc | elv)
|
| 187 |
$params['name'] = Mage::helper("paymill/customerHelper")->getCustomerName($quote);
|
| 188 |
$params['email'] = Mage::helper("paymill/customerHelper")->getCustomerEmail($quote);
|
| 105 |
/**
|
| 106 |
* Returns the currency compliant to ISO 4217 (3 char code)
|
| 107 |
* @return string 3 Character long currency code
|
| 108 |
+
*
|
| 109 |
+
* @param Mage_Sales_Model_Quote $quote
|
| 110 |
+
* @return string
|
| 111 |
*/
|
| 112 |
+
public function getCurrency($quote)
|
| 113 |
{
|
| 114 |
+
return $quote->getQuoteCurrencyCode();
|
| 115 |
}
|
| 116 |
|
| 117 |
/**
|
| 185 |
$params = array();
|
| 186 |
$params['token'] = $token;
|
| 187 |
$params['amount'] = (int) $this->getAmount();
|
| 188 |
+
$params['currency'] = $this->getCurrency($quote);
|
| 189 |
$params['payment'] = $this->getPaymentType($paymentCode); // The chosen payment (cc | elv)
|
| 190 |
$params['name'] = Mage::helper("paymill/customerHelper")->getCustomerName($quote);
|
| 191 |
$params['email'] = Mage::helper("paymill/customerHelper")->getCustomerEmail($quote);
|
app/code/community/Paymill/Paymill/Model/Method/MethodModelCreditcard.php
CHANGED
|
@@ -62,7 +62,7 @@ class Paymill_Paymill_Model_Method_MethodModelCreditcard extends Paymill_Paymill
|
|
| 62 |
|
| 63 |
$params = array();
|
| 64 |
$params['amount'] = (int) (string) ($amount * 100);
|
| 65 |
-
$params['currency'] =
|
| 66 |
$params['description'] = Mage::helper('paymill/paymentHelper')->getDescription($order);
|
| 67 |
$params['source'] = Mage::helper('paymill')->getSourceString();
|
| 68 |
|
| 62 |
|
| 63 |
$params = array();
|
| 64 |
$params['amount'] = (int) (string) ($amount * 100);
|
| 65 |
+
$params['currency'] = $order->getOrderCurrencyCode();
|
| 66 |
$params['description'] = Mage::helper('paymill/paymentHelper')->getDescription($order);
|
| 67 |
$params['source'] = Mage::helper('paymill')->getSourceString();
|
| 68 |
|
app/code/community/Paymill/Paymill/etc/config.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Paymill_Paymill>
|
| 5 |
-
<version>3.6.
|
| 6 |
</Paymill_Paymill>
|
| 7 |
</modules>
|
| 8 |
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Paymill_Paymill>
|
| 5 |
+
<version>3.6.7</version>
|
| 6 |
</Paymill_Paymill>
|
| 7 |
</modules>
|
| 8 |
|
app/code/community/Paymill/Paymill/etc/system.xml
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
<sort_order>700</sort_order>
|
| 12 |
<fields>
|
| 13 |
<version>
|
| 14 |
-
<label>v3.6.
|
| 15 |
<sort_order>1</sort_order>
|
| 16 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 17 |
<frontend_type>label</frontend_type>
|
|
@@ -77,7 +77,7 @@
|
|
| 77 |
<sort_order>800</sort_order>
|
| 78 |
<fields>
|
| 79 |
<version>
|
| 80 |
-
<label>v3.6.
|
| 81 |
<sort_order>100</sort_order>
|
| 82 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 83 |
<frontend_type>label</frontend_type>
|
|
@@ -94,14 +94,24 @@
|
|
| 94 |
<show_in_website>1</show_in_website>
|
| 95 |
<show_in_store>1</show_in_store>
|
| 96 |
</active>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
<specificcreditcard translate="label">
|
| 98 |
-
<label>
|
| 99 |
<frontend_type>multiselect</frontend_type>
|
| 100 |
<sort_order>210</sort_order>
|
| 101 |
<source_model>paymill/source_creditcard_creditcards</source_model>
|
| 102 |
<show_in_default>1</show_in_default>
|
| 103 |
<show_in_website>1</show_in_website>
|
| 104 |
<show_in_store>1</show_in_store>
|
|
|
|
| 105 |
</specificcreditcard>
|
| 106 |
<allowspecific translate="label">
|
| 107 |
<label>Payment from Applicable Countries</label>
|
|
@@ -188,7 +198,7 @@
|
|
| 188 |
<sort_order>800</sort_order>
|
| 189 |
<fields>
|
| 190 |
<version>
|
| 191 |
-
<label>v3.6.
|
| 192 |
<sort_order>100</sort_order>
|
| 193 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 194 |
<frontend_type>label</frontend_type>
|
| 11 |
<sort_order>700</sort_order>
|
| 12 |
<fields>
|
| 13 |
<version>
|
| 14 |
+
<label>v3.6.7</label>
|
| 15 |
<sort_order>1</sort_order>
|
| 16 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 17 |
<frontend_type>label</frontend_type>
|
| 77 |
<sort_order>800</sort_order>
|
| 78 |
<fields>
|
| 79 |
<version>
|
| 80 |
+
<label>v3.6.7</label>
|
| 81 |
<sort_order>100</sort_order>
|
| 82 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 83 |
<frontend_type>label</frontend_type>
|
| 94 |
<show_in_website>1</show_in_website>
|
| 95 |
<show_in_store>1</show_in_store>
|
| 96 |
</active>
|
| 97 |
+
<showspecificcreditcard translate="label">
|
| 98 |
+
<label>paymill_show_creditcards</label>
|
| 99 |
+
<sort_order>205</sort_order>
|
| 100 |
+
<frontend_type>select</frontend_type>
|
| 101 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 102 |
+
<show_in_default>1</show_in_default>
|
| 103 |
+
<show_in_website>1</show_in_website>
|
| 104 |
+
<show_in_store>1</show_in_store>
|
| 105 |
+
</showspecificcreditcard>
|
| 106 |
<specificcreditcard translate="label">
|
| 107 |
+
<label>paymill_select_creditcards</label>
|
| 108 |
<frontend_type>multiselect</frontend_type>
|
| 109 |
<sort_order>210</sort_order>
|
| 110 |
<source_model>paymill/source_creditcard_creditcards</source_model>
|
| 111 |
<show_in_default>1</show_in_default>
|
| 112 |
<show_in_website>1</show_in_website>
|
| 113 |
<show_in_store>1</show_in_store>
|
| 114 |
+
<depends><showspecificcreditcard>1</showspecificcreditcard></depends>
|
| 115 |
</specificcreditcard>
|
| 116 |
<allowspecific translate="label">
|
| 117 |
<label>Payment from Applicable Countries</label>
|
| 198 |
<sort_order>800</sort_order>
|
| 199 |
<fields>
|
| 200 |
<version>
|
| 201 |
+
<label>v3.6.7</label>
|
| 202 |
<sort_order>100</sort_order>
|
| 203 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 204 |
<frontend_type>label</frontend_type>
|
app/code/community/Paymill/Paymillcc/Block/Form/Paymill.php
DELETED
|
@@ -1,57 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
class Paymill_Paymillcc_Block_Form_Paymill extends Mage_Payment_Block_Form
|
| 4 |
-
{
|
| 5 |
-
public $paymillBridgeEndpoint;
|
| 6 |
-
public $paymillPublicApiKey;
|
| 7 |
-
public $paymillDebugMode = "false";
|
| 8 |
-
|
| 9 |
-
protected function _construct()
|
| 10 |
-
{
|
| 11 |
-
|
| 12 |
-
// read some configuration data
|
| 13 |
-
$this->paymillPublicApiKey = Mage::getStoreConfig(
|
| 14 |
-
'payment/paymillcc/paymill_public_api_key',
|
| 15 |
-
Mage::app()->getStore()
|
| 16 |
-
);
|
| 17 |
-
|
| 18 |
-
$this->paymillBridgeEndpoint = Mage::getStoreConfig(
|
| 19 |
-
'payment/paymillcc/paymill_bridge_endpoint',
|
| 20 |
-
Mage::app()->getStore()
|
| 21 |
-
);
|
| 22 |
-
|
| 23 |
-
$this->paymillDebugMode = Mage::getStoreConfig(
|
| 24 |
-
'payment/paymillcc/paymill_debug_mode',
|
| 25 |
-
Mage::app()->getStore()
|
| 26 |
-
);
|
| 27 |
-
|
| 28 |
-
$this->showPaymillLabel = Mage::getStoreConfig(
|
| 29 |
-
'payment/paymillcc/paymill_show_credits',
|
| 30 |
-
Mage::app()->getStore()
|
| 31 |
-
);
|
| 32 |
-
|
| 33 |
-
$this->paymillLibVersion = Mage::getStoreConfig(
|
| 34 |
-
'payment/paymillcc/paymill_lib_version',
|
| 35 |
-
Mage::app()->getStore()
|
| 36 |
-
);
|
| 37 |
-
|
| 38 |
-
$this->paymillApiEndpoint = Mage::getStoreConfig(
|
| 39 |
-
'payment/paymillcc/paymill_api_endpoint',
|
| 40 |
-
Mage::app()->getStore()
|
| 41 |
-
);
|
| 42 |
-
|
| 43 |
-
$this->paymillPaymentAmount = Mage::getSingleton('core/session')->getPaymillPaymentAmount();
|
| 44 |
-
$this->paymillPaymentCurrency = Mage::getSingleton('core/session')->getPaymillPaymentCurrency();
|
| 45 |
-
|
| 46 |
-
if ($this->paymillDebugMode == "") {
|
| 47 |
-
$this->paymillDebugMode = "false";
|
| 48 |
-
}
|
| 49 |
-
|
| 50 |
-
parent::_construct();
|
| 51 |
-
|
| 52 |
-
// load paymill form
|
| 53 |
-
$this->setTemplate('paymill/form/paymill.phtml');
|
| 54 |
-
}
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/Block/Info/Paymill.php
DELETED
|
@@ -1,34 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
class Paymill_Paymillcc_Block_Info_Paymill extends Mage_Payment_Block_Info_Cc
|
| 4 |
-
{
|
| 5 |
-
/**
|
| 6 |
-
* Prepare credit card related payment info
|
| 7 |
-
*
|
| 8 |
-
* @param Varien_Object|array $transport
|
| 9 |
-
* @return Varien_Object
|
| 10 |
-
*/
|
| 11 |
-
protected function _prepareSpecificInformation($transport = null)
|
| 12 |
-
{
|
| 13 |
-
$transport = parent::_prepareSpecificInformation($transport);
|
| 14 |
-
$additionalInformation = array();
|
| 15 |
-
if(Mage::app()->getStore()->isAdmin()) {
|
| 16 |
-
$order = Mage::registry('current_order');
|
| 17 |
-
if(!$order && Mage::registry('current_shipment')) {
|
| 18 |
-
$order = Mage::registry('current_shipment')->getOrder();
|
| 19 |
-
}
|
| 20 |
-
elseif (!$order && Mage::registry('current_invoice')) {
|
| 21 |
-
$order = Mage::registry('current_invoice')->getOrder();
|
| 22 |
-
} elseif (!$order && Mage::registry('current_creditmemo')) {
|
| 23 |
-
$order = Mage::registry('current_creditmemo')->getOrder();
|
| 24 |
-
}
|
| 25 |
-
if($order) {
|
| 26 |
-
$additionalInformation = array(
|
| 27 |
-
'Transaction ID' => ' ' . $order->getPayment()->getAdditionalInformation('paymill_transaction_id')
|
| 28 |
-
);
|
| 29 |
-
}
|
| 30 |
-
}
|
| 31 |
-
|
| 32 |
-
return $transport->setData($additionalInformation);
|
| 33 |
-
}
|
| 34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/Helper/Data.php
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
class Paymill_Paymillcc_Helper_Data extends Mage_Core_Helper_Abstract
|
| 3 |
-
{
|
| 4 |
-
|
| 5 |
-
}
|
| 6 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/LibraryVersion.php
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
class Paymill_Paymillcc_LibraryVersion
|
| 4 |
-
{
|
| 5 |
-
|
| 6 |
-
public function toOptionArray()
|
| 7 |
-
{
|
| 8 |
-
return array(
|
| 9 |
-
array('value' => 'v2', 'label' => 'V2')
|
| 10 |
-
);
|
| 11 |
-
}
|
| 12 |
-
|
| 13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/Model/Customerdata.php
DELETED
|
@@ -1,60 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Magento
|
| 4 |
-
*
|
| 5 |
-
* NOTICE OF LICENSE
|
| 6 |
-
*
|
| 7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
| 8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
| 9 |
-
* It is also available through the world-wide-web at this URL:
|
| 10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
-
* If you did not receive a copy of the license and are unable to
|
| 12 |
-
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
| 14 |
-
*
|
| 15 |
-
* @category PayIntelligent
|
| 16 |
-
* @package PayIntelligent_RatePAY
|
| 17 |
-
* @copyright Copyright (c) 2011 PayIntelligent GmbH (http://www.payintelligent.de)
|
| 18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 19 |
-
*/
|
| 20 |
-
|
| 21 |
-
class Paymill_Paymillcc_Model_Customerdata extends Mage_Core_Model_Abstract
|
| 22 |
-
{
|
| 23 |
-
|
| 24 |
-
/**
|
| 25 |
-
* Construct
|
| 26 |
-
*/
|
| 27 |
-
function _construct()
|
| 28 |
-
{
|
| 29 |
-
parent::_construct();
|
| 30 |
-
$this->_init('paymillcc/customerdata');
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
public function setEntry($customerId, $data)
|
| 34 |
-
{
|
| 35 |
-
//$this->setId(null);
|
| 36 |
-
$this->setUserId($customerId);
|
| 37 |
-
$this->setUserData($data);
|
| 38 |
-
$this->save();
|
| 39 |
-
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
public function loadByUserId($customerId)
|
| 43 |
-
{
|
| 44 |
-
return $this->loadByAttribute('user_id', $customerId);
|
| 45 |
-
}
|
| 46 |
-
|
| 47 |
-
public function loadByAttribute($attribute, $value, $additionalAttributes = '*')
|
| 48 |
-
{
|
| 49 |
-
$collection = $this->getResourceCollection()
|
| 50 |
-
->addFieldToSelect($additionalAttributes)
|
| 51 |
-
->addFieldToFilter($attribute, $value);
|
| 52 |
-
|
| 53 |
-
foreach ($collection as $object) {
|
| 54 |
-
return $object;
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
return null;
|
| 58 |
-
}
|
| 59 |
-
|
| 60 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/Model/Mysql4/Customerdata.php
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Magento
|
| 4 |
-
*
|
| 5 |
-
* NOTICE OF LICENSE
|
| 6 |
-
*
|
| 7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
| 8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
| 9 |
-
* It is also available through the world-wide-web at this URL:
|
| 10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
-
* If you did not receive a copy of the license and are unable to
|
| 12 |
-
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
| 14 |
-
*
|
| 15 |
-
* @category PayIntelligent
|
| 16 |
-
* @package PayIntelligent_RatePAY
|
| 17 |
-
* @copyright Copyright (c) 2011 PayIntelligent GmbH (http://www.payintelligent.de)
|
| 18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 19 |
-
*/
|
| 20 |
-
|
| 21 |
-
class Paymill_Paymillcc_Model_Mysql4_Customerdata extends Mage_Core_Model_Mysql4_Abstract
|
| 22 |
-
{
|
| 23 |
-
|
| 24 |
-
/**
|
| 25 |
-
* Construct
|
| 26 |
-
*/
|
| 27 |
-
function _construct()
|
| 28 |
-
{
|
| 29 |
-
$this->_init('paymillcc/customerdata', 'id');
|
| 30 |
-
}
|
| 31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/Model/Mysql4/Customerdata/Collection.php
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Magento
|
| 4 |
-
*
|
| 5 |
-
* NOTICE OF LICENSE
|
| 6 |
-
*
|
| 7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
| 8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
| 9 |
-
* It is also available through the world-wide-web at this URL:
|
| 10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
-
* If you did not receive a copy of the license and are unable to
|
| 12 |
-
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
| 14 |
-
*
|
| 15 |
-
* @category PayIntelligent
|
| 16 |
-
* @package PayIntelligent_RatePAY
|
| 17 |
-
* @copyright Copyright (c) 2011 PayIntelligent GmbH (http://www.payintelligent.de)
|
| 18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 19 |
-
*/
|
| 20 |
-
|
| 21 |
-
class Paymill_Paymillcc_Model_Mysql4_Customerdata_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract
|
| 22 |
-
{
|
| 23 |
-
/**
|
| 24 |
-
* Construct
|
| 25 |
-
*/
|
| 26 |
-
public function _construct()
|
| 27 |
-
{
|
| 28 |
-
parent::_construct();
|
| 29 |
-
$this->_init('paymillcc/customerdata');
|
| 30 |
-
}
|
| 31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/Model/PaymentAbstract.php
DELETED
|
@@ -1,131 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
abstract class Paymill_Paymillcc_Model_PaymentAbstract extends Mage_Payment_Model_Method_Cc
|
| 4 |
-
{
|
| 5 |
-
/**
|
| 6 |
-
* Processes the payment against the paymill API
|
| 7 |
-
* @param $params array The settings array
|
| 8 |
-
* @return boolean
|
| 9 |
-
*/
|
| 10 |
-
protected function _processPayment($params)
|
| 11 |
-
{
|
| 12 |
-
|
| 13 |
-
// setup the logger
|
| 14 |
-
$logger = $params['loggerCallback'];
|
| 15 |
-
|
| 16 |
-
// setup client params
|
| 17 |
-
$clientParams = array(
|
| 18 |
-
'email' => $params['email'],
|
| 19 |
-
'description' => $params['name']
|
| 20 |
-
);
|
| 21 |
-
|
| 22 |
-
// setup credit card params
|
| 23 |
-
$paymentParams = array(
|
| 24 |
-
'token' => $params['token']
|
| 25 |
-
);
|
| 26 |
-
|
| 27 |
-
// setup transaction params
|
| 28 |
-
$transactionParams = array(
|
| 29 |
-
'amount' => $params['amount'],
|
| 30 |
-
'currency' => $params['currency'],
|
| 31 |
-
'description' => $params['description']
|
| 32 |
-
);
|
| 33 |
-
|
| 34 |
-
require_once $params['libBase'] . 'Services/Paymill/Transactions.php';
|
| 35 |
-
require_once $params['libBase'] . 'Services/Paymill/Clients.php';
|
| 36 |
-
require_once $params['libBase'] . 'Services/Paymill/Payments.php';
|
| 37 |
-
|
| 38 |
-
$clientsObject = new Services_Paymill_Clients(
|
| 39 |
-
$params['privateKey'], $params['apiUrl']
|
| 40 |
-
);
|
| 41 |
-
$transactionsObject = new Services_Paymill_Transactions(
|
| 42 |
-
$params['privateKey'], $params['apiUrl']
|
| 43 |
-
);
|
| 44 |
-
$paymentsObject = new Services_Paymill_Payments(
|
| 45 |
-
$params['privateKey'], $params['apiUrl']
|
| 46 |
-
);
|
| 47 |
-
|
| 48 |
-
// perform conection to the Paymill API and trigger the payment
|
| 49 |
-
try {
|
| 50 |
-
if (!array_key_exists('client_id', $params)) {
|
| 51 |
-
$client = $clientsObject->create($clientParams);
|
| 52 |
-
if (!isset($client['id'])) {
|
| 53 |
-
call_user_func_array($logger, array("No client created" . var_export($client, true)));
|
| 54 |
-
return false;
|
| 55 |
-
} else {
|
| 56 |
-
call_user_func_array($logger, array("Client created: " . $client['id']));
|
| 57 |
-
}
|
| 58 |
-
|
| 59 |
-
// create card
|
| 60 |
-
$paymentParams['client'] = $client['id'];
|
| 61 |
-
} else {
|
| 62 |
-
$paymentParams['client'] = $params['client_id'];
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
$payment = $paymentsObject->create($paymentParams);
|
| 66 |
-
if (!array_key_exists('client_id', $params)) {
|
| 67 |
-
if (!isset($payment['id'])) {
|
| 68 |
-
call_user_func_array($logger, array("No payment (credit card) created: " . var_export($payment, true) . " with params " . var_export($paymentParams, true)));
|
| 69 |
-
return false;
|
| 70 |
-
} else {
|
| 71 |
-
call_user_func_array($logger, array("Payment (credit card) created: " . $payment['id']));
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
// create transaction
|
| 75 |
-
//$transactionParams['client'] = $client['id'];
|
| 76 |
-
$transactionParams['payment'] = $payment['id'];
|
| 77 |
-
} else {
|
| 78 |
-
$transactionParams['payment'] = $params['payment_id'];
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
$transaction = $transactionsObject->create($transactionParams);
|
| 82 |
-
|
| 83 |
-
if(isset($transaction['data']['response_code'])){
|
| 84 |
-
call_user_func_array($logger, array("An Error occured: " . var_export($transaction, true)));
|
| 85 |
-
return false;
|
| 86 |
-
}
|
| 87 |
-
|
| 88 |
-
if (!isset($transaction['id'])) {
|
| 89 |
-
call_user_func_array($logger, array("No transaction created" . var_export($transaction, true)));
|
| 90 |
-
return false;
|
| 91 |
-
} else {
|
| 92 |
-
$this->_setPaymillClientToken($client['id']);
|
| 93 |
-
$this->_setPaymillPaymentToken($payment['id']);
|
| 94 |
-
$this->_setPaymillTransactionId($transaction['id']);
|
| 95 |
-
call_user_func_array($logger, array("Transaction created: " . $transaction['id']));
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
// check result
|
| 99 |
-
if (is_array($transaction) && array_key_exists('status', $transaction)) {
|
| 100 |
-
if ($transaction['status'] == "closed") {
|
| 101 |
-
// transaction was successfully issued
|
| 102 |
-
return true;
|
| 103 |
-
} elseif ($transaction['status'] == "open") {
|
| 104 |
-
// transaction was issued but status is open for any reason
|
| 105 |
-
call_user_func_array($logger, array("Status is open."));
|
| 106 |
-
return false;
|
| 107 |
-
} else {
|
| 108 |
-
// another error occured
|
| 109 |
-
call_user_func_array($logger, array("Unknown error." . var_export($transaction, true)));
|
| 110 |
-
return false;
|
| 111 |
-
}
|
| 112 |
-
} else {
|
| 113 |
-
// another error occured
|
| 114 |
-
call_user_func_array($logger, array("Transaction could not be issued."));
|
| 115 |
-
return false;
|
| 116 |
-
}
|
| 117 |
-
} catch (Services_Paymill_Exception $ex) {
|
| 118 |
-
// paymill wrapper threw an exception
|
| 119 |
-
call_user_func_array($logger, array("Exception thrown from paymill wrapper: " . $ex->getMessage()));
|
| 120 |
-
return false;
|
| 121 |
-
}
|
| 122 |
-
|
| 123 |
-
return true;
|
| 124 |
-
}
|
| 125 |
-
|
| 126 |
-
protected abstract function _setPaymillClientToken($id);
|
| 127 |
-
|
| 128 |
-
protected abstract function _setPaymillPaymentToken($id);
|
| 129 |
-
|
| 130 |
-
protected abstract function _setPaymillTransactionId($id);
|
| 131 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/Model/PaymentMethod.php
DELETED
|
@@ -1,300 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
// require this here due to a Magento bug
|
| 4 |
-
require_once 'lib/Zend/Log.php';
|
| 5 |
-
require_once 'lib/Zend/Log/Formatter/Simple.php';
|
| 6 |
-
require_once 'lib/Zend/Log/Writer/Stream.php';
|
| 7 |
-
|
| 8 |
-
class Paymill_Paymillcc_Model_PaymentMethod extends Paymill_Paymillcc_Model_PaymentAbstract
|
| 9 |
-
{
|
| 10 |
-
|
| 11 |
-
/**
|
| 12 |
-
* unique internal payment method identifier
|
| 13 |
-
*
|
| 14 |
-
* @var string [a-z0-9_]
|
| 15 |
-
*/
|
| 16 |
-
protected $_code = 'paymillcc';
|
| 17 |
-
protected $_formBlockType = 'paymillcc/form_paymill';
|
| 18 |
-
protected $_infoBlockType = 'paymillcc/info_paymill';
|
| 19 |
-
|
| 20 |
-
/**
|
| 21 |
-
* Is this payment method a gateway (online auth/charge) ?
|
| 22 |
-
*/
|
| 23 |
-
protected $_isGateway = false;
|
| 24 |
-
|
| 25 |
-
/**
|
| 26 |
-
* Can authorize online?
|
| 27 |
-
*/
|
| 28 |
-
protected $_canAuthorize = true;
|
| 29 |
-
|
| 30 |
-
/**
|
| 31 |
-
* Can capture funds online?
|
| 32 |
-
*/
|
| 33 |
-
protected $_canCapture = false;
|
| 34 |
-
|
| 35 |
-
/**
|
| 36 |
-
* Can capture partial amounts online?
|
| 37 |
-
*/
|
| 38 |
-
protected $_canCapturePartial = false;
|
| 39 |
-
|
| 40 |
-
/**
|
| 41 |
-
* Can refund online?
|
| 42 |
-
*/
|
| 43 |
-
protected $_canRefund = false;
|
| 44 |
-
|
| 45 |
-
/**
|
| 46 |
-
* Can void transactions online?
|
| 47 |
-
*/
|
| 48 |
-
protected $_canVoid = true;
|
| 49 |
-
|
| 50 |
-
/**
|
| 51 |
-
* Can use this payment method in administration panel?
|
| 52 |
-
*/
|
| 53 |
-
protected $_canUseInternal = false;
|
| 54 |
-
|
| 55 |
-
/**
|
| 56 |
-
* Can show this payment method as an option on checkout payment page?
|
| 57 |
-
*/
|
| 58 |
-
protected $_canUseCheckout = true;
|
| 59 |
-
|
| 60 |
-
/**
|
| 61 |
-
* Is this payment method suitable for multi-shipping checkout?
|
| 62 |
-
*/
|
| 63 |
-
protected $_canUseForMultishipping = true;
|
| 64 |
-
|
| 65 |
-
/**
|
| 66 |
-
* Can save credit card information for future processing?
|
| 67 |
-
*/
|
| 68 |
-
protected $_canSaveCc = false;
|
| 69 |
-
|
| 70 |
-
/**
|
| 71 |
-
*/
|
| 72 |
-
public function assignData($data)
|
| 73 |
-
{
|
| 74 |
-
|
| 75 |
-
if (!($data instanceof Varien_Object)) {
|
| 76 |
-
$data = new Varien_Object($data);
|
| 77 |
-
}
|
| 78 |
-
|
| 79 |
-
$info = $this->getInfoInstance();
|
| 80 |
-
|
| 81 |
-
// read the paymill_transaction_token from the credit
|
| 82 |
-
// card form and store it for later use
|
| 83 |
-
$info->setAdditionalInformation(
|
| 84 |
-
"paymill_transaction_token", $data->paymill_transaction_token
|
| 85 |
-
);
|
| 86 |
-
|
| 87 |
-
return $this;
|
| 88 |
-
}
|
| 89 |
-
|
| 90 |
-
/**
|
| 91 |
-
* Serverside validations.
|
| 92 |
-
*/
|
| 93 |
-
public function validate()
|
| 94 |
-
{
|
| 95 |
-
$info = $this->getInfoInstance();
|
| 96 |
-
$token = $info->getAdditionalInformation("paymill_transaction_token");
|
| 97 |
-
if (!$token && is_null(Mage::getSingleton("paymillcc/customerdata")->loadByUserId(Mage::getSingleton('customer/session')->getCustomer()->getId()))) {
|
| 98 |
-
self::logAction("No transaction code was received in PaymentMethod (Paymill_Paymillcc_Model_PaymentMethod::validate)");
|
| 99 |
-
Mage::throwException(
|
| 100 |
-
Mage::helper('paymillelv')->__("Error while performing your payment. The payment was not processed.")
|
| 101 |
-
);
|
| 102 |
-
}
|
| 103 |
-
return $this;
|
| 104 |
-
}
|
| 105 |
-
|
| 106 |
-
/**
|
| 107 |
-
* This method is triggered after order is placed.
|
| 108 |
-
*
|
| 109 |
-
* @return boolean Returns true if the payment was successfully processed
|
| 110 |
-
*/
|
| 111 |
-
public function authorize(Varien_Object $payment, $amount)
|
| 112 |
-
{
|
| 113 |
-
$info = $this->getInfoInstance();
|
| 114 |
-
// retrieve the transaction_token and save it for later processing
|
| 115 |
-
$token = $info->getAdditionalInformation("paymill_transaction_token");
|
| 116 |
-
|
| 117 |
-
// process the payment
|
| 118 |
-
$result = $this->processPayment($payment, $amount, $token);
|
| 119 |
-
if ($result == false) {
|
| 120 |
-
$payment->setStatus('ERROR')->setIsTransactionClosed(1)->save();
|
| 121 |
-
throw new Exception(
|
| 122 |
-
Mage::helper('paymillcc')->__("Payment was not successfully processed. See log.")
|
| 123 |
-
);
|
| 124 |
-
}
|
| 125 |
-
|
| 126 |
-
if (Mage::getSingleton('customer/session')->isLoggedIn() && Mage::getStoreConfig('payment/paymillcc/recurring', Mage::app()->getStore())) {
|
| 127 |
-
if (is_null(Mage::getSingleton("paymillcc/customerdata")->loadByUserId(Mage::getSingleton('customer/session')->getCustomer()->getId()))) {
|
| 128 |
-
Mage::getSingleton("paymillcc/customerdata")->setEntry(
|
| 129 |
-
Mage::getSingleton('customer/session')->getCustomer()->getId(),
|
| 130 |
-
Mage::getSingleton('core/session')->getPaymillCcClientToken() . '|' . Mage::getSingleton('core/session')->getPaymillCcPaymentToken()
|
| 131 |
-
);
|
| 132 |
-
}
|
| 133 |
-
}
|
| 134 |
-
|
| 135 |
-
$transactionId = Mage::getSingleton('core/session')->getPaymillTransactionId();
|
| 136 |
-
$info->setAdditionalInformation('paymill_transaction_id', $transactionId);
|
| 137 |
-
$payment->setStatus('APPROVED')
|
| 138 |
-
->setTransactionId($transactionId)
|
| 139 |
-
->setIsTransactionClosed(1)
|
| 140 |
-
->save();
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
return $this;
|
| 144 |
-
}
|
| 145 |
-
|
| 146 |
-
/**
|
| 147 |
-
* This method triggers the payment.
|
| 148 |
-
* It is triggered when the invoice is created.
|
| 149 |
-
* @return void
|
| 150 |
-
*/
|
| 151 |
-
public function capture(Varien_Object $payment, $amount)
|
| 152 |
-
{
|
| 153 |
-
return $this;
|
| 154 |
-
}
|
| 155 |
-
|
| 156 |
-
/**
|
| 157 |
-
* Specify currency support
|
| 158 |
-
*/
|
| 159 |
-
public function canUseForCurrency($currency)
|
| 160 |
-
{
|
| 161 |
-
$currency = Mage::getSingleton('checkout/session')->getQuote()->getQuoteCurrencyCode();
|
| 162 |
-
Mage::getSingleton('core/session')->setPaymillPaymentCurrency($currency);
|
| 163 |
-
$acceptedCurrencies = Mage::getStoreConfig(
|
| 164 |
-
'payment/paymillcc/paymill_accepted_currencies', Mage::app()->getStore()
|
| 165 |
-
);
|
| 166 |
-
|
| 167 |
-
$acceptedCurrenciesExploded = explode(',', trim(strtolower($acceptedCurrencies)));
|
| 168 |
-
|
| 169 |
-
if (!in_array(strtolower($currency), $acceptedCurrenciesExploded)) {
|
| 170 |
-
return false;
|
| 171 |
-
}
|
| 172 |
-
|
| 173 |
-
return true;
|
| 174 |
-
}
|
| 175 |
-
|
| 176 |
-
/**
|
| 177 |
-
* Specify minimum order amount from config
|
| 178 |
-
* @return boolean Returns true if the payment method is available for the current context
|
| 179 |
-
*/
|
| 180 |
-
public function isAvailable($quote = null)
|
| 181 |
-
{
|
| 182 |
-
if (is_object($quote)) {
|
| 183 |
-
$amount = number_format($quote->getBaseGrandTotal(), 2, '.', '');
|
| 184 |
-
|
| 185 |
-
Mage::getSingleton('core/session')->setPaymillPaymentAmount($amount);
|
| 186 |
-
|
| 187 |
-
// is active
|
| 188 |
-
$paymillActive = Mage::getStoreConfig(
|
| 189 |
-
'payment/paymillcc/active', Mage::app()->getStore()
|
| 190 |
-
);
|
| 191 |
-
|
| 192 |
-
if (!$paymillActive) {
|
| 193 |
-
return false;
|
| 194 |
-
}
|
| 195 |
-
|
| 196 |
-
// get minimum order amount
|
| 197 |
-
$paymillMinimumOrderAmount = Mage::getStoreConfig(
|
| 198 |
-
'payment/paymillcc/paymill_minimum_order_amount', Mage::app()->getStore()
|
| 199 |
-
);
|
| 200 |
-
|
| 201 |
-
if ($quote && $quote->getBaseGrandTotal() <= 0.5) {
|
| 202 |
-
return false;
|
| 203 |
-
}
|
| 204 |
-
|
| 205 |
-
if ($quote && $quote->getBaseGrandTotal() <= $paymillMinimumOrderAmount) {
|
| 206 |
-
return false;
|
| 207 |
-
}
|
| 208 |
-
|
| 209 |
-
return true;
|
| 210 |
-
}
|
| 211 |
-
|
| 212 |
-
return false;
|
| 213 |
-
}
|
| 214 |
-
|
| 215 |
-
/**
|
| 216 |
-
* The payment capturing method
|
| 217 |
-
* @param Varien_Object $payment The payment object
|
| 218 |
-
* @param $amount The amount to be captures
|
| 219 |
-
* @return boolean $result Returns true if the payment was successfully processed
|
| 220 |
-
*/
|
| 221 |
-
public function processPayment(Varien_Object $payment, $amount, $token)
|
| 222 |
-
{
|
| 223 |
-
// get some relevant objects
|
| 224 |
-
$order = $payment->getOrder();
|
| 225 |
-
$billing = $order->getBillingAddress();
|
| 226 |
-
|
| 227 |
-
// check the library version
|
| 228 |
-
$paymillLibraryVersion = Mage::getStoreConfig(
|
| 229 |
-
'payment/paymillcc/paymill_lib_version', Mage::app()->getStore()
|
| 230 |
-
);
|
| 231 |
-
|
| 232 |
-
// keep this for further versions
|
| 233 |
-
if ($paymillLibraryVersion == "v2") {
|
| 234 |
-
$libBase = 'lib/paymill/v2/lib/';
|
| 235 |
-
$libVersion = 'v2';
|
| 236 |
-
} else {
|
| 237 |
-
$libBase = 'lib/paymill/v2/lib/';
|
| 238 |
-
$libVersion = 'v2';
|
| 239 |
-
}
|
| 240 |
-
|
| 241 |
-
$data = array(
|
| 242 |
-
'libVersion' => $libVersion,
|
| 243 |
-
'token' => $token,
|
| 244 |
-
'amount' => round($amount * 100),
|
| 245 |
-
'currency' => strtoupper($payment->getOrder()->getOrderCurrency()->getCode()),
|
| 246 |
-
'name' => $billing->getName(),
|
| 247 |
-
'email' => $order->getCustomerEmail(),
|
| 248 |
-
'description' => 'Order from: '
|
| 249 |
-
. Mage::getStoreConfig('general/store_information/name', Mage::app()->getStore())
|
| 250 |
-
. ' ' . sprintf('#%s, %s', $order->getIncrementId(), $order->getCustomerEmail()),
|
| 251 |
-
'libBase' => $libBase,
|
| 252 |
-
'privateKey' => Mage::getStoreConfig(
|
| 253 |
-
'payment/paymillcc/paymill_private_api_key', Mage::app()->getStore()
|
| 254 |
-
),
|
| 255 |
-
'apiUrl' => Mage::getStoreConfig(
|
| 256 |
-
'payment/paymillcc/paymill_api_endpoint', Mage::app()->getStore()
|
| 257 |
-
),
|
| 258 |
-
'loggerCallback' => array('Paymill_Paymillcc_Model_PaymentMethod', 'logAction')
|
| 259 |
-
);
|
| 260 |
-
|
| 261 |
-
$paymillUser = Mage::getSingleton("paymillcc/customerdata")->loadByUserId(Mage::getSingleton('customer/session')->getCustomer()->getId());
|
| 262 |
-
if (!is_null($paymillUser)){
|
| 263 |
-
$token = explode('|', $paymillUser->getUserData());
|
| 264 |
-
$data['client_id'] = $token[0];
|
| 265 |
-
$data['payment_id'] = $token[1];
|
| 266 |
-
}
|
| 267 |
-
|
| 268 |
-
// process the payment
|
| 269 |
-
$result = $this->_processPayment($data);
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
return $result;
|
| 274 |
-
}
|
| 275 |
-
|
| 276 |
-
protected function _setPaymillClientToken($id)
|
| 277 |
-
{
|
| 278 |
-
Mage::getSingleton('core/session')->setPaymillCcClientToken($id);
|
| 279 |
-
}
|
| 280 |
-
|
| 281 |
-
protected function _setPaymillPaymentToken($id)
|
| 282 |
-
{
|
| 283 |
-
Mage::getSingleton('core/session')->setPaymillCcPaymentToken($id);
|
| 284 |
-
}
|
| 285 |
-
|
| 286 |
-
protected function _setPaymillTransactionId($id)
|
| 287 |
-
{
|
| 288 |
-
Mage::getSingleton('core/session')->setPaymillTransactionId($id);
|
| 289 |
-
}
|
| 290 |
-
|
| 291 |
-
/**
|
| 292 |
-
* Logs an event
|
| 293 |
-
* @param $message The message to be logged
|
| 294 |
-
*/
|
| 295 |
-
public static function logAction($message)
|
| 296 |
-
{
|
| 297 |
-
Mage::log($message);
|
| 298 |
-
}
|
| 299 |
-
|
| 300 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/etc/config.xml
DELETED
|
@@ -1,95 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0"?>
|
| 2 |
-
<config>
|
| 3 |
-
<modules>
|
| 4 |
-
<Paymill_Paymillcc>
|
| 5 |
-
<version>2.1.4</version>
|
| 6 |
-
</Paymill_Paymillcc>
|
| 7 |
-
</modules>
|
| 8 |
-
<global>
|
| 9 |
-
<blocks>
|
| 10 |
-
<paymillcc>
|
| 11 |
-
<class>Paymill_Paymillcc_Block</class>
|
| 12 |
-
</paymillcc>
|
| 13 |
-
</blocks>
|
| 14 |
-
<models>
|
| 15 |
-
<paymillcc>
|
| 16 |
-
<class>Paymill_Paymillcc_Model</class>
|
| 17 |
-
<resourceModel>paymillcc_mysql4</resourceModel>
|
| 18 |
-
</paymillcc>
|
| 19 |
-
|
| 20 |
-
<paymillcc_mysql4>
|
| 21 |
-
<class>Paymill_Paymillcc_Model_Mysql4</class>
|
| 22 |
-
<entities>
|
| 23 |
-
<customerdata>
|
| 24 |
-
<table>paymill_cc_additional_customer_data</table>
|
| 25 |
-
</customerdata>
|
| 26 |
-
</entities>
|
| 27 |
-
</paymillcc_mysql4>
|
| 28 |
-
</models>
|
| 29 |
-
<resources>
|
| 30 |
-
<paymillcc_setup>
|
| 31 |
-
<setup>
|
| 32 |
-
<module>Paymill_Paymillcc</module>
|
| 33 |
-
</setup>
|
| 34 |
-
<connection>
|
| 35 |
-
<use>core_setup</use>
|
| 36 |
-
</connection>
|
| 37 |
-
</paymillcc_setup>
|
| 38 |
-
<paymillcc_write>
|
| 39 |
-
<connection>
|
| 40 |
-
<use>core_write</use>
|
| 41 |
-
</connection>
|
| 42 |
-
</paymillcc_write>
|
| 43 |
-
<paymillcc_read>
|
| 44 |
-
<connection>
|
| 45 |
-
<use>core_read</use>
|
| 46 |
-
</connection>
|
| 47 |
-
</paymillcc_read>
|
| 48 |
-
</resources>
|
| 49 |
-
<helpers>
|
| 50 |
-
<paymillcc>
|
| 51 |
-
<class>Paymill_Paymillcc_Helper</class>
|
| 52 |
-
</paymillcc>
|
| 53 |
-
</helpers>
|
| 54 |
-
</global>
|
| 55 |
-
<frontend>
|
| 56 |
-
<translate>
|
| 57 |
-
<modules>
|
| 58 |
-
<Paymill_Paymillcc>
|
| 59 |
-
<files>
|
| 60 |
-
<default>Paymill_Paymillcc.csv</default>
|
| 61 |
-
</files>
|
| 62 |
-
</Paymill_Paymillcc>
|
| 63 |
-
</modules>
|
| 64 |
-
</translate>
|
| 65 |
-
</frontend>
|
| 66 |
-
<adminhtml>
|
| 67 |
-
<translate>
|
| 68 |
-
<modules>
|
| 69 |
-
<Paymill_Paymillcc>
|
| 70 |
-
<files>
|
| 71 |
-
<default>Paymill_Paymillcc.csv</default>
|
| 72 |
-
</files>
|
| 73 |
-
</Paymill_Paymillcc>
|
| 74 |
-
</modules>
|
| 75 |
-
</translate>
|
| 76 |
-
</adminhtml>
|
| 77 |
-
<default>
|
| 78 |
-
<payment>
|
| 79 |
-
<paymillcc>
|
| 80 |
-
<active>0</active>
|
| 81 |
-
<model>paymillcc/paymentMethod</model>
|
| 82 |
-
<order_status>pending</order_status>
|
| 83 |
-
<title>Kreditkartenzahlung</title>
|
| 84 |
-
<cctypes>VI,MC</cctypes>
|
| 85 |
-
<payment_action>authorize</payment_action>
|
| 86 |
-
<allowspecific>0</allowspecific>
|
| 87 |
-
<paymill_bridge_endpoint>https://bridge.paymill.com/</paymill_bridge_endpoint>
|
| 88 |
-
<paymill_api_endpoint>https://api.paymill.com/v2/</paymill_api_endpoint>
|
| 89 |
-
<paymill_show_credits>1</paymill_show_credits>
|
| 90 |
-
<paymill_accepted_currencies>EUR</paymill_accepted_currencies>
|
| 91 |
-
<paymill_lib_version>v2</paymill_lib_version>
|
| 92 |
-
</paymillcc>
|
| 93 |
-
</payment>
|
| 94 |
-
</default>
|
| 95 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/etc/system.xml
DELETED
|
@@ -1,150 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0"?>
|
| 2 |
-
<config>
|
| 3 |
-
<sections>
|
| 4 |
-
<!-- payment tab -->
|
| 5 |
-
<payment>
|
| 6 |
-
<groups>
|
| 7 |
-
<!-- newmodule fieldset -->
|
| 8 |
-
<paymillcc translate="label" module="paymillcc">
|
| 9 |
-
<!-- will have title 'New Module' -->
|
| 10 |
-
<label>Paymill Kreditkartenzahlung</label>
|
| 11 |
-
<!-- position between other payment methods -->
|
| 12 |
-
<sort_order>1</sort_order>
|
| 13 |
-
<!-- do not show this configuration options in store scope -->
|
| 14 |
-
<show_in_default>1</show_in_default>
|
| 15 |
-
<show_in_website>1</show_in_website>
|
| 16 |
-
<show_in_store>1</show_in_store>
|
| 17 |
-
<comment><![CDATA[<a href="https://www.paymill.de/" target="_blank">Click here to get a Paymill account</a>]]></comment>
|
| 18 |
-
<fields>
|
| 19 |
-
<!-- is this payment method active for the website? -->
|
| 20 |
-
<active translate="label">
|
| 21 |
-
<!-- label for the field -->
|
| 22 |
-
<label>Enabled</label>
|
| 23 |
-
<!-- input type for configuration value -->
|
| 24 |
-
<frontend_type>select</frontend_type>
|
| 25 |
-
<!-- model to take the option values from -->
|
| 26 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 27 |
-
<!-- field position -->
|
| 28 |
-
<sort_order>1</sort_order>
|
| 29 |
-
<!-- do not show this field in store scope -->
|
| 30 |
-
<show_in_default>1</show_in_default>
|
| 31 |
-
<show_in_website>1</show_in_website>
|
| 32 |
-
<show_in_store>1</show_in_store>
|
| 33 |
-
</active>
|
| 34 |
-
<recurring translate="label">
|
| 35 |
-
<label>Recurring Payment</label>
|
| 36 |
-
<frontend_type>select</frontend_type>
|
| 37 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 38 |
-
<sort_order>2</sort_order>
|
| 39 |
-
<show_in_default>1</show_in_default>
|
| 40 |
-
<show_in_website>1</show_in_website>
|
| 41 |
-
<show_in_store>1</show_in_store>
|
| 42 |
-
</recurring>
|
| 43 |
-
<sort_order translate="label">
|
| 44 |
-
<label>Sort Order</label>
|
| 45 |
-
<frontend_type>text</frontend_type>
|
| 46 |
-
<sort_order>100</sort_order>
|
| 47 |
-
<show_in_default>1</show_in_default>
|
| 48 |
-
<show_in_website>1</show_in_website>
|
| 49 |
-
<show_in_store>1</show_in_store>
|
| 50 |
-
<frontend_class>validate-number</frontend_class>
|
| 51 |
-
</sort_order>
|
| 52 |
-
<paymill_minimum_order_amount translate="label">
|
| 53 |
-
<label>Minimum order amount</label>
|
| 54 |
-
<frontend_type>text</frontend_type>
|
| 55 |
-
<sort_order>100</sort_order>
|
| 56 |
-
<show_in_default>1</show_in_default>
|
| 57 |
-
<show_in_website>1</show_in_website>
|
| 58 |
-
<show_in_store>1</show_in_store>
|
| 59 |
-
<frontend_class>validate-number</frontend_class>
|
| 60 |
-
</paymill_minimum_order_amount>
|
| 61 |
-
<paymill_debug_mode translate="label">
|
| 62 |
-
<label>Paymill debug mode</label>
|
| 63 |
-
<frontend_type>select</frontend_type>
|
| 64 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 65 |
-
<sort_order>4</sort_order>
|
| 66 |
-
<show_in_default>1</show_in_default>
|
| 67 |
-
<show_in_website>1</show_in_website>
|
| 68 |
-
<show_in_store>1</show_in_store>
|
| 69 |
-
</paymill_debug_mode>
|
| 70 |
-
<paymill_private_api_key translate="label">
|
| 71 |
-
<label>Private Paymill API Key</label>
|
| 72 |
-
<frontend_type>text</frontend_type>
|
| 73 |
-
<sort_order>2</sort_order>
|
| 74 |
-
<show_in_default>1</show_in_default>
|
| 75 |
-
<show_in_website>1</show_in_website>
|
| 76 |
-
<show_in_store>1</show_in_store>
|
| 77 |
-
</paymill_private_api_key>
|
| 78 |
-
<paymill_public_api_key translate="label">
|
| 79 |
-
<label>Public Paymill API Key</label>
|
| 80 |
-
<frontend_type>text</frontend_type>
|
| 81 |
-
<sort_order>3</sort_order>
|
| 82 |
-
<show_in_default>1</show_in_default>
|
| 83 |
-
<show_in_website>1</show_in_website>
|
| 84 |
-
<show_in_store>1</show_in_store>
|
| 85 |
-
</paymill_public_api_key>
|
| 86 |
-
<paymill_bridge_endpoint translate="label">
|
| 87 |
-
<label>Paymill bridge URL</label>
|
| 88 |
-
<frontend_type>text</frontend_type>
|
| 89 |
-
<sort_order>5</sort_order>
|
| 90 |
-
<show_in_default>1</show_in_default>
|
| 91 |
-
<show_in_website>1</show_in_website>
|
| 92 |
-
<show_in_store>1</show_in_store>
|
| 93 |
-
</paymill_bridge_endpoint>
|
| 94 |
-
<paymill_api_endpoint translate="label">
|
| 95 |
-
<label>Paymill API Endpoint</label>
|
| 96 |
-
<frontend_type>text</frontend_type>
|
| 97 |
-
<sort_order>6</sort_order>
|
| 98 |
-
<show_in_default>1</show_in_default>
|
| 99 |
-
<show_in_website>1</show_in_website>
|
| 100 |
-
<show_in_store>1</show_in_store>
|
| 101 |
-
</paymill_api_endpoint>
|
| 102 |
-
<title>
|
| 103 |
-
<label>Title</label>
|
| 104 |
-
<frontend_type>text</frontend_type>
|
| 105 |
-
<sort_order>8</sort_order>
|
| 106 |
-
<show_in_default>1</show_in_default>
|
| 107 |
-
<show_in_website>1</show_in_website>
|
| 108 |
-
<show_in_store>1</show_in_store>
|
| 109 |
-
</title>
|
| 110 |
-
<order_status translate="label">
|
| 111 |
-
<label>New order status</label>
|
| 112 |
-
<frontend_type>select</frontend_type>
|
| 113 |
-
<source_model>adminhtml/system_config_source_order_status_processing</source_model>
|
| 114 |
-
<sort_order>9</sort_order>
|
| 115 |
-
<show_in_default>1</show_in_default>
|
| 116 |
-
<show_in_website>1</show_in_website>
|
| 117 |
-
<show_in_store>1</show_in_store>
|
| 118 |
-
</order_status>
|
| 119 |
-
<paymill_accepted_currencies translate="label">
|
| 120 |
-
<label>Accepted Currencies</label>
|
| 121 |
-
<frontend_type>text</frontend_type>
|
| 122 |
-
<sort_order>10</sort_order>
|
| 123 |
-
<show_in_default>1</show_in_default>
|
| 124 |
-
<show_in_website>1</show_in_website>
|
| 125 |
-
<show_in_store>1</show_in_store>
|
| 126 |
-
</paymill_accepted_currencies>
|
| 127 |
-
<paymill_lib_version translate="label">
|
| 128 |
-
<label>Paymill library version</label>
|
| 129 |
-
<frontend_type>select</frontend_type>
|
| 130 |
-
<source_model>Paymill_Paymillcc_LibraryVersion</source_model>
|
| 131 |
-
<sort_order>11</sort_order>
|
| 132 |
-
<show_in_default>1</show_in_default>
|
| 133 |
-
<show_in_website>1</show_in_website>
|
| 134 |
-
<show_in_store>1</show_in_store>
|
| 135 |
-
</paymill_lib_version>
|
| 136 |
-
<paymill_show_credits translate="label">
|
| 137 |
-
<label>Show Paymill label</label>
|
| 138 |
-
<frontend_type>select</frontend_type>
|
| 139 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 140 |
-
<sort_order>12</sort_order>
|
| 141 |
-
<show_in_default>1</show_in_default>
|
| 142 |
-
<show_in_website>1</show_in_website>
|
| 143 |
-
<show_in_store>1</show_in_store>
|
| 144 |
-
</paymill_show_credits>
|
| 145 |
-
</fields>
|
| 146 |
-
</paymillcc>
|
| 147 |
-
</groups>
|
| 148 |
-
</payment>
|
| 149 |
-
</sections>
|
| 150 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/sql/paymillcc_setup/mysql4-install-2.1.2.php
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
$installer = $this;
|
| 4 |
-
$installer->startSetup();
|
| 5 |
-
|
| 6 |
-
$installer->run("
|
| 7 |
-
CREATE TABLE IF NOT EXISTS `{$this->getTable('paymill_cc_additional_customer_data')}` (
|
| 8 |
-
`id` int(11) NOT NULL AUTO_INCREMENT,
|
| 9 |
-
`user_id` varchar(255) NOT NULL,
|
| 10 |
-
`user_data` varchar(256) NOT NULL,
|
| 11 |
-
PRIMARY KEY (`id`)
|
| 12 |
-
) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;"
|
| 13 |
-
);
|
| 14 |
-
|
| 15 |
-
$installer->endSetup();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillcc/sql/paymillcc_setup/mysql4-upgrade-2.1.1-2.1.2.php
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
$installer = $this;
|
| 4 |
-
$installer->startSetup();
|
| 5 |
-
|
| 6 |
-
$installer->run("
|
| 7 |
-
CREATE TABLE IF NOT EXISTS `{$this->getTable('paymill_cc_additional_customer_data')}` (
|
| 8 |
-
`id` int(11) NOT NULL AUTO_INCREMENT,
|
| 9 |
-
`user_id` varchar(255) NOT NULL,
|
| 10 |
-
`user_data` varchar(256) NOT NULL,
|
| 11 |
-
PRIMARY KEY (`id`)
|
| 12 |
-
) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;"
|
| 13 |
-
);
|
| 14 |
-
|
| 15 |
-
$installer->endSetup();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Block/Form/Paymill.php
DELETED
|
@@ -1,49 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
class Paymill_Paymillelv_Block_Form_Paymill extends Mage_Payment_Block_Form
|
| 4 |
-
{
|
| 5 |
-
public $paymillBridgeEndpoint;
|
| 6 |
-
public $paymillPublicApiKey;
|
| 7 |
-
public $paymillDebugMode = "false";
|
| 8 |
-
|
| 9 |
-
protected function _construct()
|
| 10 |
-
{
|
| 11 |
-
// read some configuration data
|
| 12 |
-
|
| 13 |
-
$this->paymillPublicApiKey = Mage::getStoreConfig(
|
| 14 |
-
'payment/paymillelv/paymill_public_api_key',
|
| 15 |
-
Mage::app()->getStore()
|
| 16 |
-
);
|
| 17 |
-
|
| 18 |
-
$this->paymillBridgeEndpoint = Mage::getStoreConfig(
|
| 19 |
-
'payment/paymillelv/paymill_bridge_endpoint',
|
| 20 |
-
Mage::app()->getStore()
|
| 21 |
-
);
|
| 22 |
-
|
| 23 |
-
$this->paymillDebugMode = Mage::getStoreConfig(
|
| 24 |
-
'payment/paymillelv/paymill_debug_mode',
|
| 25 |
-
Mage::app()->getStore()
|
| 26 |
-
);
|
| 27 |
-
|
| 28 |
-
$this->showPaymillLabel = Mage::getStoreConfig(
|
| 29 |
-
'payment/paymillelv/paymill_show_credits',
|
| 30 |
-
Mage::app()->getStore()
|
| 31 |
-
);
|
| 32 |
-
|
| 33 |
-
$this->paymillApiEndpoint = Mage::getStoreConfig(
|
| 34 |
-
'payment/paymillelv/paymill_api_endpoint',
|
| 35 |
-
Mage::app()->getStore()
|
| 36 |
-
);
|
| 37 |
-
|
| 38 |
-
if ($this->paymillDebugMode == "") {
|
| 39 |
-
$this->paymillDebugMode = "false";
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
parent::_construct();
|
| 43 |
-
|
| 44 |
-
// load paymill form
|
| 45 |
-
$this->setTemplate('paymill/form/paymill_elv.phtml');
|
| 46 |
-
}
|
| 47 |
-
}
|
| 48 |
-
|
| 49 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Block/Info/Paymill.php
DELETED
|
@@ -1,34 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
class Paymill_Paymillelv_Block_Info_Paymill extends Mage_Payment_Block_Info_Cc
|
| 4 |
-
{
|
| 5 |
-
/**
|
| 6 |
-
* Prepare credit card related payment info
|
| 7 |
-
*
|
| 8 |
-
* @param Varien_Object|array $transport
|
| 9 |
-
* @return Varien_Object
|
| 10 |
-
*/
|
| 11 |
-
protected function _prepareSpecificInformation($transport = null)
|
| 12 |
-
{
|
| 13 |
-
$transport = parent::_prepareSpecificInformation($transport);
|
| 14 |
-
$additionalInformation = array();
|
| 15 |
-
if(Mage::app()->getStore()->isAdmin()) {
|
| 16 |
-
$order = Mage::registry('current_order');
|
| 17 |
-
if(!$order && Mage::registry('current_shipment')) {
|
| 18 |
-
$order = Mage::registry('current_shipment')->getOrder();
|
| 19 |
-
}
|
| 20 |
-
elseif (!$order && Mage::registry('current_invoice')) {
|
| 21 |
-
$order = Mage::registry('current_invoice')->getOrder();
|
| 22 |
-
} elseif (!$order && Mage::registry('current_creditmemo')) {
|
| 23 |
-
$order = Mage::registry('current_creditmemo')->getOrder();
|
| 24 |
-
}
|
| 25 |
-
if($order) {
|
| 26 |
-
$additionalInformation = array(
|
| 27 |
-
'Transaction ID' => ' ' . $order->getPayment()->getAdditionalInformation('paymill_transaction_id')
|
| 28 |
-
);
|
| 29 |
-
}
|
| 30 |
-
}
|
| 31 |
-
|
| 32 |
-
return $transport->setData($additionalInformation);
|
| 33 |
-
}
|
| 34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Helper/Data.php
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
class Paymill_Paymillelv_Helper_Data extends Mage_Core_Helper_Abstract
|
| 3 |
-
{
|
| 4 |
-
|
| 5 |
-
}
|
| 6 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Model/Customerdata.php
DELETED
|
@@ -1,60 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Magento
|
| 4 |
-
*
|
| 5 |
-
* NOTICE OF LICENSE
|
| 6 |
-
*
|
| 7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
| 8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
| 9 |
-
* It is also available through the world-wide-web at this URL:
|
| 10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
-
* If you did not receive a copy of the license and are unable to
|
| 12 |
-
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
| 14 |
-
*
|
| 15 |
-
* @category PayIntelligent
|
| 16 |
-
* @package PayIntelligent_RatePAY
|
| 17 |
-
* @copyright Copyright (c) 2011 PayIntelligent GmbH (http://www.payintelligent.de)
|
| 18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 19 |
-
*/
|
| 20 |
-
|
| 21 |
-
class Paymill_Paymillelv_Model_Customerdata extends Mage_Core_Model_Abstract
|
| 22 |
-
{
|
| 23 |
-
|
| 24 |
-
/**
|
| 25 |
-
* Construct
|
| 26 |
-
*/
|
| 27 |
-
function _construct()
|
| 28 |
-
{
|
| 29 |
-
parent::_construct();
|
| 30 |
-
$this->_init('paymillelv/customerdata');
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
public function setEntry($customerId, $data)
|
| 34 |
-
{
|
| 35 |
-
//$this->setId(null);
|
| 36 |
-
$this->setUserId($customerId);
|
| 37 |
-
$this->setUserData($data);
|
| 38 |
-
$this->save();
|
| 39 |
-
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
public function loadByUserId($customerId)
|
| 43 |
-
{
|
| 44 |
-
return $this->loadByAttribute('user_id', $customerId);
|
| 45 |
-
}
|
| 46 |
-
|
| 47 |
-
public function loadByAttribute($attribute, $value, $additionalAttributes = '*')
|
| 48 |
-
{
|
| 49 |
-
$collection = $this->getResourceCollection()
|
| 50 |
-
->addFieldToSelect($additionalAttributes)
|
| 51 |
-
->addFieldToFilter($attribute, $value);
|
| 52 |
-
|
| 53 |
-
foreach ($collection as $object) {
|
| 54 |
-
return $object;
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
return null;
|
| 58 |
-
}
|
| 59 |
-
|
| 60 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Model/Mysql4/Customerdata.php
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Magento
|
| 4 |
-
*
|
| 5 |
-
* NOTICE OF LICENSE
|
| 6 |
-
*
|
| 7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
| 8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
| 9 |
-
* It is also available through the world-wide-web at this URL:
|
| 10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
-
* If you did not receive a copy of the license and are unable to
|
| 12 |
-
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
| 14 |
-
*
|
| 15 |
-
* @category PayIntelligent
|
| 16 |
-
* @package PayIntelligent_RatePAY
|
| 17 |
-
* @copyright Copyright (c) 2011 PayIntelligent GmbH (http://www.payintelligent.de)
|
| 18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 19 |
-
*/
|
| 20 |
-
|
| 21 |
-
class Paymill_Paymillelv_Model_Mysql4_Customerdata extends Mage_Core_Model_Mysql4_Abstract
|
| 22 |
-
{
|
| 23 |
-
|
| 24 |
-
/**
|
| 25 |
-
* Construct
|
| 26 |
-
*/
|
| 27 |
-
function _construct()
|
| 28 |
-
{
|
| 29 |
-
$this->_init('paymillelv/customerdata', 'id');
|
| 30 |
-
}
|
| 31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Model/Mysql4/Customerdata/Collection.php
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
/**
|
| 3 |
-
* Magento
|
| 4 |
-
*
|
| 5 |
-
* NOTICE OF LICENSE
|
| 6 |
-
*
|
| 7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
| 8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
| 9 |
-
* It is also available through the world-wide-web at this URL:
|
| 10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
-
* If you did not receive a copy of the license and are unable to
|
| 12 |
-
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
| 14 |
-
*
|
| 15 |
-
* @category PayIntelligent
|
| 16 |
-
* @package PayIntelligent_RatePAY
|
| 17 |
-
* @copyright Copyright (c) 2011 PayIntelligent GmbH (http://www.payintelligent.de)
|
| 18 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 19 |
-
*/
|
| 20 |
-
|
| 21 |
-
class Paymill_Paymillelv_Model_Mysql4_Customerdata_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract
|
| 22 |
-
{
|
| 23 |
-
/**
|
| 24 |
-
* Construct
|
| 25 |
-
*/
|
| 26 |
-
public function _construct()
|
| 27 |
-
{
|
| 28 |
-
parent::_construct();
|
| 29 |
-
$this->_init('paymillelv/customerdata');
|
| 30 |
-
}
|
| 31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Model/PaymentAbstract.php
DELETED
|
@@ -1,131 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
abstract class Paymill_Paymillcc_Model_PaymentAbstract extends Mage_Payment_Model_Method_Cc
|
| 4 |
-
{
|
| 5 |
-
/**
|
| 6 |
-
* Processes the payment against the paymill API
|
| 7 |
-
* @param $params array The settings array
|
| 8 |
-
* @return boolean
|
| 9 |
-
*/
|
| 10 |
-
protected function _processPayment($params)
|
| 11 |
-
{
|
| 12 |
-
|
| 13 |
-
// setup the logger
|
| 14 |
-
$logger = $params['loggerCallback'];
|
| 15 |
-
|
| 16 |
-
// setup client params
|
| 17 |
-
$clientParams = array(
|
| 18 |
-
'email' => $params['email'],
|
| 19 |
-
'description' => $params['name']
|
| 20 |
-
);
|
| 21 |
-
|
| 22 |
-
// setup credit card params
|
| 23 |
-
$paymentParams = array(
|
| 24 |
-
'token' => $params['token']
|
| 25 |
-
);
|
| 26 |
-
|
| 27 |
-
// setup transaction params
|
| 28 |
-
$transactionParams = array(
|
| 29 |
-
'amount' => $params['amount'],
|
| 30 |
-
'currency' => $params['currency'],
|
| 31 |
-
'description' => $params['description']
|
| 32 |
-
);
|
| 33 |
-
|
| 34 |
-
require_once $params['libBase'] . 'Services/Paymill/Transactions.php';
|
| 35 |
-
require_once $params['libBase'] . 'Services/Paymill/Clients.php';
|
| 36 |
-
require_once $params['libBase'] . 'Services/Paymill/Payments.php';
|
| 37 |
-
|
| 38 |
-
$clientsObject = new Services_Paymill_Clients(
|
| 39 |
-
$params['privateKey'], $params['apiUrl']
|
| 40 |
-
);
|
| 41 |
-
$transactionsObject = new Services_Paymill_Transactions(
|
| 42 |
-
$params['privateKey'], $params['apiUrl']
|
| 43 |
-
);
|
| 44 |
-
$paymentsObject = new Services_Paymill_Payments(
|
| 45 |
-
$params['privateKey'], $params['apiUrl']
|
| 46 |
-
);
|
| 47 |
-
|
| 48 |
-
// perform conection to the Paymill API and trigger the payment
|
| 49 |
-
try {
|
| 50 |
-
if (!array_key_exists('client_id', $params)) {
|
| 51 |
-
$client = $clientsObject->create($clientParams);
|
| 52 |
-
if (!isset($client['id'])) {
|
| 53 |
-
call_user_func_array($logger, array("No client created" . var_export($client, true)));
|
| 54 |
-
return false;
|
| 55 |
-
} else {
|
| 56 |
-
call_user_func_array($logger, array("Client created: " . $client['id']));
|
| 57 |
-
}
|
| 58 |
-
|
| 59 |
-
// create card
|
| 60 |
-
$paymentParams['client'] = $client['id'];
|
| 61 |
-
} else {
|
| 62 |
-
$paymentParams['client'] = $params['client_id'];
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
$payment = $paymentsObject->create($paymentParams);
|
| 66 |
-
if (!array_key_exists('client_id', $params)) {
|
| 67 |
-
if (!isset($payment['id'])) {
|
| 68 |
-
call_user_func_array($logger, array("No payment (credit card) created: " . var_export($payment, true) . " with params " . var_export($paymentParams, true)));
|
| 69 |
-
return false;
|
| 70 |
-
} else {
|
| 71 |
-
call_user_func_array($logger, array("Payment (credit card) created: " . $payment['id']));
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
// create transaction
|
| 75 |
-
//$transactionParams['client'] = $client['id'];
|
| 76 |
-
$transactionParams['payment'] = $payment['id'];
|
| 77 |
-
} else {
|
| 78 |
-
$transactionParams['payment'] = $params['payment_id'];
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
$transaction = $transactionsObject->create($transactionParams);
|
| 82 |
-
|
| 83 |
-
if(isset($transaction['data']['response_code'])){
|
| 84 |
-
call_user_func_array($logger, array("An Error occured: " . var_export($transaction, true)));
|
| 85 |
-
return false;
|
| 86 |
-
}
|
| 87 |
-
|
| 88 |
-
if (!isset($transaction['id'])) {
|
| 89 |
-
call_user_func_array($logger, array("No transaction created" . var_export($transaction, true)));
|
| 90 |
-
return false;
|
| 91 |
-
} else {
|
| 92 |
-
$this->_setPaymillClientToken($client['id']);
|
| 93 |
-
$this->_setPaymillPaymentToken($payment['id']);
|
| 94 |
-
$this->_setPaymillTransactionId($transaction['id']);
|
| 95 |
-
call_user_func_array($logger, array("Transaction created: " . $transaction['id']));
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
// check result
|
| 99 |
-
if (is_array($transaction) && array_key_exists('status', $transaction)) {
|
| 100 |
-
if ($transaction['status'] == "closed") {
|
| 101 |
-
// transaction was successfully issued
|
| 102 |
-
return true;
|
| 103 |
-
} elseif ($transaction['status'] == "open") {
|
| 104 |
-
// transaction was issued but status is open for any reason
|
| 105 |
-
call_user_func_array($logger, array("Status is open."));
|
| 106 |
-
return false;
|
| 107 |
-
} else {
|
| 108 |
-
// another error occured
|
| 109 |
-
call_user_func_array($logger, array("Unknown error." . var_export($transaction, true)));
|
| 110 |
-
return false;
|
| 111 |
-
}
|
| 112 |
-
} else {
|
| 113 |
-
// another error occured
|
| 114 |
-
call_user_func_array($logger, array("Transaction could not be issued."));
|
| 115 |
-
return false;
|
| 116 |
-
}
|
| 117 |
-
} catch (Services_Paymill_Exception $ex) {
|
| 118 |
-
// paymill wrapper threw an exception
|
| 119 |
-
call_user_func_array($logger, array("Exception thrown from paymill wrapper: " . $ex->getMessage()));
|
| 120 |
-
return false;
|
| 121 |
-
}
|
| 122 |
-
|
| 123 |
-
return true;
|
| 124 |
-
}
|
| 125 |
-
|
| 126 |
-
protected abstract function _setPaymillClientToken($id);
|
| 127 |
-
|
| 128 |
-
protected abstract function _setPaymillPaymentToken($id);
|
| 129 |
-
|
| 130 |
-
protected abstract function _setPaymillTransactionId($id);
|
| 131 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/Model/PaymentMethod.php
DELETED
|
@@ -1,278 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
// require this here due to a Magento bug
|
| 4 |
-
require_once 'lib/Zend/Log.php';
|
| 5 |
-
require_once 'lib/Zend/Log/Formatter/Simple.php';
|
| 6 |
-
require_once 'lib/Zend/Log/Writer/Stream.php';
|
| 7 |
-
|
| 8 |
-
class Paymill_Paymillelv_Model_PaymentMethod extends Paymill_Paymillcc_Model_PaymentAbstract
|
| 9 |
-
{
|
| 10 |
-
|
| 11 |
-
/**
|
| 12 |
-
* unique internal payment method identifier
|
| 13 |
-
*
|
| 14 |
-
* @var string [a-z0-9_]
|
| 15 |
-
*/
|
| 16 |
-
protected $_code = 'paymillelv';
|
| 17 |
-
protected $_formBlockType = 'paymillelv/form_paymill';
|
| 18 |
-
protected $_infoBlockType = 'paymillelv/info_paymill';
|
| 19 |
-
|
| 20 |
-
/**
|
| 21 |
-
* Is this payment method a gateway (online auth/charge) ?
|
| 22 |
-
*/
|
| 23 |
-
protected $_isGateway = false;
|
| 24 |
-
|
| 25 |
-
/**
|
| 26 |
-
* Can authorize online?
|
| 27 |
-
*/
|
| 28 |
-
protected $_canAuthorize = true;
|
| 29 |
-
|
| 30 |
-
/**
|
| 31 |
-
* Can capture funds online?
|
| 32 |
-
*/
|
| 33 |
-
protected $_canCapture = false;
|
| 34 |
-
|
| 35 |
-
/**
|
| 36 |
-
* Can capture partial amounts online?
|
| 37 |
-
*/
|
| 38 |
-
protected $_canCapturePartial = false;
|
| 39 |
-
|
| 40 |
-
/**
|
| 41 |
-
* Can refund online?
|
| 42 |
-
*/
|
| 43 |
-
protected $_canRefund = false;
|
| 44 |
-
|
| 45 |
-
/**
|
| 46 |
-
* Can void transactions online?
|
| 47 |
-
*/
|
| 48 |
-
protected $_canVoid = true;
|
| 49 |
-
|
| 50 |
-
/**
|
| 51 |
-
* Can use this payment method in administration panel?
|
| 52 |
-
*/
|
| 53 |
-
protected $_canUseInternal = false;
|
| 54 |
-
|
| 55 |
-
/**
|
| 56 |
-
* Can show this payment method as an option on checkout payment page?
|
| 57 |
-
*/
|
| 58 |
-
protected $_canUseCheckout = true;
|
| 59 |
-
|
| 60 |
-
/**
|
| 61 |
-
* Is this payment method suitable for multi-shipping checkout?
|
| 62 |
-
*/
|
| 63 |
-
protected $_canUseForMultishipping = true;
|
| 64 |
-
|
| 65 |
-
/**
|
| 66 |
-
* Can save credit card information for future processing?
|
| 67 |
-
*/
|
| 68 |
-
protected $_canSaveCc = false;
|
| 69 |
-
|
| 70 |
-
/**
|
| 71 |
-
*/
|
| 72 |
-
public function assignData($data)
|
| 73 |
-
{
|
| 74 |
-
|
| 75 |
-
if (!($data instanceof Varien_Object)) {
|
| 76 |
-
$data = new Varien_Object($data);
|
| 77 |
-
}
|
| 78 |
-
|
| 79 |
-
$info = $this->getInfoInstance();
|
| 80 |
-
|
| 81 |
-
// read the paymill_transaction_token from the credit
|
| 82 |
-
// card form and store it for later use
|
| 83 |
-
$info->setAdditionalInformation(
|
| 84 |
-
"paymill_elv_transaction_token", $data->paymill_elv_transaction_token
|
| 85 |
-
);
|
| 86 |
-
return $this;
|
| 87 |
-
}
|
| 88 |
-
|
| 89 |
-
/**
|
| 90 |
-
* Serverside validations.
|
| 91 |
-
*/
|
| 92 |
-
public function validate()
|
| 93 |
-
{
|
| 94 |
-
$info = $this->getInfoInstance();
|
| 95 |
-
$token = $info->getAdditionalInformation("paymill_elv_transaction_token");
|
| 96 |
-
if (!$token && is_null(Mage::getSingleton("paymillelv/customerdata")->loadByUserId(Mage::getSingleton('customer/session')->getCustomer()->getId()))) {
|
| 97 |
-
self::logAction("No transaction code was received in PaymentMethod (Paymill_Paymillelv_Model_PaymentMethod::validate)");
|
| 98 |
-
Mage::throwException(
|
| 99 |
-
Mage::helper('paymillelv')->__("Error while performing your payment. The payment was not processed.")
|
| 100 |
-
);
|
| 101 |
-
}
|
| 102 |
-
|
| 103 |
-
return $this;
|
| 104 |
-
}
|
| 105 |
-
|
| 106 |
-
/**
|
| 107 |
-
* This method is triggered after order is placed.
|
| 108 |
-
*
|
| 109 |
-
* @return boolean Returns true if the payment was successfully processed
|
| 110 |
-
*/
|
| 111 |
-
public function authorize(Varien_Object $payment, $amount)
|
| 112 |
-
{
|
| 113 |
-
$info = $this->getInfoInstance();
|
| 114 |
-
// retrieve the transaction_token and save it for later processing
|
| 115 |
-
$token = $info->getAdditionalInformation("paymill_elv_transaction_token");
|
| 116 |
-
|
| 117 |
-
// process the payment
|
| 118 |
-
$result = $this->processPayment($payment, $amount, $token);
|
| 119 |
-
if ($result == false) {
|
| 120 |
-
$payment->setStatus('ERROR')->setIsTransactionClosed(1)->save();
|
| 121 |
-
throw new Exception(
|
| 122 |
-
Mage::helper('paymillelv')->__("Payment was not successfully processed. See log.")
|
| 123 |
-
);
|
| 124 |
-
}
|
| 125 |
-
|
| 126 |
-
if (Mage::getSingleton('customer/session')->isLoggedIn() && Mage::getStoreConfig('payment/paymillelv/recurring', Mage::app()->getStore())) {
|
| 127 |
-
if (is_null(Mage::getSingleton("paymillelv/customerdata")->loadByUserId(Mage::getSingleton('customer/session')->getCustomer()->getId()))) {
|
| 128 |
-
Mage::getSingleton("paymillelv/customerdata")->setEntry(
|
| 129 |
-
Mage::getSingleton('customer/session')->getCustomer()->getId(),
|
| 130 |
-
Mage::getSingleton('core/session')->getPaymillElvClientToken() . '|' . Mage::getSingleton('core/session')->getPaymillElvPaymentToken()
|
| 131 |
-
);
|
| 132 |
-
}
|
| 133 |
-
}
|
| 134 |
-
|
| 135 |
-
$transactionId = Mage::getSingleton('core/session')->getPaymillTransactionId();
|
| 136 |
-
$info->setAdditionalInformation('paymill_transaction_id', $transactionId);
|
| 137 |
-
$payment->setStatus('APPROVED')
|
| 138 |
-
->setTransactionId($transactionId)
|
| 139 |
-
->setIsTransactionClosed(1)
|
| 140 |
-
->save();
|
| 141 |
-
|
| 142 |
-
return $this;
|
| 143 |
-
}
|
| 144 |
-
|
| 145 |
-
/**
|
| 146 |
-
* This method triggers the payment.
|
| 147 |
-
* It is triggered when the invoice is created.
|
| 148 |
-
* @return void
|
| 149 |
-
*/
|
| 150 |
-
public function capture(Varien_Object $payment, $amount)
|
| 151 |
-
{
|
| 152 |
-
return $this;
|
| 153 |
-
}
|
| 154 |
-
|
| 155 |
-
/**
|
| 156 |
-
* Specify currency support
|
| 157 |
-
*/
|
| 158 |
-
public function canUseForCurrency($currency)
|
| 159 |
-
{
|
| 160 |
-
$currency = Mage::getSingleton('checkout/session')->getQuote()->getQuoteCurrencyCode();
|
| 161 |
-
|
| 162 |
-
$acceptedCurrencies = Mage::getStoreConfig(
|
| 163 |
-
'payment/paymillelv/paymill_accepted_currencies', Mage::app()->getStore()
|
| 164 |
-
);
|
| 165 |
-
$acceptedCurrenciesExploded = explode(',', trim(strtolower($acceptedCurrencies)));
|
| 166 |
-
|
| 167 |
-
if (!in_array(strtolower($currency), $acceptedCurrenciesExploded)) {
|
| 168 |
-
return false;
|
| 169 |
-
}
|
| 170 |
-
|
| 171 |
-
return true;
|
| 172 |
-
}
|
| 173 |
-
|
| 174 |
-
/**
|
| 175 |
-
* Specify minimum order amount from config
|
| 176 |
-
* @return boolean Returns true if the payment method is available for the current context
|
| 177 |
-
*/
|
| 178 |
-
public function isAvailable($quote = null)
|
| 179 |
-
{
|
| 180 |
-
if (is_object($quote)) {
|
| 181 |
-
// is active
|
| 182 |
-
$paymillActive = Mage::getStoreConfig(
|
| 183 |
-
'payment/paymillelv/active', Mage::app()->getStore()
|
| 184 |
-
);
|
| 185 |
-
|
| 186 |
-
if (!$paymillActive) {
|
| 187 |
-
return false;
|
| 188 |
-
}
|
| 189 |
-
|
| 190 |
-
// get minimum order amount
|
| 191 |
-
$paymillMinimumOrderAmount = Mage::getStoreConfig(
|
| 192 |
-
'payment/paymillelv/paymill_minimum_order_amount', Mage::app()->getStore()
|
| 193 |
-
);
|
| 194 |
-
|
| 195 |
-
if ($quote && $quote->getBaseGrandTotal() <= 0.5) {
|
| 196 |
-
return false;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
if ($quote && $quote->getBaseGrandTotal() <= $paymillMinimumOrderAmount) {
|
| 200 |
-
return false;
|
| 201 |
-
}
|
| 202 |
-
|
| 203 |
-
return true;
|
| 204 |
-
}
|
| 205 |
-
return false;
|
| 206 |
-
}
|
| 207 |
-
|
| 208 |
-
/**
|
| 209 |
-
* The payment capturing method
|
| 210 |
-
* @param Varien_Object $payment The payment object
|
| 211 |
-
* @param $amount The amount to be captures
|
| 212 |
-
* @return boolean $result Returns true if the payment was successfully processed
|
| 213 |
-
*/
|
| 214 |
-
public function processPayment(Varien_Object $payment, $amount, $token)
|
| 215 |
-
{
|
| 216 |
-
// get some relevant objects
|
| 217 |
-
$order = $payment->getOrder();
|
| 218 |
-
$billing = $order->getBillingAddress();
|
| 219 |
-
|
| 220 |
-
$libBase = 'lib/paymill/v2/lib/';
|
| 221 |
-
|
| 222 |
-
$data = array(
|
| 223 |
-
'token' => $token,
|
| 224 |
-
'amount' => round($amount * 100),
|
| 225 |
-
'currency' => strtolower($payment->getOrder()->getOrderCurrency()->getCode()),
|
| 226 |
-
'name' => $billing->getName(),
|
| 227 |
-
'email' => $order->getCustomerEmail(),
|
| 228 |
-
'description' => 'Order from: '
|
| 229 |
-
. Mage::getStoreConfig('general/store_information/name', Mage::app()->getStore())
|
| 230 |
-
. ' ' . sprintf('#%s, %s', $order->getIncrementId(), $order->getCustomerEmail()),
|
| 231 |
-
'libBase' => $libBase,
|
| 232 |
-
'privateKey' => Mage::getStoreConfig(
|
| 233 |
-
'payment/paymillelv/paymill_private_api_key', Mage::app()->getStore()
|
| 234 |
-
),
|
| 235 |
-
'apiUrl' => Mage::getStoreConfig(
|
| 236 |
-
'payment/paymillelv/paymill_api_endpoint', Mage::app()->getStore()
|
| 237 |
-
),
|
| 238 |
-
'loggerCallback' => array('Paymill_Paymillelv_Model_PaymentMethod', 'logAction')
|
| 239 |
-
);
|
| 240 |
-
|
| 241 |
-
$paymillUser = Mage::getSingleton("paymillelv/customerdata")->loadByUserId(Mage::getSingleton('customer/session')->getCustomer()->getId());
|
| 242 |
-
if (!is_null($paymillUser)){
|
| 243 |
-
$token = explode('|', $paymillUser->getUserData());
|
| 244 |
-
$data['client_id'] = $token[0];
|
| 245 |
-
$data['payment_id'] = $token[1];
|
| 246 |
-
}
|
| 247 |
-
|
| 248 |
-
// process the payment
|
| 249 |
-
$result = $this->_processPayment($data);
|
| 250 |
-
|
| 251 |
-
return $result;
|
| 252 |
-
}
|
| 253 |
-
|
| 254 |
-
protected function _setPaymillClientToken($id)
|
| 255 |
-
{
|
| 256 |
-
Mage::getSingleton('core/session')->setPaymillElvClientToken($id);
|
| 257 |
-
}
|
| 258 |
-
|
| 259 |
-
protected function _setPaymillPaymentToken($id)
|
| 260 |
-
{
|
| 261 |
-
Mage::getSingleton('core/session')->setPaymillElvPaymentToken($id);
|
| 262 |
-
}
|
| 263 |
-
|
| 264 |
-
protected function _setPaymillTransactionId($id)
|
| 265 |
-
{
|
| 266 |
-
Mage::getSingleton('core/session')->setPaymillTransactionId($id);
|
| 267 |
-
}
|
| 268 |
-
|
| 269 |
-
/**
|
| 270 |
-
* Logs an event
|
| 271 |
-
* @param $message The message to be logged
|
| 272 |
-
*/
|
| 273 |
-
public static function logAction($message)
|
| 274 |
-
{
|
| 275 |
-
Mage::log($message);
|
| 276 |
-
}
|
| 277 |
-
|
| 278 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/etc/config.xml
DELETED
|
@@ -1,93 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0"?>
|
| 2 |
-
<config>
|
| 3 |
-
<modules>
|
| 4 |
-
<Paymill_Paymillelv>
|
| 5 |
-
<version>2.1.4</version>
|
| 6 |
-
</Paymill_Paymillelv>
|
| 7 |
-
</modules>
|
| 8 |
-
<global>
|
| 9 |
-
<blocks>
|
| 10 |
-
<paymillelv>
|
| 11 |
-
<class>Paymill_Paymillelv_Block</class>
|
| 12 |
-
</paymillelv>
|
| 13 |
-
</blocks>
|
| 14 |
-
<models>
|
| 15 |
-
<paymillelv>
|
| 16 |
-
<class>Paymill_Paymillelv_Model</class>
|
| 17 |
-
<resourceModel>paymillelv_mysql4</resourceModel>
|
| 18 |
-
</paymillelv>
|
| 19 |
-
<paymillelv_mysql4>
|
| 20 |
-
<class>Paymill_Paymillelv_Model_Mysql4</class>
|
| 21 |
-
<entities>
|
| 22 |
-
<customerdata>
|
| 23 |
-
<table>paymill_elv_additional_customer_data</table>
|
| 24 |
-
</customerdata>
|
| 25 |
-
</entities>
|
| 26 |
-
</paymillelv_mysql4>
|
| 27 |
-
</models>
|
| 28 |
-
<resources>
|
| 29 |
-
<paymillelv_setup>
|
| 30 |
-
<setup>
|
| 31 |
-
<module>Paymill_Paymillelv</module>
|
| 32 |
-
<class>Mage_Customer_Model_Entity_Setup</class>
|
| 33 |
-
</setup>
|
| 34 |
-
<connection>
|
| 35 |
-
<use>core_setup</use>
|
| 36 |
-
</connection>
|
| 37 |
-
</paymillelv_setup>
|
| 38 |
-
<paymillelv_write>
|
| 39 |
-
<connection>
|
| 40 |
-
<use>core_write</use>
|
| 41 |
-
</connection>
|
| 42 |
-
</paymillelv_write>
|
| 43 |
-
<paymillelv_read>
|
| 44 |
-
<connection>
|
| 45 |
-
<use>core_read</use>
|
| 46 |
-
</connection>
|
| 47 |
-
</paymillelv_read>
|
| 48 |
-
</resources>
|
| 49 |
-
<helpers>
|
| 50 |
-
<paymillelv>
|
| 51 |
-
<class>Paymill_Paymillelv_Helper</class>
|
| 52 |
-
</paymillelv>
|
| 53 |
-
</helpers>
|
| 54 |
-
</global>
|
| 55 |
-
<frontend>
|
| 56 |
-
<translate>
|
| 57 |
-
<modules>
|
| 58 |
-
<Paymill_Paymillelv>
|
| 59 |
-
<files>
|
| 60 |
-
<default>Paymill_Paymillelv.csv</default>
|
| 61 |
-
</files>
|
| 62 |
-
</Paymill_Paymillelv>
|
| 63 |
-
</modules>
|
| 64 |
-
</translate>
|
| 65 |
-
</frontend>
|
| 66 |
-
<adminhtml>
|
| 67 |
-
<translate>
|
| 68 |
-
<modules>
|
| 69 |
-
<Paymill_Paymillelv>
|
| 70 |
-
<files>
|
| 71 |
-
<default>Paymill_Paymillelv.csv</default>
|
| 72 |
-
</files>
|
| 73 |
-
</Paymill_Paymillelv>
|
| 74 |
-
</modules>
|
| 75 |
-
</translate>
|
| 76 |
-
</adminhtml>
|
| 77 |
-
<default>
|
| 78 |
-
<payment>
|
| 79 |
-
<paymillelv>
|
| 80 |
-
<active>0</active>
|
| 81 |
-
<model>paymillelv/paymentMethod</model>
|
| 82 |
-
<order_status>pending</order_status>
|
| 83 |
-
<title>Elektronisches Lastschriftverfahren</title>
|
| 84 |
-
<payment_action>authorize</payment_action>
|
| 85 |
-
<allowspecific>0</allowspecific>
|
| 86 |
-
<paymill_bridge_endpoint>https://bridge.paymill.com/</paymill_bridge_endpoint>
|
| 87 |
-
<paymill_api_endpoint>https://api.paymill.com/v2/</paymill_api_endpoint>
|
| 88 |
-
<paymill_show_credits>1</paymill_show_credits>
|
| 89 |
-
<paymill_accepted_currencies>EUR</paymill_accepted_currencies>
|
| 90 |
-
</paymillelv>
|
| 91 |
-
</payment>
|
| 92 |
-
</default>
|
| 93 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/etc/system.xml
DELETED
|
@@ -1,141 +0,0 @@
|
|
| 1 |
-
<?xml version="1.0"?>
|
| 2 |
-
<config>
|
| 3 |
-
<sections>
|
| 4 |
-
<!-- payment tab -->
|
| 5 |
-
<payment>
|
| 6 |
-
<groups>
|
| 7 |
-
<!-- newmodule fieldset -->
|
| 8 |
-
<paymillelv translate="label" module="paymillelv">
|
| 9 |
-
<!-- will have title 'New Module' -->
|
| 10 |
-
<label>Paymill ELV</label>
|
| 11 |
-
<!-- position between other payment methods -->
|
| 12 |
-
<sort_order>1</sort_order>
|
| 13 |
-
<!-- do not show this configuration options in store scope -->
|
| 14 |
-
<show_in_default>1</show_in_default>
|
| 15 |
-
<show_in_website>1</show_in_website>
|
| 16 |
-
<show_in_store>1</show_in_store>
|
| 17 |
-
<comment><![CDATA[<a href="https://www.paymill.de/" target="_blank">Click here to get a Paymill account</a>]]></comment>
|
| 18 |
-
<fields>
|
| 19 |
-
<!-- is this payment method active for the website? -->
|
| 20 |
-
<active translate="label">
|
| 21 |
-
<!-- label for the field -->
|
| 22 |
-
<label>Enabled</label>
|
| 23 |
-
<!-- input type for configuration value -->
|
| 24 |
-
<frontend_type>select</frontend_type>
|
| 25 |
-
<!-- model to take the option values from -->
|
| 26 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 27 |
-
<!-- field position -->
|
| 28 |
-
<sort_order>1</sort_order>
|
| 29 |
-
<!-- do not show this field in store scope -->
|
| 30 |
-
<show_in_default>1</show_in_default>
|
| 31 |
-
<show_in_website>1</show_in_website>
|
| 32 |
-
<show_in_store>1</show_in_store>
|
| 33 |
-
</active>
|
| 34 |
-
<recurring translate="label">
|
| 35 |
-
<label>Recurring Payment</label>
|
| 36 |
-
<frontend_type>select</frontend_type>
|
| 37 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 38 |
-
<sort_order>2</sort_order>
|
| 39 |
-
<show_in_default>1</show_in_default>
|
| 40 |
-
<show_in_website>1</show_in_website>
|
| 41 |
-
<show_in_store>1</show_in_store>
|
| 42 |
-
</recurring>
|
| 43 |
-
<sort_order translate="label">
|
| 44 |
-
<label>Sort Order</label>
|
| 45 |
-
<frontend_type>text</frontend_type>
|
| 46 |
-
<sort_order>100</sort_order>
|
| 47 |
-
<show_in_default>1</show_in_default>
|
| 48 |
-
<show_in_website>1</show_in_website>
|
| 49 |
-
<show_in_store>1</show_in_store>
|
| 50 |
-
<frontend_class>validate-number</frontend_class>
|
| 51 |
-
</sort_order>
|
| 52 |
-
<paymill_minimum_order_amount translate="label">
|
| 53 |
-
<label>Minimum order amount</label>
|
| 54 |
-
<frontend_type>text</frontend_type>
|
| 55 |
-
<sort_order>100</sort_order>
|
| 56 |
-
<show_in_default>1</show_in_default>
|
| 57 |
-
<show_in_website>1</show_in_website>
|
| 58 |
-
<show_in_store>1</show_in_store>
|
| 59 |
-
<frontend_class>validate-number</frontend_class>
|
| 60 |
-
</paymill_minimum_order_amount>
|
| 61 |
-
<paymill_debug_mode translate="label">
|
| 62 |
-
<label>Paymill debug mode</label>
|
| 63 |
-
<frontend_type>select</frontend_type>
|
| 64 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 65 |
-
<sort_order>4</sort_order>
|
| 66 |
-
<show_in_default>1</show_in_default>
|
| 67 |
-
<show_in_website>1</show_in_website>
|
| 68 |
-
<show_in_store>1</show_in_store>
|
| 69 |
-
</paymill_debug_mode>
|
| 70 |
-
<paymill_private_api_key translate="label">
|
| 71 |
-
<label>Private Paymill API Key</label>
|
| 72 |
-
<frontend_type>text</frontend_type>
|
| 73 |
-
<sort_order>2</sort_order>
|
| 74 |
-
<show_in_default>1</show_in_default>
|
| 75 |
-
<show_in_website>1</show_in_website>
|
| 76 |
-
<show_in_store>1</show_in_store>
|
| 77 |
-
</paymill_private_api_key>
|
| 78 |
-
<paymill_public_api_key translate="label">
|
| 79 |
-
<label>Public Paymill API Key</label>
|
| 80 |
-
<frontend_type>text</frontend_type>
|
| 81 |
-
<sort_order>3</sort_order>
|
| 82 |
-
<show_in_default>1</show_in_default>
|
| 83 |
-
<show_in_website>1</show_in_website>
|
| 84 |
-
<show_in_store>1</show_in_store>
|
| 85 |
-
</paymill_public_api_key>
|
| 86 |
-
<paymill_bridge_endpoint translate="label">
|
| 87 |
-
<label>Paymill bridge URL</label>
|
| 88 |
-
<frontend_type>text</frontend_type>
|
| 89 |
-
<sort_order>5</sort_order>
|
| 90 |
-
<show_in_default>1</show_in_default>
|
| 91 |
-
<show_in_website>1</show_in_website>
|
| 92 |
-
<show_in_store>1</show_in_store>
|
| 93 |
-
</paymill_bridge_endpoint>
|
| 94 |
-
<paymill_api_endpoint translate="label">
|
| 95 |
-
<label>Paymill API Endpoint</label>
|
| 96 |
-
<frontend_type>text</frontend_type>
|
| 97 |
-
<sort_order>6</sort_order>
|
| 98 |
-
<show_in_default>1</show_in_default>
|
| 99 |
-
<show_in_website>1</show_in_website>
|
| 100 |
-
<show_in_store>1</show_in_store>
|
| 101 |
-
</paymill_api_endpoint>
|
| 102 |
-
<title>
|
| 103 |
-
<label>Title</label>
|
| 104 |
-
<frontend_type>text</frontend_type>
|
| 105 |
-
<sort_order>8</sort_order>
|
| 106 |
-
<show_in_default>1</show_in_default>
|
| 107 |
-
<show_in_website>1</show_in_website>
|
| 108 |
-
<show_in_store>1</show_in_store>
|
| 109 |
-
</title>
|
| 110 |
-
<order_status translate="label">
|
| 111 |
-
<label>New order status</label>
|
| 112 |
-
<frontend_type>select</frontend_type>
|
| 113 |
-
<source_model>adminhtml/system_config_source_order_status_processing</source_model>
|
| 114 |
-
<sort_order>9</sort_order>
|
| 115 |
-
<show_in_default>1</show_in_default>
|
| 116 |
-
<show_in_website>1</show_in_website>
|
| 117 |
-
<show_in_store>1</show_in_store>
|
| 118 |
-
</order_status>
|
| 119 |
-
<paymill_accepted_currencies translate="label">
|
| 120 |
-
<label>Accepted Currencies</label>
|
| 121 |
-
<frontend_type>text</frontend_type>
|
| 122 |
-
<sort_order>10</sort_order>
|
| 123 |
-
<show_in_default>1</show_in_default>
|
| 124 |
-
<show_in_website>1</show_in_website>
|
| 125 |
-
<show_in_store>1</show_in_store>
|
| 126 |
-
</paymill_accepted_currencies>
|
| 127 |
-
<paymill_show_credits translate="label">
|
| 128 |
-
<label>Show Paymill label</label>
|
| 129 |
-
<frontend_type>select</frontend_type>
|
| 130 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
| 131 |
-
<sort_order>12</sort_order>
|
| 132 |
-
<show_in_default>1</show_in_default>
|
| 133 |
-
<show_in_website>1</show_in_website>
|
| 134 |
-
<show_in_store>1</show_in_store>
|
| 135 |
-
</paymill_show_credits>
|
| 136 |
-
</fields>
|
| 137 |
-
</paymillelv>
|
| 138 |
-
</groups>
|
| 139 |
-
</payment>
|
| 140 |
-
</sections>
|
| 141 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/sql/paymillelv_setup/mysql4-install-2.1.2.php
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
$installer = $this;
|
| 4 |
-
$installer->startSetup();
|
| 5 |
-
|
| 6 |
-
$installer->run("
|
| 7 |
-
CREATE TABLE IF NOT EXISTS `{$this->getTable('paymill_elv_additional_customer_data')}` (
|
| 8 |
-
`id` int(11) NOT NULL AUTO_INCREMENT,
|
| 9 |
-
`user_id` varchar(255) NOT NULL,
|
| 10 |
-
`user_data` varchar(256) NOT NULL,
|
| 11 |
-
PRIMARY KEY (`id`)
|
| 12 |
-
) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;"
|
| 13 |
-
);
|
| 14 |
-
|
| 15 |
-
$installer->endSetup();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/Paymill/Paymillelv/sql/paymillelv_setup/mysql4-upgrade-2.1.1-2.1.2.php
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
<?php
|
| 2 |
-
|
| 3 |
-
$installer = $this;
|
| 4 |
-
$installer->startSetup();
|
| 5 |
-
|
| 6 |
-
$installer->run("
|
| 7 |
-
CREATE TABLE IF NOT EXISTS `{$this->getTable('paymill_elv_additional_customer_data')}` (
|
| 8 |
-
`id` int(11) NOT NULL AUTO_INCREMENT,
|
| 9 |
-
`user_id` varchar(255) NOT NULL,
|
| 10 |
-
`user_data` varchar(256) NOT NULL,
|
| 11 |
-
PRIMARY KEY (`id`)
|
| 12 |
-
) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;"
|
| 13 |
-
);
|
| 14 |
-
|
| 15 |
-
$installer->endSetup();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/design/frontend/base/default/template/paymill/payment/form/creditcard.phtml
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
<input class="paymill_3ds_cancel" type="hidden" value="<?php echo $this->__("paymill_3ds_cancel"); ?>"/>
|
| 49 |
<input class="paymill-payment-token-url-cc" type="hidden" value="<?php echo $this->getUrl('paymill/token/total', array('_secure'=>true)); ?>"/>
|
| 50 |
<input class="paymill-payment-token-log-cc" type="hidden" value="<?php echo $this->getUrl('paymill/token/log', array('_secure'=>true)); ?>"/>
|
| 51 |
-
<input class="paymill-payment-currency-cc" type="hidden" value="<?php echo Mage::helper('paymill/paymentHelper')->getCurrency(); ?>"/>
|
| 52 |
<input class="paymill-option-debug-cc" type="hidden" value="<?php echo Mage::helper('paymill/optionHelper')->isInDebugMode(); ?>"/>
|
| 53 |
<input class="paymill-info-public_key-cc" type="hidden" value="<?php echo Mage::helper('paymill/optionHelper')->getPublicKey(); ?>"/>
|
| 54 |
<input class="paymill-info-fastCheckout-cc" type="hidden" value="<?php echo $this->isNormalCheckout($_code); ?>"/>
|
| 48 |
<input class="paymill_3ds_cancel" type="hidden" value="<?php echo $this->__("paymill_3ds_cancel"); ?>"/>
|
| 49 |
<input class="paymill-payment-token-url-cc" type="hidden" value="<?php echo $this->getUrl('paymill/token/total', array('_secure'=>true)); ?>"/>
|
| 50 |
<input class="paymill-payment-token-log-cc" type="hidden" value="<?php echo $this->getUrl('paymill/token/log', array('_secure'=>true)); ?>"/>
|
| 51 |
+
<input class="paymill-payment-currency-cc" type="hidden" value="<?php echo Mage::helper('paymill/paymentHelper')->getCurrency(Mage::getSingleton('checkout/session')->getQuote()); ?>"/>
|
| 52 |
<input class="paymill-option-debug-cc" type="hidden" value="<?php echo Mage::helper('paymill/optionHelper')->isInDebugMode(); ?>"/>
|
| 53 |
<input class="paymill-info-public_key-cc" type="hidden" value="<?php echo Mage::helper('paymill/optionHelper')->getPublicKey(); ?>"/>
|
| 54 |
<input class="paymill-info-fastCheckout-cc" type="hidden" value="<?php echo $this->isNormalCheckout($_code); ?>"/>
|
app/locale/de_AT/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Betrag
|
| 2 |
+
paymill_accepted_currency,"Akzeptierte Währungen"
|
| 3 |
+
paymill_opt_Enabled,Aktivieren
|
| 4 |
+
paymill_opt_Countries,"Erlaubte Länder"
|
| 5 |
+
paymill_Activate_Debugging,"Debugging aktivieren"
|
| 6 |
+
paymill_fc_active,"Fast Checkout erlauben"
|
| 7 |
+
paymill_Activate_Logging,"Logging aktivieren"
|
| 8 |
+
paymill_preAuth_active,"Kreditkarten Transaktionen im Checkout autorisieren, Buchung bei Rechnungsgenerierung durchführen."
|
| 9 |
+
paymill_private_key_comment,"Ihren Private Key können Sie dem PAYMILL Cockpit entnehmen."
|
| 10 |
+
paymill_Private_Key,"Private Key"
|
| 11 |
+
paymill_public_key_comment,"Ihren Public Key können Sie dem PAYMILL Cockpit entnehmen."
|
| 12 |
+
paymill_Public_Key,"Public Key"
|
| 13 |
+
paymill_Show_Label,"PAYMILL Label im Checkout anzeigen"
|
| 14 |
+
paymill_opt_Sort,Reihenfolge
|
| 15 |
+
paymill_token_tolerace_tooltip,"Wert der bei Generierung des PAYMILL Tokens aufgeschlagen wird, um 3-D Secure Abweichungen zu vermeiden."
|
| 16 |
+
paymill_token_tolerace_comment,"Wert der bei Generierung des PAYMILL Tokens aufgeschlagen wird, um 3-D Secure Abweichungen zu vermeiden."
|
| 17 |
+
paymill_token_tolerace,"Token Toleranz Wert"
|
| 18 |
+
paymill_Currency,Währung
|
| 19 |
+
paymill_error_text_invalid_cvc,"Ungültige CVC"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"Ungültige CVC"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Bitte geben Sie einen Inhabernamen an."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Bitte geben Sie einen Inhabernamen an."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Bitte geben Sie eine gültige Kreditkartennummer ein."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Bitte geben Sie eine gültige Kreditkartennummer ein."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Ungültiges Ablaufdatum"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Bitte geben Sie eine gültige Bankleitzahl an"
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Bitte geben Sie eine gültige Bankleitzahl an"
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Bitte geben Sie den Namen des Kontoinhabers an"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Bitte geben Sie den Namen des Kontoinhabers an"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Bitte geben Sie eine gültige Kontonummer ein"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Bitte geben Sie eine gültige Kontonummer ein"
|
| 32 |
+
paymill_error_text_invalid_payment,"Zahlart konnte nicht identifiziert werden. Bitte kontaktieren Sie den Support."
|
| 33 |
+
paymill_dialog_confirm,"Sind Sie sicher?"
|
| 34 |
+
paymill_slogan,"Sichere Kreditkartenzahlung powered by "
|
| 35 |
+
paymill_slogan_elv,"ELV powered by "
|
| 36 |
+
paymill_credit_card,Kreditkarte
|
| 37 |
+
paymill_creditcard,Kreditkarte
|
| 38 |
+
paymill_3ds_cancel,Abbrechen
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,Karteninhaber
|
| 41 |
+
paymill_Number,Kartennummer
|
| 42 |
+
paymill_Date,"Gültig bis"
|
| 43 |
+
paymill_cvc_tooltip,"Hinter dem CVV-Code bzw. CVC verbirgt sich ein Sicherheitsmerkmal von Kreditkarten, üblicherweise handelt es sich dabei um eine drei- bis vierstelligen Nummer. Der CVV-Code befindet sich auf VISA-Kreditkarten. Der gleiche Code ist auch auf MasterCard-Kreditkarten zu finden, hier allerdings unter dem Namen CVC. Die Abkürzung CVC steht dabei für Card Validation Code. Bei VISA wird der Code als Card Verification Value-Code bezeichnet. Ähnlich wie bei Mastercard und VISA gibt es auch bei Diners Club, Discover und JCB eine dreistellige Nummer, die meist auf der Rückseite der Karte zu finden ist. Bei Maestro-Karten gibt es mit und ohne dreistelligen CVV. Wird eine Maestro-Karte ohne CVV verwendet kann einfach 000 eingetragen werden. American Express verwendet die CID (Card Identification Number). Dabei handelt es sich um eine vierstellige Nummer, die meist auf der Vorderseite der Karte, rechts oberhalb der Kartennummer zu finden ist."
|
| 44 |
+
paymill_directdebit,ELV
|
| 45 |
+
paymill_direct_debit,ELV
|
| 46 |
+
paymill_bankcode,Bankleitzahl
|
| 47 |
+
paymill_account,Kontonummer
|
| 48 |
+
paymill_backend_log_entry_date,Eintragsdatum
|
| 49 |
+
paymill_backend_log_dev_info,"Entwickler Informationen"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Händler Informationen"
|
| 52 |
+
paymill_log,"PAYMILL Log"
|
| 53 |
+
paymill_backend_log_version,Modulversion
|
| 54 |
+
paymill_credit_card_label,"PAYMILL Kreditkartenzahlung"
|
| 55 |
+
paymill_direct_debit_label,"PAYMILL ELV"
|
| 56 |
+
paymill_activate_sepa,"SEPA Formular anzeigen"
|
| 57 |
+
paymill_Basic_Setting,"Paymill Grundeinstellungen"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Bitte geben Sie Ihren Public Key an."
|
| 61 |
+
paymill_private_key_tooltip,"Bitte geben Sie Ihren Private Key an."
|
| 62 |
+
paymill_error_text_invalid_token,"Der folgende Fehler ist aufgetreten:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Bitte wählen Sie einen Eintrag aus"
|
| 64 |
+
paymill_action_delete,"Eintrag löschen"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Detail Debug Informationen"
|
| 66 |
+
paymill_checkout_generating_invoice,"Rechnung wird generiert"
|
| 67 |
+
paymill_log_action_success,"Ihre Operation war erfolgreich"
|
| 68 |
+
paymill_checkout_desc,Beschreibung
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Rechnungsemail senden"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Bitte geben Sie eine gültige IBAN an."
|
| 123 |
+
paymill_error_text_invalid_bic,"Bitte geben Sie eine gültige BIC an."
|
| 124 |
+
paymill_accepted_creditcards,"Akzeptierte Kreditkarten"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Bitte geben Sie eine gültige IBAN/Kontonummer ein."
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Bitte geben Sie eine gültige BIC/Bankleitzahl an."
|
| 127 |
+
paymill_prenotification,"Tage bis zum Einzug"
|
| 128 |
+
paymill_prenotification_text,"Die Lastschrift wird zu dem folgenden Termin eingezogen:"
|
| 129 |
+
paymill_show_creditcards,"Anzeige von Kreditkarten Logos"
|
| 130 |
+
paymill_select_creditcards,"Selektiere Kreditkarten Logos"
|
app/locale/de_CH/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Betrag
|
| 2 |
+
paymill_accepted_currency,"Akzeptierte Währungen"
|
| 3 |
+
paymill_opt_Enabled,Aktivieren
|
| 4 |
+
paymill_opt_Countries,"Erlaubte Länder"
|
| 5 |
+
paymill_Activate_Debugging,"Debugging aktivieren"
|
| 6 |
+
paymill_fc_active,"Fast Checkout erlauben"
|
| 7 |
+
paymill_Activate_Logging,"Logging aktivieren"
|
| 8 |
+
paymill_preAuth_active,"Kreditkarten Transaktionen im Checkout autorisieren, Buchung bei Rechnungsgenerierung durchführen."
|
| 9 |
+
paymill_private_key_comment,"Ihren Private Key können Sie dem PAYMILL Cockpit entnehmen."
|
| 10 |
+
paymill_Private_Key,"Private Key"
|
| 11 |
+
paymill_public_key_comment,"Ihren Public Key können Sie dem PAYMILL Cockpit entnehmen."
|
| 12 |
+
paymill_Public_Key,"Public Key"
|
| 13 |
+
paymill_Show_Label,"PAYMILL Label im Checkout anzeigen"
|
| 14 |
+
paymill_opt_Sort,Reihenfolge
|
| 15 |
+
paymill_token_tolerace_tooltip,"Wert der bei Generierung des PAYMILL Tokens aufgeschlagen wird, um 3-D Secure Abweichungen zu vermeiden."
|
| 16 |
+
paymill_token_tolerace_comment,"Wert der bei Generierung des PAYMILL Tokens aufgeschlagen wird, um 3-D Secure Abweichungen zu vermeiden."
|
| 17 |
+
paymill_token_tolerace,"Token Toleranz Wert"
|
| 18 |
+
paymill_Currency,Währung
|
| 19 |
+
paymill_error_text_invalid_cvc,"Ungültige CVC"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"Ungültige CVC"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Bitte geben Sie einen Inhabernamen an."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Bitte geben Sie einen Inhabernamen an."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Bitte geben Sie eine gültige Kreditkartennummer ein."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Bitte geben Sie eine gültige Kreditkartennummer ein."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Ungültiges Ablaufdatum"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Bitte geben Sie eine gültige Bankleitzahl an"
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Bitte geben Sie eine gültige Bankleitzahl an"
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Bitte geben Sie den Namen des Kontoinhabers an"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Bitte geben Sie den Namen des Kontoinhabers an"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Bitte geben Sie eine gültige Kontonummer ein"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Bitte geben Sie eine gültige Kontonummer ein"
|
| 32 |
+
paymill_error_text_invalid_payment,"Zahlart konnte nicht identifiziert werden. Bitte kontaktieren Sie den Support."
|
| 33 |
+
paymill_dialog_confirm,"Sind Sie sicher?"
|
| 34 |
+
paymill_slogan,"Sichere Kreditkartenzahlung powered by "
|
| 35 |
+
paymill_slogan_elv,"ELV powered by "
|
| 36 |
+
paymill_credit_card,Kreditkarte
|
| 37 |
+
paymill_creditcard,Kreditkarte
|
| 38 |
+
paymill_3ds_cancel,Abbrechen
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,Karteninhaber
|
| 41 |
+
paymill_Number,Kartennummer
|
| 42 |
+
paymill_Date,"Gültig bis"
|
| 43 |
+
paymill_cvc_tooltip,"Hinter dem CVV-Code bzw. CVC verbirgt sich ein Sicherheitsmerkmal von Kreditkarten, üblicherweise handelt es sich dabei um eine drei- bis vierstelligen Nummer. Der CVV-Code befindet sich auf VISA-Kreditkarten. Der gleiche Code ist auch auf MasterCard-Kreditkarten zu finden, hier allerdings unter dem Namen CVC. Die Abkürzung CVC steht dabei für Card Validation Code. Bei VISA wird der Code als Card Verification Value-Code bezeichnet. Ähnlich wie bei Mastercard und VISA gibt es auch bei Diners Club, Discover und JCB eine dreistellige Nummer, die meist auf der Rückseite der Karte zu finden ist. Bei Maestro-Karten gibt es mit und ohne dreistelligen CVV. Wird eine Maestro-Karte ohne CVV verwendet kann einfach 000 eingetragen werden. American Express verwendet die CID (Card Identification Number). Dabei handelt es sich um eine vierstellige Nummer, die meist auf der Vorderseite der Karte, rechts oberhalb der Kartennummer zu finden ist."
|
| 44 |
+
paymill_directdebit,ELV
|
| 45 |
+
paymill_direct_debit,ELV
|
| 46 |
+
paymill_bankcode,Bankleitzahl
|
| 47 |
+
paymill_account,Kontonummer
|
| 48 |
+
paymill_backend_log_entry_date,Eintragsdatum
|
| 49 |
+
paymill_backend_log_dev_info,"Entwickler Informationen"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Händler Informationen"
|
| 52 |
+
paymill_log,"PAYMILL Log"
|
| 53 |
+
paymill_backend_log_version,Modulversion
|
| 54 |
+
paymill_credit_card_label,"PAYMILL Kreditkartenzahlung"
|
| 55 |
+
paymill_direct_debit_label,"PAYMILL ELV"
|
| 56 |
+
paymill_activate_sepa,"SEPA Formular anzeigen"
|
| 57 |
+
paymill_Basic_Setting,"Paymill Grundeinstellungen"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Bitte geben Sie Ihren Public Key an."
|
| 61 |
+
paymill_private_key_tooltip,"Bitte geben Sie Ihren Private Key an."
|
| 62 |
+
paymill_error_text_invalid_token,"Der folgende Fehler ist aufgetreten:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Bitte wählen Sie einen Eintrag aus"
|
| 64 |
+
paymill_action_delete,"Eintrag löschen"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Detail Debug Informationen"
|
| 66 |
+
paymill_checkout_generating_invoice,"Rechnung wird generiert"
|
| 67 |
+
paymill_log_action_success,"Ihre Operation war erfolgreich"
|
| 68 |
+
paymill_checkout_desc,Beschreibung
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Rechnungsemail senden"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Bitte geben Sie eine gültige IBAN an."
|
| 123 |
+
paymill_error_text_invalid_bic,"Bitte geben Sie eine gültige BIC an."
|
| 124 |
+
paymill_accepted_creditcards,"Akzeptierte Kreditkarten"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Bitte geben Sie eine gültige IBAN/Kontonummer ein."
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Bitte geben Sie eine gültige BIC/Bankleitzahl an."
|
| 127 |
+
paymill_prenotification,"Tage bis zum Einzug"
|
| 128 |
+
paymill_prenotification_text,"Die Lastschrift wird zu dem folgenden Termin eingezogen:"
|
| 129 |
+
paymill_show_creditcards,"Anzeige von Kreditkarten Logos"
|
| 130 |
+
paymill_select_creditcards,"Selektiere Kreditkarten Logos"
|
app/locale/de_DE/Paymill_Paymill.csv
CHANGED
|
@@ -126,3 +126,5 @@ paymill_feedback_error_directdebit_number_iban,"Bitte geben Sie eine gültige IB
|
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Bitte geben Sie eine gültige BIC/Bankleitzahl an."
|
| 127 |
paymill_prenotification,"Tage bis zum Einzug"
|
| 128 |
paymill_prenotification_text,"Die Lastschrift wird zu dem folgenden Termin eingezogen:"
|
|
|
|
|
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Bitte geben Sie eine gültige BIC/Bankleitzahl an."
|
| 127 |
paymill_prenotification,"Tage bis zum Einzug"
|
| 128 |
paymill_prenotification_text,"Die Lastschrift wird zu dem folgenden Termin eingezogen:"
|
| 129 |
+
paymill_show_creditcards,"Anzeige von Kreditkarten Logos"
|
| 130 |
+
paymill_select_creditcards,"Selektiere Kreditkarten Logos"
|
app/locale/en_AU/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Amount
|
| 2 |
+
paymill_accepted_currency,"Accepted currencies"
|
| 3 |
+
paymill_opt_Enabled,Activate
|
| 4 |
+
paymill_opt_Countries,"Accepted countries"
|
| 5 |
+
paymill_Activate_Debugging,"Activate debugging"
|
| 6 |
+
paymill_fc_active,"Enable fast checkout"
|
| 7 |
+
paymill_Activate_Logging,"Activate logging."
|
| 8 |
+
paymill_preAuth_active,"Preauthorize transactions during checkout. Charge will be performed when generating invoices."
|
| 9 |
+
paymill_private_key_comment,"You can find your private key in the PAYMILL cockpit."
|
| 10 |
+
paymill_Private_Key,"Private key"
|
| 11 |
+
paymill_public_key_comment,"You can find your public key in the PAYMILL cockpit."
|
| 12 |
+
paymill_Public_Key,"Public key"
|
| 13 |
+
paymill_Show_Label,"Display PAYMILL logo during checkout."
|
| 14 |
+
paymill_opt_Sort,Sequence
|
| 15 |
+
paymill_token_tolerace_tooltip,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 17 |
+
paymill_token_tolerace,"Token tolerance value"
|
| 18 |
+
paymill_Currency,Currency
|
| 19 |
+
paymill_error_text_invalid_cvc,"Invalid CVC"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"Invalid CVC"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Please enter the card holder's name."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Please enter the card holder's name."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Please enter a valid credit card number."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Please enter a valid credit card number."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Invalid expiration date"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Please enter a valid direct debit bank code."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Please enter a valid direct debit bank code."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Please enter the name of the direct debit account holder"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Please enter the name of the direct debit account holder"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Please enter a valid direct debit account number"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Please enter a valid direct debit account number"
|
| 32 |
+
paymill_error_text_invalid_payment,"Payment method could not be identified. Please contact support."
|
| 33 |
+
paymill_dialog_confirm,"Are you sure?"
|
| 34 |
+
paymill_slogan,"Secure credit card payments powered by"
|
| 35 |
+
paymill_slogan_elv,"Direct debit powered by"
|
| 36 |
+
paymill_credit_card,"Credit card"
|
| 37 |
+
paymill_creditcard,"Credit card"
|
| 38 |
+
paymill_3ds_cancel,Cancel
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Card holder"
|
| 41 |
+
paymill_Number,"Card number"
|
| 42 |
+
paymill_Date,"Valid until"
|
| 43 |
+
paymill_cvc_tooltip,"The CVV code or CVC is a security feature of credit cards. It usually is a three to four digit long number. On VISA credit cards, it is called CVV code. The same code can be found on MasterCard credit cards - where however it is called CVC. CVC is an abbreviation for ""Card Validation Code"". CVV code on the other hand is an abbreviation for ""Card Validation Value code"". Similar to MasterCard and Visa, other brands such as Diners Club, Discover and JCB contain a three digit number that can usually be found on the back of the credit card. MAESTRO cards exist with and without a three digit CVV. In case a MAESTRO card without a CVV will be used, it is possible to enter 000 to the form instead. American Express uses the CID (card identification number). The CID is a four digit number that can usually be found on the front of the card, top right from the credit card number. "
|
| 44 |
+
paymill_directdebit,"Direct debit"
|
| 45 |
+
paymill_direct_debit,"Direct debit"
|
| 46 |
+
paymill_bankcode,"Bank code"
|
| 47 |
+
paymill_account,"Account number"
|
| 48 |
+
paymill_backend_log_entry_date,"Date of entry"
|
| 49 |
+
paymill_backend_log_dev_info,"Inform developer"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Merchant information"
|
| 52 |
+
paymill_log,"PAYMILL log"
|
| 53 |
+
paymill_backend_log_version,"Module version"
|
| 54 |
+
paymill_credit_card_label,"PAYMILL credit card payments"
|
| 55 |
+
paymill_direct_debit_label,"PAYMILL direct debit"
|
| 56 |
+
paymill_activate_sepa,"Show SEPA form"
|
| 57 |
+
paymill_Basic_Setting,"Paymill Basic Settings"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Please enter a valid publickey"
|
| 61 |
+
paymill_private_key_tooltip,"Please enter a valid privatekey"
|
| 62 |
+
paymill_error_text_invalid_token,"The following error occurred:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Please select an entry"
|
| 64 |
+
paymill_action_delete,"Delete entry"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Additional Developer Information"
|
| 66 |
+
paymill_checkout_generating_invoice,"Invoice is beeing generated"
|
| 67 |
+
paymill_log_action_success,"Action successful"
|
| 68 |
+
paymill_checkout_desc,"Description text"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Send invoice mail"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Please enter a valid iban"
|
| 123 |
+
paymill_error_text_invalid_bic,"Please enter a valid bic."
|
| 124 |
+
paymill_accepted_creditcards,"Accepted Credit Card Brands"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Please enter a valid IBAN/direct debit account number"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
+
paymill_prenotification,"Days until the debit"
|
| 128 |
+
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/en_CA/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Amount
|
| 2 |
+
paymill_accepted_currency,"Accepted currencies"
|
| 3 |
+
paymill_opt_Enabled,Activate
|
| 4 |
+
paymill_opt_Countries,"Accepted countries"
|
| 5 |
+
paymill_Activate_Debugging,"Activate debugging"
|
| 6 |
+
paymill_fc_active,"Enable fast checkout"
|
| 7 |
+
paymill_Activate_Logging,"Activate logging."
|
| 8 |
+
paymill_preAuth_active,"Preauthorize transactions during checkout. Charge will be performed when generating invoices."
|
| 9 |
+
paymill_private_key_comment,"You can find your private key in the PAYMILL cockpit."
|
| 10 |
+
paymill_Private_Key,"Private key"
|
| 11 |
+
paymill_public_key_comment,"You can find your public key in the PAYMILL cockpit."
|
| 12 |
+
paymill_Public_Key,"Public key"
|
| 13 |
+
paymill_Show_Label,"Display PAYMILL logo during checkout."
|
| 14 |
+
paymill_opt_Sort,Sequence
|
| 15 |
+
paymill_token_tolerace_tooltip,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 17 |
+
paymill_token_tolerace,"Token tolerance value"
|
| 18 |
+
paymill_Currency,Currency
|
| 19 |
+
paymill_error_text_invalid_cvc,"Invalid CVC"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"Invalid CVC"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Please enter the card holder's name."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Please enter the card holder's name."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Please enter a valid credit card number."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Please enter a valid credit card number."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Invalid expiration date"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Please enter a valid direct debit bank code."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Please enter a valid direct debit bank code."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Please enter the name of the direct debit account holder"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Please enter the name of the direct debit account holder"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Please enter a valid direct debit account number"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Please enter a valid direct debit account number"
|
| 32 |
+
paymill_error_text_invalid_payment,"Payment method could not be identified. Please contact support."
|
| 33 |
+
paymill_dialog_confirm,"Are you sure?"
|
| 34 |
+
paymill_slogan,"Secure credit card payments powered by"
|
| 35 |
+
paymill_slogan_elv,"Direct debit powered by"
|
| 36 |
+
paymill_credit_card,"Credit card"
|
| 37 |
+
paymill_creditcard,"Credit card"
|
| 38 |
+
paymill_3ds_cancel,Cancel
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Card holder"
|
| 41 |
+
paymill_Number,"Card number"
|
| 42 |
+
paymill_Date,"Valid until"
|
| 43 |
+
paymill_cvc_tooltip,"The CVV code or CVC is a security feature of credit cards. It usually is a three to four digit long number. On VISA credit cards, it is called CVV code. The same code can be found on MasterCard credit cards - where however it is called CVC. CVC is an abbreviation for ""Card Validation Code"". CVV code on the other hand is an abbreviation for ""Card Validation Value code"". Similar to MasterCard and Visa, other brands such as Diners Club, Discover and JCB contain a three digit number that can usually be found on the back of the credit card. MAESTRO cards exist with and without a three digit CVV. In case a MAESTRO card without a CVV will be used, it is possible to enter 000 to the form instead. American Express uses the CID (card identification number). The CID is a four digit number that can usually be found on the front of the card, top right from the credit card number. "
|
| 44 |
+
paymill_directdebit,"Direct debit"
|
| 45 |
+
paymill_direct_debit,"Direct debit"
|
| 46 |
+
paymill_bankcode,"Bank code"
|
| 47 |
+
paymill_account,"Account number"
|
| 48 |
+
paymill_backend_log_entry_date,"Date of entry"
|
| 49 |
+
paymill_backend_log_dev_info,"Inform developer"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Merchant information"
|
| 52 |
+
paymill_log,"PAYMILL log"
|
| 53 |
+
paymill_backend_log_version,"Module version"
|
| 54 |
+
paymill_credit_card_label,"PAYMILL credit card payments"
|
| 55 |
+
paymill_direct_debit_label,"PAYMILL direct debit"
|
| 56 |
+
paymill_activate_sepa,"Show SEPA form"
|
| 57 |
+
paymill_Basic_Setting,"Paymill Basic Settings"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Please enter a valid publickey"
|
| 61 |
+
paymill_private_key_tooltip,"Please enter a valid privatekey"
|
| 62 |
+
paymill_error_text_invalid_token,"The following error occurred:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Please select an entry"
|
| 64 |
+
paymill_action_delete,"Delete entry"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Additional Developer Information"
|
| 66 |
+
paymill_checkout_generating_invoice,"Invoice is beeing generated"
|
| 67 |
+
paymill_log_action_success,"Action successful"
|
| 68 |
+
paymill_checkout_desc,"Description text"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Send invoice mail"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Please enter a valid iban"
|
| 123 |
+
paymill_error_text_invalid_bic,"Please enter a valid bic."
|
| 124 |
+
paymill_accepted_creditcards,"Accepted Credit Card Brands"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Please enter a valid IBAN/direct debit account number"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
+
paymill_prenotification,"Days until the debit"
|
| 128 |
+
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/en_GB/Paymill_Paymill.csv
CHANGED
|
@@ -126,3 +126,5 @@ paymill_feedback_error_directdebit_number_iban,"Please enter a valid IBAN/direct
|
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
paymill_prenotification,"Days until the debit"
|
| 128 |
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
|
|
|
|
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
paymill_prenotification,"Days until the debit"
|
| 128 |
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/en_IE/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Amount
|
| 2 |
+
paymill_accepted_currency,"Accepted currencies"
|
| 3 |
+
paymill_opt_Enabled,Activate
|
| 4 |
+
paymill_opt_Countries,"Accepted countries"
|
| 5 |
+
paymill_Activate_Debugging,"Activate debugging"
|
| 6 |
+
paymill_fc_active,"Enable fast checkout"
|
| 7 |
+
paymill_Activate_Logging,"Activate logging."
|
| 8 |
+
paymill_preAuth_active,"Preauthorize transactions during checkout. Charge will be performed when generating invoices."
|
| 9 |
+
paymill_private_key_comment,"You can find your private key in the PAYMILL cockpit."
|
| 10 |
+
paymill_Private_Key,"Private key"
|
| 11 |
+
paymill_public_key_comment,"You can find your public key in the PAYMILL cockpit."
|
| 12 |
+
paymill_Public_Key,"Public key"
|
| 13 |
+
paymill_Show_Label,"Display PAYMILL logo during checkout."
|
| 14 |
+
paymill_opt_Sort,Sequence
|
| 15 |
+
paymill_token_tolerace_tooltip,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 17 |
+
paymill_token_tolerace,"Token tolerance value"
|
| 18 |
+
paymill_Currency,Currency
|
| 19 |
+
paymill_error_text_invalid_cvc,"Invalid CVC"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"Invalid CVC"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Please enter the card holder's name."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Please enter the card holder's name."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Please enter a valid credit card number."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Please enter a valid credit card number."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Invalid expiration date"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Please enter a valid direct debit bank code."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Please enter a valid direct debit bank code."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Please enter the name of the direct debit account holder"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Please enter the name of the direct debit account holder"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Please enter a valid direct debit account number"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Please enter a valid direct debit account number"
|
| 32 |
+
paymill_error_text_invalid_payment,"Payment method could not be identified. Please contact support."
|
| 33 |
+
paymill_dialog_confirm,"Are you sure?"
|
| 34 |
+
paymill_slogan,"Secure credit card payments powered by"
|
| 35 |
+
paymill_slogan_elv,"Direct debit powered by"
|
| 36 |
+
paymill_credit_card,"Credit card"
|
| 37 |
+
paymill_creditcard,"Credit card"
|
| 38 |
+
paymill_3ds_cancel,Cancel
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Card holder"
|
| 41 |
+
paymill_Number,"Card number"
|
| 42 |
+
paymill_Date,"Valid until"
|
| 43 |
+
paymill_cvc_tooltip,"The CVV code or CVC is a security feature of credit cards. It usually is a three to four digit long number. On VISA credit cards, it is called CVV code. The same code can be found on MasterCard credit cards - where however it is called CVC. CVC is an abbreviation for ""Card Validation Code"". CVV code on the other hand is an abbreviation for ""Card Validation Value code"". Similar to MasterCard and Visa, other brands such as Diners Club, Discover and JCB contain a three digit number that can usually be found on the back of the credit card. MAESTRO cards exist with and without a three digit CVV. In case a MAESTRO card without a CVV will be used, it is possible to enter 000 to the form instead. American Express uses the CID (card identification number). The CID is a four digit number that can usually be found on the front of the card, top right from the credit card number. "
|
| 44 |
+
paymill_directdebit,"Direct debit"
|
| 45 |
+
paymill_direct_debit,"Direct debit"
|
| 46 |
+
paymill_bankcode,"Bank code"
|
| 47 |
+
paymill_account,"Account number"
|
| 48 |
+
paymill_backend_log_entry_date,"Date of entry"
|
| 49 |
+
paymill_backend_log_dev_info,"Inform developer"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Merchant information"
|
| 52 |
+
paymill_log,"PAYMILL log"
|
| 53 |
+
paymill_backend_log_version,"Module version"
|
| 54 |
+
paymill_credit_card_label,"PAYMILL credit card payments"
|
| 55 |
+
paymill_direct_debit_label,"PAYMILL direct debit"
|
| 56 |
+
paymill_activate_sepa,"Show SEPA form"
|
| 57 |
+
paymill_Basic_Setting,"Paymill Basic Settings"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Please enter a valid publickey"
|
| 61 |
+
paymill_private_key_tooltip,"Please enter a valid privatekey"
|
| 62 |
+
paymill_error_text_invalid_token,"The following error occurred:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Please select an entry"
|
| 64 |
+
paymill_action_delete,"Delete entry"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Additional Developer Information"
|
| 66 |
+
paymill_checkout_generating_invoice,"Invoice is beeing generated"
|
| 67 |
+
paymill_log_action_success,"Action successful"
|
| 68 |
+
paymill_checkout_desc,"Description text"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Send invoice mail"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Please enter a valid iban"
|
| 123 |
+
paymill_error_text_invalid_bic,"Please enter a valid bic."
|
| 124 |
+
paymill_accepted_creditcards,"Accepted Credit Card Brands"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Please enter a valid IBAN/direct debit account number"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
+
paymill_prenotification,"Days until the debit"
|
| 128 |
+
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/en_NZ/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Amount
|
| 2 |
+
paymill_accepted_currency,"Accepted currencies"
|
| 3 |
+
paymill_opt_Enabled,Activate
|
| 4 |
+
paymill_opt_Countries,"Accepted countries"
|
| 5 |
+
paymill_Activate_Debugging,"Activate debugging"
|
| 6 |
+
paymill_fc_active,"Enable fast checkout"
|
| 7 |
+
paymill_Activate_Logging,"Activate logging."
|
| 8 |
+
paymill_preAuth_active,"Preauthorize transactions during checkout. Charge will be performed when generating invoices."
|
| 9 |
+
paymill_private_key_comment,"You can find your private key in the PAYMILL cockpit."
|
| 10 |
+
paymill_Private_Key,"Private key"
|
| 11 |
+
paymill_public_key_comment,"You can find your public key in the PAYMILL cockpit."
|
| 12 |
+
paymill_Public_Key,"Public key"
|
| 13 |
+
paymill_Show_Label,"Display PAYMILL logo during checkout."
|
| 14 |
+
paymill_opt_Sort,Sequence
|
| 15 |
+
paymill_token_tolerace_tooltip,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 17 |
+
paymill_token_tolerace,"Token tolerance value"
|
| 18 |
+
paymill_Currency,Currency
|
| 19 |
+
paymill_error_text_invalid_cvc,"Invalid CVC"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"Invalid CVC"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Please enter the card holder's name."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Please enter the card holder's name."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Please enter a valid credit card number."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Please enter a valid credit card number."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Invalid expiration date"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Please enter a valid direct debit bank code."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Please enter a valid direct debit bank code."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Please enter the name of the direct debit account holder"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Please enter the name of the direct debit account holder"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Please enter a valid direct debit account number"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Please enter a valid direct debit account number"
|
| 32 |
+
paymill_error_text_invalid_payment,"Payment method could not be identified. Please contact support."
|
| 33 |
+
paymill_dialog_confirm,"Are you sure?"
|
| 34 |
+
paymill_slogan,"Secure credit card payments powered by"
|
| 35 |
+
paymill_slogan_elv,"Direct debit powered by"
|
| 36 |
+
paymill_credit_card,"Credit card"
|
| 37 |
+
paymill_creditcard,"Credit card"
|
| 38 |
+
paymill_3ds_cancel,Cancel
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Card holder"
|
| 41 |
+
paymill_Number,"Card number"
|
| 42 |
+
paymill_Date,"Valid until"
|
| 43 |
+
paymill_cvc_tooltip,"The CVV code or CVC is a security feature of credit cards. It usually is a three to four digit long number. On VISA credit cards, it is called CVV code. The same code can be found on MasterCard credit cards - where however it is called CVC. CVC is an abbreviation for ""Card Validation Code"". CVV code on the other hand is an abbreviation for ""Card Validation Value code"". Similar to MasterCard and Visa, other brands such as Diners Club, Discover and JCB contain a three digit number that can usually be found on the back of the credit card. MAESTRO cards exist with and without a three digit CVV. In case a MAESTRO card without a CVV will be used, it is possible to enter 000 to the form instead. American Express uses the CID (card identification number). The CID is a four digit number that can usually be found on the front of the card, top right from the credit card number. "
|
| 44 |
+
paymill_directdebit,"Direct debit"
|
| 45 |
+
paymill_direct_debit,"Direct debit"
|
| 46 |
+
paymill_bankcode,"Bank code"
|
| 47 |
+
paymill_account,"Account number"
|
| 48 |
+
paymill_backend_log_entry_date,"Date of entry"
|
| 49 |
+
paymill_backend_log_dev_info,"Inform developer"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Merchant information"
|
| 52 |
+
paymill_log,"PAYMILL log"
|
| 53 |
+
paymill_backend_log_version,"Module version"
|
| 54 |
+
paymill_credit_card_label,"PAYMILL credit card payments"
|
| 55 |
+
paymill_direct_debit_label,"PAYMILL direct debit"
|
| 56 |
+
paymill_activate_sepa,"Show SEPA form"
|
| 57 |
+
paymill_Basic_Setting,"Paymill Basic Settings"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Please enter a valid publickey"
|
| 61 |
+
paymill_private_key_tooltip,"Please enter a valid privatekey"
|
| 62 |
+
paymill_error_text_invalid_token,"The following error occurred:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Please select an entry"
|
| 64 |
+
paymill_action_delete,"Delete entry"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Additional Developer Information"
|
| 66 |
+
paymill_checkout_generating_invoice,"Invoice is beeing generated"
|
| 67 |
+
paymill_log_action_success,"Action successful"
|
| 68 |
+
paymill_checkout_desc,"Description text"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Send invoice mail"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Please enter a valid iban"
|
| 123 |
+
paymill_error_text_invalid_bic,"Please enter a valid bic."
|
| 124 |
+
paymill_accepted_creditcards,"Accepted Credit Card Brands"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Please enter a valid IBAN/direct debit account number"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
+
paymill_prenotification,"Days until the debit"
|
| 128 |
+
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/en_US/Paymill_Paymill.csv
CHANGED
|
@@ -126,3 +126,5 @@ paymill_feedback_error_directdebit_number_iban,"Please enter a valid IBAN/direct
|
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
paymill_prenotification,"Days until the debit"
|
| 128 |
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
|
|
|
|
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
paymill_prenotification,"Days until the debit"
|
| 128 |
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/en_ZA/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Amount
|
| 2 |
+
paymill_accepted_currency,"Accepted currencies"
|
| 3 |
+
paymill_opt_Enabled,Activate
|
| 4 |
+
paymill_opt_Countries,"Accepted countries"
|
| 5 |
+
paymill_Activate_Debugging,"Activate debugging"
|
| 6 |
+
paymill_fc_active,"Enable fast checkout"
|
| 7 |
+
paymill_Activate_Logging,"Activate logging."
|
| 8 |
+
paymill_preAuth_active,"Preauthorize transactions during checkout. Charge will be performed when generating invoices."
|
| 9 |
+
paymill_private_key_comment,"You can find your private key in the PAYMILL cockpit."
|
| 10 |
+
paymill_Private_Key,"Private key"
|
| 11 |
+
paymill_public_key_comment,"You can find your public key in the PAYMILL cockpit."
|
| 12 |
+
paymill_Public_Key,"Public key"
|
| 13 |
+
paymill_Show_Label,"Display PAYMILL logo during checkout."
|
| 14 |
+
paymill_opt_Sort,Sequence
|
| 15 |
+
paymill_token_tolerace_tooltip,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Amount that will be surcharged when generating the PAYMILL Token. This is to avoid deviations of 3-D secure."
|
| 17 |
+
paymill_token_tolerace,"Token tolerance value"
|
| 18 |
+
paymill_Currency,Currency
|
| 19 |
+
paymill_error_text_invalid_cvc,"Invalid CVC"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"Invalid CVC"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Please enter the card holder's name."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Please enter the card holder's name."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Please enter a valid credit card number."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Please enter a valid credit card number."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Invalid expiration date"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Please enter a valid direct debit bank code."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Please enter a valid direct debit bank code."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Please enter the name of the direct debit account holder"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Please enter the name of the direct debit account holder"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Please enter a valid direct debit account number"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Please enter a valid direct debit account number"
|
| 32 |
+
paymill_error_text_invalid_payment,"Payment method could not be identified. Please contact support."
|
| 33 |
+
paymill_dialog_confirm,"Are you sure?"
|
| 34 |
+
paymill_slogan,"Secure credit card payments powered by"
|
| 35 |
+
paymill_slogan_elv,"Direct debit powered by"
|
| 36 |
+
paymill_credit_card,"Credit card"
|
| 37 |
+
paymill_creditcard,"Credit card"
|
| 38 |
+
paymill_3ds_cancel,Cancel
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Card holder"
|
| 41 |
+
paymill_Number,"Card number"
|
| 42 |
+
paymill_Date,"Valid until"
|
| 43 |
+
paymill_cvc_tooltip,"The CVV code or CVC is a security feature of credit cards. It usually is a three to four digit long number. On VISA credit cards, it is called CVV code. The same code can be found on MasterCard credit cards - where however it is called CVC. CVC is an abbreviation for ""Card Validation Code"". CVV code on the other hand is an abbreviation for ""Card Validation Value code"". Similar to MasterCard and Visa, other brands such as Diners Club, Discover and JCB contain a three digit number that can usually be found on the back of the credit card. MAESTRO cards exist with and without a three digit CVV. In case a MAESTRO card without a CVV will be used, it is possible to enter 000 to the form instead. American Express uses the CID (card identification number). The CID is a four digit number that can usually be found on the front of the card, top right from the credit card number. "
|
| 44 |
+
paymill_directdebit,"Direct debit"
|
| 45 |
+
paymill_direct_debit,"Direct debit"
|
| 46 |
+
paymill_bankcode,"Bank code"
|
| 47 |
+
paymill_account,"Account number"
|
| 48 |
+
paymill_backend_log_entry_date,"Date of entry"
|
| 49 |
+
paymill_backend_log_dev_info,"Inform developer"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Merchant information"
|
| 52 |
+
paymill_log,"PAYMILL log"
|
| 53 |
+
paymill_backend_log_version,"Module version"
|
| 54 |
+
paymill_credit_card_label,"PAYMILL credit card payments"
|
| 55 |
+
paymill_direct_debit_label,"PAYMILL direct debit"
|
| 56 |
+
paymill_activate_sepa,"Show SEPA form"
|
| 57 |
+
paymill_Basic_Setting,"Paymill Basic Settings"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Please enter a valid publickey"
|
| 61 |
+
paymill_private_key_tooltip,"Please enter a valid privatekey"
|
| 62 |
+
paymill_error_text_invalid_token,"The following error occurred:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Please select an entry"
|
| 64 |
+
paymill_action_delete,"Delete entry"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Additional Developer Information"
|
| 66 |
+
paymill_checkout_generating_invoice,"Invoice is beeing generated"
|
| 67 |
+
paymill_log_action_success,"Action successful"
|
| 68 |
+
paymill_checkout_desc,"Description text"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Send invoice mail"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Please enter a valid iban"
|
| 123 |
+
paymill_error_text_invalid_bic,"Please enter a valid bic."
|
| 124 |
+
paymill_accepted_creditcards,"Accepted Credit Card Brands"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Please enter a valid IBAN/direct debit account number"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Please enter a valid BIC/direct debit bank code"
|
| 127 |
+
paymill_prenotification,"Days until the debit"
|
| 128 |
+
paymill_prenotification_text,"The direct debit is drawn to the following date:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_AR/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_CL/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_CO/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_CR/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_ES/Paymill_Paymill.csv
CHANGED
|
@@ -124,5 +124,7 @@ paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
|
| 124 |
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
-
paymill_prenotification,"
|
| 128 |
-
paymill_prenotification_text,"
|
|
|
|
|
|
| 124 |
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_MX/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_PA/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_PE/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/es_VE/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Cantidad
|
| 2 |
+
paymill_accepted_currency,"Monedas aceptadas"
|
| 3 |
+
paymill_opt_Enabled,Activar
|
| 4 |
+
paymill_opt_Countries,"Países aceptados"
|
| 5 |
+
paymill_Activate_Debugging,"Activar debugging"
|
| 6 |
+
paymill_fc_active,"Activar la compra rápida"
|
| 7 |
+
paymill_Activate_Logging,"Activar el registro"
|
| 8 |
+
paymill_preAuth_active,"Autorizar previamente las transacciones durante el proceso de compra. Los cargos se llevarán a cabo una vez generadas las facturas."
|
| 9 |
+
paymill_private_key_comment,"Puedes encontrar tu clave privada en el Cockpit de PAYMILL"
|
| 10 |
+
paymill_Private_Key,"Clave privada"
|
| 11 |
+
paymill_public_key_comment,"Puede encontrar su clave pública en el Cockpit de PAYMILL"
|
| 12 |
+
paymill_Public_Key,"Clave pública"
|
| 13 |
+
paymill_Show_Label,"Mostrar el logo de PAYMILL durante el proceso de compra."
|
| 14 |
+
paymill_opt_Sort,Secuencia
|
| 15 |
+
paymill_token_tolerace_tooltip,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 16 |
+
paymill_token_tolerace_comment,"Cantidad adicional que se cargará cuando se genere el Token de PAYMILL. Esto es para evitar desviaciones en el 3D Secure"
|
| 17 |
+
paymill_token_tolerace,"Tolerancia del Token"
|
| 18 |
+
paymill_Currency,Moneda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduce el nombre del titular de la tarjeta"
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduce un número válido de tarjeta de crédito."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Fecha de expiración inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduce un código bancario válido de domiciliación bancaria."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduce el nombre del titular de la cuenta para la domiciliación bancaria."
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduce un número válido de la cuenta para la domiciliación bancaria."
|
| 32 |
+
paymill_error_text_invalid_payment,"El método de pago no se ha podido identificar. Por favor, contacta con nuestro equipo de soporte."
|
| 33 |
+
paymill_dialog_confirm,"¿Estás seguro?"
|
| 34 |
+
paymill_slogan,"Pagos seguros con tarjeta de crédito gestionados por"
|
| 35 |
+
paymill_slogan_elv,"Domiciliación bancaria gestionada por"
|
| 36 |
+
paymill_credit_card,"Tarjeta de crédito"
|
| 37 |
+
paymill_creditcard,"Tarjeta de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,"Código CVC"
|
| 40 |
+
paymill_Holder,"Titular de la tarjeta"
|
| 41 |
+
paymill_Number,"Número de tarjeta"
|
| 42 |
+
paymill_Date,"Válida hasta"
|
| 43 |
+
paymill_cvc_tooltip,"El código CVV o CVC es una medida de seguridad de las tarjetas de crédito. Normalmente es un número de tres a cuatro dígitos de longitud. En las tarjetas de crédito VISA, se le llama código CVV. Se puede encontrar este mismo código en las tarjetas de crédito MasterCard -donde se le llama CVC. CVC es la abreviatura de ""código de validez de la tarjeta"". El código CVV, por otro lado, es la abreviatura de ""código de valor de verificación de la tarjeta"". Parecidas a MasterCard y Visa, otras tarjetas como Diners Club, Discover y JCB contienen un número de tres dígitos que se encuentra normalmente en el reverso de la tarjeta de crédito. Las tarjetas MAESTRO pueden tener o no el código CVV de tres dígitos. En caso de usar una tarjeta MAESTRO sin CVV, puede introducir 000 en el formulario en su lugar. American Express usa el CID (número de identificación de la tarjeta). El CID es un número de cuatro dígitos que normalmente se encuentra en el anverso de la tarjeta, arriba a la derecha del número de la tarjeta de crédito."
|
| 44 |
+
paymill_directdebit,"Domiciliación bancaria"
|
| 45 |
+
paymill_direct_debit,"Domiciliación bancaria"
|
| 46 |
+
paymill_bankcode,"Código bancario"
|
| 47 |
+
paymill_account,"Número de cuenta"
|
| 48 |
+
paymill_backend_log_entry_date,"Fecha de registro"
|
| 49 |
+
paymill_backend_log_dev_info,"Desarrollador de informes"
|
| 50 |
+
paymill_backend_log_id,Identificación
|
| 51 |
+
paymill_backend_log_merchant_info,"Información del comerciante"
|
| 52 |
+
paymill_log,"Registro de PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versión del módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagos con tarjeta de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagos con dedomiciliación bancaria PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar solicitud SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Configuración Básica Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor, introduzca una clave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor, introduzca una clave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"El siguiente error ha ocurrido:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Por favor, seleccione una entrada"
|
| 64 |
+
paymill_action_delete,"Borrar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Información Adicional del Desarrollador"
|
| 66 |
+
paymill_checkout_generating_invoice,"Se está generando la factura"
|
| 67 |
+
paymill_log_action_success,"Acción correcta"
|
| 68 |
+
paymill_checkout_desc,"Texto descriptivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correo"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor, introduzca un IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor, introduzca un BIC válido."
|
| 124 |
+
paymill_accepted_creditcards,"Tipo de tarjetas de crédito aceptadas"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Por favor, indique un código bancario o identificación válida"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Por favor, indique un número de cuenta o IBAN válido"
|
| 127 |
+
paymill_prenotification,"Días hasta el cargo en cuenta."
|
| 128 |
+
paymill_prenotification_text,"El cargo en cuenta automático se realiza en la fecha siguiente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/fr_CA/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Montant
|
| 2 |
+
paymill_accepted_currency,"Devises acceptées"
|
| 3 |
+
paymill_opt_Enabled,Activer
|
| 4 |
+
paymill_opt_Countries,"Pays acceptés"
|
| 5 |
+
paymill_Activate_Debugging,"Activer le débogage"
|
| 6 |
+
paymill_fc_active,"Activer le paiement rapide."
|
| 7 |
+
paymill_Activate_Logging,"Activer la journalisation."
|
| 8 |
+
paymill_preAuth_active,"Préautoriser les transactions lors du paiement. Le montant sera prélevé lors de la génération des factures."
|
| 9 |
+
paymill_private_key_comment,"Vous trouverez votre clé privée dans le cockpit PAYMILL."
|
| 10 |
+
paymill_Private_Key,"Clé privée"
|
| 11 |
+
paymill_public_key_comment,"Vous trouverez votre clé publique dans le cockpit PAYMILL."
|
| 12 |
+
paymill_Public_Key,"Clé publique"
|
| 13 |
+
paymill_Show_Label,"Afficher l'étiquette PAYMILL lors du paiement."
|
| 14 |
+
paymill_opt_Sort,Séquence
|
| 15 |
+
paymill_token_tolerace_tooltip,"Une somme vous sera prélevée lors de la génération des crédits PAYMILL, afin d'éviter les écarts par rapport à la sécurité 3-D."
|
| 16 |
+
paymill_token_tolerace_comment,"Une somme vous sera prélevée lors de la génération des crédits PAYMILL, afin d'éviter les écarts par rapport à la sécurité 3-D."
|
| 17 |
+
paymill_token_tolerace,"Valeur de tolérance des crédits"
|
| 18 |
+
paymill_Currency,Devise
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC invalide"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC invalide"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Veuillez saisir le nom du titulaire de la carte."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Veuillez saisir le nom du titulaire de la carte."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Veuillez saisir un numéro de carte de crédit valide."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Veuillez saisir un numéro de carte de crédit valide."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Date d'expiration invalide"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Veuillez saisir un code bancaire de débit direct valide."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Veuillez saisir un code bancaire de débit direct valide."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Veuillez saisir le nom du titulaire du compte de débit direct"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Veuillez saisir le nom du titulaire du compte de débit direct"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Veuillez saisir un numéro de compte de débit direct valide"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Veuillez saisir un numéro de compte de débit direct valide"
|
| 32 |
+
paymill_error_text_invalid_payment,"Le moyen de paiement n'a pas pu être identifié. Veuillez contacter l'assistance."
|
| 33 |
+
paymill_dialog_confirm,"Êtes-vous sûr ?"
|
| 34 |
+
paymill_slogan,"Paiements par carte de crédit sécurisés fonctionnant avec"
|
| 35 |
+
paymill_slogan_elv,"Débit direct fonctionnant avec"
|
| 36 |
+
paymill_credit_card,"Carte de crédit"
|
| 37 |
+
paymill_creditcard,"Carte de crédit"
|
| 38 |
+
paymill_3ds_cancel,Annuler
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Titulaire de la carte"
|
| 41 |
+
paymill_Number,"Numéro de carte"
|
| 42 |
+
paymill_Date,"Valable jusqu'au"
|
| 43 |
+
paymill_cvc_tooltip,"Le code CVV ou CVC est une fonctionnalité de sécurité des cartes de crédit. Il se compose en général d'un nombre de trois à quatre chiffres. Sur les cartes de crédit VISA, il est appelé code CVV. On trouve le même code sur les cartes de crédit MasterCard, où il est appelé cependant CVC. CVC signifie « Card Validation Code » (« Code de validation de carte »). Le code CVV signifie quant à lui « Card Validation Value code » (« code de Valeur de validation de carte »). Similaires à MasterCard et Visa, les autres marques telles que Diners Club, Discover et JCB contiennent un nombre à trois chiffres que l'on retrouve généralement au dos de la carte de crédit. Les cartes MAESTRO existent avec et sans le CVV à trois chiffres. Si vous utilisez une carte MAESTRO sans CVV, vous pourrez saisir 000 dans le formulaire. American Express utilise le CID (card identification number - numéro d'identification de carte). Le CID est un nombre à quatre chiffres que l'on retrouve généralement à l'avant de la carte, en haut à droite du numéro de carte de crédit."
|
| 44 |
+
paymill_directdebit,"Débit direct"
|
| 45 |
+
paymill_direct_debit,"Débit direct"
|
| 46 |
+
paymill_bankcode,"Code bancaire"
|
| 47 |
+
paymill_account,"Numéro de compte"
|
| 48 |
+
paymill_backend_log_entry_date,"Date de saisie"
|
| 49 |
+
paymill_backend_log_dev_info,"Informer le développeur"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Information sur le marchand"
|
| 52 |
+
paymill_log,"Journal PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Version du module"
|
| 54 |
+
paymill_credit_card_label,"Paiements par carte de crédit PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Débit direct PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Montrer le formulaire SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Paramètres de base pour Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Veuillez entrer une clé publique valide"
|
| 61 |
+
paymill_private_key_tooltip,"Veuillez entrer une clé privée valide"
|
| 62 |
+
paymill_error_text_invalid_token,"L'erreur suivante est survenue :"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Veuillez sélectionner une entrée"
|
| 64 |
+
paymill_action_delete,"Supprimer la saisie"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Informations supplémentaires sur le développeur"
|
| 66 |
+
paymill_checkout_generating_invoice,"La facture est en cours de création"
|
| 67 |
+
paymill_log_action_success,"Action réussie"
|
| 68 |
+
paymill_checkout_desc,"Texte de description"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Envoyer une facture par courriel"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Veuillez entrer un IBAN valide"
|
| 123 |
+
paymill_error_text_invalid_bic,"Veuillez entrer un BIC valide."
|
| 124 |
+
paymill_accepted_creditcards,"Marques de cartes de crédit acceptées"
|
| 125 |
+
paymill_prenotification,"Nombre de jours avant le prélèvement"
|
| 126 |
+
paymill_prenotification_text,"Le prélèvement automatique sera effectué à la date suivante:"
|
| 127 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 128 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/fr_FR/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Montant
|
| 2 |
+
paymill_accepted_currency,"Devises acceptées"
|
| 3 |
+
paymill_opt_Enabled,Activer
|
| 4 |
+
paymill_opt_Countries,"Pays acceptés"
|
| 5 |
+
paymill_Activate_Debugging,"Activer le débogage"
|
| 6 |
+
paymill_fc_active,"Activer le paiement rapide."
|
| 7 |
+
paymill_Activate_Logging,"Activer la journalisation."
|
| 8 |
+
paymill_preAuth_active,"Préautoriser les transactions lors du paiement. Le montant sera prélevé lors de la génération des factures."
|
| 9 |
+
paymill_private_key_comment,"Vous trouverez votre clé privée dans le cockpit PAYMILL."
|
| 10 |
+
paymill_Private_Key,"Clé privée"
|
| 11 |
+
paymill_public_key_comment,"Vous trouverez votre clé publique dans le cockpit PAYMILL."
|
| 12 |
+
paymill_Public_Key,"Clé publique"
|
| 13 |
+
paymill_Show_Label,"Afficher l'étiquette PAYMILL lors du paiement."
|
| 14 |
+
paymill_opt_Sort,Séquence
|
| 15 |
+
paymill_token_tolerace_tooltip,"Une somme vous sera prélevée lors de la génération des crédits PAYMILL, afin d'éviter les écarts par rapport à la sécurité 3-D."
|
| 16 |
+
paymill_token_tolerace_comment,"Une somme vous sera prélevée lors de la génération des crédits PAYMILL, afin d'éviter les écarts par rapport à la sécurité 3-D."
|
| 17 |
+
paymill_token_tolerace,"Valeur de tolérance des crédits"
|
| 18 |
+
paymill_Currency,Devise
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC invalide"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC invalide"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Veuillez saisir le nom du titulaire de la carte."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Veuillez saisir le nom du titulaire de la carte."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Veuillez saisir un numéro de carte de crédit valide."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Veuillez saisir un numéro de carte de crédit valide."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Date d'expiration invalide"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Veuillez saisir un code bancaire de débit direct valide."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Veuillez saisir un code bancaire de débit direct valide."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Veuillez saisir le nom du titulaire du compte de débit direct"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Veuillez saisir le nom du titulaire du compte de débit direct"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Veuillez saisir un numéro de compte de débit direct valide"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Veuillez saisir un numéro de compte de débit direct valide"
|
| 32 |
+
paymill_error_text_invalid_payment,"Le moyen de paiement n'a pas pu être identifié. Veuillez contacter l'assistance."
|
| 33 |
+
paymill_dialog_confirm,"Êtes-vous sûr ?"
|
| 34 |
+
paymill_slogan,"Paiements par carte de crédit sécurisés fonctionnant avec"
|
| 35 |
+
paymill_slogan_elv,"Débit direct fonctionnant avec"
|
| 36 |
+
paymill_credit_card,"Carte de crédit"
|
| 37 |
+
paymill_creditcard,"Carte de crédit"
|
| 38 |
+
paymill_3ds_cancel,Annuler
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Titulaire de la carte"
|
| 41 |
+
paymill_Number,"Numéro de carte"
|
| 42 |
+
paymill_Date,"Valable jusqu'au"
|
| 43 |
+
paymill_cvc_tooltip,"Le code CVV ou CVC est une fonctionnalité de sécurité des cartes de crédit. Il se compose en général d'un nombre de trois à quatre chiffres. Sur les cartes de crédit VISA, il est appelé code CVV. On trouve le même code sur les cartes de crédit MasterCard, où il est appelé cependant CVC. CVC signifie « Card Validation Code » (« Code de validation de carte »). Le code CVV signifie quant à lui « Card Validation Value code » (« code de Valeur de validation de carte »). Similaires à MasterCard et Visa, les autres marques telles que Diners Club, Discover et JCB contiennent un nombre à trois chiffres que l'on retrouve généralement au dos de la carte de crédit. Les cartes MAESTRO existent avec et sans le CVV à trois chiffres. Si vous utilisez une carte MAESTRO sans CVV, vous pourrez saisir 000 dans le formulaire. American Express utilise le CID (card identification number - numéro d'identification de carte). Le CID est un nombre à quatre chiffres que l'on retrouve généralement à l'avant de la carte, en haut à droite du numéro de carte de crédit."
|
| 44 |
+
paymill_directdebit,"Débit direct"
|
| 45 |
+
paymill_direct_debit,"Débit direct"
|
| 46 |
+
paymill_bankcode,"Code bancaire"
|
| 47 |
+
paymill_account,"Numéro de compte"
|
| 48 |
+
paymill_backend_log_entry_date,"Date de saisie"
|
| 49 |
+
paymill_backend_log_dev_info,"Informer le développeur"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Information sur le marchand"
|
| 52 |
+
paymill_log,"Journal PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Version du module"
|
| 54 |
+
paymill_credit_card_label,"Paiements par carte de crédit PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Débit direct PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Montrer le formulaire SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Paramètres de base pour Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Veuillez entrer une clé publique valide"
|
| 61 |
+
paymill_private_key_tooltip,"Veuillez entrer une clé privée valide"
|
| 62 |
+
paymill_error_text_invalid_token,"L'erreur suivante est survenue :"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Veuillez sélectionner une entrée"
|
| 64 |
+
paymill_action_delete,"Supprimer la saisie"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Informations supplémentaires sur le développeur"
|
| 66 |
+
paymill_checkout_generating_invoice,"La facture est en cours de création"
|
| 67 |
+
paymill_log_action_success,"Action réussie"
|
| 68 |
+
paymill_checkout_desc,"Texte de description"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Envoyer une facture par courriel"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Veuillez entrer un IBAN valide"
|
| 123 |
+
paymill_error_text_invalid_bic,"Veuillez entrer un BIC valide."
|
| 124 |
+
paymill_accepted_creditcards,"Marques de cartes de crédit acceptées"
|
| 125 |
+
paymill_prenotification,"Nombre de jours avant le prélèvement"
|
| 126 |
+
paymill_prenotification_text,"Le prélèvement automatique sera effectué à la date suivante:"
|
| 127 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 128 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/it_CH/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Importo
|
| 2 |
+
paymill_accepted_currency,"Valute accettate"
|
| 3 |
+
paymill_opt_Enabled,Attivare
|
| 4 |
+
paymill_opt_Countries,"Paesi accettati"
|
| 5 |
+
paymill_Activate_Debugging,"Attivare il debug"
|
| 6 |
+
paymill_fc_active,"Abilitare pagamento veloce"
|
| 7 |
+
paymill_Activate_Logging,"Attivare la registrazione."
|
| 8 |
+
paymill_preAuth_active,"Preautorizzare le transazioni al momento del pagamento. L'addebito verrà effettuato durante la generazione delle fatture."
|
| 9 |
+
paymill_private_key_comment,"Può trovare la sua chiave privata nel pannello di controllo di PAYMILL."
|
| 10 |
+
paymill_Private_Key,"Chiave privata"
|
| 11 |
+
paymill_public_key_comment,"Può trovare la sua chiave pubblica nel pannello di controllo di PAYMILL."
|
| 12 |
+
paymill_Public_Key,"Chiave pubblica"
|
| 13 |
+
paymill_Show_Label,"Visualizzare l'etichetta PAYMILL durante il pagamento."
|
| 14 |
+
paymill_opt_Sort,Sequenza
|
| 15 |
+
paymill_token_tolerace_tooltip,"Importo che verrà sovraccaricato durante la generazione del Token PAYMILL. Questo per evitare deviazioni del 3-D Secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Importo che verrà sovraccaricato durante la generazione del Token PAYMILL. Questo per evitare deviazioni del 3-D Secure."
|
| 17 |
+
paymill_token_tolerace,"Valore di tolleranza Token"
|
| 18 |
+
paymill_Currency,Valuta
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC non valido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC non valido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Inserire il nome del titolare della carta."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Inserire il nome del titolare della carta."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Inserire un numero di carta di credito valido."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Inserire un numero di carta di credito valido."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Data scadenza non valida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Inserire un codice di addebito bancario diretto valido."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Inserire un codice di addebito bancario diretto valido."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Inserire il nome del titolare del conto di addebito diretto"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Inserire il nome del titolare del conto di addebito diretto"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Inserire un numero di conto di addebito diretto valido"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Inserire un numero di conto di addebito diretto valido"
|
| 32 |
+
paymill_error_text_invalid_payment,"Il metodo di pagamento non può essere identificato. Contattare il supporto per assistenza."
|
| 33 |
+
paymill_dialog_confirm,"Sei sicuro?"
|
| 34 |
+
paymill_slogan,"Pagamenti sicuri con carta di credito con tecnologia"
|
| 35 |
+
paymill_slogan_elv,"Addebito diretto con tecnologia"
|
| 36 |
+
paymill_credit_card,"Carta di credito"
|
| 37 |
+
paymill_creditcard,"Carta di credito"
|
| 38 |
+
paymill_3ds_cancel,Annullare
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Titolare carta"
|
| 41 |
+
paymill_Number,"Numero carta"
|
| 42 |
+
paymill_Date,"Valida fino al"
|
| 43 |
+
paymill_cvc_tooltip,"Il codice CVV o CVC è una funzione di sicurezza delle carte di credito. Di solito, è un numero composto da tre o quattro cifre. Sulle carte di credito VISA, è indicato come codice CVV. Lo stesso codice può essere trovato sulle carte di credito MasterCard, dove però è denominato CVC. CVC è l'abbreviazione di ""Card Validation Code"" (Codice di validazione della carta). Il codice CVV, invece, è l'abbreviazione di ""Card Validation Value code"" (Codice del valore di verifica della carta). Similmente alla MasterCard e alla Visa, altre marche come la Diners Club, la Discover e la JCB contengono un numero a tre cifre che di solito può essere trovato sul retro della carta di credito. Esistono carte MAESTRO con o senza un codice CVV a tre cifre. Nel caso in cui venga utilizzata una carta MAESTRO priva di CVV, è possibile inserire 000 nel modulo. L'American Express utilizza il CID (Numero di identificazione della carta). Il CID è un numero a quattro cifre che di solito si trova sulla parte anteriore della carta, in alto a destra dal numero della carta di credito."
|
| 44 |
+
paymill_directdebit,"Addebito diretto"
|
| 45 |
+
paymill_direct_debit,"Addebito diretto"
|
| 46 |
+
paymill_bankcode,"Codice bancario"
|
| 47 |
+
paymill_account,"Numero conto"
|
| 48 |
+
paymill_backend_log_entry_date,"Data della voce"
|
| 49 |
+
paymill_backend_log_dev_info,"Informare sviluppatore"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Informazioni operatore commerciale"
|
| 52 |
+
paymill_log,"Registro PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versione modulo"
|
| 54 |
+
paymill_credit_card_label,"Pagamenti con carta di credito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Addebito diretto PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostra SEPA da"
|
| 57 |
+
paymill_Basic_Setting,"Impostazioni principali di Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Inserire una chiave pubblica valida"
|
| 61 |
+
paymill_private_key_tooltip,"Inserire una chiave privata valida"
|
| 62 |
+
paymill_error_text_invalid_token,"Si è verificato il seguente errore:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Selezionare una voce"
|
| 64 |
+
paymill_action_delete,"Elimina voce"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Informazioni aggiuntive sviluppatore"
|
| 66 |
+
paymill_checkout_generating_invoice,"Fattura creata"
|
| 67 |
+
paymill_log_action_success,"Azione avvenuta con successo"
|
| 68 |
+
paymill_checkout_desc,Descrizione
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Invia fattura tramite e-mail"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Inserire un numero iban valido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Inserire un codice bic valido."
|
| 124 |
+
paymill_accepted_creditcards,"Marche di Carte di Credito accettate"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Per favore, inserire un codice BIC/Banca valido"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Per favore, inserire un codice IBAN/numero di conto valido"
|
| 127 |
+
paymill_prenotification,"Giorni mancanti all'addebito"
|
| 128 |
+
paymill_prenotification_text,"L'addebito sarà effettuato nella giornata seguente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/it_IT/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Importo
|
| 2 |
+
paymill_accepted_currency,"Valute accettate"
|
| 3 |
+
paymill_opt_Enabled,Attivare
|
| 4 |
+
paymill_opt_Countries,"Paesi accettati"
|
| 5 |
+
paymill_Activate_Debugging,"Attivare il debug"
|
| 6 |
+
paymill_fc_active,"Abilitare pagamento veloce"
|
| 7 |
+
paymill_Activate_Logging,"Attivare la registrazione."
|
| 8 |
+
paymill_preAuth_active,"Preautorizzare le transazioni al momento del pagamento. L'addebito verrà effettuato durante la generazione delle fatture."
|
| 9 |
+
paymill_private_key_comment,"Può trovare la sua chiave privata nel pannello di controllo di PAYMILL."
|
| 10 |
+
paymill_Private_Key,"Chiave privata"
|
| 11 |
+
paymill_public_key_comment,"Può trovare la sua chiave pubblica nel pannello di controllo di PAYMILL."
|
| 12 |
+
paymill_Public_Key,"Chiave pubblica"
|
| 13 |
+
paymill_Show_Label,"Visualizzare l'etichetta PAYMILL durante il pagamento."
|
| 14 |
+
paymill_opt_Sort,Sequenza
|
| 15 |
+
paymill_token_tolerace_tooltip,"Importo che verrà sovraccaricato durante la generazione del Token PAYMILL. Questo per evitare deviazioni del 3-D Secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Importo che verrà sovraccaricato durante la generazione del Token PAYMILL. Questo per evitare deviazioni del 3-D Secure."
|
| 17 |
+
paymill_token_tolerace,"Valore di tolleranza Token"
|
| 18 |
+
paymill_Currency,Valuta
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC non valido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC non valido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Inserire il nome del titolare della carta."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Inserire il nome del titolare della carta."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Inserire un numero di carta di credito valido."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Inserire un numero di carta di credito valido."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Data scadenza non valida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Inserire un codice di addebito bancario diretto valido."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Inserire un codice di addebito bancario diretto valido."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Inserire il nome del titolare del conto di addebito diretto"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Inserire il nome del titolare del conto di addebito diretto"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Inserire un numero di conto di addebito diretto valido"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Inserire un numero di conto di addebito diretto valido"
|
| 32 |
+
paymill_error_text_invalid_payment,"Il metodo di pagamento non può essere identificato. Contattare il supporto per assistenza."
|
| 33 |
+
paymill_dialog_confirm,"Sei sicuro?"
|
| 34 |
+
paymill_slogan,"Pagamenti sicuri con carta di credito con tecnologia"
|
| 35 |
+
paymill_slogan_elv,"Addebito diretto con tecnologia"
|
| 36 |
+
paymill_credit_card,"Carta di credito"
|
| 37 |
+
paymill_creditcard,"Carta di credito"
|
| 38 |
+
paymill_3ds_cancel,Annullare
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Titolare carta"
|
| 41 |
+
paymill_Number,"Numero carta"
|
| 42 |
+
paymill_Date,"Valida fino al"
|
| 43 |
+
paymill_cvc_tooltip,"Il codice CVV o CVC è una funzione di sicurezza delle carte di credito. Di solito, è un numero composto da tre o quattro cifre. Sulle carte di credito VISA, è indicato come codice CVV. Lo stesso codice può essere trovato sulle carte di credito MasterCard, dove però è denominato CVC. CVC è l'abbreviazione di ""Card Validation Code"" (Codice di validazione della carta). Il codice CVV, invece, è l'abbreviazione di ""Card Validation Value code"" (Codice del valore di verifica della carta). Similmente alla MasterCard e alla Visa, altre marche come la Diners Club, la Discover e la JCB contengono un numero a tre cifre che di solito può essere trovato sul retro della carta di credito. Esistono carte MAESTRO con o senza un codice CVV a tre cifre. Nel caso in cui venga utilizzata una carta MAESTRO priva di CVV, è possibile inserire 000 nel modulo. L'American Express utilizza il CID (Numero di identificazione della carta). Il CID è un numero a quattro cifre che di solito si trova sulla parte anteriore della carta, in alto a destra dal numero della carta di credito."
|
| 44 |
+
paymill_directdebit,"Addebito diretto"
|
| 45 |
+
paymill_direct_debit,"Addebito diretto"
|
| 46 |
+
paymill_bankcode,"Codice bancario"
|
| 47 |
+
paymill_account,"Numero conto"
|
| 48 |
+
paymill_backend_log_entry_date,"Data della voce"
|
| 49 |
+
paymill_backend_log_dev_info,"Informare sviluppatore"
|
| 50 |
+
paymill_backend_log_id,Id
|
| 51 |
+
paymill_backend_log_merchant_info,"Informazioni operatore commerciale"
|
| 52 |
+
paymill_log,"Registro PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versione modulo"
|
| 54 |
+
paymill_credit_card_label,"Pagamenti con carta di credito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Addebito diretto PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostra SEPA da"
|
| 57 |
+
paymill_Basic_Setting,"Impostazioni principali di Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Inserire una chiave pubblica valida"
|
| 61 |
+
paymill_private_key_tooltip,"Inserire una chiave privata valida"
|
| 62 |
+
paymill_error_text_invalid_token,"Si è verificato il seguente errore:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Selezionare una voce"
|
| 64 |
+
paymill_action_delete,"Elimina voce"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Informazioni aggiuntive sviluppatore"
|
| 66 |
+
paymill_checkout_generating_invoice,"Fattura creata"
|
| 67 |
+
paymill_log_action_success,"Azione avvenuta con successo"
|
| 68 |
+
paymill_checkout_desc,Descrizione
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Invia fattura tramite e-mail"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Inserire un numero iban valido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Inserire un codice bic valido."
|
| 124 |
+
paymill_accepted_creditcards,"Marche di Carte di Credito accettate"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Per favore, inserire un codice BIC/Banca valido"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Per favore, inserire un codice IBAN/numero di conto valido"
|
| 127 |
+
paymill_prenotification,"Giorni mancanti all'addebito"
|
| 128 |
+
paymill_prenotification_text,"L'addebito sarà effettuato nella giornata seguente:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/pt_BR/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Valor
|
| 2 |
+
paymill_accepted_currency,"Moedas aceites"
|
| 3 |
+
paymill_opt_Enabled,Ativar
|
| 4 |
+
paymill_opt_Countries,"Países aceites"
|
| 5 |
+
paymill_Activate_Debugging,"Ativar a depuração"
|
| 6 |
+
paymill_fc_active,"Ativar o checkout rápido"
|
| 7 |
+
paymill_Activate_Logging,"Ativar o registo."
|
| 8 |
+
paymill_preAuth_active,"Pré-autorize as transações durante o checkout. A cobrança será realizada ao gerar as faturas."
|
| 9 |
+
paymill_private_key_comment,"Você pode encontrar a sua chave privada no cockpit da PAYMILL."
|
| 10 |
+
paymill_Private_Key,"Chave privada"
|
| 11 |
+
paymill_public_key_comment,"Você pode encontrar a sua chave pública no cockpit da PAYMILL."
|
| 12 |
+
paymill_Public_Key,"Chave pública"
|
| 13 |
+
paymill_Show_Label,"Exibir o selo PAYMILL durante o checkout."
|
| 14 |
+
paymill_opt_Sort,Sequência
|
| 15 |
+
paymill_token_tolerace_tooltip,"Valor que será sobretaxado ao gerar o Token PAYMILL. Isto serve para evitar desvios do 3-D secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Valor que será sobretaxado ao gerar o Token PAYMILL. Isto serve para evitar desvios do 3-D secure."
|
| 17 |
+
paymill_token_tolerace,"Valor de tolerância do token"
|
| 18 |
+
paymill_Currency,Moeda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduza o nome do titular do cartão."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduza o nome do titular do cartão."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduza um número de cartão de crédito válido."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduza um número de cartão de crédito válido."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Data de validade inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduza um código bancário de débito direto válido."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduza um código bancário de débito direto válido."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduza o nome do titular da conta de débito direto"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduza o nome do titular da conta de débito direto"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduza um número de conta de débito direto válido"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduza um número de conta de débito direto válido"
|
| 32 |
+
paymill_error_text_invalid_payment,"O método de pagamento não pode ser identificado. Por favor, contacte o apoio ao cliente."
|
| 33 |
+
paymill_dialog_confirm,"Tem a certeza?"
|
| 34 |
+
paymill_slogan,"Pagamentos com cartão de crédito seguros fornecidos por"
|
| 35 |
+
paymill_slogan_elv,"Débito direto fornecido por"
|
| 36 |
+
paymill_credit_card,"Cartão de crédito"
|
| 37 |
+
paymill_creditcard,"Cartão de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Titular do cartão"
|
| 41 |
+
paymill_Number,"Número do cartão"
|
| 42 |
+
paymill_Date,"Válido até"
|
| 43 |
+
paymill_cvc_tooltip,"O código CVV ou CVC é uma funcionalidade de segurança dos cartões de crédito. Normalmente é um número com três ou quatro dígitos. Nos cartões de crédito VISA, é chamado de código CVV. O mesmo código pode ser encontrado nos cartões de crédito MasterCard - onde no entanto é chamado de CVC. CVC é uma abreviatura para ""Código de Validação do Cartão"". O código CVV, por outro lado, é uma abreviatura para ""Código para Valor de Validação do Cartão"". De forma semelhante à MasterCard e à Visa, outras marcas tais como o Diners Club, Discover e JCB contêm um número de três dígitos que normalmente pode ser encontrado na parte de trás do cartão de crédito. Existem cartões MAESTRO com e sem um CVV de três dígitos. No caso de ser utilizado um cartão MAESTRO sem CVV, é possível introduzir 000 no formulário. A American Express utiliza o CID (número de identificação do cartão). O CID é um número de quatro dígitos que pode ser encontrado na parte da frente do cartão, no topo à direita do número do cartão de crédito."
|
| 44 |
+
paymill_directdebit,"Débito direto"
|
| 45 |
+
paymill_direct_debit,"Débito direto"
|
| 46 |
+
paymill_bankcode,"Código do banco"
|
| 47 |
+
paymill_account,"Número da conta"
|
| 48 |
+
paymill_backend_log_entry_date,"Data de entrada"
|
| 49 |
+
paymill_backend_log_dev_info,"Informar o programador"
|
| 50 |
+
paymill_backend_log_id,Identificação
|
| 51 |
+
paymill_backend_log_merchant_info,"Informação do comerciante"
|
| 52 |
+
paymill_log,"Registo PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versão do módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagamentos por cartão de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagamentos por Débito direto PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar formulário SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Definições Básicas do Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor introduza uma chave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor introduza uma chave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"Ocorreu o seguinte erro:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Seleccione uma entrada"
|
| 64 |
+
paymill_action_delete,"Eliminar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Informações adicionais acerca do desenvolvimento"
|
| 66 |
+
paymill_checkout_generating_invoice,"Está a ser criada a factura"
|
| 67 |
+
paymill_log_action_success,"Acção bem sucedida"
|
| 68 |
+
paymill_checkout_desc,"Texto descritivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correio"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor insira um IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor insira um BIC válido"
|
| 124 |
+
paymill_accepted_creditcards,"Marcas de Cartão de Crédito Aceites"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Indique um BIC/número de identificação bancária válido"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Indique um IBAN/número de conta válido"
|
| 127 |
+
paymill_prenotification,"Dias até ao débito"
|
| 128 |
+
paymill_prenotification_text,"O débito direto é feito na seguinte data:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
app/locale/pt_PT/Paymill_Paymill.csv
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paymill_Amount,Valor
|
| 2 |
+
paymill_accepted_currency,"Moedas aceites"
|
| 3 |
+
paymill_opt_Enabled,Ativar
|
| 4 |
+
paymill_opt_Countries,"Países aceites"
|
| 5 |
+
paymill_Activate_Debugging,"Ativar a depuração"
|
| 6 |
+
paymill_fc_active,"Ativar o checkout rápido"
|
| 7 |
+
paymill_Activate_Logging,"Ativar o registo."
|
| 8 |
+
paymill_preAuth_active,"Pré-autorize as transações durante o checkout. A cobrança será realizada ao gerar as faturas."
|
| 9 |
+
paymill_private_key_comment,"Você pode encontrar a sua chave privada no cockpit da PAYMILL."
|
| 10 |
+
paymill_Private_Key,"Chave privada"
|
| 11 |
+
paymill_public_key_comment,"Você pode encontrar a sua chave pública no cockpit da PAYMILL."
|
| 12 |
+
paymill_Public_Key,"Chave pública"
|
| 13 |
+
paymill_Show_Label,"Exibir o selo PAYMILL durante o checkout."
|
| 14 |
+
paymill_opt_Sort,Sequência
|
| 15 |
+
paymill_token_tolerace_tooltip,"Valor que será sobretaxado ao gerar o Token PAYMILL. Isto serve para evitar desvios do 3-D secure."
|
| 16 |
+
paymill_token_tolerace_comment,"Valor que será sobretaxado ao gerar o Token PAYMILL. Isto serve para evitar desvios do 3-D secure."
|
| 17 |
+
paymill_token_tolerace,"Valor de tolerância do token"
|
| 18 |
+
paymill_Currency,Moeda
|
| 19 |
+
paymill_error_text_invalid_cvc,"CVC inválido"
|
| 20 |
+
PAYMILL_field_invalid_card_cvc,"CVC inválido"
|
| 21 |
+
paymill_error_text_invalid_holder_cc,"Por favor, introduza o nome do titular do cartão."
|
| 22 |
+
PAYMILL_field_invalid_card_holder,"Por favor, introduza o nome do titular do cartão."
|
| 23 |
+
paymill_error_text_invalid_number_cc,"Por favor, introduza um número de cartão de crédito válido."
|
| 24 |
+
PAYMILL_field_invalid_card_number,"Por favor, introduza um número de cartão de crédito válido."
|
| 25 |
+
paymill_error_text_invalid_expdate,"Data de validade inválida"
|
| 26 |
+
PAYMILL_field_invalid_bank_code,"Por favor, introduza um código bancário de débito direto válido."
|
| 27 |
+
paymill_error_text_invalid_bankcode,"Por favor, introduza um código bancário de débito direto válido."
|
| 28 |
+
paymill_error_text_invalid_holder_elv,"Por favor, introduza o nome do titular da conta de débito direto"
|
| 29 |
+
PAYMILL_field_invalid_account_holder,"Por favor, introduza o nome do titular da conta de débito direto"
|
| 30 |
+
paymill_error_text_invalid_number_elv,"Por favor, introduza um número de conta de débito direto válido"
|
| 31 |
+
PAYMILL_field_invalid_account_number,"Por favor, introduza um número de conta de débito direto válido"
|
| 32 |
+
paymill_error_text_invalid_payment,"O método de pagamento não pode ser identificado. Por favor, contacte o apoio ao cliente."
|
| 33 |
+
paymill_dialog_confirm,"Tem a certeza?"
|
| 34 |
+
paymill_slogan,"Pagamentos com cartão de crédito seguros fornecidos por"
|
| 35 |
+
paymill_slogan_elv,"Débito direto fornecido por"
|
| 36 |
+
paymill_credit_card,"Cartão de crédito"
|
| 37 |
+
paymill_creditcard,"Cartão de crédito"
|
| 38 |
+
paymill_3ds_cancel,Cancelar
|
| 39 |
+
paymill_Cvc,CVC
|
| 40 |
+
paymill_Holder,"Titular do cartão"
|
| 41 |
+
paymill_Number,"Número do cartão"
|
| 42 |
+
paymill_Date,"Válido até"
|
| 43 |
+
paymill_cvc_tooltip,"O código CVV ou CVC é uma funcionalidade de segurança dos cartões de crédito. Normalmente é um número com três ou quatro dígitos. Nos cartões de crédito VISA, é chamado de código CVV. O mesmo código pode ser encontrado nos cartões de crédito MasterCard - onde no entanto é chamado de CVC. CVC é uma abreviatura para ""Código de Validação do Cartão"". O código CVV, por outro lado, é uma abreviatura para ""Código para Valor de Validação do Cartão"". De forma semelhante à MasterCard e à Visa, outras marcas tais como o Diners Club, Discover e JCB contêm um número de três dígitos que normalmente pode ser encontrado na parte de trás do cartão de crédito. Existem cartões MAESTRO com e sem um CVV de três dígitos. No caso de ser utilizado um cartão MAESTRO sem CVV, é possível introduzir 000 no formulário. A American Express utiliza o CID (número de identificação do cartão). O CID é um número de quatro dígitos que pode ser encontrado na parte da frente do cartão, no topo à direita do número do cartão de crédito."
|
| 44 |
+
paymill_directdebit,"Débito direto"
|
| 45 |
+
paymill_direct_debit,"Débito direto"
|
| 46 |
+
paymill_bankcode,"Código do banco"
|
| 47 |
+
paymill_account,"Número da conta"
|
| 48 |
+
paymill_backend_log_entry_date,"Data de entrada"
|
| 49 |
+
paymill_backend_log_dev_info,"Informar o programador"
|
| 50 |
+
paymill_backend_log_id,Identificação
|
| 51 |
+
paymill_backend_log_merchant_info,"Informação do comerciante"
|
| 52 |
+
paymill_log,"Registo PAYMILL"
|
| 53 |
+
paymill_backend_log_version,"Versão do módulo"
|
| 54 |
+
paymill_credit_card_label,"Pagamentos por cartão de crédito PAYMILL"
|
| 55 |
+
paymill_direct_debit_label,"Pagamentos por Débito direto PAYMILL"
|
| 56 |
+
paymill_activate_sepa,"Mostrar formulário SEPA"
|
| 57 |
+
paymill_Basic_Setting,"Definições Básicas do Paymill"
|
| 58 |
+
paymill_iban,IBAN
|
| 59 |
+
paymill_bic,BIC
|
| 60 |
+
paymill_public_key_tooltip,"Por favor introduza uma chave pública válida"
|
| 61 |
+
paymill_private_key_tooltip,"Por favor introduza uma chave privada válida"
|
| 62 |
+
paymill_error_text_invalid_token,"Ocorreu o seguinte erro:"
|
| 63 |
+
paymill_error_text_no_entry_selected,"Seleccione uma entrada"
|
| 64 |
+
paymill_action_delete,"Eliminar entrada"
|
| 65 |
+
paymill_backend_log_dev_info_additional,"Informações adicionais acerca do desenvolvimento"
|
| 66 |
+
paymill_checkout_generating_invoice,"Está a ser criada a factura"
|
| 67 |
+
paymill_log_action_success,"Acção bem sucedida"
|
| 68 |
+
paymill_checkout_desc,"Texto descritivo"
|
| 69 |
+
"General undefined response.","General undefined response."
|
| 70 |
+
"Still waiting on something.","Still waiting on something."
|
| 71 |
+
"General success response.","General success response."
|
| 72 |
+
"General problem with data.","General problem with data."
|
| 73 |
+
"General problem with payment data.","General problem with payment data."
|
| 74 |
+
"Problem with credit card data.","Problem with credit card data."
|
| 75 |
+
"Problem with cvv.","Problem with cvv."
|
| 76 |
+
"Card expired or not yet valid.","Card expired or not yet valid."
|
| 77 |
+
"Limit exceeded.","Limit exceeded."
|
| 78 |
+
"Card invalid.","Card invalid."
|
| 79 |
+
"Expiry date not valid.","Expiry date not valid."
|
| 80 |
+
"Credit card brand required.","Credit card brand required."
|
| 81 |
+
"Problem with bank account data.","Problem with bank account data."
|
| 82 |
+
"Bank account data combination mismatch.","Bank account data combination mismatch."
|
| 83 |
+
"User authentication failed.","User authentication failed."
|
| 84 |
+
"Problem with 3d secure data.","Problem with 3d secure data."
|
| 85 |
+
"Currency / amount mismatch","Currency / amount mismatch"
|
| 86 |
+
"Problem with input data.","Problem with input data."
|
| 87 |
+
"Amount too low or zero.","Amount too low or zero."
|
| 88 |
+
"Usage field too long.","Usage field too long."
|
| 89 |
+
"Currency not allowed.","Currency not allowed."
|
| 90 |
+
"General problem with backend.","General problem with backend."
|
| 91 |
+
"Country blacklisted.","Country blacklisted."
|
| 92 |
+
"Technical error with credit card.","Technical error with credit card."
|
| 93 |
+
"Error limit exceeded.","Error limit exceeded."
|
| 94 |
+
"Card declined by authorization system.","Card declined by authorization system."
|
| 95 |
+
"Manipulation or stolen card.","Manipulation or stolen card."
|
| 96 |
+
"Card restricted.","Card restricted"
|
| 97 |
+
"Invalid card configuration data.","Invalid card configuration data."
|
| 98 |
+
"Technical error with bank account.","Technical error with bank account."
|
| 99 |
+
"Card blacklisted.","Card blacklisted."
|
| 100 |
+
"Technical error with 3D secure.","Technical error with 3D secure."
|
| 101 |
+
"Decline because of risk issues.","Decline because of risk issues."
|
| 102 |
+
"General timeout.","General timeout."
|
| 103 |
+
"Timeout on side of the acquirer.","Timeout on side of the acquirer."
|
| 104 |
+
"Risk management transaction timeout.","Risk management transaction timeout"
|
| 105 |
+
"Duplicate transaction.","Duplicate transaction."
|
| 106 |
+
PAYMILL_internal_server_error,"The communication with the psp failed."
|
| 107 |
+
PAYMILL_invalid_public_key,"The public key is invalid."
|
| 108 |
+
PAYMILL_invalid_payment_data,"Paymentmethod, card type currency or country not authorized"
|
| 109 |
+
PAYMILL_unknown_error,"Unknown Error"
|
| 110 |
+
PAYMILL_3ds_cancelled,"3-D Secure process has been canceled by the user"
|
| 111 |
+
PAYMILL_field_invalid_card_exp_year,"Invalid Expiry Year"
|
| 112 |
+
PAYMILL_field_invalid_card_exp_month,"Invalid Expiry Month"
|
| 113 |
+
PAYMILL_field_invalid_card_exp,"Credit Card not valid"
|
| 114 |
+
PAYMILL_field_invalid_amount_int,"Missing amount for 3-D Secure"
|
| 115 |
+
PAYMILL_field_field_invalid_amount,"Missing amount for 3-D Secure"
|
| 116 |
+
PAYMILL_field_field_field_invalid_currency,"Invalid currency for 3-D Secure"
|
| 117 |
+
PAYMILL_field_invalid_iban,"Invalid IBAN"
|
| 118 |
+
PAYMILL_field_invalid_bic,"Invalid BIC"
|
| 119 |
+
PAYMILL_field_invalid_country,"Invalid country for sepa transactions"
|
| 120 |
+
PAYMILL_field_invalid_bank_data,"Invalid bank data"
|
| 121 |
+
paymill_send_invoice_mail,"Enviar factura por correio"
|
| 122 |
+
paymill_error_text_invalid_iban_elv,"Por favor insira um IBAN válido"
|
| 123 |
+
paymill_error_text_invalid_bic,"Por favor insira um BIC válido"
|
| 124 |
+
paymill_accepted_creditcards,"Marcas de Cartão de Crédito Aceites"
|
| 125 |
+
paymill_feedback_error_directdebit_number_iban,"Indique um BIC/número de identificação bancária válido"
|
| 126 |
+
paymill_feedback_error_directdebit_bankcode_bic,"Indique um IBAN/número de conta válido"
|
| 127 |
+
paymill_prenotification,"Dias até ao débito"
|
| 128 |
+
paymill_prenotification_text,"O débito direto é feito na seguinte data:"
|
| 129 |
+
paymill_show_creditcards,"Show creditcard logos"
|
| 130 |
+
paymill_select_creditcards,"Select creditcard logos"
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Paymill_Paymill</name>
|
| 4 |
-
<version>3.6.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -13,16 +13,13 @@ The Paymill Magento extension provides a credit card form and a direct debit for
|
|
| 13 |
<br /><br />
|
| 14 |
IMPORTANT: Only use the latest version.
|
| 15 |
</description>
|
| 16 |
-
<notes> *
|
| 17 |
-
*
|
| 18 |
-
*
|
| 19 |
-
* added Prenotification for SEPA
|
| 20 |
-
* updated PHP Wrapper
|
| 21 |
-
</notes>
|
| 22 |
<authors><author><name>PayIntelligent</name><user>Paymill</user><email>community@paymill.de</email></author></authors>
|
| 23 |
-
<date>2014-
|
| 24 |
-
<time>
|
| 25 |
-
<contents><target name="magecommunity"><dir name="Paymill"><dir><dir name="Paymill"><dir name="Block"><dir name="Adminhtml"><dir name="Log"><file name="Grid.php" hash="7d74f94403297eeb551272ad5c94513f"/><dir name="View"><file name="Plane.php" hash="179e10aea0213d2caed595ae9111b993"/><file name="Tabs.php" hash="d16d9748921a34067242eaf92d6f299e"/></dir><file name="View.php" hash="af850dd16c3e7505a69a6cb3ca3fbc27"/></dir><file name="Log.php" hash="02930fb46a2a4569176ceb29c45037e8"/></dir><dir name="Payment"><dir name="Form"><file name="PaymentFormAbstract.php" hash="b42edc338110bd2f81fcf85169d3d82c"/><file name="PaymentFormCreditcard.php" hash="4ab6e5fd7ed822e951af4e6e146d62db"/><file name="PaymentFormDirectdebit.php" hash="ea9ab99268994373866162d432d27556"/></dir><dir name="Info"><file name="PaymentFormCreditcard.php" hash="9d11216e743fa204bea678276f5a16b3"/><file name="PaymentFormDirectdebit.php" hash="d3a3e0384aa932972a97bc8f719ff545"/></dir></dir></dir><dir name="Helper"><file name="CustomerHelper.php" hash="c2470707af04507f97ddf2badbccad15"/><file name="Data.php" hash="8e55041f6bb52f1e142b86dfa486b85e"/><file name="FastCheckoutHelper.php" hash="d8577264d2bd9d60b231e12377b8385c"/><file name="LoggingHelper.php" hash="53ea7f4d5c3af8de149a06dbe37ac061"/><file name="OptionHelper.php" hash="946835d135b4a557abd37da91fe18e0c"/><file name="PaymentHelper.php" hash="a0fd6101dc9086645e88979608f63bf8"/><file name="RefundHelper.php" hash="b936d48e6f9022acb0370ec755cf5850"/><file name="TransactionHelper.php" hash="47d9c36e832df8fcb6d6b2de87e09197"/></dir><dir name="Model"><file name="Fastcheckout.php" hash="e3b585d2f3265300f08fa44a4e9ccd7b"/><dir name="Log"><file name="Search.php" hash="0ca873e4779126dabf04a413cf53b619"/></dir><file name="Log.php" hash="0662d814e53bd2eeb6f5c906c16ad971"/><dir name="Method"><file name="MethodModelAbstract.php" hash="c9e628ed3dd27c1ee0f5bff51bac92e4"/><file name="MethodModelCreditcard.php" hash="b9732130e949f346cf3a4e63614f812e"/><file name="MethodModelDirectdebit.php" hash="bc7bc9b40760ca488e48a257dccc768d"/></dir><dir name="Mysql4"><dir name="Fastcheckout"><file name="Collection.php" hash="14d4aa413ec952fd2452f08ab2a208f6"/></dir><file name="Fastcheckout.php" hash="9b19c307417862938442ddd6789f2b43"/><dir name="Log"><file name="Collection.php" hash="cf4d8fec68a4cc44b2e47bf69e014cf3"/></dir><file name="Log.php" hash="bdf0bf498c1214955e20e72185e5320f"/></dir><file name="Observer.php" hash="2c28ba431d7292e542e803bdc473803b"/><dir name="Source"><dir name="Creditcard"><file name="Creditcards.php" hash="f9814533458669b89b7edaa43d5979e2"/></dir></dir><file name="TransactionData.php" hash="e23465382d7a6a30d207156e1bc89989"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LogController.php" hash="fe634fc07d161f160ae060600561a0b1"/></dir><file name="TokenController.php" hash="8b606f0728fd556a6180ebeb042dbf13"/></dir><dir name="etc"><file name="adminhtml.xml" hash="402c36431d690ffa9b7eae074cadfb4e"/><file name="config.xml" hash="776fbffa41ce092ce5d353831a79ba9d"/><file name="system.xml" hash="6f02a611de60c4d057e3df518d4f91d8"/></dir><dir name="sql"><dir name="paymill_setup"><file name="mysql4-install-3.0.0.php" hash="37e5e1850e143315779e30bd1b45f277"/></dir></dir></dir><dir name="Paymillcc"><dir name="Block"><dir name="Form"><file name="Paymill.php" hash="e0a8d4d996c4d967433d146c66066675"/></dir><dir name="Info"><file name="Paymill.php" hash="227a03895daff070b81db745832113b5"/></dir></dir><dir name="Helper"><file name="Data.php" hash="901beaefa74e1d111d535b6d7a039f8b"/></dir><file name="LibraryVersion.php" hash="5df580a71fe7d5ef555838427b00ffba"/><dir name="Model"><file name="Customerdata.php" hash="cb9acf05ad612c3012554b6e20c66a20"/><dir name="Mysql4"><dir name="Customerdata"><file name="Collection.php" hash="b89dd70704e7fdf0cd6cd955c8bec7e3"/></dir><file name="Customerdata.php" hash="fd65309ee965a98e6840127c70ca3fdd"/></dir><file name="PaymentAbstract.php" hash="bbf1ecb31bcf6bef5614bad8ac4a9cc8"/><file name="PaymentMethod.php" hash="92650ea95a9d1b5a0e28b1c637528a65"/></dir><dir name="etc"><file name="config.xml" hash="13911c0caf93dff2089d96f8bc859059"/><file name="system.xml" hash="049a03e9b93fe7c4d30bc171c93a956c"/></dir><dir name="sql"><dir name="paymillcc_setup"><file name="mysql4-install-2.1.2.php" hash="5a4fd9f053eebe81b1db9a62ab3e5c90"/><file name="mysql4-upgrade-2.1.1-2.1.2.php" hash="5a4fd9f053eebe81b1db9a62ab3e5c90"/></dir></dir></dir><dir name="Paymillelv"><dir name="Block"><dir name="Form"><file name="Paymill.php" hash="6dc2c36cbbbd9837c211cdfb2e266891"/></dir><dir name="Info"><file name="Paymill.php" hash="688faf632b0511f1f7551b85d6025ce8"/></dir></dir><dir name="Helper"><file name="Data.php" hash="f245b99eaf05d7a4d8870eea95a4f3a2"/></dir><dir name="Model"><file name="Customerdata.php" hash="4c8b2c12fb3855a7c527c72cb61ea563"/><dir name="Mysql4"><dir name="Customerdata"><file name="Collection.php" hash="b8ad389912dde4201bdcd77757cc8b3f"/></dir><file name="Customerdata.php" hash="d7adacd7f5fd8fff667226db0a849e71"/></dir><file name="PaymentAbstract.php" hash="bbf1ecb31bcf6bef5614bad8ac4a9cc8"/><file name="PaymentMethod.php" hash="a74bd8e73439d789d29e1b40cb150ebb"/></dir><dir name="etc"><file name="config.xml" hash="a4fa5e1f8217aff5dd70c4ebbfd3feed"/><file name="system.xml" hash="193a984065342a7ec2621f9b3e3aa6f5"/></dir><dir name="sql"><dir name="paymillelv_setup"><file name="mysql4-install-2.1.2.php" hash="114ff4ff631bdea4a965d58d563c44b7"/><file name="mysql4-upgrade-2.1.1-2.1.2.php" hash="114ff4ff631bdea4a965d58d563c44b7"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="template"><dir name="paymill"><dir><dir name="log"><file name="view.phtml" hash="2d4df28de6e1cb4701963db3d0c0545c"/></dir><dir name="payment"><dir name="info"><file name="creditcard.phtml" hash="1c604ec666d9a3028a04c0d9a4257e4a"/><file name="creditcard_pdf.phtml" hash="68febe619bb9918b785dcbb0593c4ebe"/><file name="directdebit.phtml" hash="1c604ec666d9a3028a04c0d9a4257e4a"/><file name="directdebit_pdf.phtml" hash="5a2e5c36d4f4702e5f9be4b5affe3421"/></dir></dir></dir></dir></dir><dir name="layout"><file name="paymill.xml" hash="fcc95f6e7c375fee779178a0f9f1a1d8"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="paymill"><dir><dir name="form"><file name="paymill.phtml" hash="a51c471c33a281335ff87715b4656fed"/><file name="paymill_elv.phtml" hash="1cd97b98a789cdd47e8edbf82f28f276"/></dir><dir name="payment"><dir name="form"><file name="creditcard.phtml" hash="923878f7aa6539880da3fe3586d55c00"/><file name="directdebit.phtml" hash="3f10d3a47c0709a06db7fcdb5fc455b5"/></dir><dir name="info"><file name="creditcard.phtml" hash="42f875eb1b6e3e6151ddf152ef0bf13a"/><file name="directdebit.phtml" hash="7117525384b82b84fbbbe1f42c52328c"/></dir></dir></dir></dir></dir><dir name="layout"><file name="paymill.xml" hash="ac314488d98573d5ce3695f9c7513084"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Paymill_Paymill.xml" hash="d36d3af5f5752dcf87517272ddb9af53"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Paymill_Paymill.csv" hash="b9815da02f77516b381b7cc566a7a707"/></dir><dir name="en_GB"><file name="Paymill_Paymill.csv" hash="f8b3768af168ea784abc70cf5932d5cd"/></dir><dir name="en_US"><file name="Paymill_Paymill.csv" hash="f8b3768af168ea784abc70cf5932d5cd"/></dir><dir name="es_ES"><file name="Paymill_Paymill.csv" hash="99c3b3cbf4ae61add7c174e55f350947"/></dir></target><target name="mage"><dir name="js"><dir name="paymill"><file name="BrandDetection.js" hash="398d4b916fbbce5e84e6788517a02064"/><file name="Iban.js" hash="c05a4791a0cc414f2f7cc720fcd665ec"/><file name="paymentForm.js" hash="bb6627fa8762b2f2a65bb8a22ae42210"/></dir></dir></target><target name="magelib"><dir name="Services"><dir><dir name="Paymill"><dir name="Apiclient"><file name="Curl.php" hash="cce77823a94425aaa2b421e63f130422"/><file name="Interface.php" hash="349309458455e550c562fb17cf23f4a6"/><file name="paymill.crt" hash="51e14b4c734e450402ea2cf73f2aee0f"/></dir><file name="Base.php" hash="141fa330c6894ff15faf413be19bf209"/><file name="Clients.php" hash="c8eb5fe8780f2da7b5eb173a5be43c7f"/><file name="Exception.php" hash="9beffb75d92c0de3c1c7ea5b33930fff"/><file name="LoggingInterface.php" hash="46ebeede1da14b761c54a18aff6c3b79"/><file name="Offers.php" hash="e2dcf9c9a54d9aba16e1caf02b438098"/><file name="PaymentProcessor.php" hash="4ee5f6e16dfdefaa8dc6565cfce2d271"/><file name="Payments.php" hash="d2a6d0679701d100c9e876f88215455c"/><file name="Preauthorizations.php" hash="597f7228584f32ee42d8916ae098b454"/><file name="Refunds.php" hash="e909af53108426a9e178417db850675f"/><file name="Subscriptions.php" hash="b72a31c4041029e08df1d7e85aa7391b"/><file name="Transactions.php" hash="382c12f290752b7c50e2001cdf5cd4a8"/><file name="Webhooks.php" hash="5fd2e6baf7bb0dc3ad8edb1eab41fb91"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="paymill"><file name="logo.css" hash="a0597a469bd0e0354ac4e561621d6584"/></dir></dir><dir name="images"><dir name="paymill"><file name="ajax-loader.gif" hash="07c56b266e277696ee3d9e3ffd627450"/><file name="icon_32x20_amex.png" hash="42c5fb43b4b603804b50da9761927d40"/><file name="icon_32x20_carta-si.png" hash="236ea747b59067b1d25cdc317e52aae5"/><file name="icon_32x20_carte-bleue.png" hash="187f19af694d83bd745c278845c3b3cd"/><file name="icon_32x20_china-unionpay.png" hash="6c9d16d6c65c0da5ff11e8ae13b01d15"/><file name="icon_32x20_dankort.png" hash="938df2f2100d1182dfdd677eb6a0bded"/><file name="icon_32x20_diners-club.png" hash="0a7a8fc8f679ccf05d91298c9968629c"/><file name="icon_32x20_discover.png" hash="4fe8ef419087bed97cddbdeb251b847c"/><file name="icon_32x20_jcb.png" hash="774a040f938c5566fa3fddfa840d4743"/><file name="icon_32x20_maestro.png" hash="a6ffd22c9bbedb603449e2aa6136dbd1"/><file name="icon_32x20_mastercard.png" hash="09aef6dcbc50038605b7c0e5a38eb76e"/><file name="icon_32x20_visa.png" hash="e6d54e5c0120202eb5757bcfe499d73b"/><file name="icon_paymill.png" hash="303983a288b45cc7ddc5b88ad2eedd51"/></dir></dir></dir></dir></dir></target></contents>
|
| 26 |
<compatible/>
|
| 27 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 28 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Paymill_Paymill</name>
|
| 4 |
+
<version>3.6.7</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License</license>
|
| 7 |
<channel>community</channel>
|
| 13 |
<br /><br />
|
| 14 |
IMPORTANT: Only use the latest version.
|
| 15 |
</description>
|
| 16 |
+
<notes> * Updated the feature for showing the credit card logos. Now it is possible to use the old behaviour by setting "Show Credit Card Logos" to No.
|
| 17 |
+
* fixed a bug, where the invoice had an other currency then the order.
|
| 18 |
+
* fixed design issue with the credit card logos in Magento 1.9</notes>
|
|
|
|
|
|
|
|
|
|
| 19 |
<authors><author><name>PayIntelligent</name><user>Paymill</user><email>community@paymill.de</email></author></authors>
|
| 20 |
+
<date>2014-06-26</date>
|
| 21 |
+
<time>13:23:48</time>
|
| 22 |
+
<contents><target name="magecommunity"><dir name="Paymill"><dir><dir name="Paymill"><dir name="Block"><dir name="Adminhtml"><dir name="Log"><file name="Grid.php" hash="7d74f94403297eeb551272ad5c94513f"/><dir name="View"><file name="Plane.php" hash="179e10aea0213d2caed595ae9111b993"/><file name="Tabs.php" hash="d16d9748921a34067242eaf92d6f299e"/></dir><file name="View.php" hash="af850dd16c3e7505a69a6cb3ca3fbc27"/></dir><file name="Log.php" hash="02930fb46a2a4569176ceb29c45037e8"/></dir><dir name="Payment"><dir name="Form"><file name="PaymentFormAbstract.php" hash="b42edc338110bd2f81fcf85169d3d82c"/><file name="PaymentFormCreditcard.php" hash="1325765e53033d1686690254175d91f2"/><file name="PaymentFormDirectdebit.php" hash="ea9ab99268994373866162d432d27556"/></dir><dir name="Info"><file name="PaymentFormCreditcard.php" hash="9d11216e743fa204bea678276f5a16b3"/><file name="PaymentFormDirectdebit.php" hash="d3a3e0384aa932972a97bc8f719ff545"/></dir></dir></dir><dir name="Helper"><file name="CustomerHelper.php" hash="c2470707af04507f97ddf2badbccad15"/><file name="Data.php" hash="8e55041f6bb52f1e142b86dfa486b85e"/><file name="FastCheckoutHelper.php" hash="d8577264d2bd9d60b231e12377b8385c"/><file name="LoggingHelper.php" hash="53ea7f4d5c3af8de149a06dbe37ac061"/><file name="OptionHelper.php" hash="946835d135b4a557abd37da91fe18e0c"/><file name="PaymentHelper.php" hash="0753ba95d8dd5cbc681c51f0625643dd"/><file name="RefundHelper.php" hash="b936d48e6f9022acb0370ec755cf5850"/><file name="TransactionHelper.php" hash="47d9c36e832df8fcb6d6b2de87e09197"/></dir><dir name="Model"><file name="Fastcheckout.php" hash="e3b585d2f3265300f08fa44a4e9ccd7b"/><dir name="Log"><file name="Search.php" hash="0ca873e4779126dabf04a413cf53b619"/></dir><file name="Log.php" hash="0662d814e53bd2eeb6f5c906c16ad971"/><dir name="Method"><file name="MethodModelAbstract.php" hash="c9e628ed3dd27c1ee0f5bff51bac92e4"/><file name="MethodModelCreditcard.php" hash="ecd578bbc36169b853ea86af94003e95"/><file name="MethodModelDirectdebit.php" hash="bc7bc9b40760ca488e48a257dccc768d"/></dir><dir name="Mysql4"><dir name="Fastcheckout"><file name="Collection.php" hash="14d4aa413ec952fd2452f08ab2a208f6"/></dir><file name="Fastcheckout.php" hash="9b19c307417862938442ddd6789f2b43"/><dir name="Log"><file name="Collection.php" hash="cf4d8fec68a4cc44b2e47bf69e014cf3"/></dir><file name="Log.php" hash="bdf0bf498c1214955e20e72185e5320f"/></dir><file name="Observer.php" hash="2c28ba431d7292e542e803bdc473803b"/><dir name="Source"><dir name="Creditcard"><file name="Creditcards.php" hash="f9814533458669b89b7edaa43d5979e2"/></dir></dir><file name="TransactionData.php" hash="e23465382d7a6a30d207156e1bc89989"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="LogController.php" hash="fe634fc07d161f160ae060600561a0b1"/></dir><file name="TokenController.php" hash="8b606f0728fd556a6180ebeb042dbf13"/></dir><dir name="etc"><file name="adminhtml.xml" hash="402c36431d690ffa9b7eae074cadfb4e"/><file name="config.xml" hash="ef72923124d5e2f84fca79993a318f0e"/><file name="system.xml" hash="ea31bdc8d52b0ffe0f9fc13b1b00a966"/></dir><dir name="sql"><dir name="paymill_setup"><file name="mysql4-install-3.0.0.php" hash="37e5e1850e143315779e30bd1b45f277"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="template"><dir name="paymill"><dir><dir name="log"><file name="view.phtml" hash="2d4df28de6e1cb4701963db3d0c0545c"/></dir><dir name="payment"><dir name="info"><file name="creditcard.phtml" hash="1c604ec666d9a3028a04c0d9a4257e4a"/><file name="creditcard_pdf.phtml" hash="68febe619bb9918b785dcbb0593c4ebe"/><file name="directdebit.phtml" hash="1c604ec666d9a3028a04c0d9a4257e4a"/><file name="directdebit_pdf.phtml" hash="5a2e5c36d4f4702e5f9be4b5affe3421"/></dir></dir></dir></dir></dir><dir name="layout"><file name="paymill.xml" hash="fcc95f6e7c375fee779178a0f9f1a1d8"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="paymill"><dir><dir name="form"><file name="paymill.phtml" hash="a51c471c33a281335ff87715b4656fed"/><file name="paymill_elv.phtml" hash="1cd97b98a789cdd47e8edbf82f28f276"/></dir><dir name="payment"><dir name="form"><file name="creditcard.phtml" hash="ca7e565c6a8a7bfcab039239129a2d6f"/><file name="directdebit.phtml" hash="3f10d3a47c0709a06db7fcdb5fc455b5"/></dir><dir name="info"><file name="creditcard.phtml" hash="42f875eb1b6e3e6151ddf152ef0bf13a"/><file name="directdebit.phtml" hash="7117525384b82b84fbbbe1f42c52328c"/></dir></dir></dir></dir></dir><dir name="layout"><file name="paymill.xml" hash="ac314488d98573d5ce3695f9c7513084"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Paymill_Paymill.xml" hash="d36d3af5f5752dcf87517272ddb9af53"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Paymill_Paymill.csv" hash="c3cc9c9a9934be845c651a3382cebe32"/></dir><dir name="de_AT"><file name="Paymill_Paymill.csv" hash="c3cc9c9a9934be845c651a3382cebe32"/></dir><dir name="de_CH"><file name="Paymill_Paymill.csv" hash="c3cc9c9a9934be845c651a3382cebe32"/></dir><dir name="en_AU"><file name="Paymill_Paymill.csv" hash="b9e9d30e5ec53261a758a2aaf8f2e2e8"/></dir><dir name="en_CA"><file name="Paymill_Paymill.csv" hash="b9e9d30e5ec53261a758a2aaf8f2e2e8"/></dir><dir name="en_GB"><file name="Paymill_Paymill.csv" hash="b9e9d30e5ec53261a758a2aaf8f2e2e8"/></dir><dir name="en_IE"><file name="Paymill_Paymill.csv" hash="b9e9d30e5ec53261a758a2aaf8f2e2e8"/></dir><dir name="en_NZ"><file name="Paymill_Paymill.csv" hash="b9e9d30e5ec53261a758a2aaf8f2e2e8"/></dir><dir name="en_US"><file name="Paymill_Paymill.csv" hash="b9e9d30e5ec53261a758a2aaf8f2e2e8"/></dir><dir name="en_ZA"><file name="Paymill_Paymill.csv" hash="b9e9d30e5ec53261a758a2aaf8f2e2e8"/></dir><dir name="es_AR"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_CL"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_CO"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_CR"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_ES"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_MX"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_PA"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_PE"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="es_VE"><file name="Paymill_Paymill.csv" hash="95ff252199a43c231f4cd01220617ed5"/></dir><dir name="fr_CA"><file name="Paymill_Paymill.csv" hash="573ed8ba882328e704bae72b57c27a9d"/></dir><dir name="fr_FR"><file name="Paymill_Paymill.csv" hash="573ed8ba882328e704bae72b57c27a9d"/></dir><dir name="it_CH"><file name="Paymill_Paymill.csv" hash="bb47cd0472e6af88d747ca6dac9906a6"/></dir><dir name="it_IT"><file name="Paymill_Paymill.csv" hash="bb47cd0472e6af88d747ca6dac9906a6"/></dir><dir name="pt_BR"><file name="Paymill_Paymill.csv" hash="55f9df3881e90c066933b1cce686c370"/></dir><dir name="pt_PT"><file name="Paymill_Paymill.csv" hash="55f9df3881e90c066933b1cce686c370"/></dir></target><target name="mage"><dir name="js"><dir name="paymill"><file name="BrandDetection.js" hash="398d4b916fbbce5e84e6788517a02064"/><file name="Iban.js" hash="c05a4791a0cc414f2f7cc720fcd665ec"/><file name="paymentForm.js" hash="bb6627fa8762b2f2a65bb8a22ae42210"/></dir></dir></target><target name="magelib"><dir name="Services"><dir><dir name="Paymill"><dir name="Apiclient"><file name="Curl.php" hash="cce77823a94425aaa2b421e63f130422"/><file name="Interface.php" hash="349309458455e550c562fb17cf23f4a6"/><file name="paymill.crt" hash="51e14b4c734e450402ea2cf73f2aee0f"/></dir><file name="Base.php" hash="141fa330c6894ff15faf413be19bf209"/><file name="Clients.php" hash="c8eb5fe8780f2da7b5eb173a5be43c7f"/><file name="Exception.php" hash="9beffb75d92c0de3c1c7ea5b33930fff"/><file name="LoggingInterface.php" hash="46ebeede1da14b761c54a18aff6c3b79"/><file name="Offers.php" hash="e2dcf9c9a54d9aba16e1caf02b438098"/><file name="PaymentProcessor.php" hash="4ee5f6e16dfdefaa8dc6565cfce2d271"/><file name="Payments.php" hash="d2a6d0679701d100c9e876f88215455c"/><file name="Preauthorizations.php" hash="597f7228584f32ee42d8916ae098b454"/><file name="Refunds.php" hash="e909af53108426a9e178417db850675f"/><file name="Subscriptions.php" hash="b72a31c4041029e08df1d7e85aa7391b"/><file name="Transactions.php" hash="382c12f290752b7c50e2001cdf5cd4a8"/><file name="Webhooks.php" hash="5fd2e6baf7bb0dc3ad8edb1eab41fb91"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="paymill"><file name="logo.css" hash="a0597a469bd0e0354ac4e561621d6584"/></dir></dir><dir name="images"><dir name="paymill"><file name="ajax-loader.gif" hash="07c56b266e277696ee3d9e3ffd627450"/><file name="icon_32x20_amex.png" hash="42c5fb43b4b603804b50da9761927d40"/><file name="icon_32x20_carta-si.png" hash="236ea747b59067b1d25cdc317e52aae5"/><file name="icon_32x20_carte-bleue.png" hash="187f19af694d83bd745c278845c3b3cd"/><file name="icon_32x20_china-unionpay.png" hash="6c9d16d6c65c0da5ff11e8ae13b01d15"/><file name="icon_32x20_dankort.png" hash="938df2f2100d1182dfdd677eb6a0bded"/><file name="icon_32x20_diners-club.png" hash="0a7a8fc8f679ccf05d91298c9968629c"/><file name="icon_32x20_dinersclub.png" hash="0a7a8fc8f679ccf05d91298c9968629c"/><file name="icon_32x20_discover.png" hash="4fe8ef419087bed97cddbdeb251b847c"/><file name="icon_32x20_jcb.png" hash="774a040f938c5566fa3fddfa840d4743"/><file name="icon_32x20_maestro.png" hash="a6ffd22c9bbedb603449e2aa6136dbd1"/><file name="icon_32x20_mastercard.png" hash="09aef6dcbc50038605b7c0e5a38eb76e"/><file name="icon_32x20_unionpay.png" hash="6c9d16d6c65c0da5ff11e8ae13b01d15"/><file name="icon_32x20_visa.png" hash="e6d54e5c0120202eb5757bcfe499d73b"/><file name="icon_paymill.png" hash="303983a288b45cc7ddc5b88ad2eedd51"/></dir></dir></dir></dir></dir></target></contents>
|
| 23 |
<compatible/>
|
| 24 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 25 |
</package>
|
skin/frontend/base/default/images/paymill/icon_32x20_dinersclub.png
ADDED
|
Binary file
|
skin/frontend/base/default/images/paymill/icon_32x20_unionpay.png
ADDED
|
Binary file
|
