mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Trashcan language codes
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7189 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6c3800ccd9
commit
92be400c27
9 changed files with 54 additions and 3 deletions
|
|
@ -59,7 +59,18 @@
|
|||
'ipaddress' => 'IP-Адрес',
|
||||
);
|
||||
$lang->alias = "Alias";
|
||||
$lang->history = "히스토리";
|
||||
$lang->about_use_history = "히스토리 기능의 사용여부를 지정합니다. 히스토리 기능을 사용할 경우 문서 수정시 이전 리비전을 기록하고 복원할 수 있습니다.";
|
||||
$lang->trace_only = "흔적만 남김";
|
||||
$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";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue