g_sd_admin_tinymce_wrapper_strings = {
	s: function(o) { return typeof(this[o] == "string") ? this[o] : o; }

	, dlgbtn_ok:						"OK"
	, dlgbtn_cancel:					"Cancel"
	, dlgbtn_save:						"Save"

	, dlgimage_title:					"Image Properties"
	, dlgimage_title_src:				"File Path (url):"
	, dlgimage_title_title:				"Title:"
	, dlgimage_title_alt:				"Alternative Text:"
	, dlgimage_title_size:				"Size:"
	, dlgimage_title_size_width:		"Width:"
	, dlgimage_title_size_height:		"Height:"
	, dlgimage_title_margin:			"Margin:"
	, dlgimage_title_margin_top:		"Top:"
	, dlgimage_title_margin_right:		"Right:"
	, dlgimage_title_margin_bottom:		"Bottom:"
	, dlgimage_title_margin_left:		"Left:"
	, dlgimage_title_float:				"Alignment:"

	, dlgimage_float_default:			"Default"
	, dlgimage_float_left:				"Left"
	, dlgimage_float_right:				"Right"
	, dlgimage_float_inherit:			"Inherit"
	, dlgimage_float_none:				"None"

	, dlglink_title:					"Link Properties"
	, dlglink_title_href:				"Link:"
	, dlgimage_title_hrefhelper:		"Shortcuts:"
	, dlgimage_hrefhelper_select:		"-- Select --"
	, dlgimage_hrefhelper_respicker:	"Link to file (resource)..."
	, dlgimage_target_openinnewwin:		"Open in new window"
	, dlgimage_image_fallback:			"Click to add image"

	, dlgcharmap_title:					"Insert Special Character"

	, dlgblocks_title:					"Insert Layout Block"

	, dlgcode_title:					"Code Editor (HTML)"

	, editor_styles_title:				"Select Style:"
	, editor_btn_save:					"Save"
	, editor_btn_cancel:				"Cancel (Close without saving)"
	, editor_btn_undo:					"Undo"
	, editor_btn_redo:					"Redo"
	, editor_btn_sdstyles:				"Styles"
	, editor_btn_bold:					"Bold"
	, editor_btn_italic:				"Italic"
	, editor_btn_underline:				"Underline"
	, editor_btn_removeformat:			"Remove Formatting"
	, editor_btn_insertunorderedlist:	"Make Unordered List"
	, editor_btn_insertorderedlist:		"Make Ordered List"
	, editor_btn_image:					"Insert Image"
	, editor_btn_blocks:				"Insert Layout Block"
	, editor_btn_link:					"Link"
	, editor_btn_unlink:				"Remove Link"
	, editor_btn_charmap:				"Insert Special Character"
	, editor_btn_code:					"Open Code Editor (HTML)"
};
