From e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 25 Sep 2010 09:03:53 -0400
Subject: [PATCH] - s/RoundCube/Roundcube/

---
 program/localization/pt_BR/labels.inc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/program/localization/pt_BR/labels.inc b/program/localization/pt_BR/labels.inc
index db9795b..27c5bb5 100644
--- a/program/localization/pt_BR/labels.inc
+++ b/program/localization/pt_BR/labels.inc
@@ -5,8 +5,8 @@
 +-----------------------------------------------------------------------+
 | language/pt_BR/labels.inc                                             |
 |                                                                       |
-| Language file of the RoundCube Webmail client                         |
-| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 |
+| Language file of the Roundcube Webmail client                         |
+| Copyright (C) 2005-2010, Roundcube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+
@@ -179,6 +179,7 @@
 $labels['attachments'] = 'Anexos';
 $labels['upload'] = 'Enviar';
 $labels['close'] = 'Fechar';
+$labels['messageoptions'] = 'Opções de mensagens...';
 $labels['low'] = 'Baixa';
 $labels['lowest'] = 'Mais baixa';
 $labels['normal'] = 'Normal';
@@ -205,6 +206,7 @@
 $labels['email'] = 'E-Mail';
 $labels['addcontact'] = 'Incluir novo contato';
 $labels['editcontact'] = 'Editar contato';
+$labels['contacts'] = 'Contatos';
 $labels['edit'] = 'Editar';
 $labels['cancel'] = 'Cancelar';
 $labels['save'] = 'Salvar';

--
Gitblit v1.9.1