From 9d41ed8d3e8d63b1107006d1905d1f2517639f78 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 06 Feb 2007 04:17:01 -0500
Subject: [PATCH] updated pt_BR, clean up in localization

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

diff --git a/program/localization/pt_PT/labels.inc b/program/localization/pt_PT/labels.inc
index e2d7205..fdcf56e 100644
--- a/program/localization/pt_PT/labels.inc
+++ b/program/localization/pt_PT/labels.inc
@@ -1,18 +1,19 @@
 <?php
 
 /*
+
  +-----------------------------------------------------------------------+
  | language/pt_PT/labels.inc                                             |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
- | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Sergio Rocha <sergio.rocha@makeitsimple.pt>	                 |
+ | Author: Sergio Rocha <sergio.rocha@makeitsimple.pt>                   |
  +-----------------------------------------------------------------------+
 
- $Id$
+ @version $Id$
 
 */
 
@@ -111,7 +112,6 @@
 
 $labels['quota'] = 'Utilização';
 
-
 // message compose
 $labels['compose']  = 'Escrever mensagem';
 $labels['sendmessage']  = 'Enviar';
@@ -130,7 +130,6 @@
 
 $labels['nosubject']  = '(no assunto)';
 $labels['showimages'] = 'Exibir imagens';
-
 
 // address boook
 $labels['name']      = 'Nome completo';
@@ -162,7 +161,6 @@
 $labels['ldappublicsearchfield'] = 'Pesquisar em';
 $labels['ldappublicsearchform'] = 'Procurar por um contacto';
 $labels['ldappublicsearch'] = 'Pesquisar';
-
 
 // settings
 $labels['settingsfor']  = 'Configurações para';

--
Gitblit v1.9.1