1<?php
2/**
3 * Chinese language file for saveandedit plugin
4 *
5 * @author Jash Yin <admin@neverno.me>
6 */
7
8// custom language strings for the plugin
9$lang['btn_saveandedit'] = '保存后继续编辑';
10
11
12
13//Setup VIM: ex: et ts=4 :
14