| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/hr/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Edi Budimilic <edifreak@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Brza pretraga'; |
| | | $labels['resetsearch'] = 'Prikaži sve poruke'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Nova poruka'; |
| | | $labels['savemessage'] = 'Spremi u \'Predlošci\''; |
| | |
| | | $labels['nosubject'] = '(bez naslova)'; |
| | | $labels['showimages'] = 'Prikaži slike'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Puno ime'; |
| | | $labels['firstname'] = 'Ime'; |
| | |
| | | $labels['previouspage'] = 'Sljedeća strana'; |
| | | $labels['nextpage'] = 'Prijašnja strana'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Pretraga LDAP imenika'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Pretraži na'; |
| | | $labels['ldappublicsearchform'] = 'Pretraži kontakte'; |
| | | $labels['ldappublicsearch'] = 'Pretraga'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Postavke za'; |
| | |
| | | $labels['sortasc'] = 'Sortiraj rastućim nizom'; |
| | | $labels['sortdesc'] = 'Sortiraj opadajućim nizom'; |
| | | |
| | | ?> |
| | | ?> |