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/newmail_notifier/localization/tr_TR.inc | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/newmail_notifier/localization/tr_TR.inc b/plugins/newmail_notifier/localization/tr_TR.inc index e59c055..4e4d4ce 100644 --- a/plugins/newmail_notifier/localization/tr_TR.inc +++ b/plugins/newmail_notifier/localization/tr_TR.inc @@ -15,12 +15,12 @@ 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 müzik ç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ü bildirimleri desteklemiyor'; -- Gitblit v1.9.1