Адаптація структури перекладу під 2.3.0.2

This commit is contained in:
dinox-pro
2017-03-01 14:59:27 +02:00
parent 7c0ae9fdd6
commit 315ad35284
434 changed files with 15247 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
// Heading
$_['heading_title'] = 'Customer Searches Report';
// Text
$_['text_list'] = 'Customer Searches List';
$_['text_guest'] = 'Guest';
$_['text_customer'] = '<a href="%s">%s</a>';
// Column
$_['column_keyword'] = 'Keyword';
$_['column_products'] = 'Found Products';
$_['column_category'] = 'Category';
$_['column_customer'] = 'Customer';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Date Added';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_keyword'] = 'Keyword';
$_['entry_customer'] = 'Customer';
$_['entry_ip'] = 'IP';