local export = {}
export.list = {
["title"] = "the Lord's Prayer",
["type"] = "",
["Protestant"] = { "主禱文" },
["Roman Catholic"] = { "主禱文", "天主經" },
["Eastern Orthodox"] = { "" }, --主禱文, 我們在天上的父, 我們的天父, 天國的父?
["Church of the East"] = { "" },
}
return export