mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 13:34:10 +00:00
add latest translate by by Sirchyk
This commit is contained in:
21
admin/language/ukrainian/sale/customer_ban_ip.php
Executable file
21
admin/language/ukrainian/sale/customer_ban_ip.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Banned IP\'s';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified customer banned IP\'s!';
|
||||
$_['text_list'] = 'Banned IP List';
|
||||
$_['text_add'] = 'Add Banned IP';
|
||||
$_['text_edit'] = 'Edit Banned IP';
|
||||
|
||||
// Column
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_customer'] = 'Customers';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_ip'] = 'IP';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer banned IP\'s!';
|
||||
$_['error_ip'] = 'IP must be between 1 and 40 characters!';
|
||||
Reference in New Issue
Block a user