15 lines
229 B
PHP
15 lines
229 B
PHP
<?php
|
|
|
|
$lang['plugin']['lastentries'] = array(
|
|
|
|
'subject_before_count' => 'Últimos ',
|
|
'subject_after_count' => ' posts',
|
|
'edit' => 'Edite',
|
|
'add_entry' => 'Adicione post',
|
|
'no_entries' => 'Sem Posts'
|
|
|
|
|
|
);
|
|
|
|
?>
|