diff --git a/languages/English/lang.inc b/languages/English/lang.inc index 033391637..5b6a9327c 100644 --- a/languages/English/lang.inc +++ b/languages/English/lang.inc @@ -422,6 +422,7 @@ $text["settings_enableEmail_desc"] = "Enable/disable automatic email notificatio $text["settings_enableEmail"] = "Enable E-mail"; $text["settings_enableFolderTree_desc"] = "False to don't show the folder tree"; $text["settings_enableFolderTree"] = "Enable Folder Tree"; +$text["settings_enableFullSearch"] = "Enable Full text search"; $text["settings_enableGuestLogin_desc"] = "If you want anybody to login as guest, check this option. Note: guest login should be used only in a trusted environment"; $text["settings_enableGuestLogin"] = "Enable Guest Login"; $text["settings_enableUserImage_desc"] = "Enable users images"; @@ -450,12 +451,14 @@ $text["settings_logFileEnable_desc"] = "Enable/disable log file"; $text["settings_logFileEnable"] = "Log File Enable"; $text["settings_logFileRotation_desc"] = "The log file rotation"; $text["settings_logFileRotation"] = "Log File Rotation"; +$text["settings_luceneDir"] = "Directory for full text index"; $text["settings_maxDirID_desc"] = "Maximum number of sub-directories per parent directory. Default: 32700."; $text["settings_maxDirID"] = "Max Directory ID"; $text["settings_maxExecutionTime_desc"] = "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parse"; $text["settings_maxExecutionTime"] = "Max Execution Time (s)"; $text["settings_more_settings"] = "Configure more settings. Default login: admin/admin"; $text["settings_notfound"] = "Not found"; +$text["settings_partitionSize"] = "Size of partial files uploaded by jumploader"; $text["settings_php_dbDriver"] = "PHP extension : php_'see current value'"; $text["settings_php_gd2"] = "PHP extension : php_gd2"; $text["settings_php_mbstring"] = "PHP extension : php_mbstring"; @@ -482,6 +485,7 @@ $text["settings_smtpSendFrom"] = "Send from"; $text["settings_smtpServer_desc"] = "SMTP Server hostname"; $text["settings_smtpServer"] = "SMTP Server hostname"; $text["settings_SMTP"] = "SMTP Server settings"; +$text["settings_stagingDir"] = "Directory for partial uploads"; $text["settings_strictFormCheck_desc"] = "Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status"; $text["settings_strictFormCheck"] = "Strict Form Check"; $text["settings_suggestionvalue"] = "Suggestion value";