From b2034fdfec040a67988e543a911208ef2491ce7a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Sun, 22 Feb 2015 12:58:46 +0100 Subject: New RoundCube Plugins Git folder --- newmail_notifier/composer.json | 24 ++++ newmail_notifier/config.inc.php.dist | 15 ++ newmail_notifier/favicon.ico | Bin 0 -> 1734 bytes newmail_notifier/localization/ar_SA.inc | 28 ++++ newmail_notifier/localization/ast.inc | 28 ++++ newmail_notifier/localization/az_AZ.inc | 28 ++++ newmail_notifier/localization/be_BE.inc | 28 ++++ newmail_notifier/localization/bg_BG.inc | 28 ++++ newmail_notifier/localization/br.inc | 28 ++++ newmail_notifier/localization/bs_BA.inc | 28 ++++ newmail_notifier/localization/ca_ES.inc | 28 ++++ newmail_notifier/localization/cs_CZ.inc | 28 ++++ newmail_notifier/localization/cy_GB.inc | 28 ++++ newmail_notifier/localization/da_DK.inc | 28 ++++ newmail_notifier/localization/de_CH.inc | 28 ++++ newmail_notifier/localization/de_DE.inc | 28 ++++ newmail_notifier/localization/el_GR.inc | 28 ++++ newmail_notifier/localization/en_CA.inc | 28 ++++ newmail_notifier/localization/en_GB.inc | 28 ++++ newmail_notifier/localization/en_US.inc | 30 ++++ newmail_notifier/localization/eo.inc | 27 ++++ newmail_notifier/localization/es_419.inc | 28 ++++ newmail_notifier/localization/es_AR.inc | 28 ++++ newmail_notifier/localization/es_ES.inc | 28 ++++ newmail_notifier/localization/et_EE.inc | 28 ++++ newmail_notifier/localization/eu_ES.inc | 28 ++++ newmail_notifier/localization/fa_IR.inc | 28 ++++ newmail_notifier/localization/fi_FI.inc | 28 ++++ newmail_notifier/localization/fo_FO.inc | 28 ++++ newmail_notifier/localization/fr_FR.inc | 28 ++++ newmail_notifier/localization/fy_NL.inc | 20 +++ newmail_notifier/localization/gl_ES.inc | 28 ++++ newmail_notifier/localization/he_IL.inc | 28 ++++ newmail_notifier/localization/hr_HR.inc | 28 ++++ newmail_notifier/localization/hu_HU.inc | 28 ++++ newmail_notifier/localization/hy_AM.inc | 28 ++++ newmail_notifier/localization/ia.inc | 28 ++++ newmail_notifier/localization/id_ID.inc | 28 ++++ newmail_notifier/localization/it_IT.inc | 28 ++++ newmail_notifier/localization/ja_JP.inc | 28 ++++ newmail_notifier/localization/km_KH.inc | 28 ++++ newmail_notifier/localization/ko_KR.inc | 28 ++++ newmail_notifier/localization/ku.inc | 28 ++++ newmail_notifier/localization/ku_IQ.inc | 19 +++ newmail_notifier/localization/lb_LU.inc | 28 ++++ newmail_notifier/localization/lt_LT.inc | 28 ++++ newmail_notifier/localization/lv_LV.inc | 28 ++++ newmail_notifier/localization/ml_IN.inc | 28 ++++ newmail_notifier/localization/mr_IN.inc | 23 +++ newmail_notifier/localization/nb_NO.inc | 28 ++++ newmail_notifier/localization/nl_NL.inc | 28 ++++ newmail_notifier/localization/nn_NO.inc | 27 ++++ newmail_notifier/localization/pl_PL.inc | 28 ++++ newmail_notifier/localization/pt_BR.inc | 28 ++++ newmail_notifier/localization/pt_PT.inc | 28 ++++ newmail_notifier/localization/ro_RO.inc | 28 ++++ newmail_notifier/localization/ru_RU.inc | 28 ++++ newmail_notifier/localization/si_LK.inc | 19 +++ newmail_notifier/localization/sk_SK.inc | 28 ++++ newmail_notifier/localization/sl_SI.inc | 28 ++++ newmail_notifier/localization/sq_AL.inc | 20 +++ newmail_notifier/localization/sr_CS.inc | 27 ++++ newmail_notifier/localization/sv_SE.inc | 28 ++++ newmail_notifier/localization/ti.inc | 27 ++++ newmail_notifier/localization/tr_TR.inc | 28 ++++ newmail_notifier/localization/uk_UA.inc | 28 ++++ newmail_notifier/localization/vi_VN.inc | 28 ++++ newmail_notifier/localization/zh_CN.inc | 27 ++++ newmail_notifier/localization/zh_TW.inc | 28 ++++ newmail_notifier/mail.png | Bin 0 -> 1408 bytes newmail_notifier/newmail_notifier.js | 200 ++++++++++++++++++++++++++ newmail_notifier/newmail_notifier.php | 218 +++++++++++++++++++++++++++++ newmail_notifier/overlay.ico | Bin 0 -> 1150 bytes newmail_notifier/sound.mp3 | Bin 0 -> 7488 bytes newmail_notifier/sound.wav | Bin 0 -> 10444 bytes newmail_notifier/tests/NewmailNotifier.php | 23 +++ 76 files changed, 2286 insertions(+) create mode 100644 newmail_notifier/composer.json create mode 100644 newmail_notifier/config.inc.php.dist create mode 100644 newmail_notifier/favicon.ico create mode 100644 newmail_notifier/localization/ar_SA.inc create mode 100644 newmail_notifier/localization/ast.inc create mode 100644 newmail_notifier/localization/az_AZ.inc create mode 100644 newmail_notifier/localization/be_BE.inc create mode 100644 newmail_notifier/localization/bg_BG.inc create mode 100644 newmail_notifier/localization/br.inc create mode 100644 newmail_notifier/localization/bs_BA.inc create mode 100644 newmail_notifier/localization/ca_ES.inc create mode 100644 newmail_notifier/localization/cs_CZ.inc create mode 100644 newmail_notifier/localization/cy_GB.inc create mode 100644 newmail_notifier/localization/da_DK.inc create mode 100644 newmail_notifier/localization/de_CH.inc create mode 100644 newmail_notifier/localization/de_DE.inc create mode 100644 newmail_notifier/localization/el_GR.inc create mode 100644 newmail_notifier/localization/en_CA.inc create mode 100644 newmail_notifier/localization/en_GB.inc create mode 100644 newmail_notifier/localization/en_US.inc create mode 100644 newmail_notifier/localization/eo.inc create mode 100644 newmail_notifier/localization/es_419.inc create mode 100644 newmail_notifier/localization/es_AR.inc create mode 100644 newmail_notifier/localization/es_ES.inc create mode 100644 newmail_notifier/localization/et_EE.inc create mode 100644 newmail_notifier/localization/eu_ES.inc create mode 100644 newmail_notifier/localization/fa_IR.inc create mode 100644 newmail_notifier/localization/fi_FI.inc create mode 100644 newmail_notifier/localization/fo_FO.inc create mode 100644 newmail_notifier/localization/fr_FR.inc create mode 100644 newmail_notifier/localization/fy_NL.inc create mode 100644 newmail_notifier/localization/gl_ES.inc create mode 100644 newmail_notifier/localization/he_IL.inc create mode 100644 newmail_notifier/localization/hr_HR.inc create mode 100644 newmail_notifier/localization/hu_HU.inc create mode 100644 newmail_notifier/localization/hy_AM.inc create mode 100644 newmail_notifier/localization/ia.inc create mode 100644 newmail_notifier/localization/id_ID.inc create mode 100644 newmail_notifier/localization/it_IT.inc create mode 100644 newmail_notifier/localization/ja_JP.inc create mode 100644 newmail_notifier/localization/km_KH.inc create mode 100644 newmail_notifier/localization/ko_KR.inc create mode 100644 newmail_notifier/localization/ku.inc create mode 100644 newmail_notifier/localization/ku_IQ.inc create mode 100644 newmail_notifier/localization/lb_LU.inc create mode 100644 newmail_notifier/localization/lt_LT.inc create mode 100644 newmail_notifier/localization/lv_LV.inc create mode 100644 newmail_notifier/localization/ml_IN.inc create mode 100644 newmail_notifier/localization/mr_IN.inc create mode 100644 newmail_notifier/localization/nb_NO.inc create mode 100644 newmail_notifier/localization/nl_NL.inc create mode 100644 newmail_notifier/localization/nn_NO.inc create mode 100644 newmail_notifier/localization/pl_PL.inc create mode 100644 newmail_notifier/localization/pt_BR.inc create mode 100644 newmail_notifier/localization/pt_PT.inc create mode 100644 newmail_notifier/localization/ro_RO.inc create mode 100644 newmail_notifier/localization/ru_RU.inc create mode 100644 newmail_notifier/localization/si_LK.inc create mode 100644 newmail_notifier/localization/sk_SK.inc create mode 100644 newmail_notifier/localization/sl_SI.inc create mode 100644 newmail_notifier/localization/sq_AL.inc create mode 100644 newmail_notifier/localization/sr_CS.inc create mode 100644 newmail_notifier/localization/sv_SE.inc create mode 100644 newmail_notifier/localization/ti.inc create mode 100644 newmail_notifier/localization/tr_TR.inc create mode 100644 newmail_notifier/localization/uk_UA.inc create mode 100644 newmail_notifier/localization/vi_VN.inc create mode 100644 newmail_notifier/localization/zh_CN.inc create mode 100644 newmail_notifier/localization/zh_TW.inc create mode 100644 newmail_notifier/mail.png create mode 100644 newmail_notifier/newmail_notifier.js create mode 100644 newmail_notifier/newmail_notifier.php create mode 100644 newmail_notifier/overlay.ico create mode 100644 newmail_notifier/sound.mp3 create mode 100644 newmail_notifier/sound.wav create mode 100644 newmail_notifier/tests/NewmailNotifier.php (limited to 'newmail_notifier') diff --git a/newmail_notifier/composer.json b/newmail_notifier/composer.json new file mode 100644 index 0000000..1bca39c --- /dev/null +++ b/newmail_notifier/composer.json @@ -0,0 +1,24 @@ +{ + "name": "roundcube/newmail_notifier", + "type": "roundcube-plugin", + "description": "Supports three methods of notification: 1. Basic - focus browser window and change favicon 2. Sound - play wav file 3. Desktop - display desktop notification (using webkitNotifications feature, supported by Chrome and Firefox with 'HTML5 Notifications' plugin).", + "license": "GPLv3+", + "version": "0.7", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "alec@alec.pl", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} diff --git a/newmail_notifier/config.inc.php.dist b/newmail_notifier/config.inc.php.dist new file mode 100644 index 0000000..1a7c0d7 --- /dev/null +++ b/newmail_notifier/config.inc.php.dist @@ -0,0 +1,15 @@ + diff --git a/newmail_notifier/favicon.ico b/newmail_notifier/favicon.ico new file mode 100644 index 0000000..86e10c1 Binary files /dev/null and b/newmail_notifier/favicon.ico differ diff --git a/newmail_notifier/localization/ar_SA.inc b/newmail_notifier/localization/ar_SA.inc new file mode 100644 index 0000000..175a4e4 --- /dev/null +++ b/newmail_notifier/localization/ar_SA.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'إظهار رسالة تنبيه فى المتصفح عند وصول رسالة جديدة'; +$labels['desktop'] = 'إظهار رسالة تنبيه على سطح المكتب عند وصول رسالة جديدة'; +$labels['sound'] = 'التنبيه الصوتى عند وصول رسالة جديدة'; +$labels['test'] = 'إختبار'; +$labels['title'] = 'رسالة جديدة'; +$labels['body'] = 'لديك رسالة جديدة'; +$labels['testbody'] = 'هذه رسالة تجربية'; +$labels['desktopdisabled'] = 'رسائل التنبيه على سطح المكتب غير مفعلة فى متصفح الانترنت الخاص بك'; +$labels['desktopunsupported'] = 'المتصفح الخاص بك لا يدعم رسائل سطح المكتب'; +$labels['desktoptimeout'] = 'اغلاق تنبيهات سطح المكتب'; +?> diff --git a/newmail_notifier/localization/ast.inc b/newmail_notifier/localization/ast.inc new file mode 100644 index 0000000..5121d28 --- /dev/null +++ b/newmail_notifier/localization/ast.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Amosar notificaciones del restolador nun mensaxe nuevu'; +$labels['desktop'] = 'Amosar notificaciones d\'escritoriu nun mensaxe nuevu'; +$labels['sound'] = 'Reproducir el soníu nun mensaxe nuevu'; +$labels['test'] = 'Prueba'; +$labels['title'] = '¡Mensaxe nuevu!'; +$labels['body'] = 'Recibisti un mensaxe nuevu'; +$labels['testbody'] = 'Esta ye una notificación de prueba'; +$labels['desktopdisabled'] = 'Les notificaciones d\'escritoriu tán deshabilitaes nel to restolador.'; +$labels['desktopunsupported'] = 'El to restolador nun sofita notificaciones d\'escritoriu.'; +$labels['desktoptimeout'] = 'Zarrar notificación d\'escritoriu'; +?> diff --git a/newmail_notifier/localization/az_AZ.inc b/newmail_notifier/localization/az_AZ.inc new file mode 100644 index 0000000..355c30f --- /dev/null +++ b/newmail_notifier/localization/az_AZ.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Yeni məktubun gəlməsi haqda brauzerdə xəbər ver'; +$labels['desktop'] = 'Yeni məktubun gəlməsi haqda iş masasında xəbər ver'; +$labels['sound'] = 'Yeni məktubun gəlməsi haqda səs siqnalı ver'; +$labels['test'] = 'Sınaq'; +$labels['title'] = 'Yeni məktub!'; +$labels['body'] = 'Sizə məktub gəldi'; +$labels['testbody'] = 'Bu sınaq bildirişidir'; +$labels['desktopdisabled'] = 'Sizin brauzerdə iş masasında bildiriş söndürülüb'; +$labels['desktopunsupported'] = 'Sizin brauzer iş masasında bildiriş funksiyasını dəstəkləmir'; +$labels['desktoptimeout'] = 'Masaüstü bildirişi bağla'; +?> diff --git a/newmail_notifier/localization/be_BE.inc b/newmail_notifier/localization/be_BE.inc new file mode 100644 index 0000000..e0b8e0b --- /dev/null +++ b/newmail_notifier/localization/be_BE.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Паказваць апавяшчэнні аб атрыманні новых паведамленняў у браўзеры'; +$labels['desktop'] = 'Паказваць апавяшчэнні аб атрыманні новых паведамленняў на працоўным стале'; +$labels['sound'] = 'Агучваць атрыманне новых паведамленняў'; +$labels['test'] = 'Праверыць'; +$labels['title'] = 'Новы ліст!'; +$labels['body'] = 'Вы атрымалі новае паведамленне.'; +$labels['testbody'] = 'Гэта тэставае апавяшчэнне.'; +$labels['desktopdisabled'] = 'Апавяшчэнні на працоўным стале адключаныя ў браўзеры.'; +$labels['desktopunsupported'] = 'Ваш браўзер не падтрымлівае апавяшчэнні на працоўным стале.'; +$labels['desktoptimeout'] = 'Зачыніць апавяшчэнне на працоўным стале'; +?> diff --git a/newmail_notifier/localization/bg_BG.inc b/newmail_notifier/localization/bg_BG.inc new file mode 100644 index 0000000..15791dd --- /dev/null +++ b/newmail_notifier/localization/bg_BG.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Показва известия в браузъра при ново писмо'; +$labels['desktop'] = 'Показва известия на работния плот при ново писмо'; +$labels['sound'] = 'Възпроизведи звук при ново писмо'; +$labels['test'] = 'Тест'; +$labels['title'] = 'Ново писмо!'; +$labels['body'] = 'Получихте ново писмо.'; +$labels['testbody'] = 'Това е тестово известие.'; +$labels['desktopdisabled'] = 'Известията на работния плот са изключени за Вашия браузър.'; +$labels['desktopunsupported'] = 'Вашият браузър не поддържа известия на работния плот.'; +$labels['desktoptimeout'] = 'Затваряне на известие на работния плот'; +?> diff --git a/newmail_notifier/localization/br.inc b/newmail_notifier/localization/br.inc new file mode 100644 index 0000000..319a677 --- /dev/null +++ b/newmail_notifier/localization/br.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Diskouez kemennoù ar merdeer evit kemennadennoù nevez'; +$labels['desktop'] = 'Diskouez kemennoù ar burev evit kemennadennoù nevez'; +$labels['sound'] = 'Seniñ ar son pa kemennadenn nevez'; +$labels['test'] = 'Taol-arnod'; +$labels['title'] = 'Kemennadenn nevez !'; +$labels['body'] = 'Resevet ho p\'eus ur postel nevez'; +$labels['testbody'] = 'An dra se a zo un taol arnod kemenn'; +$labels['desktopdisabled'] = 'Diweredekaet eo kemennoù ar burev en ho merdeer.'; +$labels['desktopunsupported'] = 'N\'eo ket skoret kemennoù ar burev gant ho merdeer.'; +$labels['desktoptimeout'] = 'Serr burev kemen'; +?> diff --git a/newmail_notifier/localization/bs_BA.inc b/newmail_notifier/localization/bs_BA.inc new file mode 100644 index 0000000..a849c64 --- /dev/null +++ b/newmail_notifier/localization/bs_BA.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Prikaži obavijesti za nove poruke u pregledniku'; +$labels['desktop'] = 'Prikaži obavijesti za nove poruke na desktopu'; +$labels['sound'] = 'Zvučni signal za novu poruku'; +$labels['test'] = 'Testiraj'; +$labels['title'] = 'Novi email!'; +$labels['body'] = 'Dobili ste novu poruku.'; +$labels['testbody'] = 'Ovo je testna obavijest.'; +$labels['desktopdisabled'] = 'Desktop obavijesti su onemogućene u vašem pregledniku.'; +$labels['desktopunsupported'] = 'Vaš preglednik ne podržava desktop obavijesti.'; +$labels['desktoptimeout'] = 'Zatvori desktop obavijesti'; +?> diff --git a/newmail_notifier/localization/ca_ES.inc b/newmail_notifier/localization/ca_ES.inc new file mode 100644 index 0000000..37359de --- /dev/null +++ b/newmail_notifier/localization/ca_ES.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Mostra notificacions del navegador quan hi hagi un missatge nou'; +$labels['desktop'] = 'Mostra notificacions de l\'escriptori quan hi hagi un missatge nou'; +$labels['sound'] = 'Reprodueix el so quan hi hagi un missatge nou'; +$labels['test'] = 'Prova'; +$labels['title'] = 'Missatge nou!'; +$labels['body'] = 'Heu rebut un missatge nou.'; +$labels['testbody'] = 'Això és una notificació de prova.'; +$labels['desktopdisabled'] = 'Les notificacions d\'escriptori estan deshabilitades al vostre navegador.'; +$labels['desktopunsupported'] = 'El vostre navegador no permet les notificacions d\'escriptori.'; +$labels['desktoptimeout'] = 'Tanca la notificació de l\'escriptori'; +?> diff --git a/newmail_notifier/localization/cs_CZ.inc b/newmail_notifier/localization/cs_CZ.inc new file mode 100644 index 0000000..c7f2a8d --- /dev/null +++ b/newmail_notifier/localization/cs_CZ.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Zobrazit upozornění v prohlížeči při příchozí zprávě'; +$labels['desktop'] = 'Zobrazit upozornění na ploše při příchozí zprávě'; +$labels['sound'] = 'Přehrát zvuk při příchozí zprávě'; +$labels['test'] = 'Vyzkoušet'; +$labels['title'] = 'Nová zpráva!'; +$labels['body'] = 'Dostali jste novou zprávu.'; +$labels['testbody'] = 'Toto je zkouška upozornění.'; +$labels['desktopdisabled'] = 'Upozornění na ploše jsou ve vašem prohlížeči vypnuté.'; +$labels['desktopunsupported'] = 'Váš prohlížeč nepodporuje upozornění na ploše.'; +$labels['desktoptimeout'] = 'Zavřít upozornění na ploše'; +?> diff --git a/newmail_notifier/localization/cy_GB.inc b/newmail_notifier/localization/cy_GB.inc new file mode 100644 index 0000000..126ddfd --- /dev/null +++ b/newmail_notifier/localization/cy_GB.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Dangos hysbysiadau porwr ar neges newydd'; +$labels['desktop'] = 'Dangos hysbysiadau penbwrdd ar neges newydd'; +$labels['sound'] = 'Chwarae sŵn ar neges newydd'; +$labels['test'] = 'Prawf'; +$labels['title'] = 'Ebost Newydd!'; +$labels['body'] = 'Rydych wedi derbyn neges newydd.'; +$labels['testbody'] = 'Hysbysiad prawf yw hwn.'; +$labels['desktopdisabled'] = 'Mae hysbysiadau penbwrdd wedi ei analluogi yn eich porwr'; +$labels['desktopunsupported'] = 'Nid yw eich porwr yn cefnogi hysbysiadau penbwrdd.'; +$labels['desktoptimeout'] = 'Cau hysbysiad penbwrdd'; +?> diff --git a/newmail_notifier/localization/da_DK.inc b/newmail_notifier/localization/da_DK.inc new file mode 100644 index 0000000..356076f --- /dev/null +++ b/newmail_notifier/localization/da_DK.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Vis browserbesked ved ny besked'; +$labels['desktop'] = 'Vis skrivebordsbesked ved ny besked'; +$labels['sound'] = 'Afspil en lyd ved ny besked'; +$labels['test'] = 'Test'; +$labels['title'] = 'Ny besked!'; +$labels['body'] = 'Du har modtaget en ny besked.'; +$labels['testbody'] = 'Dette er en test meddelelse.'; +$labels['desktopdisabled'] = 'Skrivebordsbeskeder er deaktiveret i din browser.'; +$labels['desktopunsupported'] = 'Din browser understøtter ikke skrivebordsbeskeder.'; +$labels['desktoptimeout'] = 'Luk skrivebordsbesked'; +?> diff --git a/newmail_notifier/localization/de_CH.inc b/newmail_notifier/localization/de_CH.inc new file mode 100644 index 0000000..1119e6a --- /dev/null +++ b/newmail_notifier/localization/de_CH.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Anzeige im Browser bei neuer Nachricht'; +$labels['desktop'] = 'Desktop-Benachrichtigung bei neuer Nachricht'; +$labels['sound'] = 'Akustische Meldung bei neuer Nachricht'; +$labels['test'] = 'Test'; +$labels['title'] = 'Neue E-Mail!'; +$labels['body'] = 'Sie haben eine neue Nachricht'; +$labels['testbody'] = 'Dies ist eine Testbenachrichtigung'; +$labels['desktopdisabled'] = 'Desktop-Benachrichtigungen sind deaktiviert.'; +$labels['desktopunsupported'] = 'Ihr Browser unterstützt keine Desktop-Benachrichtigungen.'; +$labels['desktoptimeout'] = 'Anzeige im Browser schliessen'; +?> diff --git a/newmail_notifier/localization/de_DE.inc b/newmail_notifier/localization/de_DE.inc new file mode 100644 index 0000000..4ecb8a3 --- /dev/null +++ b/newmail_notifier/localization/de_DE.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Benachrichtigung im Browser bei neuer Nachricht'; +$labels['desktop'] = 'Desktop-Benachrichtigung bei neuer Nachricht'; +$labels['sound'] = 'Akustische Meldung bei neuer Nachricht'; +$labels['test'] = 'Test'; +$labels['title'] = 'Neue E-Mail!'; +$labels['body'] = 'Sie haben eine neue Nachricht'; +$labels['testbody'] = 'Dies ist eine Testbenachrichtigung'; +$labels['desktopdisabled'] = 'Desktop-Benachrichtigungen sind deaktiviert.'; +$labels['desktopunsupported'] = 'Ihr Browser unterstützt keine Desktop-Benachrichtigungen.'; +$labels['desktoptimeout'] = 'Desktop-Benachrichtigung geschlossen.'; +?> diff --git a/newmail_notifier/localization/el_GR.inc b/newmail_notifier/localization/el_GR.inc new file mode 100644 index 0000000..04f0054 --- /dev/null +++ b/newmail_notifier/localization/el_GR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Εμφανίση ειδοποιήσεων πρόγραμματος περιήγησης στο νέο μήνυμα'; +$labels['desktop'] = 'Εμφάνιση ειδοποιήσεων στην επιφάνεια εργασίας για νέο μήνυμα '; +$labels['sound'] = 'Ηχητική ειδοποίηση κατά την λήψη νέων μηνυμάτων'; +$labels['test'] = 'Δοκιμή'; +$labels['title'] = 'Nεο Email!'; +$labels['body'] = 'Έχετε λάβει ένα νέο μήνυμα.'; +$labels['testbody'] = 'Αυτή είναι μια δοκιμή ειδοποίησης.'; +$labels['desktopdisabled'] = 'Οι ειδοποιήσεις στην επιφάνεια εργασίας ειναι απενεργοποιημένες στον περιηγητή σας.'; +$labels['desktopunsupported'] = 'Ο περιηγητής σας δεν υποστηρίζει ειδοποιήσεις στην επιφάνεια εργασίας.'; +$labels['desktoptimeout'] = 'Κλείσιμο ειδοποίησης επιφάνειας εργασίας'; +?> diff --git a/newmail_notifier/localization/en_CA.inc b/newmail_notifier/localization/en_CA.inc new file mode 100644 index 0000000..ce3b5b0 --- /dev/null +++ b/newmail_notifier/localization/en_CA.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Display browser notifications on new message'; +$labels['desktop'] = 'Display desktop notifications on new message'; +$labels['sound'] = 'Play the sound on new message'; +$labels['test'] = 'Test'; +$labels['title'] = 'New Email!'; +$labels['body'] = 'You\'ve received a new message.'; +$labels['testbody'] = 'This is a test notification.'; +$labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.'; +$labels['desktopunsupported'] = 'Your browser does not support desktop notifications.'; +$labels['desktoptimeout'] = 'Close desktop notification'; +?> diff --git a/newmail_notifier/localization/en_GB.inc b/newmail_notifier/localization/en_GB.inc new file mode 100644 index 0000000..20160c7 --- /dev/null +++ b/newmail_notifier/localization/en_GB.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Display browser notifications on new message'; +$labels['desktop'] = 'Display desktop notifications on new message'; +$labels['sound'] = 'Play sound on new message'; +$labels['test'] = 'Test'; +$labels['title'] = 'New Email!'; +$labels['body'] = 'You\'ve received a new message.'; +$labels['testbody'] = 'This is a test notification.'; +$labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.'; +$labels['desktopunsupported'] = 'Your browser does not support desktop notifications.'; +$labels['desktoptimeout'] = 'Close desktop notification'; +?> diff --git a/newmail_notifier/localization/en_US.inc b/newmail_notifier/localization/en_US.inc new file mode 100644 index 0000000..1c40546 --- /dev/null +++ b/newmail_notifier/localization/en_US.inc @@ -0,0 +1,30 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ + +$labels['basic'] = 'Display browser notifications on new message'; +$labels['desktop'] = 'Display desktop notifications on new message'; +$labels['sound'] = 'Play the sound on new message'; +$labels['test'] = 'Test'; +$labels['title'] = 'New Email!'; +$labels['body'] = 'You\'ve received a new message.'; +$labels['testbody'] = 'This is a test notification.'; +$labels['desktopdisabled'] = 'Desktop notifications are disabled in your browser.'; +$labels['desktopunsupported'] = 'Your browser does not support desktop notifications.'; +$labels['desktoptimeout'] = 'Close desktop notification'; + +?> diff --git a/newmail_notifier/localization/eo.inc b/newmail_notifier/localization/eo.inc new file mode 100644 index 0000000..8a46576 --- /dev/null +++ b/newmail_notifier/localization/eo.inc @@ -0,0 +1,27 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Montri atentigojn de retumilo pri nova mesaĝo'; +$labels['desktop'] = 'Montri atentigojn de komputilo pri nova mesaĝo'; +$labels['sound'] = 'Ludi sonon por nova mesaĝo'; +$labels['test'] = 'Testi'; +$labels['title'] = 'Nova retmesaĝo!'; +$labels['body'] = 'Vi ricevis novan mesaĝon.'; +$labels['testbody'] = 'Tio estas testo pri atentigo.'; +$labels['desktopdisabled'] = 'Atentigoj de komputilo estas malŝaltitaj en via retumilo.'; +$labels['desktopunsupported'] = 'Via retumilo ne subtenas atentigojn de komputilo.'; +?> diff --git a/newmail_notifier/localization/es_419.inc b/newmail_notifier/localization/es_419.inc new file mode 100644 index 0000000..b08387a --- /dev/null +++ b/newmail_notifier/localization/es_419.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Mostrar notificaciones del navegador en nuevos mensajes'; +$labels['desktop'] = 'Mostrar notificaciones de escritorio en nuevos mensajes'; +$labels['sound'] = 'Ejecutar sonido en nuevos mensajes'; +$labels['test'] = 'Probar'; +$labels['title'] = '¡Nuevo correo electrónico!'; +$labels['body'] = 'Has recibido un nuevo correo electrónico.'; +$labels['testbody'] = 'Esta es una notificación de prueba.'; +$labels['desktopdisabled'] = 'Notificaciones de escritorio está deshabilitado en tu navegador.'; +$labels['desktopunsupported'] = 'Tu navegador no soporta notificaciones de escritorio.'; +$labels['desktoptimeout'] = 'Cerrar notificaciones de escritorio'; +?> diff --git a/newmail_notifier/localization/es_AR.inc b/newmail_notifier/localization/es_AR.inc new file mode 100644 index 0000000..a095c01 --- /dev/null +++ b/newmail_notifier/localization/es_AR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Mostrar notificación cuando haya nuevos mensajes'; +$labels['desktop'] = 'Mostrar notificación en escritorio cuando haya nuevos mensajes'; +$labels['sound'] = 'Reproducir sonido cuando haya nuevos mensajes'; +$labels['test'] = 'Prueba'; +$labels['title'] = 'Correo nuevo!'; +$labels['body'] = 'Has recibido correo nuevo'; +$labels['testbody'] = 'Esta es una notificación de prueba'; +$labels['desktopdisabled'] = 'Las notificaciones en escritorio están deshabilitadas en tu navegador'; +$labels['desktopunsupported'] = 'Tu navegador no soporta notificaciones en escritorio'; +$labels['desktoptimeout'] = 'Cerrar notificación de escritorio'; +?> diff --git a/newmail_notifier/localization/es_ES.inc b/newmail_notifier/localization/es_ES.inc new file mode 100644 index 0000000..ef1be74 --- /dev/null +++ b/newmail_notifier/localization/es_ES.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Mostrar notificaciones del navegador al recibir un nuevo mensaje'; +$labels['desktop'] = 'Mostrar notificaciones de escritorio al recibir un nuevo mensaje'; +$labels['sound'] = 'Reproducir sonido al recibir un nuevo mensaje'; +$labels['test'] = 'Prueba'; +$labels['title'] = '¡Mensaje nuevo!'; +$labels['body'] = 'Ha recibido un mensaje nuevo.'; +$labels['testbody'] = 'Esta es una notificación de prueba.'; +$labels['desktopdisabled'] = 'Las notificaciones de escritorio están deshabilitadas en su navegador.'; +$labels['desktopunsupported'] = 'Su navegador no soporta notificaciones de escritorio.'; +$labels['desktoptimeout'] = 'Cerrar notificación de escritorio'; +?> diff --git a/newmail_notifier/localization/et_EE.inc b/newmail_notifier/localization/et_EE.inc new file mode 100644 index 0000000..6f6f1b0 --- /dev/null +++ b/newmail_notifier/localization/et_EE.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Uue kirja saabumisel näita lehitsejas teavitust'; +$labels['desktop'] = 'Uue kirja saabumisel näita töölaua teavitust'; +$labels['sound'] = 'Uue kirja saabumisel mängi heli'; +$labels['test'] = 'Proovi'; +$labels['title'] = 'Uus kiri!'; +$labels['body'] = 'Saabus uus kiri.'; +$labels['testbody'] = 'See on teavituse proov.'; +$labels['desktopdisabled'] = 'Töölaua märguanded on su veebilehitsejas keelatud.'; +$labels['desktopunsupported'] = 'Sinu veebilehitseja ei toeta töölaua märguandeid.'; +$labels['desktoptimeout'] = 'Sulge töölaua teavitus'; +?> diff --git a/newmail_notifier/localization/eu_ES.inc b/newmail_notifier/localization/eu_ES.inc new file mode 100644 index 0000000..3aa4657 --- /dev/null +++ b/newmail_notifier/localization/eu_ES.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Bistaratu nabigatzailearen jakinarazpenak mezu berrian'; +$labels['desktop'] = 'Bistaratu sistemaren jakinarazpenak mezu berrian'; +$labels['sound'] = 'Jo soinu bat mezu berriarekin'; +$labels['test'] = 'Testa'; +$labels['title'] = 'ePosta berria'; +$labels['body'] = 'Mezu berria jaso duzu'; +$labels['testbody'] = 'Hau jakinarazpen proba bat da'; +$labels['desktopdisabled'] = 'Sistemaren jakinarazpenak ezgaituak daude zure nabigatzailean'; +$labels['desktopunsupported'] = 'Zure nabigatzaileak ez ditu sistemaren jakinarazpenak onartzen.'; +$labels['desktoptimeout'] = 'Itxi mahaigaineko jakinarazpena'; +?> diff --git a/newmail_notifier/localization/fa_IR.inc b/newmail_notifier/localization/fa_IR.inc new file mode 100644 index 0000000..31e8cd0 --- /dev/null +++ b/newmail_notifier/localization/fa_IR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'نمایش تذکرهای مرورگر برای پیغام جدید'; +$labels['desktop'] = 'نمایش تذکرهای رومیزی برای پیغام جدید'; +$labels['sound'] = 'پخش صدا برای پیغام جدید'; +$labels['test'] = 'آزمایش'; +$labels['title'] = 'رایانامه‌ی جدید!'; +$labels['body'] = 'شما یک پیغام جدید دریافت کرده‌اید.'; +$labels['testbody'] = 'این یک تذکر آزمایشی است.'; +$labels['desktopdisabled'] = 'تذکرهای رومیزی در مرورگر شما غیرفعال شده‌اند.'; +$labels['desktopunsupported'] = 'مرورگر شما تذکرهای رومیزی را پشتیبانی نمی‌کند.'; +$labels['desktoptimeout'] = 'بستن تذکر دسکتاپ'; +?> diff --git a/newmail_notifier/localization/fi_FI.inc b/newmail_notifier/localization/fi_FI.inc new file mode 100644 index 0000000..8d5c012 --- /dev/null +++ b/newmail_notifier/localization/fi_FI.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Näytä selainilmoitus uuden viestin saapuessa'; +$labels['desktop'] = 'Näytä työpöytäilmoitus uuden viestin saapuessa'; +$labels['sound'] = 'Toista ääni uuden viestin saapuessa'; +$labels['test'] = 'Testaa'; +$labels['title'] = 'Uutta sähköpostia!'; +$labels['body'] = 'Sait uuden viestin.'; +$labels['testbody'] = 'Tämä on testi-ilmoitus.'; +$labels['desktopdisabled'] = 'Työpöytäilmoitukset on estetty selaimessa.'; +$labels['desktopunsupported'] = 'Selaimesi ei tue työpöytäilmoituksia.'; +$labels['desktoptimeout'] = 'Sulje työpöytäilmoitus'; +?> diff --git a/newmail_notifier/localization/fo_FO.inc b/newmail_notifier/localization/fo_FO.inc new file mode 100644 index 0000000..a4197e9 --- /dev/null +++ b/newmail_notifier/localization/fo_FO.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Vís kaga kunngerðir tá ið nýtt boð verður stovna'; +$labels['desktop'] = 'Vís skrivaraborð kunngerðir tá ið nýtt boð er stovna'; +$labels['sound'] = 'Spæl ljóð tá ið nýtt boð verður móttikið'; +$labels['test'] = 'Roynd'; +$labels['title'] = 'Nýggjur teldupostur!'; +$labels['body'] = 'Tú hevur móttikið eini boð.'; +$labels['testbody'] = 'Hettar eru eini royndar boð.'; +$labels['desktopdisabled'] = 'Skrivaraborð kunngerðir eru sløktar í tínum kaga.'; +$labels['desktopunsupported'] = 'Tín kagi studlar ikki skriviborða kunngerðir.'; +$labels['desktoptimeout'] = 'Sløkk skriviborða kunngerðir'; +?> diff --git a/newmail_notifier/localization/fr_FR.inc b/newmail_notifier/localization/fr_FR.inc new file mode 100644 index 0000000..f493420 --- /dev/null +++ b/newmail_notifier/localization/fr_FR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Afficher les notifications du navigateur pour les nouveaux courriels'; +$labels['desktop'] = 'Afficher les notifications du navigateur pour les nouveaux courriels'; +$labels['sound'] = 'Jouer le son pour les nouveaux courriels'; +$labels['test'] = 'Test'; +$labels['title'] = 'Nouveau courriel'; +$labels['body'] = 'Vous avez reçu un nouveau courriel.'; +$labels['testbody'] = 'Ceci est une notification de test.'; +$labels['desktopdisabled'] = 'Les notifications du bureau sont désactivées dans votre navigateur.'; +$labels['desktopunsupported'] = 'Votre navigateur ne prend pas en charge les notifications du bureau.'; +$labels['desktoptimeout'] = 'Fermer la notification du bureau'; +?> diff --git a/newmail_notifier/localization/fy_NL.inc b/newmail_notifier/localization/fy_NL.inc new file mode 100644 index 0000000..53347df --- /dev/null +++ b/newmail_notifier/localization/fy_NL.inc @@ -0,0 +1,20 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['test'] = 'Test'; +$labels['title'] = 'Nije e-mail!'; +?> diff --git a/newmail_notifier/localization/gl_ES.inc b/newmail_notifier/localization/gl_ES.inc new file mode 100644 index 0000000..154a8cb --- /dev/null +++ b/newmail_notifier/localization/gl_ES.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Amosar notificacións no navegador cando entre unha mensaxe nova'; +$labels['desktop'] = 'Amosar notificacións no escritorio cando chegue unha mensaxe nova'; +$labels['sound'] = 'Reproducir un son cando chegue unha nova mensaxe'; +$labels['test'] = 'Proba'; +$labels['title'] = 'Novo Correo!'; +$labels['body'] = 'Recibiches unha nova mensaxe'; +$labels['testbody'] = 'Esta é unha notificación de proba'; +$labels['desktopdisabled'] = 'As notificacións de escritorio están desactivadas no teu navegador'; +$labels['desktopunsupported'] = 'O teu navegador non soporta notificacións de escritorio.'; +$labels['desktoptimeout'] = 'Pechar notificación de escritorio'; +?> diff --git a/newmail_notifier/localization/he_IL.inc b/newmail_notifier/localization/he_IL.inc new file mode 100644 index 0000000..33afdb9 --- /dev/null +++ b/newmail_notifier/localization/he_IL.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'איתות מהדפדפן על הגעת הודעות חדשות'; +$labels['desktop'] = 'איתות משולחן העבודה על הגעת הודעות חדשות'; +$labels['sound'] = 'השמעת איתות קולי בעת הגעה של הודעה חדשה'; +$labels['test'] = 'בדיקה'; +$labels['title'] = 'הודעה חדשה !'; +$labels['body'] = 'התקבלה הודעה חדשה'; +$labels['testbody'] = 'זה איתות לנסיון'; +$labels['desktopdisabled'] = 'איתותים משולחן העבודה אינם פעילים בדפדפן שלך'; +$labels['desktopunsupported'] = 'הדפדפן שלך אינו תומך באיתותים משולחן העבודה'; +$labels['desktoptimeout'] = 'ביטול איתות משולחן העבודה על הגעת הודעות חדשות'; +?> diff --git a/newmail_notifier/localization/hr_HR.inc b/newmail_notifier/localization/hr_HR.inc new file mode 100644 index 0000000..919ed0d --- /dev/null +++ b/newmail_notifier/localization/hr_HR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Prikaži dojave preglednika kada dođe nova poruka'; +$labels['desktop'] = 'Prikaži dojave na desktopu kada dođe nova poruka'; +$labels['sound'] = 'Pusti zvuk kada dođe nova poruka'; +$labels['test'] = 'Test'; +$labels['title'] = 'Novi Email!'; +$labels['body'] = 'Primili ste novu poruku'; +$labels['testbody'] = 'Ovo je probna dojava.'; +$labels['desktopdisabled'] = 'Dojave na desktopu su onemogućene u vašem pregledniku.'; +$labels['desktopunsupported'] = 'Vaš preglednik ne podržava dojave na desktopu.'; +$labels['desktoptimeout'] = 'Zatvori dojavu na desktopu'; +?> diff --git a/newmail_notifier/localization/hu_HU.inc b/newmail_notifier/localization/hu_HU.inc new file mode 100644 index 0000000..6477de9 --- /dev/null +++ b/newmail_notifier/localization/hu_HU.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Értesítés megjelenítése böngészőben amikor új üzenet érkezik'; +$labels['desktop'] = 'Értesítés megjelenítése az asztalon amikor új üzenet érkezik'; +$labels['sound'] = 'Hang lejátszása új üzenet érkezésekor'; +$labels['test'] = 'Próba'; +$labels['title'] = 'Új üzenet!'; +$labels['body'] = 'Új üzenet érkezett.'; +$labels['testbody'] = 'Ez egy értesítési próba.'; +$labels['desktopdisabled'] = 'A böngészőben tiltva van az asztali értesítések megjelenítése.'; +$labels['desktopunsupported'] = 'A böngésző nem támogatja az asztali értesítések megjelenítését.'; +$labels['desktoptimeout'] = 'Az értesítés bezárása'; +?> diff --git a/newmail_notifier/localization/hy_AM.inc b/newmail_notifier/localization/hy_AM.inc new file mode 100644 index 0000000..db63f4f --- /dev/null +++ b/newmail_notifier/localization/hy_AM.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Ցուցադրել զննարկչի ծանուցում նոր հաղորդագրություն ստանալիս'; +$labels['desktop'] = 'Ցուցադրել սեղանադրի ծանուցում նոր հաղորդագրություն ստանալիս'; +$labels['sound'] = 'Ձայն հանել նոր հաղորդագրություն ստանալիս'; +$labels['test'] = 'փորձարկում'; +$labels['title'] = 'Նոր էլփոստ'; +$labels['body'] = 'Դուք ստացաք նոր հաղորդագրություն'; +$labels['testbody'] = 'Սա փորձնական ծանուցում է'; +$labels['desktopdisabled'] = 'Սեղանադրի ծանուցումները Ձեր զննարկչում անջատված են'; +$labels['desktopunsupported'] = 'Ձեր զննարկիչը չունի սեղանադրի ծանուցումների հնարավորություն։'; +$labels['desktoptimeout'] = 'Փակել սեղանադրի ծանուցումը'; +?> diff --git a/newmail_notifier/localization/ia.inc b/newmail_notifier/localization/ia.inc new file mode 100644 index 0000000..d10c6b0 --- /dev/null +++ b/newmail_notifier/localization/ia.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Presentar notificationes de navigator quando un nove message arriva'; +$labels['desktop'] = 'Presentar notificationes de scriptorio quando un nove message arriva'; +$labels['sound'] = 'Facer sonar un sono quando un nove message arriva'; +$labels['test'] = 'Test'; +$labels['title'] = 'Nove e-mail!'; +$labels['body'] = 'Vos ha recipite un nove message.'; +$labels['testbody'] = 'Iste es un notification de test.'; +$labels['desktopdisabled'] = 'Le notificationes de scriptorio ha essite disactivate in vostre navigator.'; +$labels['desktopunsupported'] = 'Vostre navigator non supporta le notificationes de scriptorio.'; +$labels['desktoptimeout'] = 'Clauder notification de scriptorio'; +?> diff --git a/newmail_notifier/localization/id_ID.inc b/newmail_notifier/localization/id_ID.inc new file mode 100644 index 0000000..34c71e3 --- /dev/null +++ b/newmail_notifier/localization/id_ID.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Tampilkan pemberitahuan pada peramban saat ada pesan baru'; +$labels['desktop'] = 'Tampilkan pemberitahuan pada desktop saat ada pesan baru'; +$labels['sound'] = 'Mainkan suara saat ada pesan baru'; +$labels['test'] = 'Uji'; +$labels['title'] = 'Email Baru!'; +$labels['body'] = 'Anda telah menerima sebuah pesan baru.'; +$labels['testbody'] = 'Ini adalah percobaan pemberitahuan.'; +$labels['desktopdisabled'] = 'Pemberitahuan di desktop dimatikan pada peramban Anda.'; +$labels['desktopunsupported'] = 'Peramban Anda tidak mendukung pemberitahuan pada desktop'; +$labels['desktoptimeout'] = 'Tutup pemberitahuan pada desktop'; +?> diff --git a/newmail_notifier/localization/it_IT.inc b/newmail_notifier/localization/it_IT.inc new file mode 100644 index 0000000..8e3843b --- /dev/null +++ b/newmail_notifier/localization/it_IT.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'visualizza notifica nel browser per nuovi messaggi'; +$labels['desktop'] = 'visualizza notifiche sul desktop per nuovi messaggi'; +$labels['sound'] = 'riproduci il suono per nuovi messaggi'; +$labels['test'] = 'Prova'; +$labels['title'] = 'nuovo messaggio'; +$labels['body'] = 'hai ricevuto un nuovo messaggio'; +$labels['testbody'] = 'notifica di prova'; +$labels['desktopdisabled'] = 'le notifiche sul desktop sono disabilitate nel tuo browser'; +$labels['desktopunsupported'] = 'il tuo browser non supporta le notifiche sul desktop'; +$labels['desktoptimeout'] = 'Chiudi la notifica visualizzata sul desktop'; +?> diff --git a/newmail_notifier/localization/ja_JP.inc b/newmail_notifier/localization/ja_JP.inc new file mode 100644 index 0000000..6efcb69 --- /dev/null +++ b/newmail_notifier/localization/ja_JP.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = '新しいメッセージの通知をブラウザーに表示'; +$labels['desktop'] = '新しいメッセージの通知をデスクトップに表示'; +$labels['sound'] = '新しいメッセージが届くと音を再生'; +$labels['test'] = 'テスト'; +$labels['title'] = '新しい電子メールです!'; +$labels['body'] = '新しいメッセージを受信しました。'; +$labels['testbody'] = 'これはテストの通知です。'; +$labels['desktopdisabled'] = 'ブラウザーでデスクトップ通知が無効になっています。'; +$labels['desktopunsupported'] = 'ブラウザーがデスクトップ通知をサポートしていません。'; +$labels['desktoptimeout'] = 'デスクトップ通知を閉じる'; +?> diff --git a/newmail_notifier/localization/km_KH.inc b/newmail_notifier/localization/km_KH.inc new file mode 100644 index 0000000..5fd2440 --- /dev/null +++ b/newmail_notifier/localization/km_KH.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'បង្ហាញ​ការ​ជូនដំណឹង​កម្មវិធី​អ៊ីនធឺណិត​ពេល​មាន​សារ​ថ្មី'; +$labels['desktop'] = 'បង្ហាញ​ការ​ជូនដំណឹង​ផ្ទៃតុ​ពេល​មាន​សារ​ថ្មី'; +$labels['sound'] = 'បន្លឺ​សំឡេង​ពេល​មាន​សារ​ថ្មី'; +$labels['test'] = 'សាកល្បង'; +$labels['title'] = 'មាន​សារ​ថ្មី!'; +$labels['body'] = 'អ្នក​បាន​ទទួល​សារ​ថ្មី'; +$labels['testbody'] = 'នេះ​ជា​ការ​ជូនដំណឹង​សាកល្បង។'; +$labels['desktopdisabled'] = 'ការ​ជូនដំណឹង​ផ្ទៃតុ​ត្រូវ​បាន​បិទ​នៅ​ក្នុង​កម្មវិធី​អ៊ីនធឺណិត​របស់​អ្នក។'; +$labels['desktopunsupported'] = 'កម្មវិធី​អ៊ីនធឺណិត​របស់​អ្នក​មិន​គាំទ្រ​ការ​ជូនដំណឹង​ផ្ទៃតុ។'; +$labels['desktoptimeout'] = 'បិទ​ការ​ជូនដំណឹង​ផ្ទៃតុ'; +?> diff --git a/newmail_notifier/localization/ko_KR.inc b/newmail_notifier/localization/ko_KR.inc new file mode 100644 index 0000000..ce9e5a4 --- /dev/null +++ b/newmail_notifier/localization/ko_KR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = '새로운 메시지가 도착하면 브라우저 알림 표시'; +$labels['desktop'] = '새로운 메시지가 도착하면 바탕화면 알림 표시'; +$labels['sound'] = '새로운 메시지가 도착하면 소리 재생'; +$labels['test'] = '테스트'; +$labels['title'] = '새로운 이메일 도착!'; +$labels['body'] = '새로운 메시지를 받았습니다.'; +$labels['testbody'] = '이것은 테스트 알림입니다.'; +$labels['desktopdisabled'] = ' 브라우저에서 바탕화면 알림이 비활성화되었습니다.'; +$labels['desktopunsupported'] = '브라우저가 바탕화면 알림을 지원하지 않습니다.'; +$labels['desktoptimeout'] = '바탕화면 알림 닫기'; +?> diff --git a/newmail_notifier/localization/ku.inc b/newmail_notifier/localization/ku.inc new file mode 100644 index 0000000..cf8d692 --- /dev/null +++ b/newmail_notifier/localization/ku.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Agahdariyên gerokê li ser peyama nû bide nîşan'; +$labels['desktop'] = 'Agahdariyên sermasê li ser peyama nû bide nîşan'; +$labels['sound'] = 'Deng li ser peyameke nû veke'; +$labels['test'] = 'Test'; +$labels['title'] = 'Emaila Nû!'; +$labels['body'] = 'Peyameke te ya nû heye.'; +$labels['testbody'] = 'Ev agahdariyeke testê ye.'; +$labels['desktopdisabled'] = 'Agahdariyên sermasê di geroka te de girtî ne. '; +$labels['desktopunsupported'] = 'Geroka te bi agahdariyên sermasê re ne ahengdar e.'; +$labels['desktoptimeout'] = 'Ahahadariya sermasê bigire'; +?> diff --git a/newmail_notifier/localization/ku_IQ.inc b/newmail_notifier/localization/ku_IQ.inc new file mode 100644 index 0000000..93235de --- /dev/null +++ b/newmail_notifier/localization/ku_IQ.inc @@ -0,0 +1,19 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['test'] = 'تاقیکردنەوە'; +?> diff --git a/newmail_notifier/localization/lb_LU.inc b/newmail_notifier/localization/lb_LU.inc new file mode 100644 index 0000000..8e6f5f6 --- /dev/null +++ b/newmail_notifier/localization/lb_LU.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Browser-Notifikatioun bei neiem Message uweisen'; +$labels['desktop'] = 'Desktop-Notifikatioun bei neiem Message uweisen'; +$labels['sound'] = 'Dësen Toun bei neiem Message spillen'; +$labels['test'] = 'Test'; +$labels['title'] = 'Nei E-Mail!'; +$labels['body'] = 'Du hues en neie Message kritt.'; +$labels['testbody'] = 'Dëst ass eng Test-Benoorichtegung.'; +$labels['desktopdisabled'] = 'Desktop-Notifikatioune sinn an dengem Browser ausgeschalt.'; +$labels['desktopunsupported'] = 'Däi Browser ënnerstëtzt keng Desktop-Notifikatiounen.'; +$labels['desktoptimeout'] = 'Browser-Notifikatioun zoumaachen'; +?> diff --git a/newmail_notifier/localization/lt_LT.inc b/newmail_notifier/localization/lt_LT.inc new file mode 100644 index 0000000..e97a6cf --- /dev/null +++ b/newmail_notifier/localization/lt_LT.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Pranešti apie naujus laiškus naršyklėje'; +$labels['desktop'] = 'Pranešti apie naujus laiškus sistemos pranešimu'; +$labels['sound'] = 'Pranešti apie naujus laiškus garsu'; +$labels['test'] = 'Bandymas'; +$labels['title'] = 'Naujas laiškas!'; +$labels['body'] = 'Jūs gavote naują laišką.'; +$labels['testbody'] = 'Tai – bandomasis pranešimas.'; +$labels['desktopdisabled'] = 'Jūsų naršyklėje sistemos pranešimai išjungti.'; +$labels['desktopunsupported'] = 'Jūsų naršyklėje sistemos pranešimai nepalaikomi.'; +$labels['desktoptimeout'] = 'Užverti sistemos pranešimą'; +?> diff --git a/newmail_notifier/localization/lv_LV.inc b/newmail_notifier/localization/lv_LV.inc new file mode 100644 index 0000000..4ca0835 --- /dev/null +++ b/newmail_notifier/localization/lv_LV.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Saņemot jaunu vēstuli, parādīt paziņojumu'; +$labels['desktop'] = 'Saņemot jaunu vēstuli, parādīt darbavirsmas paziņojumu'; +$labels['sound'] = 'Saņemot jaunu vēstuli, atskaņot skaņas signālu'; +$labels['test'] = 'Pārbaudīt'; +$labels['title'] = 'Jauns e-pasts!'; +$labels['body'] = 'Jūs esat saņēmis jaunu vēstuli.'; +$labels['testbody'] = 'Šis ir testa paziņojums.'; +$labels['desktopdisabled'] = 'Darbavirsmas paziņojumi Jūsu pārlūkprogrammā ir atslēgti.'; +$labels['desktopunsupported'] = 'Jūsu pārlūkprogramma neatbalsta darbavirsmas paziņojumus.'; +$labels['desktoptimeout'] = 'Aizvērt darbavirsmas paziņojumu'; +?> diff --git a/newmail_notifier/localization/ml_IN.inc b/newmail_notifier/localization/ml_IN.inc new file mode 100644 index 0000000..c4986d3 --- /dev/null +++ b/newmail_notifier/localization/ml_IN.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'ബ്രൌസര്‍ അറിയിപ്പുകള്‍ പുതിയ സന്ദേശത്തില്‍ കാണിക്കുക'; +$labels['desktop'] = 'ഡെസ്ക്ക്ടോപ്പ് അറിയിപ്പുകള്‍ പുതിയ സന്ദേശത്തില്‍ കാണിക്കുക'; +$labels['sound'] = 'പുതിയ സന്ദേശത്തില്‍ സബ്ദം കേള്‍പ്പിക്കുക'; +$labels['test'] = 'പരീക്ഷിക്കുക'; +$labels['title'] = 'പുതിയ സന്ദേശം !'; +$labels['body'] = 'താങ്കള്‍ക്ക് ഒരു പുതിയ സന്ദേശം ലഭിച്ചു'; +$labels['testbody'] = 'ഇത് ഒരു പരീക്ഷണ അറിയിപ്പാണ്.'; +$labels['desktopdisabled'] = 'താങ്കളുടെ ബ്രൌസറില്‍ ഡെസ്ക്ക്ടോപ്പ് നോട്ടിഫിക്കേഷന്‍ പ്രവര്‍ത്തനരഹിതമാണ്.'; +$labels['desktopunsupported'] = 'താങ്കളുടെ ബ്രൌസ്സര്‍ ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകള്‍ പിന്‍തുണയ്ക്കുന്നില്ല.'; +$labels['desktoptimeout'] = 'ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകൾ അടയ്ക്കുക'; +?> diff --git a/newmail_notifier/localization/mr_IN.inc b/newmail_notifier/localization/mr_IN.inc new file mode 100644 index 0000000..14b453a --- /dev/null +++ b/newmail_notifier/localization/mr_IN.inc @@ -0,0 +1,23 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['sound'] = 'नवीन संदेश आल्यास नाद करा'; +$labels['test'] = 'चाचणी'; +$labels['title'] = 'नवीन ईमेल'; +$labels['body'] = 'तुमच्यासाठी नवीन संदेश आला आहे'; +$labels['testbody'] = 'हा एक चाचणी निर्देश आहे'; +?> diff --git a/newmail_notifier/localization/nb_NO.inc b/newmail_notifier/localization/nb_NO.inc new file mode 100644 index 0000000..7ec41db --- /dev/null +++ b/newmail_notifier/localization/nb_NO.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Vis varsel i nettleseren ved ny melding'; +$labels['desktop'] = 'Vis varsel på skrivebordet ved ny melding'; +$labels['sound'] = 'Spill av lyd ved ny melding'; +$labels['test'] = 'Test'; +$labels['title'] = 'Ny e-post!'; +$labels['body'] = 'Du har mottatt en ny melding'; +$labels['testbody'] = 'Dette er et testvarsel.'; +$labels['desktopdisabled'] = 'Skrivebordsvarsel er slått av i din nettleser.'; +$labels['desktopunsupported'] = 'Din nettleser støtter ikke visning av varsel på skrivebordet.'; +$labels['desktoptimeout'] = 'Lukk skrivebordsvarsling'; +?> diff --git a/newmail_notifier/localization/nl_NL.inc b/newmail_notifier/localization/nl_NL.inc new file mode 100644 index 0000000..8390159 --- /dev/null +++ b/newmail_notifier/localization/nl_NL.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Toon melding in browser bij nieuw bericht'; +$labels['desktop'] = 'Toon melding op bureaublad bij nieuw bericht'; +$labels['sound'] = 'Geluid afspelen bij nieuw bericht'; +$labels['test'] = 'Test'; +$labels['title'] = 'Nieuwe e-mail!'; +$labels['body'] = 'U heeft een nieuw bericht ontvangen.'; +$labels['testbody'] = 'Dit is een testmelding.'; +$labels['desktopdisabled'] = 'Bureaubladmeldingen zijn uitgeschakeld in uw browser.'; +$labels['desktopunsupported'] = 'Uw browser ondersteunt geen bureaubladmeldingen.'; +$labels['desktoptimeout'] = 'Sluit bureaubladmelding'; +?> diff --git a/newmail_notifier/localization/nn_NO.inc b/newmail_notifier/localization/nn_NO.inc new file mode 100644 index 0000000..4d42182 --- /dev/null +++ b/newmail_notifier/localization/nn_NO.inc @@ -0,0 +1,27 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Vis varsel i nettlesaren ved ny melding'; +$labels['desktop'] = 'Vis varsel på skrivebordet ved ny melding'; +$labels['sound'] = 'Spill av lyd ved ny melding'; +$labels['test'] = 'Test'; +$labels['title'] = 'Ny e-post!'; +$labels['body'] = 'Du har mottatt ei ny melding.'; +$labels['testbody'] = 'Dette er eit testvarsel.'; +$labels['desktopdisabled'] = 'Skrivebordsvarsel er slått av i din nettlesar.'; +$labels['desktopunsupported'] = 'Din nettlesar støttar ikkje vising av varsel på skrivebordet.'; +?> diff --git a/newmail_notifier/localization/pl_PL.inc b/newmail_notifier/localization/pl_PL.inc new file mode 100644 index 0000000..5aa9f05 --- /dev/null +++ b/newmail_notifier/localization/pl_PL.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Wyświetlaj powiadomienia o nadejściu nowej wiadomości w przeglądarce'; +$labels['desktop'] = 'Wyświetlaj powiadomienia o nadejściu nowej wiadomości na pulpicie'; +$labels['sound'] = 'Odtwarzaj dźwięk o nadejściu nowej wiadomości'; +$labels['test'] = 'Testuj powiadomienie'; +$labels['title'] = 'Nowa wiadomość!'; +$labels['body'] = 'Nadeszła nowa wiadomość.'; +$labels['testbody'] = 'To jest testowe powiadomienie.'; +$labels['desktopdisabled'] = 'Powiadomienia na pulpicie zostały zablokowane w twojej przeglądarce.'; +$labels['desktopunsupported'] = 'Twoja przeglądarka nie obsługuje powiadomień na pulpicie.'; +$labels['desktoptimeout'] = 'Zamknij powiadomienie pulpitu'; +?> diff --git a/newmail_notifier/localization/pt_BR.inc b/newmail_notifier/localization/pt_BR.inc new file mode 100644 index 0000000..6982e21 --- /dev/null +++ b/newmail_notifier/localization/pt_BR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Exibir notificação quando uma nova mensagem chegar'; +$labels['desktop'] = 'Exibir notificação no desktop quando uma nova mensagem chegar'; +$labels['sound'] = 'Alerta sonoro quando uma nova mensagem chegar'; +$labels['test'] = 'Testar'; +$labels['title'] = 'Novo Email!'; +$labels['body'] = 'Você recebeu uma nova mensagem.'; +$labels['testbody'] = 'Essa é uma notificação de teste.'; +$labels['desktopdisabled'] = 'As notificações no desktop estão desabilitadas no seu navegador.'; +$labels['desktopunsupported'] = 'Seu navegador não suporta notificações no desktop'; +$labels['desktoptimeout'] = 'Fechar notificação'; +?> diff --git a/newmail_notifier/localization/pt_PT.inc b/newmail_notifier/localization/pt_PT.inc new file mode 100644 index 0000000..622fc1c --- /dev/null +++ b/newmail_notifier/localization/pt_PT.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Mostrar notificação quando uma nova mensagem chegar'; +$labels['desktop'] = 'Mostrar alerta no ambiente de trabalho de nova mensagem'; +$labels['sound'] = 'Alerta sonoro para nova mensagem'; +$labels['test'] = 'Testar'; +$labels['title'] = 'Novo Email!'; +$labels['body'] = 'Você recebeu uma nova mensagem.'; +$labels['testbody'] = 'Isto é uma notificação de teste.'; +$labels['desktopdisabled'] = 'As notificações no ambiente de trabalho estão desactivadas no seu navegador.'; +$labels['desktopunsupported'] = 'O seu navegador não suporta notificações no ambiente de trabalho'; +$labels['desktoptimeout'] = 'Fechar notificação no ambiente de trabalho'; +?> diff --git a/newmail_notifier/localization/ro_RO.inc b/newmail_notifier/localization/ro_RO.inc new file mode 100644 index 0000000..b039dd2 --- /dev/null +++ b/newmail_notifier/localization/ro_RO.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Afişează notificări în browser la mesaj nou.'; +$labels['desktop'] = 'Afişează notificări desktop la mesaj nou.'; +$labels['sound'] = 'Redă un sunet la mesaj nou.'; +$labels['test'] = 'Testează'; +$labels['title'] = 'E-mail nou!'; +$labels['body'] = 'Ai primit un mesaj nou.'; +$labels['testbody'] = 'Aceasta este o notificare de test.'; +$labels['desktopdisabled'] = 'Notificările desktop sunt dezactivate în browser.'; +$labels['desktopunsupported'] = 'Browser-ul dumneavoastră nu suportă notificări desktop.'; +$labels['desktoptimeout'] = 'Închide notificarea de birou'; +?> diff --git a/newmail_notifier/localization/ru_RU.inc b/newmail_notifier/localization/ru_RU.inc new file mode 100644 index 0000000..d7ae6a7 --- /dev/null +++ b/newmail_notifier/localization/ru_RU.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Показывать в браузере уведомление о приходе нового сообщения'; +$labels['desktop'] = 'Показывать на рабочем столе уведомление о приходе нового сообщения'; +$labels['sound'] = 'Подавать звуковой сигнал о приходе нового сообщения'; +$labels['test'] = 'Проверить'; +$labels['title'] = 'Свежая почта!'; +$labels['body'] = 'Вы получили новое сообщение.'; +$labels['testbody'] = 'Это тестовое уведомление.'; +$labels['desktopdisabled'] = 'В Вашем браузере отключены уведомления на рабочем столе.'; +$labels['desktopunsupported'] = 'Ваш браузер не поддерживает уведомления на рабочем столе.'; +$labels['desktoptimeout'] = 'Закрыть уведомление на рабочем столе'; +?> diff --git a/newmail_notifier/localization/si_LK.inc b/newmail_notifier/localization/si_LK.inc new file mode 100644 index 0000000..cc139aa --- /dev/null +++ b/newmail_notifier/localization/si_LK.inc @@ -0,0 +1,19 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['test'] = 'පිරික්සන්න'; +?> diff --git a/newmail_notifier/localization/sk_SK.inc b/newmail_notifier/localization/sk_SK.inc new file mode 100644 index 0000000..fa206ba --- /dev/null +++ b/newmail_notifier/localization/sk_SK.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Zobraziť upozornenie v prehliadači pri novej správe'; +$labels['desktop'] = 'Zobraziť upozornenie na ploche pri novej správe'; +$labels['sound'] = 'Prehrať zvuk pri novej správe'; +$labels['test'] = 'Otestovať'; +$labels['title'] = 'Nová správa!'; +$labels['body'] = 'Máte novú správu.'; +$labels['testbody'] = 'Toto je skúšobné upozornenie.'; +$labels['desktopdisabled'] = 'Upozornenia na ploche sú vo vašom prehliadači vypnuté.'; +$labels['desktopunsupported'] = 'Váš prehliadač nepodporuje upozornenia na ploche.'; +$labels['desktoptimeout'] = 'Zatvoriť notifikáciu na ploche'; +?> diff --git a/newmail_notifier/localization/sl_SI.inc b/newmail_notifier/localization/sl_SI.inc new file mode 100644 index 0000000..a95fde0 --- /dev/null +++ b/newmail_notifier/localization/sl_SI.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Prikaži obvestilo za nova sporočila'; +$labels['desktop'] = 'Prikaži obvestila na namizju za vsa nova sporočila'; +$labels['sound'] = 'Ob novem sporočilu predvajaj zvok'; +$labels['test'] = 'Test'; +$labels['title'] = 'Novo sporočilo'; +$labels['body'] = 'Prejeli ste novo sporočilo.'; +$labels['testbody'] = 'To je testno obvestilo.'; +$labels['desktopdisabled'] = 'Obvestila na namizju so v vašem brskalniku onemogočena.'; +$labels['desktopunsupported'] = 'Vaš brskalnik ne podpira izpis obvestil na namizju.'; +$labels['desktoptimeout'] = 'Zapri obvestila na namizju'; +?> diff --git a/newmail_notifier/localization/sq_AL.inc b/newmail_notifier/localization/sq_AL.inc new file mode 100644 index 0000000..643ee41 --- /dev/null +++ b/newmail_notifier/localization/sq_AL.inc @@ -0,0 +1,20 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['test'] = 'Test'; +$labels['body'] = 'Ju keni marr një mesazh të ri.'; +?> diff --git a/newmail_notifier/localization/sr_CS.inc b/newmail_notifier/localization/sr_CS.inc new file mode 100644 index 0000000..bc587bf --- /dev/null +++ b/newmail_notifier/localization/sr_CS.inc @@ -0,0 +1,27 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Прикажи обавештења о новим порукама у прегледачу'; +$labels['desktop'] = 'Прикажи обавештења о новим порукама у систему'; +$labels['sound'] = 'Пусти звук по пријему поруке'; +$labels['test'] = 'Испробај'; +$labels['title'] = 'Нова порука!'; +$labels['body'] = 'Примили сте нову поруку.'; +$labels['testbody'] = 'Ово је пробно обавештење.'; +$labels['desktopdisabled'] = 'Обавештења у систему су искључена у вашем прегледачу'; +$labels['desktopunsupported'] = 'Ваш прегледач не подржава обавештења у систему.'; +?> diff --git a/newmail_notifier/localization/sv_SE.inc b/newmail_notifier/localization/sv_SE.inc new file mode 100644 index 0000000..5e0c9fc --- /dev/null +++ b/newmail_notifier/localization/sv_SE.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Avisera nytt meddelande i webbläsaren'; +$labels['desktop'] = 'Avisera nytt meddelande på skrivbordet'; +$labels['sound'] = 'Avisera nytt meddelande med ljudsignal'; +$labels['test'] = 'Prova'; +$labels['title'] = 'Nytt meddelande!'; +$labels['body'] = 'Du har mottagit ett nytt meddelande.'; +$labels['testbody'] = 'Denna avisering är ett prov.'; +$labels['desktopdisabled'] = 'Avisering på skrivbordet är avstängt i webbläsaren.'; +$labels['desktopunsupported'] = 'Avisering på skrivbordet stöds inte av webbläsaren.'; +$labels['desktoptimeout'] = 'Stäng avisering på skrivbordet'; +?> diff --git a/newmail_notifier/localization/ti.inc b/newmail_notifier/localization/ti.inc new file mode 100644 index 0000000..17b8e73 --- /dev/null +++ b/newmail_notifier/localization/ti.inc @@ -0,0 +1,27 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'ሓዱሽ መል እኽቲ ጠቆምቲ አብ ጎስጓሲ ይርአ'; +$labels['desktop'] = 'ሓዱሽ መል እኽቲ ጠቆምቲ ኣብ ደስክቶፕ ይርአ'; +$labels['sound'] = 'ሓዱሽ መል እኽቲ ምስዝመጽእ ድምጺ ይሰማዕ'; +$labels['test'] = 'ፈተነ'; +$labels['title'] = 'ሓድሽ ኢደብዳበ!'; +$labels['body'] = 'ሓድሽ ኢደብዳበ በጺሑ አሎ::'; +$labels['testbody'] = 'እዚ ጥቆማ ንፈተን ዝተገብረ እዩ::'; +$labels['desktopdisabled'] = 'ናይ ደስክቶፕ ጠቆምቲ ተኸልኪሎማ አለዉ::'; +$labels['desktopunsupported'] = 'እዚ ጎስጓሲ ናይ ደስክቶፕ ጠቆምቲ ኣይተገጠመሉን::'; +?> diff --git a/newmail_notifier/localization/tr_TR.inc b/newmail_notifier/localization/tr_TR.inc new file mode 100644 index 0000000..4e4d4ce --- /dev/null +++ b/newmail_notifier/localization/tr_TR.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$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ı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'; +$labels['desktoptimeout'] = 'Masaüstü bildirimini kapat'; +?> diff --git a/newmail_notifier/localization/uk_UA.inc b/newmail_notifier/localization/uk_UA.inc new file mode 100644 index 0000000..7d3ffc0 --- /dev/null +++ b/newmail_notifier/localization/uk_UA.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Показувати у браузері сповіщення про нові повідомлення'; +$labels['desktop'] = 'Показувати на робочому столі сповіщення про нові повідомлення'; +$labels['sound'] = 'Програвати звук при появленні нового повідомлення'; +$labels['test'] = 'Тест'; +$labels['title'] = 'Нова пошта!'; +$labels['body'] = 'Ви отримали нове повідомлення.'; +$labels['testbody'] = 'Це тестове сповіщення'; +$labels['desktopdisabled'] = 'Повідомлення на робочому столі відключені у вашому браузері.'; +$labels['desktopunsupported'] = 'Ваш браузер не підтримує повідомлення на робочому столі.'; +$labels['desktoptimeout'] = 'Закрити сповіщення робочого столу'; +?> diff --git a/newmail_notifier/localization/vi_VN.inc b/newmail_notifier/localization/vi_VN.inc new file mode 100644 index 0000000..73df64d --- /dev/null +++ b/newmail_notifier/localization/vi_VN.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = 'Hiển thị thông báo trên trình duyệt khi có thư mới'; +$labels['desktop'] = 'Hiển thị thông báo trên màn hình khi có thư mới'; +$labels['sound'] = 'Thông báo bằng âm thanh khi có thư mới'; +$labels['test'] = 'Kiểm tra'; +$labels['title'] = 'Có thư mới!'; +$labels['body'] = 'Bạn vừa nhận một thư mới'; +$labels['testbody'] = 'Đây là thông báo kiểm tra'; +$labels['desktopdisabled'] = 'Thông báo trên màn hình bị tắt ở trình duyệt của bạn'; +$labels['desktopunsupported'] = 'Trình duyệt của bạn không hỗ trợ thông báo trên màn hình.'; +$labels['desktoptimeout'] = 'Đóng hiển thị màn hình'; +?> diff --git a/newmail_notifier/localization/zh_CN.inc b/newmail_notifier/localization/zh_CN.inc new file mode 100644 index 0000000..cc40577 --- /dev/null +++ b/newmail_notifier/localization/zh_CN.inc @@ -0,0 +1,27 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = '在浏览器中显示新邮件提醒'; +$labels['desktop'] = '在桌面显示新邮件提醒'; +$labels['sound'] = '收到新邮件时播放声音'; +$labels['test'] = '测试'; +$labels['title'] = '您收到一封新邮件!'; +$labels['body'] = '您收到一封新邮件。'; +$labels['testbody'] = '这是一个提醒测试。'; +$labels['desktopdisabled'] = '您的浏览器已禁止桌面提醒功能。'; +$labels['desktopunsupported'] = '您的浏览器不支持桌面提醒功能。'; +?> diff --git a/newmail_notifier/localization/zh_TW.inc b/newmail_notifier/localization/zh_TW.inc new file mode 100644 index 0000000..c6d6c8a --- /dev/null +++ b/newmail_notifier/localization/zh_TW.inc @@ -0,0 +1,28 @@ +.inc | + | | + | Localization file of the Roundcube Webmail New Mail Notifier plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/ +*/ +$labels['basic'] = '當有新郵件顯示瀏覽器通知'; +$labels['desktop'] = '當有新郵件顯示桌面通知'; +$labels['sound'] = '當有新郵件播放音效'; +$labels['test'] = '測試'; +$labels['title'] = '新郵件!'; +$labels['body'] = '您有一封新郵件'; +$labels['testbody'] = '這是測試通知'; +$labels['desktopdisabled'] = '您的瀏覽器已停用桌面通知'; +$labels['desktopunsupported'] = '您的瀏覽器不支援桌面通知功能'; +$labels['desktoptimeout'] = '自動關閉桌面通知'; +?> diff --git a/newmail_notifier/mail.png b/newmail_notifier/mail.png new file mode 100644 index 0000000..79f3a53 Binary files /dev/null and b/newmail_notifier/mail.png differ diff --git a/newmail_notifier/newmail_notifier.js b/newmail_notifier/newmail_notifier.js new file mode 100644 index 0000000..79911f2 --- /dev/null +++ b/newmail_notifier/newmail_notifier.js @@ -0,0 +1,200 @@ +/** + * New Mail Notifier plugin script + * + * @author Aleksander Machniak + * + * @licstart The following is the entire license notice for the + * JavaScript code in this file. + * + * Copyright (c) 2013, The Roundcube Dev Team + * + * The JavaScript code in this page is free software: you can redistribute it + * and/or modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * @licend The above is the entire license notice + * for the JavaScript code in this file. + */ + +if (window.rcmail && rcmail.env.task == 'mail') { + rcmail.addEventListener('plugin.newmail_notifier', newmail_notifier_run); + rcmail.addEventListener('actionbefore', newmail_notifier_stop); + rcmail.addEventListener('init', function() { + // bind to messages list select event, so favicon will be reverted on message preview too + if (rcmail.message_list) + rcmail.message_list.addEventListener('select', newmail_notifier_stop); + }); +} + +// Executes notification methods +function newmail_notifier_run(prop) +{ + if (prop.basic) + newmail_notifier_basic(); + if (prop.sound) + newmail_notifier_sound(); + if (prop.desktop) + newmail_notifier_desktop(rcmail.gettext('body', 'newmail_notifier')); +} + +// Stops notification +function newmail_notifier_stop(prop) +{ + // revert original favicon + if (rcmail.env.favicon_href && rcmail.env.favicon_changed && (!prop || prop.action != 'check-recent')) { + $('').replaceAll('link[rel="shortcut icon"]'); + rcmail.env.favicon_changed = 0; + } + + // Remove IE icon overlay if we're pinned to Taskbar + try { + if(window.external.msIsSiteMode()) { + window.external.msSiteModeClearIconOverlay(); + } + } catch(e) {} +} + +// Basic notification: window.focus and favicon change +function newmail_notifier_basic() +{ + var w = rcmail.is_framed() ? window.parent : window, + path = rcmail.assets_path('plugins/newmail_notifier'); + + w.focus(); + + // we cannot simply change a href attribute, we must to replace the link element (at least in FF) + var link = $('').attr('href', path + '/favicon.ico'), + oldlink = $('link[rel="shortcut icon"]', w.document); + + if (!rcmail.env.favicon_href) + rcmail.env.favicon_href = oldlink.attr('href'); + + rcmail.env.favicon_changed = 1; + link.replaceAll(oldlink); + + // Add IE icon overlay if we're pinned to Taskbar + try { + if (window.external.msIsSiteMode()) { + window.external.msSiteModeSetIconOverlay(path + '/overlay.ico', rcmail.gettext('title', 'newmail_notifier')); + } + } catch(e) {} +} + +// Sound notification +function newmail_notifier_sound() +{ + var elem, src = rcmail.assets_path('plugins/newmail_notifier/sound'), + plugin = navigator.mimeTypes ? navigator.mimeTypes['audio/mp3'] : {}; + + // Internet Explorer does not support wav files, + // support in other browsers depends on enabled plugins, + // so we use wav as a fallback + src += bw.ie || (plugin && plugin.enabledPlugin) ? '.mp3' : '.wav'; + + // HTML5 + try { + elem = $('