Form->create('ImportedTranslationFile');?>
Form->input('language_id'); echo $this->Form->input('filename'); echo $this->Form->input('merged'); echo $this->Form->input('file_last_modified_date'); ?>
Form->end(__('Submit', true));?>