// We add these strings as settings because JavaScript translation does not
// work on install time.
drupal_add_js(array('cleanURL'=>array('success'=>st('Your server has been successfully tested to support this feature.'),'failure'=>st('Your system configuration does not currently support this feature. The <a href="http://drupal.org/node/15365">handbook page on Clean URLs</a> has additional troubleshooting information.'),'testing'=>st('Testing clean URLs...'))),'setting');
drupal_add_js(array('copyFieldValue'=>array('edit-site-mail'=>array('edit-account-mail')),'cleanURL'=>array('success'=>st('Your server has been successfully tested to support this feature.'),'failure'=>st('Your system configuration does not currently support this feature. The <a href="http://drupal.org/node/15365">handbook page on Clean URLs</a> has additional troubleshooting information.'),'testing'=>st('Testing clean URLs...'))),'setting');