summaryrefslogtreecommitdiff
path: root/settings/localization/pt_BR.inc
blob: fba065c04aa4d698c1fe32a25242190f4b616a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/*
 +-----------------------------------------------------------------------+
 | ./plugins/settings/localization/pt_BR.inc
 |
 | Language file of MyRoundcube Plugins Bundle
 | Copyright (C) 2010-2012, Roland 'rosali' Liebl
 | Licensed under the GNU GPL
 |
 +-----------------------------------------------------------------------+
 | Author: filhocf - 08/24/2012 16:38:59
 +-----------------------------------------------------------------------+
*/

$labels = array();
$labels['menu'] = 'Menu';
$labels['managefolders'] = 'Gerenciar pastas';
$labels['account'] = 'Administração da Conta';
$labels['classic'] = 'Padrão';
$labels['remotefolders'] = 'Pastas Especiais';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Visualizar Tema';
$labels['larry'] = 'Larry';

?>