//
// Strings for document application javascript
//

var g_DOC_NAVIGATETOFOLDER = 'Navigate to folder';
var g_DOC_COLLAPSEFOLDER = 'Collapse folder';
var g_DOC_EXPANDFOLDER = 'Expand folder';
var g_DOC_COLLAPSEALLFOLDERS = 'Collapse all folders';
var g_DOC_EXPANDALLFOLDERS = 'Expand all folders';
var g_DOC_SPACEFOLDER = ' folder';

// INDocument.xslt
var g_DOC_SPECIFYSEARCHTERM =  'You must specify at least one search term.';
var g_DOC_ENTERREQUIREDFIELD = "Please enter a value for the required field.";
var g_DOC_NOUPLOADFILE = "You did not upload a new file. Are you sure you want to continue with this checkin?";
var g_DOC_UNSUPPORTED_FILENAME = "The selected file name is not supported for upload by the current browser.";
var g_DOC_CANCELCHECKOUT = "Are you sure you want to cancel the check out and remove the lock on this document?";

// INDocumentRename.xslt
var g_DOC_ENTERFILENAME = 'Please enter a new file name.';
var g_DOC_INVALIDCHARS = 'File names cannot include: \\, /, :, *, ?, ", <, >, or |.\rPlease enter a valid file name.';
