mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
7 lines
288 B
PHP
Executable File
7 lines
288 B
PHP
Executable File
<?php
|
|
// Text
|
|
$_['text_title'] = 'Credit or Debit Card';
|
|
$_['text_secure_connection'] = 'Creating a secure connection...';
|
|
|
|
// Error
|
|
$_['error_connection'] = 'Could not connect to PayPal. Please contact the shop\'s administrator for assistance or choose a different payment method.'; |