diff options
Diffstat (limited to 'plugins/newmail_notifier/localization/bs_BA.inc')
-rw-r--r-- | plugins/newmail_notifier/localization/bs_BA.inc | 27 |
1 files changed, 27 insertions, 0 deletions
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.'; + |