15 lines
357 B
PHP
15 lines
357 B
PHP
<?php
|
|
/**
|
|
* Portuguese language file
|
|
*
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
* @author Fernando Ribeiro <pinguim.ribeiro@gmail.com>
|
|
*/
|
|
|
|
// custom language strings for the plugin
|
|
$lang['page'] = 'Página';
|
|
$lang['date'] = 'Data';
|
|
$lang['user'] = 'Utilizador';
|
|
$lang['desc'] = 'Descrição';
|
|
|
|
//Setup VIM: ex: et ts=2 enc=utf-8 :
|