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/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.';
|
|
|