LINKED DOCUMENT<-"); define('_DML_FILETITLE', "File Title"); define('_DML_OWNER_TOOLTIP', "This determines who can download and view the document. Choose: " . "*Everybody* if you want anyone to be able to access the document. " . "*All Registered Users* only allows Users that have an account at your site access to the document. " . "You can assign the document to a single registered User by selecting a name under " . _DML_USERS . "; " . "only that User will be granted access. " . "You can assign the document to a Group of Registered Users by selecting the Group name under " . _DML_GROUPS . "; " . "only the Group members will be granted access to the document."); define('_DML_MAKE_SURE', "Make sure to start the URL
with 'http://'"); define('_DML_DOCURL', "URL of Document:"); define('_DML_DOCDELETED', "Document deleted."); define('_DML_DOCURL_TOOLTIP', "When you have LINKED documents you must enter the web site address (URL) for the document here. Always include the protocol (http:// or ftp://) at the beginning."); define('_DML_HOMEPAGE_TOOLTIP', "You may optionally enter a web site address (URL) for information that is related to this document. Always include http:// at the beginning of the URL or it will not work."); define('_DML_LICENSE_TOOLTIP', "A document can have an Agreement/License that the viewers should accept to access it. You can define the License type here."); define('_DML_DISPLAY_LICENSE', "Display Agreement/License when viewing"); define('_DML_DISPLAY_LIC_TOOLTIP', "Choose *Yes* if you want the License displayed to the User before access is granted."); define('_DML_APPROVED_TOOLTIP', "A document should be approved to be visible and available on the repository. Select *Yes* here and don\'t forget to publish it too! Both options should be set so the document can be listed on the Front-end"); define('_DML_RESET_COUNTER', "Reset Counter"); define('_DML_PROBLEM_SAVING_DOCUMENT', "Problem saving document"); // -- Download define('_DML_PROCEED', "Click here to proceed"); define('_DML_YOU_MUST', "You must accept the Agreement to view the document."); define('_DML_NOTDOWN', "The document is being edited/updated by a User and is unavailable at this moment."); define('_DML_ANTILEECH_ACTIVE', "You are trying to access from a non-authorized domain."); define('_DML_DONT_AGREE', "I don't agree."); define('_DML_AGREE', "I agree."); // -- Upload define('_DML_UPLOADED', "Uploaded"); define('_DML_SUBMIT', "Submit"); define('_DML_NEXT', "Next >>>"); define('_DML_BACK', "<<< Back"); define('_DML_LINK', "Link"); define('_DML_EDITDOC', "Edit this document"); define('_DML_UPLOADWIZARD', "Upload Wizard"); define('_DML_UPLOADMETHOD', "Choose the upload method"); define('_DML_ISUPLOADING', "Please wait while DOCman is uploading"); define('_DML_PLEASEWAIT', "Please wait"); define('_DML_DOCMANISLINKING', "DOCman is checking
the link"); define('_DML_DOCMANISTRANSF', "DOCman is transferring
the file"); define('_DML_TRANSFER', "Transfer"); define('_DML_REMOTEURL', "Remote URL"); define('_DML_LINKURLTT', "Enter the remote URL that you want to access. The URL must include a scheme (http:// or ftp://) and any other access information required. For example: http://joomlacode.org/gf/download/frsrelease/292/1001/docman_1.3RC2.zip."); define('_DML_REMOTEURLTT' , _DML_LINKURLTT . "
You may call the file anything you wish on this system by using the "Local Name" field."); define('_DML_LOCALNAME', "Local Name"); define('_DML_LOCALNAMETT', "Enter the local name of the file as you wish it stored on this system." . "This is a required field as the URL does not give sufficient information for the document."); define('_DML_ERROR_UPLOADING', "Error uploading"); // -- Search define('_DML_SELECCAT', "Select Category"); define('_DML_ALLCATS', "All Categories"); define('_DML_SEARCH_WHERE', "Search where"); define('_DML_SEARCH_MODE', "Search by"); define('_DML_SEARCH', "Search"); define('_DML_SEARCH_REVRS', "Reverse"); define('_DML_SEARCH_REGEX', "Regular Expression"); define('_DML_NOT', "Not"); // Used for Inversion // -- E-mail define('_DML_EMAIL_GROUP', "Send E-mail to Group"); define('_DML_SUBJECT', "Subject"); define('_DML_EMAIL_LEADIN', "Leading Text"); define('_DML_MESSAGE', "Main Message"); define('_DML_SEND_EMAIL', "Send"); // -- Task buttons // NOTE: these strings were originally _DML_TPL_DOC_... in the theme language define('_DML_BUTTON_DOWNLOAD', "Download"); define('_DML_BUTTON_VIEW', "View"); define('_DML_BUTTON_DETAILS', "Details"); define('_DML_BUTTON_EDIT', "Edit"); define('_DML_BUTTON_MOVE', "Move"); define('_DML_BUTTON_DELETE', "Delete"); define('_DML_BUTTON_UPDATE', "Update"); define('_DML_BUTTON_CHECKOUT', "Checkout"); define('_DML_BUTTON_CHECKIN', "Checkin"); define('_DML_BUTTON_UNPUBLISH', "Unpublish"); define('_DML_BUTTON_PUBLISH', "Publish"); define('_DML_BUTTON_RESET', "Reset"); define('_DML_BUTTON_APPROVE', "Approve"); // -- Added v1.4.0 RC1 define('_DML_CHECKED_IN', "Checked in");