blob: c74525e8525f2613d9322703117c4f195b746a81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
// Heading
$_['heading_title'] = 'OpenCart Marketplace API';
// Text
$_['text_success'] = 'Success: You have modified your API information!';
$_['text_signup'] = 'Please enter your OpenCart API information which you can obtain <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">here</a>.';
// Entry
$_['entry_username'] = 'Username';
$_['entry_secret'] = 'Secret';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!';
$_['error_username'] = 'Username required!';
$_['error_secret'] = 'Secret required!';
|