16 lines
467 B
PHP
16 lines
467 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Marketplaces';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified marketplaces!';
|
|
$_['text_list'] = 'Marketplace List';
|
|
|
|
// Column
|
|
$_['column_name'] = 'Marketplace Name';
|
|
$_['column_status'] = 'Status';
|
|
$_['column_action'] = 'Action';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify marketplaces!';
|
|
$_['error_extension'] = 'Warning: Extension does not exist!'; |