Added default language pack (en-gb)
This commit is contained in:
11
catalog/extension/credit_card/squareup.php
Normal file
11
catalog/extension/credit_card/squareup.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$_['heading_title'] = 'Square Credit Cards';
|
||||
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_back'] = 'Back';
|
||||
$_['text_delete'] = 'Delete';
|
||||
$_['text_no_cards'] = 'There are no cards stored on our database.';
|
||||
$_['text_card_ends_in'] = '%s card ending in •••• •••• •••• %s';
|
||||
$_['text_warning_card'] = 'Do you confirm you want to remove this card? You may add it again later on your next checkout.';
|
||||
$_['text_success_card_delete'] = 'Success! This card has been removed.';
|
Reference in New Issue
Block a user