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

15 lines
229 B
PHP

<?php
$lang['plugin']['lastentries'] = array(
'subject_before_count' => 'Úlitimo ',
'subject_after_count' => ' posts',
'edit' => 'Edite',
'add_entry' => 'Adicione post',
'no_entries' => 'Sem Posts'
);
?>