/**
 * English translation
 */
$.texyla.addStrings("en", {
	// buttons
	btn_h1: "The biggest heading",
	btn_h2: "Big heading",
	btn_h3: "Medium heading",
	btn_h4: "The smallest heading",

	btn_bold: "Bold",
	btn_italic: "Italic",
	btn_del: "Deleted",

	btn_center: "Center",
	btn_left: "Align to left",
	btn_right: "Align to right",
	btn_justify: "Justify",

	btn_ul: "List",
	btn_ol: "Numbered list",
	btn_olRomans: "Capital roman numbers",
	btn_olRomansSmall: "Small roman numbers",
	btn_olAlphabetSmall: "Small letters",
	btn_olAlphabetBig: "Capital letters",
	
	btn_blockquote: "Quotation block",

	btn_sub: "Lower index",
	btn_sup: "Upper index",

	btn_link: "Link",
	btn_acronym: "Acronym",
	btn_hr: "Line",
	btn_code: "Code",
	btn_codeHtml: "HTML code",
	btn_codeCss: "CSS code",
	btn_codeJs: "Javascript code",
	btn_codePhp: "PHP code",
	btn_codeSql: "SQL code",
	btn_comment: "Comment",
	btn_div: "Div block",
	btn_text: "Text",
	btn_codeInline: "Inline code",
	btn_html: "HTML",
	btn_notexy: "Inline text",

	btn_edit: "Edit",
	btn_preview: "Preview",
	btn_htmlPreview: "HTML",
	btn_syntax: "Texy help",
	btn_submit: "Submit",

	btn_web: "Texyla's web",

	// functions
	texyHeadingText: "Heading text",
	acronymTitle: "Title",
	linkUrl: "Link URL",

	// view
	wait: "Wait please",
	viewEmpty: "Text area is empty!",

	// window
	windowOk: "OK",
	windowClose: "Close",
	windowCancel: "Cancel",
	windowCloseAfterInsert: "Close after insert",

	// url
	syntaxUrl: 'http://texy.info/en/syntax',

	/** plugins ***************************************************************/
	
	// color
	btn_color: "Colors",
	win_color: "Choose a color",
	colorSelectModeHeading: "Colorize:",
	colorSelectModeText: "text",
	colorSelectModeBackground: 'background',
	
	// emoticon
	btn_emoticon: "Emoticon",
	win_emoticon: "Insert an emoticon",

	// files
	btn_files: "Files",
	win_files: "Files",
	filesUpload: "Upload",

	// img
	btn_img: "Image",
	win_img: "Insert an image",
	imgSrc: "Image's address",
	imgAlt: "Description",
	imgAlign: "Alingment",
	imgAlignNone: "none",
	imgAlignLeft: "left",
	imgAlignRight: "right",
	imgAlignCenter: "center",
	imgDescription: "Show as a description",

	// link
	win_link: "Insert hyperlink",
	linkText: "Link text",

	// symbol
	btn_symbol: "Symbol",
	win_symbol: "Insert a symbol",

	// table
	btn_table: "Table",
	win_table: "Insert a table",
	tableCols: "Number of collumns",
	tableRows: "Number of rows",
	tableTh: "Header",
	tableThNone: "none",
	tableThTop: "top",
	tableThLeft: "left",

	// text transform
	btn_textTransform: "Text transformation",
	win_textTransform: "Choose type od transformation",
	textTransformLower: "lower case",
	textTransformUpper: "UPPER CASE",
	textTransformCapitalize: "Capitalize",
	textTransformFirstUpper: "First upper",
	textTransformUrl: "cool-web-url",

	// youtube
	btn_youtube: "YouTube",
	win_youtube: "YouTube",
	youtubeUrl: "Insert address or ID",
	youtubePreview: "Preview"
});