mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
issue 2949 modify lang
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12733 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a397cbe46c
commit
a90519339a
2 changed files with 6 additions and 1 deletions
|
|
@ -681,6 +681,7 @@
|
|||
<script>
|
||||
xe.lang.shortcut = '{$lang->shortcut}';
|
||||
xe.lang.msg_target_is_sub_of_origin = '{$lang->msg_target_is_sub_of_origin}';
|
||||
xe.lang.confirm_sitemap_delete = '{$lang->confirm_sitemap_delete}';
|
||||
xe.lang.confirm_menu_delete = '{$lang->confirm_menu_delete}';
|
||||
xe.lang.confirm_delete_all_contents = '{$lang->confirm_delete_all_contents}';
|
||||
xe.lang.confirm_shortcut_delete = '{$lang->confirm_shortcut_delete}';
|
||||
|
|
@ -1539,7 +1540,7 @@ jQuery(function($){
|
|||
$("._delSiteMap").click(function(){
|
||||
|
||||
$.xeMsgBox.confirmDialog({
|
||||
sTitle : xe.lang.confirm_menu_delete,
|
||||
sTitle : xe.lang.confirm_sitemap_delete,
|
||||
|
||||
sText : '<label><input type="checkbox"> ' + xe.lang.confirm_delete_all_item + '</label>',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue