// rtftoolbar_txt_en.js

RTFToolbar.txt={

	tooltips:{
		save:				"Save",
		paste:				"Paste text from clipboard without any formats",
		bold: 				"Bold",
		italic:				"Italic",
		underline:			"Underline",
		forecolor:			"Text color",
		removeformat:		"Remove all formats",
		indent:				"Indent text",
		outdent:			"Outdent text",
		justifyleft:		"Left justify text",
		justifycenter:		"Center text",
		justifyright:		"Right justify text",
		insertunorderedlist:"Unordered list",
		insertorderedlist:	"Ordered list",
		inserttable:		"Insert Table",
		tableproperties:	"Edit table properties",
		inserttablerow:		"Insert table row",
		deletetablerow:		"Delete table row",
		inserttablecol:		"Inset table column",
		deletetablecol:		"Delete table column",
		mergetablecells:	"Merge table cells",
		splittablecell:		"Split table cells",
		insertlink:			"Select link",
		insertsimplelink:	"Insert or edit link",
		unlink:				"Delete link",
		insertimg:			"Select grafics from library",
		insertsimpleimg:	"Insert grafics"
	},

	linkDialog:{
		title:				"Insert Link",
		linktitle:			"Title",
		url:				"Url:",
		target:				"Target Window:",
		linktype:			"Link Type:",
		linktypeValues:		["extern|exturl", "intern|int", "Attachment|intfile"]
	},
	
	imgDialog:{
		title:				"Insert Image",
		url:				"Url:",
		alt:				"Title:",
		border:				"Border:",
		align:				"Alignment:",
		alignValues:		["bottom|bottom", "middle|middle", "top|top", "left|left", "right|right"]
	},

	fileDialog:{
		title:				"Manage Attachments",
		files:				"File Attachments"
	},
	
	tableDialog:{
		title:				"Insert Table",
		width:				"Width:",
		align:				"Alignment:",
		alignValues:		["none|", "left|left", "center|center", "right|right"],
		rows:				"Rows:",
		cols:				"Columns:"
	},

	tablePropDialog:{
		title:				"Edit Table Properties",
		change:				"Change",
		to:					"to",
		applyto:			"apply to",
		preview:			"Preview",
		none:				["none|"],
		tableStyleList:		["Table style", "Row style", "Cell style"],
		applyToTableList:	["selected table|table"],
		applyToTrList:		["selected row|selected", "all rows in table|all"],
		applyToTdList:		["selected cell|selected", "all cells in selected row|row", "all cells in table|all"]
	},

	viewmodes_html:			["WYSIWYG|wysiwyg", "HTML|html", "Preview|preview"],
	viewmodes:				["WYSIWYG|wysiwyg", "Preview|preview"]
}
