You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
PHP
28 lines
1.3 KiB
PHP
<?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.';
|
|
|