mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 12:33:10 +00:00
add latest translate by by Sirchyk
This commit is contained in:
21
admin/language/ukrainian/tool/upload.php
Executable file
21
admin/language/ukrainian/tool/upload.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Uploads';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified uploads!';
|
||||
$_['text_list'] = 'Upload List';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Upload Name';
|
||||
$_['column_filename'] = 'Filename';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Upload Name';
|
||||
$_['entry_filename'] = 'Filename';
|
||||
$_['entry_date_added'] = 'Date Added';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify uploads!';
|
||||
Reference in New Issue
Block a user