search.php
901 Bytes
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['text_search_options'] = 'Search Options';
$_['text_catalog'] = 'Catalog';
$_['text_customers'] = 'Customers';
$_['text_orders'] = 'Orders';
$_['text_products'] = 'Products';
$_['text_categories'] = 'Categories';
$_['text_manufacturers'] = 'Manufacturers';
$_['text_catalog_placeholder'] = 'Name, Model, SKU';
$_['text_customers_placeholder'] = 'First Name, Last Name, E-Mail';
$_['text_orders_placeholder'] = 'Order Id, Invoice No, First Name, Last Name, E-mail';
$_['text_search_placeholder'] = 'Search';
$_['text_no_result'] = '- No Result -';
$_['text_order_id'] = 'Order ID: ';