diff options
Diffstat (limited to 'plugins/newmail_notifier/localization/nb_NO.inc')
-rw-r--r-- | plugins/newmail_notifier/localization/nb_NO.inc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/newmail_notifier/localization/nb_NO.inc b/plugins/newmail_notifier/localization/nb_NO.inc new file mode 100644 index 000000000..112325f0d --- /dev/null +++ b/plugins/newmail_notifier/localization/nb_NO.inc @@ -0,0 +1,26 @@ +<?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: Fredrik Larsen <fredrik.h.larsen@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$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.'; + |