mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
21 lines
875 B
PHP
21 lines
875 B
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 execute could 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';
|