Vés al contingut

Mòdul:XCols/i18n/en

De la Viquipèdia, l'enciclopèdia lliure
local i18n = {
	["Arg"] = {
		["Lines"]				= "lines",
		["Header"]				= "header",
		["FreeHeader"]			= "free_header",
		["Footer"]				= "footer",
		["NumColumns"]			= "col_n",
		["NumDisplay"]			= "display_n",
		["Width"]				= "width",
		["SameWidth"]			= "same_width",
		["HAlign"]				= "h_align",
		["VAlign"]				= "v_align",
		["SepCols"] 			= "col_sep",
		["BgColor"] 			= "bg_color",
		["HeaderBgColor"]		= "header_bg_color",
		["FooterBgColor"]		= "footer_bg_color",
	},
	["Error"] = {
		["NColsBiggerNLabs"]	= "The column number ($1) is greater than the label number ($2)",
	},	
}

return {
	i18n = i18n
}