Trashcan language codes

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7189 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-01-20 05:41:23 +00:00
parent 6c3800ccd9
commit 92be400c27
9 changed files with 54 additions and 3 deletions

View file

@ -69,4 +69,15 @@
$lang->history = "History";
$lang->about_use_history = "Determine whether to enable history feature, if it is enabled, update history would be stored and possible to restore old revisions.";
$lang->trace_only = "Trace only";
$lang->cmd_trash = 'Trashcan';
$lang->cmd_restore = 'Restore';
$lang->cmd_restore_all = 'Restore All';
$lang->in_trash = 'Trashcan';
$lang->trash_nick_name = 'Person who deleted';
$lang->trash_date = 'Deleted date';
$lang->trash_description = 'Description';
$lang->success_trashed = "Successfully moved to trashcan";
?>