1
0
opencart-languagepack-finnish/admin/marketplace/api.php

17 lines
634 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?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
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify marketplace API!';
2020-02-12 21:25:39 +00:00
$_['error_username'] = 'Username required!';
$_['error_secret'] = 'Secret required!';