local export = {}
export.list = {
["title"] = "the book of Ezekiel",
["type"] = "book",
["Protestant"] = { "以西結書", "結:abb" },
["Roman Catholic"] = { "厄則克耳", "則:abb" },
["Eastern Orthodox"] = { "耶則基伊爾書" },
["Church of the East"] = { "" },
}
return export