home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / global.php < prev    next >
Encoding:
PHP Script  |  2004-05-30  |  1.1 KB  |  34 lines

  1. <?PHP
  2.  
  3. $name_tswcc     = "<b>TSW [Control Center]</b>";
  4. $noaction         = "No action taken!<br>Does this service exist and is it installed properly?<br>To use this method, please set <b>register_globals = On</b> in your php.ini.";
  5.  
  6. $desc_srv_start = "<span class=\"tdinfo\">START: ";
  7. $desc_srv_stop  = "<span class=\"tdinfo\">STOP: ";
  8. $srv_is_started = " will be started...";
  9. $srv_is_stopped = " is shuting down...";
  10.  
  11. $return         = "back to: ";
  12.  
  13. $desc_setmodus     = "<span class=\"tdinfo\">start mode for ";
  14. $desc_to         = "current: ";
  15. $is_set_to         = " will be set to...";
  16. $srvman         = "manual";
  17. $srvdis         = "deactivated";
  18. $srvaut         = "automatic";
  19.  
  20. $setsta         = "/start";
  21. $setsto         = "/stop";
  22. $setman         = "/manual";
  23. $setaut         = "/auto";
  24. $setdis         = "/disabled";
  25.  
  26. $warning        = "ATTENTION: Values aren't verified!<br>If something is set wrong the service might not start properly.";
  27.  
  28. $time_to_load    = "script execution time";
  29. $sel_ya_lang    = "Select language:";
  30. $at_the_mom        = "<br>(at the moment: ";
  31.  
  32. $cont_srv_down    = "Contentserver not startet, or mod_status incative!";
  33.  
  34. ?>