$requirements['live_translation']['description']=t('There are new strings translated on the translation servers. Go to !translation_status_page.',array('!translation_status_page'=>l('translation status page','admin/reports/live-translation')));
break;
caseLIVE_TRANSLATION_STATUS_UNKNOWN:
$requirements['live_translation']['value']=t('No update data available');
$requirements['live_translation']['description']=t('There is a long time you do not check the translation status with the server. Configure cron or !check_it_now.',array('!check_it_now'=>l('check it now','admin/reports/live-translation/update')));
break;
default:
$requirements['live_translation']['value']=t('Up to date');
$requirements['live_translation']['description']=t('There are new strings translated on the translation servers. Go to <a href="admin/reports/live-translation">translation status page</a>.');
break;
caseLIVE_TRANSLATION_STATUS_UNKNOWN:
$requirements['live_translation']['value']=t('No update data available');
$requirements['live_translation']['description']=t('There is a long time you do not check the translation status with the server. Configure cron or <a href="/admin/reports/live-translation/update">check it now</a>.');
break;
default:
$requirements['live_translation']['value']=t('Up to date');