tableHeaders(array($paginator->sort('id'),$paginator->sort('language_id'),$paginator->sort('translation_file_id'),$paginator->sort('translation_index'),$paginator->sort('identifier'),$paginator->sort('arguments'),$paginator->sort('reference_string'),$paginator->sort('translated'),$paginator->sort('created'),$paginator->sort('modified'),__('Actions', true),)); echo ''.$tableHeaders.''; ?> > '.$tableHeaders.''; ?>
Html->link($identifier['TranslationFile']['filename_template'], array('controller' => 'translation_files', 'action' => 'view', $identifier['TranslationFile']['id'])); ?> Html->link(__('View', true), array('action' => 'view', $identifier['Identifier']['id'])); ?>

Paginator->counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>

Paginator->prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?> | Paginator->numbers();?> | Paginator->next(__('next', true).' >>', array(), null, array('class' => 'disabled'));?>