diff options
Diffstat (limited to 'plugins/newmail_notifier/localization')
-rw-r--r-- | plugins/newmail_notifier/localization/br.inc | 19 | ||||
-rw-r--r-- | plugins/newmail_notifier/localization/nb_NO.inc (renamed from plugins/newmail_notifier/localization/nb_NB.inc) | 13 | ||||
-rw-r--r-- | plugins/newmail_notifier/localization/nn_NO.inc | 26 | ||||
-rw-r--r-- | plugins/newmail_notifier/localization/sr_CS.inc | 11 |
4 files changed, 59 insertions, 10 deletions
diff --git a/plugins/newmail_notifier/localization/br.inc b/plugins/newmail_notifier/localization/br.inc new file mode 100644 index 000000000..ffa36ecf7 --- /dev/null +++ b/plugins/newmail_notifier/localization/br.inc @@ -0,0 +1,19 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/br/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Denis | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['sound'] = 'Seniñ ar son pa kemennadenn nevez'; +$labels['title'] = 'Kemennadenn nevez !'; + diff --git a/plugins/newmail_notifier/localization/nb_NB.inc b/plugins/newmail_notifier/localization/nb_NO.inc index a1d0a037d..112325f0d 100644 --- a/plugins/newmail_notifier/localization/nb_NB.inc +++ b/plugins/newmail_notifier/localization/nb_NO.inc @@ -9,19 +9,18 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Einar Svensen <Unknown> | + | Author: Fredrik Larsen <fredrik.h.larsen@gmail.com> | +-----------------------------------------------------------------------+ - @version $Id$ */ $labels = array(); -$labels['basic'] = 'Vis nettleser hendlese ved ny melding'; -$labels['desktop'] = 'Vis skirivebord hendlese ved ny melding'; +$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 en test hendlese'; -$labels['desktopdisabled'] = 'Skrivebord hendelse er deaktivert i din nettleser.'; -$labels['desktopunsupported'] = 'Din nettleser støtter ikke skrivebord\'s hendelser.'; +$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.'; diff --git a/plugins/newmail_notifier/localization/nn_NO.inc b/plugins/newmail_notifier/localization/nn_NO.inc new file mode 100644 index 000000000..a9d7547af --- /dev/null +++ b/plugins/newmail_notifier/localization/nn_NO.inc @@ -0,0 +1,26 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/nn_NN/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Fredrik Larsen <fredrik.h.larsen@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['basic'] = 'Vis varsel i nettlesaren ved ny melding'; +$labels['desktop'] = 'Vis varsel på skrivebordet ved ny melding'; +$labels['sound'] = 'Spill av lyd ved ny melding'; +$labels['test'] = 'Test'; +$labels['title'] = 'Ny e-post!'; +$labels['body'] = 'Du har mottatt ei ny melding.'; +$labels['testbody'] = 'Dette er eit testvarsel.'; +$labels['desktopdisabled'] = 'Skrivebordsvarsel er slått av i din nettlesar.'; +$labels['desktopunsupported'] = 'Din nettlesar støttar ikkje vising av varsel på skrivebordet.'; + diff --git a/plugins/newmail_notifier/localization/sr_CS.inc b/plugins/newmail_notifier/localization/sr_CS.inc index 818f9b60c..529b89666 100644 --- a/plugins/newmail_notifier/localization/sr_CS.inc +++ b/plugins/newmail_notifier/localization/sr_CS.inc @@ -9,13 +9,18 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Saša Zejnilović <zejnils@gmail.com> | + | Author: Данило Шеган | +-----------------------------------------------------------------------+ */ $labels = array(); +$labels['basic'] = 'Прикажи обавештења о новим порукама у прегледачу'; +$labels['desktop'] = 'Прикажи обавештења о новим порукама у систему'; +$labels['sound'] = 'Пусти звук по пријему поруке'; $labels['test'] = 'Испробај'; -$labels['title'] = 'Нови маил!'; +$labels['title'] = 'Нова порука!'; $labels['body'] = 'Примили сте нову поруку.'; -$labels['testbody'] = 'Ово је тест обавештење.'; +$labels['testbody'] = 'Ово је пробно обавештење.'; +$labels['desktopdisabled'] = 'Обавештења у систему су искључена у вашем прегледачу'; +$labels['desktopunsupported'] = 'Ваш прегледач не подржава обавештења у систему.'; |