X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage%2Fen.php;h=7c3b0231e4af639ef3fa9ebe4d42c60ac4acac85;hp=370b41463da8b3d179c32c0d867f38a0fcd698c0;hb=e32b39ab4a4cd504b2e27a238dac38b1a3c9d560;hpb=f74581eca45c393033acfd9d7798b958031bc625 diff --git a/inc/language/en.php b/inc/language/en.php index 370b41463d..7c3b0231e4 100644 --- a/inc/language/en.php +++ b/inc/language/en.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Englische Sprachunterstuetzung * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -85,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."); @@ -233,7 +238,7 @@ define('POINTS_REGISTER', "Wecome credit"); define('POINTS_REF', "Single referal credit"); define('EDIT_REGFORM_SETTINGS', "Settings for registration form"); define('LEAST_CATS', "Minium to select categories"); -define('CATS_LEAST', "Please select more categories! Minimum is"); +define('CATS_LEAST', "Please select more categories! Minimum is: %s"); define('EMAIL_ALREADY_DB', "You are already registered with your entered email address or someone else is using your email address. Registering twice is not allowed in our service."); define('REJECT_DOUBLE_EMAIL', "Prevent of registering with same email address?"); define('REJECT_DOUBLE_PASS', "Prevent of registering with same password? (Will not be displayed!)");