Convert all module lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 16:01:17 +09:00
parent 9b621d9c8c
commit 615416ab7f
297 changed files with 13745 additions and 17656 deletions

21
modules/trash/lang/en.php Normal file
View 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';