We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d278975 commit 490076bCopy full SHA for 490076b
lang/zh/lang.php
@@ -0,0 +1,16 @@
1
+<?php
2
+/**
3
+ * Delete Page Button plugin - Chinese language file
4
+ *
5
+ * @copyright (c) 2020 Damien Regad
6
+ * @license GPLv2 or later (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
7
+ * @author yang
8
+ */
9
+
10
+$lang['menu_item'] = '删除页面';
11
+$lang['deleted_ok'] = '页面删除成功';
12
13
+$lang['js']['title'] = $lang['menu_item'];
14
+$lang['js']['confirm'] = '确认删除此页面?';
15
+$lang['js']['btn_ok'] = '确认';
16
+$lang['js']['btn_cancel'] = '取消';
0 commit comments