azett b2ed0e207d Added Brazilian Portuguese language pack by randy - thanks a lot!
Added Japanese setup translation by North Hill Work Studios - thanks as well!
Also: git:ignore for local test content folders
2020-04-17 12:16:45 +02:00

14 lines
282 B
PHP

<?php
$lang['plugin']['adminarea'] = array(
'subject' => 'Área de administração',
'welcome' => 'Bem vindo, ',
'admin_panel' => 'Painel do administrador',
'add_entry' => 'Crie um post',
'add_static' => 'Crie uma página estável',
'logout' => 'Sair'
);
?>