From cc870c3fd71208073ecad8e8d6a2761895e2b757 Mon Sep 17 00:00:00 2001 From: steinm Date: Tue, 25 Oct 2011 13:39:19 +0000 Subject: [PATCH] - new phrase for enableLargeFileUpload and enablePasswordForgotten --- languages/English/lang.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/languages/English/lang.inc b/languages/English/lang.inc index 30b9884b6..3a84b62bf 100644 --- a/languages/English/lang.inc +++ b/languages/English/lang.inc @@ -74,7 +74,7 @@ $text["backup_tools"] = "Backup tools"; $text["between"] = "between"; $text["calendar"] = "Calendar"; $text["cancel"] = "Cancel"; -$text["cannot_assign_invalid_state"] = "Cannot modify a document yet in filan state"; +$text["cannot_assign_invalid_state"] = "Cannot modify an obsolete or rejected document"; $text["cannot_change_final_states"] = "Warning: You cannot alter status for document rejected, expired or with pending review or approval"; $text["cannot_delete_yourself"] = "Cannot delete yourself"; $text["cannot_move_root"] = "Error: Cannot move root folder."; @@ -449,6 +449,10 @@ $text["settings_enableFullSearch"] = "Enable Full text search"; $text["settings_enableFullSearch_desc"] = "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_enableLargeFileUpload_desc"] = "If set, file upload is also available through a java applet called jumploader without a file size limit set by the browser. It also allows to upload several files in one step."; +$text["settings_enableLargeFileUpload"] = "Enable large file upload"; +$text["settings_enablePasswordForgotten_desc"] = "If you want to allow user to set a new password and send it by mail, check this option."; +$text["settings_enablePasswordForgotten"] = "Enable Password forgotten"; $text["settings_enableUserImage_desc"] = "Enable users images"; $text["settings_enableUserImage"] = "Enable User Image"; $text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";