summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier/localization
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/newmail_notifier/localization')
-rw-r--r--plugins/newmail_notifier/localization/be_BE.inc27
-rw-r--r--plugins/newmail_notifier/localization/bs_BA.inc27
-rw-r--r--plugins/newmail_notifier/localization/ca_ES.inc27
-rw-r--r--plugins/newmail_notifier/localization/cs_CZ.inc27
-rw-r--r--plugins/newmail_notifier/localization/cy_GB.inc27
-rw-r--r--plugins/newmail_notifier/localization/da_DK.inc27
-rw-r--r--plugins/newmail_notifier/localization/en_GB.inc27
-rw-r--r--plugins/newmail_notifier/localization/eo.inc27
-rw-r--r--plugins/newmail_notifier/localization/es_ES.inc27
-rw-r--r--plugins/newmail_notifier/localization/et_EE.inc27
-rw-r--r--plugins/newmail_notifier/localization/fa_IR.inc27
-rw-r--r--plugins/newmail_notifier/localization/fi_FI.inc27
-rw-r--r--plugins/newmail_notifier/localization/fr_FR.inc27
-rw-r--r--plugins/newmail_notifier/localization/gl_ES.inc21
-rw-r--r--plugins/newmail_notifier/localization/he_IL.inc27
-rw-r--r--plugins/newmail_notifier/localization/hr_HR.inc27
-rw-r--r--plugins/newmail_notifier/localization/hu_HU.inc27
-rw-r--r--plugins/newmail_notifier/localization/ia_IA.inc22
-rw-r--r--plugins/newmail_notifier/localization/id_ID.inc27
-rw-r--r--plugins/newmail_notifier/localization/it_IT.inc27
-rw-r--r--plugins/newmail_notifier/localization/lt_LT.inc27
-rw-r--r--plugins/newmail_notifier/localization/ml_ML.inc27
-rw-r--r--plugins/newmail_notifier/localization/mr_IN.inc23
-rw-r--r--plugins/newmail_notifier/localization/nb_NB.inc27
-rw-r--r--plugins/newmail_notifier/localization/nl_NL.inc27
-rw-r--r--plugins/newmail_notifier/localization/pt_PT.inc27
-rw-r--r--plugins/newmail_notifier/localization/ro_RO.inc27
-rw-r--r--plugins/newmail_notifier/localization/si_LK.inc19
-rw-r--r--plugins/newmail_notifier/localization/sk_SK.inc27
-rw-r--r--plugins/newmail_notifier/localization/sl_SI.inc27
-rw-r--r--plugins/newmail_notifier/localization/tr_TR.inc27
-rw-r--r--plugins/newmail_notifier/localization/uk_UA.inc27
-rw-r--r--plugins/newmail_notifier/localization/vi_VN.inc27
-rw-r--r--plugins/newmail_notifier/localization/zh_CN.inc27
-rw-r--r--plugins/newmail_notifier/localization/zh_TW.inc27
35 files changed, 922 insertions, 0 deletions
diff --git a/plugins/newmail_notifier/localization/be_BE.inc b/plugins/newmail_notifier/localization/be_BE.inc
new file mode 100644
index 000000000..ef5e4b699
--- /dev/null
+++ b/plugins/newmail_notifier/localization/be_BE.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/be_BE/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Alex Nehaichik <nab@mail.by> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Адлюстроўваць інфармаванні азіральніка ў час атрымання новых павдеамленняў';
+$labels['desktop'] = 'Адлюстроўваць інфармаванні працоўнага стала ў час атрымання новых павдеамленняў';
+$labels['sound'] = 'Агучваць атрыманне новых паведамленняў';
+$labels['test'] = 'Праверыць';
+$labels['title'] = 'Новы ліст!';
+$labels['body'] = 'Вы атрымалі новае паведамленне.';
+$labels['testbody'] = 'Гэта тэставае інфармаванне.';
+$labels['desktopdisabled'] = 'Інфармаванне працоўнага стала адлкючана ў вашым азіральніку';
+$labels['desktopunsupported'] = 'Ваш азіральнік не падтрымлівае інфармаванне працоўнага стала.';
+
diff --git a/plugins/newmail_notifier/localization/bs_BA.inc b/plugins/newmail_notifier/localization/bs_BA.inc
new file mode 100644
index 000000000..b9fe2ef0b
--- /dev/null
+++ b/plugins/newmail_notifier/localization/bs_BA.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/bs_BA/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Kenan Dervišević <kenan3008@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/ca_ES.inc b/plugins/newmail_notifier/localization/ca_ES.inc
new file mode 100644
index 000000000..0b163d0e1
--- /dev/null
+++ b/plugins/newmail_notifier/localization/ca_ES.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ca_ES/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Emi Bcn <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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'] = 'Has rebut un missatge nou.';
+$labels['testbody'] = 'Aquesta és una notificació de prova.';
+$labels['desktopdisabled'] = 'Les notificacions d\'escriptori estan deshabilitades al teu navegador.';
+$labels['desktopunsupported'] = 'El teu navegador no suporta les notificacions d\'escriptori.';
+
diff --git a/plugins/newmail_notifier/localization/cs_CZ.inc b/plugins/newmail_notifier/localization/cs_CZ.inc
new file mode 100644
index 000000000..df5396f5a
--- /dev/null
+++ b/plugins/newmail_notifier/localization/cs_CZ.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/cs_CZ/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Tomáš Kyzlink <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/cy_GB.inc b/plugins/newmail_notifier/localization/cy_GB.inc
new file mode 100644
index 000000000..35c552c3a
--- /dev/null
+++ b/plugins/newmail_notifier/localization/cy_GB.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/cy_GB/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Dafydd Tomos <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/da_DK.inc b/plugins/newmail_notifier/localization/da_DK.inc
new file mode 100644
index 000000000..b3ace8d17
--- /dev/null
+++ b/plugins/newmail_notifier/localization/da_DK.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/da_DK/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Johannes Hessellund <osos@openeyes.dk> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/en_GB.inc b/plugins/newmail_notifier/localization/en_GB.inc
new file mode 100644
index 000000000..10cfdec7b
--- /dev/null
+++ b/plugins/newmail_notifier/localization/en_GB.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/en_GB/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Tony Whitmore <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/eo.inc b/plugins/newmail_notifier/localization/eo.inc
new file mode 100644
index 000000000..295998521
--- /dev/null
+++ b/plugins/newmail_notifier/localization/eo.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/eo/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Michael Moroni <michael.moroni@mailoo.org> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Montri retumilajn atentigojn pri nova mesaĝo';
+$labels['desktop'] = 'Montri komputilajn atentigojn pri nova mesaĝo';
+$labels['sound'] = 'Ludi sonon dum nova mesaĝo';
+$labels['test'] = 'Testi';
+$labels['title'] = 'Nova retmesaĝo!';
+$labels['body'] = 'Vi ricevis novan mesaĝon.';
+$labels['testbody'] = 'Ĉi tiu estas testo pri atentigo.';
+$labels['desktopdisabled'] = 'Labortablaj atentigoj estas malŝaltitaj en via retumilo.';
+$labels['desktopunsupported'] = 'Via retumilo ne subtenas komputilajn atentigojn.';
+
diff --git a/plugins/newmail_notifier/localization/es_ES.inc b/plugins/newmail_notifier/localization/es_ES.inc
new file mode 100644
index 000000000..ff15e0247
--- /dev/null
+++ b/plugins/newmail_notifier/localization/es_ES.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/es_ES/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Emi Bcn <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Mostrar notificaciones del navegador cuando llegue un nuevo mensaje';
+$labels['desktop'] = 'Mostrar notificaciones del escritorio cuando llegue un nuevo mensaje';
+$labels['sound'] = 'Reproducir sonido cuando llegue un nuevo mensaje';
+$labels['test'] = 'Prueba';
+$labels['title'] = 'Mensaje nuevo!';
+$labels['body'] = 'Has recibido un mensaje nuevo.';
+$labels['testbody'] = 'Esta es una notificación de pruebas.';
+$labels['desktopdisabled'] = 'Las notificaciones de escritorio están deshabilitadas en tu navegador.';
+$labels['desktopunsupported'] = 'Tu navegador no soporta notificaciones de escritorio.';
+
diff --git a/plugins/newmail_notifier/localization/et_EE.inc b/plugins/newmail_notifier/localization/et_EE.inc
new file mode 100644
index 000000000..9cc5b16d4
--- /dev/null
+++ b/plugins/newmail_notifier/localization/et_EE.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/et_EE/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: yllar <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/fa_IR.inc b/plugins/newmail_notifier/localization/fa_IR.inc
new file mode 100644
index 000000000..d24fc5a20
--- /dev/null
+++ b/plugins/newmail_notifier/localization/fa_IR.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/fa_IR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Hamid <abbaszadeh.h@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'نمایش تذکرهای مرورگر برای پیغام جدید';
+$labels['desktop'] = 'نمایش تذکرهای رومیزی برای پیغام جدید';
+$labels['sound'] = 'پخش صدا برای پیغام جدید';
+$labels['test'] = 'آزمایش';
+$labels['title'] = 'پست الکترونیکی جدید!';
+$labels['body'] = 'شما یک پیغام جدید دریافت کرده‌اید.';
+$labels['testbody'] = 'این یک تذکر آزمایشی است.';
+$labels['desktopdisabled'] = 'تذکرهای رومیزی در مرورگر شما غیرفعال شده‌اند.';
+$labels['desktopunsupported'] = 'مرورگر شما تذکرهای رومیزی را پشتیبانی نمی‌کند.';
+
diff --git a/plugins/newmail_notifier/localization/fi_FI.inc b/plugins/newmail_notifier/localization/fi_FI.inc
new file mode 100644
index 000000000..e4f12d01d
--- /dev/null
+++ b/plugins/newmail_notifier/localization/fi_FI.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/fi_FI/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Jiri Grönroos <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Näytä selainilmoitus uuden viestin saapuessa';
+$labels['desktop'] = 'Näytä työpöytäilmoitus uuden viestin saapuessa';
+$labels['sound'] = 'Soita ääni uuden viestin saapuessa';
+$labels['test'] = 'Testaa';
+$labels['title'] = 'Uutta sähköpostia!';
+$labels['body'] = 'Sait uuden sähköpostiviestin.';
+$labels['testbody'] = 'Tämä on testi-ilmoitus.';
+$labels['desktopdisabled'] = 'Työpöytäilmoitukset on poistettu käytöstä selaimesi asetuksista.';
+$labels['desktopunsupported'] = 'Selaimesi ei tue työpöytäilmoituksia.';
+
diff --git a/plugins/newmail_notifier/localization/fr_FR.inc b/plugins/newmail_notifier/localization/fr_FR.inc
new file mode 100644
index 000000000..d1c71d352
--- /dev/null
+++ b/plugins/newmail_notifier/localization/fr_FR.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/fr_FR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Edouard Moreau <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Afficher une notification dans le navigateur à réception d\'un nouveau message';
+$labels['desktop'] = 'Afficher une notification sur le bureau à réception d\'un nouveau message';
+$labels['sound'] = 'Jouer un son à réception d\'un nouveau message';
+$labels['test'] = 'Tester';
+$labels['title'] = 'Nouveau message !';
+$labels['body'] = 'Vous avez reçu un nouveau message';
+$labels['testbody'] = 'Test de notification';
+$labels['desktopdisabled'] = 'Les notifications sur le bureau sont désactivées dans votre navigateur';
+$labels['desktopunsupported'] = 'Votre navigateur ne supporte pas les notifications sur le bureau';
+
diff --git a/plugins/newmail_notifier/localization/gl_ES.inc b/plugins/newmail_notifier/localization/gl_ES.inc
new file mode 100644
index 000000000..06ff08f36
--- /dev/null
+++ b/plugins/newmail_notifier/localization/gl_ES.inc
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/gl_ES/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: ghas <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['test'] = 'Proba';
+$labels['title'] = 'Novo Correo!';
+$labels['desktopunsupported'] = 'O teu navegador non soporta notificacións de escritorio.';
+
diff --git a/plugins/newmail_notifier/localization/he_IL.inc b/plugins/newmail_notifier/localization/he_IL.inc
new file mode 100644
index 000000000..207b70c61
--- /dev/null
+++ b/plugins/newmail_notifier/localization/he_IL.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/he_IL/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Moshe Leibovitch <moish@mln.co.il> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'איתות מהדפדפן על הגעת הודעות חדשות';
+$labels['desktop'] = 'איתות משולחן העבודה על הגעת הודעות חדשות';
+$labels['sound'] = 'השמעת איתות קולי בעת הגעה של הודעה חדשה';
+$labels['test'] = 'בדיקה';
+$labels['title'] = 'הודעה חדשה !';
+$labels['body'] = 'התקבלה הודעה חדשה';
+$labels['testbody'] = 'זה איתות לנסיון';
+$labels['desktopdisabled'] = 'איתותים משולחן העבודה אינם פעילים בדפדפן שלך';
+$labels['desktopunsupported'] = 'הדפדפן שלך אינו תומך באיתותים משולחן העבודה';
+
diff --git a/plugins/newmail_notifier/localization/hr_HR.inc b/plugins/newmail_notifier/localization/hr_HR.inc
new file mode 100644
index 000000000..ef07a3092
--- /dev/null
+++ b/plugins/newmail_notifier/localization/hr_HR.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/hr_HR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Svebor Prstačić <svebor.prstacic@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/hu_HU.inc b/plugins/newmail_notifier/localization/hu_HU.inc
new file mode 100644
index 000000000..9dd8609e7
--- /dev/null
+++ b/plugins/newmail_notifier/localization/hu_HU.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/hu_HU/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: bela <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Értesítés megjelenítése böngészőben amikor új üzenet érkezik';
+$labels['desktop'] = 'Asztali értesítés megjelenítése új üzenet érkezésekor';
+$labels['sound'] = 'Hang lejátszása új üzenet érkezésekor';
+$labels['test'] = 'Hang lejátszása';
+$labels['title'] = 'Ú email!';
+$labels['body'] = 'Új üzeneted érkezett.';
+$labels['testbody'] = 'Ez egy teszt értesítés.';
+$labels['desktopdisabled'] = 'Az asztali értesítés ki van kapcsolva a böngésződben.';
+$labels['desktopunsupported'] = 'A böngésződ nem támogatja az asztali értesítéseket.';
+
diff --git a/plugins/newmail_notifier/localization/ia_IA.inc b/plugins/newmail_notifier/localization/ia_IA.inc
new file mode 100644
index 000000000..b4cd8c814
--- /dev/null
+++ b/plugins/newmail_notifier/localization/ia_IA.inc
@@ -0,0 +1,22 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ia_IA/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Emilio Sepulveda <emilio@chilemoz.org> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Monstrar notificationes de navigator in cata nove message';
+$labels['test'] = 'Prova';
+$labels['title'] = 'Nove message!';
+$labels['testbody'] = 'Iste es un notification de prova.';
+
diff --git a/plugins/newmail_notifier/localization/id_ID.inc b/plugins/newmail_notifier/localization/id_ID.inc
new file mode 100644
index 000000000..cea5a6c92
--- /dev/null
+++ b/plugins/newmail_notifier/localization/id_ID.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/id_ID/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Putu Arya Sabda Wijaya <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Perlihatkan pemberitahuan pada peramban saat ada pesan baru';
+$labels['desktop'] = 'Perlihatkan 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'] = 'Uji pemberitahuan.';
+$labels['desktopdisabled'] = 'Pemberitahuan di desktop dimatikan pada peramban Anda.';
+$labels['desktopunsupported'] = 'Peramban Anda tidak mendukung pemberitahuan pada desktop';
+
diff --git a/plugins/newmail_notifier/localization/it_IT.inc b/plugins/newmail_notifier/localization/it_IT.inc
new file mode 100644
index 000000000..14f8c59df
--- /dev/null
+++ b/plugins/newmail_notifier/localization/it_IT.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/it_IT/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: emilio brambilla <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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';
+
diff --git a/plugins/newmail_notifier/localization/lt_LT.inc b/plugins/newmail_notifier/localization/lt_LT.inc
new file mode 100644
index 000000000..99a44443e
--- /dev/null
+++ b/plugins/newmail_notifier/localization/lt_LT.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/lt_LT/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Rimas Kudelis <rq@akl.lt> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/ml_ML.inc b/plugins/newmail_notifier/localization/ml_ML.inc
new file mode 100644
index 000000000..aa0bd448d
--- /dev/null
+++ b/plugins/newmail_notifier/localization/ml_ML.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ml_ML/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Anish A <aneesh.nl@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'ബ്രൌസര്‍ അറിയിപ്പുകള്‍ പുതിയ സന്ദേശത്തില്‍ കാണിക്കുക';
+$labels['desktop'] = 'ഡെസ്ക്ക്ടോപ്പ് അറിയിപ്പുകള്‍ പുതിയ സന്ദേശത്തില്‍ കാണിക്കുക';
+$labels['sound'] = 'പുതിയ സന്ദേശത്തില്‍ സബ്ദം കേള്‍പ്പിക്കുക';
+$labels['test'] = 'പരീക്ഷിക്കുക';
+$labels['title'] = 'പുതിയ സന്ദേശം !';
+$labels['body'] = 'താങ്കള്‍ക്ക് ഒരു പുതിയ സന്ദേശം ലഭിച്ചു';
+$labels['testbody'] = 'ഇത് ഒരു പരീക്ഷണ അറിയിപ്പാണ്.';
+$labels['desktopdisabled'] = 'താങ്കളുടെ ബ്രൌസറില്‍ ഡെസ്ക്ക്ടോപ്പ് നോട്ടിഫിക്കേഷന്‍ പ്രവര്‍ത്തനരഹിതമാണ്.';
+$labels['desktopunsupported'] = 'താങ്കളുടെ ബ്രൌസ്സര്‍ ഡെസ്ക്ടോപ്പ് അറിയിപ്പുകള്‍ പിന്‍തുണയ്ക്കുന്നില്ല.';
+
diff --git a/plugins/newmail_notifier/localization/mr_IN.inc b/plugins/newmail_notifier/localization/mr_IN.inc
new file mode 100644
index 000000000..ccba50d1d
--- /dev/null
+++ b/plugins/newmail_notifier/localization/mr_IN.inc
@@ -0,0 +1,23 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/mr_IN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Devendra Buddhikot <devendradb@rediffmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['sound'] = 'नवीन संदेश आल्यास नाद करा';
+$labels['test'] = 'चाचणी';
+$labels['title'] = 'नवीन ईमेल';
+$labels['body'] = 'तुमच्यासाठी नवीन संदेश आला आहे';
+$labels['testbody'] = 'हा एक चाचणी निर्देश आहे';
+
diff --git a/plugins/newmail_notifier/localization/nb_NB.inc b/plugins/newmail_notifier/localization/nb_NB.inc
new file mode 100644
index 000000000..a1d0a037d
--- /dev/null
+++ b/plugins/newmail_notifier/localization/nb_NB.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/nb_NB/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Einar Svensen <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Vis nettleser hendlese ved ny melding';
+$labels['desktop'] = 'Vis skirivebord hendlese 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 en test hendlese';
+$labels['desktopdisabled'] = 'Skrivebord hendelse er deaktivert i din nettleser.';
+$labels['desktopunsupported'] = 'Din nettleser støtter ikke skrivebord\'s hendelser.';
+
diff --git a/plugins/newmail_notifier/localization/nl_NL.inc b/plugins/newmail_notifier/localization/nl_NL.inc
new file mode 100644
index 000000000..3d52ca772
--- /dev/null
+++ b/plugins/newmail_notifier/localization/nl_NL.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/nl_NL/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Geert Wirken <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Toon browsermelding bij nieuw bericht';
+$labels['desktop'] = 'Toon desktopmelding bij nieuw bericht';
+$labels['sound'] = 'Speel geluid 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'] = 'Desktopmeldingen zijn uitgeschakeld in uw browser.';
+$labels['desktopunsupported'] = 'Uw browser ondersteunt geen desktopmeldingen.';
+
diff --git a/plugins/newmail_notifier/localization/pt_PT.inc b/plugins/newmail_notifier/localization/pt_PT.inc
new file mode 100644
index 000000000..4a19d5041
--- /dev/null
+++ b/plugins/newmail_notifier/localization/pt_PT.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/pt_PT/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: David <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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';
+
diff --git a/plugins/newmail_notifier/localization/ro_RO.inc b/plugins/newmail_notifier/localization/ro_RO.inc
new file mode 100644
index 000000000..181fb996f
--- /dev/null
+++ b/plugins/newmail_notifier/localization/ro_RO.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/ro_RO/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: tudor <tudor@starnet-alba.ro> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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'] = 'Test';
+$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 nu suportă notificări desktop.';
+
diff --git a/plugins/newmail_notifier/localization/si_LK.inc b/plugins/newmail_notifier/localization/si_LK.inc
new file mode 100644
index 000000000..13884c796
--- /dev/null
+++ b/plugins/newmail_notifier/localization/si_LK.inc
@@ -0,0 +1,19 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/si_LK/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Mohamed Rizmi <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['test'] = 'පිරික්සන්න';
+
diff --git a/plugins/newmail_notifier/localization/sk_SK.inc b/plugins/newmail_notifier/localization/sk_SK.inc
new file mode 100644
index 000000000..5d26d1281
--- /dev/null
+++ b/plugins/newmail_notifier/localization/sk_SK.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/sk_SK/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: panda <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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'] = 'Skúška';
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/sl_SI.inc b/plugins/newmail_notifier/localization/sl_SI.inc
new file mode 100644
index 000000000..a5d2e0bf4
--- /dev/null
+++ b/plugins/newmail_notifier/localization/sl_SI.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/sl_SI/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Barbara Krasovec <barbarak@arnes.si> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$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.';
+
diff --git a/plugins/newmail_notifier/localization/tr_TR.inc b/plugins/newmail_notifier/localization/tr_TR.inc
new file mode 100644
index 000000000..89e6e36e2
--- /dev/null
+++ b/plugins/newmail_notifier/localization/tr_TR.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/tr_TR/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: ismail yenigul <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Yeni mesajlarda web tarayıcı bildirimlerini göster';
+$labels['desktop'] = 'Yeni mesajlarda masa üstü bildirimlerini göster';
+$labels['sound'] = 'Yeni mesajlarda muzik çal';
+$labels['test'] = 'Deneme';
+$labels['title'] = 'Yeni E-posta!';
+$labels['body'] = 'Yeni bir mesaj aldınız';
+$labels['testbody'] = 'Bu bir test bildirimidir.';
+$labels['desktopdisabled'] = 'Web tarayıcınızda masa üstü bildirimi iptal edildi';
+$labels['desktopunsupported'] = 'Web tarayıcınız masa üstü bildidrimleri desteklemiyor';
+
diff --git a/plugins/newmail_notifier/localization/uk_UA.inc b/plugins/newmail_notifier/localization/uk_UA.inc
new file mode 100644
index 000000000..1c65bb7e6
--- /dev/null
+++ b/plugins/newmail_notifier/localization/uk_UA.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/uk_UA/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Anton Gladky <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Показувати у браузері сповіщення про нові повідомлення';
+$labels['desktop'] = 'Показувати на робочому столі сповіщення про нові повідомлення';
+$labels['sound'] = 'Програвати звук при появленні нового повідомлення';
+$labels['test'] = 'Тест';
+$labels['title'] = 'Нова пошта!';
+$labels['body'] = 'Ви отримали нове повідомлення.';
+$labels['testbody'] = 'Це тестове сповіщення';
+$labels['desktopdisabled'] = 'Повідомлення на робочому столі відключені у вашому браузері.';
+$labels['desktopunsupported'] = 'Ваш браузер не підтримує повідомлення на робочому столі.';
+
diff --git a/plugins/newmail_notifier/localization/vi_VN.inc b/plugins/newmail_notifier/localization/vi_VN.inc
new file mode 100644
index 000000000..97d07f3d9
--- /dev/null
+++ b/plugins/newmail_notifier/localization/vi_VN.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/vi_VN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Hung Pham <phamhung77@gmail.com> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = 'Hiển thị thông báo trên trình duyệt là có thư mới';
+$labels['desktop'] = 'Hiển thị thông báo trên màn hình là có thư mới';
+$labels['sound'] = 'Mở tính năng âm thanh trên 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 máy tính bị tắt trên 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áy tính';
+
diff --git a/plugins/newmail_notifier/localization/zh_CN.inc b/plugins/newmail_notifier/localization/zh_CN.inc
new file mode 100644
index 000000000..1d1cb475c
--- /dev/null
+++ b/plugins/newmail_notifier/localization/zh_CN.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/zh_CN/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: waring_id <Unknown> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = '在浏览器中显示新邮件提醒';
+$labels['desktop'] = '在桌面显示新邮件提醒';
+$labels['sound'] = '有新的邮件时播放声音';
+$labels['test'] = '测试';
+$labels['title'] = '新邮件!';
+$labels['body'] = '你有新的邮件';
+$labels['testbody'] = '这是一个提醒测试';
+$labels['desktopdisabled'] = '你的浏览器已禁止桌面提醒';
+$labels['desktopunsupported'] = '你的浏览器不支持桌面提醒功能';
+
diff --git a/plugins/newmail_notifier/localization/zh_TW.inc b/plugins/newmail_notifier/localization/zh_TW.inc
new file mode 100644
index 000000000..dcb026893
--- /dev/null
+++ b/plugins/newmail_notifier/localization/zh_TW.inc
@@ -0,0 +1,27 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/zh_TW/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Denny Lin <dennylin93@hs.ntnu.edu.tw> |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
+
+$labels = array();
+$labels['basic'] = '當有新郵件顯示瀏覽器通知';
+$labels['desktop'] = '當有新郵件顯示桌面通知';
+$labels['sound'] = '當有新郵件播放音效';
+$labels['test'] = '測試';
+$labels['title'] = '新郵件!';
+$labels['body'] = '您有一封新郵件';
+$labels['testbody'] = '這是測試通知';
+$labels['desktopdisabled'] = '您的瀏覽器已停用桌面通知';
+$labels['desktopunsupported'] = '您的瀏覽器不支援桌面通知功能';
+