I’m writing my first extension and I have a newbie question. I’ve created a settings form using the abstraction layer. I’m creating a series of checkboxes like so: array(‘r’, array(‘allow’ => ‘allow’, ‘deny’ => ‘deny’), ‘deny’); but I can’t get the labels to show up next to the radio buttons, I know its a problem with my language file, but I don’t know how to define that text. Can someone point me to an example, or at least help me find the documentation on writing language packs, I can’t seem to locate it.