]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/en.php
Rewritten extension handling, if no ext-foo.tpl is there, some cosmetics applied
[mailer.git] / inc / language / en.php
index b59e0cf75a57bd21ee1683e49dd5360f71256115..7c3b0231e4af639ef3fa9ebe4d42c60ac4acac85 100644 (file)
  * -------------------------------------------------------------------- *
  * 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                  *
@@ -37,14 +42,9 @@ if (!defined('__SECURITY')) {
        require($INC);
 }
 
-// Language identifier
-define('__LANG_ID', "English (US)");
-
 // Language definitions
 define('LANG_DOWN_MAINTAINCE', "System is down for maintenance.");
-define('LANG_MOD_REG_404_1', "Module <u>");
-define('LANG_MOD_REG_404_2', "</u> does not exists.");
-define('LANG_MOD_NOT_REG', " is not registered.");
+define('LANG_MOD_REG_404', "Module <u>%s</u> does not exists.");
 define('LANG_UNKNOWN_MODULE', "Unknown module");
 define('META_YOUR_NAME_1', "Your name here");
 define('META_YOUR_NAME_2', "Your name again");
@@ -90,21 +90,15 @@ 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', "<strong><u>Security notes:</u></strong><br />Install a .htaccess file in directory inc and templates including all secondary directories.");
+define('INSTALL_FIN_SECU', "You should remove <u>install.php</u> and <u>inc/install-inc.php</u> 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.");
 define('LANG_WRITE_FOOTER', "Display name, version and author of this script?");
 define('LANG_FRAMESET_ACTIVE', "Enable frameset? If not a table-set will be used instead.");
 define('MYSQL_ERRORS', "MySQL errors detected. Please correct first to continue.");
-define('LANG_MOD_REG_UNKNOWN_1', "Unknown return-code <u>");
-define('LANG_MOD_REG_UNKNOWN_2', "</u> detected!");
-define('LANG_MOD_REG_LOCKED_1', "Selected module <u>");
-define('LANG_MOD_REG_LOCKED_2', "</u> is locked!");
-define('ADMIN_UNKNOWN_ACTION_1', "Unknown administrator-action <u>");
-define('ADMIN_UNKNOWN_ACTION_2', "</u> detected. Please call this module correctly!");
-define('ADMIN_ACTION_404_1', "Administrator module for action <u>");
-define('ADMIN_ACTION_404_2', "</u> was not found on server.");
+define('LANG_MOD_REG_UNKNOWN', "Unknown return-code <u>%s</u> detected!");
+define('LANG_MOD_REG_LOCKED', "Selected module <u>%s</u> is locked!");
 define('ADMIN_NOT_REGISTERED', "There is no administrator account created so far.");
 define('ADMIN_REGISTER_NOW', "Please create an administrator account now:");
 define('ADMIN_LOGIN', "Enter administrator login");
@@ -138,9 +132,7 @@ define('TIMEOUT_FULL_YEAR', "1 Year");
 define('ADMIN_LOGOUT_DONE', "Logout from admin-account completed.");
 define('ADMIN_LOGOUT_FAILED', "Logout from admin-account failed! :-(");
 define('ADMIN_RELOGIN_LINK', "Click here to re-login again.");
-define('ADMIN_404_ACTION', "Admin-module not found!");
-define('ADMIN_404_ACTION_1', "Called admin-module <u>");
-define('ADMIN_404_ACTION_2', "</u> is well valid but it is not on this server.");
+define('ADMIN_ACTION_404', "Called admin-module <u>%s</u> is well valid but it is not on this server.");
 define('ALREADY_INSTALLED', "This script is already installed on this server. Please delete the whole installation system for your server. Don't worry you can do it...");
 define('ADMIN_MAIN_TITLE', "Welcome to the administration area");
 define('YOU_ARE_HERE', "You are here:");
@@ -239,16 +231,14 @@ define('MIN_PASS_LENGTH', "Minimum password length");
 define('SETTINGS_NOT_SAVED', "Settings are NOT saved/changed!");
 define('SETTINGS_SAVED', "Settings saved.");
 define('FATAL_CANNOT_LOAD_CONFIG', "Cannot load base configuration! a possible reason for this message is that the webmaster is setting up this mail exchange. Please come back later again.");
-define('ADMIN_INVALID_ACTION', "Invalid combination of action/what detected! Please click on Home to continue.");
-define('ADMIN_INVALID_ACTION_1', "Your combination action/what <u>");
-define('ADMIN_INVALID_ACTION_2', "</u> is invalid!");
+define('ADMIN_ACTION_INVALID', "Your combination action/what <u>%s</u> is invalid!");
 define('SHORT_PASS', "Your entered password is to short to match with our security conditions. Mimum length is");
 define('EDIT_POINTS_SETTINGS', "Edit welcome credit and other {!POINTS!}");
 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!)");