Пређи на садржај

Модул:category tree/poscatboiler/data/lang-specific/eu

Документацију овог модула можете да направите на страници Модул:category tree/poscatboiler/data/lang-specific/eu/док

local labels = {}
local handlers = {}

local lang = require("Module:languages").getByCode("eu")

labels["short verb forms"] = {
	description = "Basque non-finite verb forms used with non-indicative auxiliaries.",
	parents = {"verb forms"},
}

labels["synthetic verbs"] = {
	description = "Basque verbs that can be conjugated without auxiliaries.",
	parents = {"verbs"},
}

labels["masculine allocutive verb forms"] = {
	description = "Basque verb forms that mark the addressee as a male.",
	parents = {"allocutive verb forms"},
}

labels["feminine allocutive verb forms"] = {
	description = "Basque verb forms that mark the addressee as a female.",
	parents = {"allocutive verb forms"},
}

labels["allocutive verb forms"] = {
	description = "Basque verb forms that mark the gender of the addressee.",
	parents = {"verb forms"},
}
return {LABELS = labels, HANDLERS = handlers}