summaryrefslogtreecommitdiff
path: root/settings/localization/pt_PT.inc
blob: 8534beef16ece4a60fa6eaca6c23eed7af61c3fd (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
26
<?php

/*
 +-----------------------------------------------------------------------+
 | ./plugins/settings/localization/pt_PT.inc
 |
 | Language file of MyRoundcube Plugins Bundle
 | Copyright (C) 2010-2012, Roland 'rosali' Liebl
 | Licensed under the GNU GPL
 |
 +-----------------------------------------------------------------------+
 | Author: Ling Fude - 03/19/2012 15:19:25
 +-----------------------------------------------------------------------+

*/

$labels = array();
$labels['menu'] = 'Menu';
$labels['managefolders'] = 'Gerir pastas';
$labels['account'] = 'Administração da conta';
$labels['classic'] = 'Predefinido';
$labels['remotefolders'] = 'Pastas especiais';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Pré-visualização da Skin';

?>