<?php
|
|
/*
|
+-----------------------------------------------------------------------+
|
| localization/pt_BR/labels.inc |
|
| |
|
| Language file of the Roundcube Webmail client |
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
| Licensed under the GNU General Public License |
|
| |
|
+-----------------------------------------------------------------------+
|
| Author: Edir Pereira dos Santos <fennder@gmail.com> |
|
+-----------------------------------------------------------------------+
|
*/
|
|
$labels = array();
|
$labels['downloadall'] = 'Baixar todos os anexos';
|
$labels['downloadfolder'] = 'Pasta de baixar arquivos';
|