mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Update Language Files of: - Common Language File - Addon Module - Admin Module - AutoInstall Module - Board Module - Comment Module - Communication Module - Document Module - Editor Module - File Module - Korean Postal Code Module - Notification Center Module - Point Module - Poll Module - RSS Module - Tag Module - Recycle Bin Module - AdminLogging Addon - PhotoSwipe Addon - XEdition Layout - Content Widget - ncenter_login Widget - mcontent Widget
29 lines
1.3 KiB
PHP
29 lines
1.3 KiB
PHP
<?php
|
|
$lang->cmd_trash = 'Recycle Bin';
|
|
$lang->cmd_restore_all = 'Restore All';
|
|
$lang->in_trash = 'Recycle Bin';
|
|
$lang->trash_date = 'Deleted Date';
|
|
$lang->trash_description = 'Description';
|
|
$lang->success_trashed = 'Moved to Recycle Bin.';
|
|
$lang->empty_trash_all = 'Empty Recycle Bin';
|
|
$lang->confirm_restore = 'Are you sure you want to restore?';
|
|
$lang->success_empty = 'Recycle Bin emptied successfully.';
|
|
$lang->fail_empty = 'Failed to empty Recycle Bin.';
|
|
$lang->success_restore = 'Restored successfully.';
|
|
$lang->fail_restore = 'Failed to restore.';
|
|
$lang->origin_module_type = 'Type';
|
|
$lang->remove_all_trash_item = 'Remove all trash items. After execution, the items can not be recovered.';
|
|
$lang->title = 'Subject';
|
|
$lang->content = 'Content';
|
|
$lang->trasher = 'Deleter';
|
|
$lang->origin_info = 'Document Info';
|
|
$lang->delete_info = 'Trash Info';
|
|
$lang->cmd_restore = 'Restore';
|
|
$lang->cmd_trash_list = 'Recycle Bin Items';
|
|
$lang->cmd_trash_type = 'Type Selection';
|
|
$lang->trash_warning = 'Caution!';
|
|
$lang->trash_nick_name = 'Deleted By';
|
|
$lang->search_target_trash_list['title'] = 'Title';
|
|
$lang->search_target_trash_list['user_id'] = 'User ID';
|
|
$lang->search_target_trash_list['nick_name'] = 'Nickname';
|
|
$lang->search_target_trash_list['trash_ipaddress'] = 'IP Address';
|