$error=sprintf(__('The server is running PHP version %s. The Plugin requires at least PHP version %s.','rrze-multilang'),PHP_VERSION,RRZE_PHP_VERSION);
$error=sprintf(__('The server is running PHP version %s. The Plugin requires at least PHP version %s.','rrze-cache'),PHP_VERSION,RRZE_PHP_VERSION);
$error=sprintf(__('The server is running WordPress version %s. The Plugin requires at least WordPress version %s.','rrze-multilang'),$GLOBALS['wp_version'],RRZE_WP_VERSION);
$error=sprintf(__('The server is running WordPress version %s. The Plugin requires at least WordPress version %s.','rrze-cache'),$GLOBALS['wp_version'],RRZE_WP_VERSION);
}elseif(!is_multisite()){
$error=__('The plugin is compatible only with WordPress Multisite.','rrze-multilang');
$error=__('The plugin is compatible only with WordPress Multisite.','rrze-cache');