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/hr/labels.inc |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/program/localization/hr/labels.inc b/program/localization/hr/labels.inc
index 6c42558..e3c14fc 100644
--- a/program/localization/hr/labels.inc
+++ b/program/localization/hr/labels.inc
@@ -1,18 +1,19 @@
 <?php
 
 /*
+
  +-----------------------------------------------------------------------+
  | language/hr/labels.inc                                                |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
- | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland                 |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
  | Author: Edi Budimilic <edifreak@gmail.com>                            |
  +-----------------------------------------------------------------------+
 
- $Id$
+ @version $Id$
 
 */
 
@@ -118,7 +119,6 @@
 $labels['quicksearch']  = 'Brza pretraga';
 $labels['resetsearch']  = 'Prikaži sve poruke';
 
-
 // message compose
 $labels['compose']  = 'Nova poruka';
 $labels['savemessage']  = 'Spremi u \'Predlošci\'';
@@ -144,7 +144,6 @@
 $labels['nosubject']  = '(bez naslova)';
 $labels['showimages'] = 'Prikaži slike';
 
-
 // address boook
 $labels['name']      = 'Puno ime';
 $labels['firstname'] = 'Ime';
@@ -169,7 +168,6 @@
 $labels['previouspage']   = 'Sljedeća strana';
 $labels['nextpage']       = 'Prijašnja strana';
 
-
 // LDAP search
 $labels['ldapsearch'] = 'Pretraga LDAP imenika';
 
@@ -179,7 +177,6 @@
 $labels['ldappublicsearchfield'] = 'Pretraži na';
 $labels['ldappublicsearchform'] = 'Pretraži kontakte';
 $labels['ldappublicsearch'] = 'Pretraga';
-
 
 // settings
 $labels['settingsfor']  = 'Postavke za';
@@ -217,4 +214,4 @@
 $labels['sortasc']  = 'Sortiraj rastućim nizom';
 $labels['sortdesc'] = 'Sortiraj opadajućim nizom';
 
-?>
+?>
\ No newline at end of file

--
Gitblit v1.9.1