add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Affiliate Commission Report';
// Text
$_['text_list'] = 'Affiliate Commission List';
// Column
$_['column_affiliate'] = 'Affiliate Name';
$_['column_email'] = 'E-Mail';
$_['column_status'] = 'Status';
$_['column_commission'] = 'Commission';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';

View File

@@ -0,0 +1,24 @@
<?php
// Heading
$_['heading_title'] = 'Affiliate Activity Report';
// Text
$_['text_list'] = 'Affiliate Activity List';
$_['text_edit'] = '<a href="affiliate_id=%d">%s</a> updated their account details.';
$_['text_forgotten'] = '<a href="affiliate_id=%d">%s</a> requested a new password.';
$_['text_login'] = '<a href="affiliate_id=%d">%s</a> logged in.';
$_['text_password'] = '<a href="affiliate_id=%d">%s</a> updated their account password.';
$_['text_payment'] = '<a href="affiliate_id=%d">%s</a> updated their payment details.';
$_['text_register'] = '<a href="affiliate_id=%d">%s</a> registered for a new account.';
// Column
$_['column_affiliate'] = 'Affiliate';
$_['column_comment'] = 'Comment';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Date Added';
// Entry
$_['entry_affiliate'] = 'Affiliate';
$_['entry_ip'] = 'IP';
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';

View File

@@ -0,0 +1,30 @@
<?php
// Heading
$_['heading_title'] = 'Customer Activity Report';
// Text
$_['text_list'] = 'Customer Activity List';
$_['text_address_add'] = '<a href="customer_id=%d">%s</a> added a new address.';
$_['text_address_edit'] = '<a href="customer_id=%d">%s</a> updated their address.';
$_['text_address_delete'] = '<a href="customer_id=%d">%s</a> deleted one of their address.';
$_['text_edit'] = '<a href="customer_id=%d">%s</a> updated their account details.';
$_['text_forgotten'] = '<a href="customer_id=%d">%s</a> requested a new password.';
$_['text_login'] = '<a href="customer_id=%d">%s</a> logged in.';
$_['text_password'] = '<a href="customer_id=%d">%s</a> updated their account password.';
$_['text_register'] = '<a href="customer_id=%d">%s</a> registered for an account.';
$_['text_return_account'] = '<a href="customer_id=%d">%s</a> submitted a product return.';
$_['text_return_guest'] = '%s submitted a product return.';
$_['text_order_account'] = '<a href="customer_id=%d">%s</a> created a <a href="order_id=%d">new order</a>.';
$_['text_order_guest'] = '%s created a <a href="order_id=%d">new order</a>.';
// Column
$_['column_customer'] = 'Customer';
$_['column_comment'] = 'Comment';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Date Added';
// Entry
$_['entry_customer'] = 'Customer';
$_['entry_ip'] = 'IP';
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';

View File

@@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Customer Credit Report';
// Column
$_['text_list'] = 'Customer Credit List';
$_['column_customer'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';

View File

@@ -0,0 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Customers Online Report';
// Text
$_['text_list'] = 'Customers Online List';
$_['text_guest'] = 'Guest';
// Column
$_['column_ip'] = 'IP';
$_['column_customer'] = 'Customer';
$_['column_url'] = 'Last Page Visited';
$_['column_referer'] = 'Referer';
$_['column_date_added'] = 'Last Click';
$_['column_action'] = 'Action';
// Entry
$_['entry_ip'] = 'IP';
$_['entry_customer'] = 'Customer';

View File

@@ -0,0 +1,22 @@
<?php
// Heading
$_['heading_title'] = 'Customer Orders Report';
// Text
$_['text_list'] = 'Customer Orders List';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_customer'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_orders'] = 'No. Orders';
$_['column_products'] = 'No. Products';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_status'] = 'Order Status';

View File

@@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'Customer Reward Points Report';
// Text
$_['text_list'] = 'Customer Reward Points List';
// Column
$_['column_customer'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_points'] = 'Reward Points';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';

View File

@@ -0,0 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Marketing Report';
// Text
$_['text_list'] = 'Marketing List';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_campaign'] = 'Campaign Name';
$_['column_code'] = 'Code';
$_['column_clicks'] = 'Clicks';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_status'] = 'Order Status';

View File

@@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'Products Purchased Report';
// Text
$_['text_list'] = 'Products Purchased List';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_status'] = 'Order Status';

View File

@@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Products Viewed Report';
// Text
$_['text_list'] = 'Products Viewed List';
$_['text_success'] = 'Success: You have reset the product viewed report!';
// Column
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_viewed'] = 'Viewed';
$_['column_percent'] = 'Percent';
// Error
$_['error_permission'] = 'Warning: You do not have permission to reset product viewed report!';

View File

@@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Coupons Report';
// Text
$_['text_list'] = 'Coupon List';
// Column
$_['column_name'] = 'Coupon Name';
$_['column_code'] = 'Code';
$_['column_orders'] = 'Orders';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';

View File

@@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'Sales Report';
// Text
$_['text_list'] = 'Sales List';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_orders'] = 'No. Orders';
$_['column_products'] = 'No. Products';
$_['column_tax'] = 'Tax';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_status'] = 'Order Status';

View File

@@ -0,0 +1,22 @@
<?php
// Heading
$_['heading_title'] = 'Returns Report';
// Text
$_['text_list'] = 'Returns List';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_returns'] = 'No. Returns';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_status'] = 'Return Status';

View File

@@ -0,0 +1,24 @@
<?php
// Heading
$_['heading_title'] = 'Shipping Report';
// Text
$_['text_list'] = 'Shipping List';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_title'] = 'Shipping Title';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_status'] = 'Order Status';

View File

@@ -0,0 +1,24 @@
<?php
// Heading
$_['heading_title'] = 'Tax Report';
// Text
$_['text_list'] = 'Tax List';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_title'] = 'Tax Title';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_status'] = 'Order Status';