1<?php
2/**
3 * English language file for saveandedit plugin
4 *
5 * @author Benedito Carneiro <ctsbc@yahoo.com.br>
6 */
7
8// custom language strings for the plugin
9$lang['btn_saveandedit'] = 'Continuar editando, depois de salvar';
10
11
12
13//Setup VIM: ex: et ts=4 :
14