Ivens Pontes cbdac66fd0 add locale pt_br, fix tibiacom canEdit ticker buttons (#77)
* add locale pt_br

* fix tibiacom canEdit ticker buttons

buttons did not work

* fix missing translation

* * add author and change notice
2019-05-04 00:24:14 +02:00

15 lines
362 B
PHP

<?php
/**
* Brazilian Portuguese language file
* main.php
*
* @author Ivens Pontes <ivenscardoso@hotmail.com>
*/
$locale['name'] = 'Brazilian Portuguese';
$locale['lang'] = 'pt-br';
$locale['encoding'] = 'utf-8';
$locale['direction']= 'ltr';
$locale['error404'] = 'A página solicitada não foi encontrada.';
$locale['news'] = 'Últimas notícias';
?>