1
0

12 lines
528 B
PHP
Raw Permalink Normal View History

2020-02-12 23:25:39 +02:00
<?php
$_['heading_title'] = 'Square Credit Cards';
2020-03-02 10:58:49 +02:00
$_['text_account'] = 'Tili';
2020-02-12 23:25:39 +02:00
$_['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 &bull;&bull;&bull;&bull; &bull;&bull;&bull;&bull; &bull;&bull;&bull;&bull; %s';
$_['text_warning_card'] = 'Do you confirm you want to remove this card? You may add it again later on your next checkout.';
2020-03-02 10:58:49 +02:00
$_['text_success_card_delete'] = 'Success! This card has been removed.';