Update confirmation dialog to allow the user to choose if content should be deleted as well

This commit is contained in:
Kijin Sung 2023-06-25 18:36:51 +09:00
parent e1b6e0e70d
commit 422368d0d7
3 changed files with 26 additions and 35 deletions

View file

@ -106,9 +106,12 @@ $lang->site_default_skin_settings = 'Site default skin settings';
$lang->install_other_skins = 'Install other themes';
$lang->no_downloadable_item = 'There are no downloadable item.';
$lang->confirm_sitemap_delete = 'Do you want to remove this sitemap?';
$lang->confirm_menu_delete = 'Do you want to remove this menu item?';
$lang->confirm_delete_all_contents = 'I understand that the contents will be deleted as well.';
$lang->confirm_shortcut_delete = 'Do you want to remove this shortcut item?';
$lang->confirm_menu_delete = 'Delete menu item?';
$lang->confirm_menu_delete_desc = 'Would you like to delete all content belonging to this menu, such as posts, comments and files?';
$lang->confirm_delete_not_contents = 'Only delete the menu item, and keep the content.';
$lang->confirm_delete_all_contents = 'Delete all content.';
$lang->confirm_shortcut_delete = 'Delete shortcut';
$lang->confirm_shortcut_desc = 'The linked content will not be deleted.';
$lang->confirm_delete_all_sub_items_title = 'The menu has sub-menu(s)';
$lang->confirm_delete_all_sub_items = 'Do you want to delete all the sub-menu(s)?';
$lang->confirm_delete_all_item = 'I know delete all menu of sitemap.';
@ -129,4 +132,4 @@ $lang->skin_settings = 'Skin settings';
$lang->no_use_skin = 'Will not use any skin';
$lang->menu_desc = 'Description';
$lang->menu_icon = 'Icon';
$lang->about_menu_icon = 'If and how the icon code is interpreted is up to the layout designer.';
$lang->about_menu_icon = 'If and how the icon code is interpreted is up to the layout designer.';