630c630
<       $fields[$category] = array('#type' => 'fieldset', '#title' => $category, '#weight' => $w++);
---
>       $fields[$category] = array('#type' => 'fieldset', '#title' => t($category), '#weight' => $w++);
636c636
<           '#title' => check_plain($field->title),
---
>           '#title' => t(check_plain($field->title)),
648c648
<           '#title' => check_plain($field->title),
---
>           '#title' => t(check_plain($field->title)),
656c656
<           '#title' => check_plain($field->title),
---
>           '#title' => t(check_plain($field->title)),
664c664
<           '#title' => check_plain($field->title),
---
>           '#title' => t(check_plain($field->title)),
679c679
<           '#title' => check_plain($field->title),
---
>           '#title' => t(check_plain($field->title)),
688c688
<           '#title' => check_plain($field->title),
---
>           '#title' => t(check_plain($field->title)),
746c746
<     $data[] = array('name' => $category->category, 'title' => $category->category, 'weight' => 3);
---
>     $data[] = array('name' => $category->category, 'title' => t($category->category), 'weight' => 3);
