g_sd_admin_tinymce_wrapper_strings = {
	s: function(o) { return typeof(this[o] == "string") ? this[o] : o; }

	, dlgbtn_ok:						"OK"
	, dlgbtn_cancel:					"Avbryt"
	, dlgbtn_save:						"Spara"

	, dlgimage_title:					"Egenskaper för bild"
	, dlgimage_title_src:				"Sökväg (url):"
	, dlgimage_title_title:				"Titel:"
	, dlgimage_title_alt:				"Alternativ text:"
	, dlgimage_title_size:				"Storlek:"
	, dlgimage_title_size_width:		"Bredd:"
	, dlgimage_title_size_height:		"Höjd:"
	, dlgimage_title_margin:			"Marginal:"
	, dlgimage_title_margin_top:		"Över:"
	, dlgimage_title_margin_right:		"Höger:"
	, dlgimage_title_margin_bottom:		"Under:"
	, dlgimage_title_margin_left:		"Vänster:"
	, dlgimage_title_float:				"Justering:"

	, dlgimage_float_default:			"Standard"
	, dlgimage_float_left:				"Vänster"
	, dlgimage_float_right:				"Höger"
	, dlgimage_float_inherit:			"Ärv värde (inherit)"
	, dlgimage_float_none:				"Ingen (none)"

	, dlglink_title:					"Egenskaper för länk"
	, dlglink_title_href:				"Länk:"
	, dlgimage_title_hrefhelper:		"Genvägar:"
	, dlgimage_hrefhelper_select:		"-- Välj --"
	, dlgimage_hrefhelper_respicker:	"Länk till fil (resurs)..."
	, dlgimage_target_openinnewwin:		"Öppna i nytt fönster"
	, dlgimage_image_fallback:			"Välj bild"

	, dlgcharmap_title:					"Infoga specialtecken"

	, dlgblocks_title:					"Infoga layoutblock"

	, dlgcode_title:					"Kodredigering (HTML)"

	, editor_styles_title:				"Välj formatmall:"
	, editor_btn_save:					"Spara"
	, editor_btn_cancel:				"Avbryt (Stäng utan att spara)"
	, editor_btn_undo:					"Ångra"
	, editor_btn_redo:					"Gör om"
	, editor_btn_sdstyles:				"Formatmallar"
	, editor_btn_bold:					"Fetstil"
	, editor_btn_italic:				"Kursiv"
	, editor_btn_underline:				"Understrykning"
	, editor_btn_removeformat:			"Ta bort formattering"
	, editor_btn_insertunorderedlist:	"Punktlista"
	, editor_btn_insertorderedlist:		"Numrerad lista"
	, editor_btn_image:					"Infoga bild"
	, editor_btn_blocks:				"Infoga Layoutblock"
	, editor_btn_link:					"Länk"
	, editor_btn_unlink:				"Ta bort länk"
	, editor_btn_charmap:				"Infoga specialtecken"
	, editor_btn_code:					"Öppna kodredigering (HTML)"
};
