/**
 * i18n Messages for SamePage Javascript
 * 
 * FOR TRANSLATORS: 
 * PLEASE TRY TO USE UTF-8 FOR ENCODING.
 * All messages are defined as javascript arrays and hence caution
 * should be taken not to make any syntax / typographical errors in case 
 * of editing / overriding.
 **/
 
/**
  * For WYSIWYG Editor
  */  
 
 var editorI18nMsgs = {
	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "en",

	tooltips: {
		bold:           "Bold Ctrl+B",
		italic:         "Italic Ctrl+I",
		underline:      "Underline Ctrl+U",
		strikethrough:  "Strikethrough",
		subscript:      "Subscript",
		superscript:    "Superscript",
		justifyleft:    "Justify Left Ctrl+L",
		justifycenter:  "Justify Center Ctrl+E",
		justifyright:   "Justify Right Ctrl+R",
		justifyfull:    "Justify Full Ctrl+J",
		insertorderedlist: "Ordered List",
		insertunorderedlist:  "Bulleted List",
		outdent:        "Decrease Indent",
		indent:         "Increase Indent",
		forecolor:      "Font Color",
		hilitecolor:    "Background Color",
		inserthorizontalrule: "Horizontal Rule",
		createlink:     "Insert Link Ctrl+K",
		insertimage:    "Insert/Modify Image Ctrl+G",
		inserttable:    "Insert Table",
		htmlmode:       "Toggle HTML Source",
		popupeditor:    "Enlarge Editor Ctrl+F11",
		about:          "About this editor",
		showhelp:       "Help using editor F1",
		textindicator:  "Current style",
		undo:           "Undo Ctrl+Z",
		redo:           "Redo Ctrl+Y",
		cut:            "Cut selection Ctrl+X",
		copy:           "Copy selection Ctrl+C",
		paste:          "Paste from clipboard Ctrl+V",
		lefttoright:    "Direction left to right",
		righttoleft:    "Direction right to left",
		cleanword:		"Clear MSOffice Tags"
	},

	buttons: {
		"ok":           "OK",
		"cancel":       "Cancel"
	},

	msg: {
		"Path":         "Path",
		"TEXT_MODE":    "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.",
		"IE-sucks-full-screen" : "",
		"select_text_to_create_link" : "You need to select some text before creating a link",
		"please_enter_title" : "Please enter the title."
	},

	dialogs: {
		"Cancel"                                            : "Cancel",
		"Insert/Modify Link"                                : "Insert/Modify Link",
		"New window (_blank)"                               : "New window (_blank)",
		"None (use implicit)"                               : "None (use implicit)",
		"OK"                                                : "OK",
		"Other"                                             : "Other",
		"Same frame (_self)"                                : "Same frame (_self)",
		"Target:"                                           : "Target:",
		"Title (tooltip):"                                  : "Title (tooltip):",
		"Top frame (_top)"                                  : "Top frame (_top)",
		"URL:"                                              : "URL:",
		"You must enter the URL where this link points to"  : "You must enter the URL where this link points to"
	}
};

 
var cntxtMenuI18nMsgs = {
	// Items that appear in menu.  Please note that an underscore (_)
	// character in the translation (right column) will cause the following
	// letter to become underlined and be shortcut for that menu option.

	"Cut"                                                   : "Cut",
	"Copy"                                                  : "Copy",
	"Paste"                                                 : "Paste",
	"Image Properties"                                      : "_Image Properties...",
	"Modify Link"                                           : "_Modify Link...",
	"Check Link"                                            : "Chec_k Link...",
	"Remove Link"                                           : "_Remove Link...",
	"Cell Properties"                                       : "C_ell Properties...",
	"Row Properties"                                        : "Ro_w Properties...",
	"Insert Row Before"                                     : "I_nsert Row Before",
	"Insert Row After"                                      : "In_sert Row After",
	"Copy Row Before"                                     	: "Copy Row Before",
	"Copy Row After"                                      	: "Copy Row After",
	"Move Row Up"											: "Move Row Up",
	"Move Row Down"											: "Move Row Down",
	"Delete Table"											: "Delete Table",
	"Copy Table"											: "Copy Table",
	"Paste Table"											: "Paste Table",
	"Delete Row"                                            : "_Delete Row",
	"Table Properties"                                      : "_Table Properties...",
	"Column Properties"                                      : "_Column Properties...",
	"Insert Column Before"                                  : "Insert _Column Before",
	"Insert Column After"                                   : "Insert C_olumn After",
	"Delete Column"                                         : "De_lete Column",
	"Justify Left"                                          : "Justify Left",
	"Justify Center"                                        : "Justify Center",
	"Justify Right"                                         : "Justify Right",
	"Justify Full"                                          : "Justify Full",
	"Make link"                                             : "Make lin_k...",
	"Remove the"                                            : "Remove the",
	"Element"                                               : "Element...",
    "Move Column Right"                                     : "Move Column Right", 
	"Move Column Left"                                     : "Move Column Left", 
	// Other labels (tooltips and alert/confirm box messages)

	"Please confirm that you want to remove this element:"  : "Please confirm that you want to remove this element:",
	"Remove this node from the document"                    : "Remove this node from the document",
	"How did you get here? (Please report!)"                : "How did you get here? (Please report!)",
	"Show the image properties dialog"                      : "Show the image properties dialog",
	"Modify URL"                                            : "Modify URL",
	"Current URL is"                                        : "Current URL is",
	"Opens this link in a new window"                       : "Opens this link in a new window",
	"Please confirm that you want to unlink this element."  : "Please confirm that you want to unlink this element.",
	"Link points to:"                                       : "Link points to:",
	"Unlink the current element"                            : "Unlink the current element",
	"Show the Table Cell Properties dialog"                 : "Show the Table Cell Properties dialog",
	"Show the Table Row Properties dialog"                  : "Show the Table Row Properties dialog",
	"Insert a new row before the current one"               : "Insert a new row before the current one",
	"Insert a new row after the current one"                : "Insert a new row after the current one",
	"Delete the current row"                                : "Delete the current row",
	"Show the Table Properties dialog"                      : "Show the Table Properties dialog",
	"Show the Column Properties dialog"                      : "Show the Column Properties dialog",
	"Insert a new column before the current one"            : "Insert a new column before the current one",
	"Insert a new column after the current one"             : "Insert a new column after the current one",
	"Delete the current column"                             : "Delete the current column",
	"Create a link"                                         : "Create a link",
	"Move the current column right"													: "Move the current column right",
	"Move the current column left"													: "Move the current column left",
	"Sort"																									: "Sort",
	"Remove height and width"																: "Remove height and width"
};
 
var findReplaceI18nMsgs = {
  // messages
  "Substitute this occurrence?":     "Substitute this occurrence?",
  "Enter the text you want to find": "Enter the text you want to find",
  "Inform a replacement word":       "Inform a replacement word",
  "found items":                     "found items",
  "replaced items":                  "replaced items",
  "found item":                      "found item",
  "replaced item":                   "replaced item",
  "not found":                       "not found",
  // window
  "Find":                            "Find",
  "Replace":                         "Replace",
  "Find and Replace":                "Find and Replace",
  "Replace all":                     "Replace all",
  "Search for:":                     "Search for",
  "Replace with":                    "Replace with",
  "Options":                         "Options", 
  "Whole words only":                "Whole words only",
  "Case sensitive search":           "Case sensitive search",
  "Substitute all occurrences":      "Substitute all occurrences",
  "Clear":                           "Clear",
  "Close":                           "Close",
  "Highlight":                       "Highlight",
  "Undo":                            "Undo",
  "Next":                            "Next",
  "Done":                            "Done"
};

var pasteAsTextI18nMsgs = {
	"Paste as Plain Text": "Paste as Plain Text",
	"OK": "OK",
	"Cancel": "Cancel"
}

var fullPageI18nMsgs= {
	"Alternate style-sheet:":		"Alternate style-sheet:",
	"Background color:":			"Background color:",
	"Cancel":				"Cancel",
	"DOCTYPE:":				"DOCTYPE:",
	"Document properties":			"Document properties",
	"Document title:":			"Document title:",
	"OK":					"OK",
	"Primary style-sheet:":			"Primary style-sheet:",
	"Text color:":				"Text color:"
};

var spellCheckerI18n = {
	"CONFIRM_LINK_CLICK"                    : "Please confirm that you want to open this link",
	"Cancel"                                : "Cancel",
	"Dictionary"                            : "Dictionary",
	"Finished list of mispelled words"      : "Finished list of mispelled words",
	"I will open it in a new page."         : "I will open it in a new page.",
	"Ignore all"                            : "Ignore all",
	"Ignore"                                : "Ignore",
	"NO_ERRORS"                             : "No mispelled words found with the selected dictionary.",
	"NO_ERRORS_CLOSING"                     : "Spell check complete, didn't find any mispelled words.  Closing now...",
	"OK"                                    : "OK",
	"Original word"                         : "Original word",
	"Please wait.  Calling spell checker."  : "Please wait.  Calling spell checker.",
	"Please wait: changing dictionary to"   : "Please wait: changing dictionary to",
	"QUIT_CONFIRMATION"                     : "This will drop changes and quit spell checker.  Please confirm.",
	"Re-check"                              : "Re-check",
	"Replace all"                           : "Replace all",
	"Replace with"                          : "Replace with",
	"Replace"                               : "Replace",
	"Revert"                                : "Revert",
	"SC-spell-check"                        : "Spell-check",
	"Suggestions"                           : "Suggestions",
	"pliz weit ;-)"                         : "pliz weit ;-)"
};
 
var tableOperationsI18n = {
	"Align":					  											"Align",
	"Alignment":															"Alignment",
	"All four sides":													"All four sides",
	"Background":															"Background",
	"Baseline":           										"Baseline",
	"Border":					  											"Border",
	"Borders":					  										"Borders",
	"Bottom":                               	"Bottom",
	"Texttop":                              	"Texttop",
	"Absmiddle":                            	"Absmiddle",
	"Absbottom":                            	"Absbottom",
	"CSS Style":					  									"Style [CSS]",
	"Caption":					  										"Caption",
	"Cell Properties":                      	"Cell Properties",
	"Center":					  											"Center",
	"Char":                                 	"Char",
	"Collapsed borders":                    	"Collapsed borders",
	"Color":					  											"Color",
	"Description":					  								"Description",
	"FG Color":					  										"FG Color",
	"Float":                                  "Float",
	"Frames":					  											"Frames",
	"Height":                                 "Height",
	"How many columns would you like to merge?":      "How many columns would you like to merge?",
	"How many rows would you like to merge?":  "How many rows would you like to merge?",
	"Image URL":					  									"Image URL",
	"Justify":                                "Justify",
	"Layout":					  											"Layout",
	"Left":						  											"Left",
	"Margin":                                 "Margin",
	"Middle":                                 "Middle",
	"No rules":					  										"No rules",
	"No sides":					  										"No sides",
	"None":                                   "None",
	"Padding":					  										"Padding",
	"Please click into some cell":            "Please click into some cell",
	"Right":					  											"Right",
	"Row Properties":                         "Row Properties",
	"Rules will appear between all rows and columns": "Rules will appear between all rows and columns",
	"Rules will appear between columns only":	  "Rules will appear between columns only",
	"Rules will appear between rows only":		  "Rules will appear between rows only",
	"Rules":					  											"Rules",
	"Spacing and padding":                    "Properties",
	"Spacing":					  										"Spacing",
	"Summary":					  										"Summary",
	"TO-cell-delete":				  								"Delete cell",
	"TO-cell-insert-after":				  					"Insert cell after",
	"TO-cell-insert-before":			  					"Insert cell before",
	"TO-cell-merge":				  								"Merge cells",
	"TO-cell-prop":					  								"Cell properties",
	"TO-cell-split":				  								"Split cell",
	"TO-col-delete":				  								"Delete column",
	"TO-col-insert-after":				  					"Insert column after",
	"TO-col-insert-before":				  					"Insert column before",
	"TO-col-split":					  								"Split column",
	"TO-table-delete":				  							"Delete table",	
	"TO-table-copy":				  							"Copy table",	
	"TO-table-paste":				  							"Paste table",	
	"TO-clean_table":				  								"Clean table",	
	"TO-row-delete":				  								"Delete row",
	"TO-row-insert-above":			  						"Insert row before",
	"TO-row-insert-under":			  						"Insert row after",
	"TO-row-copy-above":			  							"Copy row before",
	"TO-row-copy-under":			  							"Copy row after",
	"TO-move-row-up":				  								"Move row up",
	"TO-move-row-down":				  							"Move row down",
	"TO-row-prop":					  								"Row properties",
	"TO-row-split":					  								"Split row",
	"TO-table-prop":				  								"Table properties",
	"TO-col-prop":				  								"Column properties",
	"TO-join-tables":				  								"Merge Tables",
	"TO-split-tables":				  							"Split Tables",
	"Table Properties":				  							"Table Properties",
	"Column Properties":				  							"Column Properties",
	"TO-col-move-right":			  							"Move column right",
	"TO-col-move-left":				  							"Move column left",	
	"Text align":                             "Text align",
	"The bottom side only":				  					"The bottom side only",
	"The left-hand side only":			  				"The left-hand side only",
	"The right and left sides only":		  		"The right and left sides only",
	"The right-hand side only":			  				"The right-hand side only",
	"The top and bottom sides only":		  		"The top and bottom sides only",
	"The top side only":				  						"The top side only",
	"Top":                                    "Top",	
	"Unset color":                            "Unset color",
	"Vertical align":                         "Vertical align",
	"Width":					  											"Width",
	"not-del-last-cell":			  							"Unable to delete the last cell in row.",
	"not-del-last-col":				  							"Unable to delete the last column in table.",
	"not-del-last-row":				  							"Unable to delete the last row in table.",
	"percent":					  										"percent",
	"pixels":					  											"pixels",
	"points":					  											"points",
	"Sort properties":			  								"Sort properties",
	"TO-sort":                       					"Sort",
	"border_none":														"none", 
	"border_dotted":													"dotted", 
	"border_dashed":													"dashed", 
	"border_solid":														"solid", 
	"border_double":													"double", 
	"border_groove":													"groove", 
	"border_ridge":														"ridge", 
	"border_inset":														"inset", 
	"border_outset":													"outset"             
};


var editorI18nCustomMsgs = {
	
	cust_save_lbl: "Save",
  cust_save_tt: "Save & Publish Page",
  cust_cancel_lbl: "Cancel",
  cust_cancel_tt: "Cancel Editing",
  cust_preview_lbl: "Preview",
	cust_preview_tt: "Preview Page",
	cust_draft_lbl: "Save Draft",
	cust_draft_tt: "Save Draft",
	cust_perm_lbl: "Permissions",
	cust_perm_tt: "Permissions",
	remove_formatting: "Remove Formatting",
	clear_font: "Clear Font",
	insert_smiley: "Insert Smiley",
	create_anchor: "Create Anchor",
	insert_panel: "Insert Grids & Panels",
	insert_special_characters: "Insert Special Characters",
	find_replace: "Find/Replace",
	paste_as_text: "Paste as text",
	spell_check: "Spell check",
	insert_modify_image: "Insert/Modify Image",
	link_attachment: "Link Attachment",
	insert_link: "Insert Link",
	view_basic_buttons: "View Basic Buttons",
	view_advanced_buttons: "View Advanced Buttons",
	insert_wiki_text: "Insert Wiki Text",
	insert_plugin: "Insert Plugin",
	include_page: "Include a Page or URL",
	insert_excel: "Insert Content from Excel Spreadsheet",
	insert_word: "Insert Content from Word Document",
	insert_math: "Insert Math equation image",
	show_table_bdr: "Show Table Border"
};


var mathPluginI18n = {
	mathematical_symbols: "Mathematical Symbols",
	math_mode_accents: "Math Mode Accents",
	lowercase_greek_letters: "Lowercase Greek Letters",
	uppercase_greek_letters: "Uppercase Greek Letters",
	binary_relations: "Binary Relations",
	binary_operators: "Binary Operators",
	big_perators: "BIG Operators",
	delimiters: "Delimiters",
	miscellaneous_symbols: "Miscellaneous Symbols"
};
