X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flanguage%2Fen.php;h=978e0c5653bd841e16a6ade50f48e587dd26ef98;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hp=7d15c23fe64c3d2c504f55950d7ec11facfc4759;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;p=mailer.git diff --git a/inc/language/en.php b/inc/language/en.php index 7d15c23fe6..978e0c5653 100644 --- a/inc/language/en.php +++ b/inc/language/en.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Englische Sprachunterstuetzung * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } @@ -90,7 +90,7 @@ define('RETURN_MYSQL_PAGE', "Back to MySQL settings"); define('INSTALL_FINALIZER_FAILED', "While installtion unexpected errors occur! The finalizer cannt finish installation."); define('INSTALL_MAYBE_DONE', "The installation is possibely completed or unexpected errros occur."); define('INSTALL_FINISHED', "Installation is completed! :-)"); -define('INSTALL_FIN_SECU', "Security notes:
Install a .htaccess file in directory inc and templates including all secondary directories."); +define('INSTALL_FIN_SECU', "You should remove install.php and inc/install-inc.php from your server. Normally this is not required. But you should really do it for additional security."); define('CONTINUE_ADMIN', "Continue to administrator's area..."); define('RUNTIME_PROBLEMS_DETECTED', "Runtime-problem detected!"); define('FATAL_INC_WRITABLE', "Directory inc is writeable! Please set the access rights to CHMOD 755.");