| | |
| | | <?php |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sl_SI/labels.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Barbara Krasovec | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sl_SI/labels.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['readstatus'] = 'Status'; |
| | | $labels['listoptions'] = 'Možnosti prikaza...'; |
| | | $labels['mailboxlist'] = 'Mape'; |
| | | $labels['folders'] = 'Mape'; |
| | | $labels['messagesfromto'] = 'Sporočila $from do $to od $count'; |
| | | $labels['threadsfromto'] = 'Nit $from do $to od $count'; |
| | | $labels['messagenrof'] = 'Sporočilo $nr od $count'; |
| | |
| | | $labels['mar'] = 'Mar'; |
| | | $labels['apr'] = 'Apr'; |
| | | $labels['may'] = 'Maj'; |
| | | $labels['longmay'] = 'Maj'; |
| | | $labels['jun'] = 'Jun'; |
| | | $labels['jul'] = 'Jul'; |
| | | $labels['aug'] = 'Avg'; |
| | |
| | | $labels['longfeb'] = 'Februar'; |
| | | $labels['longmar'] = 'Marec'; |
| | | $labels['longapr'] = 'April'; |
| | | $labels['longmay'] = 'Maj'; |
| | | $labels['longjun'] = 'Junij'; |
| | | $labels['longjul'] = 'Julij'; |
| | | $labels['longaug'] = 'Avgust'; |
| | |
| | | $labels['select'] = 'Izberi'; |
| | | $labels['all'] = 'Vse'; |
| | | $labels['none'] = 'Brez'; |
| | | $labels['nonesort'] = 'Brez'; |
| | | $labels['currpage'] = 'Trenutna stran'; |
| | | $labels['unread'] = 'Neprebrano'; |
| | | $labels['flagged'] = 'Označeno'; |
| | |
| | | $labels['fromto'] = 'Pošiljatelj/Prejemnik'; |
| | | $labels['flag'] = 'Oznaka'; |
| | | $labels['attachment'] = 'Priponka'; |
| | | $labels['nonesort'] = 'Brez'; |
| | | $labels['sentdate'] = 'Datum pošiljanja'; |
| | | $labels['arrival'] = 'Datum prejema'; |
| | | $labels['asc'] = 'naraščajoče'; |
| | |
| | | $labels['female'] = 'ženska'; |
| | | $labels['manager'] = 'Vodja'; |
| | | $labels['assistant'] = 'Pomoč'; |
| | | $labels['typeassistant'] = 'Pomoč'; |
| | | $labels['spouse'] = 'Zakonec'; |
| | | $labels['allfields'] = 'Vsa polja'; |
| | | $labels['search'] = 'Iskanje'; |
| | | $labels['advsearch'] = 'Napredno iskanje'; |
| | | $labels['advanced'] = 'Napredno'; |
| | | $labels['other'] = 'Ostalo'; |
| | | $labels['typeother'] = 'Ostalo'; |
| | | $labels['typehome'] = 'Doma'; |
| | | $labels['typework'] = 'Služba'; |
| | | $labels['typeother'] = 'Ostalo'; |
| | | $labels['typemobile'] = 'Mobilni telefon'; |
| | | $labels['typemain'] = 'Osnovno'; |
| | | $labels['typehomefax'] = 'Domači fax'; |
| | |
| | | $labels['typecar'] = 'Avto'; |
| | | $labels['typepager'] = 'Pozivnik'; |
| | | $labels['typevideo'] = 'Video'; |
| | | $labels['typeassistant'] = 'Pomoč'; |
| | | $labels['typehomepage'] = 'Domača stran'; |
| | | $labels['typeblog'] = 'Blog'; |
| | | $labels['typeprofile'] = 'Profil'; |
| | |
| | | $labels['addtodict'] = 'Dodaj v slovar'; |
| | | $labels['mailtoprotohandler'] = 'Registriraj upravljavca protokola za e-naslov: povezave'; |
| | | $labels['folder'] = 'Mapa'; |
| | | $labels['folders'] = 'Mape'; |
| | | $labels['foldername'] = 'Ime mape'; |
| | | $labels['subscribed'] = 'Vpisan'; |
| | | $labels['messagecount'] = 'Sporočila'; |
| | |
| | | $labels['korean'] = 'Korejsko'; |
| | | $labels['chinese'] = 'Kitajsko'; |
| | | |
| | | ?> |