mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 02:53:25 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
20
admin/language/uk-ua/design/language.php
Normal file
20
admin/language/uk-ua/design/language.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Language Editor';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified language editor!';
|
||||
$_['text_edit'] = 'Edit Translation';
|
||||
$_['text_default'] = 'Default';
|
||||
$_['text_store'] = 'Store';
|
||||
$_['text_language'] = 'Language';
|
||||
$_['text_translation'] = 'Choose a translation';
|
||||
$_['text_translation'] = 'Translations';
|
||||
|
||||
// Entry
|
||||
$_['entry_key'] = 'Key';
|
||||
$_['entry_value'] = 'Value';
|
||||
$_['entry_default'] = 'Default';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify language editor!';
|
||||
Reference in New Issue
Block a user