Version Notes
no additional notes included
Download this release
Release Info
Developer | Esphere Dev Team |
Extension | Skrill_Hosted_Payment_Solution |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- app/code/community/Skrill/Block/Payment/Form/{Ent.php → Ali.php} +3 -3
- app/code/community/Skrill/Helper/Data.php +20 -0
- app/code/community/Skrill/Helper/VersionTracker.php +77 -0
- app/code/community/Skrill/Model/Method/{Ent.php → Ali.php} +5 -5
- app/code/community/Skrill/Model/Method/Skrill.php +25 -13
- app/code/community/Skrill/controllers/PaymentController.php +3 -0
- app/code/community/Skrill/etc/config.xml +15 -13
- app/code/community/Skrill/etc/system.xml +100 -88
- app/design/adminhtml/default/Skrill/template/system/config/edit.phtml +2 -2
- app/locale/af_ZA/Skrill.csv +3 -2
- app/locale/ar_DZ/Skrill.csv +3 -2
- app/locale/ar_EG/Skrill.csv +3 -2
- app/locale/ar_KW/Skrill.csv +3 -2
- app/locale/ar_MA/Skrill.csv +3 -2
- app/locale/ar_SA/Skrill.csv +3 -2
- app/locale/az_AZ/Skrill.csv +3 -2
- app/locale/be_BY/Skrill.csv +3 -2
- app/locale/bg_BG/Skrill.csv +3 -2
- app/locale/bn_BD/Skrill.csv +3 -2
- app/locale/bs_BA/Skrill.csv +3 -2
- app/locale/ca_ES/Skrill.csv +3 -2
- app/locale/cs_CZ/Skrill.csv +3 -2
- app/locale/cy_GB/Skrill.csv +3 -2
- app/locale/da_DK/Skrill.csv +3 -2
- app/locale/de_AT/Skrill.csv +3 -2
- app/locale/de_CH/Skrill.csv +3 -2
- app/locale/de_DE/Skrill.csv +3 -2
- app/locale/el_GR/Skrill.csv +3 -2
- app/locale/en_AU/Skrill.csv +3 -2
- app/locale/en_CA/Skrill.csv +3 -2
- app/locale/en_GB/Skrill.csv +3 -2
- app/locale/en_IE/Skrill.csv +3 -2
- app/locale/en_NZ/Skrill.csv +3 -2
- app/locale/en_US/Skrill.csv +3 -2
- app/locale/es_AR/Skrill.csv +3 -2
- app/locale/es_CL/Skrill.csv +3 -2
- app/locale/es_CO/Skrill.csv +3 -2
- app/locale/es_CR/Skrill.csv +3 -2
- app/locale/es_ES/Skrill.csv +3 -2
- app/locale/es_MX/Skrill.csv +3 -2
- app/locale/es_PA/Skrill.csv +3 -2
- app/locale/es_PE/Skrill.csv +3 -2
- app/locale/es_VE/Skrill.csv +3 -2
- app/locale/et_EE/Skrill.csv +3 -2
- app/locale/fa_IR/Skrill.csv +3 -2
- app/locale/fi_FI/Skrill.csv +3 -2
- app/locale/fil_PH/Skrill.csv +3 -2
- app/locale/fr_CA/Skrill.csv +3 -2
- app/locale/fr_FR/Skrill.csv +3 -2
- app/locale/gl_ES/Skrill.csv +3 -2
- app/locale/gu_IN/Skrill.csv +3 -2
- app/locale/he_IL/Skrill.csv +3 -2
- app/locale/hi_IN/Skrill.csv +3 -2
- app/locale/hr_HR/Skrill.csv +3 -2
- app/locale/hu_HU/Skrill.csv +3 -2
- app/locale/id_ID/Skrill.csv +3 -2
- app/locale/is_IS/Skrill.csv +3 -2
- app/locale/it_CH/Skrill.csv +3 -2
- app/locale/it_IT/Skrill.csv +3 -2
- app/locale/ja_JP/Skrill.csv +3 -2
- app/locale/ka_GE/Skrill.csv +3 -2
- app/locale/km_KH/Skrill.csv +3 -2
- app/locale/ko_KR/Skrill.csv +3 -2
- app/locale/lo_LA/Skrill.csv +3 -2
- app/locale/lt_LT/Skrill.csv +3 -2
- app/locale/lv_LV/Skrill.csv +3 -2
- app/locale/mk_MK/Skrill.csv +3 -2
- app/locale/mn_MN/Skrill.csv +3 -2
- app/locale/ms_MY/Skrill.csv +3 -2
- app/locale/nb_NO/Skrill.csv +3 -2
- app/locale/nl_NL/Skrill.csv +3 -2
- app/locale/nn_NO/Skrill.csv +3 -2
- app/locale/pl_PL/Skrill.csv +3 -2
- app/locale/pt_BR/Skrill.csv +3 -2
- app/locale/pt_PT/Skrill.csv +3 -2
- app/locale/ro_RO/Skrill.csv +3 -2
- app/locale/ru_RU/Skrill.csv +3 -2
- app/locale/sk_SK/Skrill.csv +3 -2
- app/locale/sl_SI/Skrill.csv +3 -2
- app/locale/sq_AL/Skrill.csv +3 -2
- app/locale/sr_RS/Skrill.csv +3 -2
- app/locale/sv_SE/Skrill.csv +3 -2
- app/locale/sw_KE/Skrill.csv +3 -2
- app/locale/th_TH/Skrill.csv +3 -2
- app/locale/tr_TR/Skrill.csv +3 -2
- app/locale/uk_UA/Skrill.csv +3 -2
- app/locale/vi_VN/Skrill.csv +3 -2
- app/locale/zh_CN/Skrill.csv +3 -2
- app/locale/zh_HK/Skrill.csv +3 -2
- app/locale/zh_TW/Skrill.csv +3 -2
- package.xml +4 -4
- skin/frontend/base/default/images/skrill/alipay.png +0 -0
app/code/community/Skrill/Block/Payment/Form/{Ent.php → Ali.php}
RENAMED
@@ -18,15 +18,15 @@
|
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
21 |
-
class
|
22 |
{
|
23 |
/**
|
24 |
* Construct
|
25 |
*/
|
26 |
protected function _construct()
|
27 |
{
|
28 |
-
$this->_logoAlt = Mage::helper('skrill')->__('
|
29 |
-
$this->_logoUrl = $this->getSkinUrl('images/skrill/
|
30 |
parent::_construct();
|
31 |
}
|
32 |
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
21 |
+
class Skrill_Block_Payment_Form_Ali extends Skrill_Block_Payment_Form_Abstract
|
22 |
{
|
23 |
/**
|
24 |
* Construct
|
25 |
*/
|
26 |
protected function _construct()
|
27 |
{
|
28 |
+
$this->_logoAlt = Mage::helper('skrill')->__('SKRILL_FRONTEND_PM_ALI');
|
29 |
+
$this->_logoUrl = $this->getSkinUrl('images/skrill/alipay.png');
|
30 |
parent::_construct();
|
31 |
}
|
32 |
|
app/code/community/Skrill/Helper/Data.php
CHANGED
@@ -1445,5 +1445,25 @@ class Skrill_Helper_Data extends Mage_Core_Helper_Abstract
|
|
1445 |
return $result;
|
1446 |
}
|
1447 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1448 |
}
|
1449 |
|
1445 |
return $result;
|
1446 |
}
|
1447 |
|
1448 |
+
public function getMerchantData($storeId)
|
1449 |
+
{
|
1450 |
+
|
1451 |
+
$versionData['transaction_mode'] = 'LIVE';
|
1452 |
+
$versionData['ip_address'] = $_SERVER['SERVER_ADDR'];
|
1453 |
+
$versionData['shop_version'] = Mage::getVersion();
|
1454 |
+
$versionData['plugin_version'] = Mage::getStoreConfig('payment/skrill_settings/version', $storeId);
|
1455 |
+
$versionData['client'] = 'Skrill';
|
1456 |
+
$versionData['merchant_id'] = Mage::getStoreConfig('payment/skrill_settings/merchant_id', $storeId);
|
1457 |
+
$versionData['shop_system'] = 'Magento';
|
1458 |
+
$versionData['shop_url'] = Mage::getStoreConfig('payment/skrill_settings/shop_url', $storeId);
|
1459 |
+
|
1460 |
+
if (Mage::getStoreConfig('payment/skrill_settings/merchant_account', $storeId))
|
1461 |
+
$versionData['email'] = Mage::getStoreConfig('payment/skrill_settings/merchant_account', $storeId);
|
1462 |
+
else
|
1463 |
+
$versionData['email'] = Mage::getModel('admin/user')->getCollection()->getFirstItem()->getData('email');
|
1464 |
+
|
1465 |
+
return $versionData;
|
1466 |
+
}
|
1467 |
+
|
1468 |
}
|
1469 |
|
app/code/community/Skrill/Helper/VersionTracker.php
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* 2015 Skrill
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 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/afl-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@prestashop.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @author Skrill <contact@skrill.com>
|
16 |
+
* @copyright 2015 Skrill
|
17 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
18 |
+
* International Registered Trademark & Property of Skrill
|
19 |
+
*/
|
20 |
+
|
21 |
+
class Skrill_Helper_VersionTracker extends Mage_Core_Helper_Abstract
|
22 |
+
{
|
23 |
+
private static $versionTrackerUrl = 'http://api.dbserver.payreto.eu/v1/tracker';
|
24 |
+
|
25 |
+
private static function getVersionTrackerUrl()
|
26 |
+
{
|
27 |
+
return self::$versionTrackerUrl;
|
28 |
+
}
|
29 |
+
|
30 |
+
private static function getResponseData($data, $url)
|
31 |
+
{
|
32 |
+
$ch = curl_init();
|
33 |
+
curl_setopt($ch, CURLOPT_URL, $url);
|
34 |
+
curl_setopt($ch, CURLOPT_POST, 1);
|
35 |
+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
36 |
+
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
37 |
+
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
38 |
+
|
39 |
+
$response = curl_exec($ch);
|
40 |
+
if (curl_errno($ch)) {
|
41 |
+
return false;
|
42 |
+
}
|
43 |
+
curl_close($ch);
|
44 |
+
return json_decode($response, true);
|
45 |
+
}
|
46 |
+
|
47 |
+
private static function getVersionTrackerParameter($versionData)
|
48 |
+
{
|
49 |
+
$data = 'transaction_mode=' .$versionData['transaction_mode'].
|
50 |
+
'&ip_address=' .$versionData['ip_address'].
|
51 |
+
'&shop_version=' .$versionData['shop_version'].
|
52 |
+
'&plugin_version=' .$versionData['plugin_version'].
|
53 |
+
'&client=' .$versionData['client'].
|
54 |
+
'&hash=' .md5($versionData['shop_version'].$versionData['plugin_version'].$versionData['client']);
|
55 |
+
|
56 |
+
if ($versionData['shop_system']) {
|
57 |
+
$data .= '&shop_system=' .$versionData['shop_system'];
|
58 |
+
}
|
59 |
+
if ($versionData['email']) {
|
60 |
+
$data .= '&email=' .$versionData['email'];
|
61 |
+
}
|
62 |
+
if ($versionData['merchant_id']) {
|
63 |
+
$data .= '&merchant_id=' .$versionData['merchant_id'];
|
64 |
+
}
|
65 |
+
if ($versionData['shop_url']) {
|
66 |
+
$data .= '&shop_url=' .$versionData['shop_url'];
|
67 |
+
}
|
68 |
+
return $data;
|
69 |
+
}
|
70 |
+
|
71 |
+
public static function sendVersionTracker($versionData)
|
72 |
+
{
|
73 |
+
$postData = self::getVersionTrackerParameter($versionData);
|
74 |
+
$url = self::getVersionTrackerUrl();
|
75 |
+
return self::getResponseData($postData, $url);
|
76 |
+
}
|
77 |
+
}
|
app/code/community/Skrill/Model/Method/{Ent.php → Ali.php}
RENAMED
@@ -18,7 +18,7 @@
|
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
21 |
-
class
|
22 |
{
|
23 |
|
24 |
/**
|
@@ -26,26 +26,26 @@ class Skrill_Model_Method_Ent extends Skrill_Model_Method_Skrill
|
|
26 |
*
|
27 |
* @var string
|
28 |
*/
|
29 |
-
protected $_formBlockType = 'skrill/
|
30 |
|
31 |
/**
|
32 |
* Magento method code
|
33 |
*
|
34 |
* @var string
|
35 |
*/
|
36 |
-
protected $_code = '
|
37 |
|
38 |
/**
|
39 |
*
|
40 |
* @var string
|
41 |
*/
|
42 |
-
protected $_accountBrand = '
|
43 |
|
44 |
/**
|
45 |
* Payment Title
|
46 |
*
|
47 |
* @var type
|
48 |
*/
|
49 |
-
protected $_methodTitle = '
|
50 |
|
51 |
}
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
21 |
+
class Skrill_Model_Method_Ali extends Skrill_Model_Method_Skrill
|
22 |
{
|
23 |
|
24 |
/**
|
26 |
*
|
27 |
* @var string
|
28 |
*/
|
29 |
+
protected $_formBlockType = 'skrill/payment_form_ali';
|
30 |
|
31 |
/**
|
32 |
* Magento method code
|
33 |
*
|
34 |
* @var string
|
35 |
*/
|
36 |
+
protected $_code = 'skrill_ali';
|
37 |
|
38 |
/**
|
39 |
*
|
40 |
* @var string
|
41 |
*/
|
42 |
+
protected $_accountBrand = 'ALI';
|
43 |
|
44 |
/**
|
45 |
* Payment Title
|
46 |
*
|
47 |
* @var type
|
48 |
*/
|
49 |
+
protected $_methodTitle = 'SKRILL_FRONTEND_PM_ALI';
|
50 |
|
51 |
}
|
app/code/community/Skrill/Model/Method/Skrill.php
CHANGED
@@ -141,10 +141,12 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
141 |
public function getSkrillSettings()
|
142 |
{
|
143 |
$settings = array(
|
|
|
144 |
'merchant_account' => Mage::getStoreConfig('payment/skrill_settings/merchant_account', $this->getOrder()->getStoreId()),
|
145 |
'recipient_desc' => Mage::getStoreConfig('payment/skrill_settings/recipient_desc', $this->getOrder()->getStoreId()),
|
146 |
'logo_url' => urlencode(Mage::getStoreConfig('payment/skrill_settings/logo_url', $this->getOrder()->getStoreId())),
|
147 |
-
'api_passwd' => Mage::getStoreConfig('payment/skrill_settings/api_passwd', $this->getOrder()->getStoreId())
|
|
|
148 |
);
|
149 |
|
150 |
return $settings;
|
@@ -207,7 +209,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
207 |
|
208 |
public function getSid($fields)
|
209 |
{
|
210 |
-
$url = 'https://pay.skrill.com
|
211 |
|
212 |
foreach($fields as $key=>$value) {
|
213 |
$fields_string .= $key.'='.$value.'&';
|
@@ -241,7 +243,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
241 |
|
242 |
public function getPaymentMethods()
|
243 |
{
|
244 |
-
$payment_methods = "WLT,PSC,ACC,VSA,MSC,VSD,VSE,MAE,AMX,DIN,JCB,GCB,DNK,PSP,CSI,OBT,GIR,DID,SFT,
|
245 |
$pm_list = explode(",", $payment_methods);
|
246 |
//$list = $this->getAccountBrand().',';
|
247 |
$list = '';
|
@@ -267,15 +269,9 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
267 |
$contact = Mage::helper('skrill')->getContactData($this->getOrder());
|
268 |
$basket = Mage::helper('skrill')->getBasketData($this->getOrder());
|
269 |
$settings = $this->getSkrillSettings();
|
270 |
-
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
271 |
-
switch ($langs) {
|
272 |
-
case 'de':
|
273 |
-
$lang = 'DE';
|
274 |
-
break;
|
275 |
|
276 |
-
|
277 |
-
|
278 |
-
}
|
279 |
|
280 |
$postParameters['pay_to_email'] = $settings['merchant_account'];
|
281 |
$postParameters['recipient_description'] = $settings['recipient_desc'];
|
@@ -284,7 +280,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
284 |
// $postParameters['status_url'] = Mage::getUrl('skrill/payment/handleStatus/',array('_secure'=>true));
|
285 |
// $postParameters['status_url'] = "mailto: ";
|
286 |
$postParameters['cancel_url'] = Mage::getUrl('checkout/onepage/',array('_secure'=>true));
|
287 |
-
$postParameters['language'] = $
|
288 |
$postParameters['logo_url'] = $settings['logo_url'];
|
289 |
$postParameters['prepare_only'] = 1;
|
290 |
$postParameters['pay_from_email'] = $contact['email'];
|
@@ -297,6 +293,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
297 |
$postParameters['amount'] = $basket['amount'];
|
298 |
$postParameters['currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
|
299 |
$postParameters['detail1_description'] = "Order pay from ".$contact['email'];
|
|
|
300 |
if ($this->_code != "skrill_flexible")
|
301 |
$postParameters['payment_methods'] = $this->getAccountBrand();
|
302 |
|
@@ -309,7 +306,7 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
309 |
if (!$sid)
|
310 |
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
311 |
|
312 |
-
Mage::getSingleton('customer/session')->setRedirectUrl('https://pay.skrill.com
|
313 |
|
314 |
if ($this->getDisplay() == "IFRAME" )
|
315 |
return Mage::app()->getStore(Mage::getDesign()->getStore())->getUrl('skrill/payment/qcheckout/', array('_secure'=>true));
|
@@ -317,6 +314,21 @@ abstract class Skrill_Model_Method_Skrill extends Mage_Payment_Model_Method_Abst
|
|
317 |
return Mage::getSingleton('customer/session')->getRedirectUrl();
|
318 |
|
319 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
|
321 |
public function capture(Varien_Object $payment, $amount)
|
322 |
{
|
141 |
public function getSkrillSettings()
|
142 |
{
|
143 |
$settings = array(
|
144 |
+
'merchant_id' => Mage::getStoreConfig('payment/skrill_settings/merchant_id', $this->getOrder()->getStoreId()),
|
145 |
'merchant_account' => Mage::getStoreConfig('payment/skrill_settings/merchant_account', $this->getOrder()->getStoreId()),
|
146 |
'recipient_desc' => Mage::getStoreConfig('payment/skrill_settings/recipient_desc', $this->getOrder()->getStoreId()),
|
147 |
'logo_url' => urlencode(Mage::getStoreConfig('payment/skrill_settings/logo_url', $this->getOrder()->getStoreId())),
|
148 |
+
'api_passwd' => Mage::getStoreConfig('payment/skrill_settings/api_passwd', $this->getOrder()->getStoreId()),
|
149 |
+
'secret_word' => Mage::getStoreConfig('payment/skrill_settings/secret_word', $this->getOrder()->getStoreId())
|
150 |
);
|
151 |
|
152 |
return $settings;
|
209 |
|
210 |
public function getSid($fields)
|
211 |
{
|
212 |
+
$url = 'https://pay.skrill.com';
|
213 |
|
214 |
foreach($fields as $key=>$value) {
|
215 |
$fields_string .= $key.'='.$value.'&';
|
243 |
|
244 |
public function getPaymentMethods()
|
245 |
{
|
246 |
+
$payment_methods = "WLT,PSC,ACC,VSA,MSC,VSD,VSE,MAE,AMX,DIN,JCB,GCB,DNK,PSP,CSI,OBT,GIR,DID,SFT,EBT,IDL,NPY,PLI,PWY,EPY,GLU,ALI";
|
247 |
$pm_list = explode(",", $payment_methods);
|
248 |
//$list = $this->getAccountBrand().',';
|
249 |
$list = '';
|
269 |
$contact = Mage::helper('skrill')->getContactData($this->getOrder());
|
270 |
$basket = Mage::helper('skrill')->getBasketData($this->getOrder());
|
271 |
$settings = $this->getSkrillSettings();
|
|
|
|
|
|
|
|
|
|
|
272 |
|
273 |
+
if (empty($settings['merchant_id']) || empty($settings['merchant_account']) || empty($settings['api_passwd']) || empty($settings['secret_word']))
|
274 |
+
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
|
|
275 |
|
276 |
$postParameters['pay_to_email'] = $settings['merchant_account'];
|
277 |
$postParameters['recipient_description'] = $settings['recipient_desc'];
|
280 |
// $postParameters['status_url'] = Mage::getUrl('skrill/payment/handleStatus/',array('_secure'=>true));
|
281 |
// $postParameters['status_url'] = "mailto: ";
|
282 |
$postParameters['cancel_url'] = Mage::getUrl('checkout/onepage/',array('_secure'=>true));
|
283 |
+
$postParameters['language'] = $this->getLanguage();
|
284 |
$postParameters['logo_url'] = $settings['logo_url'];
|
285 |
$postParameters['prepare_only'] = 1;
|
286 |
$postParameters['pay_from_email'] = $contact['email'];
|
293 |
$postParameters['amount'] = $basket['amount'];
|
294 |
$postParameters['currency'] = Mage::app()->getStore()->getCurrentCurrencyCode();
|
295 |
$postParameters['detail1_description'] = "Order pay from ".$contact['email'];
|
296 |
+
$postParameters['Platform ID'] = '71422537';
|
297 |
if ($this->_code != "skrill_flexible")
|
298 |
$postParameters['payment_methods'] = $this->getAccountBrand();
|
299 |
|
306 |
if (!$sid)
|
307 |
Mage::throwException(Mage::helper('skrill')->__('ERROR_GENERAL_REDIRECT'));
|
308 |
|
309 |
+
Mage::getSingleton('customer/session')->setRedirectUrl('https://pay.skrill.com/?sid='.$sid);
|
310 |
|
311 |
if ($this->getDisplay() == "IFRAME" )
|
312 |
return Mage::app()->getStore(Mage::getDesign()->getStore())->getUrl('skrill/payment/qcheckout/', array('_secure'=>true));
|
314 |
return Mage::getSingleton('customer/session')->getRedirectUrl();
|
315 |
|
316 |
}
|
317 |
+
|
318 |
+
public function getLanguage(){
|
319 |
+
|
320 |
+
$langs = Mage::helper('skrill')->getLocaleIsoCode();
|
321 |
+
switch ($langs) {
|
322 |
+
case 'de':
|
323 |
+
$lang = 'DE';
|
324 |
+
break;
|
325 |
+
|
326 |
+
default:
|
327 |
+
$lang='EN';
|
328 |
+
}
|
329 |
+
|
330 |
+
return $lang;
|
331 |
+
}
|
332 |
|
333 |
public function capture(Varien_Object $payment, $amount)
|
334 |
{
|
app/code/community/Skrill/controllers/PaymentController.php
CHANGED
@@ -116,6 +116,9 @@ class Skrill_PaymentController extends Mage_Core_Controller_Front_Action
|
|
116 |
$response = Mage::helper('skrill')->getResponseArray($result);
|
117 |
$is_fraud = false;
|
118 |
|
|
|
|
|
|
|
119 |
$order->getPayment()->setAdditionalInformation('skrill_transaction_id', $response['transaction_id']);
|
120 |
$order->getPayment()->setAdditionalInformation('skrill_mb_transaction_id', $response['mb_transaction_id']);
|
121 |
$order->getPayment()->setAdditionalInformation('skrill_ip_country', $response['ip_country']);
|
116 |
$response = Mage::helper('skrill')->getResponseArray($result);
|
117 |
$is_fraud = false;
|
118 |
|
119 |
+
$versionData = Mage::helper('skrill')->getMerchantData($order->getStoreId());
|
120 |
+
Mage::helper('skrill/versionTracker')->sendVersionTracker($versionData);
|
121 |
+
|
122 |
$order->getPayment()->setAdditionalInformation('skrill_transaction_id', $response['transaction_id']);
|
123 |
$order->getPayment()->setAdditionalInformation('skrill_mb_transaction_id', $response['mb_transaction_id']);
|
124 |
$order->getPayment()->setAdditionalInformation('skrill_ip_country', $response['ip_country']);
|
app/code/community/Skrill/etc/config.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Skrill>
|
25 |
-
<version>1.0.
|
26 |
</Skrill>
|
27 |
</modules>
|
28 |
|
@@ -170,10 +170,12 @@
|
|
170 |
<default>
|
171 |
<payment>
|
172 |
<skrill_settings>
|
|
|
173 |
<merchant_id></merchant_id>
|
174 |
<merchant_account></merchant_account>
|
175 |
<recipient_desc></recipient_desc>
|
176 |
<logo_url></logo_url>
|
|
|
177 |
<api_passwd></api_passwd>
|
178 |
<secret_word></secret_word>
|
179 |
<display>IFRAME</display>
|
@@ -418,17 +420,6 @@
|
|
418 |
<specificcountry>DE,AT,BE,NL,IT,FR,PL,GB</specificcountry>
|
419 |
<group>skrillpm</group>
|
420 |
</skrill_sft>
|
421 |
-
<skrill_ent>
|
422 |
-
<active>0</active>
|
423 |
-
<show_separately>0</show_separately>
|
424 |
-
<model>skrill/method_ent</model>
|
425 |
-
<order_status>pending_payment</order_status>
|
426 |
-
<payment_action>authorize</payment_action>
|
427 |
-
<title>eNETS</title>
|
428 |
-
<allowspecific>1</allowspecific>
|
429 |
-
<specificcountry>SG</specificcountry>
|
430 |
-
<group>skrillpm</group>
|
431 |
-
</skrill_ent>
|
432 |
<skrill_ebt>
|
433 |
<active>0</active>
|
434 |
<show_separately>0</show_separately>
|
@@ -501,7 +492,7 @@
|
|
501 |
<show_separately>0</show_separately>
|
502 |
<model>skrill/method_epy</model>
|
503 |
<order_status>pending_payment</order_status>
|
504 |
-
<payment_action>authorize</payment_action>
|
505 |
<title>ePay.bg</title>
|
506 |
<allowspecific>1</allowspecific>
|
507 |
<specificcountry>BG</specificcountry>
|
@@ -518,6 +509,17 @@
|
|
518 |
<specificcountry>SE,FI,EE,DK,ES,PL,IT,FR,DE,PT,AT,LV,LT,NL</specificcountry>
|
519 |
<group>skrillpm</group>
|
520 |
</skrill_glu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
<skrill_creditcard>
|
522 |
<active>1</active>
|
523 |
<model>skrill/method_creditcard</model>
|
22 |
<config>
|
23 |
<modules>
|
24 |
<Skrill>
|
25 |
+
<version>1.0.7</version>
|
26 |
</Skrill>
|
27 |
</modules>
|
28 |
|
170 |
<default>
|
171 |
<payment>
|
172 |
<skrill_settings>
|
173 |
+
<version>1.0.7</version>
|
174 |
<merchant_id></merchant_id>
|
175 |
<merchant_account></merchant_account>
|
176 |
<recipient_desc></recipient_desc>
|
177 |
<logo_url></logo_url>
|
178 |
+
<shop_url></shop_url>
|
179 |
<api_passwd></api_passwd>
|
180 |
<secret_word></secret_word>
|
181 |
<display>IFRAME</display>
|
420 |
<specificcountry>DE,AT,BE,NL,IT,FR,PL,GB</specificcountry>
|
421 |
<group>skrillpm</group>
|
422 |
</skrill_sft>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
<skrill_ebt>
|
424 |
<active>0</active>
|
425 |
<show_separately>0</show_separately>
|
492 |
<show_separately>0</show_separately>
|
493 |
<model>skrill/method_epy</model>
|
494 |
<order_status>pending_payment</order_status>
|
495 |
+
<payment_action>authorize</payment_action>
|
496 |
<title>ePay.bg</title>
|
497 |
<allowspecific>1</allowspecific>
|
498 |
<specificcountry>BG</specificcountry>
|
509 |
<specificcountry>SE,FI,EE,DK,ES,PL,IT,FR,DE,PT,AT,LV,LT,NL</specificcountry>
|
510 |
<group>skrillpm</group>
|
511 |
</skrill_glu>
|
512 |
+
<skrill_ali>
|
513 |
+
<active>0</active>
|
514 |
+
<show_separately>0</show_separately>
|
515 |
+
<model>skrill/method_ali</model>
|
516 |
+
<order_status>pending_payment</order_status>
|
517 |
+
<payment_action>authorize</payment_action>
|
518 |
+
<title>Alipay</title>
|
519 |
+
<allowspecific>1</allowspecific>
|
520 |
+
<specificcountry>CN</specificcountry>
|
521 |
+
<group>skrillpm</group>
|
522 |
+
</skrill_ali>
|
523 |
<skrill_creditcard>
|
524 |
<active>1</active>
|
525 |
<model>skrill/method_creditcard</model>
|
app/code/community/Skrill/etc/system.xml
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
<show_in_store>1</show_in_store>
|
40 |
<fields>
|
41 |
<version>
|
42 |
-
<label>v1.0.
|
43 |
<sort_order>1</sort_order>
|
44 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
45 |
<frontend_type>label</frontend_type>
|
@@ -53,6 +53,7 @@
|
|
53 |
<frontend_type>text</frontend_type>
|
54 |
<config_path>payment/skrill_settings/merchant_id</config_path>
|
55 |
<sort_order>2</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>
|
@@ -61,9 +62,9 @@
|
|
61 |
<label>SKRILL_BACKEND_MERCHANT</label>
|
62 |
<comment>SKRILL_BACKEND_TT_MEMAIL</comment>
|
63 |
<frontend_type>text</frontend_type>
|
64 |
-
<validate>validate-email</validate>
|
65 |
<config_path>payment/skrill_settings/merchant_account</config_path>
|
66 |
<sort_order>3</sort_order>
|
|
|
67 |
<show_in_default>1</show_in_default>
|
68 |
<show_in_website>1</show_in_website>
|
69 |
<show_in_store>1</show_in_store>
|
@@ -88,12 +89,22 @@
|
|
88 |
<show_in_website>1</show_in_website>
|
89 |
<show_in_store>1</show_in_store>
|
90 |
</logo_url>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
<api_passwd translate="label,comment">
|
92 |
<label>SKRILL_BACKEND_APIPASS</label>
|
93 |
<comment>SKRILL_BACKEND_TT_APIPW</comment>
|
94 |
<frontend_type>password</frontend_type>
|
95 |
<config_path>payment/skrill_settings/api_passwd</config_path>
|
96 |
-
<sort_order>
|
|
|
97 |
<show_in_default>1</show_in_default>
|
98 |
<show_in_website>1</show_in_website>
|
99 |
<show_in_store>1</show_in_store>
|
@@ -103,7 +114,8 @@
|
|
103 |
<comment>SKRILL_BACKEND_TT_SECRET</comment>
|
104 |
<frontend_type>password</frontend_type>
|
105 |
<config_path>payment/skrill_settings/secret_word</config_path>
|
106 |
-
<sort_order>
|
|
|
107 |
<show_in_default>1</show_in_default>
|
108 |
<show_in_website>1</show_in_website>
|
109 |
<show_in_store>1</show_in_store>
|
@@ -113,7 +125,7 @@
|
|
113 |
<comment>SKRILL_BACKEND_TT_DISPLAY</comment>
|
114 |
<frontend_type>select</frontend_type>
|
115 |
<config_path>payment/skrill_settings/display</config_path>
|
116 |
-
<sort_order>
|
117 |
<source_model>skrill/source_display</source_model>
|
118 |
<show_in_default>1</show_in_default>
|
119 |
<show_in_website>1</show_in_website>
|
@@ -129,7 +141,7 @@
|
|
129 |
<sort_order>99</sort_order>
|
130 |
<fields>
|
131 |
<version>
|
132 |
-
<label>v1.0.
|
133 |
<sort_order>1</sort_order>
|
134 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
135 |
<frontend_type>label</frontend_type>
|
@@ -186,7 +198,7 @@
|
|
186 |
<show_in_store>1</show_in_store>
|
187 |
<fields>
|
188 |
<!-- <version>
|
189 |
-
<label>v1.0.
|
190 |
<sort_order>1</sort_order>
|
191 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
192 |
<frontend_type>label</frontend_type>
|
@@ -225,7 +237,7 @@
|
|
225 |
<show_in_store>1</show_in_store>
|
226 |
<fields>
|
227 |
<!-- <version>
|
228 |
-
<label>v1.0.
|
229 |
<sort_order>1</sort_order>
|
230 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
231 |
<frontend_type>label</frontend_type>
|
@@ -274,7 +286,7 @@
|
|
274 |
<show_in_store>1</show_in_store>
|
275 |
<fields>
|
276 |
<!-- <version>
|
277 |
-
<label>v1.0.
|
278 |
<sort_order>1</sort_order>
|
279 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
280 |
<frontend_type>label</frontend_type>
|
@@ -401,7 +413,7 @@
|
|
401 |
<show_in_store>1</show_in_store>
|
402 |
<fields>
|
403 |
<!-- <version>
|
404 |
-
<label>v1.0.
|
405 |
<sort_order>1</sort_order>
|
406 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
407 |
<frontend_type>label</frontend_type>
|
@@ -537,7 +549,7 @@
|
|
537 |
<show_in_store>1</show_in_store>
|
538 |
<fields>
|
539 |
<!-- <version>
|
540 |
-
<label>v1.0.
|
541 |
<sort_order>1</sort_order>
|
542 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
543 |
<frontend_type>label</frontend_type>
|
@@ -586,7 +598,7 @@
|
|
586 |
<show_in_store>1</show_in_store>
|
587 |
<fields>
|
588 |
<!-- <version>
|
589 |
-
<label>v1.0.
|
590 |
<sort_order>1</sort_order>
|
591 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
592 |
<frontend_type>label</frontend_type>
|
@@ -635,7 +647,7 @@
|
|
635 |
<show_in_store>1</show_in_store>
|
636 |
<fields>
|
637 |
<!-- <version>
|
638 |
-
<label>v1.0.
|
639 |
<sort_order>1</sort_order>
|
640 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
641 |
<frontend_type>label</frontend_type>
|
@@ -684,7 +696,7 @@
|
|
684 |
<show_in_store>1</show_in_store>
|
685 |
<fields>
|
686 |
<!-- <version>
|
687 |
-
<label>v1.0.
|
688 |
<sort_order>1</sort_order>
|
689 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
690 |
<frontend_type>label</frontend_type>
|
@@ -733,7 +745,7 @@
|
|
733 |
<show_in_store>1</show_in_store>
|
734 |
<fields>
|
735 |
<!-- <version>
|
736 |
-
<label>v1.0.
|
737 |
<sort_order>1</sort_order>
|
738 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
739 |
<frontend_type>label</frontend_type>
|
@@ -782,7 +794,7 @@
|
|
782 |
<show_in_store>1</show_in_store>
|
783 |
<fields>
|
784 |
<!-- <version>
|
785 |
-
<label>v1.0.
|
786 |
<sort_order>1</sort_order>
|
787 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
788 |
<frontend_type>label</frontend_type>
|
@@ -831,7 +843,7 @@
|
|
831 |
<show_in_store>1</show_in_store>
|
832 |
<fields>
|
833 |
<!-- <version>
|
834 |
-
<label>v1.0.
|
835 |
<sort_order>1</sort_order>
|
836 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
837 |
<frontend_type>label</frontend_type>
|
@@ -880,7 +892,7 @@
|
|
880 |
<show_in_store>1</show_in_store>
|
881 |
<fields>
|
882 |
<!-- <version>
|
883 |
-
<label>v1.0.
|
884 |
<sort_order>1</sort_order>
|
885 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
886 |
<frontend_type>label</frontend_type>
|
@@ -929,7 +941,7 @@
|
|
929 |
<show_in_store>1</show_in_store>
|
930 |
<fields>
|
931 |
<!-- <version>
|
932 |
-
<label>v1.0.
|
933 |
<sort_order>1</sort_order>
|
934 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
935 |
<frontend_type>label</frontend_type>
|
@@ -978,7 +990,7 @@
|
|
978 |
<show_in_store>1</show_in_store>
|
979 |
<fields>
|
980 |
<!-- <version>
|
981 |
-
<label>v1.0.
|
982 |
<sort_order>1</sort_order>
|
983 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
984 |
<frontend_type>label</frontend_type>
|
@@ -1027,7 +1039,7 @@
|
|
1027 |
<show_in_store>1</show_in_store>
|
1028 |
<fields>
|
1029 |
<!-- <version>
|
1030 |
-
<label>v1.0.
|
1031 |
<sort_order>1</sort_order>
|
1032 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1033 |
<frontend_type>label</frontend_type>
|
@@ -1076,7 +1088,7 @@
|
|
1076 |
<show_in_store>1</show_in_store>
|
1077 |
<fields>
|
1078 |
<!-- <version>
|
1079 |
-
<label>v1.0.
|
1080 |
<sort_order>1</sort_order>
|
1081 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1082 |
<frontend_type>label</frontend_type>
|
@@ -1125,7 +1137,7 @@
|
|
1125 |
<show_in_store>1</show_in_store>
|
1126 |
<fields>
|
1127 |
<!-- <version>
|
1128 |
-
<label>v1.0.
|
1129 |
<sort_order>1</sort_order>
|
1130 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1131 |
<frontend_type>label</frontend_type>
|
@@ -1251,7 +1263,7 @@
|
|
1251 |
<show_in_store>1</show_in_store>
|
1252 |
<fields>
|
1253 |
<!-- <version>
|
1254 |
-
<label>v1.0.
|
1255 |
<sort_order>1</sort_order>
|
1256 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1257 |
<frontend_type>label</frontend_type>
|
@@ -1377,7 +1389,7 @@
|
|
1377 |
<show_in_store>1</show_in_store>
|
1378 |
<fields>
|
1379 |
<!-- <version>
|
1380 |
-
<label>v1.0.
|
1381 |
<sort_order>1</sort_order>
|
1382 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1383 |
<frontend_type>label</frontend_type>
|
@@ -1493,56 +1505,7 @@
|
|
1493 |
<show_in_store>1</show_in_store>
|
1494 |
</sort_order>
|
1495 |
</fields>
|
1496 |
-
</skrill_sft>
|
1497 |
-
<skrill_ent translate="label">
|
1498 |
-
<label>SKRILL_BACKEND_PM_ENT</label>
|
1499 |
-
<frontend_type>text</frontend_type>
|
1500 |
-
<sort_order>120</sort_order>
|
1501 |
-
<show_in_default>1</show_in_default>
|
1502 |
-
<show_in_website>1</show_in_website>
|
1503 |
-
<show_in_store>1</show_in_store>
|
1504 |
-
<fields>
|
1505 |
-
<!-- <version>
|
1506 |
-
<label>v1.0.6</label>
|
1507 |
-
<sort_order>1</sort_order>
|
1508 |
-
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1509 |
-
<frontend_type>label</frontend_type>
|
1510 |
-
<show_in_default>1</show_in_default>
|
1511 |
-
<show_in_website>1</show_in_website>
|
1512 |
-
<show_in_store>1</show_in_store>
|
1513 |
-
</version> -->
|
1514 |
-
<active translate="label">
|
1515 |
-
<label>BACKEND_CH_ACTIVE</label>
|
1516 |
-
<comment>Singapore</comment>
|
1517 |
-
<sort_order>2</sort_order>
|
1518 |
-
<frontend_type>select</frontend_type>
|
1519 |
-
<config_path>payment/skrill_ent/active</config_path>
|
1520 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1521 |
-
<show_in_default>1</show_in_default>
|
1522 |
-
<show_in_website>1</show_in_website>
|
1523 |
-
<show_in_store>1</show_in_store>
|
1524 |
-
</active>
|
1525 |
-
<show_separately translate="label">
|
1526 |
-
<label>SKRILL_BACKEND_PM_MODE</label>
|
1527 |
-
<sort_order>3</sort_order>
|
1528 |
-
<frontend_type>select</frontend_type>
|
1529 |
-
<config_path>payment/skrill_ent/show_separately</config_path>
|
1530 |
-
<source_model>adminhtml/system_config_source_yesno</source_model>
|
1531 |
-
<show_in_default>1</show_in_default>
|
1532 |
-
<show_in_website>1</show_in_website>
|
1533 |
-
<show_in_store>1</show_in_store>
|
1534 |
-
</show_separately>
|
1535 |
-
<sort_order translate="label">
|
1536 |
-
<label>BACKEND_CH_ORDER</label>
|
1537 |
-
<frontend_type>text</frontend_type>
|
1538 |
-
<config_path>payment/skrill_ent/sort_order</config_path>
|
1539 |
-
<sort_order>6</sort_order>
|
1540 |
-
<show_in_default>1</show_in_default>
|
1541 |
-
<show_in_website>1</show_in_website>
|
1542 |
-
<show_in_store>1</show_in_store>
|
1543 |
-
</sort_order>
|
1544 |
-
</fields>
|
1545 |
-
</skrill_ent>
|
1546 |
<skrill_ebt translate="label">
|
1547 |
<label>SKRILL_BACKEND_PM_EBT</label>
|
1548 |
<frontend_type>text</frontend_type>
|
@@ -1552,7 +1515,7 @@
|
|
1552 |
<show_in_store>1</show_in_store>
|
1553 |
<fields>
|
1554 |
<!-- <version>
|
1555 |
-
<label>v1.0.
|
1556 |
<sort_order>1</sort_order>
|
1557 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1558 |
<frontend_type>label</frontend_type>
|
@@ -1601,7 +1564,7 @@
|
|
1601 |
<show_in_store>1</show_in_store>
|
1602 |
<fields>
|
1603 |
<!-- <version>
|
1604 |
-
<label>v1.0.
|
1605 |
<sort_order>1</sort_order>
|
1606 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1607 |
<frontend_type>label</frontend_type>
|
@@ -1727,7 +1690,7 @@
|
|
1727 |
<show_in_store>1</show_in_store>
|
1728 |
<fields>
|
1729 |
<!-- <version>
|
1730 |
-
<label>v1.0.
|
1731 |
<sort_order>1</sort_order>
|
1732 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1733 |
<frontend_type>label</frontend_type>
|
@@ -1853,7 +1816,7 @@
|
|
1853 |
<show_in_store>1</show_in_store>
|
1854 |
<fields>
|
1855 |
<!-- <version>
|
1856 |
-
<label>v1.0.
|
1857 |
<sort_order>1</sort_order>
|
1858 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1859 |
<frontend_type>label</frontend_type>
|
@@ -1902,7 +1865,7 @@
|
|
1902 |
<show_in_store>1</show_in_store>
|
1903 |
<fields>
|
1904 |
<!-- <version>
|
1905 |
-
<label>v1.0.
|
1906 |
<sort_order>1</sort_order>
|
1907 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1908 |
<frontend_type>label</frontend_type>
|
@@ -1951,7 +1914,7 @@
|
|
1951 |
<show_in_store>1</show_in_store>
|
1952 |
<fields>
|
1953 |
<!-- <version>
|
1954 |
-
<label>v1.0.
|
1955 |
<sort_order>1</sort_order>
|
1956 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1957 |
<frontend_type>label</frontend_type>
|
@@ -2000,7 +1963,7 @@
|
|
2000 |
<show_in_store>1</show_in_store>
|
2001 |
<fields>
|
2002 |
<!-- <version>
|
2003 |
-
<label>v1.0.
|
2004 |
<sort_order>1</sort_order>
|
2005 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2006 |
<frontend_type>label</frontend_type>
|
@@ -2039,7 +2002,56 @@
|
|
2039 |
<show_in_store>1</show_in_store>
|
2040 |
</sort_order>
|
2041 |
</fields>
|
2042 |
-
</skrill_glu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2043 |
|
2044 |
<!-- <skrill_paypal module="skrill" translate="label">
|
2045 |
<label>SKRILL_BACKEND_PM_PAYPAL</label>
|
@@ -2049,7 +2061,7 @@
|
|
2049 |
<sort_order>1600</sort_order>
|
2050 |
<fields>
|
2051 |
<version>
|
2052 |
-
<label>v1.0.
|
2053 |
<sort_order>1</sort_order>
|
2054 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2055 |
<frontend_type>label</frontend_type>
|
@@ -2163,7 +2175,7 @@
|
|
2163 |
<sort_order>1800</sort_order>
|
2164 |
<fields>
|
2165 |
<version>
|
2166 |
-
<label>v1.0.
|
2167 |
<sort_order>1</sort_order>
|
2168 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2169 |
<frontend_type>label</frontend_type>
|
@@ -2277,7 +2289,7 @@
|
|
2277 |
<sort_order>1900</sort_order>
|
2278 |
<fields>
|
2279 |
<version>
|
2280 |
-
<label>v1.0.
|
2281 |
<sort_order>1</sort_order>
|
2282 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2283 |
<frontend_type>label</frontend_type>
|
@@ -2391,7 +2403,7 @@
|
|
2391 |
<sort_order>2000</sort_order>
|
2392 |
<fields>
|
2393 |
<version>
|
2394 |
-
<label>v1.0.
|
2395 |
<sort_order>1</sort_order>
|
2396 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2397 |
<frontend_type>label</frontend_type>
|
@@ -2504,7 +2516,7 @@
|
|
2504 |
<sort_order>2100</sort_order>
|
2505 |
<fields>
|
2506 |
<version>
|
2507 |
-
<label>v1.0.
|
2508 |
<sort_order>1</sort_order>
|
2509 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2510 |
<frontend_type>label</frontend_type>
|
39 |
<show_in_store>1</show_in_store>
|
40 |
<fields>
|
41 |
<version>
|
42 |
+
<label>v1.0.7</label>
|
43 |
<sort_order>1</sort_order>
|
44 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
45 |
<frontend_type>label</frontend_type>
|
53 |
<frontend_type>text</frontend_type>
|
54 |
<config_path>payment/skrill_settings/merchant_id</config_path>
|
55 |
<sort_order>2</sort_order>
|
56 |
+
<validate>required-entry</validate>
|
57 |
<show_in_default>1</show_in_default>
|
58 |
<show_in_website>1</show_in_website>
|
59 |
<show_in_store>1</show_in_store>
|
62 |
<label>SKRILL_BACKEND_MERCHANT</label>
|
63 |
<comment>SKRILL_BACKEND_TT_MEMAIL</comment>
|
64 |
<frontend_type>text</frontend_type>
|
|
|
65 |
<config_path>payment/skrill_settings/merchant_account</config_path>
|
66 |
<sort_order>3</sort_order>
|
67 |
+
<validate>required-entry</validate>
|
68 |
<show_in_default>1</show_in_default>
|
69 |
<show_in_website>1</show_in_website>
|
70 |
<show_in_store>1</show_in_store>
|
89 |
<show_in_website>1</show_in_website>
|
90 |
<show_in_store>1</show_in_store>
|
91 |
</logo_url>
|
92 |
+
<shop_url translate="label,comment">
|
93 |
+
<label>SKRILL_BACKEND_SHOPURL</label>
|
94 |
+
<frontend_type>text</frontend_type>
|
95 |
+
<config_path>payment/skrill_settings/shop_url</config_path>
|
96 |
+
<sort_order>6</sort_order>
|
97 |
+
<show_in_default>1</show_in_default>
|
98 |
+
<show_in_website>1</show_in_website>
|
99 |
+
<show_in_store>1</show_in_store>
|
100 |
+
</shop_url>
|
101 |
<api_passwd translate="label,comment">
|
102 |
<label>SKRILL_BACKEND_APIPASS</label>
|
103 |
<comment>SKRILL_BACKEND_TT_APIPW</comment>
|
104 |
<frontend_type>password</frontend_type>
|
105 |
<config_path>payment/skrill_settings/api_passwd</config_path>
|
106 |
+
<sort_order>7</sort_order>
|
107 |
+
<validate>required-entry</validate>
|
108 |
<show_in_default>1</show_in_default>
|
109 |
<show_in_website>1</show_in_website>
|
110 |
<show_in_store>1</show_in_store>
|
114 |
<comment>SKRILL_BACKEND_TT_SECRET</comment>
|
115 |
<frontend_type>password</frontend_type>
|
116 |
<config_path>payment/skrill_settings/secret_word</config_path>
|
117 |
+
<sort_order>8</sort_order>
|
118 |
+
<validate>required-entry</validate>
|
119 |
<show_in_default>1</show_in_default>
|
120 |
<show_in_website>1</show_in_website>
|
121 |
<show_in_store>1</show_in_store>
|
125 |
<comment>SKRILL_BACKEND_TT_DISPLAY</comment>
|
126 |
<frontend_type>select</frontend_type>
|
127 |
<config_path>payment/skrill_settings/display</config_path>
|
128 |
+
<sort_order>9</sort_order>
|
129 |
<source_model>skrill/source_display</source_model>
|
130 |
<show_in_default>1</show_in_default>
|
131 |
<show_in_website>1</show_in_website>
|
141 |
<sort_order>99</sort_order>
|
142 |
<fields>
|
143 |
<version>
|
144 |
+
<label>v1.0.7</label>
|
145 |
<sort_order>1</sort_order>
|
146 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
147 |
<frontend_type>label</frontend_type>
|
198 |
<show_in_store>1</show_in_store>
|
199 |
<fields>
|
200 |
<!-- <version>
|
201 |
+
<label>v1.0.7</label>
|
202 |
<sort_order>1</sort_order>
|
203 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
204 |
<frontend_type>label</frontend_type>
|
237 |
<show_in_store>1</show_in_store>
|
238 |
<fields>
|
239 |
<!-- <version>
|
240 |
+
<label>v1.0.7</label>
|
241 |
<sort_order>1</sort_order>
|
242 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
243 |
<frontend_type>label</frontend_type>
|
286 |
<show_in_store>1</show_in_store>
|
287 |
<fields>
|
288 |
<!-- <version>
|
289 |
+
<label>v1.0.7</label>
|
290 |
<sort_order>1</sort_order>
|
291 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
292 |
<frontend_type>label</frontend_type>
|
413 |
<show_in_store>1</show_in_store>
|
414 |
<fields>
|
415 |
<!-- <version>
|
416 |
+
<label>v1.0.7</label>
|
417 |
<sort_order>1</sort_order>
|
418 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
419 |
<frontend_type>label</frontend_type>
|
549 |
<show_in_store>1</show_in_store>
|
550 |
<fields>
|
551 |
<!-- <version>
|
552 |
+
<label>v1.0.7</label>
|
553 |
<sort_order>1</sort_order>
|
554 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
555 |
<frontend_type>label</frontend_type>
|
598 |
<show_in_store>1</show_in_store>
|
599 |
<fields>
|
600 |
<!-- <version>
|
601 |
+
<label>v1.0.7</label>
|
602 |
<sort_order>1</sort_order>
|
603 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
604 |
<frontend_type>label</frontend_type>
|
647 |
<show_in_store>1</show_in_store>
|
648 |
<fields>
|
649 |
<!-- <version>
|
650 |
+
<label>v1.0.7</label>
|
651 |
<sort_order>1</sort_order>
|
652 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
653 |
<frontend_type>label</frontend_type>
|
696 |
<show_in_store>1</show_in_store>
|
697 |
<fields>
|
698 |
<!-- <version>
|
699 |
+
<label>v1.0.7</label>
|
700 |
<sort_order>1</sort_order>
|
701 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
702 |
<frontend_type>label</frontend_type>
|
745 |
<show_in_store>1</show_in_store>
|
746 |
<fields>
|
747 |
<!-- <version>
|
748 |
+
<label>v1.0.7</label>
|
749 |
<sort_order>1</sort_order>
|
750 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
751 |
<frontend_type>label</frontend_type>
|
794 |
<show_in_store>1</show_in_store>
|
795 |
<fields>
|
796 |
<!-- <version>
|
797 |
+
<label>v1.0.7</label>
|
798 |
<sort_order>1</sort_order>
|
799 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
800 |
<frontend_type>label</frontend_type>
|
843 |
<show_in_store>1</show_in_store>
|
844 |
<fields>
|
845 |
<!-- <version>
|
846 |
+
<label>v1.0.7</label>
|
847 |
<sort_order>1</sort_order>
|
848 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
849 |
<frontend_type>label</frontend_type>
|
892 |
<show_in_store>1</show_in_store>
|
893 |
<fields>
|
894 |
<!-- <version>
|
895 |
+
<label>v1.0.7</label>
|
896 |
<sort_order>1</sort_order>
|
897 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
898 |
<frontend_type>label</frontend_type>
|
941 |
<show_in_store>1</show_in_store>
|
942 |
<fields>
|
943 |
<!-- <version>
|
944 |
+
<label>v1.0.7</label>
|
945 |
<sort_order>1</sort_order>
|
946 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
947 |
<frontend_type>label</frontend_type>
|
990 |
<show_in_store>1</show_in_store>
|
991 |
<fields>
|
992 |
<!-- <version>
|
993 |
+
<label>v1.0.7</label>
|
994 |
<sort_order>1</sort_order>
|
995 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
996 |
<frontend_type>label</frontend_type>
|
1039 |
<show_in_store>1</show_in_store>
|
1040 |
<fields>
|
1041 |
<!-- <version>
|
1042 |
+
<label>v1.0.7</label>
|
1043 |
<sort_order>1</sort_order>
|
1044 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1045 |
<frontend_type>label</frontend_type>
|
1088 |
<show_in_store>1</show_in_store>
|
1089 |
<fields>
|
1090 |
<!-- <version>
|
1091 |
+
<label>v1.0.7</label>
|
1092 |
<sort_order>1</sort_order>
|
1093 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1094 |
<frontend_type>label</frontend_type>
|
1137 |
<show_in_store>1</show_in_store>
|
1138 |
<fields>
|
1139 |
<!-- <version>
|
1140 |
+
<label>v1.0.7</label>
|
1141 |
<sort_order>1</sort_order>
|
1142 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1143 |
<frontend_type>label</frontend_type>
|
1263 |
<show_in_store>1</show_in_store>
|
1264 |
<fields>
|
1265 |
<!-- <version>
|
1266 |
+
<label>v1.0.7</label>
|
1267 |
<sort_order>1</sort_order>
|
1268 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1269 |
<frontend_type>label</frontend_type>
|
1389 |
<show_in_store>1</show_in_store>
|
1390 |
<fields>
|
1391 |
<!-- <version>
|
1392 |
+
<label>v1.0.7</label>
|
1393 |
<sort_order>1</sort_order>
|
1394 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1395 |
<frontend_type>label</frontend_type>
|
1505 |
<show_in_store>1</show_in_store>
|
1506 |
</sort_order>
|
1507 |
</fields>
|
1508 |
+
</skrill_sft>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1509 |
<skrill_ebt translate="label">
|
1510 |
<label>SKRILL_BACKEND_PM_EBT</label>
|
1511 |
<frontend_type>text</frontend_type>
|
1515 |
<show_in_store>1</show_in_store>
|
1516 |
<fields>
|
1517 |
<!-- <version>
|
1518 |
+
<label>v1.0.7</label>
|
1519 |
<sort_order>1</sort_order>
|
1520 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1521 |
<frontend_type>label</frontend_type>
|
1564 |
<show_in_store>1</show_in_store>
|
1565 |
<fields>
|
1566 |
<!-- <version>
|
1567 |
+
<label>v1.0.7</label>
|
1568 |
<sort_order>1</sort_order>
|
1569 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1570 |
<frontend_type>label</frontend_type>
|
1690 |
<show_in_store>1</show_in_store>
|
1691 |
<fields>
|
1692 |
<!-- <version>
|
1693 |
+
<label>v1.0.7</label>
|
1694 |
<sort_order>1</sort_order>
|
1695 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1696 |
<frontend_type>label</frontend_type>
|
1816 |
<show_in_store>1</show_in_store>
|
1817 |
<fields>
|
1818 |
<!-- <version>
|
1819 |
+
<label>v1.0.7</label>
|
1820 |
<sort_order>1</sort_order>
|
1821 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1822 |
<frontend_type>label</frontend_type>
|
1865 |
<show_in_store>1</show_in_store>
|
1866 |
<fields>
|
1867 |
<!-- <version>
|
1868 |
+
<label>v1.0.7</label>
|
1869 |
<sort_order>1</sort_order>
|
1870 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1871 |
<frontend_type>label</frontend_type>
|
1914 |
<show_in_store>1</show_in_store>
|
1915 |
<fields>
|
1916 |
<!-- <version>
|
1917 |
+
<label>v1.0.7</label>
|
1918 |
<sort_order>1</sort_order>
|
1919 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1920 |
<frontend_type>label</frontend_type>
|
1963 |
<show_in_store>1</show_in_store>
|
1964 |
<fields>
|
1965 |
<!-- <version>
|
1966 |
+
<label>v1.0.7</label>
|
1967 |
<sort_order>1</sort_order>
|
1968 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
1969 |
<frontend_type>label</frontend_type>
|
2002 |
<show_in_store>1</show_in_store>
|
2003 |
</sort_order>
|
2004 |
</fields>
|
2005 |
+
</skrill_glu>
|
2006 |
+
<skrill_ali translate="label">
|
2007 |
+
<label>SKRILL_BACKEND_PM_ALI</label>
|
2008 |
+
<frontend_type>text</frontend_type>
|
2009 |
+
<sort_order>127</sort_order>
|
2010 |
+
<show_in_default>1</show_in_default>
|
2011 |
+
<show_in_website>1</show_in_website>
|
2012 |
+
<show_in_store>1</show_in_store>
|
2013 |
+
<fields>
|
2014 |
+
<!-- <version>
|
2015 |
+
<label>v1.0.7</label>
|
2016 |
+
<sort_order>1</sort_order>
|
2017 |
+
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2018 |
+
<frontend_type>label</frontend_type>
|
2019 |
+
<show_in_default>1</show_in_default>
|
2020 |
+
<show_in_website>1</show_in_website>
|
2021 |
+
<show_in_store>1</show_in_store>
|
2022 |
+
</version> -->
|
2023 |
+
<active translate="label">
|
2024 |
+
<label>BACKEND_CH_ACTIVE</label>
|
2025 |
+
<comment>Consumer location: China only. Merchant location: This is available for merchants in all countries except China.</comment>
|
2026 |
+
<sort_order>2</sort_order>
|
2027 |
+
<frontend_type>select</frontend_type>
|
2028 |
+
<config_path>payment/skrill_ali/active</config_path>
|
2029 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2030 |
+
<show_in_default>1</show_in_default>
|
2031 |
+
<show_in_website>1</show_in_website>
|
2032 |
+
<show_in_store>1</show_in_store>
|
2033 |
+
</active>
|
2034 |
+
<show_separately translate="label">
|
2035 |
+
<label>SKRILL_BACKEND_PM_MODE</label>
|
2036 |
+
<sort_order>3</sort_order>
|
2037 |
+
<frontend_type>select</frontend_type>
|
2038 |
+
<config_path>payment/skrill_ali/show_separately</config_path>
|
2039 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
2040 |
+
<show_in_default>1</show_in_default>
|
2041 |
+
<show_in_website>1</show_in_website>
|
2042 |
+
<show_in_store>1</show_in_store>
|
2043 |
+
</show_separately>
|
2044 |
+
<sort_order translate="label">
|
2045 |
+
<label>BACKEND_CH_ORDER</label>
|
2046 |
+
<frontend_type>text</frontend_type>
|
2047 |
+
<config_path>payment/skrill_ali/sort_order</config_path>
|
2048 |
+
<sort_order>6</sort_order>
|
2049 |
+
<show_in_default>1</show_in_default>
|
2050 |
+
<show_in_website>1</show_in_website>
|
2051 |
+
<show_in_store>1</show_in_store>
|
2052 |
+
</sort_order>
|
2053 |
+
</fields>
|
2054 |
+
</skrill_ali>
|
2055 |
|
2056 |
<!-- <skrill_paypal module="skrill" translate="label">
|
2057 |
<label>SKRILL_BACKEND_PM_PAYPAL</label>
|
2061 |
<sort_order>1600</sort_order>
|
2062 |
<fields>
|
2063 |
<version>
|
2064 |
+
<label>v1.0.7</label>
|
2065 |
<sort_order>1</sort_order>
|
2066 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2067 |
<frontend_type>label</frontend_type>
|
2175 |
<sort_order>1800</sort_order>
|
2176 |
<fields>
|
2177 |
<version>
|
2178 |
+
<label>v1.0.7</label>
|
2179 |
<sort_order>1</sort_order>
|
2180 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2181 |
<frontend_type>label</frontend_type>
|
2289 |
<sort_order>1900</sort_order>
|
2290 |
<fields>
|
2291 |
<version>
|
2292 |
+
<label>v1.0.7</label>
|
2293 |
<sort_order>1</sort_order>
|
2294 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2295 |
<frontend_type>label</frontend_type>
|
2403 |
<sort_order>2000</sort_order>
|
2404 |
<fields>
|
2405 |
<version>
|
2406 |
+
<label>v1.0.7</label>
|
2407 |
<sort_order>1</sort_order>
|
2408 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2409 |
<frontend_type>label</frontend_type>
|
2516 |
<sort_order>2100</sort_order>
|
2517 |
<fields>
|
2518 |
<version>
|
2519 |
+
<label>v1.0.7</label>
|
2520 |
<sort_order>1</sort_order>
|
2521 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
2522 |
<frontend_type>label</frontend_type>
|
app/design/adminhtml/default/Skrill/template/system/config/edit.phtml
CHANGED
@@ -66,13 +66,13 @@
|
|
66 |
var secretwordold = document.getElementById("skrill_skrill_settings_secret_word").value;
|
67 |
configForm.validator.options.onFormValidate = function(result, form) {
|
68 |
var apipasswd = document.getElementById("skrill_skrill_settings_api_passwd").value;
|
69 |
-
if (apipasswd != apipasswdold)
|
70 |
{
|
71 |
var hashapi = CryptoJS.MD5(apipasswd);
|
72 |
document.getElementById("skrill_skrill_settings_api_passwd").value = hashapi;
|
73 |
}
|
74 |
var secretword = document.getElementById("skrill_skrill_settings_secret_word").value;
|
75 |
-
if (secretword != secretwordold)
|
76 |
{
|
77 |
var hashsecret = CryptoJS.MD5(secretword);
|
78 |
document.getElementById("skrill_skrill_settings_secret_word").value = hashsecret;
|
66 |
var secretwordold = document.getElementById("skrill_skrill_settings_secret_word").value;
|
67 |
configForm.validator.options.onFormValidate = function(result, form) {
|
68 |
var apipasswd = document.getElementById("skrill_skrill_settings_api_passwd").value;
|
69 |
+
if (apipasswd != '' && apipasswd != null && apipasswd != apipasswdold)
|
70 |
{
|
71 |
var hashapi = CryptoJS.MD5(apipasswd);
|
72 |
document.getElementById("skrill_skrill_settings_api_passwd").value = hashapi;
|
73 |
}
|
74 |
var secretword = document.getElementById("skrill_skrill_settings_secret_word").value;
|
75 |
+
if (secretword != '' && secretword != null && secretword != secretwordold)
|
76 |
{
|
77 |
var hashsecret = CryptoJS.MD5(secretword);
|
78 |
document.getElementById("skrill_skrill_settings_secret_word").value = hashsecret;
|
app/locale/af_ZA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ar_DZ/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ar_EG/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ar_KW/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ar_MA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ar_SA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/az_AZ/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/be_BY/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/bg_BG/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/bn_BD/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/bs_BA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ca_ES/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/cs_CZ/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/cy_GB/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/da_DK/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/de_AT/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
app/locale/de_CH/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
app/locale/de_DE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Lastschrift"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortüberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Kreditkarte"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Lastschrift"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortüberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Kreditkarte (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Händler-Konto (E-Mail)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Empfänger"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Passwort"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Geheimwort"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Anzeige"
|
app/locale/el_GR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/en_AU/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/en_CA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/en_GB/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/en_IE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/en_NZ/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/en_US/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_AR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_CL/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_CO/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_CR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_ES/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_MX/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_PA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_PE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/es_VE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/et_EE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/fa_IR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/fi_FI/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/fil_PH/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/fr_CA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/fr_FR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/gl_ES/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/gu_IN/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/he_IL/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/hi_IN/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/hr_HR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/hu_HU/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/id_ID/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/is_IS/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/it_CH/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/it_IT/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ja_JP/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ka_GE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/km_KH/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ko_KR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/lo_LA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/lt_LT/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/lv_LV/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/mk_MK/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/mn_MN/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ms_MY/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/nb_NO/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/nl_NL/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/nn_NO/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/pl_PL/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/pt_BR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/pt_PT/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ro_RO/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/ru_RU/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/sk_SK/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/sl_SI/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/sq_AL/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/sr_RS/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/sv_SE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/sw_KE/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/th_TH/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/tr_TR/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/uk_UA/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/vi_VN/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/zh_CN/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/zh_HK/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
app/locale/zh_TW/Skrill.csv
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
21 |
-
"SKRILL_FRONTEND_PM_ENT", "eNETS"
|
22 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
23 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
24 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
@@ -26,6 +25,7 @@
|
|
26 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
27 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
28 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
|
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
@@ -62,7 +62,6 @@
|
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
65 |
-
"SKRILL_BACKEND_PM_ENT", "eNETS"
|
66 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
67 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
68 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
@@ -70,6 +69,7 @@
|
|
70 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
71 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
72 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
|
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
@@ -87,6 +87,7 @@
|
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
|
|
90 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
91 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
92 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
18 |
"SKRILL_FRONTEND_PM_GIR", "Giropay"
|
19 |
"SKRILL_FRONTEND_PM_DID", "Direct Debit / ELV"
|
20 |
"SKRILL_FRONTEND_PM_SFT", "Sofortueberweisung"
|
|
|
21 |
"SKRILL_FRONTEND_PM_EBT", "Nordea Solo"
|
22 |
"SKRILL_FRONTEND_PM_IDL", "iDEAL"
|
23 |
"SKRILL_FRONTEND_PM_NPY", "EPS (Netpay)"
|
25 |
"SKRILL_FRONTEND_PM_PWY", "Przelewy24"
|
26 |
"SKRILL_FRONTEND_PM_EPY", "ePay.bg"
|
27 |
"SKRILL_FRONTEND_PM_GLU", "Trustly"
|
28 |
+
"SKRILL_FRONTEND_PM_ALI", "Alipay"
|
29 |
"FRONTEND_PM_CC", "Credit Card"
|
30 |
"FRONTEND_PM_DD", "Lastschrift (ELV)"
|
31 |
"FRONTEND_PM_EPS", "eps"
|
62 |
"SKRILL_BACKEND_PM_GIR", "Giropay"
|
63 |
"SKRILL_BACKEND_PM_DID", "Direct Debit / ELV"
|
64 |
"SKRILL_BACKEND_PM_SFT", "Sofortueberweisung"
|
|
|
65 |
"SKRILL_BACKEND_PM_EBT", "Nordea Solo"
|
66 |
"SKRILL_BACKEND_PM_IDL", "iDEAL"
|
67 |
"SKRILL_BACKEND_PM_NPY", "EPS (Netpay)"
|
69 |
"SKRILL_BACKEND_PM_PWY", "Przelewy24"
|
70 |
"SKRILL_BACKEND_PM_EPY", "ePay.bg"
|
71 |
"SKRILL_BACKEND_PM_GLU", "Trustly"
|
72 |
+
"SKRILL_BACKEND_PM_ALI", "Alipay"
|
73 |
"BACKEND_PM_CC", "Credit Card (Enterprise)"
|
74 |
"BACKEND_PM_DD", "Lastschrift (ELV) (Enterprise)"
|
75 |
"BACKEND_PM_EPS", "eps (Enterprise)"
|
87 |
"SKRILL_BACKEND_MERCHANT", "Merchant Account (email)"
|
88 |
"SKRILL_BACKEND_RECIPIENT", "Recipient"
|
89 |
"SKRILL_BACKEND_LOGO", "Logo Url"
|
90 |
+
"SKRILL_BACKEND_SHOPURL", "Shop Url"
|
91 |
"SKRILL_BACKEND_APIPASS", "API Password"
|
92 |
"SKRILL_BACKEND_SECRETWORD", "Secret word"
|
93 |
"SKRILL_BACKEND_DISPLAY", "Display"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Skrill_Hosted_Payment_Solution</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
@@ -16,9 +16,9 @@
|
|
16 |
• Refund capability within Magento</description>
|
17 |
<notes>no additional notes included</notes>
|
18 |
<authors><author><name>Esphere Dev Team</name><user>Esphere</user><email>erwin@espherestudio.com</email></author></authors>
|
19 |
-
<date>
|
20 |
-
<time>
|
21 |
-
<contents><target name="magecommunity"><dir name="Skrill"><dir name="Block"><dir name="Payment"><dir name="Form"><file name="Abstract.php" hash="9aa50758afc5c6238bc821e4f6cbaf25"/><file name="Acc.php" hash="8a00367815b7598693dadce6a127bd72"/><file name="Amx.php" hash="85152cd33651bfaf474049b6765daf6b"/><file name="Creditcard.php" hash="417acd13e4b7eceb1eea3049e66b2c02"/><file name="Csi.php" hash="d1993deddf0c6c38c85279d9aef7c74c"/><file name="Did.php" hash="a9270962858b77f347e3220ef75948f5"/><file name="Din.php" hash="cfa400d34eed5b9732874bd3f9893117"/><file name="Directdebit.php" hash="231cd681ef6f75cb4b2d516f300ba701"/><file name="Dnk.php" hash="812b284a378f0b3b8a96b3c1721a713f"/><file name="Ebt.php" hash="280fd8b407465163127ea754145e8b59"/><file name="Ent.php" hash="b60758a366969072353d5c9f80f2cecc"/><file name="Eps.php" hash="317d6617a2f1545a72caa8ba2c914786"/><file name="Epy.php" hash="17a3a6554dfda674638913ef8d044250"/><file name="Flexible.php" hash="6a92a6e1f0b8ce19cf2574555ad4a66a"/><file name="Gcb.php" hash="a875b10b640b8a760332a6b77778f679"/><file name="Gir.php" hash="bb90fb3a686ff1243320b69fbcb39c2e"/><file name="Giropay.php" hash="9e8f61440c8f13772aebc7826980a205"/><file name="Glu.php" hash="72dba59a39fc805260c0ef291784a1ef"/><file name="Ideal.php" hash="2c4c4955640056357a4741974e00264f"/><file name="Idl.php" hash="d6b20d815fb1e6ca200a50b03b634570"/><file name="Jcb.php" hash="f2a3a920dd2af20bd06b8efe73ae50ee"/><file name="Mae.php" hash="bda857b86e02a86f879a554f11feb10a"/><file name="Msc.php" hash="1671278cc7a6621b67bb4a45163f22f5"/><file name="Npy.php" hash="3b97038053736ead1773153c27094ccb"/><file name="Obt.php" hash="2009a8cd4aec16dd59f086540980b5db"/><file name="Payolutionins.php" hash="0fccfa36636e8aaa0e492b6cb72bb4c3"/><file name="Payolutioninv.php" hash="2d2014bcdc3a38391683126b273f41f8"/><file name="Paypal.php" hash="088ae010d6b30eca39865785a1842a62"/><file name="Paysafecard.php" hash="010fdaa68033256f0171ff2d2fdc3a2d"/><file name="Paytrail.php" hash="31b5c8aac07f65ab141a50bc3c1933ef"/><file name="Pli.php" hash="d4839ceb72252e269b60a0e7ba5ebdf0"/><file name="Psc.php" hash="9ce18b001d23ab2d8fd9833adf1d4053"/><file name="Psp.php" hash="8456713ab8e89251dd3622a28e148723"/><file name="Pwy.php" hash="97d1e8ba8cdb7a45c5b23f54ef53b524"/><file name="Sft.php" hash="f540e517d170c11721b89c3805f19d4f"/><file name="Sofortuberweisung.php" hash="4fbd5c4cd92f77ea54f96ce191452e9b"/><file name="Vsa.php" hash="a65df411065d0ffb3854daf912b4e67c"/><file name="Vse.php" hash="498c62fa0af7fb3cce220894ded3588a"/><file name="Wlt.php" hash="7b9fcae4885a14e2ed2dcf5d0fe8466a"/><file name="Yandex.php" hash="e12641790ef7beffebc31cd07bdd07e3"/></dir><file name="Formcc.php" hash="f219db3ae7e8ed79660ef285c6542582"/><file name="Formcp.php" hash="76fcb6755f07161b269a17601e1cc7ee"/><file name="Formdd.php" hash="dfff241c17778b0fd3662673fa42d1ab"/><file name="Payoninfo.php" hash="9d9e5548d38223d90797448f3d5a8cc9"/><file name="Qcheckout.php" hash="788e8eba38acb406b1e30daaf21ca113"/><file name="Skrillinfo.php" hash="f4451ca8d65b5deae54dd0050730845f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="e3b24727d1328424a5b9de9d66d3af7f"/></dir><dir name="Model"><dir name="Method"><file name="Abstract.php" hash="1aa1653a24cc09051d3b495d047e2ba4"/><file name="Acc.php" hash="afe14febdce44dde4434d684905d380a"/><file name="Amx.php" hash="a4e910f437c54d02b99c8978d7b2dfda"/><file name="Creditcard.php" hash="237b79328299bc9620062e506d04d098"/><file name="Csi.php" hash="3848600b0ebd4742e95d2861d184f8d9"/><file name="Did.php" hash="39c335184d3b1c67de2047b45bc1915e"/><file name="Din.php" hash="9919fb22efa562058007417651eca6fe"/><file name="Directdebit.php" hash="6cb28c808f8e9efece20b1725a076bcf"/><file name="Dnk.php" hash="99ddbf10611adf759cda3db4c361c381"/><file name="Ebt.php" hash="16956f545496f81a0e3978d324efb58b"/><file name="Ent.php" hash="61ff063a9b6448b745257b3e5281ca5b"/><file name="Eps.php" hash="86d4a9b2f9938d307ab50e1c6ea22d64"/><file name="Epy.php" hash="4004e8755714dd5722bd80e9fc3b3588"/><file name="Flexible.php" hash="1bb5374c68591434c9b3f1aa8df3c6a4"/><file name="Gcb.php" hash="d76bdd707df1b055a20c004d47a5c2f1"/><file name="Gir.php" hash="41fb66fcd8bf5a7c2117f54eefbdbd9d"/><file name="Giropay.php" hash="2faa8df178aaf2a43ba16b9d2921a98a"/><file name="Glu.php" hash="607e781a334b1e54a427eb0271ac6a7e"/><file name="Ideal.php" hash="9e4b3a75d2fcc1685344225f12d7825e"/><file name="Idl.php" hash="3f6947b4c508d9e36a62a467addc0f92"/><file name="Jcb.php" hash="a5bd25b0a8c5a08e3508627a7de9cc3e"/><file name="Mae.php" hash="029e3d1eaa76cea7743fcecf85fd5c4b"/><file name="Msc.php" hash="9a96fc230923e72e4a8f1060b37f2fbf"/><file name="Npy.php" hash="8d856ccfe27dff6a987ee08e8e3b7c9c"/><file name="Obt.php" hash="1c62f1f3f9cdee20158e535413ed7812"/><file name="Payolutionins.php" hash="aa5908fa06d23b473bf79710155ef7ef"/><file name="Payolutioninv.php" hash="16c40cebc82634b39a746aaf20daf5b4"/><file name="Paypal.php" hash="946222e4a9b68bad23abb3261147699a"/><file name="Paysafecard.php" hash="6f31ece36ff0f3fbc898a8c78b0e141f"/><file name="Paytrail.php" hash="8635d09fd9df694706072d8fda947af9"/><file name="Pli.php" hash="9bd2112a3ea84f5bc22e5b6affe36983"/><file name="Psc.php" hash="238a546269373d98438d005a9b1be79a"/><file name="Psp.php" hash="22f1ac16fd58b4b1d20a092cfa54d9bb"/><file name="Pwy.php" hash="bf4e7d8c4157450a72f18715a25790f5"/><file name="Sft.php" hash="0cd183b0e197de4c201163b528ceb840"/><file name="Skrill.php" hash="fd38da7cf2d0a1760df1c8576c4fd715"/><file name="Sofortuberweisung.php" hash="ad88917bb5adc856014b53859fe608bd"/><file name="Vsa.php" hash="823ee255afd49c961455996f9bde829c"/><file name="Vse.php" hash="3f6dfad630833372faf54422a18e29aa"/><file name="Wlt.php" hash="be883d038dc6c0043df00c15ebfd4b33"/><file name="Yandex.php" hash="356f2a906bcaf2e4fb7b3da6e3a324fc"/></dir><dir name="Source"><file name="Card.php" hash="c3820cd27da09e586aeabbb970f5556b"/><file name="Display.php" hash="e52673caee4f67e173ebc668984a5798"/><file name="Gateway.php" hash="aa41d19dbce68088a5e908f4681f53d1"/><file name="Mode.php" hash="14f8361d99ec6d099768c6cf992215f2"/><file name="Transaction.php" hash="601c4365a8c7104c756bbdc8bd257ac0"/></dir><dir name="Success"><file name="Observer.php" hash="7cd1ffca4e0b5b7d6eff90189e1421e5"/></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="63a629407f8c724c1bcccfdd22ebff12"/><file name="ResponseController.php" hash="28ed9c19156dd49f638551af3d63b708"/><file name="UpdateorderController.php" hash="771eba765f87a397fdddbd3ec4eee894"/></dir><dir name="etc"><file name="adminhtml.xml" hash="36235b4c4f219d24f22e1462c3d73871"/><file name="config.xml" hash="6a27be19121b729421927e0c194ac477"/><file name="system.xml" hash="971f69a718a56ed90f5b9390a72f998c"/></dir><dir name="sql"><dir name="skrill_setup"><file name="mysql4-install-1.0.0.php" hash="d0d60f789e4528e64b5e60a7bb4a34d5"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="skrill"><file name="payoninfo.phtml" hash="12de1a9e5c4935b7dfa50f272bf67a3e"/><file name="skrillinfo.phtml" hash="8d0d7152d2eb3a7688dc2d8eba80497b"/></dir></dir></dir><dir name="Skrill"><dir name="template"><dir name="system"><dir name="config"><file name="edit.phtml" hash="dc8a3b8c9d54d8eb1f9b2e77042402c2"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="checkout"><dir name="onepage"><dir name="payment"><dir name="skrill"><file name="methods.phtml" hash="dae2aa2eeb1cc01bfdf048bd5dcfb8cd"/></dir></dir></dir></dir><dir name="skrill"><dir name="payment"><file name="formcc.phtml" hash="28940ed4254ac1e96bce336da1a1f8e2"/><file name="formcp.phtml" hash="32cf96c71bb1526c49c7beba446a4dc1"/><file name="formdd.phtml" hash="a6b92347c7a85e773d50ea51d6b82387"/><file name="qcheckout.phtml" hash="401ddbf49c8e867e20e068bfed7e690a"/></dir><file name="payoninfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/><file name="skrillinfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="skrill_checkout.xml" hash="17f87edc1cfc8c95ff439a7d16c85f8e"/></dir><dir name="template"><dir name="checkout"><dir name="cart"><dir name="minicart"><dir name="skrill"><file name="default.phtml" hash="0ff0aff667300f2855502932d7340f3a"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Skrill.xml" hash="0ed878a4f46ad37edd7b3c410d58fffc"/></dir></target><target name="magelocale"><dir><dir name="af_ZA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_DZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_EG"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_KW"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_MA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ar_SA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="az_AZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="be_BY"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="bg_BG"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="bn_BD"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="bs_BA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ca_ES"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="cs_CZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="cy_GB"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="da_DK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="de_AT"><file name="Skrill.csv" hash="801a1912a81360df4b17544b4aa1cf5f"/></dir><dir name="de_CH"><file name="Skrill.csv" hash="801a1912a81360df4b17544b4aa1cf5f"/></dir><dir name="de_DE"><file name="Skrill.csv" hash="801a1912a81360df4b17544b4aa1cf5f"/></dir><dir name="el_GR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_AU"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_CA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_GB"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_IE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_NZ"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="en_US"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_AR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_CL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_CO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_CR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_ES"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_MX"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_PA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_PE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="es_VE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="et_EE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fa_IR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fi_FI"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fil_PH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fr_CA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="fr_FR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="gl_ES"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="gu_IN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="he_IL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="hi_IN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="hr_HR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="hu_HU"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="id_ID"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="is_IS"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="it_CH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="it_IT"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ja_JP"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ka_GE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="km_KH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ko_KR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="lo_LA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="lt_LT"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="lv_LV"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="mk_MK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="mn_MN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ms_MY"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="nb_NO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="nl_NL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="nn_NO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="pl_PL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="pt_BR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="pt_PT"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ro_RO"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="ru_RU"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sk_SK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sl_SI"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sq_AL"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sr_RS"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sv_SE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="sw_KE"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="th_TH"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="tr_TR"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="uk_UA"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="vi_VN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="zh_CN"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="zh_HK"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir><dir name="zh_TW"><file name="Skrill.csv" hash="06067b264bb44ccd419c169163d3ae85"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="js"><dir name="skrill"><file name="md5.js" hash="c49b31f81c7d647d98c4a91c0018fa9c"/><file name="system_config_edit.js" hash="8e09fca033c2776b6c432ec3e31d24dd"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="skrill"><file name="formbank.css" hash="dd2c5c9d6fd8e669b84ade24c098e6c5"/></dir></dir><dir name="images"><dir name="skrill"><file name="acc.gif" hash="ef3f97e202ed19ef1d9f640e3f792155"/><file name="acceptance_mark.png" hash="6dd3b5d5c0a2d987dd5e9a0ec428cd84"/><file name="amex.jpg" hash="82eaebf8a8d73bce3920eba3f21da40f"/><file name="amx.gif" hash="1ff1f0de65c9f491118431f9d7f1810b"/><file name="cartasi.gif" hash="e8b3ee89286c1136c72be527baa812fa"/><file name="cartebleue.png" hash="d9abb72c5fc1743731156aafdb84c85a"/><file name="dankort.png" hash="1a179bd4dc14d8fbd21c709b6a48ba48"/><file name="digital_wallet.png" hash="bddcbf8acde5446e24302bac2536c2f3"/><file name="din.gif" hash="cb312633eccbd6b520f5f808fc119b8c"/><file name="direct-debit.png" hash="6ac837e44f46033d83e890212296e6ec"/><file name="elv.gif" hash="cc87ee75796c787f5302bb2444ca9de6"/><file name="enets.gif" hash="e7dd17846d7f92df968d12540ddabf4e"/><file name="eps.png" hash="ef4d5eba8256c45056c5316ff7b31612"/><file name="epy.gif" hash="daedf5b5285fe1c6ab2d9a0a77e79e2c"/><file name="etisalat.png" hash="3d7041bf9beb9a33d9262f21fccba9cf"/><file name="giropay.png" hash="ec39c41fe03560e67eb0f6680f226f09"/><file name="giropay2.png" hash="8e7e4a9d56258867a82a9fd06960bc99"/><file name="glu.png" hash="5a2d45de76eca699ea3f548c07606e6a"/><file name="ideal.gif" hash="f796fa37cf094067e817e67b102e444a"/><file name="ideal.png" hash="cbf81ba388433259db39134e2c543275"/><file name="jcb.gif" hash="ae47b74c9cf823688d84416f0119c997"/><file name="kpn1.png" hash="a46b4f3b2232ec7fed479e8afe3efe49"/><file name="maestro.png" hash="9a902dbbeade6e418535a91db601716f"/><file name="maestro2.jpg" hash="1424569380fc3f5edae5d9f548803501"/><file name="mastercard.jpg" hash="b8fd194da7438e2c2c622f6043c750ef"/><file name="msc.png" hash="cf9f58506dc8bd2096facbd1b3a5c7d3"/><file name="mtn.jpg" hash="db602796fc777319274cddc17705ae41"/><file name="nordea.gif" hash="84217533b4d73ba741656ad0ad0ac694"/><file name="norton.png" hash="dcd8e7365fe70dd8d0aa871e21637cf9"/><file name="npy.png" hash="a2288c250dc0ac753e535c95e86042fa"/><file name="obt.png" hash="3c8b8d4f8e16eae0cb587896d2b24569"/><file name="payolution.png" hash="10687574bac352bdfcf18e21180ba797"/><file name="payolutionins.png" hash="bee8af75927a6931e7a6b70240d76b6e"/><file name="payolutioninv.png" hash="0be130afc43304646fd1b1609068467c"/><file name="paypal.png" hash="e4f22de81abd7fb060d8cd3c0c65591f"/><file name="pli.png" hash="5537560c637e74e165a18e4d1b8433c3"/><file name="postepay.png" hash="a52e1f827e6251dc1757092b7dd446ed"/><file name="psc.jpg" hash="34f5f0f323a5d989284601f1229a535b"/><file name="skrill.jpg" hash="c4ce6852ebc1dfbdba48ebeda27826e8"/><file name="sofort.png" hash="7dd5b03e2048cfbf071bd5a86b67738b"/><file name="sofortlogo.png" hash="064225fd69aaa4055cf3c94ffd7b4fd4"/><file name="sofortuberweisung.png" hash="a0f96d7ffa60b9ad4a2450e640d59ce3"/><file name="ssl.jpg" hash="4369eaeb922844a628795d1ef6049ae3"/><file name="verivied.jpg" hash="0d77c67d5cff8dbe27fc9f1277cfd4f1"/><file name="veriviedmaster.jpg" hash="7adbbeebc74f4d4422da6b35459cfe58"/><file name="veriviedvisa.jpg" hash="9731bdd06bf75b9ef88aeaf32d4b08d3"/><file name="visa-pay.png" hash="dab780bf36d2e5e460f95b8de2e8f7cf"/><file name="visa.png" hash="7fa65b6c20851d6d5d65d1b3afe12d5d"/><file name="visadeltadebit.png" hash="6df9f746ed6d88943386c10fecd1d0d4"/><file name="vsa.gif" hash="33b62aa9af673d65c5f0a5ba8d083c13"/><file name="vsd.gif" hash="de87c5e7a44a61a5f316c53a0ed7bfec"/><file name="vse.gif" hash="75d3af2fd65faa79bb483f3f13fd0e2e"/><file name="wlt.jpg" hash="c79b65d30615e45e53dadcaa948e0342"/></dir></dir><dir name="js"><dir name="skrill"><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/><file name="skrill_cc.js" hash="8360862009b679e5674091ea1fd92727"/><file name="skrill_dd.js" hash="da81fa72757d6bd0622c29a4755e9cc2"/></dir></dir></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.4.0</min><max>5.6.13</max></php><extension><name>curl</name><min>7.20.0</min><max>7.44.0</max></extension></required></dependencies>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Skrill_Hosted_Payment_Solution</name>
|
4 |
+
<version>1.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
16 |
• Refund capability within Magento</description>
|
17 |
<notes>no additional notes included</notes>
|
18 |
<authors><author><name>Esphere Dev Team</name><user>Esphere</user><email>erwin@espherestudio.com</email></author></authors>
|
19 |
+
<date>2016-01-29</date>
|
20 |
+
<time>03:57:06</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Skrill"><dir name="Block"><dir name="Payment"><dir name="Form"><file name="Abstract.php" hash="9aa50758afc5c6238bc821e4f6cbaf25"/><file name="Acc.php" hash="8a00367815b7598693dadce6a127bd72"/><file name="Ali.php" hash="24881b5fb125af29a7e2fc2e0b4b55aa"/><file name="Amx.php" hash="85152cd33651bfaf474049b6765daf6b"/><file name="Creditcard.php" hash="417acd13e4b7eceb1eea3049e66b2c02"/><file name="Csi.php" hash="d1993deddf0c6c38c85279d9aef7c74c"/><file name="Did.php" hash="a9270962858b77f347e3220ef75948f5"/><file name="Din.php" hash="cfa400d34eed5b9732874bd3f9893117"/><file name="Directdebit.php" hash="231cd681ef6f75cb4b2d516f300ba701"/><file name="Dnk.php" hash="812b284a378f0b3b8a96b3c1721a713f"/><file name="Ebt.php" hash="280fd8b407465163127ea754145e8b59"/><file name="Eps.php" hash="317d6617a2f1545a72caa8ba2c914786"/><file name="Epy.php" hash="17a3a6554dfda674638913ef8d044250"/><file name="Flexible.php" hash="6a92a6e1f0b8ce19cf2574555ad4a66a"/><file name="Gcb.php" hash="a875b10b640b8a760332a6b77778f679"/><file name="Gir.php" hash="bb90fb3a686ff1243320b69fbcb39c2e"/><file name="Giropay.php" hash="9e8f61440c8f13772aebc7826980a205"/><file name="Glu.php" hash="72dba59a39fc805260c0ef291784a1ef"/><file name="Ideal.php" hash="2c4c4955640056357a4741974e00264f"/><file name="Idl.php" hash="d6b20d815fb1e6ca200a50b03b634570"/><file name="Jcb.php" hash="f2a3a920dd2af20bd06b8efe73ae50ee"/><file name="Mae.php" hash="bda857b86e02a86f879a554f11feb10a"/><file name="Msc.php" hash="1671278cc7a6621b67bb4a45163f22f5"/><file name="Npy.php" hash="3b97038053736ead1773153c27094ccb"/><file name="Obt.php" hash="2009a8cd4aec16dd59f086540980b5db"/><file name="Payolutionins.php" hash="0fccfa36636e8aaa0e492b6cb72bb4c3"/><file name="Payolutioninv.php" hash="2d2014bcdc3a38391683126b273f41f8"/><file name="Paypal.php" hash="088ae010d6b30eca39865785a1842a62"/><file name="Paysafecard.php" hash="010fdaa68033256f0171ff2d2fdc3a2d"/><file name="Paytrail.php" hash="31b5c8aac07f65ab141a50bc3c1933ef"/><file name="Pli.php" hash="d4839ceb72252e269b60a0e7ba5ebdf0"/><file name="Psc.php" hash="9ce18b001d23ab2d8fd9833adf1d4053"/><file name="Psp.php" hash="8456713ab8e89251dd3622a28e148723"/><file name="Pwy.php" hash="97d1e8ba8cdb7a45c5b23f54ef53b524"/><file name="Sft.php" hash="f540e517d170c11721b89c3805f19d4f"/><file name="Sofortuberweisung.php" hash="4fbd5c4cd92f77ea54f96ce191452e9b"/><file name="Vsa.php" hash="a65df411065d0ffb3854daf912b4e67c"/><file name="Vse.php" hash="498c62fa0af7fb3cce220894ded3588a"/><file name="Wlt.php" hash="7b9fcae4885a14e2ed2dcf5d0fe8466a"/><file name="Yandex.php" hash="e12641790ef7beffebc31cd07bdd07e3"/></dir><file name="Formcc.php" hash="f219db3ae7e8ed79660ef285c6542582"/><file name="Formcp.php" hash="76fcb6755f07161b269a17601e1cc7ee"/><file name="Formdd.php" hash="dfff241c17778b0fd3662673fa42d1ab"/><file name="Payoninfo.php" hash="9d9e5548d38223d90797448f3d5a8cc9"/><file name="Qcheckout.php" hash="788e8eba38acb406b1e30daaf21ca113"/><file name="Skrillinfo.php" hash="f4451ca8d65b5deae54dd0050730845f"/></dir></dir><dir name="Helper"><file name="Data.php" hash="986551e89761b1ddc56deb73c8fff609"/><file name="VersionTracker.php" hash="74e6040f654cdcf730f719ffaaa6d023"/></dir><dir name="Model"><dir name="Method"><file name="Abstract.php" hash="1aa1653a24cc09051d3b495d047e2ba4"/><file name="Acc.php" hash="afe14febdce44dde4434d684905d380a"/><file name="Ali.php" hash="63595f20b4a3baaa90aca4942b13a36d"/><file name="Amx.php" hash="a4e910f437c54d02b99c8978d7b2dfda"/><file name="Creditcard.php" hash="237b79328299bc9620062e506d04d098"/><file name="Csi.php" hash="3848600b0ebd4742e95d2861d184f8d9"/><file name="Did.php" hash="39c335184d3b1c67de2047b45bc1915e"/><file name="Din.php" hash="9919fb22efa562058007417651eca6fe"/><file name="Directdebit.php" hash="6cb28c808f8e9efece20b1725a076bcf"/><file name="Dnk.php" hash="99ddbf10611adf759cda3db4c361c381"/><file name="Ebt.php" hash="16956f545496f81a0e3978d324efb58b"/><file name="Eps.php" hash="86d4a9b2f9938d307ab50e1c6ea22d64"/><file name="Epy.php" hash="4004e8755714dd5722bd80e9fc3b3588"/><file name="Flexible.php" hash="1bb5374c68591434c9b3f1aa8df3c6a4"/><file name="Gcb.php" hash="d76bdd707df1b055a20c004d47a5c2f1"/><file name="Gir.php" hash="41fb66fcd8bf5a7c2117f54eefbdbd9d"/><file name="Giropay.php" hash="2faa8df178aaf2a43ba16b9d2921a98a"/><file name="Glu.php" hash="607e781a334b1e54a427eb0271ac6a7e"/><file name="Ideal.php" hash="9e4b3a75d2fcc1685344225f12d7825e"/><file name="Idl.php" hash="3f6947b4c508d9e36a62a467addc0f92"/><file name="Jcb.php" hash="a5bd25b0a8c5a08e3508627a7de9cc3e"/><file name="Mae.php" hash="029e3d1eaa76cea7743fcecf85fd5c4b"/><file name="Msc.php" hash="9a96fc230923e72e4a8f1060b37f2fbf"/><file name="Npy.php" hash="8d856ccfe27dff6a987ee08e8e3b7c9c"/><file name="Obt.php" hash="1c62f1f3f9cdee20158e535413ed7812"/><file name="Payolutionins.php" hash="aa5908fa06d23b473bf79710155ef7ef"/><file name="Payolutioninv.php" hash="16c40cebc82634b39a746aaf20daf5b4"/><file name="Paypal.php" hash="946222e4a9b68bad23abb3261147699a"/><file name="Paysafecard.php" hash="6f31ece36ff0f3fbc898a8c78b0e141f"/><file name="Paytrail.php" hash="8635d09fd9df694706072d8fda947af9"/><file name="Pli.php" hash="9bd2112a3ea84f5bc22e5b6affe36983"/><file name="Psc.php" hash="238a546269373d98438d005a9b1be79a"/><file name="Psp.php" hash="22f1ac16fd58b4b1d20a092cfa54d9bb"/><file name="Pwy.php" hash="bf4e7d8c4157450a72f18715a25790f5"/><file name="Sft.php" hash="0cd183b0e197de4c201163b528ceb840"/><file name="Skrill.php" hash="1ad12da450af9ba79c68673c91f86111"/><file name="Sofortuberweisung.php" hash="ad88917bb5adc856014b53859fe608bd"/><file name="Vsa.php" hash="823ee255afd49c961455996f9bde829c"/><file name="Vse.php" hash="3f6dfad630833372faf54422a18e29aa"/><file name="Wlt.php" hash="be883d038dc6c0043df00c15ebfd4b33"/><file name="Yandex.php" hash="356f2a906bcaf2e4fb7b3da6e3a324fc"/></dir><dir name="Source"><file name="Card.php" hash="c3820cd27da09e586aeabbb970f5556b"/><file name="Display.php" hash="e52673caee4f67e173ebc668984a5798"/><file name="Gateway.php" hash="aa41d19dbce68088a5e908f4681f53d1"/><file name="Mode.php" hash="14f8361d99ec6d099768c6cf992215f2"/><file name="Transaction.php" hash="601c4365a8c7104c756bbdc8bd257ac0"/></dir><dir name="Success"><file name="Observer.php" hash="7cd1ffca4e0b5b7d6eff90189e1421e5"/></dir></dir><dir name="controllers"><file name="PaymentController.php" hash="4538e0fc2393ca0e3309e10a496198be"/><file name="ResponseController.php" hash="28ed9c19156dd49f638551af3d63b708"/><file name="UpdateorderController.php" hash="771eba765f87a397fdddbd3ec4eee894"/></dir><dir name="etc"><file name="adminhtml.xml" hash="36235b4c4f219d24f22e1462c3d73871"/><file name="config.xml" hash="386571752bee61d957082149cb0ed838"/><file name="system.xml" hash="118bb8927ae6ba04256122f5c4ab428a"/></dir><dir name="sql"><dir name="skrill_setup"><file name="mysql4-install-1.0.0.php" hash="d0d60f789e4528e64b5e60a7bb4a34d5"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="skrill"><file name="payoninfo.phtml" hash="12de1a9e5c4935b7dfa50f272bf67a3e"/><file name="skrillinfo.phtml" hash="8d0d7152d2eb3a7688dc2d8eba80497b"/></dir></dir></dir><dir name="Skrill"><dir name="template"><dir name="system"><dir name="config"><file name="edit.phtml" hash="e9f585c018adfee0c8fcb98d50f7a046"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="checkout"><dir name="onepage"><dir name="payment"><dir name="skrill"><file name="methods.phtml" hash="dae2aa2eeb1cc01bfdf048bd5dcfb8cd"/></dir></dir></dir></dir><dir name="skrill"><dir name="payment"><file name="formcc.phtml" hash="28940ed4254ac1e96bce336da1a1f8e2"/><file name="formcp.phtml" hash="32cf96c71bb1526c49c7beba446a4dc1"/><file name="formdd.phtml" hash="a6b92347c7a85e773d50ea51d6b82387"/><file name="qcheckout.phtml" hash="401ddbf49c8e867e20e068bfed7e690a"/></dir><file name="payoninfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/><file name="skrillinfo.phtml" hash="66094dbe944254648e84d3f511442ab3"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="layout"><file name="skrill_checkout.xml" hash="17f87edc1cfc8c95ff439a7d16c85f8e"/></dir><dir name="template"><dir name="checkout"><dir name="cart"><dir name="minicart"><dir name="skrill"><file name="default.phtml" hash="0ff0aff667300f2855502932d7340f3a"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Skrill.xml" hash="0ed878a4f46ad37edd7b3c410d58fffc"/></dir></target><target name="magelocale"><dir><dir name="af_ZA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ar_DZ"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ar_EG"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ar_KW"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ar_MA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ar_SA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="az_AZ"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="be_BY"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="bg_BG"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="bn_BD"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="bs_BA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ca_ES"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="cs_CZ"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="cy_GB"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="da_DK"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="de_AT"><file name="Skrill.csv" hash="4365bf463a3ffc4996a3b910d79fb69a"/></dir><dir name="de_CH"><file name="Skrill.csv" hash="4365bf463a3ffc4996a3b910d79fb69a"/></dir><dir name="de_DE"><file name="Skrill.csv" hash="4365bf463a3ffc4996a3b910d79fb69a"/></dir><dir name="el_GR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="en_AU"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="en_CA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="en_GB"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="en_IE"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="en_NZ"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="en_US"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_AR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_CL"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_CO"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_CR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_ES"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_MX"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_PA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_PE"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="es_VE"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="et_EE"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="fa_IR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="fi_FI"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="fil_PH"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="fr_CA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="fr_FR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="gl_ES"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="gu_IN"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="he_IL"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="hi_IN"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="hr_HR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="hu_HU"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="id_ID"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="is_IS"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="it_CH"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="it_IT"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ja_JP"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ka_GE"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="km_KH"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ko_KR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="lo_LA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="lt_LT"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="lv_LV"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="mk_MK"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="mn_MN"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ms_MY"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="nb_NO"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="nl_NL"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="nn_NO"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="pl_PL"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="pt_BR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="pt_PT"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ro_RO"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="ru_RU"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="sk_SK"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="sl_SI"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="sq_AL"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="sr_RS"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="sv_SE"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="sw_KE"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="th_TH"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="tr_TR"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="uk_UA"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="vi_VN"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="zh_CN"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="zh_HK"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir><dir name="zh_TW"><file name="Skrill.csv" hash="e0509cb6280790ea261797a679fbe6eb"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="js"><dir name="skrill"><file name="md5.js" hash="c49b31f81c7d647d98c4a91c0018fa9c"/><file name="system_config_edit.js" hash="8e09fca033c2776b6c432ec3e31d24dd"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="skrill"><file name="formbank.css" hash="dd2c5c9d6fd8e669b84ade24c098e6c5"/></dir></dir><dir name="images"><dir name="skrill"><file name="acc.gif" hash="ef3f97e202ed19ef1d9f640e3f792155"/><file name="acceptance_mark.png" hash="6dd3b5d5c0a2d987dd5e9a0ec428cd84"/><file name="alipay.png" hash="65f1955206c52e20085ffd012a19860e"/><file name="amex.jpg" hash="82eaebf8a8d73bce3920eba3f21da40f"/><file name="amx.gif" hash="1ff1f0de65c9f491118431f9d7f1810b"/><file name="cartasi.gif" hash="e8b3ee89286c1136c72be527baa812fa"/><file name="cartebleue.png" hash="d9abb72c5fc1743731156aafdb84c85a"/><file name="dankort.png" hash="1a179bd4dc14d8fbd21c709b6a48ba48"/><file name="digital_wallet.png" hash="bddcbf8acde5446e24302bac2536c2f3"/><file name="din.gif" hash="cb312633eccbd6b520f5f808fc119b8c"/><file name="direct-debit.png" hash="6ac837e44f46033d83e890212296e6ec"/><file name="elv.gif" hash="cc87ee75796c787f5302bb2444ca9de6"/><file name="enets.gif" hash="e7dd17846d7f92df968d12540ddabf4e"/><file name="eps.png" hash="ef4d5eba8256c45056c5316ff7b31612"/><file name="epy.gif" hash="daedf5b5285fe1c6ab2d9a0a77e79e2c"/><file name="etisalat.png" hash="3d7041bf9beb9a33d9262f21fccba9cf"/><file name="giropay.png" hash="ec39c41fe03560e67eb0f6680f226f09"/><file name="giropay2.png" hash="8e7e4a9d56258867a82a9fd06960bc99"/><file name="glu.png" hash="5a2d45de76eca699ea3f548c07606e6a"/><file name="ideal.gif" hash="f796fa37cf094067e817e67b102e444a"/><file name="ideal.png" hash="cbf81ba388433259db39134e2c543275"/><file name="jcb.gif" hash="ae47b74c9cf823688d84416f0119c997"/><file name="kpn1.png" hash="a46b4f3b2232ec7fed479e8afe3efe49"/><file name="maestro.png" hash="9a902dbbeade6e418535a91db601716f"/><file name="maestro2.jpg" hash="1424569380fc3f5edae5d9f548803501"/><file name="mastercard.jpg" hash="b8fd194da7438e2c2c622f6043c750ef"/><file name="msc.png" hash="cf9f58506dc8bd2096facbd1b3a5c7d3"/><file name="mtn.jpg" hash="db602796fc777319274cddc17705ae41"/><file name="nordea.gif" hash="84217533b4d73ba741656ad0ad0ac694"/><file name="norton.png" hash="dcd8e7365fe70dd8d0aa871e21637cf9"/><file name="npy.png" hash="a2288c250dc0ac753e535c95e86042fa"/><file name="obt.png" hash="3c8b8d4f8e16eae0cb587896d2b24569"/><file name="payolution.png" hash="10687574bac352bdfcf18e21180ba797"/><file name="payolutionins.png" hash="bee8af75927a6931e7a6b70240d76b6e"/><file name="payolutioninv.png" hash="0be130afc43304646fd1b1609068467c"/><file name="paypal.png" hash="e4f22de81abd7fb060d8cd3c0c65591f"/><file name="pli.png" hash="5537560c637e74e165a18e4d1b8433c3"/><file name="postepay.png" hash="a52e1f827e6251dc1757092b7dd446ed"/><file name="psc.jpg" hash="34f5f0f323a5d989284601f1229a535b"/><file name="skrill.jpg" hash="c4ce6852ebc1dfbdba48ebeda27826e8"/><file name="sofort.png" hash="7dd5b03e2048cfbf071bd5a86b67738b"/><file name="sofortlogo.png" hash="064225fd69aaa4055cf3c94ffd7b4fd4"/><file name="sofortuberweisung.png" hash="a0f96d7ffa60b9ad4a2450e640d59ce3"/><file name="ssl.jpg" hash="4369eaeb922844a628795d1ef6049ae3"/><file name="verivied.jpg" hash="0d77c67d5cff8dbe27fc9f1277cfd4f1"/><file name="veriviedmaster.jpg" hash="7adbbeebc74f4d4422da6b35459cfe58"/><file name="veriviedvisa.jpg" hash="9731bdd06bf75b9ef88aeaf32d4b08d3"/><file name="visa-pay.png" hash="dab780bf36d2e5e460f95b8de2e8f7cf"/><file name="visa.png" hash="7fa65b6c20851d6d5d65d1b3afe12d5d"/><file name="visadeltadebit.png" hash="6df9f746ed6d88943386c10fecd1d0d4"/><file name="vsa.gif" hash="33b62aa9af673d65c5f0a5ba8d083c13"/><file name="vsd.gif" hash="de87c5e7a44a61a5f316c53a0ed7bfec"/><file name="vse.gif" hash="75d3af2fd65faa79bb483f3f13fd0e2e"/><file name="wlt.jpg" hash="c79b65d30615e45e53dadcaa948e0342"/></dir></dir><dir name="js"><dir name="skrill"><file name="jquery-1.10.2.min.js" hash="628072e7212db1e8cdacb22b21752cda"/><file name="skrill_cc.js" hash="8360862009b679e5674091ea1fd92727"/><file name="skrill_dd.js" hash="da81fa72757d6bd0622c29a4755e9cc2"/></dir></dir></dir></dir></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.4.0</min><max>5.6.13</max></php><extension><name>curl</name><min>7.20.0</min><max>7.44.0</max></extension></required></dependencies>
|
24 |
</package>
|
skin/frontend/base/default/images/skrill/alipay.png
ADDED
Binary file
|