$header = array("Site id", "Table prefix", "Site URL", "Operations");   

these need t().

Comments

robertdouglass’s picture

And again 3 lines later:

  	$rows[] = array('data'=>array( array('data'=>'No site found', 'colspan'=>4, 'align'=>'center')));   

t('No site found')

robertdouglass’s picture

And again, still same function:

  $output .= theme('table',$header,$rows);
  $output .= "<br /><h2>Add New Sub-Site</h2>";
  $output .= drupal_get_form("add_multisite_for_mssearch_form");  

Not only is "Add New Sub-Site" not translatable, this page is not themable. Send your HTML output to a theme function, please.

phdhiren’s picture

Status: Active » Fixed

thank you robertDouglass.

Committed to dev version now. will be available in next release

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.