summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/include/lang/pt-br/settings.php
blob: 11cf6044e8fa952968bb587949dd44017ba64fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Portuguese language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Flávio Roberto Santos <flavio.barata@gmail.com>
 */
 
// for the configuration manager
$lang['firstseconly']     = 'mostrar apenas primeira seção de registros do blog';
$lang['showdate']         = 'mostrar datas abaixo dos registros do blog';
$lang['showuser']         = 'mostrar usernames abaixo dos registros do blog';

//Setup VIM: ex: et ts=2 :