From e624fc6e9d2f070b025f438e6252a84972fa873b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 17 Dec 2010 09:28:38 -0500
Subject: [PATCH] Bring back the title for the column with subscription checkboxes; complete german translations

---
 program/localization/lt_LT/labels.inc |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/program/localization/lt_LT/labels.inc b/program/localization/lt_LT/labels.inc
index 4c8feff..392d7b2 100644
--- a/program/localization/lt_LT/labels.inc
+++ b/program/localization/lt_LT/labels.inc
@@ -39,8 +39,7 @@
 $labels['cc'] = 'Kopija';
 $labels['bcc'] = 'Slaptoji kopija';
 $labels['replyto'] = 'Atsakymą gaus';
-$labels['mailreplyto'] = 'Mail-Reply-To';
-$labels['mailfollowupto'] = 'Mail-Followup-To';
+$labels['followupto'] = 'Followup-To';
 $labels['date'] = 'Data';
 $labels['size'] = 'Dydis';
 $labels['priority'] = 'Prioritetas';
@@ -202,8 +201,7 @@
 $labels['addcc'] = 'Pridėti Cc';
 $labels['addbcc'] = 'Pridėti Bcc';
 $labels['addreplyto'] = 'Pridėti Reply-To';
-$labels['addmailreplyto'] = 'Pridėti Mail-Reply-To';
-$labels['addmailfollowupto'] = 'Pridėti Mail-Followup-To';
+$labels['addfollowupto'] = 'Pridėti Followup-To';
 $labels['mdnrequest'] = 'Šio laiško siuntėjas paprašė patvirtinti, kad jūs jį perskaitėte. Ar išsiųsti tai patvirtinančią pažymą?';
 $labels['receiptread'] = 'Patvirtinimas (laiškas perskaitytas)';
 $labels['yourmessage'] = 'Tai – pažyma, patvirtinanti, jog buvo perskaitytas Jūsų laiškas';
@@ -327,6 +325,7 @@
 $labels['folder'] = 'Aplankas';
 $labels['folders'] = 'Aplankai';
 $labels['foldername'] = 'Aplanko vardas';
+$labels['subscribed'] = 'Užsakytas';
 $labels['messagecount'] = 'Laiškai';
 $labels['create'] = 'Sukurti';
 $labels['createfolder'] = 'Sukurti naują aplanką';

--
Gitblit v1.9.1