old mode 100755
new mode 100644
| | |
| | | <?php |
| | | |
| | | /* |
| | | +--------------------------------------------------------------------------------------+ |
| | | | language/si/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +--------------------------------------------------------------------------------------+ |
| | | | Author: Andrej Sossi <asossi@dotcom.ts.it>, Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | +--------------------------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | +-----------------------------------------------------------------------+ |
| | | | language/si/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Andrej Sossi <asossi@dotcom.ts.it> | |
| | | | Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $messages['checkingmail'] = 'Iščem nova sporočila...'; |
| | | $messages['sendingmessage'] = 'Pošiljam sporočilo...'; |
| | | $messages['messagesent'] = 'Sporočilo uspešno poslano'; |
| | | $messages['savingmessage'] = 'Shrenjujem sporočilo'; |
| | | $messages['savingmessage'] = 'Shranjujem sporočilo'; |
| | | $messages['messagesaved'] = 'Sporočilo shranjeno v osnutke'; |
| | | $messages['successfullysaved'] = 'Uspešno shranjeno'; |
| | | $messages['addedsuccessfully'] = 'Vizitka uspešno dodana'; |
| | |
| | | $messages['blockedimages'] = 'Zaradi vaše varnosti slike v tem sporočilu niso prikazane.'; |
| | | $messages['encryptedmessage'] = 'To je zaščiteno sporočilo, na žalost ne more biti prikazano. Oprostite!'; |
| | | $messages['nocontactsfound'] = 'Ne najdem nobene vizitke'; |
| | | $messages['contactnotfound'] = 'Ne najdem iskane vizitke'; |
| | | $messages['sendingfailed'] = 'Pošiljanje sporočila neuspešno'; |
| | | $messages['errorsaving'] = 'Pri shranjevanju je prišlo do napake'; |
| | | $messages['errormoving'] = 'Ne morem premakniti sporočila'; |
| | |
| | | $messages['messageopenerror'] = 'Neuspešno nalaganje sporočila s stežnika'; |
| | | $messages['fileuploaderror'] = 'Neuspešno nalaganje datoteke'; |
| | | $messages['filesizeerror'] = 'Naložena datoteka presega maksimalno velikost $size'; |
| | | $messages['copysuccess'] = 'Število prepisanih naslovov: $nr'; |
| | | $messages['copyerror'] = 'Ne morem prepisati nobenega naslova'; |
| | | $messages['sourceisreadonly'] = 'Izvirnik naslova je samo berljiv'; |
| | | $messages['errorsavingcontact'] = 'Ne morem shraniti vizitke'; |
| | | $messages['movingmessage'] = 'Premakni besedilo...'; |
| | | $messages['receiptsent'] = 'Potrdilo o prebranem sporočilu je bilo uspešno poslano'; |
| | | $messages['errorsendingreceipt'] = 'Nemogoče poslati potrdilo o prebranem sporočilu'; |
| | | $messages['nodeletelastidentity'] = 'Nemogoče zbrisati identitete. Ta je edina, ki imate.'; |
| | | $messages['addsubfolderhint'] = 'Mapa bo narejena kot podmapa trenutno izbrane mape'; |
| | | |
| | | ?> |
| | | ?> |