| | |
| | | <!-- Update from SVN: sl_SI/labels.inc--> |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/sl/labels.inc | |
| | | | language/sl_SI/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['welcome'] = 'Dobrodošel v $product'; |
| | | $labels['welcome'] = 'Dobrodošli v $product'; |
| | | $labels['username'] = 'Uporabniško ime'; |
| | | $labels['password'] = 'Geslo'; |
| | | $labels['server'] = 'Strežnik'; |
| | |
| | | $labels['listsorting'] = 'Urejanje stolpcev'; |
| | | $labels['listorder'] = 'Vrstni red'; |
| | | $labels['listmode'] = 'Način prikaza seznama'; |
| | | $labels['folderactions'] = 'Upravljanje map...'; |
| | | $labels['compact'] = 'Stisni'; |
| | | $labels['empty'] = 'Izprazni'; |
| | | $labels['purge'] = 'Počisti'; |
| | |
| | | $labels['charset'] = 'Nabor znakov'; |
| | | $labels['editortype'] = 'Vrsta urejevalnika'; |
| | | $labels['returnreceipt'] = 'Potrdilo prejemnika'; |
| | | $labels['editidents'] = 'Uredi identitete'; |
| | | $labels['checkspelling'] = 'Preglej pravopis'; |
| | | $labels['resumeediting'] = 'Nadaljuj z urejanjem'; |
| | | $labels['revertto'] = 'Razveljavi'; |
| | | $labels['attachments'] = 'Priponke'; |
| | | $labels['upload'] = 'Naloži'; |
| | | $labels['close'] = 'Zapri'; |
| | | $labels['messageoptions'] = 'Možnosti'; |
| | | $labels['low'] = 'Nizka'; |
| | | $labels['lowest'] = 'Najnižja'; |
| | | $labels['normal'] = 'Običajna'; |
| | |
| | | $labels['email'] = 'E-Pošta'; |
| | | $labels['addcontact'] = 'Dodaj izbrane stike v imenik'; |
| | | $labels['editcontact'] = 'Uredi vizitko'; |
| | | $labels['contacts'] = 'Stiki'; |
| | | $labels['edit'] = 'Uredi'; |
| | | $labels['cancel'] = 'Prekliči'; |
| | | $labels['save'] = 'Shrani'; |
| | |
| | | $labels['mailboxview'] = 'Pogled poštnega predala'; |
| | | $labels['mdnrequests'] = 'Obvestila pošiljatelja'; |
| | | $labels['askuser'] = 'vprašaj uporabnika'; |
| | | $labels['autosend'] = 'pošlji samodejno'; |
| | | $labels['autosend'] = 'pošlji povratnico samodejno'; |
| | | $labels['autosendknown'] = 'pošlji povratnico samodejno samo mojim stikom'; |
| | | $labels['ignore'] = 'ne upoštevaj'; |
| | | $labels['readwhendeleted'] = 'Označi izbrisano sporočilo kot prebrano'; |
| | | $labels['flagfordeletion'] = 'Ne izbriši sporočila, le označi kot izbrisano'; |
| | |
| | | $labels['everynminutes'] = '$n minut'; |
| | | $labels['keepalive'] = 'Preglej nova sporočila na'; |
| | | $labels['never'] = 'nikoli'; |
| | | $labels['immediately'] = 'takoj'; |
| | | $labels['messagesdisplaying'] = 'Prikazovanje sporočil'; |
| | | $labels['messagescomposition'] = 'Sestavljanje sporočil'; |
| | | $labels['mimeparamfolding'] = 'Imena priponk'; |
| | |
| | | $labels['belowquote'] = 'pod citiran tekst'; |
| | | $labels['abovequote'] = 'nad citiran tekst'; |
| | | $labels['insertsignature'] = 'Vstavi podpis'; |
| | | $labels['previewpanemarkread'] = 'Označi predogledana sporočila kot prebrana'; |
| | | $labels['afternseconds'] = 'po $n sekundah'; |
| | | $labels['reqmdn'] = 'Vedno zahtevaj povratnico'; |
| | | $labels['folder'] = 'Mapa'; |
| | | $labels['folders'] = 'Mape'; |
| | | $labels['foldername'] = 'Ime mape'; |
| | |
| | | $labels['chinese'] = 'Kitajsko'; |
| | | |
| | | ?> |
| | | |