1*f18db579SAndreas Gohr<?php 2*f18db579SAndreas Gohr 3*f18db579SAndreas Gohr/** 4*f18db579SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5*f18db579SAndreas Gohr * 6*f18db579SAndreas Gohr * @author Davor Turkalj <turki.bsc@gmail.com> 7*f18db579SAndreas Gohr */ 8*f18db579SAndreas Gohr$lang['connectfail'] = 'Ne mogu se spojiti na bazu.'; 9*f18db579SAndreas Gohr$lang['userexists'] = 'Oprostite ali korisnik s ovom prijavom već postoji.'; 10*f18db579SAndreas Gohr$lang['writefail'] = 'Ne mogu izmijeniti podatke. Molim obavijestite Wiki administratora'; 11