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