mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 11:03:26 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
17
admin/language/uk-ua/design/theme.php
Normal file
17
admin/language/uk-ua/design/theme.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Theme Editor';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified themes!';
|
||||
$_['text_edit'] = 'Edit Theme';
|
||||
$_['text_store'] = 'Choose your store';
|
||||
$_['text_template'] = 'Choose a template';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_warning'] = 'Warning: Security can be compromised using the theme editor!';
|
||||
$_['text_access'] = 'Make sure that only the correct admin users are allowed to access this page as you can directly access your stores souce code.';
|
||||
$_['text_permission'] = 'You can change the user permissions <a href="%s" class="alert-link">here</a>.';
|
||||
$_['text_begin'] = 'Select a theme file from the left side to begin editing.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify the theme editor!';
|
||||
Reference in New Issue
Block a user