mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
21
modules/trash/lang/en.php
Normal file
21
modules/trash/lang/en.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue