var current_language = "en";

var lang_bb_editor =
{
	bold:		"Bold",
	italic:		"Italic",
	underline:	"Underline",
	link:		"Link",
	link_text:	"Link text",
	bulleted_list:"Bulleted list",
	numeric_list:"Numeric list",
	list_item: 	"List item",
	picture:	"Insert picture",
	quotes:		"Quote",
	clean:		"Clear formatting",
	preview:	"Preview",
	translate:	"Translate selected text",
	translate_ch:"Select language to translate"
};

var lang_audio_player =
{
	drive:		"Drive",
	fun:		"Сheerful",
	romantic:	"Romance",
	melancholy:	"Melancholy",
	sad:		"Sad",
	angry:		"Aggressive",
	hint:		"Rate",
	thanks:		"Thanks!"
};

var lang_popup =
{
	buttons: 
	{
		ok: "Ok!",
		cancel: "Cancel"
	},
	// Adding o playlists
	playlist_name:				"Playlist's title",
	err_playlist_full:			"Reached the maximum number of tracks.\nTrack has not been added.",
	err_playlist_full_more:		"Reached the maximum number of tracks.\nSome tracks have not been added.",
	err_playlists_count:		"You have reached the maximum number of playlists.",
	err_invalid_track:			"Failed to add track.",
	err_playlist_exists:		"Playlist with this name already exists.\nWould you like to add track to it?",
	err_track_exist:			"The track has been already added to a playlist.",
	err_playlist_add_error:		"Failed to create a playlist.",
	err_no_changes:				"No changes.",
	err_track_empty_title:		"Track title was not defined",
	err_track_empty_artist:		"Artist was not defined",
	err_track_empty_url:		"File address was not defined",
	err_track_bad_url:			"Invalid file address",
	err_track_wrong_file:		"File is unavailable",
	err_track_upload_limit:			"Exceeded the allowable limit the number of downloads",
	err_track_upload_max_filesize:	"Exceeds the maximum file upload size",
	err_track_upload_wasnot_upload:	"File was not uploaded",
	err_track_upload_bad_extension:	"Illegal future expansion in the file name (mp3)",
	err_track_upload_bad_mime_type:	"Not valid file format (mime-type)",
	err_track_upload_unknown_error:	"An unknown error occurred",
	err_track_upload_too_small:		"File is too small",
	err_track_upload_wasnot_choose:	"File was not chosen",
//	err_track_:		"",
	
	// Adding to downloads
	err_dw_not_auth:			"You are not authorized.",
	err_dw_not_vip:				"You are not using Tagoo Tools.",
	err_dw_not_valid_type:		"Wrong file type.",
	err_dw_not_valid_play_id:	"Wrong file identificators.",
	err_dw_has_already:			"The file is already in downloads.",
	err_dw_not_valid_item:		"Void file.",
	added_to_downloads:			"Added to your downloads.",
	errors_that_happened:		"Following errors occured:",
	error_unknown_result:		"Unknown error occured.",
	added_to_downloads_result:	"%added% of %count% files were added.",
	nothing_added_to_downloads:	"Nothing was added."
};

var sms_info = 
{
	so_pref: "tag",
	so_info:
		
		"[The exact cost of SMS-services]"
		,
	so_labels:
		{
		selectCountry:
			
			"Choose country:"
			,
		selectOperator:
			
			"Choose operator:"
			
		}
}

var translate_api =
{
	change_lang_pair:			'<div class="trans_lang_pair">Translated: %lang_from% &rarr; <a href="#" onclick="return translate_lang_pair(this, %type%_translate_callback, \'%type%\');">%lang_to%</a></div>',
	error_msg:					"Error occurred",
	api_licence:				'<div class="gBranding"><span class="gBrandingText">powered by<img src="http://www.google.com/uds/css/small-logo.png" /></span></div>',
	langs:
	{
		en:					"English",
		sq:					"Albanian",
		ar:					"Arabic",
		af:					"Afrikaans",
		be:					"Belarusian",
		bg:					"Bulgarian",
		hu:					"Hungarian",
		vi:					"Vietnamese",
		nl:					"Dutch",
		el:					"Greek",
		da:					"Danish",
		iw:					"Hebrew",
		id:					"Indonesian",
		is:					"Icelandic",
		es:					"Spanish",
		it:					"Italian",
		zh:					"Chinese",
		'zh-CH':			"Chinese (simplified)",
		'zh-TW':			"Chinese (traditional)",
		ko:					"Korean",
		lo:					"Laothian",
		lv:					"Latvian",
		mk:					"Macedonian",
		de:					"German",
		no:					"Norwegian",
		fa:					"Persian",
		pl:					"Polish",
		pt:					"Portuguese",
		'pt-PT':			"Portuguese",
		ro:					"Romanian",
		ru:					"Russian",
		sr:					"Serbian",
		sk:					"Slovak",
		sl:					"Slovenian",
		tr:					"Turkish",
		uk:					"Ukrainian",
		fi:					"Finnish",
		fr:					"French",
		hi:					"Hindi",
		cs:					"Czech",
		sv:					"Swedish",
		et:					"Estonian",
		ja:					"Japanese"
	}
}
