/**
* JS Language File: English
*/

var message_pop_up_lang =
{
	// DEFAULT
	'error'			   : 'Greška se pojavila',
	'no_permission'	   : 'Nemaš prava za taj poduhvat',
	'cannot_cont'	   : 'Nemoguće nastaviti sa zahtjevom',
	'settings_updated' : 'Postavke obnovljene',
	
	// Custom errors:
	'pp_date_error'     : 'Datum mora biti tačan i validan',
	'pp_comment_error'  : 'Nemožeš postavljati prazne komentare',
	'pp_friend_exist'   : 'Taj član izgleda nepostoji',
	'pp_friend_already' : 'Već imaš tog člana kao prijatelja',
	'pp_friend_removed' : 'Prijatelj(i) Izbrisani',
	'pp_icq_error'      : 'Tvoj ICQ broj mora biti numerićki',
	
	// Friend added:
	'pp_friend_added'     : 'Tvoj prijatelj(i) je/su dodan(i) na listu!',
	'pp_friend_added_mod' : 'Tvoj prijatelj mora prihvatiti tvoj zahtjev',
	'pp_friend_approved'  : 'Zahtjev prijateljstva prihvaćen',
	
	// Comments update
	'pp_comments_updated'  : 'Komentari obnovljeni',
	'pp_comment_added_mod' : "Komentari moraju biti prihvaćeni prije objavljivanja",
	
	// POLL MODULE
	'already_voted' : 'Ti si već glasao',
	
	// ARTICLES MODULE
	'rating_updated' : 'Tvoja ocjena je obnovljena',
	'rating_added'   : 'Tvoja ocjena je uvrstana',
	'rating_already' : 'Već si glasao za ovaj članak'
};

/**
* Global stuff
*/

var ipb_global_lang =
{
	// 2.3.2
	'action_cancelled'	  	  : 'OK, action cancelled!',
	// ERROR
	'post_upload_not_empty'   : 'You have an item to be uploaded. Click the UPLOAD button to upload it or click OK to continue without uploading',
	// EDITORS
	'editor_enter_url'		  : 'Please enter the full URL',
	'editor_enter_title'      : 'Please enter the title for this item',
	'editor_enter_email'      : 'Please enter the email address',
	'editor_enter_image'      : 'Please enter the URL for this image',
	'editor_enter_list'       : 'Enter a list item',
	// GENERAL
	'general_error'           : 'Error',
	'general_ok'              : 'OK',
	'image_resized'           : 'Reduced: <%1>% of original size [ <%2> x <%3> ] - Click to view full image',
	'image_attach_percent'    : 'Reduced <%1>%',
	'image_attach_no_percent' : 'Image Reduced',
	'image_attach_dims'       : '<%1> x <%2>',
	'image_attach_size'       : ' (<%1>)',
	'click_to_view'           : 'Click to view full image',
	'view_full_size'          : 'View full size image',
	'visit_my_website'		  : 'Visit My Website'
};