From 2965a981b7ec22866fbdf2d567d87e2d068d3617 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 31 Jul 2015 16:04:08 -0400
Subject: [PATCH] Allow to search and import missing PGP pubkeys from keyservers using Publickey.js

---
 plugins/newmail_notifier/localization/tr_TR.inc |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/plugins/newmail_notifier/localization/tr_TR.inc b/plugins/newmail_notifier/localization/tr_TR.inc
index 23a366c..4e4d4ce 100644
--- a/plugins/newmail_notifier/localization/tr_TR.inc
+++ b/plugins/newmail_notifier/localization/tr_TR.inc
@@ -15,15 +15,14 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/
 */
-
-$labels['basic'] = 'Yeni mesajlarda web tarayıcı bildirimlerini göster';
-$labels['desktop'] = 'Yeni mesajlarda masa üstü bildirimlerini göster';
-$labels['sound'] = 'Yeni mesajlarda muzik çal';
+$labels['basic'] = 'Web tarayıcıda yeni mesajları bildir.';
+$labels['desktop'] = 'Masaüstünde yeni mesajları bildir.';
+$labels['sound'] = 'Yeni mesajlarda ses çal.';
 $labels['test'] = 'Deneme';
 $labels['title'] = 'Yeni E-posta!';
-$labels['body'] = 'Yeni bir mesaj aldınız';
+$labels['body'] = 'Yeni bir mesajınız var.';
 $labels['testbody'] = 'Bu bir test bildirimidir.';
-$labels['desktopdisabled'] = 'Web tarayıcınızda masa üstü bildirimi iptal edildi';
-$labels['desktopunsupported'] = 'Web tarayıcınız masa üstü bildidrimleri desteklemiyor';
-$labels['desktoptimeout'] = 'Close desktop notification';
+$labels['desktopdisabled'] = 'Web tarayıcınızda masaüstü bildirimi iptal edildi';
+$labels['desktopunsupported'] = 'Web tarayıcınız masaüstü bildirimleri desteklemiyor';
+$labels['desktoptimeout'] = 'Masaüstü bildirimini kapat';
 ?>

--
Gitblit v1.9.1