Form->create('Identifier');?>
Form->input('id'); echo $this->Form->input('language_id'); echo $this->Form->input('translation_index'); echo $this->Form->input('identifier'); echo $this->Form->input('reference_string'); echo $this->Form->input('translated'); ?>
Form->end(__('Submit', true));?>