- new phrase for enableLargeFileUpload and enablePasswordForgotten

This commit is contained in:
steinm 2011-10-25 13:39:19 +00:00
parent 77ff174228
commit cc870c3fd7

View File

@ -74,7 +74,7 @@ $text["backup_tools"] = "Backup tools";
$text["between"] = "between"; $text["between"] = "between";
$text["calendar"] = "Calendar"; $text["calendar"] = "Calendar";
$text["cancel"] = "Cancel"; $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_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_delete_yourself"] = "Cannot delete yourself";
$text["cannot_move_root"] = "Error: Cannot move root folder."; $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_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_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_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_desc"] = "Enable users images";
$text["settings_enableUserImage"] = "Enable User Image"; $text["settings_enableUserImage"] = "Enable User Image";
$text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users"; $text["settings_enableUsersView_desc"] = "Enable/disable group and user view for all users";