Vés al contingut

Mòdul:ComplForColorModules/i18n/en

De la Viquipèdia, l'enciclopèdia lliure
local i18n = {
	["Arg"] = {
		["Palette"] =	"palette",
		["N_Colors"] =	"color_n",
	},
	["Label"] = {
		["Color"] =		"Color",
		["Legend"] =	"Legend",
	},
	["Error"] = {
		["MoreOneNoData"] =			"Found 2 legends of \"Value not assigned\" or \"Data not available\"",
		["FoundNLegendsExpectedN"] = "Found $1 legends, expected $2",
	},
}

return {
	i18n = i18n,
}