﻿var RecaptchaOptions = {
	custom_translations : {
			instructions_visual : "Prepiši besedilo:",
			instructions_audio : "Prepiši zvočno besedilo:",
			play_again : "Predvajaj še enkrat",
			cant_hear_this : "Če predvajanje ni uspelo, lahko snameš besedilo v MP3 formatu",
			visual_challenge : "Vizualno",
			audio_challenge : "Zvočno",
			refresh_btn : "Osveži",
			help_btn : "Pomoč",
			incorrect_try_again : "Napačno. Poskusi znova.",
			},
	lang : 'sl' // Unavailable while writing this code (just for audio challenge)
	};
