mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 19:13:26 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
22
admin/language/uk-ua/extension/store.php
Normal file
22
admin/language/uk-ua/extension/store.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Extension Store';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified extensions!';
|
||||
$_['text_list'] = 'Extension List';
|
||||
$_['text_license'] = 'License';
|
||||
$_['text_free'] = 'Free';
|
||||
$_['text_commercial'] = 'Commercial';
|
||||
$_['text_category'] = 'All Categories';
|
||||
$_['text_theme'] = 'Themes';
|
||||
$_['text_payment'] = 'Payment Gateways';
|
||||
$_['text_shipping'] = 'Shipping Methods';
|
||||
$_['text_module'] = 'Modules';
|
||||
$_['text_total'] = 'Order Totals';
|
||||
$_['text_feed'] = 'Product Feeds';
|
||||
$_['text_report'] = 'Reports';
|
||||
$_['text_other'] = 'Other';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
|
||||
Reference in New Issue
Block a user