From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 plugins/archive/localization/tr_TR.inc |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/plugins/archive/localization/tr_TR.inc b/plugins/archive/localization/tr_TR.inc
index b6960ea..ae82746 100644
--- a/plugins/archive/localization/tr_TR.inc
+++ b/plugins/archive/localization/tr_TR.inc
@@ -15,8 +15,6 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/
 */
-
-$labels = array();
 $labels['buttontext'] = 'Arşiv';
 $labels['buttontitle'] = 'Bu postayı arşivle';
 $labels['archived'] = 'Başarıyla arşivlendi';
@@ -24,11 +22,10 @@
 $labels['archiveerror'] = 'Bazı mesajlar arşivlenemedi.';
 $labels['archivefolder'] = 'Arşiv';
 $labels['settingstitle'] = 'Arşiv';
-$labels['archivetype'] = 'Arşivi bunla böl';
+$labels['archivetype'] = 'Arşivi bununla böl';
 $labels['archivetypeyear'] = 'Yıl (Arşiv/2012)';
 $labels['archivetypemonth'] = 'Ay(Arşiv/2012/06)';
 $labels['archivetypefolder'] = 'Özgün dosya';
 $labels['archivetypesender'] = 'E-Posta Göndericisi';
 $labels['unkownsender'] = 'bilinmeyen';
-
 ?>

--
Gitblit v1.9.1