1<?php 2/** 3 * Portuguese (Brazilian) language strings 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Maíra <maira@maira.st> 7 */ 8 9// custom language strings for the plugin 10$lang['qb_todobutton'] = 'Marcar texto como tarefa'; 11$lang['refreshpage'] = 'Uma nova versão desta página está disponível. Atualize a página antes de tentar novamente.'; 12$lang['checkboxchange_on'] = 'Tarefa marcada'; 13$lang['checkboxchange_off'] = 'Tarefa desmarcada'; 14 15//Setup VIM: ex: et ts=2 enc=utf-8 :