mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 11:13:27 +02:00
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
This commit is contained in:
15
system/locale/pt_br/main.php
Normal file
15
system/locale/pt_br/main.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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';
|
||||
?>
|
Reference in New Issue
Block a user