Show spam aliases #
This commit is contained in:
24
data/web/rc/plugins/newmail_notifier/composer.json
Normal file
24
data/web/rc/plugins/newmail_notifier/composer.json
Normal file
@@ -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 HTML5 Notification API feature).",
|
||||
"license": "GPLv3+",
|
||||
"version": "0.8",
|
||||
"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"
|
||||
}
|
||||
}
|
15
data/web/rc/plugins/newmail_notifier/config.inc.php.dist
Normal file
15
data/web/rc/plugins/newmail_notifier/config.inc.php.dist
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
// Enables basic notification
|
||||
$config['newmail_notifier_basic'] = false;
|
||||
|
||||
// Enables sound notification
|
||||
$config['newmail_notifier_sound'] = false;
|
||||
|
||||
// Enables desktop notification
|
||||
$config['newmail_notifier_desktop'] = false;
|
||||
|
||||
// Desktop notification close timeout in seconds
|
||||
$config['newmail_notifier_desktop_timeout'] = 10;
|
||||
|
||||
?>
|
BIN
data/web/rc/plugins/newmail_notifier/favicon.ico
Normal file
BIN
data/web/rc/plugins/newmail_notifier/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
28
data/web/rc/plugins/newmail_notifier/localization/ar_SA.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ar_SA.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'اغلاق تنبيهات سطح المكتب';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ast.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ast.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/az_AZ.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/az_AZ.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/be_BE.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/be_BE.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Зачыніць апавяшчэнне на працоўным стале';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/bg_BG.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/bg_BG.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Затваряне на известие на работния плот';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/br.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/br.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/bs_BA.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/bs_BA.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ca_ES.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ca_ES.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/cs_CZ.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/cs_CZ.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/cy_GB.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/cy_GB.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/da_DK.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/da_DK.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/de_CH.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/de_CH.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/de_DE.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/de_DE.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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.';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/el_GR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/el_GR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Κλείσιμο ειδοποίησης επιφάνειας εργασίας';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/en_CA.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/en_CA.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/en_GB.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/en_GB.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
30
data/web/rc/plugins/newmail_notifier/localization/en_US.inc
Normal file
30
data/web/rc/plugins/newmail_notifier/localization/en_US.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
|
||||
?>
|
27
data/web/rc/plugins/newmail_notifier/localization/eo.inc
Normal file
27
data/web/rc/plugins/newmail_notifier/localization/eo.inc
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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.';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/es_419.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/es_419.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/es_AR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/es_AR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/es_ES.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/es_ES.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/et_EE.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/et_EE.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/eu_ES.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/eu_ES.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/fa_IR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/fa_IR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'بستن تذکر دسکتاپ';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/fi_FI.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/fi_FI.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/fo_FO.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/fo_FO.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/fr_FR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/fr_FR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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 de bureau 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';
|
||||
?>
|
20
data/web/rc/plugins/newmail_notifier/localization/fy_NL.inc
Normal file
20
data/web/rc/plugins/newmail_notifier/localization/fy_NL.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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!';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/gl_ES.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/gl_ES.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/he_IL.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/he_IL.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'ביטול איתות משולחן העבודה על הגעת הודעות חדשות';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/hr_HR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/hr_HR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/hu_HU.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/hu_HU.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/hy_AM.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/hy_AM.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Փակել սեղանադրի ծանուցումը';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ia.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ia.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/id_ID.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/id_ID.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/it_IT.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/it_IT.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ja_JP.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ja_JP.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'デスクトップ通知を閉じる';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/km_KH.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/km_KH.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'បិទការជូនដំណឹងផ្ទៃតុ';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ko_KR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ko_KR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = '바탕화면 알림 닫기';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ku.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ku.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
19
data/web/rc/plugins/newmail_notifier/localization/ku_IQ.inc
Normal file
19
data/web/rc/plugins/newmail_notifier/localization/ku_IQ.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'تاقیکردنەوە';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/lb_LU.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/lb_LU.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/lt_LT.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/lt_LT.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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ą';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/lv_LV.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/lv_LV.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ml_IN.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ml_IN.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകൾ അടയ്ക്കുക';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/mn_MN.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/mn_MN.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Дэлгэцийн мэдэгдэл хаах';
|
||||
?>
|
23
data/web/rc/plugins/newmail_notifier/localization/mr_IN.inc
Normal file
23
data/web/rc/plugins/newmail_notifier/localization/mr_IN.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'हा एक चाचणी निर्देश आहे';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/nb_NO.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/nb_NO.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/nl_BE.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/nl_BE.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Geef browser melding weer bij een nieuw bericht';
|
||||
$labels['desktop'] = 'Geef desktop meldingen weer bij een nieuw bericht';
|
||||
$labels['sound'] = 'Speel het geluid af bij een nieuw bericht';
|
||||
$labels['test'] = 'Test';
|
||||
$labels['title'] = 'Nieuwe e-mail!';
|
||||
$labels['body'] = 'Je hebt een nieuw bericht ontvangen.';
|
||||
$labels['testbody'] = 'Dit is een test melding.';
|
||||
$labels['desktopdisabled'] = 'Desktop meldingen zijn uitgeschakeld in uw browser.';
|
||||
$labels['desktopunsupported'] = 'Uw browser ondersteund geen desktop meldingen.';
|
||||
$labels['desktoptimeout'] = 'Sluit desktop melding';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/nl_NL.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/nl_NL.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
27
data/web/rc/plugins/newmail_notifier/localization/nn_NO.inc
Normal file
27
data/web/rc/plugins/newmail_notifier/localization/nn_NO.inc
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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.';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/pl_PL.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/pl_PL.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/pt_BR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/pt_BR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/pt_PT.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/pt_PT.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ro_RO.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ro_RO.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/ru_RU.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/ru_RU.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Закрыть уведомление на рабочем столе';
|
||||
?>
|
19
data/web/rc/plugins/newmail_notifier/localization/si_LK.inc
Normal file
19
data/web/rc/plugins/newmail_notifier/localization/si_LK.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'පිරික්සන්න';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/sk_SK.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/sk_SK.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/sl_SI.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/sl_SI.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/sq_AL.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/sq_AL.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Shfaqni njoftime shfletuesi kur ka mesazhe të rinj';
|
||||
$labels['desktop'] = 'Shfaqni njoftime për desktop kur ka mesazhe të rinj';
|
||||
$labels['sound'] = 'Kur ka mesazhe të rinj, luaj tingullin';
|
||||
$labels['test'] = 'Test';
|
||||
$labels['title'] = 'Email i ri!';
|
||||
$labels['body'] = 'Morët një mesazh të ri.';
|
||||
$labels['testbody'] = 'Ky është një njoftim test.';
|
||||
$labels['desktopdisabled'] = 'Njoftimet për desktop janë të çaktivizuara te shfletuesi juaj.';
|
||||
$labels['desktopunsupported'] = 'Shfletuesi juaj nuk mbulon njoftime për dekstop.';
|
||||
$labels['desktoptimeout'] = 'Mbylle njoftimin për desktop';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/sr_CS.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/sr_CS.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Затвори обавештења у систему';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/sv_SE.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/sv_SE.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
27
data/web/rc/plugins/newmail_notifier/localization/ti.inc
Normal file
27
data/web/rc/plugins/newmail_notifier/localization/ti.inc
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'እዚ ጎስጓሲ ናይ ደስክቶፕ ጠቆምቲ ኣይተገጠመሉን::';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/tr_TR.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/tr_TR.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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 iletiler web tarayıcıdan bildirilsin';
|
||||
$labels['desktop'] = 'Yeni iletiler Masaüstünden bildirilsin';
|
||||
$labels['sound'] = 'Yeni ileti geldiğinde ses çalınsın';
|
||||
$labels['test'] = 'Deneme';
|
||||
$labels['title'] = 'Yeni İleti!';
|
||||
$labels['body'] = 'Yeni bir iletiniz var.';
|
||||
$labels['testbody'] = 'Bu bir test bildirimidir.';
|
||||
$labels['desktopdisabled'] = 'Web tarayıcınızda masaüstü bildirimi devre dışı bırakıldı.';
|
||||
$labels['desktopunsupported'] = 'Web tarayıcınız masaüstü bildirimleri desteklemiyor';
|
||||
$labels['desktoptimeout'] = 'Masaüstü bildirimini kapat';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/uk_UA.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/uk_UA.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = 'Закрити сповіщення робочого столу';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/vi_VN.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/vi_VN.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/zh_CN.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/zh_CN.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = '关闭桌面通知';
|
||||
?>
|
28
data/web/rc/plugins/newmail_notifier/localization/zh_TW.inc
Normal file
28
data/web/rc/plugins/newmail_notifier/localization/zh_TW.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/newmail_notifier/localization/<lang>.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'] = '自動關閉桌面通知';
|
||||
?>
|
BIN
data/web/rc/plugins/newmail_notifier/mail.png
Normal file
BIN
data/web/rc/plugins/newmail_notifier/mail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
160
data/web/rc/plugins/newmail_notifier/newmail_notifier.js
Normal file
160
data/web/rc/plugins/newmail_notifier/newmail_notifier.js
Normal file
@@ -0,0 +1,160 @@
|
||||
/**
|
||||
* New Mail Notifier plugin script
|
||||
*
|
||||
* @author Aleksander Machniak <alec@alec.pl>
|
||||
*
|
||||
* @licstart The following is the entire license notice for the
|
||||
* JavaScript code in this file.
|
||||
*
|
||||
* Copyright (c) 2013-2016, 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)
|
||||
.addEventListener('actionbefore', newmail_notifier_stop)
|
||||
.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.get_label('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')) {
|
||||
$('<link rel="shortcut icon" href="'+rcmail.env.favicon_href+'"/>').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 = $('<link rel="shortcut icon">').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.get_label('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 = $('<audio>').attr('src', src);
|
||||
elem.get(0).play();
|
||||
}
|
||||
// old method
|
||||
catch (e) {
|
||||
elem = $('<embed id="sound" src="' + src + '" hidden=true autostart=true loop=false />');
|
||||
elem.appendTo($('body'));
|
||||
window.setTimeout("$('#sound').remove()", 5000);
|
||||
}
|
||||
}
|
||||
|
||||
// Desktop notification
|
||||
// - Require window.Notification API support (Chrome 22+ or Firefox 22+)
|
||||
function newmail_notifier_desktop(body, disabled_callback)
|
||||
{
|
||||
var timeout = rcmail.env.newmail_notifier_timeout || 10,
|
||||
icon = rcmail.assets_path('plugins/newmail_notifier/mail.png'),
|
||||
success_callback = function() {
|
||||
var popup = new window.Notification(rcmail.get_label('title', 'newmail_notifier'), {
|
||||
dir: "auto",
|
||||
lang: "",
|
||||
body: body,
|
||||
tag: "newmail_notifier",
|
||||
icon: icon
|
||||
});
|
||||
popup.onclick = function() { this.close(); };
|
||||
setTimeout(function() { popup.close(); }, timeout * 1000);
|
||||
};
|
||||
|
||||
try {
|
||||
window.Notification.requestPermission(function(perm) {
|
||||
if (perm == 'granted')
|
||||
success_callback();
|
||||
else if (perm == 'denied' && disabled_callback)
|
||||
disabled_callback();
|
||||
});
|
||||
|
||||
return true;
|
||||
}
|
||||
catch (e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function newmail_notifier_test_desktop()
|
||||
{
|
||||
var status = newmail_notifier_desktop(rcmail.get_label('testbody', 'newmail_notifier'), function() {
|
||||
rcmail.display_message(rcmail.get_label('desktopdisabled', 'newmail_notifier'), 'error');
|
||||
});
|
||||
|
||||
if (!status) {
|
||||
rcmail.display_message(rcmail.get_label('desktopunsupported', 'newmail_notifier'), 'error');
|
||||
}
|
||||
}
|
||||
|
||||
function newmail_notifier_test_basic()
|
||||
{
|
||||
newmail_notifier_basic();
|
||||
}
|
||||
|
||||
function newmail_notifier_test_sound()
|
||||
{
|
||||
newmail_notifier_sound();
|
||||
}
|
24
data/web/rc/plugins/newmail_notifier/newmail_notifier.min.js
vendored
Normal file
24
data/web/rc/plugins/newmail_notifier/newmail_notifier.min.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* New Mail Notifier plugin script
|
||||
*
|
||||
* @author Aleksander Machniak <alec@alec.pl>
|
||||
*
|
||||
* @licstart The following is the entire license notice for the
|
||||
* JavaScript code in this file.
|
||||
*
|
||||
* Copyright (c) 2013-2016, 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.
|
||||
*/
|
||||
window.rcmail&&"mail"==rcmail.env.task&&rcmail.addEventListener("plugin.newmail_notifier",newmail_notifier_run).addEventListener("actionbefore",newmail_notifier_stop).addEventListener("init",function(){rcmail.message_list&&rcmail.message_list.addEventListener("select",newmail_notifier_stop)});function newmail_notifier_run(a){a.basic&&newmail_notifier_basic();a.sound&&newmail_notifier_sound();a.desktop&&newmail_notifier_desktop(rcmail.get_label("body","newmail_notifier"))}
|
||||
function newmail_notifier_stop(a){!rcmail.env.favicon_href||!rcmail.env.favicon_changed||a&&"check-recent"==a.action||($('<link rel="shortcut icon" href="'+rcmail.env.favicon_href+'"/>').replaceAll('link[rel="shortcut icon"]'),rcmail.env.favicon_changed=0);try{window.external.msIsSiteMode()&&window.external.msSiteModeClearIconOverlay()}catch(b){}}
|
||||
function newmail_notifier_basic(){var a=rcmail.is_framed()?window.parent:window,b=rcmail.assets_path("plugins/newmail_notifier");a.focus();var c=$('<link rel="shortcut icon">').attr("href",b+"/favicon.ico"),a=$('link[rel="shortcut icon"]',a.document);rcmail.env.favicon_href||(rcmail.env.favicon_href=a.attr("href"));rcmail.env.favicon_changed=1;c.replaceAll(a);try{window.external.msIsSiteMode()&&window.external.msSiteModeSetIconOverlay(b+"/overlay.ico",rcmail.get_label("title","newmail_notifier"))}catch(d){}}
|
||||
function newmail_notifier_sound(){var a,b=rcmail.assets_path("plugins/newmail_notifier/sound"),c=navigator.mimeTypes?navigator.mimeTypes["audio/mp3"]:{},b=b+(bw.ie||c&&c.enabledPlugin?".mp3":".wav");try{a=$("<audio>").attr("src",b),a.get(0).play()}catch(d){a=$('<embed id="sound" src="'+b+'" hidden=true autostart=true loop=false />'),a.appendTo($("body")),window.setTimeout("$('#sound').remove()",5E3)}}
|
||||
function newmail_notifier_desktop(a,b){var c=rcmail.env.newmail_notifier_timeout||10,d=rcmail.assets_path("plugins/newmail_notifier/mail.png"),e=function(){var b=new window.Notification(rcmail.get_label("title","newmail_notifier"),{dir:"auto",lang:"",body:a,tag:"newmail_notifier",icon:d});b.onclick=function(){this.close()};setTimeout(function(){b.close()},1E3*c)};try{return window.Notification.requestPermission(function(a){"granted"==a?e():"denied"==a&&b&&b()}),!0}catch(f){return!1}}
|
||||
function newmail_notifier_test_desktop(){newmail_notifier_desktop(rcmail.get_label("testbody","newmail_notifier"),function(){rcmail.display_message(rcmail.get_label("desktopdisabled","newmail_notifier"),"error")})||rcmail.display_message(rcmail.get_label("desktopunsupported","newmail_notifier"),"error")}function newmail_notifier_test_basic(){newmail_notifier_basic()}function newmail_notifier_test_sound(){newmail_notifier_sound()};
|
215
data/web/rc/plugins/newmail_notifier/newmail_notifier.php
Normal file
215
data/web/rc/plugins/newmail_notifier/newmail_notifier.php
Normal file
@@ -0,0 +1,215 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* New Mail Notifier plugin
|
||||
*
|
||||
* Supports three methods of notification:
|
||||
* 1. Basic - focus browser window and change favicon
|
||||
* 2. Sound - play wav file
|
||||
* 3. Desktop - display desktop notification (using window.Notification API)
|
||||
*
|
||||
* @author Aleksander Machniak <alec@alec.pl>
|
||||
*
|
||||
* Copyright (C) 2011-2016, Kolab Systems AG
|
||||
*
|
||||
* This program 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.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see http://www.gnu.org/licenses/.
|
||||
*/
|
||||
|
||||
class newmail_notifier extends rcube_plugin
|
||||
{
|
||||
public $task = 'mail|settings';
|
||||
|
||||
private $rc;
|
||||
private $notified;
|
||||
private $opt = array();
|
||||
private $exceptions = array();
|
||||
|
||||
|
||||
/**
|
||||
* Plugin initialization
|
||||
*/
|
||||
function init()
|
||||
{
|
||||
$this->rc = rcmail::get_instance();
|
||||
|
||||
// Preferences hooks
|
||||
if ($this->rc->task == 'settings') {
|
||||
$this->add_hook('preferences_list', array($this, 'prefs_list'));
|
||||
$this->add_hook('preferences_save', array($this, 'prefs_save'));
|
||||
}
|
||||
else { // if ($this->rc->task == 'mail') {
|
||||
// add script when not in ajax and not in frame and only in main window
|
||||
if ($this->rc->output->type == 'html' && empty($_REQUEST['_framed']) && $this->rc->action == '') {
|
||||
$this->add_texts('localization/');
|
||||
$this->rc->output->add_label('newmail_notifier.title', 'newmail_notifier.body');
|
||||
$this->include_script('newmail_notifier.js');
|
||||
}
|
||||
|
||||
if ($this->rc->action == 'refresh') {
|
||||
// Load configuration
|
||||
$this->load_config();
|
||||
|
||||
$this->opt['basic'] = $this->rc->config->get('newmail_notifier_basic');
|
||||
$this->opt['sound'] = $this->rc->config->get('newmail_notifier_sound');
|
||||
$this->opt['desktop'] = $this->rc->config->get('newmail_notifier_desktop');
|
||||
|
||||
if (!empty($this->opt)) {
|
||||
// Get folders to skip checking for
|
||||
$exceptions = array('drafts_mbox', 'sent_mbox', 'trash_mbox');
|
||||
foreach ($exceptions as $folder) {
|
||||
$folder = $this->rc->config->get($folder);
|
||||
if (strlen($folder) && $folder != 'INBOX') {
|
||||
$this->exceptions[] = $folder;
|
||||
}
|
||||
}
|
||||
|
||||
$this->add_hook('new_messages', array($this, 'notify'));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Handler for user preferences form (preferences_list hook)
|
||||
*/
|
||||
function prefs_list($args)
|
||||
{
|
||||
if ($args['section'] != 'mailbox') {
|
||||
return $args;
|
||||
}
|
||||
|
||||
// Load configuration
|
||||
$this->load_config();
|
||||
|
||||
// Load localization and configuration
|
||||
$this->add_texts('localization/');
|
||||
|
||||
if (!empty($_REQUEST['_framed'])) {
|
||||
$this->rc->output->add_label('newmail_notifier.title', 'newmail_notifier.testbody',
|
||||
'newmail_notifier.desktopunsupported', 'newmail_notifier.desktopenabled', 'newmail_notifier.desktopdisabled');
|
||||
$this->include_script('newmail_notifier.js');
|
||||
}
|
||||
|
||||
// Check that configuration is not disabled
|
||||
$dont_override = (array) $this->rc->config->get('dont_override', array());
|
||||
|
||||
foreach (array('basic', 'desktop', 'sound') as $type) {
|
||||
$key = 'newmail_notifier_' . $type;
|
||||
if (!in_array($key, $dont_override)) {
|
||||
$field_id = '_' . $key;
|
||||
$input = new html_checkbox(array('name' => $field_id, 'id' => $field_id, 'value' => 1));
|
||||
$content = $input->show($this->rc->config->get($key))
|
||||
. ' ' . html::a(array('href' => '#', 'onclick' => 'newmail_notifier_test_'.$type.'()'),
|
||||
$this->gettext('test'));
|
||||
|
||||
$args['blocks']['new_message']['options'][$key] = array(
|
||||
'title' => html::label($field_id, rcube::Q($this->gettext($type))),
|
||||
'content' => $content
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
$type = 'desktop_timeout';
|
||||
$key = 'newmail_notifier_' . $type;
|
||||
if (!in_array($key, $dont_override)) {
|
||||
$field_id = '_' . $key;
|
||||
$select = new html_select(array('name' => $field_id, 'id' => $field_id));
|
||||
|
||||
foreach (array(5, 10, 15, 30, 45, 60) as $sec) {
|
||||
$label = $this->rc->gettext(array('name' => 'afternseconds', 'vars' => array('n' => $sec)));
|
||||
$select->add($label, $sec);
|
||||
}
|
||||
|
||||
$args['blocks']['new_message']['options'][$key] = array(
|
||||
'title' => html::label($field_id, rcube::Q($this->gettext('desktoptimeout'))),
|
||||
'content' => $select->show((int) $this->rc->config->get($key))
|
||||
);
|
||||
}
|
||||
|
||||
return $args;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handler for user preferences save (preferences_save hook)
|
||||
*/
|
||||
function prefs_save($args)
|
||||
{
|
||||
if ($args['section'] != 'mailbox') {
|
||||
return $args;
|
||||
}
|
||||
|
||||
// Load configuration
|
||||
$this->load_config();
|
||||
|
||||
// Check that configuration is not disabled
|
||||
$dont_override = (array) $this->rc->config->get('dont_override', array());
|
||||
|
||||
foreach (array('basic', 'desktop', 'sound') as $type) {
|
||||
$key = 'newmail_notifier_' . $type;
|
||||
if (!in_array($key, $dont_override)) {
|
||||
$args['prefs'][$key] = rcube_utils::get_input_value('_' . $key, rcube_utils::INPUT_POST) ? true : false;
|
||||
}
|
||||
}
|
||||
|
||||
$option = 'newmail_notifier_desktop_timeout';
|
||||
if (!in_array($option, $dont_override)) {
|
||||
if ($value = (int) rcube_utils::get_input_value('_' . $option, rcube_utils::INPUT_POST)) {
|
||||
$args['prefs'][$option] = $value;
|
||||
}
|
||||
}
|
||||
|
||||
return $args;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handler for new message action (new_messages hook)
|
||||
*/
|
||||
function notify($args)
|
||||
{
|
||||
// Already notified or unexpected input
|
||||
if ($this->notified || empty($args['diff']['new'])) {
|
||||
return $args;
|
||||
}
|
||||
|
||||
$mbox = $args['mailbox'];
|
||||
$storage = $this->rc->get_storage();
|
||||
$delimiter = $storage->get_hierarchy_delimiter();
|
||||
|
||||
// Skip exception (sent/drafts) folders (and their subfolders)
|
||||
foreach ($this->exceptions as $folder) {
|
||||
if (strpos($mbox.$delimiter, $folder.$delimiter) === 0) {
|
||||
return $args;
|
||||
}
|
||||
}
|
||||
|
||||
// Check if any of new messages is UNSEEN
|
||||
$deleted = $this->rc->config->get('skip_deleted') ? 'UNDELETED ' : '';
|
||||
$search = $deleted . 'UNSEEN UID ' . $args['diff']['new'];
|
||||
$unseen = $storage->search_once($mbox, $search);
|
||||
|
||||
if ($unseen->count()) {
|
||||
$this->notified = true;
|
||||
|
||||
$this->rc->output->set_env('newmail_notifier_timeout', $this->rc->config->get('newmail_notifier_desktop_timeout'));
|
||||
$this->rc->output->command('plugin.newmail_notifier',
|
||||
array(
|
||||
'basic' => $this->opt['basic'],
|
||||
'sound' => $this->opt['sound'],
|
||||
'desktop' => $this->opt['desktop'],
|
||||
));
|
||||
}
|
||||
|
||||
return $args;
|
||||
}
|
||||
}
|
BIN
data/web/rc/plugins/newmail_notifier/overlay.ico
Normal file
BIN
data/web/rc/plugins/newmail_notifier/overlay.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
data/web/rc/plugins/newmail_notifier/sound.mp3
Normal file
BIN
data/web/rc/plugins/newmail_notifier/sound.mp3
Normal file
Binary file not shown.
BIN
data/web/rc/plugins/newmail_notifier/sound.wav
Normal file
BIN
data/web/rc/plugins/newmail_notifier/sound.wav
Normal file
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
class NewmailNotifier_Plugin extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
function setUp()
|
||||
{
|
||||
include_once __DIR__ . '/../newmail_notifier.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Plugin object construction test
|
||||
*/
|
||||
function test_constructor()
|
||||
{
|
||||
$rcube = rcube::get_instance();
|
||||
$plugin = new newmail_notifier($rcube->api);
|
||||
|
||||
$this->assertInstanceOf('newmail_notifier', $plugin);
|
||||
$this->assertInstanceOf('rcube_plugin', $plugin);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user