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

diff --git a/program/localization/lt/labels.inc b/program/localization/lt/labels.inc
index 96a2772..6cd247e 100644
--- a/program/localization/lt/labels.inc
+++ b/program/localization/lt/labels.inc
@@ -1,16 +1,20 @@
 <?php
 
 /*
+
  +-----------------------------------------------------------------------+
  | language/lt/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: Oleg Andrejev <ins@ins.lt>                                    |
  +-----------------------------------------------------------------------+
+
+ @version $Id$
+
 */
 
 $labels = array();
@@ -108,7 +112,6 @@
 
 $labels['quota'] = 'Disko naudojimas';
 
-
 // message compose
 $labels['compose']  = 'Rašyti nauja laiška';
 $labels['sendmessage']  = 'Išsiųsti laiską';
@@ -127,7 +130,6 @@
 
 $labels['nosubject']  = '(nėra temos)';
 $labels['showimages'] = 'Rodyti paveikslėlius';
-
 
 // address boook
 $labels['name']      = 'Rodomas vardas';
@@ -160,7 +162,6 @@
 $labels['ldappublicsearchfield'] = 'Ieškoti iš';
 $labels['ldappublicsearchform'] = 'Ieškoti kontakto';
 $labels['ldappublicsearch'] = 'Ieškoti';
-
 
 // settings
 $labels['settingsfor']  = 'Nustatymai prie';

--
Gitblit v1.9.1