Thomas Bruederli
2014-11-10 01bc27536a7a78a74ce7b316fed102150b5dbcc3
commit | author | age
3983f5 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
aed581 5  | plugins/newmail_notifier/localization/<lang>.inc                      |
3983f5 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail New Mail Notifier plugin   |
TB 8  | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
3983f5 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/
3983f5 17 */
TB 18 $labels['basic'] = 'Yeni mesajlarda web tarayıcı bildirimlerini göster';
19 $labels['desktop'] = 'Yeni mesajlarda masa üstü bildirimlerini göster';
01bc27 20 $labels['sound'] = 'Yeni mesajlarda müzik çal';
3983f5 21 $labels['test'] = 'Deneme';
TB 22 $labels['title'] = 'Yeni E-posta!';
23 $labels['body'] = 'Yeni bir mesaj aldınız';
24 $labels['testbody'] = 'Bu bir test bildirimidir.';
01bc27 25 $labels['desktopdisabled'] = 'Web tarayıcınızda masaüstü bildirimi iptal edildi';
TB 26 $labels['desktopunsupported'] = 'Web tarayıcınız masaüstü bildirimleri desteklemiyor';
413617 27 $labels['desktoptimeout'] = 'Masaüstü bildirimini kapat';
aed581 28 ?>