extends OptionButton
var keys = ["foifri", "foifrp", "foifrc", "foifrg", "foifrf", "foifre"]
func _ready():
for k in keys:
add_item(tr(k))