//
// Confidential and Proprietary for Stellent, Inc.
//
// This computer program contains valuable, confidential, and
// proprietary information.  Disclosure, use, or reproduction
// without the written authorization of Stellent is prohibited.
// This unpublished work by Stellent is protected by the laws
// of the United States and other countries.  If publication
// of this computer program should occur, the following notice
// shall apply:
//
// Copyright (c) 2003-2006 Stellent, Inc.
// All rights reserved.
//
// $Id: ww_strings.js 64537 2008-07-09 18:45:31Z scelis $
//


///////////////////////////////////////////////////////
// Template: LM_WW_JS_STRINGS
// Class: javascript:lang:en
// Location: resources/lang/en/ww_strings.js
///////////////////////////////////////////////////////

///////////////////////////////////////////////////////
//
// These files contain the localized strings for all the
//   web pages. They can be used with the 'lc()' JavaScript
//   function to localize a string.
//
///////////////////////////////////////////////////////


var g_defaultApplication = null;

function getString(key)
{
	var value = wwStringCache[key];
	if (value)
	{
		return value;
	}

	var shortKey;
	var longKey;
	var index = key.indexOf("/");
	if (index == -1)
	{
		shortKey = key;
		if (g_defaultApplication)
		{
			longKey = key + "/" + g_defaultApplication;
		}
		else
		{
			longKey = null;
		}
	}
	else
	{
		shortKey = key.substring(0, index);
		longKey = key;
	}

	if (longKey)
	{
		value = wwStrings[longKey];
	}

	if (!value)
	{
		value = wwStrings[shortKey];
	}
	if (!value)
	{
		// We default to the short key rather than the original key.
		// The user probably doesn't want to see the app specifier, 
		// and the key names are long enough as is.
		value = shortKey;
	}

	return value;
}

/* localize a string */
function lc(key)
{
	var argValues = lc.arguments;
	var argCount = argValues.length;
	var value = getString(key);
	if (value == null)
		return key;

	for (var i=1; i<argCount; i++)
	{
		var regexp = eval("/\\{" + i + "[.!\\}]*\\}/g");
		value = value.replace(regexp, argValues[i]);
		regexp = eval("/\\{" + i + "q[.!\\}]*\\}/g");
		value = value.replace(regexp, 
			getString("wwBeginQuote") + argValues[i] + getString("wwEndQuote"));
		
		if (typeof(argValues[i]) == 'string')
		{
			regexp = eval("/\\{" + i + "k[.!\\}]*\\}/g");
			value = value.replace(regexp, getString(argValues[i]));
		}
	}
	return value;
}

function lcCaption(key)
{
	return lc("wwCaptionWrapperSimple", lc(key));
}

var wwStrings = new Array();
var wwStringCache = new Array();

wwStrings["wwProxiedDesc"] = "\nWeb access and security of a remote server is controlled by this server. Only enable this option if you are\nthe master server in a master and proxied server relationship. Do \u003cb\u003enot\u003c/b\u003e enable this option\nif you only wish to transfer archives.\n";
wwStrings["wwEnvironmentKeyCount"] = "Number of environment keys: {1i}";
wwStrings["wwFeIsAddFormActions"] = "Include form buttons";
wwStrings["wwServerLogLink"] = "Relative Log URL";
wwStrings["wwFeTextareaValue"] = "Value";
wwStrings["wwChangeControllingFieldWarning"] = "Changing the {1} will reload this page and you will lose any modifications since the page was loaded";
wwStrings["wwCpdEmptyBasket"] = "Empty Content Basket";
wwStrings["wwRestoreDefaults"] = "Restore Defaults";
wwStrings["wwNotAllowedToDeleteSelf"] = "You are not allowed to delete yourself.";
wwStrings["wwCmuGetAllTasks"] = "List All Tasks";
wwStrings["wwSchemaViewCacheDetailsLink"] = "Check Schema Cache";
wwStrings["wwAdminStartIndexUpdate"] = "Start index update";
wwStrings["wwFoldersLocalDeletedMount"] = "Deleted Mount";
wwStrings["wwCpdChildSearchButtonLabel"] = "Search...";
wwStrings["wwPersonalization"] = "My Personalization";
wwStrings["wwSoapComplexTypes"] = "Complex Types";
wwStrings["wwAcctPrefix"] = "Account Prefix";
wwStrings["wwCpdRevType_LatestReleased"] = "Latest Released";
wwStrings["wwEnvironmentConfigurationSaved"] = "Environment saved for \'{1}\'";
wwStrings["wwCollectionConfirmCollectionImportArchive"] = "Are you sure you want to import the folder archive?\\nThis will remove all current folders from the system.";
wwStrings["wwNoList"] = "No items.";
wwStrings["wwFsWebUrlFilePath"] = "Web URL File Path";
wwStrings["wwLocalGroupServerDesc"] = "\nSpecifies the NT server to interrogate for the local\ngroups that contain the user as a member (see UseLocalGroups). If this\nentry is not set, then the controller of the default master domain is used.\n";
wwStrings["wwSection"] = "Section";
wwStrings["wwCmuClearHistoryButton"] = "Clear";
wwStrings["wwTargetedQuickSearchLabel"] = "Targeted Quick Search Label";
wwStrings["wwFsFieldDesc_ExtensionSeparator"] = "Computed extension separator usually \'.\'";
wwStrings["wwDCTemplateRulesLayoutCol2"] = "Available Layouts";
wwStrings["wwNtlmSecurityEnabled"] = "Ntlm Security Enabled";
wwStrings["wwMemo"] = "Memo";
wwStrings["wwLkNoLinks[idcComponentName]"] = "LinkManager";
wwStrings["wwSearchWithin"] = "Search Within";
wwStrings["wwPlatform"] = "Platform";
wwStrings["wwSchemaExceedsChoiceLimit"] = "You may only select {1} values for the field {2}.";
wwStrings["wwWizardOptionStep"] = "{1}. {2}";
wwStrings["wwServiceParametersTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwClbraProjectTable"] = "Table containing a list collaboration projects.";
wwStrings["wwLabelAttach"] = "Attach:";
wwStrings["wwCpdSearchInFolioButtonLabel"] = "Search In Folio...";
wwStrings["wwCmuCreateExportTemplate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdRestrictToFormats"] = "Restrict formats:";
wwStrings["wwPneCheckinProfiles"] = "Personal Check Ins";
wwStrings["wwWfReviewNoRevCheckedIn"] = "There is currently no content item associated with this workflow.";
wwStrings["wwCgiReceiveDump"] = "CGI_RECEIVE_DUMP";
wwStrings["wwCpdGoToFolioInfo"] = "View content information for the folio";
wwStrings["wwCmuIgnoreDependencies"] = "Ignore Dependencies";
wwStrings["wwItalian"] = "Italian";
wwStrings["wwAdsUserPasswordDesc"] = "\nThis is the password for the user supplied above.  If both the username and\npassword are empty, the calls to Active Directory will be made using the\ncredentials that the web server runs under.\n";
wwStrings["wwFeButtonProps"] = "Button";
wwStrings["wwCmuTaskHistoryTable"] = "History for {1q}";
wwStrings["wwFeConditionDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwAdministrationDesc"] = "Click here for {1} system administration.";
wwStrings["wwDiscussionCannotShowNewItemForm"] = "You do not have sufficient privilege to create a discussion for document \'{1}\'.";
wwStrings["wwCpdFolioConfirmConvertToAdvanced"] = "Converting a folio from Simple to Advanced will enable additional features, such as the ability to organize the collection space into a hierarchical structure.\n\nAn Advanced folio cannot be converted back to the Simple form.  Do you wish to convert this folio to Advanced?";
wwStrings["wwWfAction"] = "Action";
wwStrings["wwCollectionCounterResetSkip"] = "The selected reset value will not change the current Folders counter.";
wwStrings["wwLabelOptionList"] = "Option List:";
wwStrings["wwRevisionFinishedEditing"] = "Revision Finished Editing";
wwStrings["wwEditPersonalUrls"] = "Edit URLs";
wwStrings["wwConfigurationValues"] = "Configuration Values";
wwStrings["wwLabelFolderID"] = "Collection ID:";
wwStrings["wwPortalSavedQueries"] = "Portal Saved Queries";
wwStrings["wwSchemaEditTitle"] = "Edit values for view {1q}";
wwStrings["wwLmContentExpiredBefore"] = "Content expired before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwInstances"] = "Instances";
wwStrings["wwHelperUseIconLongDescriptionFieldDesc"] = "Display an icon when a detailed description is available for a field instead of making it a hot link.";
wwStrings["wwCmuNewExportLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdFolioCheckinTitle"] = "Folio Check In";
wwStrings["wwDCTemplateRulesTemplateCol1"] = "Template";
wwStrings["wwFishbowlLinks"] = "Fishbowl Solutions, Inc. - Links";
wwStrings["wwCollectionBrowsing"] = "Browsing";
wwStrings["wwCmuSectionLabel_config[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsJdbcStorage[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLkFoundXItems"] = "Found {1} links";
wwStrings["wwCpdConfirmReplaceItemMsg"] = "Replace Item?";
wwStrings["wwContributionUsers3"] = "Contribution 3";
wwStrings["wwLabelLayout"] = "Layout:";
wwStrings["wwFsAdminConfig[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdNewFolio"] = "New folio";
wwStrings["wwProductSearch"] = "{1} Search";
wwStrings["wwHelperShowOtherAdminNodeFieldDesc"] = "Displays the \"Other\" menu item for administration.  This contains actions grouped by functionality.";
wwStrings["wwKorean"] = "Korean";
wwStrings["wwdPublishType"] = "Publish Type";
wwStrings["wwCmuSectionDesc_schemarelations"] = "Schema Relations Section";
wwStrings["wwInternetConfiguration"] = "Internet Configuration";
wwStrings["wwFePleaseSpecifyName[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdCannotCutRootNode"] = "Cannot cut root node.";
wwStrings["wwSoapAddDataList[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwExplainReasonForRejection"] = "Enter message explaining reason for rejecting content item:";
wwStrings["wwPreviewListfor"] = "Preview List for";
wwStrings["wwLkResultIsEmpty"] = "No managed links matched the search criteria";
wwStrings["wwCpdCreateNode"] = "Create Node";
wwStrings["wwTestEmailFormSubject"] = "Subject:";
wwStrings["wwCmuDefineImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwHelperMenuPlaceInfoLast"] = "Place Information Popup Menu Items Last";
wwStrings["wwCollectionHierarchy"] = "Folders";
wwStrings["wwFullText"] = "Full Text";
wwStrings["wwTestEmailUnsuccessful"] = "Message not sent successfully!";
wwStrings["wwCmuSectionLabel_doctypes"] = "Content Types";
wwStrings["wwMetricPrefix1"] = "{1} Deka{2}";
wwStrings["wwCompleteCheckin"] = "Complete Check In";
wwStrings["wwErrorRetrievingInfo"] = "Error Retrieving Info:";
wwStrings["wwCmuSectionDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwConfigurationManager"] = "Configuration Manager";
wwStrings["wwWfCHECKOUT"] = "Check Out";
wwStrings["wwTrue"] = "TRUE";
wwStrings["wwIndexOptimizationCompleted[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwSoapDataListElements[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwHelperFlatPopupMenusFieldDesc"] = "Show the popup menus a single level popup.";
wwStrings["wwInputMustBeNumberAlert"] = "{1q} must be a valid positive integer.";
wwStrings["wwCpdFailedToInitializeFrame"] = "Failed to initialize frame";
wwStrings["wwMoveDown"] = "Move Down";
wwStrings["wwHttpWebRoot"] = "Http Web Root";
wwStrings["wwTestEmailFormBccRecipients"] = "Bcc:";
wwStrings["wwFeTextareaColumns"] = "Columns";
wwStrings["wwCpdRestrictToQuery"] = "Restrict to query:";
wwStrings["wwQueryBuilderAnd"] = "AND";
wwStrings["wwConfigurationClass"] = "Configuration Class";
wwStrings["wwXuiMore"] = "more...";
wwStrings["wwLabelBatchFileName"] = "Batch Name:";
wwStrings["wwConfigurationInfo"] = "Configuration Info";
wwStrings["wwFeCheckboxName"] = "Name";
wwStrings["wwComponentManagerDesc"] = "Enable, disable, install, or uninstall server components.  Some actions require a restart.";
wwStrings["wwOpenHiddenCollection"] = "Open Hidden Collection";
wwStrings["wwCpdSearchForItemTitle"] = "Search for Item";
wwStrings["wwDocument"] = "Content";
wwStrings["wwCpdLoadingFolioItems"] = "Loading folio items...";
wwStrings["wwLabelText"] = "Text:";
wwStrings["wwSoapNameLabel[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwRefineryNativeFileSizeMaxCompress[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwActiveProjectWorkflowsTable"] = "Table containing a list of Active Publisher Project Workflows.";
wwStrings["wwCmuTaskPending"] = "Task Pending";
wwStrings["wwDownloadComponent"] = "Download Component";
wwStrings["wwCmuActionLabelDownloadBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionDesc_pages"] = "Pages Section";
wwStrings["wwDatabaseVersion"] = "Database Version";
wwStrings["wwAvailableProcessors"] = "Available processors";
wwStrings["wwFsFieldDesc_dID[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsFieldDesc_xWebFlag[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwStopServer"] = "Stop {1}";
wwStrings["wwCheckedOutCon"] = "Checked-Out Content";
wwStrings["wwShowThreadDetails"] = "Thread Details";
wwStrings["wwDisplayingMatches"] = "Displaying matches {1}-{2}.";
wwStrings["wwWorkflowReviewNotification"] = "Workflow Review Notification";
wwStrings["wwFeatureCodeLabel"] = "Feature Code:";
wwStrings["wwSearchEngineName"] = "Search Engine:";
wwStrings["wwQueryNotification"] = "Query Notification";
wwStrings["wwFeatureComponentHeader"] = "Component";
wwStrings["wwEmailFormatText"] = "text";
wwStrings["wwAscending"] = "Ascending";
wwStrings["wwFullTextSearchDesc"] = "Enter words or phrases separated by commas";
wwStrings["wwSourceInstance"] = "Source Instance:";
wwStrings["wwCpdCreateFolioTemplate"] = "Create Folio Template";
wwStrings["wwCpdContentItemLocked"] = "Content item locked.";
wwStrings["wwContentCheckinSimilar"] = "You may check in a \u003cstrong\u003enew\u003c/strong\u003e document with similar attributes";
wwStrings["wwLabelRoles"] = "Roles:";
wwStrings["wwAllWorkflowItems"] = "All Workflow Items";
wwStrings["wwIncomingProvider"] = "Incoming Provider";
wwStrings["wwMulti2"] = "Multiselect List";
wwStrings["wwDiscussionCountNotPresent"] = "The integer field \'DiscussionCount\' must be created using the configuration\nmanager in order to make the discussion feature functional.";
wwStrings["wwDefaultMasterDomainDesc"] = "\nIf not set, this value is the domain of the NT\nserver machine that is hosting the web server. This value can be set to\noverride the standard behavior, and force the ISAPI filter to designate a\ndifferent domain as its default master domain.\n";
wwStrings["wwFsAddPartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSelectQuery"] = "Select Query";
wwStrings["wwLmContentExpiredBetween"] = "Content expired between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwLkReferences"] = "References";
wwStrings["wwFsProviderInfoFor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwWebLayoutEditor"] = "Web Layout Editor";
wwStrings["wwCmuSectionDesc_schematables[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdConvertToAdvanced"] = "Convert to Advanced Folio";
wwStrings["wwAdvanced"] = "Advanced";
wwStrings["wwLatestNotificationAt"] = "Latest Notification At:";
wwStrings["wwFsWebUrlPath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwWsdlServicesTable"] = "Table of services for this WSDL.";
wwStrings["wwNoSavedQueriesToView"] = "You have no saved queries.";
wwStrings["wwMyPersonalSearches"] = "My Searches";
wwStrings["wwCmuTaskNameLabel"] = "Name";
wwStrings["wwCmuActionHistoryStatus"] = "Status";
wwStrings["wwDefaultSortOrder"] = "Default Sort Order";
wwStrings["wwInstanceId"] = "Instance Id";
wwStrings["wwSoapName[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFsFieldDesc_dDocName"] = "Standard content name field";
wwStrings["wwLdapUseSSL"] = "Use SSL";
wwStrings["wwSoapDescriptionLabel[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwTotalAuditMessages"] = "Total Audit Messages: {1}";
wwStrings["wwCollectionMaxCollections"] = "Maximum Folders Per Virtual Folder";
wwStrings["wwMySubscriptions"] = "My Subscriptions";
wwStrings["wwDownloadFile"] = "Download {1}";
wwStrings["wwAvailableFields"] = "Available Fields";
wwStrings["wwWfUNDO_CHECKOUT"] = "Undo Check-Out";
wwStrings["wwDCTemplateRulesListCaption"] = "Template Selection Rules (In order of evaluation)";
wwStrings["wwCollectionCollectionCriteria"] = "Criteria";
wwStrings["wwCollectionCollections"] = "Virtual Folders";
wwStrings["wwAttachAll"] = "Attach All";
wwStrings["wwNotContainsAsWord"] = "Not Contains Word";
wwStrings["wwCriteria"] = "Criteria";
wwStrings["wwCopy"] = "Copy";
wwStrings["wwUsersData"] = "Users Data";
wwStrings["wwAssignProjectInfoTitle"] = "Assign Publisher Project Info";
wwStrings["wwLkContainer"] = "Site";
wwStrings["wwDCConfigTimeOutUnits"] = "Minutes";
wwStrings["wwReportCreated"] = "Report Created:";
wwStrings["wwResults"] = "Results";
wwStrings["wwPrimFile"] = "Primary File";
wwStrings["wwCmuSectionLabel_workflowscripts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLocalClusterNode"] = "Local Cluster Node (Master or Proxy)";
wwStrings["wwServerStatus"] = "Server Status";
wwStrings["wwCollectionCounterResetTitle"] = "Folder Counter Reset Information";
wwStrings["wwIndexOptimizationStatus"] = "Optimization Status:";
wwStrings["wwFeCheckboxValue"] = "Value";
wwStrings["wwAdd"] = "Add";
wwStrings["wwSoapRequestParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCmuAdminSectionItemTable"] = "Items for section \'{1m}\'";
wwStrings["wwLkInfoPage"] = "Link Info";
wwStrings["wwCmuSectionDesc_fileextensions"] = "File extension to file format maps";
wwStrings["wwCmuSectionDesc_contentserver"] = "Content Server Configuration Sections";
wwStrings["wwYes"] = "Yes";
wwStrings["wwHelperShowOtherAdminNode"] = "Show \"Other\" Administration Node";
wwStrings["wwDownloadNative"] = "Download Native";
wwStrings["wwFullTextSearch"] = "Full-Text Search";
wwStrings["wwCpdNoItemSelected"] = "No item selected.";
wwStrings["wwCmuConfirmExportWithoutPreview"] = "Create export without preview?";
wwStrings["wwCpdAdvancedFolio"] = "Advanced Folio";
wwStrings["wwMustDefineTargetedQuickSearchLabel"] = "Please specify a Targeted Quick Search label.";
wwStrings["wwdOutDate"] = "Expiration Date";
wwStrings["wwCriteriaSubscriptionTitle"] = "Subscription Groups";
wwStrings["wwCmuBundleExportDate"] = "Export Date";
wwStrings["wwMetricSymbol-21"] = "{1} z{2}";
wwStrings["wwListTemplateMustSpecifyId"] = "Please specify an ID.";
wwStrings["wwZoneHasAsWordPrefix"] = "Has Word Prefix";
wwStrings["wwSharedDirPath"] = "Shared Directory Path:";
wwStrings["wwMessage"] = "Message:";
wwStrings["wwCmuActionLabelEdit[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwUsers"] = "Users";
wwStrings["wwCpdFolioTemplateCheckinConfirmTitle"] = "Folio Template Check In Confirmation";
wwStrings["wwPostGCMemCheckTime"] = "Time for memory check after garbage collection";
wwStrings["wwSortEnabledComponentsByName"] = "Sort Enabled Components By Name";
wwStrings["wwSoapGenerateWsdls[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwNew"] = "New";
wwStrings["wwChoose"] = "Choose";
wwStrings["wwServerPageEncodingLabel"] = "Server Page Encoding:";
wwStrings["wwArchiverImportRevisionBeingImported[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCriteriaSubscriptionListDesc"] = "You are subscribed to these groups of items:";
wwStrings["wwStartServer"] = "Start {1}";
wwStrings["wwLkSearchForm[idcComponentName]"] = "LinkManager";
wwStrings["wwFsStorageDesc"] = "\nBy configuration, the storage rule is assigned to a revision via the\nxStorageRule metadata field. If this value is not set, the system chooses the\n\'default\' rule. In most usage scenarios, this field is hidden from the user\ninterface and controlled via a content profile. However, if so desired, the\nadministrator may choose to make it visible on the user interface.\n";
wwStrings["wwFsDuplicationMethods"] = "Duplication Methods";
wwStrings["wwFsFieldDesc_PartitionRoot"] = "Computed partition root";
wwStrings["wwCpdFolioCheckinConfirmDesc"] = "The following folio has been successfully checked into Content Server. Select a navigation option below and click Finish.";
wwStrings["wwCpdChildrenMoveable"] = "Children moveable:";
wwStrings["wwFfwFileTypeHeading"] = "File Type";
wwStrings["wwFeTableAlignLeft"] = "Left";
wwStrings["wwFeTableDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwInternetProperties"] = "Internet Properties";
wwStrings["wwCmuActionHistoryName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeCustomFormatError[idcComponentName]"] = "FormEditor";
wwStrings["wwSortedUp"] = "Sorted Up";
wwStrings["wwCpdCannotCopyRootNode"] = "Cannot copy root node.";
wwStrings["wwAvailable"] = "Available";
wwStrings["wwUnableToLoadFile"] = "Unable to load the following file:";
wwStrings["wwFsIsActive"] = "Is Active";
wwStrings["wwLkResource[idcComponentName]"] = "LinkManager";
wwStrings["wwLmSkinVariantDefault"] = "Default";
wwStrings["wwArchiverImportFailureTitle"] = "Archiver Import Failure";
wwStrings["wwAddRemoteContentServer"] = "Add Remote Content Server";
wwStrings["wwCacheTimeoutDesc"] = "This value specifies the number of minutes the web server filter will cache user data.";
wwStrings["wwLkType_ss_link_node"] = "Site Studio Node";
wwStrings["wwCpdRemoveContentItem"] = "Remove Content Item";
wwStrings["wwTemplatesTable"] = "Table with a list of content list templates, which are used to template how search results are shown.";
wwStrings["wwFeAddClauseButton"] = "Add clause...";
wwStrings["wwAttachNative"] = "Native";
wwStrings["wwdCaption"] = "Caption";
wwStrings["wwClosedFolderIcon"] = "Closed folder icon";
wwStrings["wwLmContentExpiringBefore"] = "Content expiring before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwUndefinedSourceProvider"] = "The source provider is not defined. An outgoing provider has not been defined from this server to the server that contains the original source of this content. Without such a connection the original contributor will not be notified of any events that occur in relation to this content.";
wwStrings["wwLinkAdmin[idcComponentName]"] = "LinkManager";
wwStrings["wwSpecifyUserName"] = "Please specify a user name.";
wwStrings["wwMsLogin"] = "Microsoft Login";
wwStrings["wwLabelRefineryOptions2"] = "Conversion Options:";
wwStrings["wwFeTableProps[idcComponentName]"] = "FormEditor";
wwStrings["wwContentServerConsoleOutput"] = "Console output from the Content Server:";
wwStrings["wwCollectionExploringRoot"] = "Exploring";
wwStrings["wwTargetedQuickSearchClearOption"] = "Clear Selection";
wwStrings["wwCollectionMarkedConfigurationNote"] = "Enable and disable system virtual folders.";
wwStrings["wwCollectionVisibleCollection"] = "Hide";
wwStrings["wwFsProviderTitle[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuSectionDesc_workflowscripts"] = "Workflow Scripts Section";
wwStrings["wwMinorRevSeq"] = "Minor Revision Sequence:";
wwStrings["wwWfMultiNotification"] = "Multiple workflow notification";
wwStrings["wwCmuSectionDesc_subscriptions"] = "Subscriptions Section";
wwStrings["wwCmuActionLabelEditTemplate"] = "Edit Template";
wwStrings["wwFeFirstHelp[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_config[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeIsIdcField[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuActionHistoryStartTime"] = "Start";
wwStrings["wwNoResultsForNamedQueryPlain"] = "Found no items matching the query \u003cb\u003e{1}\u003c/b\u003e.";
wwStrings["wwNewUserInformation"] = "New User Information";
wwStrings["wwFsDescriptorImplementor"] = "Descriptor Implementor";
wwStrings["wwLkRefreshDesc[idcComponentName]"] = "LinkManager";
wwStrings["wwMajorRevLabel"] = "Major Revision Label Sequence:";
wwStrings["wwHttpRelativeWebRoot"] = "Http Relative Web Root";
wwStrings["wwTempConvTemplateMissing"] = "The template is missing in criteria";
wwStrings["wwCmuActionResults"] = "Results";
wwStrings["wwContentInfoLabel"] = "Content Info";
wwStrings["wwFeParseActionError"] = "Unable to recognize action:";
wwStrings["wwToggleSelection"] = "Toggle Selection";
wwStrings["wwCpdTemplatePropertiesLabel"] = "Properties";
wwStrings["wwRecursiveSearch"] = "include subfolders";
wwStrings["wwJspServerWebAppAdmin"] = "JSP Server Web App Admin";
wwStrings["wwTestEmailFormSubjectDefault"] = "Test email from Content Server";
wwStrings["wwCmuActionHistoryTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuImportAction[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuActionLabelPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdSubsAdd"] = "Items Added";
wwStrings["wwDCConfigRuleCriteriaText"] = "The number of individual criteria that can be specified per template selection rule.";
wwStrings["wwRefineryConversionFailureOnNoProvider"] = "When the time for transferring a job expires, the conversion should fail.";
wwStrings["wwNotHasAsWord[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwFishbowlLicense"] = "License";
wwStrings["wwCmuSectionLabel_subscriptions"] = "Subscriptions";
wwStrings["wwShowEnabledCompDetails"] = "Enabled Component Details";
wwStrings["wwDefaultNetworkRoles"] = "Default Network Roles";
wwStrings["wwPostNewButtonLabel"] = "New Post";
wwStrings["wwAdminServerFor"] = "Admin Server on {1}";
wwStrings["wwNOETotalResults"] = "Total {1} matching document{1?s}:";
wwStrings["wwLkAdminStatus"] = "Status";
wwStrings["wwCpdDownloadXmlRendition"] = "Download XML rendition";
wwStrings["wwMetricPrefix-12"] = "{1} Pico{2}";
wwStrings["wwTargQuickSearchPersonalTable"] = "Table with a list of personalized targeted quick searches.";
wwStrings["wwCpdAddRow"] = "Add row";
wwStrings["wwFsWebPath"] = "Web-viewable Path";
wwStrings["wwSingleContent[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwLicenseProperties"] = "License Properties";
wwStrings["wwFsFieldDesc_xWebFlag"] = "Flag used to determine existence of a web file";
wwStrings["wwSubstring"] = "Substring";
wwStrings["wwFeNo"] = "No";
wwStrings["wwScore"] = "Score";
wwStrings["wwCmuUpload"] = "Upload Bundle";
wwStrings["wwError"] = "Error";
wwStrings["wwDocProfilesTable"] = "Table with a list of content profiles.  These profiles can be enabled and disabled from this table.";
wwStrings["wwFeFieldTabLabel"] = "Field";
wwStrings["wwCmuActionResults[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCTemplateRulesTemplateCol2"] = "Available Templates";
wwStrings["wwPreviewProviderInfoFor"] = "Preview Provider Information for {1}";
wwStrings["wwFsUpdatePartition"] = "Update";
wwStrings["wwPoweredBy"] = "Powered by Content Management System";
wwStrings["wwItemInfoLine"] = "by {1} at {2}";
wwStrings["wwCollectionUserQueryCollectionConfiguration"] = "Query Folders for {1}";
wwStrings["wwLibpathEq"] = "libpath={1}";
wwStrings["wwEnvironmentKeyDetails_hide_all"] = "Hide";
wwStrings["wwCpdElementLastModifiedDateLabel"] = "Modified";
wwStrings["wwCurrentUserInformation"] = "Current User Information";
wwStrings["wwSpecifyDuplicationMethod"] = "Please specify a duplication method.";
wwStrings["wwCmuTaskHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNo"] = "No";
wwStrings["wwFeIsXmlTable[idcComponentName]"] = "FormEditor";
wwStrings["wwOptimalFieldConfiguration[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwMyFolderSettings"] = "My Folder Settings";
wwStrings["wwDataListElementsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwSavedURLTable"] = "Table containing a list of saved URLs.";
wwStrings["wwClbraAccessList"] = "User Access List";
wwStrings["wwEditSystemLinks"] = "Edit System Links";
wwStrings["wwSignature"] = "Signature";
wwStrings["wwFeTextFieldDlgTitle"] = "Text Field Options";
wwStrings["wwMetricPrefix2"] = "{1} Hecto{2}";
wwStrings["wwMetricSymbol18"] = "{1} E{2}";
wwStrings["wwCollectionRestore"] = "Restore";
wwStrings["wwShowDisabledCompDetails"] = "Disabled Component Details";
wwStrings["wwAddPreviewProvider"] = "Add Preview Provider";
wwStrings["wwResultsOptionsTitle"] = "Results Options";
wwStrings["wwSharedClusterNodeBinDir"] = "Instance\'s Shared Cluster Node Bin Directory:";
wwStrings["wwCpdActiveBasketNotDefined"] = "Active Content Basket not defined.";
wwStrings["wwLmContentExpiringBetween"] = "Content expiring between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwContributionUsers2"] = "Contribution 2";
wwStrings["wwMoreResultsFile"] = "MoreResults.htm";
wwStrings["wwLdapSuffix"] = "LDAP Suffix";
wwStrings["wwAdsi"] = "Active Directory Security";
wwStrings["wwCpdLinkType_DIRECT"] = "Direct";
wwStrings["wwAdminConsoleOutput"] = "Console output from the Admin Server:";
wwStrings["wwDCEditTemplateButton"] = "Edit Template";
wwStrings["wwRefineryProviderReadOnlyDesc"] = "Use this option to prevent this Content Server from sending new conversion jobs to this Inbound Refinery. Note that this Inbound Refinery will continue to return conversion jobs as the jobs are finished.";
wwStrings["wwUploadResetError"] = "Upload in progress. The applets cannot be reset.";
wwStrings["wwFeTextFieldProps[idcComponentName]"] = "FormEditor";
wwStrings["wwDiscussionPageTitle[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFsEventImplementor"] = "Event Implementor";
wwStrings["wwNotifySubjects"] = "Notify Subjects";
wwStrings["wwAnyHost"] = "Any Host that IP Address Filter Allows";
wwStrings["wwComponentUploadSuccess"] = "Successfully uploaded and installed the component.";
wwStrings["wwButtonNext"] = "Next";
wwStrings["wwWfSTEP_EDIT"] = "Step Edit";
wwStrings["wwTracingIsInEnglish"] = "**To facilitate international support, most tracing messages are in English and do not have translations.";
wwStrings["wwPreviewProviderDesc"] = "Configuring a preview provider.";
wwStrings["wwCpdNewFolioCheckIn"] = "New Folio";
wwStrings["wwFeNameMustBeLongerThan2"] = "The name is must be longer than 2 characters.";
wwStrings["wwdpTriggerFieldDesc"] = "The field that is used to activate the defined profiles.";
wwStrings["wwDCHtmlRenditionDefaultToWebViewable"] = "HTML Rendition (Web-Viewable if no rendition)";
wwStrings["wwCpdSelectFolioProfile"] = "Select Folio Profile";
wwStrings["wwFilterByCategory[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwLastActivityDate"] = "Last Activity Date";
wwStrings["wwXuiSlimTemplate"] = "Headline View";
wwStrings["wwSoapWsdls[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwNtlmConfiguration"] = "NT Domain Security Configuration";
wwStrings["wwAccounts"] = "Accounts:";
wwStrings["wwDocumentDesc"] = "Content Section";
wwStrings["wwOptimizedFieldsChanged"] = "Optimized Fields has been changed. Rebuild of index is required for the change to take effect.";
wwStrings["wwEmptyFormatOption"] = "use default";
wwStrings["wwMyPersonalCheckins"] = "My Check Ins";
wwStrings["wwSpecifyProviderClass"] = "Please specify a value for \'Provider Class\'.";
wwStrings["wwTestEmailFormMessageDefault"] = "Type whatever you want here.";
wwStrings["wwMoveHere"] = "Move Here";
wwStrings["wwLinkSearch[idcComponentName]"] = "LinkManager";
wwStrings["wwCmuButtonLabelSaveAs[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLocalizationAudit"] = "Localization Audit";
wwStrings["wwCmuButtonLabelClearHistory"] = "Clear History";
wwStrings["wwConfirmRemoveMyViewDescription"] = "Are you certain you wish to remove the \"Description\" column?";
wwStrings["wwLkType_external[idcComponentName]"] = "LinkManager";
wwStrings["wwContentCheckedOutBy"] = "Content Checked Out By {1q}";
wwStrings["wwCollectionDefaultRevisionConfigurationNote"] = "Specify the information fields that will be applied upon checking in a revision.";
wwStrings["wwContentManagerDesc"] = "Allows authorized users to manage content in the system.";
wwStrings["wwCmuSectionLabel_schematables"] = "Schema Tables";
wwStrings["wwDatabaseProviderInfoFor"] = "Database Provider Information for {1}";
wwStrings["wwCmuSectionDesc_doctypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdFolioElementsLabel"] = "Folio Elements";
wwStrings["wwCmuExportPreviewTitle"] = "Export Preview";
wwStrings["wwUndoCheckOut"] = "Undo Check Out";
wwStrings["wwPrev"] = "[Prev]";
wwStrings["wwCpdFolioRenderers"] = "Renderers";
wwStrings["wwAddContentServer"] = "Add an Existing Local Content Server";
wwStrings["wwWfReviewWorkflowItem"] = "Review workflow item";
wwStrings["wwLabelProblemReport"] = "Problem Report:";
wwStrings["wwFeAddRowBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwEnableEnterpriseSearch"] = "Enable Enterprise Search on standard query pages";
wwStrings["wwLabelConnectionState"] = "Connection State:";
wwStrings["wwAdminServerEditOrRemoveServer"] = "Edit Or Remove Server";
wwStrings["wwFsAccessImplementor"] = "Access Implementor";
wwStrings["wwSchemaObjectDoesntExist_relationship"] = "The relationship {1q} does not exist.";
wwStrings["wwDCTemplateRulesTemplateSectionTitle"] = "Template and layout for selected rule";
wwStrings["wwShowDirDetails"] = "Directory Details";
wwStrings["wwVerifyDocTypeDelete"] = "Do you want to permanently delete the document type from the system?";
wwStrings["wwFeAdvPropsDlgTitle"] = "Advanced Options";
wwStrings["wwSchemaObjectDoesntExist_view"] = "The view {1q} does not exist.";
wwStrings["wwProviderName"] = "Provider Name";
wwStrings["wwCmuEditExportRulePage"] = "Edit Export Rule";
wwStrings["wwLkSearch[idcComponentName]"] = "LinkManager";
wwStrings["wwSimple"] = "Simple";
wwStrings["wwGotoDiscussionLink"] = "{1}";
wwStrings["wwWfReviewNoAction"] = "\nYou may review this workflow item in the window to the right. You are currently\nnot required to take any actions on this item.\n";
wwStrings["wwLabelId"] = "ID:";
wwStrings["wwCmuTaskHistoryPage"] = "Action History Page";
wwStrings["wwLocalGroupServer"] = "Local Group Server";
wwStrings["wwNormalCheckin"] = "Normal Check In";
wwStrings["wwMetricPrefix15"] = "{1} Peta{2}";
wwStrings["wwAdminActionsSummary"] = "Admin Actions Summary";
wwStrings["wwHelperFlatPopupMenus"] = "Flatten Popup Menus";
wwStrings["wwTraceIsVerboseLabel"] = "Verbose";
wwStrings["wwDialog"] = "Dialog";
wwStrings["wwCmuSectionDesc_usermetadef"] = "User Metadata Definitions Section";
wwStrings["wwNewTemplate"] = "New...";
wwStrings["wwClbraReviewers"] = "Reviewers";
wwStrings["wwProcControlScriptPrefix"] = "Script Prefix";
wwStrings["wwCollectionResetCollectionsWarning"] = "This will reset your folders to the System default.\\nDo you wish to continue?";
wwStrings["wwLabelShowOnlyKnownAccounts"] = "Show Only Known Accounts";
wwStrings["wwFishbowlComponentsAdmin"] = "Fishbowl Solutions, Inc.";
wwStrings["wwNoRegisteredProjects"] = "There are no registered publisher projects available to view.";
wwStrings["wwCpdHypertextLabel"] = "HTML Link:";
wwStrings["wwCmuSectionLabel_securitygroups"] = "Security Groups";
wwStrings["wwXSLTRequestFailed"] = "XSLT Validation Failed";
wwStrings["wwSoapServiceInfo[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwQueryActions"] = "Query Actions";
wwStrings["wwCmuExportLastExportedDate"] = "Last Export";
wwStrings["wwUseSimpleAuthModel"] = "Use Simple Authorization Model";
wwStrings["wwInstanceStubDirectory"] = "Instance\'s Local Node Directory:";
wwStrings["wwCmuDefinedBundles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeAdvPropsTitle"] = "Advanced Options";
wwStrings["wwCmuButtonLabelUnselectAllSection[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwRefinerySecondsBetweenTransferAttempts"] = "Enter the number of seconds between successive transfer attempts.";
wwStrings["wwDCTemplateRulesNewButt"] = "Add New Rule";
wwStrings["wwCreateClassicViewSearchResultTemplate"] = "Create Classic View Search Result Template";
wwStrings["wwLocalClusterNodeIntradocDir"] = "Instance\'s Local Cluster Node Directory";
wwStrings["wwShowInternetDetails"] = "Internet Configurations";
wwStrings["wwCpdInsertItemByCheckin"] = "Insert Item by Checkin";
wwStrings["wwConnectionState"] = "Connection State";
wwStrings["wwAllowOverride"] = "Allow Override Format on Check In";
wwStrings["wwSoapConfirmDelete[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCpdEditSubsFolioModifyDesc"] = "This will notify when attributes are modified in this folio.";
wwStrings["wwNotHasAsWord"] = "Not Contains";
wwStrings["wwCollectionDefaultConfigurationNote"] = "Specify the information field defaults that will be applied upon checking in a new content item.";
wwStrings["wwCpdRevType_Latest"] = "Latest";
wwStrings["wwNoCollaborations"] = "There are currently no collaboration projects available.";
wwStrings["wwFeFieldTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwFeAdvProperties[idcComponentName]"] = "FormEditor";
wwStrings["wwCollectionNewCollection"] = "New Folder";
wwStrings["wwVerifyDocDeleteInUse"] = "This content item is referenced by other content items. Are you sure you wish to delete it?";
wwStrings["wwXuiActions"] = "Actions";
wwStrings["wwPostReplyButtonLabel"] = "Post Reply";
wwStrings["wwNoDiscussionInformationText"] = "There are no items in this discussion.";
wwStrings["wwCpdNodeCreationDisabled"] = "Node creation disabled.";
wwStrings["wwFsStorageRuleLabel[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdAllowItemCreation"] = "Allow item creation:";
wwStrings["wwFeChecked"] = "Selected";
wwStrings["wwCmuUploadBundle"] = "Upload";
wwStrings["wwCmuExportSectionItems"] = "Items";
wwStrings["wwTestEmailAddress"] = "email address";
wwStrings["wwViewProviders"] = "View Providers";
wwStrings["wwCmuSectionLabel_subscriptiontypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelNumberOfConnections"] = "Number of Connections:";
wwStrings["wwCantGetDocFormats"] = "Could not retrieve the default DocFormats result set.";
wwStrings["wwLastRefreshDate"] = "Last Refresh Date";
wwStrings["wwLabelProviderConnection"] = "Provider Connection:";
wwStrings["wwCollectionLinkTo"] = "Shortcut to";
wwStrings["wwCpdFolioProfileLabel"] = "Default Folio Profile:";
wwStrings["wwFsWebUrlFilePath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeDisplayNodeError[idcComponentName]"] = "FormEditor";
wwStrings["wwChunval"] = "Select List Not Validated";
wwStrings["wwURL"] = "URL";
wwStrings["wwSoapDescriptionLabel"] = "Description:";
wwStrings["wwAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwCmuActionLabelImportHistory"] = "History";
wwStrings["wwShowServerOptionsDetails"] = "Server Options";
wwStrings["wwNativeFormat"] = "Native Format";
wwStrings["wwCmuImportPreviewPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNoActiveDBConnection"] = "No active database connections.";
wwStrings["wwFeTextFieldValue[idcComponentName]"] = "FormEditor";
wwStrings["wwIsAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwAllowSignedApplets"] = "Allow Signed Applets";
wwStrings["wwConfiguredForWebServerLabel"] = "Configured for Web Server:";
wwStrings["wwEditDatabaseProvider"] = "Edit Database Provider";
wwStrings["wwTdReplyPrefix[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwWfRejected"] = "Content item {1q} has been rejected.";
wwStrings["wwCpdEditSubsFolioAddTitle"] = "Add";
wwStrings["wwCmuNoteLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdProfileLabel"] = "Profile:";
wwStrings["wwActiveWfTable"] = "Table containing a list of active workflows.";
wwStrings["wwAddOrEditServerData"] = "Add Or Edit Server Data";
wwStrings["wwWfREJECT"] = "Reject";
wwStrings["wwAttachWebViewableFile"] = "Attach Web-Viewable File";
wwStrings["wwShowFeatureDetails"] = "Feature Details";
wwStrings["wwCmuAdminSections[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSignedAppletsWarning"] = "(Warning: signed applets will work only with some browsers.)";
wwStrings["wwFeDeleteRow[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuEvent[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCollectionSearchContent"] = "Search for content belonging to folder";
wwStrings["wwFsSlackBytes"] = "Slack Bytes";
wwStrings["wwibrPostConversionOptions"] = "Post-Conversion Options";
wwStrings["wwFolder"] = "Folder";
wwStrings["wwFilterAdminRemoveConfigWarning"] = "\nThe config value {1q} was found in the Content Server environment.\nThis value is most likely set in the config.cfg, intradoc.cfg, or by a component.\nChanges to {1q} made on this page will be ignored by the Content Server until the value has been removed.\n";
wwStrings["wwAuthorDeleteDesc"] = "When enabled, authors are allowed to delete their revisions without delete privilege.";
wwStrings["wwRevisionHistory"] = "Revision History";
wwStrings["wwContentSecurity"] = "Content Security";
wwStrings["wwCmuSectionDesc_securitygroups"] = "Security Groups Definitions Section";
wwStrings["wwReviewSubscription"] = "Review Subscription";
wwStrings["wwLkUpdateTs[idcComponentName]"] = "LinkManager";
wwStrings["wwHelperPaginateLength"] = "Paginate Length";
wwStrings["wwAddAllToProject"] = "Add All to Publisher Project";
wwStrings["wwContentMgmt"] = "Content Management";
wwStrings["wwServerLogs"] = "Content Server Logs";
wwStrings["wwWfRejectMsg"] = "The following content item has been rejected in the workflow:";
wwStrings["wwMajorRevSeq"] = "Major Revision Sequence:";
wwStrings["wwContentItemInfo"] = "Content Item Info";
wwStrings["wwVerifyFormClear"] = "Go ahead and clear the form?";
wwStrings["wwNext"] = "[Next]";
wwStrings["wwLdapPortLabel"] = "LDAP Port:";
wwStrings["wwAdminServerManagedServerName"] = "Server {1}";
wwStrings["wwWorkflowReviewFrame"] = "Frame containing content to be reviewed for the workflow.";
wwStrings["wwFsCapacityCheckInterval"] = "Capacity Check Interval";
wwStrings["wwFeTraceSection[idcComponentName]"] = "FormEditor";
wwStrings["wwEnabled"] = "Enabled";
wwStrings["wwOralceTextRebuildAndOptimization[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwLkSearchForm"] = "Search Links";
wwStrings["wwLkResultsTable"] = "Table with the results of link search.";
wwStrings["wwDCAdminTitle"] = "Dynamic Converter Admin";
wwStrings["wwCollectionUserColumnConfigurationNote"] = "Choose information fields to display in virtual folders.";
wwStrings["wwIbrProviders/ext"] = "There {1?are:is} {1i} IBR Provider{1?s}";
wwStrings["wwFeFormProps[idcComponentName]"] = "FormEditor";
wwStrings["wwXuiMyViewSearchSettings"] = "My Search Result View Settings:";
wwStrings["wwLkType_ss_link_rel"] = "Site Studio Relative";
wwStrings["wwFsMetadataImplementor"] = "Metadata Implementor";
wwStrings["wwCmuCheckingDependencies"] = "Checking Dependencies";
wwStrings["wwCollectionExploreConfigurationNote"] = "Create, modify, remove or explore a virtual folder.";
wwStrings["wwSystemLinksNotUsedDesc"] = "The system links are not applicable to your current layout.";
wwStrings["wwSoapComplexTypeInfo"] = "Complex Type Information";
wwStrings["wwDetails"] = "Details";
wwStrings["wwFeEndTagLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuConfirmExportWithoutPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuTaskHistoryPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwTempConvFieldValueMissing"] = "The field value is missing in criteria";
wwStrings["wwCpdFolioCloneItemsLabel"] = "Clone Folio Items:";
wwStrings["wwFeAdvPropsDesc"] = "Define the attributes of the form. Enable advanced functionality to configure the form for Content Server processing and use of advanced form elements.";
wwStrings["wwSearchEngineProperties"] = "Search Engine Properties";
wwStrings["wwLkRecomputeDesc"] = "\nThe managed links are recomputed using the pattern engine. Each link in the\nManagedLinks table will be parsed and reevaluated according to the pattern rules. Links\nare not reextracted from the containing documents.\n";
wwStrings["wwLkState_N[idcComponentName]"] = "LinkManager";
wwStrings["wwCpdContentBasket"] = "Content Basket";
wwStrings["wwFeTextAreaWidthError"] = "Width must be a positive number.";
wwStrings["wwCriteriaUnubscribeDesc"] = "\nThe content item, \u003cstrong\u003e\"{1}\"\u003c/strong\u003e, also belongs to one or more subscription\ngroups. You must unsubscribe from the groups listed in the table below to stop receiving notifications\nrelated to this item.\n";
wwStrings["wwFeStartEditor[idcComponentName]"] = "FormEditor";
wwStrings["wwClbraCreateDate"] = "Create Date";
wwStrings["wwEdit"] = "Edit";
wwStrings["wwSource"] = "Source:";
wwStrings["wwFoundMatchesForNamedQuery"] = "Found {1} item{1?s} matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwSoapEnabled"] = "Enabled";
wwStrings["wwDefaultNetworkAccountsLabel"] = "Default Network Accounts:";
wwStrings["wwFeEditRow"] = "edit";
wwStrings["wwCmuAddDependencies"] = "Add Dependencies";
wwStrings["wwLinkSearch"] = "Managed Links Search";
wwStrings["wwOptionsAndOthers"] = "Options And Others";
wwStrings["wwFeHiddenFieldProp"] = "Hidden Field";
wwStrings["wwNoEntriesForPage"] = "No entries defined for this page.";
wwStrings["wwFeTableCaption[idcComponentName]"] = "FormEditor";
wwStrings["wwIndicateSrcProviderCommunication"] = "\nThe source provider status. The source provider is an outgoing provider to the content server holding the original version of this\ncontent.\n";
wwStrings["wwSoapServiceInfo"] = "Service Information";
wwStrings["wwWorkflowInfo"] = "Workflow Info";
wwStrings["wwEditTemplate"] = "Edit...";
wwStrings["wwFeBasicFormTemplateDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwFeControlledAction[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdFolioClosed"] = "Folios closed";
wwStrings["wwVaultPath"] = "Vault Path:";
wwStrings["wwBigText"] = "Long Text";
wwStrings["wwCmuSectionDesc_pne[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkResType"] = "Resource Type";
wwStrings["wwFsFieldDesc_dDocType[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSearchForProblemReports"] = "Search for Problem Reports";
wwStrings["wwAdminPublishStatic"] = "Publish static layout files";
wwStrings["wwNativeFileLabel"] = "Native File:";
wwStrings["wwFlags"] = "Flags";
wwStrings["wwMappedFolder"] = "Mapped Folder";
wwStrings["wwTopBannerLogo"] = "Top banner logo.";
wwStrings["wwFeInvalidTableName"] = "The specified table name is invalid.";
wwStrings["wwDiscussionSubjectLabel"] = "Subject:";
wwStrings["wwLabelProviderDesc"] = "Provider Description:";
wwStrings["wwFileFormatsWizardForInstance"] = "File Formats Wizard for {1}";
wwStrings["wwMoveFieldDown"] = "Move Field Down";
wwStrings["wwUseUnicode"] = "Use Unicode";
wwStrings["wwCpdTemplateStructureLabel"] = "Structure";
wwStrings["wwEditingSavedQuery"] = "Editing \"{1}\"";
wwStrings["wwCmuActionEventTable[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwHelperContentExpireToDeleteFieldDesc"] = "Instead of deleting content, expire it when a delete request occurs.";
wwStrings["wwCpdVerifyDocDeleteInUse"] = "Content is currently a member of a folio.  Proceed with delete?";
wwStrings["wwExploreLink"] = "Explore Link";
wwStrings["wwCollectionContentCheckIn"] = "Check In Content";
wwStrings["wwCmuButtonLabelExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwXuiFileName"] = "File Name";
wwStrings["wwFeYes"] = "Yes";
wwStrings["wwClasspathEq"] = "classpath={1}";
wwStrings["wwComponentUploadDesc"] = "To install, uninstall, or download components,\u003cbr\u003ethe content server must be running.";
wwStrings["wwWfInQueueTable"] = "Table with a list of workflow items that are queued.";
wwStrings["wwConfiguration"] = "Configuration";
wwStrings["wwSocketHostAddressSecurityFilter"] = "Server IP Filter";
wwStrings["wwCpdAddAllItemsToActiveBasket"] = "Add all items to active Content Basket";
wwStrings["wwNonOptimizedFields[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwCheckIn"] = "Check In";
wwStrings["wwBytesShort"] = "B";
wwStrings["wwJdbcDriverName"] = "JDBC Driver Name";
wwStrings["wwFeFormMethod[idcComponentName]"] = "FormEditor";
wwStrings["wwSubscriptionMsg"] = "New revisions of the following content items have recently been checked in:";
wwStrings["wwGetExpiring"] = "Get Expiring";
wwStrings["wwSharedDir"] = "Shared Library and Resources Directory";
wwStrings["wwCheckinActiveFormError"] = "\nYou have attempted to check in an active\nform. To create a new revision, use the Submit control on the\n\u003ca href=\"{1}\"\u003eweb-viewable\u003c/a\u003e rendition.\n";
wwStrings["wwInstanceMenuLabel"] = "Server Menu Label";
wwStrings["wwProfile_ProfileA"] = "My Profile";
wwStrings["wwLabelProviderClass"] = "Provider Class:";
wwStrings["wwFsSaveProviderOnce"] = "This is a new provider and it must be saved before the storage rules can be edited. Please save your current configuration.";
wwStrings["wwCpdInsertHypertext"] = "Insert Hypertext";
wwStrings["wwFsVaultRenditions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwMySearchResultTemplates"] = "My Search Result Templates";
wwStrings["wwActiveStandardWorkflows"] = "Active Standard Workflows";
wwStrings["wwEditOutgoingProvider"] = "Edit Outgoing Provider";
wwStrings["wwCollectionConfirmCollectionDelete"] = "Are you sure you want to remove this folder?\\nThis will remove all revisions of content located in this folder and any subfolders.";
wwStrings["wwNoRevisionCheckedIn"] = "No Revision Checked In";
wwStrings["wwWsdlServicesRequestParamsTable"] = "Table of request parameters for this service.";
wwStrings["wwColumns"] = "Columns";
wwStrings["wwCurPageCharset"] = "Page Charset";
wwStrings["wwClbraActiveNotWf"] = "Content yet to be released and not in a workflow";
wwStrings["wwHelperShowOtherUserNode"] = "Show \"Other\" User Node";
wwStrings["wwCollectionType"] = "Virtual Folder Type";
wwStrings["wwCpdFolioSubscriptionOptions"] = "Folio Subscription Options";
wwStrings["wwCmuAdminImport"] = "Configuration Import";
wwStrings["wwUserProfileFor"] = "User Profile for {1}";
wwStrings["wwFeFormName"] = "Name";
wwStrings["wwDpOrderSet"] = "Order for {1}";
wwStrings["wwDCTemplateRulesCriteriaEquate"] = "is";
wwStrings["wwibrOptionsPageTitleName[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSubscribeToRelatedGroups"] = "Subscribe to Related Groups";
wwStrings["wwCollectionCounterResetWarn3"] = "No exisiting folders will have their folder IDs modified.";
wwStrings["wwMetricSymbol-2"] = "{1} c{2}";
wwStrings["wwUseFullGroupNameDesc"] = "\nBy checking this value, groups retrieved from the directory will preserve their\nhierarchy. The groups will have the naming context removed, along with the\nmatching Role or Account Prefix.  Take the following example:\n\u003cbr\u003e\n\u003cbr\u003e\u003cb\u003eNaming Context:\u003c/b\u003e \u003cspan class=xxsmall\u003e  \"dc=mydomain, dc=com\" \u003c/span\u003e\n\u003cbr\u003e\u003cb\u003eRole Prefix:\u003c/b\u003e \u003cspan class=xxsmall\u003e  \"OU=Roles, OU=UCM, OU=Oracle\" \u003c/span\u003e\n\u003cbr\u003e\u003cb\u003eGroup:\u003c/b\u003e \u003cspan class=xxsmall\u003e   \"CN=group1, OU=subDept1, OU=dept2, OU=Roles, OU=UCM, OU=Oracle, dc=mydomain, dc=com\" \u003c/span\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are true, the group will map to the role \"dept2/subDept1/group1\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is false, but \"Use Full Group Names\" is true, the group will map to the role \"Oracle/UCM/Roles/dept2/subDept1/group1\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is true, but \"Use Full Group Names\" is false, the group will map to the role \"group1\".\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are false, the group will map to the role \"group1\"\n\t\u003c/ul\u003e\n\n\t\u003cbr\u003e\u003cb\u003eAnother Example:\u003c/b\u003e\n\t\u003cbr\u003e\u003cb\u003eNaming Context: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"dc=mydomain, dc=com\" \u003c/span\u003e\n\t\u003cbr\u003e\u003cb\u003eAccount Prefix: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"OU=Accounts, OU=UCM, OU=Oracle\" \u003c/span\u003e\n\t\u003cbr\u003e\u003cb\u003eGroup: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"CN=testAcct, OU=subAcct2, OU=acct2, OU=Accounts, OU=UCM, OU=Oracle, dc=mydomain, dc=com\"\u003c/span\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are true, the group will map to the account \"acct2/subAcct2/testAcct\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is false, but \"Use Full Group Names\" is true, the group will map to the ROLE \"Oracle/UCM/Accounts/acct2/subAcct2/testAcct\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is true, but \"Use Full Group Names\" is false, the group will map to the account \"testAcct\".\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are false, the group will map to the ROLE \"testAcct\"\n\t\u003c/ul\u003e\n";
wwStrings["wwForceJobCheck"] = "Force Job Queue Check";
wwStrings["wwCreateHeadlineViewSearchResultTemplate"] = "Create Headline View Search Result Template";
wwStrings["wwCpdFinish"] = "Finish";
wwStrings["wwCpdCannotDragParentIntoChild"] = "Cannot drag parent into child.";
wwStrings["wwSubmitProblemReport"] = "Submit Problem Report";
wwStrings["wwBasicSubscriptionDisabledDesc"] = "The administrator has disabled direct subscriptions to the content item \u003cstrong\u003e\"{1}\"\u003c/strong\u003e.";
wwStrings["wwCmuSectionLabel_aliases"] = "Aliases";
wwStrings["wwToNotify"] = "To Notify";
wwStrings["wwCpdAllowFolio"] = "Allow folio:";
wwStrings["wwCriteriaUnsubscribeTitle"] = "Unsubscribe from Group";
wwStrings["wwWorkflowRejectNotification"] = "Workflow Content Item Reject Notification";
wwStrings["wwFsFieldDesc_dDocName[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeIdocSearch"] = "Idoc Resource Search";
wwStrings["wwWfWORK_NOTIFICATION"] = "Work Notification";
wwStrings["wwMustLoginToSubscribe"] = "Must be logged in to subscribe to content.";
wwStrings["wwRegistration"] = "Registration";
wwStrings["wwFsCapacityCheckInterval[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwIbrHandlePreConvertedJobs"] = "These options tell the Content Server how to handle jobs prior to conversion.";
wwStrings["wwFishbowlAdminNotEnabled"] = "ERROR: Fishbowl Administration Component is not enabled.";
wwStrings["wwFeTextFieldTypePass"] = "Password";
wwStrings["wwWorkflowReview"] = "Workflow Review";
wwStrings["wwSearchCacheReportStorage"] = "Total {1} rows stored in cache, {2}% full.";
wwStrings["wwRefinerySecondsBetweenTransferAttemptsError"] = "Please enter a valid integer between 1 and 100.";
wwStrings["wwDescending"] = "Descending";
wwStrings["wwLabelOldFolderPath"] = "Source Folder Path:";
wwStrings["wwLibrary"] = "Library";
wwStrings["wwLabelFolderPath[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwOracleTextIndexOptimization"] = "Index Optimization";
wwStrings["wwActionsAndLinks"] = "Actions and Links";
wwStrings["wwCpdFolioElementActionMenuTitle"] = "Action";
wwStrings["wwXuiDamTemplate"] = "Thumbnail View";
wwStrings["wwCmuButtonLabelSelectAllSection"] = "Select All";
wwStrings["wwOpenFolderIcon"] = "Open folder icon";
wwStrings["wwCheckedOutContentItems"] = "{1} Checked-Out Content Item{1?s}";
wwStrings["wwEntryRequired"] = "The field {1q} requires a non-empty entry.";
wwStrings["wwCpdUnknownNodeType"] = "Unknown node type \'{1}\'";
wwStrings["wwLkType_ss_service"] = "Site Studio Service";
wwStrings["wwCpdSaveFolio"] = "Save folio";
wwStrings["wwTaminoViewDoc"] = "View";
wwStrings["wwViewAdminOutput"] = "View Admin Output";
wwStrings["wwUseUnicodeLabel"] = "Use Unicode:";
wwStrings["wwPrjFunctions"] = "Functions:";
wwStrings["wwFsWebParsingGuideDesc"] = "\nThe following rules are applied to web locations where there is expectations of parsing the relative\nURL for security and content ID information. By default, the URL may have its security attributes\npreceded by the \'groups\' specifier and completed by the \'documents\' specifier. After documents, the\nparser assumes that the next directory is the Content Type i.e. dDocType, which is then followed by\nthe dDocName plus extension. However, the parser also recognizes the \'sg\' directory as the beginning\nof the dispersion directory. Once \'sg\' is encountered as a segment in the URL path, the parser searches\nfor the \'d\' segment. If this segment is found, it proceeds to determine the dDocName plus extension\ninformation.\n";
wwStrings["wwFeFieldMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwFinish"] = "Finish";
wwStrings["wwGetExpired"] = "Get Expired";
wwStrings["wwCmuCustomActionName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeConditionClauseDesc"] = "Determine if the table element should be displayed based on the existence of the specified field.";
wwStrings["wwCollectionShowOnlyExisting"] = "Display dynamic folders that only contain content";
wwStrings["wwAdminPublishSchemaBase"] = "Publish schema configuration";
wwStrings["wwCmuAddDependencies[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAddExistingServer"] = "Add Existing Server";
wwStrings["wwCmuActionEvents[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsCopyMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAuthor"] = "Author";
wwStrings["wwLabelStatus"] = "Status:";
wwStrings["wwIndexOptimizationStatus[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwGotoDiscussionLink[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeTableName[idcComponentName]"] = "FormEditor";
wwStrings["wwVersion"] = "Version";
wwStrings["wwCpdLockContentID"] = "Lock content:";
wwStrings["wwdConversionState"] = "Conversion Job State";
wwStrings["wwWsdlServicesRequestParamsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwWfContentItemsInQueue"] = "{1} Workflow Content Item{1?s} In Queue";
wwStrings["wwMetricPrefix0"] = "{1} {2}";
wwStrings["wwFsUpdatePartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwMetricPrefix-21"] = "{1} Zepto{2}";
wwStrings["wwCollectionContentStyle"] = "Content Style";
wwStrings["wwSoapAddService[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwSubscriptionCriteriaLabel"] = "Subscription Criteria:";
wwStrings["wwLabelUserName"] = "User Name:";
wwStrings["wwLkNodeAlias[idcComponentName]"] = "LinkManager";
wwStrings["wwCmuSectionDesc_schemaview"] = "Schema Views Section";
wwStrings["wwCmuSectionLabel_subscriptiontypes"] = "Subscription Types";
wwStrings["wwLkRefreshRefsDesc"] = "\nThis option counts the content references as they are in the managed links table. Each\ncontent item referenced in the table will be tallied and stored in the reference table.\n";
wwStrings["wwLabelSocketServerAddress"] = "Socket Server Address:";
wwStrings["wwFilterAdmin"] = "Filter Administration";
wwStrings["wwCmuCustomSecurityGroup"] = "Custom Workflow Group";
wwStrings["wwCollectionEmpty"] = "This folder is empty.";
wwStrings["wwAdminAppletsForInstance"] = "Administration Applets for {1}";
wwStrings["wwLabelSeverity"] = "Severity:";
wwStrings["wwDCTemplateRulesDownButt"] = "Move Down";
wwStrings["wwWorkflowContentItemReviewNotification"] = "Workflow Content Item Review Notification";
wwStrings["wwFeNameMissing"] = "The element name is missing and needs to be defined for advanced tags.";
wwStrings["wwFfwExtensionsHeading"] = "Extensions";
wwStrings["wwShowResourceChanges"] = "Show Resource Changes";
wwStrings["wwDays"] = "{1} Days";
wwStrings["wwDatabaseProperties"] = "Database Properties";
wwStrings["wwRefreshStatus[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwUniqueId"] = "Unique ID";
wwStrings["wwFeAdvFieldDesc"] = "\nThe form element may be bound to a field in the XML data island, a metadata field\non the server, or both. The element\'s default value will match that of the field\nbinding unless an alternate value is specified.\n";
wwStrings["wwResultsOnPortalPageLabel"] = "Results on portal page";
wwStrings["wwStartPackaging"] = "Start Packaging";
wwStrings["wwNotHasAsSubstring"] = "Not Substring";
wwStrings["wwContinue"] = "Continue";
wwStrings["wwTargetedQuickSearchKeyCanNotContainSpaces"] = "The Quick Search Key may not contain spaces.";
wwStrings["wwRequiredFeatures"] = "Required Features";
wwStrings["wwRegisterManually"] = "Register Manually";
wwStrings["wwLkReferencesFromTitle[idcComponentName]"] = "LinkManager";
wwStrings["wwAfter"] = "After";
wwStrings["wwCustomizeDescriptionColumnHeader"] = "Customize Description Column";
wwStrings["wwCpdNoArchiveItemAvailableTitle"] = "No Archived Item Available.";
wwStrings["wwUserAgent"] = "User Agent";
wwStrings["wwQueryText"] = "Query Text";
wwStrings["wwFeTextFieldName[idcComponentName]"] = "FormEditor";
wwStrings["wwFsFieldDesc_dRevisionID[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLdapFilterGroupsLabel"] = "Filter Groups:";
wwStrings["wwCollectionQueryCollectionSpecificationNote"] = "Specify the name of a virtual folder and associate its search criteria with defaults.";
wwStrings["wwProxied"] = "Proxied";
wwStrings["wwArchiveExportHistory"] = "Archive Export History";
wwStrings["wwFsWebPath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFishbowlAddLicense"] = "Add License";
wwStrings["wwCreateSubscription"] = "Create New Subscription";
wwStrings["wwCmuActionEvents"] = "Configuration Migration Action Events";
wwStrings["wwFilterByCategory"] = "Filter by Category";
wwStrings["wwLkType_ss_link_page"] = "Site Studio Page";
wwStrings["wwCpdFolioDocName"] = "Folio Content ID";
wwStrings["wwLicenseSignatureLabel"] = "License Signature:";
wwStrings["wwShowAdvancedDescriptionEditorForm"] = "Use Advanced Description Form";
wwStrings["wwDiscussCount[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwLkCreateTs"] = "Create Date";
wwStrings["wwJspEnabledGroups"] = "JSP Enabled Groups:";
wwStrings["wwAllExpiringContent"] = "All Expiring Content";
wwStrings["wwSpecifyRelativeWebRoot"] = "Please specify a value for the relative web root.";
wwStrings["wwSelect"] = "Select";
wwStrings["wwFeAdvFieldDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwDocType"] = "Doc Type";
wwStrings["wwWfAPPROVE"] = "Approve";
wwStrings["wwWebViewableSelected"] = "Web-Viewable Selected:";
wwStrings["wwCmuForceTriggerField"] = "Force trigger field";
wwStrings["wwSchemaNotStableError_search"] = "Choice lists are not fully loaded.  Search aborted.";
wwStrings["wwCollectionOpenWebFolder"] = "Open Web Folder";
wwStrings["wwHours"] = "{1} Hours";
wwStrings["wwEditPartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwTasks"] = "Tasks";
wwStrings["wwNotAllowedToChangeOwnRole"] = "You are not allowed to change your role.";
wwStrings["wwFsIsPrimary"] = "Is Primary File Store";
wwStrings["wwCmuSectionLabel_schemaview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDocQueryTitle"] = "Search";
wwStrings["wwExpiredContent"] = "Expired Content";
wwStrings["wwXuiShowAsColumn"] = "Show as column";
wwStrings["wwNoTemplateName"] = "Please enter the name of a template to edit.";
wwStrings["wwNativeExtension"] = "Native File Extension";
wwStrings["wwFindExpiring"] = "Find Expiring Content";
wwStrings["wwLocalServer"] = "Local Server (Master or Proxy)";
wwStrings["wwAvsStringFieldSortInfo"] = "Only up to the maximum number of results are returned and these results are sorted alphabetically.";
wwStrings["wwCollectionCreated"] = "Created";
wwStrings["wwFindExpired"] = "Find Expired Content";
wwStrings["wwCpdFolioElementInfoTitle"] = "Element Info";
wwStrings["wwExclusiveCheckoutDesc"] = "When enabled, Admin privilege is required to check out a content item checked in by another user.";
wwStrings["wwLibPath"] = "Libpath";
wwStrings["wwFeEditTabLabel"] = "Actions";
wwStrings["wwWfDocsTable"] = "Table containing content items in the workflow";
wwStrings["wwHttpAddress"] = "Http Address";
wwStrings["wwCmuSectionLabel_workflowtemplates[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFilterLogOptions"] = "Logging Options";
wwStrings["wwNonOptimizedFields"] = "Non Optimized Fields";
wwStrings["wwFeatureExtensionsEq"] = "Feature Extension={1}";
wwStrings["wwLibraryQueryFolders"] = "Library Folders";
wwStrings["wwSpecifyIntegerForSlack"] = "Please specify an integer value for the slack bytes.";
wwStrings["wwSingleContent"] = "Single content discussion";
wwStrings["wwSourceContent"] = "Source Content:";
wwStrings["wwCustomDir"] = "Custom Components Directory";
wwStrings["wwCollectionAdminConfiguration"] = "Folder Configuration";
wwStrings["wwCpdInsertHypertextDesc"] = "Enter a label and HTML link to show up as an item in the folio.";
wwStrings["wwProviderDesc"] = "Provider Description";
wwStrings["wwLatestNotificationUseAt"] = "Latest Notification Use At:";
wwStrings["wwFishbowlLicenseType"] = "License Type";
wwStrings["wwIbrConfigMenuLabel"] = "Conversion Options";
wwStrings["wwCmuSectionLabel_securitygroups[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwIbrHandlePostConvertedJobs"] = "These options tell the Content Server how to handle jobs after conversion.";
wwStrings["wwWebExtension"] = "Web Extension";
wwStrings["wwLkTargetNode"] = "Target Node";
wwStrings["wwFeResetTableAction[idcComponentName]"] = "FormEditor";
wwStrings["wwIndexerEngineName"] = "Index Engine Name";
wwStrings["wwibrPostConversionOptions[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwTitle"] = "Title";
wwStrings["wwSelectAValue"] = "Select A Value";
wwStrings["wwTestEmailFormRecipients"] = "To:";
wwStrings["wwTaminoNoXMLResult"] = "No Matching XML";
wwStrings["wwLabelProviderName"] = "Provider Name:";
wwStrings["wwAdsAuthMethodDesc"] = "\nThis value detemines which method the Active Directory plugin will use to retrieve group and user information for a user.\n\u003cbr\u003e\n\u003cb\u003eADSI\u003c/b\u003e - This method uses the legacy ADSI calls.\n\u003cbr\u003e\n\u003cb\u003eADSI with nested groups\u003c/b\u003e - This method uses the legacy ADSI calls, but will also retrieve all nested group information for the user.\n\u003cbr\u003e\n\u003cb\u003eUser Tokens\u003c/b\u003e - This method reads the group information from the user token that is created when IIS authenticates the user. This includes the users nested group information. This is also the fastest of the above methods and the recommended method.\n";
wwStrings["wwScsLogDetails_Fatal"] = "A fatal error has occurred. The stack trace below shows more information.";
wwStrings["wwCpdEditSubsFolioChildUpdateDesc"] = "This will notify on any change to content linked to by this folio.";
wwStrings["wwLdapPriority"] = "Priority";
wwStrings["wwEmailAddress"] = "E-mail Address";
wwStrings["wwShowOnlyKnownAccounts"] = "Show only known accounts";
wwStrings["wwFsFieldDesc_dSecurityGroup[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLkSearchResults[idcComponentName]"] = "LinkManager";
wwStrings["wwLibraryDesc"] = "Brings you to the top of the library folder hierarchy.";
wwStrings["wwSpecifyType"] = "Please specify a type.";
wwStrings["wwCustomMetadata"] = "Custom";
wwStrings["wwHelperShowPageMessage"] = "Show Page Message";
wwStrings["wwCmuButtonLabelSaveAs"] = "Save As";
wwStrings["wwType"] = "Type";
wwStrings["wwField"] = "Field";
wwStrings["wwDBSearchZoneConfig[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwRpAppletsForInstance"] = "Report Parser Administration Applet";
wwStrings["wwCpdElementCreateDateLabel"] = "Created";
wwStrings["wwCpdMaxNodes"] = "Maximum nodes:";
wwStrings["wwCmuSectionDesc_workflowtemplates"] = "Workflow Templates Section";
wwStrings["wwScsLogDetails_Error"] = "An error has occurred. The stack trace below shows more information.";
wwStrings["wwAdminSuspendIndexRebuild"] = "Suspend index rebuild";
wwStrings["wwXuiCheckOut"] = "check out...";
wwStrings["wwDatabaseNumWriteActions"] = "Number of Write Actions: {1}";
wwStrings["wwAutoNamePrefix"] = "Auto Name Prefix:";
wwStrings["wwQueryBuilderModifyQueryText"] = "Modify Query Text";
wwStrings["wwCmuBundleExportDate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwInstanceHome"] = "{1} Home";
wwStrings["wwFeCheckboxName[idcComponentName]"] = "FormEditor";
wwStrings["wwFsProviderInfoFor"] = "File Store Provider Information for {1q}";
wwStrings["wwUploadNewComponent"] = "Install New Component";
wwStrings["wwChooseDocAction"] = "Choose an action...";
wwStrings["wwLkTargetDocInfoTitle[idcComponentName]"] = "LinkManager";
wwStrings["wwSoapServices"] = "Services";
wwStrings["wwXuiDate"] = "Date";
wwStrings["wwCpdCannotAddFolioToItself"] = "Cannot add a folio to itself.";
wwStrings["wwLkNoReferences"] = "There are no managed links to this content item.";
wwStrings["wwFsStorageRules"] = "Storage Rules";
wwStrings["wwMetricSymbol-3"] = "{1} m{2}";
wwStrings["wwSchemaNotStableError_update"] = "Choice lists are not fully loaded.  Update aborted.";
wwStrings["wwConfirmDeleteCustomizations"] = "Are you certain you wish to delete your customizations? This will revert your settings to the standard look.";
wwStrings["wwLkReferencesToTitle"] = "Links to this content item";
wwStrings["wwOpenCollection"] = "Open Collection";
wwStrings["wwWebLayoutPath"] = "Web Layout Path:";
wwStrings["wwCmuAddExportRulePage"] = "Add Export Rule";
wwStrings["wwEnvironmentPackager"] = "Environment Packager";
wwStrings["wwFsLinkMethod"] = "link";
wwStrings["wwWorkflowDocs"] = "Workflow Revisions";
wwStrings["wwCpdFolioListingTitle"] = "Folio Listing";
wwStrings["wwMemoryTotal"] = "Total memory";
wwStrings["wwCpdSelectSourceItemsLabel"] = "Select Source Items";
wwStrings["wwFePleaseSpecifyField[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuIgnoreDependencies[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdCreateDate"] = "Create date:";
wwStrings["wwFeActionAddNewRow"] = "Add new row";
wwStrings["wwLkRefresh"] = "Refresh links";
wwStrings["wwWfStartedMsg"] = "You have been assigned as a contributor to the following workflow. Please review the workflow content listing to see if items need to be checked in.";
wwStrings["wwHideExtraAdvancedOptions"] = "hide additional options";
wwStrings["wwCmuLogs"] = "Configuration Migration Logs";
wwStrings["wwSpecifyIntegerForNumConnections"] = "Please specify a positive integer for the number of connections.";
wwStrings["wwCollectionHierarchyCollectionSearchNote"] = "Specify information to search for virtual folders.";
wwStrings["wwWfMAIL_NOTIFICATION"] = "Mail Notification";
wwStrings["wwNoActiveWorkflows"] = "There are no active standard workflows in the system.";
wwStrings["wwCpdContentListingDescMulitpleSelect"] = "Select items from the list below, then click Next to add them to the folio\'s source item collection";
wwStrings["wwCmuAdminExport"] = "Defined Configuration Export";
wwStrings["wwLabelResultsPerPage"] = "Results Per Page:";
wwStrings["wwAllActiveWorkflows"] = "All Active Workflows";
wwStrings["wwDCEditTemplateTitle"] = "Dynamic Converter - Edit Templates";
wwStrings["wwCollectionSearch"] = "Search Folders";
wwStrings["wwCheckinWhenDoneMsg"] = "\nClick on the \u003cstrong\u003eCheck In\u003c/strong\u003e\nbutton below when your edit is complete.\n";
wwStrings["wwCpdElementNameHeaderLabel"] = "Name";
wwStrings["wwContentHistory"] = "Content History";
wwStrings["wwAllowAuthorDelete"] = "Allow Author to Delete Revision";
wwStrings["wwDiscussionInfoLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeCheckinTitle"] = "Form Check in";
wwStrings["wwSerialNumberLabel"] = "Serial Number:";
wwStrings["wwCachedCheckinItemsTableCaption"] = "Cached Checked-In Items";
wwStrings["wwEditACL"] = "Edit Access List";
wwStrings["wwibrPreConversionOptions[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCheckoutMsg"] = "\nIt is \u003cstrong\u003estrongly\u003c/strong\u003e recommended that\nyou save the file to a directory other than the browser\'s\ndefault directory.\n";
wwStrings["wwCmuActionEventItemLabel"] = "Type";
wwStrings["wwCpdInsertItemBySearch"] = "Insert Item by Search";
wwStrings["wwCpdNone"] = "None";
wwStrings["wwShowAllAdvancedOptions"] = "show additional options";
wwStrings["wwClassPath"] = "Classpath";
wwStrings["wwAttachSelectedUrlInfo"] = "URL - Info [Attach Selected]";
wwStrings["wwSchemaGoUp"] = "Go up";
wwStrings["wwRegistrationForInstance"] = "Registration for {1}";
wwStrings["wwFeSelectProps[idcComponentName]"] = "FormEditor";
wwStrings["wwStandardCheckIn"] = "Standard Check In";
wwStrings["wwRolePrefix"] = "Role Prefix";
wwStrings["wwLkAbortRefresh"] = "Abort refresh activity";
wwStrings["wwCpdTemplateCheckinProfileLabel"] = "Checkin Profile:";
wwStrings["wwCpdDefaultViewer"] = "Default Viewer";
wwStrings["wwCpdFolioItemCreationLabel"] = "Allow Item Creation:";
wwStrings["wwPostReplyButtonLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCpdAddItemsToActiveBasket"] = "Add to active Content Basket";
wwStrings["wwCmuSectionLabel_docformats[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkTargetDoc[idcComponentName]"] = "LinkManager";
wwStrings["wwFsJdbcStorage"] = "JDBC Storage";
wwStrings["wwFeDynInclude"] = "Create Dynamic Include";
wwStrings["wwCollectionDeleteCompleteInCollections"] = "Remove content items when virtual folder is deleted";
wwStrings["wwCmuSectionLabel_schemarelations"] = "Schema Relations";
wwStrings["wwCmuSectionLabel_schemarelations[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwReviewersForContent"] = "Reviewers For Content Item {1q}";
wwStrings["wwFeActionInvalid"] = "The action specified is not in a valid format:";
wwStrings["wwFsAlgorithm[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeIsXmlTable"] = "Table is XML data";
wwStrings["wwHelperContentExpireToDelete"] = "Expire Content When Deleting";
wwStrings["wwFeAddRowBtn"] = "Add row";
wwStrings["wwFeResultSetName[idcComponentName]"] = "FormEditor";
wwStrings["wwLkAlias[idcComponentName]"] = "LinkManager";
wwStrings["wwCmuSectionDesc_components[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDatabasePreserveCase"] = "Database Preserve Case";
wwStrings["wwWebFileSize"] = "Web File Size";
wwStrings["wwAdminReports"] = "System Audit Information";
wwStrings["wwIbrProviders[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCurrentlyQueuedJobs[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdAddSelectedItemsToActiveBasket"] = "Add selected items to active Content Basket";
wwStrings["wwFileSize"] = "Size";
wwStrings["wwFeAddRowAction"] = "Add new row button";
wwStrings["wwAdsUseTokenGroups"] = "User Token";
wwStrings["wwComponentConfigUpdatePage"] = "Update Component Configuration";
wwStrings["wwCmuBundleLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwViewServerLogs"] = "View Server Logs";
wwStrings["wwCollectionAdminInheritConfigurationNote"] = "Select information fields that are to be propagated to content.";
wwStrings["wwCpdEditPneTemplateList"] = "Edit Folio Template List";
wwStrings["wwEnterpriseSearchEnabled"] = "Enterprise Search Enabled";
wwStrings["wwSwedish"] = "Swedish";
wwStrings["wwDocNameTag"] = "Content ID";
wwStrings["wwCmuTaskDescriptionLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDpNameTag"] = "Profile Name";
wwStrings["wwHelperShowDescription"] = "Show Description";
wwStrings["wwOrder"] = "Order";
wwStrings["wwWorkflowState"] = "Workflow State";
wwStrings["wwRevisionsSubmittedToWorkflow"] = "The following revision{1?s} {1?have:has} been submitted to a workflow:";
wwStrings["wwCpdNoChangesToSave"] = "No changes to save";
wwStrings["wwMetricPrefix-18"] = "{1} Atto{2}";
wwStrings["wwOracleTextSearchAdmin[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwXuiSearchWidgetPageNumber"] = "Page {1}";
wwStrings["wwCollectionAdminUserQueryCollectionConfiguration"] = "Default Query Folders";
wwStrings["wwReleasedDocuments"] = "Released Documents";
wwStrings["wwMetricPrefix-15"] = "{1} Femto{2}";
wwStrings["wwFsWebRenditions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwInvalidCharsInDocType"] = "Unable to add type. Spaces and special characters are not allowed in document types.";
wwStrings["wwRefreshStatus"] = "Force Status Update";
wwStrings["wwLmSkinVariantRTL"] = "Right-To-Left";
wwStrings["wwUserProfileDesc"] = "Enables users to view or edit their profile.";
wwStrings["wwCachedCheckinItems"] = "Cached Check In Items for {1}";
wwStrings["wwLkReferencesToTitle[idcComponentName]"] = "LinkManager";
wwStrings["wwAdminLogsForInstance"] = "Administration Log Files for {1}";
wwStrings["wwCmuSectionDesc_predefinedaccounts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProjectInformation"] = "Publisher Project Information";
wwStrings["wwNumberEqual"] = "Equals";
wwStrings["wwWorkflowStepInfoFor"] = "Workflow Step Information For {1q}";
wwStrings["wwRefNextUpdateAt[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCreateDiscussionLink"] = "Create Discussion";
wwStrings["wwFeBasicTemplateFormHelp[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuNewExportLabel"] = "Create New Template";
wwStrings["wwCmuEditExportRuleTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNativeVersionLabel"] = "Native Version:";
wwStrings["wwCmuSectionLabel_schemaview"] = "Schema Views";
wwStrings["wwPage"] = "Page";
wwStrings["wwCollectionShowHidden"] = "Show hidden when browsing";
wwStrings["wwStackTrace"] = "Stack Trace";
wwStrings["wwHelperItemsShown"] = "Items Shown";
wwStrings["wwContentQueryCaptureTitle"] = "Content Query Capture";
wwStrings["wwCollectionLabelDefaults"] = "Check In Defaults";
wwStrings["wwLdapIsPrimaryUserBaseLabel"] = "Primary User Base:";
wwStrings["wwTestEmailSuccessful"] = "Message successfully sent.";
wwStrings["wwCmuExportID"] = "Name";
wwStrings["wwCpdDescription"] = "Description:";
wwStrings["wwDCConfigMaxFileTitle"] = "Maximum File Size";
wwStrings["wwHostName"] = "Host Name";
wwStrings["wwFrom"] = "From";
wwStrings["wwIndexedInfoOnly"] = "\nContent has been indexed with Info only. Resubmit\nshould only be performed if the problem has been resolved.\n";
wwStrings["wwProblemReportTable"] = "Table containing a list of problem reports.";
wwStrings["wwDCConfigMaxFileUnits"] = "Bytes";
wwStrings["wwCpdEditSubsFolioDeleteDesc"] = "This will notify when anything is deleted from this folio.";
wwStrings["wwBrowse"] = "Browse";
wwStrings["wwFeResetBtn"] = "Reset";
wwStrings["wwCollectionAdminToggleMarkedInstruction"] = "Click to temporarily grant user {1} the privilege to enable/disable marked folders:";
wwStrings["wwComponentUploadAutoEnabledInfoMsg"] = "\nSince at least one of these was already installed and enabled, Component Manager automatically enabled all of them.\nA restart of the content server is required.\n";
wwStrings["wwCpdFolioItems"] = "Folio Items";
wwStrings["wwCpdName"] = "Name:";
wwStrings["wwText"] = "Text";
wwStrings["wwProxyInstance"] = "Instance:";
wwStrings["wwCollectionExploringCollection"] = "Exploring \"{1}\"";
wwStrings["wwFeAddTemplatedActionsDesc"] = "\nCheck the following option to automatically insert HTML elements (buttons and links)\nused to perform the selected table actions.\n";
wwStrings["wwDiscussionReplyToThis"] = "Reply To This";
wwStrings["wwCpdNoTemplates"] = "No Folio Templates";
wwStrings["wwCmuSectionLabel_applicationfields[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeFieldPresent[idcComponentName]"] = "FormEditor";
wwStrings["wwFsMetadataImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwGuestAccessDescription"] = "Use the navigation items below to access public content only.";
wwStrings["wwListTemplateDownloadNativeText"] = "download native";
wwStrings["wwCollectionNewContent"] = "New Content";
wwStrings["wwWfReviewAdminForceCheckinMsg"] = "You may review this workflow item in the window to the right. You are currently not required to take any actions on this item.\u003cbr\u003e\u003cbr\u003e This item is currently checked out by {1q}. However, since you are an administrator, you can force a check-in to continue the workflow.";
wwStrings["wwdFormat[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwNativeFileLink"] = "Native File Link:";
wwStrings["wwMillisecond"] = "1 Millisecond";
wwStrings["wwPortalPersonalUrls"] = "Portal Personal URLs";
wwStrings["wwFeIncludeErrNameInUse[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_workflowscripts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdTrayArrow"] = "Tray arrow";
wwStrings["wwWfReadyForStep"] = "Content item {1q} is ready for workflow step {2q}.";
wwStrings["wwContains"] = "Contains";
wwStrings["wwPersonalSearchLinks"] = "Personal Search Links";
wwStrings["wwWfStep"] = "Step";
wwStrings["wwCpdOrder"] = "Order";
wwStrings["wwCmuActionHistoryFinishTime"] = "Finish";
wwStrings["wwDCConfigRuleCriteriaTitle"] = "Rule Criteria";
wwStrings["wwFeAdvBindNote[idcComponentName]"] = "FormEditor";
wwStrings["wwNonZoneFields"] = "Text Fields";
wwStrings["wwDocumentList"] = "Document List";
wwStrings["wwDocsMatchingSubscription"] = "Documents Matching this Subscription";
wwStrings["wwFeControlledAction"] = "Action is controlled by the table row presentation.";
wwStrings["wwCollectionMaxContentPerCollection"] = "Maximum Content Per Virtual Folder";
wwStrings["wwWebViewableLink"] = "Web-Viewable Link:";
wwStrings["wwCpdCopyBasketItemsDesc"] = "Choose the Content Basket you want to copy the selected items into";
wwStrings["wwCpdMoveBasketItemsDesc"] = "Choose the Content Basket you want to move the selected items into";
wwStrings["wwCpdSearchForItemsDesc"] = "Use this search form to locate the items you want to add to the folio\'s source item collection.";
wwStrings["wwCpdAddItemsToFolioPageTitle"] = "Add Items To Folio";
wwStrings["wwCmuButtonLabelImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwStartLocalizationAudit"] = "Start auditing";
wwStrings["wwDiscussionFullInfoMenuLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwLkHide"] = "Hide";
wwStrings["wwWebUrlMappedFolders"] = "Web Url Mapped Folders";
wwStrings["wwfIndicator"] = "Indicator";
wwStrings["wwLdapAttributeMapLabel"] = "Attribute Map:";
wwStrings["wwLabelFolderID[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwAdministrationForServers"] = "Administration for Servers";
wwStrings["wwCmuActionHistorySource"] = "Source";
wwStrings["wwDCConfigDefTemplateCol2"] = "Available Templates";
wwStrings["wwDpErrorAtProfile"] = "Error at profile:";
wwStrings["wwTraceOptionInfo"] = "Tracing Sections Information";
wwStrings["wwCmuV6CompatComponentMissing"] = "\nThe CmuV6Compatibility component is not installed. Please install the\nCmuV6Compatibility component located in the custom/ConfigMigrationUtility\ndirectory to resume proper operation.\n";
wwStrings["wwChildPageHeader"] = "Child page header";
wwStrings["wwTestEmailFormNoSubject"] = "You are about to send an email with an empty subject.  Do you wish to continue?";
wwStrings["wwCustomizeDescriptionHeader"] = "Customize Description";
wwStrings["wwNOEViewOnWeb"] = "View Results On Web";
wwStrings["wwCmuCreateExportTemplate"] = "Create Export Template";
wwStrings["wwKeyValue"] = "Key Value";
wwStrings["wwSoapComplexTypes[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwHelperItemsShownFieldDesc"] = "When pagination display the number of items along with the items being shown.";
wwStrings["wwBasicUnsubscriptionDesc"] = "To stop receiving e-mail notifications about \u003cstrong\u003e\"{1}\"\u003c/strong\u003e, click the Unsubscribe link below.";
wwStrings["wwFeRepeatDesc"] = "\nUse this option to generate an HTML table, which is bound to a specified data table.\n";
wwStrings["wwLkResType_node[idcComponentName]"] = "LinkManager";
wwStrings["wwCpdCreateSlot"] = "Create Slot";
wwStrings["wwCpdAddItemToFolio"] = "Add item to folio";
wwStrings["wwAddOutgoingProvider"] = "Add Outgoing Provider";
wwStrings["wwSavedQueriesTable"] = "Table with a list of saved queries.";
wwStrings["wwFsReset"] = "Reset";
wwStrings["wwCmuTaskHistory"] = "Action History";
wwStrings["wwFeHiddenName"] = "Name";
wwStrings["wwCmuSectionDesc_doctypes"] = "Content Types Section";
wwStrings["wwContentOutput"] = "Content Output";
wwStrings["wwCpdContentIdLabel"] = "Content ID:";
wwStrings["wwFeatureLevelHeader"] = "Level";
wwStrings["wwCmuSectionDesc_pne"] = "Personalization Data Section";
wwStrings["wwFeActionSubmitForm[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuEditExportRuleTitle"] = "Edit Export Rule";
wwStrings["wwFeElementType[idcComponentName]"] = "FormEditor";
wwStrings["wwWeblayoutDir"] = "Weblayout Directory";
wwStrings["wwSpecifyIntegerForCapacity"] = "Please specify an integer value for the capacity check interval.";
wwStrings["wwAdditionalInformation"] = "Additional Information";
wwStrings["wwHomePage"] = "Home Page";
wwStrings["wwFeTableCellSpacing"] = "Cell spacing";
wwStrings["wwBasicSubscriptionDesc"] = "\nIf you want to receive an email notification each time a new\nrevision of \u003cstrong\u003e\"{1}\"\u003c/strong\u003e becomes available, click the Subscribe link below.\n";
wwStrings["wwMetricSymbol-15"] = "{1} f{2}";
wwStrings["wwOutputLimitedByMaxRows"] = "** Output is limited by the maximum rows.";
wwStrings["wwNoCriteraMsg"] = "No Subscription Criteria specified.  Please choose at least one criteria to subscribe to.";
wwStrings["wwCmuSectionLabel_usermetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwOverallMemCheckTime"] = "Overall time for memory check";
wwStrings["wwAdminServerManagedServerType"] = "Server Type";
wwStrings["wwImageFileName"] = "Image File Name";
wwStrings["wwFeTableAlign[idcComponentName]"] = "FormEditor";
wwStrings["wwAttachSelectedUrlNative"] = "URL - Native [Attach Selected]";
wwStrings["wwRefineryProviderMaxJob"] = "Enter the number of jobs allowed in the pre-converted queue.";
wwStrings["wwApprovedBy"] = "Approved By:";
wwStrings["wwAdminCancelIndexRebuild"] = "Cancel index rebuild";
wwStrings["wwRoles"] = "Roles";
wwStrings["wwFsConfig"] = "Configure File Store";
wwStrings["wwCmuImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwUrlInfo"] = "URL - Info";
wwStrings["wwCmuAdminImportPage"] = "Configuration Import Page";
wwStrings["wwDiscussionCannotShowNewItemForm[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCustomizeSearchResultTemplatesAction"] = "Customize";
wwStrings["wwCmuActionEventsCaption"] = "Log for {1q}";
wwStrings["wwTestEmailRecipient"] = "Recipient";
wwStrings["wwSearchResultTemplatesFor"] = "Search Result Templates for {1}";
wwStrings["wwFeInvalidCharacters"] = "There are invalid characters in the element.";
wwStrings["wwCheckinNewTemplate"] = "Create New Template";
wwStrings["wwAttachWeb"] = "Web";
wwStrings["wwLastNotifyDate"] = "Last Notification Attempt";
wwStrings["wwdOriginalName"] = "Original Name";
wwStrings["wwEnvironmentKeyDetails_show_ignored"] = "Show";
wwStrings["wwClbraNoRevs"] = "There are currently no revisions in this collaboration project.";
wwStrings["wwCollectionUserDefaultConfiguration"] = "Default Information Field Configuration for {1}";
wwStrings["wwLkRefreshRefs"] = "Refresh references counts";
wwStrings["wwFsLinkMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeTableDlgTitle"] = "Table Options";
wwStrings["wwFsPartitionsTable"] = "A list of file store partitions.";
wwStrings["wwWebLocation"] = "Web Location";
wwStrings["wwCmuActionLabelEditBundle"] = "Edit Bundle";
wwStrings["wwIsJspServerEnabled"] = "Enable Java Server Page (JSP)";
wwStrings["wwCpdEditSubsFolioChildUpdateTitle"] = "Child update";
wwStrings["wwLastErrMsg"] = "Last Message";
wwStrings["wwMemoryFree"] = "Free memory";
wwStrings["wwCmuSectionLabel_archives"] = "Archive Definitions";
wwStrings["wwBasicSubscriptionListDesc"] = "You are subscribed to these items:";
wwStrings["wwInformation"] = "Information";
wwStrings["wwSubscribedAt"] = "Subscribed At:";
wwStrings["wwFeActionResetForm"] = "Reset form";
wwStrings["wwEnterpriseSearchable"] = "Enterprise Searchable";
wwStrings["wwAdsUserPassword"] = "User Password";
wwStrings["wwDiscussType[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwHelperCopyParagraph"] = "Replicates objects.";
wwStrings["wwAttributeMapDesc"] = "\nThis will map certain attributes associated with the users LDAP object to user\nattributes in the Content Server. If this is left blank, the provider will use\nthe following attributes:\n\u003cul\u003e\n\t\u003cli\u003e\'mail\' to \'dEmail\'\n\t\u003cli\u003e\'cn\' to \'dFullName\'\n\t\u003cli\u003e\'title\' to \'dUserType\'\n\u003c/ul\u003e\n";
wwStrings["wwCmuGetAllTasks[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFullName"] = "Full Name";
wwStrings["wwCpdSimpleFolio"] = "Simple Folio";
wwStrings["wwdWebExtension"] = "Web Extension";
wwStrings["wwCpdTemplateFolio"] = "Folio Template:";
wwStrings["wwCmuActionLabelExport"] = "Export";
wwStrings["wwTraceEditOptionsDescription"] = "\nTracing in the content server can be activated on a section-by-section basis. Sections can be added by appending extra sections\nto create a comma separated list. The wildcard character * is supported so that schema* will trace all sections that begin with the prefix schema.\nSome tracing sections also support verbose output. Checkmark the verbose option if you wish to see in depth tracing for any\nactive section that supports it. Any options set here will be lost on the next content server restart unless you choose\nan option to save your current choices.\n";
wwStrings["wwFeChecked[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelHttpServerAddress"] = "HTTP Server Address:";
wwStrings["wwRefineryReadOnlyMode"] = "Refinery read-only mode";
wwStrings["wwLayout"] = "Layout";
wwStrings["wwCreate"] = "Create";
wwStrings["wwNativeFile"] = "Native File";
wwStrings["wwCmuActionLabelPreview"] = "Preview";
wwStrings["wwXuiShowInDescription"] = "Show in Description";
wwStrings["wwShowSchemaCacheDetails"] = "Schema Cache Details";
wwStrings["wwCmuEvent"] = "Event";
wwStrings["wwHelperContentExpired"] = "The content \'{1}\' has been expired.";
wwStrings["wwFsJdbcRenditions"] = "Renditions";
wwStrings["wwLkAbortDesc"] = "Aborts the current refresh activity at the earliest possible moment.";
wwStrings["wwSearchForms"] = "Search Forms";
wwStrings["wwFeTableDifferent"] = "The field is fully qualified and does not belong to the designated table. Please change.";
wwStrings["wwFeDeleteAction"] = "Delete row link";
wwStrings["wwFeSubmitBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTextFieldProps"] = "Text Field";
wwStrings["wwApprove"] = "Approve";
wwStrings["wwListTemplateDownloadText"] = "download";
wwStrings["wwDay"] = "1 Day";
wwStrings["wwCmuAdminExportPage"] = "Configuration Templates Page";
wwStrings["wwShowMemDetails"] = "Memory Details";
wwStrings["wwFsMissingStorageRuleName"] = "The storage rule name needs to be specified.";
wwStrings["wwSpecifyField"] = "Please specify a value for field {1}.";
wwStrings["wwNoOptionListsInSystem"] = "There are no option lists currently defined in the system.";
wwStrings["wwFsChangingRuleConfigWarning[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwBuild"] = "Build";
wwStrings["wwCustomizeColumnsHeader"] = "Customize Columns";
wwStrings["wwWorkflowHistory"] = "Workflow History";
wwStrings["wwFeTextFieldMaxChars[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuLogs[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProductVersionInfoLabel"] = "Product Build:";
wwStrings["wwSchemaNotStableError_checkin"] = "Choice lists are not fully loaded.  Checkin aborted.";
wwStrings["wwDCConfigMaxFileText"] = "The maximum size of file that will be processed by Dynamic Converter.";
wwStrings["wwDCEditTemplateText"] = "Select the template that you would like to edit.";
wwStrings["wwAction"] = "Action";
wwStrings["wwCpdChangeToDisplayView"] = "Change to display view";
wwStrings["wwFeIsAdvanced[idcComponentName]"] = "FormEditor";
wwStrings["wwSavedQueriesForUser"] = "Saved Queries for {1}";
wwStrings["wwFeInvalidSpaceCharacter[idcComponentName]"] = "FormEditor";
wwStrings["wwFeatureNameHeader"] = "Feature Name";
wwStrings["wwExpiringContent"] = "Expiring Content";
wwStrings["wwPreviewNavigationFrame"] = "Preview Navigation Frame";
wwStrings["wwFishbowlDeleteLicense"] = "Delete License";
wwStrings["wwCpdContinueEditingTemplate"] = "Continue editing the folio template";
wwStrings["wwUseSimpleAuthModelDesc"] = "\nIf this config value is set, the Active Directory plugin will only do the\nauthentication of the user.  This requires that some other method be in place\nfor retrieving the users roles and accounts. A usual scenario for this is to\nhave the Active Directory plugin authenticate the user and then have a User\nProvider in the content server read the roles and accounts (i.e. - from an LDAP\nserver).\n";
wwStrings["wwProviderType"] = "Provider Type";
wwStrings["wwCmuImportPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMoveFieldToMainInfo"] = "Move Field To Main Information";
wwStrings["wwLabelFormat"] = "Format:";
wwStrings["wwCollectionDefinedCollections"] = "Defined Virtual Folders";
wwStrings["wwEditListTemplates"] = "Edit Content List Templates";
wwStrings["wwContentItemsForClbraWorkflow"] = "Content items for collaboration project {2q} in workflow {1q}";
wwStrings["wwCmuSectionLabel_doctypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuActionHistoryStatus[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSearchable"] = "Searchable:";
wwStrings["wwCollectionLabelCriteria"] = "Selection Criteria";
wwStrings["wwCmuBundleSourceHost"] = "Source";
wwStrings["wwSearchLinks"] = "Search Links";
wwStrings["wwCheckinProfileTitle"] = "Content Check In Form for {1k}";
wwStrings["wwLkNodeAlias"] = "Target Node Label";
wwStrings["wwdExtension"] = "File Extension";
wwStrings["wwEntryPoint"] = "Entry Point:";
wwStrings["wwDBSearchZoneConfig"] = "Zone Fields Configuration";
wwStrings["wwCmuSectionLabel_workflows[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwRejectDocument"] = "Reject {1}";
wwStrings["wwCpdFolioEditLabel"] = "Edit Folio";
wwStrings["wwCmuSectionImportChangeDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdNewNodeLabel"] = "New Node";
wwStrings["wwRemoveFilter"] = "Remove Filter";
wwStrings["wwLdapRolePrefixLabel"] = "Role Prefix:";
wwStrings["wwLabelJdbcUser"] = "JDBC User:";
wwStrings["wwdIsSearchable"] = "Is Searchable";
wwStrings["wwCmuImportOnly[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwUserPersonalization"] = "User Personalization Settings";
wwStrings["wwAdminPagesForInstance"] = "Administration Pages for {1}";
wwStrings["wwCpdPasteItem"] = "Paste";
wwStrings["wwMetricPrefix24"] = "{1} Yotta{2}";
wwStrings["wwNoSubscriptionsToView"] = "There are no subscriptions to view.";
wwStrings["wwOutgoingProviderDesc"] = "Configuring an outgoing provider.";
wwStrings["wwNotZoneHasAsWord"] = "Not Has Word";
wwStrings["wwRejectedBy"] = "Rejected By:";
wwStrings["wwLdapSourcePath"] = "Source Path";
wwStrings["wwMyWorkflowAssignments"] = "My Workflow Assignments";
wwStrings["wwNative"] = "Native";
wwStrings["wwEditSavedQueries"] = "Edit Saved Queries";
wwStrings["wwVerityLogs"] = "Verity Logs";
wwStrings["wwStandardSearchFormActionLabel"] = "Expanded Form";
wwStrings["wwCurrentUrlLabel"] = "Current URL";
wwStrings["wwCpdFolioViewSimpleLabel"] = "View Simple Folio";
wwStrings["wwCmuEmailResults"] = "Email Results";
wwStrings["wwCpdSlotNotSelected"] = "Target not selected";
wwStrings["wwSpecifyHostName"] = "Please specify a value for the server host name.";
wwStrings["wwVerifyProviderReset[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwPolish"] = "Polish";
wwStrings["wwMemoryMax"] = "Maximum memory";
wwStrings["wwAdminApplets"] = "Admin Applets";
wwStrings["wwRelativeWebRoot"] = "Relative Web Root";
wwStrings["wwAdditionalComponents"] = "Additional Components";
wwStrings["wwPreviewPage"] = "Preview page with navigation frame and preview frame.";
wwStrings["wwInfoCollaboration"] = "Information for collaboration project {1q}";
wwStrings["wwCmuForceTriggerField[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwChinese-Simplified"] = "Chinese-Simplified";
wwStrings["wwJavaClasspath"] = "Java Classpath";
wwStrings["wwCpdCreateSnapshot"] = "Create snapshot";
wwStrings["wwFeAdvTableEditDesc"] = "\nCheck any of the following options to enable functionality needed to support\nthe table actions described.\n";
wwStrings["wwdFileSize"] = "File Size";
wwStrings["wwCpdGoToFolioView"] = "View the folio";
wwStrings["wwSearchForLinks"] = "Search for Links";
wwStrings["wwErrorReadingComponentFile"] = "Error reading component information from: {1}";
wwStrings["wwSubmitUpdate"] = "Submit Update";
wwStrings["wwSoapNameLabel"] = "Name:";
wwStrings["wwFsEditRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLabelAttachSelected"] = "Attach Selected:";
wwStrings["wwFeTableDifferentFromBlock[idcComponentName]"] = "FormEditor";
wwStrings["wwRemoveValueAndChildren"] = "Remove value {1} and dependent children";
wwStrings["wwDiscussionGroupLayoutsLinkLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwIncomingProviderDesc"] = "Configuring an incoming provider.";
wwStrings["wwCmuSectionValue"] = "Value";
wwStrings["wwSoapUpdateResponseParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwInvalidUserName"] = "The user name is invalid.";
wwStrings["wwFeAdvPropsDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelConfirmPassword"] = "Confirm Password:";
wwStrings["wwLdapEditProvider"] = "Edit LDAP Provider";
wwStrings["wwQueryBuilderOr"] = "OR";
wwStrings["wwCommonLinks"] = "Common Links:";
wwStrings["wwCmuAdminExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeHiddenName[idcComponentName]"] = "FormEditor";
wwStrings["wwFilterDebug"] = "FILTER_DEBUG";
wwStrings["wwWsdlListTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwmyNativeFileLink"] = "Native File";
wwStrings["wwibrOptionsPageDescription"] = "Options that affect how the Content Server interacts with Inbound Refinery providers.";
wwStrings["wwSpecialFieldsOptionGroup"] = "Special";
wwStrings["wwCpdManageContentBasketsLabel"] = "Manage Content Baskets";
wwStrings["wwViewDocProbReports"] = "View Document Problem Reports";
wwStrings["wwRegexNoMatch"] = "{1} does not match the regular expression {2}";
wwStrings["wwDiscussionPageTitle"] = "Discussion on {1}";
wwStrings["wwSoapTypeLabel[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFePleaseSpecifyName"] = "Please specify a name for the element.";
wwStrings["wwLkType_internal"] = "internal";
wwStrings["wwTaminoNoMatchingSeg"] = "No document matches query.";
wwStrings["wwCmuLabelHide"] = "Hide";
wwStrings["wwLabelSecurityGroup"] = "Security Group:";
wwStrings["wwSoapRequestParameters"] = "Request Parameters";
wwStrings["wwLdapAdminPassword"] = "LDAP Admin Password";
wwStrings["wwUpdateLicenseForServer"] = "Update License for {1}";
wwStrings["wwFeAddTemplatedActionsNote[idcComponentName]"] = "FormEditor";
wwStrings["wwWfName"] = "Workflow";
wwStrings["wwSCORE"] = "Score";
wwStrings["wwSelectAField"] = "Select a Field";
wwStrings["wwIbrProviderStatusLabel"] = "IBR Provider Status";
wwStrings["wwCurrentlyDisabledComponents"] = "Currently Disabled Components";
wwStrings["wwPasswordNotConfirmed"] = "\nThe new password was not correctly confirmed.\nMake sure the confirmation password exactly matches the new password.\n";
wwStrings["wwSoapUpdateRequestParameters"] = "Update Request Parameters";
wwStrings["wwCmuExportName"] = "Name";
wwStrings["wwDiscussionCountInfo"] = "({2} item{2?s})";
wwStrings["wwFsFieldDesc_dStatus[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsNoPartitions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDefaultMasterDomain"] = "Default Master Domain";
wwStrings["wwVerifyProviderDelete"] = "Are you sure you wish to delete this provider?";
wwStrings["wwDCConfigDefTemplateCol1"] = "Template";
wwStrings["wwHasAsWordPrefix"] = "Has Prefix";
wwStrings["wwIdcAdminServerPort"] = "Port number";
wwStrings["wwAddNewCustomListTemplate"] = "Add new custom template...";
wwStrings["wwVaultDir"] = "Vault Directory";
wwStrings["wwSpecifyReleaseDate"] = "Please specify a release date.";
wwStrings["wwCollectionAdminDefaultInformationFields"] = "System Default Information Field Configuration";
wwStrings["wwFullAccess"] = "Full Access";
wwStrings["wwCpdFolioListingDesc"] = "Select a folio from the search result listing below.";
wwStrings["wwCmuButtonLabelSave[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkAlias"] = "Resource Label";
wwStrings["wwLdapProviderInformationTitle"] = "LDAP Provider Information for";
wwStrings["wwLdapSpecifySourcePath"] = "Please specify a value for the source path.";
wwStrings["wwCmuActionEventMessageLabel"] = "Message";
wwStrings["wwCpdFolioClonedItemTemplateCheckinDesc"] = "This template contains items that require cloning.  A folio based off this template must be checked in before editing can continue.";
wwStrings["wwShowAdvancedOptionsQueryBuilder"] = "show advanced options";
wwStrings["wwFormSubmissionSuccess"] = "Form Submission Success";
wwStrings["wwCmuSectionDesc_usermetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAutomated"] = "Automated";
wwStrings["wwMatches"] = "Matches";
wwStrings["wwStandardSearchFormLabel"] = "Expanded";
wwStrings["wwTdReplyPrefix"] = "RE: {1}";
wwStrings["wwVerifyProjectUnregistration"] = "Unregistering a Publisher project from workflow is an irreversible act that may have\\nserious consequences on the system. In particular, it causes the system to\\ndelete all Publisher project revisions and associated data.\\n\\nAre you sure you want to proceed?";
wwStrings["wwdOrder"] = "Order";
wwStrings["wwFeAdvValueDesc"] = "\nA value may be bound to a field by specifying the name in the following field. Note that the script\nmust be enclosed in double square brackets and of the form [[field]].\n";
wwStrings["wwNoProblemReportForItem"] = "There are no problem reports for this content item.";
wwStrings["wwContentExpiredAfter"] = "Content expired after \u003cbr\u003e {1t}";
wwStrings["wwCpdMyPersonalBaskets"] = "My Baskets";
wwStrings["wwFeBasicTemplateHelp"] = "\nThe form below has been defined to be advanced. Add elements to this form to\ncreate a Content Server HCSF Form. All advanced elements need be contained in an \nadvanced form to function properly.\n";
wwStrings["wwFsRuleSuccess"] = "The storage rule has been successfully updated in the system.";
wwStrings["wwFeCustomTabLabel"] = "Variables";
wwStrings["wwWfEnterTs"] = "Enter Date";
wwStrings["wwFeEditorTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwUnregisterWorkflow"] = "Unregister Workflow";
wwStrings["wwWizardMetadata"] = "Wizard Fields";
wwStrings["wwPreviewPage2"] = "Preview page with preview frame.";
wwStrings["wwCollectionAdminToggleMarkedReturnLinkText"] = "Return to";
wwStrings["wwAdsUseBasicGroups"] = "ADSI";
wwStrings["wwInstanceName"] = "Instance Name";
wwStrings["wwUserProfile"] = "User Profile";
wwStrings["wwSearchDesc"] = "Allows you to search for content.";
wwStrings["wwIbrConfigMenuLabel[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCmuSectionImportChangeDescription"] = "\nPage has been modified.\nAny changes made on this page or any children pages \nwill be recorded, but not permanently saved.  All changes \nwill be lost when navigating from the definition page.\n";
wwStrings["wwThreadInfoDetails"] = "Thread Details";
wwStrings["wwQuickHelpHeaderLinkText"] = "quick help";
wwStrings["wwGetCopyAccess"] = "Allow get copy for user with read privilege";
wwStrings["wwSpecifyDocTypeToAdd"] = "Please specify a document type to add.";
wwStrings["wwCpdFolioDefaultProperties"] = "Folio Default Properties";
wwStrings["wwUninstall"] = "Uninstall";
wwStrings["wwCmuSectionLabel_docformats"] = "Content Formats";
wwStrings["wwViewLog"] = "View Web Server Filter Log";
wwStrings["wwOptionalSearchCollections"] = "Optional Search Collections";
wwStrings["wwUserProfileLinks"] = "User Profile Links";
wwStrings["wwdDocTitle"] = "Title";
wwStrings["wwCmuNoteLabel"] = "Note";
wwStrings["wwFsPathInformation"] = "Path Information";
wwStrings["wwCollectionAdminConfigurationTitle"] = "Virtual Folder Administration Configuration";
wwStrings["wwCpdNoItemInCopyBuffer"] = "Copy buffer empty.";
wwStrings["wwMetricSymbol21"] = "{1} Z{2}";
wwStrings["wwCollectionAdminToggleMarkedMsg"] = "The environment configuration CollectionReadOnlyMarkedFolders is currently set to true\nwhich prevents changing the enabled state of a Marked Folder.";
wwStrings["wwMetricPrefix6"] = "{1} Mega{2}";
wwStrings["wwTestQuery"] = "Test Query";
wwStrings["wwFeTableDesc"] = "\nSelect the type of table you want to create and set the associated options.\n";
wwStrings["wwCmuTaskNameRequired"] = "Task name required.";
wwStrings["wwFeatureVersionHeader"] = "Version";
wwStrings["wwFsFieldDesc_xStorageRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDCEditTemplateTextCol1"] = "Template";
wwStrings["wwHelperQuickLinksFieldDesc"] = "Controls whether freqently used items should appear high in the context menu.";
wwStrings["wwNumBytesPerChar"] = "Number of Bytes Per Character";
wwStrings["wwCpdTemplateID"] = "ID";
wwStrings["wwNativeVersion"] = "Native Version";
wwStrings["wwClbraAddDescription"] = "\nIn the fields below, collaboration project information that will be displayed and used on check in and update pages\n\tmay be modified. The name and description are used to give a way of identifying the collaboration project to the user.\n\tIn particular, the collaboration name will be used on check in pages in conjunction with the access list.\u003cbr\u003e\u003cbr\u003e\n\n\tThe user access list is used to determine what kind of privileges users have for the collaboration project and content.\n\tA user with admin privilege, (A), has the rights to edit the project. A user with write privilege, (W), has rights to\n\tcheck content into the collaboration project. A user with read privilege, (R), has rights to search and view the content.\n";
wwStrings["wwActionsLabel"] = "Actions:";
wwStrings["wwListTemplateCantMoveOptionToText1"] = "Unable to add \'{1}\' to your list of Main Information. If you would like to use this field, please add it to Additional Information.";
wwStrings["wwGetCollabList"] = "Get Collaboration List";
wwStrings["wwNynorsk"] = "Nynorsk";
wwStrings["wwTotalThreads"] = "Total Threads: {1}";
wwStrings["wwLkResType_doc[idcComponentName]"] = "LinkManager";
wwStrings["wwSoapAddComplexType"] = "Add Complex Type";
wwStrings["wwFullAccessDescription"] = "Log in to use the content server with your full access privileges";
wwStrings["wwFeTableColumns[idcComponentName]"] = "FormEditor";
wwStrings["wwBackgroundThreadFor"] = "Process for \'{1}\'";
wwStrings["wwSearchProviders"] = "Search Providers";
wwStrings["wwIdcStringBuilderCapacityChanges"] = "IdcStringBuilder capacity changes: {1i} per million";
wwStrings["wwLdapUseNetscape"] = "Use Netscape SDK";
wwStrings["wwIbrConversionJobStatusLabel"] = "Conversion Job Status";
wwStrings["wwTempConvCriteriaMissing"] = "Criteria is missing for criteria";
wwStrings["wwFeCheckin[idcComponentName]"] = "FormEditor";
wwStrings["wwFsStoreRule"] = "Storage Rule";
wwStrings["wwWfInQueueFor"] = "Workflow In Queue for {1}";
wwStrings["wwFeNameMustBeLongerThan2[idcComponentName]"] = "FormEditor";
wwStrings["wwWorkflowStartedNotification"] = "Workflow Started Notification";
wwStrings["wwOptimizedFields[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwClearLocalizationAudit"] = "Clear auditing";
wwStrings["wwLogOptions"] = "Log Options";
wwStrings["wwSubscribe"] = "Subscribe";
wwStrings["wwFeInvalidCharacters[idcComponentName]"] = "FormEditor";
wwStrings["wwFishbowlAdminLinks"] = "Fishbowl Solutions, Inc.\u003cbr\u003eAdministration Links";
wwStrings["wwWfActionHistory"] = "Workflow Content Action History";
wwStrings["wwEnableDownloadApplet"] = "Enable Download Applet:";
wwStrings["wwNewDocType"] = "New Document Type";
wwStrings["wwNotifiedSubjects"] = "Notified Subjects";
wwStrings["wwLdapConnectionTimeout"] = "Connection timeout";
wwStrings["wwCollectionColumns"] = "Modify Columns";
wwStrings["wwIbrHandlePreConvertedJobs[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSubscriptionGroupTable"] = "Table containing a list of subscription groups";
wwStrings["wwLkResType_id[idcComponentName]"] = "LinkManager";
wwStrings["wwCmuDeleteAllLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAdsUseNestedGroups"] = "ADSI with nested groups";
wwStrings["wwCpdAddLink"] = "Add Link";
wwStrings["wwNoRevisions"] = "This content item has no released revisions.";
wwStrings["wwUseFullGroupName"] = "Use Full Group Names";
wwStrings["wwNumberGreaterEqual"] = "Greater or Equal";
wwStrings["wwTitleDisabledComponents"] = "Disabled Components:";
wwStrings["wwCpdSetFolioTemplateCheckinProfileDesc"] = "Select a content profile to be applied to the new folio template, or leave set to \'none\' to check in without a profile.";
wwStrings["wwEditIncomingProvider"] = "Edit Incoming Provider";
wwStrings["wwPublisherProblemReportNotification"] = "Publisher Problem Report Notification";
wwStrings["wwFeRadioProps"] = "Radio Button";
wwStrings["wwButtonEnable"] = "\u003c\u003c Enable";
wwStrings["wwWorkflows"] = "Workflows";
wwStrings["wwReject"] = "Reject";
wwStrings["wwRefineryProviderReadOnly"] = "Inbound Refinery Read Only Mode";
wwStrings["wwCollectionUserConfiguration"] = "Folder Configuration for {1}";
wwStrings["wwCheckinExistingTemplate"] = "Check In Existing Template";
wwStrings["wwArchiverImportConflictingRevision[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSecond"] = "1 Second";
wwStrings["wwFilterDepth"] = "Depth";
wwStrings["wwFormats"] = "Formats";
wwStrings["wwName"] = "Name";
wwStrings["wwOSServiceName"] = "Service Name";
wwStrings["wwDisableGzipCompression"] = "Disable GZIP Compression";
wwStrings["wwArchiver"] = "Archiver";
wwStrings["wwCmuSectionDesc_workflows[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwComponentUninstallComfirmMsg"] = "Are you sure you want to uninstall the component?";
wwStrings["wwCmuActionHistory"] = "Action History";
wwStrings["wwincludeFolderChildren"] = "Folder and subfolders";
wwStrings["wwDownloadApplet"] = "Download Applet";
wwStrings["wwCollectionAdvancedMetaConfigurationNote"] = "Select from the available information fields to be displayed as virtual folders and to be appended to the filename.";
wwStrings["wwProblemReport"] = "Problem Report";
wwStrings["wwFsMissingStorageRuleName[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuExportAction"] = "Export";
wwStrings["wwFormSubmissionError"] = "Form Submission Error";
wwStrings["wwCpdItemCheckinTitle"] = "Item Check In";
wwStrings["wwWorkflowInfoForItem"] = "Workflow Info For Item {1q}";
wwStrings["wwVerifySerialNumberIsCorrect"] = "\nNext, verify that the serial number below matches the number\nshown on the registration information form shipped with your product.\n";
wwStrings["wwPersonalCheckinLinks"] = "Personal Check In Links";
wwStrings["wwThreadInfo"] = "Thread Information";
wwStrings["wwFeProfileCheckinDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwFeBasicFormTemplateDesc"] = "A basic web form to be used by the Content Server.";
wwStrings["wwCpdItemTypeNotAllowed"] = "Invalid item type.";
wwStrings["wwCpdManageBaskets"] = "Manage Content Baskets";
wwStrings["wwFeAdvBlockDesc"] = "\nAn advanced block can either be bound to a result set or be conditionally displayed. When bound to\na result set, the table is expected to be in the following three row format.\n\u003cul\u003e\n\u003cli\u003eThe first row is the header row.\u003c/li\u003e\n\u003cli\u003eThe second row is only displayed if the bound result set contains rows \nand each row of the result set is displayed in the format specified by this row.\u003c/li\u003e\n\u003cli\u003eThe third row is only displayed if the result set contains no values.\u003c/li\u003e\n\u003c/ul\u003e\n";
wwStrings["wwLabelServerHostName"] = "Server Host Name:";
wwStrings["wwCollectionAdminToggleMarkedGrantButtonNote"] = "(Modify privilege expires in 5 minutes)";
wwStrings["wwCmuUploadBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCheckedOutBy"] = "Checked Out By";
wwStrings["wwCmuExportActions"] = "Actions";
wwStrings["wwUseOptions"] = "Use Options:";
wwStrings["wwFeSubmitBtn"] = "Submit";
wwStrings["wwOracleTextIndexRebuild[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwLkNoActivity[idcComponentName]"] = "LinkManager";
wwStrings["wwLkUpdateTs"] = "Update Date";
wwStrings["wwFishbowlComponentsMFC"] = "Multi-Field Configurator";
wwStrings["wwMyViewLabel"] = "My View:";
wwStrings["wwCpdFolioViewLabel"] = "View Folio";
wwStrings["wwSoapUpdateResponseParameters"] = "Update Response Parameters";
wwStrings["wwCpdEditSubsFolioDeleteTitle"] = "Delete";
wwStrings["wwCanNotUseList"] = "Can not use the listing component without the Layout Manager.";
wwStrings["wwNextPage"] = "Next Page";
wwStrings["wwFeActionElementSelectionError[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdLastModified"] = "Last modified:";
wwStrings["wwListTotalRows"] = "{1} items in listing.";
wwStrings["wwUserNames"] = "User Names";
wwStrings["wwCmuActionLabelImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFinalizationTime"] = "Finalization time";
wwStrings["wwBriefContentLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwLkResType_doc"] = "item";
wwStrings["wwAddRemoteContentServerDesc"] = "Enter the hostname and port of an external running admin server. This can be a remote master instance or a node in a cluster.";
wwStrings["wwProviderConnection"] = "Provider Connection";
wwStrings["wwInternetFullTextSearchDesc"] = "Enter search terms";
wwStrings["wwCheckInConfirmation"] = "Check In Confirmation for {1q}";
wwStrings["wwFeCustomNote"] = "\nNote: There should be only one name/value pair per line in the format \"name=value\".\n";
wwStrings["wwContentMetadata"] = "Content Metadata";
wwStrings["wwExpDate"] = "Expiration Date";
wwStrings["wwCpdCutItem"] = "Cut";
wwStrings["wwEmailFormatHtml"] = "html";
wwStrings["wwLabelSearchTemplate"] = "Search Template:";
wwStrings["wwButtonDisable"] = "Disable \u003e\u003e";
wwStrings["wwTargetedQuickSearchEditOption"] = "Edit...";
wwStrings["wwLkInfoTitle[idcComponentName]"] = "LinkManager";
wwStrings["wwProjectName"] = "Publisher Project Name:";
wwStrings["wwDTMMessage"] = "Distributed Task Manager Message";
wwStrings["wwListTemplateCustomIdocDescription"] = "Idoc Script entered into this field is evaluated and included before the table is displayed.";
wwStrings["wwMyView"] = "My View";
wwStrings["wwDigestOnly"] = "Digests Only";
wwStrings["wwCollectionVirtualFolderOptions"] = "General Virtual Folder Options";
wwStrings["wwFeDynIncludeName"] = "Include name";
wwStrings["wwMetricSymbol9"] = "{1} G{2}";
wwStrings["wwCmuActionHistoryStartTime[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwContentActionsMenuItem"] = "Content Actions";
wwStrings["wwCmuImportPreview"] = "Preview";
wwStrings["wwLabel"] = "Label";
wwStrings["wwSearchProbReports"] = "Search Problem Reports";
wwStrings["wwFeAnd"] = "and";
wwStrings["wwGeneratedBy"] = "Generated By:";
wwStrings["wwDiscussionInfoTitle[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeCheckboxValue[idcComponentName]"] = "FormEditor";
wwStrings["wwFeWrapTabLabel"] = "Wrapper";
wwStrings["wwFsFieldDesc_RenditionPrefix[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwQueryBuilder"] = "Query Builder";
wwStrings["wwCmuSectionDesc_subscriptions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuImportPreviewTitle"] = "Import Preview";
wwStrings["wwSubmit"] = "Submit";
wwStrings["wwCmuExportPreviewTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeInvalidName[idcComponentName]"] = "FormEditor";
wwStrings["wwFsEventImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuSectionLabel_workflowtokens[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCTemplateRulesTemplateCol3"] = "Template Types";
wwStrings["wwWfAssignmentMsg"] = "You have been assigned to the following workflow step:";
wwStrings["wwFeStartEditor"] = "Web Form Editor";
wwStrings["wwIntradocDir"] = "Install Directory";
wwStrings["wwSpecifyTestQuery"] = "Please specify a test query for this provider.";
wwStrings["wwXuiThumbnail"] = "Thumbnail View";
wwStrings["wwDCConfigConvFormatsText"] = "These are the formats that are eligible for dynamic conversion. Note that only these formats will display an (HTML) conversion link on the Search Result page.";
wwStrings["wwFormSubmitted"] = "Your form has been submitted.";
wwStrings["wwFeEditRow[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelState"] = "State:";
wwStrings["wwFsReset[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwStandardFieldsOptionGroup"] = "Standard";
wwStrings["wwShowDetails"] = "Show Details";
wwStrings["wwUsernameAlreadyInUse"] = "The user {1q} is already being used.";
wwStrings["wwSoapAddWsdl[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwListTemplateMustSelectColumns"] = "Please select at least one column.";
wwStrings["wwFieldName"] = "Field Name";
wwStrings["wwCpdPickFolioTypeDesc"] = "A Simple Folio is a flat, unstructured container for collecting content items. The Advanced Folio option provides additional functionality and allows the collection space to be organized into a folder-like hierarchy. The structure of an Advanced Folio can be user-defined, or based upon a pre-defined template.";
wwStrings["wwFeTableRowProperties"] = "Table Row Properties";
wwStrings["wwEnableNtlmSecurityLabel"] = "Use Microsoft Security:";
wwStrings["wwGreek"] = "Greek";
wwStrings["wwDefaultTargetedQuickSearchLabel"] = "Targeted Quick Searches";
wwStrings["wwSharedClusterNode"] = "Shared Cluster Node (Master or Proxy)";
wwStrings["wwHideDetails"] = "Hide Details";
wwStrings["wwRefineryProviderMaxJob2"] = "Maximum Jobs to Queue:";
wwStrings["wwHttpRelativeCgiRoot"] = "Http Relative Cgi Root";
wwStrings["wwAnyAddress"] = "Any Address";
wwStrings["wwFeBasicTemplateHelp[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdSearchForExistingFoliosTitle"] = "Search for Existing Folio";
wwStrings["wwSortBy"] = "Sort By:";
wwStrings["wwToInteger"] = "To";
wwStrings["wwCollectionsGroupActionLabel"] = "Folders Actions:";
wwStrings["wwLdapServerLabel"] = "LDAP Server:";
wwStrings["wwEnable"] = "Enable";
wwStrings["wwOralceTextRebuildAndOptimization"] = "Rebuild And Optimization";
wwStrings["wwCmuSectionLabel_workflowscripts"] = "Workflow Scripts";
wwStrings["wwCachedCheckinInfo"] = "Cached Check In Information";
wwStrings["wwMetricPrefix-3"] = "{1} Milli{2}";
wwStrings["wwServerFileEncodingLabel"] = "Server File Encoding:";
wwStrings["wwFeFirstHelp"] = "Add controls here";
wwStrings["wwEditPartition"] = "Edit";
wwStrings["wwCmuSectionDesc_schemarelations[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWorkflowName"] = "Workflow Name";
wwStrings["wwJspRevisionIsWebless"] = "The content item may be in webless storage.";
wwStrings["wwFeValueDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwmyViewDescription"] = "Description";
wwStrings["wwUnsorted"] = "Unsorted";
wwStrings["wwCmuExportDescription"] = "Description";
wwStrings["wwDiscussionFullInfoLinkLabel"] = "[Full Info]";
wwStrings["wwFsFieldDesc_dExtension[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwOriginalInfoLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFsIsPrimary[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDocInfoFull"] = "Full";
wwStrings["wwChangeLog"] = "Change Log for {1}";
wwStrings["wwLkRefreshRefs[idcComponentName]"] = "LinkManager";
wwStrings["wwCollectionGetFile"] = "Get File";
wwStrings["wwWfActionTs"] = "Action Date";
wwStrings["wwCpdDeleteItem"] = "Delete";
wwStrings["wwLdapUseFullGroupNameLabel"] = "Use Full Group Name:";
wwStrings["wwCmuActionEventTable"] = "Configuration Migration Action Events";
wwStrings["wwPortuguese"] = "Portuguese";
wwStrings["wwContentServerRequestFailed"] = "Content Server Request Failed";
wwStrings["wwDiscussionFullInfoLinkLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCmuSectionLabel_docmetadef"] = "Content Metadata";
wwStrings["wwVerityHomePage"] = "Verity Home Page";
wwStrings["wwFsShowPathMetaData"] = "Show Path Metadata";
wwStrings["wwIsClbraDoc"] = "Is Collaboration Project";
wwStrings["wwJspServerWebAppAdminPage"] = "JSP Web App Administration Page";
wwStrings["wwCollaboration"] = "Collaboration Project";
wwStrings["wwCmuSectionLabel_predefinedaccounts"] = "Predefined Accounts";
wwStrings["wwSpecifyResultsPerPage"] = "Please specify a value for the number of results per page.";
wwStrings["wwContentItemCheckOut"] = "Content Item Check Out";
wwStrings["wwSpecifyJdbcPassword"] = "Please specify password for this JDBC connection.";
wwStrings["wwAdminSuspendIndexUpdate"] = "Suspend index update";
wwStrings["wwAttributeMap"] = "Attribute Map";
wwStrings["wwDBProviderDesc"] = "Configuring a database provider.";
wwStrings["wwWorkflowInQueue"] = "Workflow In Queue";
wwStrings["wwCheckOutInfo"] = "Check Out Information";
wwStrings["wwMetricPrefix3"] = "{1} Kilo{2}";
wwStrings["wwRevisionHistoryFor"] = "Revision History for {1q}";
wwStrings["wwCpdAllowExternal"] = "Allow external:";
wwStrings["wwCustomize"] = "Customize";
wwStrings["wwFeTableMissing"] = "Please specify a table name for the repeat block.";
wwStrings["wwSearchFormType"] = "Search Form Type";
wwStrings["wwGotoFolder"] = "Go To Folder";
wwStrings["wwFeTableCellSpacing[idcComponentName]"] = "FormEditor";
wwStrings["wwFeFieldPresent"] = "Field";
wwStrings["wwDCEditTemplateTextCol2"] = "Available Templates";
wwStrings["wwCollectionCounterResetDone"] = "The Folders counter has been reset. The counter is currently set to: {1}";
wwStrings["wwDatabaseName"] = "Database Name";
wwStrings["wwDiscussCount"] = "Discussion Count";
wwStrings["wwFeCustomValueLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionLabel_roles"] = "Roles";
wwStrings["wwCmuDefineExport"] = "Define template";
wwStrings["wwEnableKeywordHighlighting"] = "Enable search keyword highlighting";
wwStrings["wwdInDate"] = "Release Date";
wwStrings["wwLdapSpecifyServer"] = "Please specify a value for the LDAP server.";
wwStrings["wwFsFieldDesc_dWebExtension"] = "Web file extension";
wwStrings["wwSearchEngineName[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwSoapWsdlList"] = "Wsdl List";
wwStrings["wwDataDir"] = "Server Data State Directory";
wwStrings["wwEditFileStoreProvider"] = "Edit File Store Provider";
wwStrings["wwTitleBatchService"] = "Batch Service Results";
wwStrings["wwFinnish"] = "Finnish";
wwStrings["wwLkRefresh[idcComponentName]"] = "LinkManager";
wwStrings["wwDpOrderNotInteger"] = "The specified order is not an integer.";
wwStrings["wwCmuButtonLabelSelectAllSection[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwStartedBy"] = "Started By:";
wwStrings["wwTraysLayoutLabel"] = "Trays";
wwStrings["wwCheckOutConfirm"] = "Check Out Confirmation";
wwStrings["wwCmuSectionLabel_contentserver[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAttachLinkToNative"] = "Attach Link to Native";
wwStrings["wwDocMetadataDefinitions"] = "Content Information";
wwStrings["wwCheckedOutContent"] = "Checked-Out Content";
wwStrings["wwCmuExportLastExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkTargetDocInfoTitle"] = "Target Content Info";
wwStrings["wwLkType_cs_service"] = "service";
wwStrings["wwAttachUrlInfo"] = "URL - Info";
wwStrings["wwPreGCMemoryTotal"] = "Total memory before garbage collection";
wwStrings["wwFsShowPathMetaData[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAutoNumberPrefix"] = "Auto Number Prefix";
wwStrings["wwInstallPath"] = "Install Path:";
wwStrings["wwCpdClasses"] = "Classes:";
wwStrings["wwCreateNewTargetedQuickSearchLink"] = "Create New...";
wwStrings["wwHelperShowOtherUserNodeFieldDesc"] = "Displays the \"Other\" menu item for users.  This contains actions grouped by functionality.";
wwStrings["wwShowServerDetails"] = "Server Configurations";
wwStrings["wwCollectionUserHierarchicalCollectionConfiguration"] = "Hierarchy Folder Configuration";
wwStrings["wwCpdChildLinks"] = "Folio Links";
wwStrings["wwSnippet"] = "Snippet";
wwStrings["wwComponentUninstallSuccess"] = "Successfully uninstalled the component.";
wwStrings["wwAdminServerSelectServer"] = "Select the Server";
wwStrings["wwRussian"] = "Russian";
wwStrings["wwTasksLabel"] = "Tasks:";
wwStrings["wwDisabled"] = "Disabled";
wwStrings["wwCpdFolioRoot"] = "Folio Root";
wwStrings["wwRebuild"] = "Rebuild";
wwStrings["wwSoapComplexTypeElements"] = "Complex Type Elements";
wwStrings["wwCmuExportActions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwPageCollections"] = "Page Folders";
wwStrings["wwGeneralCheckInShowAllFields"] = "General Check In - Show all fields";
wwStrings["wwHelperShowDescriptionFieldDesc"] = "Automatically show the description for a field along side it.";
wwStrings["wwLabelInstanceName"] = "Instance Name:";
wwStrings["wwCmuActionHistoryTitle"] = "Latest Action";
wwStrings["wwPostGCMemoryTotal"] = "Total memory after garbage collection";
wwStrings["wwDCTemplatesTitle"] = "Templates";
wwStrings["wwCmuSectionExportChangeDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdFolioTemplateCheckinConfirmDesc"] = "The following folio template has been successfully checked into Content Server. Select a navigation option below and click Finish.";
wwStrings["wwOK"] = "OK";
wwStrings["wwFsFieldDesc_PartitionRoot[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwClbraType"] = "Type";
wwStrings["wwLkType_ss_link_node[idcComponentName]"] = "LinkManager";
wwStrings["wwWfReviewCheckoutMsg"] = "\nYou may review this workflow item in the window to the right. If you wish\nto make changes to the item before continuing the workflow, click the Check Out link.\n";
wwStrings["wwListTemplateContentIDLinksTo"] = "The Content ID column will link to:";
wwStrings["wwCmuExportSectionDesc"] = "Section Description";
wwStrings["wwSoapDataLists[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwWebLocationLabel"] = "Web Location:";
wwStrings["wwLkOriginalUrl[idcComponentName]"] = "LinkManager";
wwStrings["wwMetricPrefix18"] = "{1} Exa{2}";
wwStrings["wwFeOr"] = "or";
wwStrings["wwFeTagIsVisible"] = "Tag Visible";
wwStrings["wwState"] = "State";
wwStrings["wwDCConfigDefLayoutCol2"] = "Available Layouts";
wwStrings["wwLinksLabel"] = "Links:";
wwStrings["wwDiscussionGroupLinkLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwSpecificSubscriptionDesc"] = "Subscribe only to this item:";
wwStrings["wwMetricPrefix-24"] = "{1} Yocto{2}";
wwStrings["wwRemoteServer"] = "Remote Server (Multiple Masters or Remote Cluster)";
wwStrings["wwVerifyConfigDataBeforeRegisteringMsg"] = "\nBefore starting the registration process, verify that the\nHost Name and Instance Name shown below are correct. The settings can be adjusted by editing the\nsystem\'s config.cfg file or using the System Properties utility. The Host Name is set by entering\nthe value for the HTTP Server Address on the Internet tab of the System Properties utility.\nInstance Name is set via the config entry IDC_Name. The server must be restarted for these\nchanges to take effect.\n";
wwStrings["wwServerDesc"] = "Server Description";
wwStrings["wwInfo"] = "Info";
wwStrings["wwProblemReportsForItem"] = "Problem reports for content item {1}";
wwStrings["wwSoapDataListElements"] = "Data List Elements";
wwStrings["wwServerPort"] = "Server Port";
wwStrings["wwProject"] = "Publisher Project";
wwStrings["wwLabelTotalDocsCaptured[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCmuExportName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMapsTo"] = "Maps To";
wwStrings["wwTestEmailRecipients"] = "Message was sent to the following recipients:";
wwStrings["wwFeWrapDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwHelperAdminOther"] = "Other";
wwStrings["wwFishbowlLicenseInfo"] = "Fishbowl Solutions\' License Information";
wwStrings["wwCollectionHiddenCollection"] = "Unhide";
wwStrings["wwFeFieldDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwFeBeginTagLabel"] = "Before";
wwStrings["wwConfigEntryInfo"] = "Configuration Entry Information";
wwStrings["wwSubscriptionInfo"] = "Subscription Info";
wwStrings["wwFindExpireContent"] = "Find Expired or Expiring Content";
wwStrings["wwCmuBundleLastImportedDate"] = "Last Import";
wwStrings["wwMetricSymbol-6"] = "{1} m{2}";
wwStrings["wwHelperWizardExitedPageMessage"] = "The wizard has been exited.";
wwStrings["wwCmuSectionDesc_archives"] = "Archive Definitions Section";
wwStrings["wwRequired"] = "Required:";
wwStrings["wwSystemLinksForUser"] = "System Links for {1}";
wwStrings["wwWhatsNewDesc"] = "Content created in the last week";
wwStrings["wwAddFileStoreProvider"] = "Add File Store Provider";
wwStrings["wwPreviewNavBar"] = "Preview Navigation Bar.";
wwStrings["wwEnvironmentKeyIgnores"] = "Number of ignored settings: {1i}";
wwStrings["wwCpdFolioSavingChanges"] = "Saving Changes";
wwStrings["wwEnglish"] = "English";
wwStrings["wwCollectionDeleteCollection"] = "Remove Folder";
wwStrings["wwRevHistory"] = "Revision History";
wwStrings["wwAttachAllUrlInfo"] = "URL - Info [Attach All]";
wwStrings["wwEnvironmentKeyDetails_hide_replaced"] = "Hide";
wwStrings["wwCpdCopySelectedItems"] = "Copy selected items";
wwStrings["wwCreateNewTargetedQuickSearch"] = "Create Targeted Quick Search";
wwStrings["wwNoContentInWorkflow"] = "There are no content items in this workflow.";
wwStrings["wwWfReviewCheckinMsg"] = "\nYou currently have this item checked out. You must check it back in using\nthe Check In link below to continue with this workflow.\n";
wwStrings["wwSaveAllNodes"] = "Save for all nodes";
wwStrings["wwCmuSectionName"] = "Name";
wwStrings["wwExpiredContentTable"] = "Table containing a list of expired content items.";
wwStrings["wwHome"] = "Home";
wwStrings["wwCpdNoItems"] = "No items in listing.";
wwStrings["wwProblemReportsTable"] = "Table containing a list of problem reports.";
wwStrings["wwCpdEditSubscriptionLabel"] = "Edit Folio Subscription";
wwStrings["wwCpdSubscriptionFolioChildChangeMsg"] = "The following folios have child items that have recently been modified:";
wwStrings["wwFeTextAreaDlgTitle"] = "Text Area Options";
wwStrings["wwDCTemplateRulesLayoutCol1"] = "Layout";
wwStrings["wwCreateNewProvider"] = "Create a New Provider";
wwStrings["wwFeTextFieldCharWidth[idcComponentName]"] = "FormEditor";
wwStrings["wwAvailable[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSpecifyTitle"] = "Please specify a title.";
wwStrings["wwClbraInQueue"] = "Content in workflow in queue";
wwStrings["wwSubscriptionMailSubject"] = "Content Release Notification";
wwStrings["wwRemove"] = "Remove";
wwStrings["wwCmuSectionDesc_contentserver[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwIbrConversionJobsOut[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwExpireJob"] = "Expire Job";
wwStrings["wwChange"] = "Change";
wwStrings["wwCmuAddExportRulePage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFePreview[idcComponentName]"] = "FormEditor";
wwStrings["wwRestartServer"] = "Restart {1}";
wwStrings["wwbytesLong"] = "bytes";
wwStrings["wwLinks"] = "Links";
wwStrings["wwWfMETA_UPDATE"] = "Update";
wwStrings["wwWsdlServicesResponseParamsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCollectionAdminToggleMarked"] = "Marked Folder Enable Status";
wwStrings["wwCpdArchiveItemCheckinTitle"] = "Folio Archive Item Checkin";
wwStrings["wwdName"] = "Name";
wwStrings["wwDCTemplateRulesUpButt"] = "Move Up";
wwStrings["wwInstanceDescription"] = "Server Description";
wwStrings["wwMainInformation"] = "Main Information";
wwStrings["wwCmuTaskPending[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMoveFieldUp"] = "Move Field Up";
wwStrings["wwCmuActionLabelExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeActionTypeMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwRefineryConversionSendDocInfo"] = "Include all Content Information in conversion job.";
wwStrings["wwCpdDeleteCancelled"] = "Delete cancelled.";
wwStrings["wwFeInvalidTableName[idcComponentName]"] = "FormEditor";
wwStrings["wwAccountPermDelimDesc"] = "\nIf this value is found in a group name that is being treated\nas an account, the group name will be split on this value and the left part\nof the string will become the account name and the right side of the string\nbecomes the permissions for that account. For example, if the group name is\n\'acct1_rw\' and the Account Permissions Delimiter is \'_\', the group will become\nthe account \'acct1\' with read and write privileges.  If the delimiter is set to\nanything but \'_\', the group will map to the account \'acct1_rw\' with default\nprivileges.\n";
wwStrings["wwCmuSectionDesc_pages[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeClauseTitle"] = "Condition Clause";
wwStrings["wwFeTableWidthPx[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdSourceItemsLabel"] = "Source Items";
wwStrings["wwJavaVersion"] = "Java Version";
wwStrings["wwContentServerError"] = "Content Server Error";
wwStrings["wwListTemplatesFor"] = "Content List Templates for {1}";
wwStrings["wwCmuAddTask[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwContentTitleLabel"] = "Title:";
wwStrings["wwIbrProvidersLable"] = "IBR Providers";
wwStrings["wwViewServerOutput"] = "View Server Output";
wwStrings["wwArchiverImportFailureTitle[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwDCHtmlRenditionDefaultToNative"] = "HTML Rendition (Native if no rendition)";
wwStrings["wwFsAddNewStorageRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCollectionGUID"] = "Virtual Folder GUID";
wwStrings["wwMetricPrefix-2"] = "{1} Centi{2}";
wwStrings["wwCpdTemplateProperties"] = "Template Properties";
wwStrings["wwMyProfile"] = "My Profile";
wwStrings["wwFsFieldDesc_dID"] = "Standard content id field";
wwStrings["wwCpdSearchForItemDesc"] = "Use this search form to locate the item you want to add to the folio.";
wwStrings["wwFsCopyMethod"] = "copy";
wwStrings["wwDCConfigDefTemplateText"] = "Template that will be used if none of the other selection rules match.";
wwStrings["wwCmuSectionDesc_workflows"] = "Workflows Section";
wwStrings["wwCpdArchiveItemCheckinDesc"] = "A matching archived content item was found in the previous snapshot of this folio.";
wwStrings["wwCollectionCreateLink"] = "Create Shortcut";
wwStrings["wwEndQuote"] = "\'";
wwStrings["wwCmuAllTasks"] = "All Tasks";
wwStrings["wwConfigureFilter"] = "Configure Web Server Filter";
wwStrings["wwFeDynIncludeNote"] = "\nNote: Adding an include definition to the page will cause the current document to be\nsaved in Idoc (.idoc) format.\n";
wwStrings["wwTestEmailFormInfo"] = "\nUse this form to test the sending of email from the Content Server to its users.\nYou may specify multiple users or aliases by separating them with colons.\n";
wwStrings["wwLdapNumConnections"] = "Number of connections";
wwStrings["wwCLASSPATH"] = "Classpath";
wwStrings["wwNoErrs"] = "No Errors";
wwStrings["wwEditPreviewProvider"] = "Edit Preview Provider";
wwStrings["wwFeIsBindField"] = "Is Advanced";
wwStrings["wwCmuActionOptionsTableCaption"] = "Action Options";
wwStrings["wwCpdAddItemsToFolio"] = "Add items to folio";
wwStrings["wwFeXmlFieldLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwCollectionMeta"] = "Folder Information";
wwStrings["wwIndexError"] = "Index Error:";
wwStrings["wwFilterActions"] = "Actions";
wwStrings["wwSpecifyDuplicationMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwGroupFilter"] = "Use Group Filtering";
wwStrings["wwWorkflowReviewItem"] = "Review {1}";
wwStrings["wwCpdInsertSelectedItem"] = "Insert Selected Source Item";
wwStrings["wwMinutes"] = "{1} Minutes";
wwStrings["wwSecGroup"] = "Security Group";
wwStrings["wwAdminStartIndexRebuild"] = "Start index rebuild";
wwStrings["wwUrlMapping"] = "Url Mapping";
wwStrings["wwCmuAdminUploadPage"] = "Configuration Bundle Upload Page";
wwStrings["wwEmail"] = "E-mail";
wwStrings["wwLocalRegistration"] = "Local Registration";
wwStrings["wwAdminReportsForInstance"] = "Administration Reports for {1}";
wwStrings["wwTotalActiveDBConnections"] = "Total Active Database Connections: {1}";
wwStrings["wwFeConditionClauseDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwFeHiddenValue[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelOldFolderID[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCpdSetFolioCheckinProfileTitle"] = "Set Folio Profile";
wwStrings["wwEnterPrefix"] = "Please enter a prefix.";
wwStrings["wwIntradocServerPort"] = "Server Port";
wwStrings["wwListTemplateLabel"] = "Content List Template Label";
wwStrings["wwCpdNext"] = "Next";
wwStrings["wwLkState_Y"] = "Valid";
wwStrings["wwTestEmailFormMessage"] = "Message:";
wwStrings["wwSkipNavBar"] = "Skip navigation bar.";
wwStrings["wwEditSearchResultTemplate"] = "Edit Search Result Template \'{1}\'";
wwStrings["wwFeAddTemplatedActionsNote"] = "\nNote: The HTML control elements can only be generated during the initial creation of\nthe table. After the table code has been created, buttons and links must be added\nmanually and configured using the Web Form Action button in the toolbar.\n";
wwStrings["wwOracleTextIndexOptimization[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwHelperShowPageMessageFieldDesc"] = "Display a usage message at the top of the page.";
wwStrings["wwHelperWizardExited"] = "Wizard Exited \'{1}\'";
wwStrings["wwHomePageForUser"] = "Home Page for {1}";
wwStrings["wwCollectionUserHierarchicalCollectionInformation"] = "Hierarchical Folder Information";
wwStrings["wwFsPartitions"] = "Partitions";
wwStrings["wwCmuActionLabelEditBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwApplicationMetadata"] = "Application";
wwStrings["wwSoapComplexTypeInfo[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCollectionCounterResetWarn2"] = "If you proceed with the counter reset, new folders will be created starting with id {1}.";
wwStrings["wwMetricPrefix-1"] = "{1} Deci{2}";
wwStrings["wwFileEncoding"] = "File Encoding";
wwStrings["wwCheckinFormAlreadySubmitted"] = "Check in form has already been submitted.";
wwStrings["wwWizardStep"] = "Page {1}. {2} of {3}";
wwStrings["wwNotBeginsWith"] = "Not Starts";
wwStrings["wwDateLess"] = "Before";
wwStrings["wwCmuExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNoActiveClbraWorkflows"] = "There are no active collaboration project workflows in the system.";
wwStrings["wwScsLogDetails_Warning"] = "The content server has generated a diagnostic warning. The stack trace below shows more information.";
wwStrings["wwCancel"] = "Cancel";
wwStrings["wwWebCommonDir"] = "Weblayout Common Directory for Applets";
wwStrings["wwSpecifyAccount"] = "Please specify an account.";
wwStrings["wwCpdLockFolio"] = "Lock folio";
wwStrings["wwCpdBack"] = "Back";
wwStrings["wwCpdArchivedLinks"] = "Archived Folio Membership";
wwStrings["wwOpenHiddenItem"] = "Open Hidden Item";
wwStrings["wwPreGCMemCheckTime"] = "Time for memory check before garbage collection";
wwStrings["wwArchiverImportMovedToExceptionArchive[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCmuAllBundles"] = "All Bundles";
wwStrings["wwCmuBundleActions"] = "Actions";
wwStrings["wwFsPartitionRoot"] = "Partition Root";
wwStrings["wwdDocAccount"] = "Account";
wwStrings["wwShowBasicForm"] = "show basic form";
wwStrings["wwRevision"] = "Revision";
wwStrings["wwAdministratorMailAddress"] = "Administrator Mail Address:";
wwStrings["wwCreatingNewListTemplate"] = "Create Custom Content List Template";
wwStrings["wwCmuSectionDesc_workflowtokens"] = "Workflow Tokens Section";
wwStrings["wwFsIsActive[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdPersonalTemplateList"] = "Personal Folio Template List";
wwStrings["wwCmuSectionDesc_applicationfields[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdCustomElementClasses"] = "Custom Element Classes";
wwStrings["wwZoneHasAsWord"] = "Has Word";
wwStrings["wwSearch"] = "Search";
wwStrings["wwLkResourceTable[idcComponentName]"] = "LinkManager";
wwStrings["wwSchemaNotStableWarning_checkin"] = "Choice lists are not fully loaded.  Continue checkin?";
wwStrings["wwCmuTaskStarting"] = "Starting";
wwStrings["wwFsWeblessStoreDesc"] = "\n";
wwStrings["wwAddFileStoreProvider[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLkDocAlias[idcComponentName]"] = "LinkManager";
wwStrings["wwAttachSelectedNative"] = "Native [Attach Selected]";
wwStrings["wwPartialContentServer"] = "Other Server (Refinery or Other Agent)";
wwStrings["wwHelperConfiguration"] = "General Configuration";
wwStrings["wwDocInfoStandardLink"] = "Standard Info";
wwStrings["wwLdapSpecifyIntegerForConnectionNum"] = "Please specify a valid positive integer for the number of connections.";
wwStrings["wwSelectionConfirmation"] = "Selection Confirmation";
wwStrings["wwConfigForInstance"] = "Configuration Information for {1}";
wwStrings["wwSaveThisNode"] = "Save for node {1q}";
wwStrings["wwNoSupportApplet"] = "Support applet for check in is missing.";
wwStrings["wwFeCheckboxDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuButtonLabelImport"] = "Import";
wwStrings["wwLabelBatchFileName[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwFeTableName"] = "Table";
wwStrings["wwLabelBatchFileSourceInstance"] = "Source Instance:";
wwStrings["wwFeDefaultValue"] = "Off Value";
wwStrings["wwSoapUpdateRequestParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwdDocType"] = "Content Type";
wwStrings["wwDiscussThisItem[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwClbraWfNoActionsToView"] = "There is no active collaboration project content in the workflow in queue.";
wwStrings["wwFsJdbcRenditions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSortedDown"] = "Sorted Down";
wwStrings["wwDCConfigTimeOutText"] = "Dynamic Conversions that take longer than this amount of time will fail.";
wwStrings["wwCmuSectionDesc_subscriptiontypes"] = "Subscription Types Section";
wwStrings["wwUserAttribute"] = "User Attribute";
wwStrings["wwDCConfigTimeOutTitle"] = "Time Out";
wwStrings["wwCpdMoveBasketItems"] = "Move Content Basket Items";
wwStrings["wwCaptionWrapperSimple"] = "{1}:";
wwStrings["wwDefaultAuth"] = "Default Authentication";
wwStrings["wwJdbcUser"] = "JDBC User";
wwStrings["wwTargetedQuickSearchExplanation"] = "\u003cb\u003eNote:\u003c/b\u003e Each targeted quick search must include at least one field specified as the target. To specify a field as the target, enter \u003ci\u003e#s\u003c/i\u003e in the input box associated with that field. Multiple fields can be targeted.";
wwStrings["wwCpdWorkspaceLabel"] = "Workspace";
wwStrings["wwLabelOldFolderID"] = "Source Collection ID:";
wwStrings["wwHebrew"] = "Hebrew";
wwStrings["wwAccountMapPrefix"] = "Account Map Prefix";
wwStrings["wwFeTableDifferent[idcComponentName]"] = "FormEditor";
wwStrings["wwGeneralSearchShowAllFields"] = "General Search - Show all fields";
wwStrings["wwCpdAllowExternalLabel"] = "Allow External Items:";
wwStrings["wwFeTextFieldTypePass[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdCannotAddRemoteItemsToBasket"] = "Cannot add remote items to Content Basket";
wwStrings["wwProjectInformationForProject"] = "Publisher Project Information for {1q}";
wwStrings["wwPersonalUrlsForUser"] = "URLs for {1}";
wwStrings["wwCmuActionEventTimeLabel"] = "Time";
wwStrings["wwCpdUndefined"] = "undefined";
wwStrings["wwDatabaseLogs"] = "Database Logs";
wwStrings["wwSpecifyEmailAddr"] = "Please specify an e-mail address.";
wwStrings["wwCmuSectionLabel_components"] = "Components";
wwStrings["wwDCConfigDefLayoutCol1"] = "Layout";
wwStrings["wwExpiration"] = "Expiration";
wwStrings["wwLdapPriorityLabel"] = "Priority:";
wwStrings["wwFishbowlManuallyUpdateLicense"] = "Manually Update or Add New License";
wwStrings["wwFeFormName[idcComponentName]"] = "FormEditor";
wwStrings["wwFeFormMethod"] = "Method";
wwStrings["wwCmuActionResultsSubject[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCurrentlyQueuedJobs"] = "Jobs Queued";
wwStrings["wwShowDatabaseDetails"] = "Database Connection Details";
wwStrings["wwWfSTART_WORKFLOW"] = "Workflow Start";
wwStrings["wwCmuSectionDesc_roles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuActionLabelExportHistory"] = "History";
wwStrings["wwCpdMaxLinks"] = "Maximum items:";
wwStrings["wwDTMError"] = "Error";
wwStrings["wwClbraName"] = "Name";
wwStrings["wwFeTableRows"] = "Rows";
wwStrings["wwFeFormDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuConfirmDeleteAll[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProductLibrary"] = "{1} Library";
wwStrings["wwIbrConversionJobStatusLabel[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdContentProfile"] = "Content profile:";
wwStrings["wwDCConfigDefTemplateCol3"] = "Template Types";
wwStrings["wwDefaultNetworkAccounts"] = "Default Network Accounts";
wwStrings["wwFeRadioProps[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdSearchActionLabel"] = "Search";
wwStrings["wwLabelCheckedOutBy"] = "Checked Out By:";
wwStrings["wwCpdFolioNodeCreationLabel"] = "Allow Node Creation:";
wwStrings["wwDCConfigConvFormatsTitle"] = "Conversion Formats";
wwStrings["wwDefaultNetworkAccountsDesc"] = "\nBy default, a user is automatically assigned the #none account. By setting this\nvalue, a different set of accounts can be automatically granted to all users.\nThe accounts should be put into a comma-separated list with no spaces in\nbetween. Ex: #none,publicweb,notices. This entry is ignored if the user is\ndefined as a local user in the Content Server. Note: the #none account grants\nprivileges to documents that have no account assigned and #all grants\nprivileges to all accounts.\n";
wwStrings["wwConversionList"] = "Conversion List";
wwStrings["wwOptimizedFieldsChanged[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwZoneFields[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwDiscussionGroupLayoutsLinkLabel"] = "Discussion:";
wwStrings["wwFeCheckboxProps"] = "Checkbox";
wwStrings["wwCmuSectionDesc_workflowtemplates[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAdminServerConfigVars"] = "Configuration Variables:";
wwStrings["wwCmuUpdateDatabaseDesign[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeAdvBindNote"] = "\nNote: Table name is optional. If no table is specified for XML data, the field will become \nan independent element within the XML data island. Table Name is set by default if the form\nelement is inside an advanced display table which is bound to a data source.\n";
wwStrings["wwDefaultQuery"] = "Default Query";
wwStrings["wwFsFieldDesc_dDocType"] = "Standard content type field";
wwStrings["wwSubscriptionGroupItemTable"] = "Table containing a list of content items in this subscription group";
wwStrings["wwNoRolesDefined"] = "No roles have been defined.";
wwStrings["wwServerPidLabel"] = "Server Process ID";
wwStrings["wwCpdLinks"] = "Folio Membership";
wwStrings["wwProgressNotDone"] = "Folder Archive Import complete.";
wwStrings["wwFeAddRowAction[idcComponentName]"] = "FormEditor";
wwStrings["wwEnvironment"] = "Environment";
wwStrings["wwFeActionTypeMissing"] = "The action type must be specified.";
wwStrings["wwReviewLicenseInfo"] = "Please review the information below to make sure that it is correct.";
wwStrings["wwJavaVersionLabel"] = "Java Version:";
wwStrings["wwGeneralCheckIn"] = "General Check In";
wwStrings["wwCmuActionEventSectionLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWfReviewCheckinSelMsg"] = "You currently have this item checked out. You should check it in when finished.";
wwStrings["wwdConvProvider[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwPreviewFrame"] = "Preview frame.";
wwStrings["wwJspServerNoWebApp"] = "No Web Application Found.";
wwStrings["wwCollectionAdminMarkedConfiguration"] = "System Folder Configuration";
wwStrings["wwLkAdminStatus[idcComponentName]"] = "LinkManager";
wwStrings["wwCpdContentListingDescSingleSelect"] = "Select an item from the list below and it will be added to the folio.";
wwStrings["wwMetricSymbol12"] = "{1} T{2}";
wwStrings["wwMetricSymbol0"] = "{1} {2}";
wwStrings["wwDiscussionFullInfoMenuLabel"] = "Full Info";
wwStrings["wwToRefresh"] = "To Refresh";
wwStrings["wwCpdFolioActionError"] = "Action Error";
wwStrings["wwFeDefaultValueLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwPostNewButtonLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwNoAccountsDefined"] = "No accounts have been defined.";
wwStrings["wwNonZoneFields[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwFeNameMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwAttachSelectedWeb"] = "Web [Attach Selected]";
wwStrings["wwCmuAddTask"] = "Create Task";
wwStrings["wwCpdBasketMissingLabel"] = "Content Basket missing label.";
wwStrings["wwMetricPrefix9"] = "{1} Giga{2}";
wwStrings["wwContentCheckinUserLabel"] = "Checked in by:";
wwStrings["wwCacheInfo"] = "Cache Information";
wwStrings["wwFeTextFieldCharWidth"] = "Character Width";
wwStrings["wwItem"] = "Item";
wwStrings["wwFsUpgrade[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCollectionDeleteComplete"] = "Remove all revisions of content item when deleted";
wwStrings["wwDefaultNetworkRolesLabel"] = "Default Network Roles:";
wwStrings["wwFsFieldDesc_dReleaseState[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLogoff"] = "Logout";
wwStrings["wwNOEAdminDisplayResults"] = "Displaying {1} out of {2} content item{1?s} in the system that will expire soon";
wwStrings["wwCollectionSpecifyParentID"] = "Please specify parent id.";
wwStrings["wwConfirmDeleteItems"] = "Are you sure you wish to delete the selected items?";
wwStrings["wwCmuUpdateDatabaseDesign"] = "Update database design";
wwStrings["wwMsLoginDesc"] = "Enables users to view restricted content in the system using their Microsoft Network account.";
wwStrings["wwCmuTaskNameLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwIndexPageTitle"] = "Content Server Index Page";
wwStrings["wwGetConversion"] = "Get Conversion";
wwStrings["wwFeActionResetForm[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTextAreaMaxCharError[idcComponentName]"] = "FormEditor";
wwStrings["wwPreviousPage"] = "Previous Page";
wwStrings["wwCmuCheckingDependencies[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpecifyJdbcConnectionString"] = "Please specify a connection string for this driver.";
wwStrings["wwShowJavaPropertiesDetails"] = "Java Properties";
wwStrings["wwDownloadWeb"] = "Download Web";
wwStrings["wwMyWorkflowItems"] = "My Workflows";
wwStrings["wwCgiDebug"] = "CGI_DEBUG";
wwStrings["wwLabelContentItem"] = "Content Item:";
wwStrings["wwLkType_relative"] = "relative";
wwStrings["wwCpdFolioEditSimpleLabel"] = "Edit Simple Folio";
wwStrings["wwProblemReportNotification"] = "Problem Report Notification";
wwStrings["wwReleaseDate"] = "Release Date";
wwStrings["wwFeBindDlgTitle"] = "Data Binding";
wwStrings["wwDiscussionCountNotPresent[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFsFieldDesc_RenditionSpecifier[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAdminActionsSuccess"] = "The service {1} completed successfully.";
wwStrings["wwFeEditorTitle"] = "Web Form Editor";
wwStrings["wwAttachSelected"] = "Attach Selected";
wwStrings["wwFeTextFieldMaxChars"] = "Maximum Characters";
wwStrings["wwOracleTextSearchAdmin"] = "Text Search Admin";
wwStrings["wwBasicSubscriptionTitle"] = "Subscription Items";
wwStrings["wwRefineryNativeFileSizeMaxCompressError"] = "The threshold side must be possitive.";
wwStrings["wwFeTextareaRows[idcComponentName]"] = "FormEditor";
wwStrings["wwJapanese"] = "Japanese";
wwStrings["wwContentExpiration"] = "Content Expiration";
wwStrings["wwUseLocalGroups"] = "Use Local Groups";
wwStrings["wwCmuSectionDesc_schematables"] = "Schema Tables Section";
wwStrings["wwOptionsForField"] = "Options for {1q}";
wwStrings["wwKey"] = "Key:";
wwStrings["wwEnterLogSizeAlert"] = "The size of the requested log file is not a valid positive integer.";
wwStrings["wwFeAdvPropertiesDlg"] = "Advanced Options...";
wwStrings["wwIbrConfigMenuLabel2"] = "Inbound Refinery Conversion Options for {1}";
wwStrings["wwFsWeblessStore"] = "Is Webless file store";
wwStrings["wwLkGo[idcComponentName]"] = "LinkManager";
wwStrings["wwCollectionMark"] = "Virtual Folder Mark";
wwStrings["wwCpdLoadFolioActionLabel"] = "Load folio";
wwStrings["wwAttachUrlWeb"] = "URL - Web";
wwStrings["wwCpdGoToTemplateInfo"] = "View content information for the folio template";
wwStrings["wwLdapNumConnectionsLabel"] = "Number of connections:";
wwStrings["wwTest"] = "Test";
wwStrings["wwInternetSearchTipString"] = "\nSearch Tips\n\u003cul\u003e\u003cli\u003eUse spaces between terms to allow a result only if all terms are in the content\u003c/li\u003e\n\u003cli\u003eUse quotation marks (\") around two or more words for a phrase search\u003c/li\u003e\n\u003cli\u003eUse a comma (,) between terms to allow a result if either term is in the content\u003c/li\u003e\n\u003cli\u003eUse a minus (-) immediately in front of a term to exclude content items\u003c/li\u003e\n\u003cli\u003eUse parentheses to group search terms\u003c/li\u003e\u003c/ul\u003e\n";
wwStrings["wwJdbcConnectionString"] = "JDBC Connection String";
wwStrings["wwCpdSelectFolioProfileDesc"] = "Select a content profile to use when searching for a folio.";
wwStrings["wwFeIsAddFormActions[idcComponentName]"] = "FormEditor";
wwStrings["wwLkType"] = "Link Type";
wwStrings["wwHelperSkipConfirmFieldDesc"] = "Skip confirmation pages and go directly to the next page.";
wwStrings["wwJdbcPassword"] = "JDBC Password";
wwStrings["wwLkType_ss_service[idcComponentName]"] = "LinkManager";
wwStrings["wwDefaultResultCount"] = "Default Result Count";
wwStrings["wwFeTableCellPadding"] = "Cell padding";
wwStrings["wwFsResetPartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeCheckinTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwDpIsCheckinNav"] = "Enable Check-In Link";
wwStrings["wwBottomBannerLogo"] = "Bottom banner logo";
wwStrings["wwLdapServer"] = "LDAP Server";
wwStrings["wwdCheckoutUser"] = "Checkout User";
wwStrings["wwFeActionTitle"] = "Web Form Action";
wwStrings["wwLabelClusterGroup"] = "Cluster Group:";
wwStrings["wwFsJdbcStorageDesc"] = "\nFiles will be stored in the database unless the system has been configured to store specified renditions on the file system.\nUse the options below to force renditions to be stored on the file system and not in the database.\n";
wwStrings["wwLabelDescription"] = "Description:";
wwStrings["wwCustomMetadata[idcComponentName]"] = "FormEditor";
wwStrings["wwFeCheckin"] = "Form Check in";
wwStrings["wwCpdRemoveable"] = "Removable:";
wwStrings["wwClbraActiveDocs"] = "Active Collaboration Content for Project {1q}";
wwStrings["wwProblemReportsSearchResults"] = "Problem Reports Search Results";
wwStrings["wwFsDescriptorImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwInvalidID"] = "{1} does not contain a valid id";
wwStrings["wwFeDynIncludeGuide[idcComponentName]"] = "FormEditor";
wwStrings["wwCollectionDeleteImmediate"] = "Remove items immediately when deleted";
wwStrings["wwCmuConfirmUnsavedExit[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeTableWidthPx"] = "pixels";
wwStrings["wwMustDefineTargetedQuickSearchKey"] = "Please specify a Targeted Quick Search key.";
wwStrings["wwCpdEditFolioTemplate"] = "Edit Folio Template";
wwStrings["wwContentServerWarning"] = "Content Server Warning";
wwStrings["wwAttachLinkToDocInfo"] = "Attach Link to Doc Info";
wwStrings["wwProductVersionInfo"] = "Product Build";
wwStrings["wwItemsInSubscriptionTitle"] = "Content Items In Subscription Group";
wwStrings["wwFeXmlTableLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwTemplate"] = "Template";
wwStrings["wwFeTextareaName"] = "Name";
wwStrings["wwAnd"] = "And";
wwStrings["wwUseUpperCaseColumnMap"] = "Use Uppercase Column Map";
wwStrings["wwdSecurityGroup"] = "Security Group";
wwStrings["wwPageContent"] = "Page Content";
wwStrings["wwHelperUsePopupLongDescription"] = "Use Popup Long Description";
wwStrings["wwCmuDefinedExports[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwContentMessage"] = "Content Message";
wwStrings["wwLocalDirectory"] = "Local Directory";
wwStrings["wwSystemAdmin"] = "System Admin";
wwStrings["wwWorkflowStepInfo"] = "Workflow Step Info";
wwStrings["wwListTemplateLabelHeader"] = "Label";
wwStrings["wwCmuActionLabelExportHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeDynIncludeName[idcComponentName]"] = "FormEditor";
wwStrings["wwFeClauseTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwWfIsNotifyOnly"] = "Workflow notification for content item {1q} is in step {2q}.";
wwStrings["wwRemoveAfterVersionEq"] = "Remove After Build={1}";
wwStrings["wwComponentInstallListDesc"] = "The following items will be installed";
wwStrings["wwLkResType_node"] = "node";
wwStrings["wwCpdCheckinFolio"] = "Check in";
wwStrings["wwShouldHaveBeenRedirectedTo"] = "You should have been redirected to";
wwStrings["wwLkResultIsEmpty[idcComponentName]"] = "LinkManager";
wwStrings["wwCollectionDynamicVirtualFolderOptions"] = "Dynamic Virtual Folder Options";
wwStrings["wwFsFieldDesc_dDocAccount[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeInvalidStartCharacter[idcComponentName]"] = "FormEditor";
wwStrings["wwEmailLink"] = "E-mail link:";
wwStrings["wwSpecifyName"] = "Please specify a content ID.";
wwStrings["wwLkInfoTitle"] = "Link Info";
wwStrings["wwWfActionHistoryTable"] = "Table containing the workflow content action history";
wwStrings["wwPreview"] = "Preview";
wwStrings["wwTargetedQuickSearches"] = "Targeted Quick Searches";
wwStrings["wwViewAllWfRevisions"] = "View All Workflow Items";
wwStrings["wwWebServer"] = "Web Server";
wwStrings["wwMetricSymbol24"] = "{1} Y{2}";
wwStrings["wwArabic"] = "Arabic";
wwStrings["wwCmuActionLabelConfirmDelete[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuTaskNameRequired[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCreateDate"] = "Create Date:";
wwStrings["wwDCConfigDefLayoutText"] = "Layout that will be used if none of the other selection rules match.";
wwStrings["wwSelectionInformation"] = "Selection Information";
wwStrings["wwLkType_ss_link_internal"] = "Site Studio Internal";
wwStrings["wwCmuSectionDesc_subscriptiontypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWfUsers"] = "Users";
wwStrings["wwCgiSendDumpDesc"] = "Log data and headers sent from the web server filter to the Content Server.";
wwStrings["wwCpdActive"] = "Active";
wwStrings["wwOutgoingProvider"] = "Outgoing Provider";
wwStrings["wwCmuActiveExport"] = "Latest Action";
wwStrings["wwCmuSectionValue[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCollectionCounterResetWarn1"] = "This UCM instance has Folders with IDs in the range of {1} to {2}.";
wwStrings["wwCmuActionResultsSubject"] = "Configuration Migration Action Results";
wwStrings["wwCpdAppendBasket"] = "Append Content Basket";
wwStrings["wwXuiSaveSearch"] = "Save Search";
wwStrings["wwFeActionTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionLabel_predefinedaccounts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSoapAddWsdl"] = "Add Wsdl";
wwStrings["wwServerOptions"] = "Server Options";
wwStrings["wwCollectionDefaultAdminConfigurationNote"] = "Specify the information field defaults that will be applied for all users.";
wwStrings["wwTestEmailFormatDefault"] = "(use system default)";
wwStrings["wwXuiChangeSearchTemplate"] = "Change Search Template";
wwStrings["wwQueryTitle"] = "Query Title";
wwStrings["wwAddToFavorites"] = "Add To Favorites";
wwStrings["wwFeElementType"] = "Action";
wwStrings["wwDocumentSelected"] = "Document Selected";
wwStrings["wwRefineryFailedWebIsNative"] = "\nInbound Refinery failed to convert the\ncontent item but released it to the web by copying the native file.\n";
wwStrings["wwWorkflowContentItemNotification"] = "Workflow Content Item Notification";
wwStrings["wwChangeDate"] = "Change Date:";
wwStrings["wwCmuSectionLabel_fileextensions"] = "File Extensions";
wwStrings["wwCmuConfirmDeleteAll"] = "Are you sure you wish to delete all?";
wwStrings["wwFeResetTableAction"] = "Reset table button";
wwStrings["wwLdapAttributeTooLargeMsg"] = "The value {1q} is too large for the field {2q}.  Maximum length is {3}.";
wwStrings["wwFeDynIncludeTitle"] = "Create Dynamic Include";
wwStrings["wwProductUserProfile"] = "{1} User Profile";
wwStrings["wwFeTableWidth[idcComponentName]"] = "FormEditor";
wwStrings["wwFsProviderDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCgiReceiveDumpDesc"] = "Log data and headers sent from the Content Server to the web server filter.";
wwStrings["wwdDocName"] = "Content ID";
wwStrings["wwLabelFolderPath"] = "Folder Path:";
wwStrings["wwFeValueDlgTitle"] = "Value";
wwStrings["wwHelperQuickLinks"] = "Quick Links";
wwStrings["wwPrimaryFileLabel"] = "Primary File";
wwStrings["wwFeAdvTableEditDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwSubscriptions"] = "Subscriptions";
wwStrings["wwFeChooseField"] = "Choose a field...";
wwStrings["wwSelectAll"] = "Select All";
wwStrings["wwLinkToDocument"] = "Link To Document";
wwStrings["wwCmuSectionDesc_applicationfields"] = "Application Fields Section";
wwStrings["wwOperatingSystemProperties"] = "Operating System Properties";
wwStrings["wwLabelProviderType"] = "Provider Type:";
wwStrings["wwHelperDivDoesNotExist"] = "Helper Divider does not exist.  Cannot send a message to the applet on a Mac without the Helper Divider.";
wwStrings["wwCmuActionHistoryName"] = "Name";
wwStrings["wwClbraRevisionsFor"] = "Revisions for collaboration project {1}";
wwStrings["wwGroupShow"] = "Show";
wwStrings["wwRequestFailed"] = "Request Failed";
wwStrings["wwOsNameLabel"] = "OS Name:";
wwStrings["wwLicenseFeatureCode"] = "Feature Code";
wwStrings["wwSrcIsLocal"] = "The source is local.";
wwStrings["wwXuiSearchWidgetPrefix"] = "Page";
wwStrings["wwRefineryAdmin"] = "Refinery Administration";
wwStrings["wwComponentConfigEditPage"] = "Update Component Configuration";
wwStrings["wwCpdLabelUseUserEncodingForZipRendition"] = "Use native encoding for folio zips.";
wwStrings["wwJdbcDriver"] = "JDBC Driver";
wwStrings["wwFsFieldDesc_dWebExtension[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSetAsDefault"] = "Set As Default";
wwStrings["wwCpdMoveSelectedItems"] = "Move selected items";
wwStrings["wwCmuAdminUpload[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkContainer[idcComponentName]"] = "LinkManager";
wwStrings["wwDocumentType"] = "Content Type";
wwStrings["wwCmuSectionLabel_pages"] = "Pages";
wwStrings["wwWorkInProgTable"] = "Table with a list of content items that being worked on.";
wwStrings["wwCpdFolioClonedItemTemplateCheckinTitle"] = "Checking In Cloned Folio";
wwStrings["wwEnvironmentKeyDetails_hide_ignored"] = "Hide";
wwStrings["wwdPublishType[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwServerHostName"] = "Server Host Name";
wwStrings["wwRefineryProviderReadOnly2"] = "Refinery read-only mode:";
wwStrings["wwLkType_ss_link_abs"] = "Site Studio Absolute";
wwStrings["wwResetFolderCounter"] = "Reset Folder Counter";
wwStrings["wwLdapAccountPrefixLabel"] = "Account Prefix:";
wwStrings["wwLinkAdmin"] = "Managed Links Administration";
wwStrings["wwCpdAttributes"] = "Attributes:";
wwStrings["wwCollectionHierarchicalCollectionConfiguration"] = "Hierarchical Folders for {1}";
wwStrings["wwCollectionHierarchicalVirtualFolderOptions"] = "Hierarchical Virtual Folder Options";
wwStrings["wwServiceParametersTable"] = "Detailed list of {1} for this service.";
wwStrings["wwFeButtonProps[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuForceOverwrite[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeDynIncludeDesc"] = "\nUse this form to create a dynamic include that can be used as a resource by\ndynamic server pages such as HCSF and HCSP files.\n";
wwStrings["wwDefault"] = "Default";
wwStrings["wwLkAdminPageTitle"] = "Managed Links Administration Page";
wwStrings["wwFeEndTagLabel"] = "After";
wwStrings["wwVerifyDocDeleteInUse[idcComponentName]"] = "LinkManager";
wwStrings["wwCmuSectionDesc_config"] = "Server Config Section";
wwStrings["wwClean"] = "Clean";
wwStrings["wwFishbowlUpdateLicense"] = "Update License";
wwStrings["wwDownloadAll"] = "Download All";
wwStrings["wwCpdAllowNodeCreation"] = "Allow node creation:";
wwStrings["wwAdditionalExitCondition"] = "Current Step\'s Additional Exit Condition:";
wwStrings["wwdExtension[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwTo"] = "To";
wwStrings["wwFeDynInclude[idcComponentName]"] = "FormEditor";
wwStrings["wwProblemReportsForContentItem"] = "Problem Reports for Content Item";
wwStrings["wwCmuExportSectionName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkAdminOptions[idcComponentName]"] = "LinkManager";
wwStrings["wwUpdateCompConfig"] = "Update";
wwStrings["wwCpdNoParentNodeSelected"] = "No parent selected.";
wwStrings["wwRefineryLogs"] = "Inbound Refinery Logs";
wwStrings["wwLabelRevision"] = "Revision:";
wwStrings["wwHomeDesc"] = "Click on this button to get back to this page.";
wwStrings["wwGetCopyAccessDesc"] = "When enabled, a user with Read privilege on a content item can get a copy of the native file.";
wwStrings["wwCollectionUserCollectionConfiguration"] = "Virtual Folder Configuration for {1}";
wwStrings["wwIdcStringBuilderAverageCapacity"] = "IdcStringBuilder average capacity: {1i} bytes";
wwStrings["wwFeInvalidSpaceCharacter"] = "An xml node name may not contain spaces.";
wwStrings["wwLdapUseSSLLabel"] = "SSL Enabled:";
wwStrings["wwNotEquals"] = "Not Matches";
wwStrings["wwDpIsSearchNavToggle"] = "Enable Search Link for {1}";
wwStrings["wwTestEmailFormSend"] = "Send";
wwStrings["wwFeActionAddNewRow[idcComponentName]"] = "FormEditor";
wwStrings["wwItemInfoLine[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwRestartServerToApplyChanges"] = "This server must be restarted before the changes will take place.";
wwStrings["wwLmContentExpiringAfter"] = "Content expiring after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwTestEmailFormNoRecipients"] = "No recipients were specified.  Please fill in this field.";
wwStrings["wwDCNewTemplateTitleLibrary"] = "Dynamic Converter New GUI Template Form";
wwStrings["wwFoundMatchesForQuery"] = "Found {1} item{1?s} matching the query.";
wwStrings["wwCpdExternalTypeLabel_link"] = "link:";
wwStrings["wwFeTextareaRows"] = "Rows";
wwStrings["wwCmuSectionDesc_aliases"] = "Aliases Section";
wwStrings["wwPortalDocumentProfiles"] = "Edit Content Profile Links";
wwStrings["wwSchemaCacheReportItemCount"] = "Total {1} items stored in schema cache";
wwStrings["wwDiscussionCountInfo[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwServerName"] = "Server Name";
wwStrings["wwConnectionError"] = "Connection Error:";
wwStrings["wwCpdChangeToEditView"] = "Change to edit view";
wwStrings["wwLabelArchiveName[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwFeaturesAndComponents"] = "Features And Components";
wwStrings["wwShowOnlyKnownAccountsDesc"] = "When enabled, the list of accounts on a check in page will contain only globally predefined accounts.";
wwStrings["wwCollectionVerifyChecked"] = "Please check items first.";
wwStrings["wwCpdLinkType_REFERENCE"] = "Reference";
wwStrings["wwCmuDisplayRefreshLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwEditingListTemplate"] = "Edit Custom Content List Template \'{1}\'";
wwStrings["wwCollectionCurrentColumns"] = "Current Columns";
wwStrings["wwFsConfig[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwClbraWorkflowContentTable"] = "Table containing a list of collaboration content items in a workflow queue.";
wwStrings["wwFastRebuiltStatus"] = "Fast Rebuild Status:";
wwStrings["wwWorkflowSteps"] = "Workflow Steps:";
wwStrings["wwFastRebuiltStatus[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwOf"] = "of {1}";
wwStrings["wwDiscussType"] = "Discussion Type";
wwStrings["wwCollectionSelectCollectionNote"] = "Create a new virtual folder, select a folder to be modified or delete a current folder.";
wwStrings["wwAddSelected"] = "Add Selected";
wwStrings["wwAllowOverrideFormat"] = "Allow override format on check in";
wwStrings["wwCpdCopyBasketItems"] = "Copy Content Basket Items";
wwStrings["wwAssignInfo"] = "Assign Info";
wwStrings["wwCmuSectionLabel_contentprofiles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionLabel_contentprofilerules[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelAction"] = "Action:";
wwStrings["wwFsFieldDesc_xStorageRule"] = "Used to determine the storage rule used by the content item";
wwStrings["wwCmuActionHistoryCaption"] = "Latest Action";
wwStrings["wwCmuSectionDesc_admintargetedquicksearches[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMetricSymbol-18"] = "{1} a{2}";
wwStrings["wwCpdItemCannotBeEmpty"] = "Item cannot be empty.";
wwStrings["wwViewWebVersion"] = "View Web Version";
wwStrings["wwFoldersLocalCreatedMount"] = "Created Mount";
wwStrings["wwShowAdvancedForm"] = "show advanced form";
wwStrings["wwCmuSectionLabel_pne"] = "Personalization Data";
wwStrings["wwCpdFolioActions"] = "Actions";
wwStrings["wwCollectionUserColumnConfiguration"] = "Column Configuration For {1}";
wwStrings["wwFsPathMetaDataDesc"] = "\nThe table below lists the current configuration of the path metadata\nthat can be used in path construction. Fields can be tied to algorithms\nand require the existence of content metadata. The field is computed\nwhen it is referenced as a component in the path construction expression.\n";
wwStrings["wwCpdCollectItemsLabel"] = "Collected Items";
wwStrings["wwCmuExportSectionsChangesNotSaved"] = "Section changes not saved, continue?";
wwStrings["wwServerIPAddressFilter"] = "Server IP Address Filter:";
wwStrings["wwAll"] = "All";
wwStrings["wwFsProviderTitle"] = "File Store Provider";
wwStrings["wwLkTitle[idcComponentName]"] = "LinkManager";
wwStrings["wwCmuEditExportRulePage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdFolioTemplateCheckinDesc"] = "Use the form below the check the folio template into the Content Server";
wwStrings["wwUseLocalGroupsDesc"] = "\nEnable this to allow an NT server to be interrogated\nto see if the user belongs to any of the local groups on that NT server. The\nlocal groups are mapped to roles and accounts as if they were domain\ngroups in the default master domain.\n";
wwStrings["wwEditOrRemoveServer"] = "Edit or Remove Content Server";
wwStrings["wwEnterSourceAttribute"] = "Please enter an LDAP attribute.";
wwStrings["wwTestEmailFormFormat"] = "format:";
wwStrings["wwCmuSectionName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwPluginDebugDesc"] = "Log events inside the plugin filters. This will only work for plugin filters that understand the PLUGIN_DEBUG flag.";
wwStrings["wwLkAdminPageTitle[idcComponentName]"] = "LinkManager";
wwStrings["wwXuiPopupEmailSubject"] = "Re: {1}";
wwStrings["wwCpdFolioRevisionType"] = "Version";
wwStrings["wwArchiverImportFailure[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwLabelEnableDownloadApplet"] = "Enable download applet";
wwStrings["wwFeBindDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuTaskStarting[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMasterServer"] = "Master Server";
wwStrings["wwVersionInfo"] = "Retrieve Filter Version Info";
wwStrings["wwCpdFolioAdministration"] = "Folio Administration";
wwStrings["wwAddToProject"] = "Add to Project";
wwStrings["wwCheckinError"] = "Check In Error";
wwStrings["wwCgiSendDump"] = "CGI_SEND_DUMP";
wwStrings["wwFeTableAlignCenter[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdDragItemsLabel"] = "{1} items";
wwStrings["wwAddQueryToProject"] = "Add Query to Publisher Project";
wwStrings["wwFeActionResetTable"] = "Reset table";
wwStrings["wwFeTextAreaDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwClbraOnErrorUsers"] = "Users Notified on Error";
wwStrings["wwCmuButtonLabelSave"] = "Save";
wwStrings["wwListResults"] = "List Results";
wwStrings["wwSourcePath"] = "Source Path:";
wwStrings["wwFeDeleteRow"] = "delete";
wwStrings["wwCmuAdminUploadPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsRule_default[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdPublishToFolio"] = "Publish to folio";
wwStrings["wwAddNewServer"] = "Add a New Server";
wwStrings["wwFeTextareaProps"] = "Text Area";
wwStrings["wwMetricSymbol1"] = "{1} D{2}";
wwStrings["wwNoDocsToView"] = "There are no documents to view.";
wwStrings["wwMetadataSearchTitle"] = "Metadata Search";
wwStrings["wwFeAdvPropertiesDlg[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdContentID"] = "Content id:";
wwStrings["wwCmuBundleName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeProfileCheckinDesc"] = "Choose a check in profile from the list below";
wwStrings["wwNumberOfConnections"] = "Number of Connections";
wwStrings["wwUpdateCompConfigLablel"] = "Update Component Configuration";
wwStrings["wwFeHiddenFieldDlg"] = "Hidden Field Options";
wwStrings["wwLkRefreshDesc"] = "\nRefresh the managed links as they are in the ManagedLinks table. Links are determined to be good or \nbroken, but they are not recomputed using the pattern engine.\n";
wwStrings["wwTestEmailFormLink"] = "Send Test Email";
wwStrings["wwCgiFileName"] = "Cgi File Name";
wwStrings["wwPortalDesign"] = "Portal Design";
wwStrings["wwCpdLinkBroken"] = "Item Content is Missing";
wwStrings["wwFeTableHeightPx"] = "pixels";
wwStrings["wwCmuDeleteAllLabel"] = "Delete All";
wwStrings["wwCpdElementDescHeaderLabel"] = "Description";
wwStrings["wwZoneFields"] = "Zone Text Fields";
wwStrings["wwEnableOnUi"] = "Enable On UI:";
wwStrings["wwCpdUndefinedDesc"] = "undefined slot";
wwStrings["wwEditPneDocProfiles"] = "Edit Content Profile Links";
wwStrings["wwPromptForMetaData"] = "Enable Metadata Prompts";
wwStrings["wwOnlyOriginalContribCheckout"] = "Only Original Contributor Can Check Out:";
wwStrings["wwReturnToComponentMgr"] = "\u003ca href=\"{1}\"\u003eClick here\u003c/a\u003e to return to the Component Manager";
wwStrings["wwFeTextareaProps[idcComponentName]"] = "FormEditor";
wwStrings["wwNewDiscussionDocTitle"] = "Discussion about {1}";
wwStrings["wwCpdType"] = "Type:";
wwStrings["wwIndexOptimizationStarted"] = "Index optimization started at {1t}";
wwStrings["wwDateGreaterEqual"] = "On or After";
wwStrings["wwCmuCustomSecurityGroup[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwStatus"] = "Status";
wwStrings["wwManualRegistrationMsg"] = "\nIf your system cannot connect to the license server\nor you have a feature code and signature for this system and wish to enter them manually, use\nthe button below.\n";
wwStrings["wwChangeView"] = "Change View";
wwStrings["wwListTemplateNoDescriptionColumnWarning"] = "You have specified main or additional information to be used in the description column, but you have not added the description column to your view.  Are you sure you wish to save this template?";
wwStrings["wwSoapAddService"] = "Add Service";
wwStrings["wwCpdSubscriptionFolioAddMsg"] = "Items have recently been added to the following folios:";
wwStrings["wwFeProfileCheckinList[idcComponentName]"] = "FormEditor";
wwStrings["wwFileFormatsWizard"] = "File Formats Wizard";
wwStrings["wwLdapSuffixLabel"] = "LDAP Suffix:";
wwStrings["wwWorkflowActions"] = "Workflow Actions";
wwStrings["wwCpdEditPneTemplates"] = "Edit Folio Templates";
wwStrings["wwCpdCannotRemoveWithChildren"] = "Cannot remove a non-empty node.";
wwStrings["wwCollectionAddCriteria"] = "Add Criteria";
wwStrings["wwFormat"] = "Format";
wwStrings["wwCollectionAdminMountedConfiguration"] = "Local Folders";
wwStrings["wwEnvironmentKeyRemoves"] = "Number of removed settings: {1i}";
wwStrings["wwSubscribeTo"] = "Subscribe to \"{1}\"";
wwStrings["wwOnlineRegistration"] = "Online Registration";
wwStrings["wwdConvActionDate"] = "Last Action at";
wwStrings["wwHour"] = "1 Hour";
wwStrings["wwFeDisplayNodeError"] = "Unable to find display node for id {1q}";
wwStrings["wwSchemaDetailsForView"] = "Cache details for view {1q}";
wwStrings["wwCmuTaskNameSpacesNotAllowed[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProviderClass"] = "Provider Class";
wwStrings["wwFeBeginTagLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwWorkflowReviewTitle"] = "Workflow Review for {1q}";
wwStrings["wwFeClauseSeparator"] = "Clause separator";
wwStrings["wwWarning"] = "Warning:";
wwStrings["wwMetricPrefix21"] = "{1} Zetta{2}";
wwStrings["wwFormSubmissionConfirmation"] = "Form Submission Confirmation";
wwStrings["wwMetricSymbol-9"] = "{1} n{2}";
wwStrings["wwSoapResponseParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFeActionResetTable[idcComponentName]"] = "FormEditor";
wwStrings["wwContentInformation"] = "Content Information";
wwStrings["wwKeyName"] = "Key Name";
wwStrings["wwDataListTable"] = "Table of data lists with descriptions and actions.";
wwStrings["wwDatabaseProvider"] = "Database Provider";
wwStrings["wwEnvironmentKeyDetails_show_removed"] = "Show";
wwStrings["wwSoapAddDataList"] = "Add Data List";
wwStrings["wwSpecialFieldsOptGroupLabel"] = "Special";
wwStrings["wwSuccess"] = "Success";
wwStrings["wwIndexOptimizationCompleted"] = "Index optimization completed at {1t}";
wwStrings["wwProblemReports"] = "Problem Reports";
wwStrings["wwFeIncludeErrNameInUse"] = "The dynamic include name is already in use.";
wwStrings["wwTempConvFieldNameMissing"] = "The field name is missing in criteria";
wwStrings["wwDisable"] = "Disable";
wwStrings["wwFsSaveProviderOnce[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwXuiSearchWidgetSuffix"] = "of {1}";
wwStrings["wwAutoAssignContentId"] = "Auto-Assign Content ID on Check In:";
wwStrings["wwPoundIcon"] = "Pound Icon";
wwStrings["wwWhatsNew"] = "What\'s New";
wwStrings["wwLabelProject"] = "Publisher Project:";
wwStrings["wwCmuImportPreviewPage"] = "Import Preview";
wwStrings["wwCmuSectionLabel_docmetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkCreateTs[idcComponentName]"] = "LinkManager";
wwStrings["wwDCConfigRenditionTitle"] = "Rendition";
wwStrings["wwNewDiscussionInformationText"] = "Enter a comment to create a new discussion.";
wwStrings["wwCmuAllBundles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwdRevLabel"] = "Revision Label";
wwStrings["wwForceJobCheck[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwLkNoLinks"] = "There are no managed links contained in this content item.";
wwStrings["wwSoapServices[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwReportResultsTable"] = "Table containing report results";
wwStrings["wwSoapTypeLabel"] = "Type:";
wwStrings["wwItemsInSubscriptionDesc"] = "\nSubscribers will receive an e-mail notification each time a new\nrevision of any of the following content items becomes available.\n";
wwStrings["wwClbraRevisions"] = "Collaboration Revisions";
wwStrings["wwDiscussThisItem"] = "Discuss this Item ({1} item{1?s})";
wwStrings["wwCmuSectionDesc_archives[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionLabel_archives[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeChooseField[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdElementClassLabel"] = "Element Class:";
wwStrings["wwContentServerType"] = "Content Server Type";
wwStrings["wwCaption"] = "Caption";
wwStrings["wwCmuConfirmImportWithoutPreview"] = "Create import without preview?";
wwStrings["wwCollectionInformationFieldDefaultsTitle"] = "Folder Information Field Defaults";
wwStrings["wwClbraActiveContentTable"] = "Table containing a list of active collaboration content items.";
wwStrings["wwEnterQueryTitle"] = "Enter a title for this query:";
wwStrings["wwFsFieldDesc_RenditionPrefix"] = "Additional rendition prefix computation";
wwStrings["wwSelectDot"] = "Select...";
wwStrings["wwFsFieldDesc_dDocAccount"] = "Standard account field";
wwStrings["wwCpdDeleteConfirmMsg"] = "Delete node?";
wwStrings["wwClbraNoActiveRevs"] = "There is no active collaboration project content.";
wwStrings["wwMyViewAdvancedScriptDesc"] = "Idoc Script entered into this field is evaluated and included in the Description column of the My View search results template.";
wwStrings["wwComplexTypeElementsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwAccountPermDelim"] = "Account Permissions Delimiter";
wwStrings["wwCmuSectionDesc_docformats"] = "Content Formats Section";
wwStrings["wwFePreview"] = "Web Form Preview";
wwStrings["wwFeTableRowProps[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableRowProperties[idcComponentName]"] = "FormEditor";
wwStrings["wwRemoveFilter[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwCollectionCounterResetErr"] = "To Update the Folder ID counter, you must enter a number between 0 and 999.";
wwStrings["wwWelcomeTo"] = "Welcome to {1}";
wwStrings["wwFsWeblessStore[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDescription"] = "Description";
wwStrings["wwCmuSectionLabel_config"] = "Server Config";
wwStrings["wwLdapUseNetscapeLabel"] = "Use Netscape:";
wwStrings["wwClbraAction"] = "Action";
wwStrings["wwCmuAddExportRuleTitle"] = "Add Export Rule";
wwStrings["wwLabelDatabaseDirectory"] = "Database Directory:";
wwStrings["wwFeActionElementSelectionError"] = "The current selection cannot be used as a Web Form action.";
wwStrings["wwLabelLastActivityDate"] = "Last Activity Date:";
wwStrings["wwIndexOptimizationStarted[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwBrowserDoesntSupportCheckinApplet"] = "\nThis browser does not support a\ncheck in using an applet.\n";
wwStrings["wwLkInfo"] = "Info";
wwStrings["wwFsFieldDesc_RenditionSpecifier"] = "Additional rendition specifier";
wwStrings["wwSoapDataLists"] = "Data Lists";
wwStrings["wwTestEmailFormTitle"] = "Test Email Form";
wwStrings["wwRejectContentItem"] = "Reject Content Item";
wwStrings["wwClbraInWorkflow"] = "Content in workflow";
wwStrings["wwCmuSectionLabel_fileextensions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCollectionSelectAll"] = "Select All";
wwStrings["wwCpdUpdateSubscription"] = "Update";
wwStrings["wwCpdFolioListingResultsTitle"] = "Found {1} item{1?s} matching the query.";
wwStrings["wwNoResultsForNamedQuery"] = "Found no items out of {1} searched matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwCmuSectionDesc_components"] = "Components Section";
wwStrings["wwProxyResults"] = "Results:";
wwStrings["wwCmuSectionDesc_workflowtokens[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwConfigForLabel"] = "Configuration for {1}";
wwStrings["wwDeletePartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdSubscriptionActionTitle"] = "Action";
wwStrings["wwNOEAuthorDisplayResults"] = "You have {1} content item{1?s} that will expire soon:";
wwStrings["wwFeFormProps"] = "Form";
wwStrings["wwNotifyTarget"] = "Notify Target";
wwStrings["wwAttachAllNative"] = "Native [Attach All]";
wwStrings["wwCmuActionEventMessageLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLdapPort"] = "LDAP Port";
wwStrings["wwVerifyMetadataUrlChange"] = "\nYou are changing the metadata field {1q}\nfrom {2q} to {3q}.\nAre you sure you want to do this?\nThis will change the URL of the web file.\n";
wwStrings["wwWfNoActionsToView"] = "There are no items in the workflow in queue.";
wwStrings["wwWorkflowReviewerDesc"] = "\nReview this workflow item and its related information in\nthe window to the right, then use the action links below to approve or reject the\nitem. If you wish to make changes to the item before approving it, click the Check Out link.\n";
wwStrings["wwFeWrapTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwCurrentlyEnabledComponents"] = "Currently Enabled Components";
wwStrings["wwLkSearch"] = "Search";
wwStrings["wwNewCheckIn"] = "New Check In";
wwStrings["wwCmuSectionDesc_docmetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSearchNow"] = "Search Now";
wwStrings["wwCpdQuickFolio"] = "Quick Folio";
wwStrings["wwPortalDesignForUser"] = "Portal Design for {1}";
wwStrings["wwLkGo"] = "Go";
wwStrings["wwContinueCheckin"] = "Continue Check In:";
wwStrings["wwCmuBundleLabel"] = "bundle";
wwStrings["wwFsFieldDesc_RenditionId[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLkType_ss_link_page[idcComponentName]"] = "LinkManager";
wwStrings["wwLabelOldFolderPath[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSoapDataListInfo[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwsrfDocSnippet"] = "Snippet";
wwStrings["wwDoctypeIcon"] = "Document Type Icon";
wwStrings["wwLicenseSerialNumber"] = "Serial Number";
wwStrings["wwFeIsIdcField"] = "Bind to Server Metadata";
wwStrings["wwCmuSectionLabel_workflowtemplates"] = "Workflow Templates";
wwStrings["wwJsDisabledWarning"] = "You currently have JavaScript disabled for this web site. You must enable scripting in your browser for the content server to function properly.";
wwStrings["wwFeAddTemplatedActions"] = "Add templated actions to the table";
wwStrings["wwLkInfo[idcComponentName]"] = "LinkManager";
wwStrings["wwEditSearchResultTemplates"] = "Edit Search Result Templates";
wwStrings["wwArchiverImportConflictingRevision"] = "Already Present Revision Causing Conflict";
wwStrings["wwFeActionSubmitForm"] = "Submit form";
wwStrings["wwLicenseInfoMsg"] = "\nThe Host Name and Instance Name shown below\nmust match those used to generate your license. Verify that the\ninformation below matches what was sent with your license\ninformation.\n";
wwStrings["wwEmailSend"] = "Send link by e-mail";
wwStrings["wwSpecificUnubscribeDesc"] = "Are you sure you wish to unsubscribe from the item \"{1}\"?";
wwStrings["wwOriginalFile"] = "Original File";
wwStrings["wwFeIsXml"] = "Bind to XML Data";
wwStrings["wwHttpServer"] = "HTTP Server";
wwStrings["wwFeTableCaption"] = "Caption";
wwStrings["wwSelectFileTypesHeading"] = "Select File Types";
wwStrings["wwFeEditAction[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuLabelShow[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCollectionShowOnlyUserDeleted"] = "Show only items that user has deleted in trash virtual folder";
wwStrings["wwSchemaLoadingValues"] = "Loading values...";
wwStrings["wwLkTargetDoc"] = "Target Content ID";
wwStrings["wwCmuSectionDesc_roles"] = "Roles Section";
wwStrings["wwMetricSymbol2"] = "{1} h{2}";
wwStrings["wwVerboseSubscribeFormDesc"] = "\nAlternatively, you can subscribe to this item\nand all similar items in a related subscription group. Use the Action icons in the table below\nto preview and/or subscribe to all content within any of the groups that contain\n\u003cstrong\u003e\"{1}\"\u003c/strong\u003e.\n";
wwStrings["wwMappedFolderWebLocation"] = "Mapped Folder Web Location";
wwStrings["wwFeCustomTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwEnvironmentKeyDetails_show_all"] = "Show";
wwStrings["wwEnableNTLM"] = "Enable NTLM:";
wwStrings["wwSoapComplexTypeElements[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCollectionDisableCollection"] = "Disable Folder";
wwStrings["wwFeHiddenFieldProp[idcComponentName]"] = "FormEditor";
wwStrings["wwFeatureCode"] = "Feature Code";
wwStrings["wwMailServer"] = "Mail Server";
wwStrings["wwFsPartitionsTable[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsFieldDesc_dStatus"] = "Status";
wwStrings["wwDiscussionGroupLinkLabel"] = "Discussion";
wwStrings["wwCouldntFindInFormList"] = "Could not find this value in the form list:";
wwStrings["wwNoUserTargetedQuickSearches"] = "There are no personal Targeted Quick Searches defined.";
wwStrings["wwAccountMapPrefixDesc"] = "\nThe Account Map Prefix specifies the character which must prefix an NT group\nfor it to be considered an account. The default character is \'@\'.  For example,\nif a user is a member of two groups, contributor and @HR, and the Account Map\nPrefix is \'@\', the user will get the role \'contributor\' and the account \'HR\'.\n";
wwStrings["wwProfile"] = "Profile";
wwStrings["wwContentServerName"] = "Content Server {1}";
wwStrings["wwFeRowProperties[idcComponentName]"] = "FormEditor";
wwStrings["wwComponentManager"] = "Component Manager";
wwStrings["wwNotifyOnly"] = "Notify Only";
wwStrings["wwUseShortNamesDesc"] = "\nEnabling this will allow the web server filter to strip the [DOMAIN] off of the\n[DOMAIN]\\username style names that result from NT authentication.  The filter\nwill only remove [DOMAIN] if [DOMAIN] is the default master domain (see\n\'Default Master Domain\').\n";
wwStrings["wwCmuAddExportRuleTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwPreviewList"] = "Preview List";
wwStrings["wwCpdPickFolioTypePageTitle"] = "Pick Folio Type";
wwStrings["wwAdditionalConfigVars"] = "Additional Configuration Variables:";
wwStrings["wwCpdAddFolioDesc"] = "You can either put the selected items into an existing folio, or create a new folio.";
wwStrings["wwCpdFolioHeaderCorner"] = "Folio header corner";
wwStrings["wwFeDynIncludeDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwAltFile"] = "Alternate File";
wwStrings["wwCmuActionHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCollectionInformation"] = "Information";
wwStrings["wwFeTableAlignRight"] = "Right";
wwStrings["wwConfigureNtlm"] = "Configure NT Domain Security";
wwStrings["wwCollectionUserDefaultRevisionConfiguration"] = "Revision Information Field Configuration for {1}";
wwStrings["wwLkShow[idcComponentName]"] = "LinkManager";
wwStrings["wwFsChangingRuleConfigWarning"] = "Changing the configuration of a storage rule may cause the system to no longer find files.\\nDo you wish to continue?";
wwStrings["wwTempConvText5"] = "This section is used to specify which formats are supported by the HTML conversion.  You can add as many file\nformats to the list as necessary; however, only the file types in this list will display an HTML conversion link\non the Search Result page.  Select the file formats from the drop-down list to add them to the\n\u003cstrong\u003eFormats\u003c/strong\u003e text box.";
wwStrings["wwCpdFolioViewerLabel"] = "Viewer:";
wwStrings["wwCpdMaxNodeCountReached"] = "Max node count reached.";
wwStrings["wwUndelete"] = "Undo Delete";
wwStrings["wwFeBasicFormTemplate"] = "Content Server Form Template";
wwStrings["wwFeIdocSearch[idcComponentName]"] = "FormEditor";
wwStrings["wwUpdate"] = "Update";
wwStrings["wwNewDiscussionDocTitle[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFsStorageRuleLabel"] = "Storage Rule Name";
wwStrings["wwListTemplatesNumberOfColumns"] = "Number of Columns";
wwStrings["wwServerPortLabel"] = "Server Port:";
wwStrings["wwCmuSectionExportChangeDescription"] = "\nPage has been modified.\nAny changes made on this page or any children pages \nwill be recorded, but not permanently saved.  Unless the \ntask is saved or updated, all changes will be lost when \nnavigating from the definition page.\n";
wwStrings["wwCmuIsOverwrite[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDpDescription"] = "Description";
wwStrings["wwFeDynIncludeTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwSoapGenerateWsdls"] = "Generate Wsdls";
wwStrings["wwConfirmSubscription"] = "Confirm Subscription";
wwStrings["wwSearchableInstances"] = "Searchable Instances";
wwStrings["wwUserAdmin"] = "User Admin";
wwStrings["wwCachedContentInfo"] = "Cached Content Information";
wwStrings["wwFsAccessImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSoapWsdlList[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFeAdvPropsDesc2[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdContentBasketForUser"] = "Content Basket for user {1q}";
wwStrings["wwAdminTargetedQuickSearches"] = "Targeted Quick Searches Defined by Admins";
wwStrings["wwSubscribeToItem"] = "Subscribe to This Item";
wwStrings["wwLabelSkin"] = "Skin:";
wwStrings["wwCpdFolioRenderersLabel"] = "Renderers:";
wwStrings["wwSupportSqlColumnDelete"] = "Support Column Drop";
wwStrings["wwComplexTypeElementsTable"] = "Detailed list of elements for this complex type.";
wwStrings["wwCpdSetFolioCheckinProfileDesc"] = "Select a content profile to be applied to the new folio, or leave set to \'none\' to check in without a profile.";
wwStrings["wwSerialNumber"] = "Serial Number";
wwStrings["wwProfilesScriptingFieldDesc"] = "Allow script in defining a profile.";
wwStrings["wwFsFieldDesc_dRevisionID"] = "Standard revision id field";
wwStrings["wwCzech"] = "Czech";
wwStrings["wwOracleHomePage"] = "Oracle Home Page";
wwStrings["wwClbraRecentDocs"] = "Recent Collaboration Content for Project {1q}";
wwStrings["wwFsRuleEditFor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCurrentOptionList"] = "Current Option List";
wwStrings["wwFeDynIncludeGuide"] = "Insert elements here";
wwStrings["wwAdditionalComponentsEq"] = "Additional Components={1}";
wwStrings["wwSearchDir"] = "Search Engine State Directory";
wwStrings["wwFilterPrefix"] = "Prefix";
wwStrings["wwLdapAdminDNLabel"] = "LDAP Admin DN:";
wwStrings["wwRefineryProviderDesc"] = "Use this option \u003ci\u003eonly\u003c/i\u003e if this provider is an Inbound Refinery.";
wwStrings["wwPrjUnregister"] = "Unregister";
wwStrings["wwLastSuccessfulNotificationDate"] = "Last Successful Notification";
wwStrings["wwRefineryConversionSendDocInfo[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwWsdlComplexTypesTable"] = "Table of complex types for this WSDL.";
wwStrings["wwAvsFullTextSearchDesc"] = "Enter words or phrases separated with & (and) or | (or).";
wwStrings["wwFeTableHeight[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuExportDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwEmailMozillaWorkaroundCharacters"] = "\u00e9&";
wwStrings["wwIbrConfigMenuLabel2[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwWfDELETE_REV"] = "Delete Revision";
wwStrings["wwNotAValidTargetedQuickSearchQuery"] = "Your query must contain \'#s\' to be a valid Targeted Quick Search.";
wwStrings["wwEditServer"] = "Edit Server";
wwStrings["wwWsdlComplexTypesTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwTargetedQuickSearchKey"] = "Targeted Quick Search Key";
wwStrings["wwLkRecompute"] = "Recompute links";
wwStrings["wwFeAdvPropsDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwSearchResultsTable"] = "Table with a list of content items resulting from a search.";
wwStrings["wwCpdEditSubscriptionPage"] = "Edit Folio Subscription";
wwStrings["wwListNavigation"] = "List Navigation:";
wwStrings["wwAllActiveWorkflowsDesc"] = "Click on the icon to view all items in a workflow.";
wwStrings["wwSave"] = "Save";
wwStrings["wwIncomingProviderInfoFor"] = "Incoming Provider Information for {1}";
wwStrings["wwCmuSectionChildren[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwN_A[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCmuSectionDesc_contentprofiles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWfCHECKIN"] = "Check In";
wwStrings["wwLkResultsTable[idcComponentName]"] = "LinkManager";
wwStrings["wwPortalMessage"] = "\n\u003c!--\nThis area is fully Idoc Script capable. Use the condition variable IsLoggedIn\nto determine if page is delivered to an authenticated user.  Use the condition\nvariable IsDynamic to see if content is delivered dynamically.  Delete the\nfile \u003cHomeDir\u003e/data/pages/portal_message.inc to revert back to the default\nportal message.  The static portal page is not updated unless the\n\"Update Portal...\" option is used in WebLayout Editor.\n\nTo view example script below, copy it out of this comment area.\n\n\u003cdiv align=left\u003e\u003cb\u003eExamples of script:\u003c/b\u003e\u003c/div\u003e\u003cbr\u003e\n\t\u003c$if IsLoggedIn$\u003eUserName = \u003ci\u003e\u003c$UserName$\u003e\u003c/i\u003e\u003cbr\u003e\u003c$endif$\u003e\n\t\u003c$if IsDynamic$\u003eCurrent Time = \u003ci\u003e\u003c$dateCurrent()$\u003e\u003c/i\u003e\n\t\u003c$else$\u003eThis is a static page.\n\t\u003c$endif$\u003e\n --\u003e\n";
wwStrings["wwCpdFolioElements"] = "Folio Elements";
wwStrings["wwCmuSectionDesc_securitygroups[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuExportPreview"] = "Preview";
wwStrings["wwAllFiles"] = "All Files";
wwStrings["wwFeDeleteAction[idcComponentName]"] = "FormEditor";
wwStrings["wwAttachLinkToWebViewable"] = "Attach Link to Web-Viewable";
wwStrings["wwAttachUrlNative"] = "URL - Native";
wwStrings["wwContentSecurityOptions"] = "Content Security Options";
wwStrings["wwOptimizedFields"] = "Optimized Fields";
wwStrings["wwSpecifyIntegerForServerPort"] = "Please specify a positive integer for the server port.";
wwStrings["wwDCTemplateCheckinTitle"] = "Dynamic Converter Template Checkin Form";
wwStrings["wwFeAction[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelJdbcConnectionString"] = "JDBC Connection String:";
wwStrings["wwFilterDebugDesc"] = "Log events inside the web server filter.";
wwStrings["wwCmuExportSectionsChangesNotSaved[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFilterOtherOptions"] = "Other Options";
wwStrings["wwCmuImportAction"] = "Import";
wwStrings["wwSavedQueries"] = "Saved Queries";
wwStrings["wwGo"] = "Go";
wwStrings["wwSubject"] = "Subject";
wwStrings["wwBasicInformation"] = "Basic Information";
wwStrings["wwVerifyDocDelete"] = "\nThe content item and all of its revisions will be permanently deleted from the system.\nDelete the content item now?\n";
wwStrings["wwTraceIsVerboseOption"] = "Full Verbose Tracing";
wwStrings["wwLkState_N"] = "Invalid";
wwStrings["wwCmuButtonLabelUnselectAllSection"] = "Unselect All";
wwStrings["wwFsStorageRules[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsSlackBytes[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdEditSubsFolioModifyTitle"] = "Modify";
wwStrings["wwPostNewLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwHelperPaginateLengthFieldDesc"] = "The length of items per page when paginating.";
wwStrings["wwCpdSubscriptionFolioEditMsg"] = "The following folios have recently been edited:";
wwStrings["wwFeBasicTemplateFormHelp"] = "Add controls to the form.";
wwStrings["wwEditWebUrlMap"] = "Edit the WebUrlMap";
wwStrings["wwFsFileStorage"] = "File system only";
wwStrings["wwGroupFilterDesc"] = "\nEnabling this will add the ability to use a filter to select the groups\nthat will be mapped into the Content Server.  The filtering works by specifying\na set of LDAP-style prefixes for both roles and accounts.  These prefixes are\nLDAP-style strings which specify an area of the tree that roles and/or\naccounts are located.  Each group the user belongs to is checked to see if the group contains one\nof these prefixes as a substring.  If so, the group is considered a role or account depending\non what type of prefix it was.  Along with each prefix is a depth value listed\nin \'[]\' after the prefix.  This value dictates how \'far away\' a group can be\nfrom the prefix to be considered valid.  For example, if we have the setup:\n\u003cbr\u003e\n\u003cbr\u003e\u003cb\u003eRole Prefix: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"OU=Roles, OU=UCM, OU=Oracle\" \u003c/span\u003e\n\u003cbr\u003e\u003cb\u003eDepth: \u003c/b\u003e1\n\u003cbr\u003e\u003cspan class=xxsmall\u003e \"CN=testRole, OU=subOrg2, OU=org1, OU=Roles, OU=UCM, OU=Oracle, dc=mydomain, dc=com\" \u003c/span\u003e\n\u003cbr\u003e\n\u003cbr\u003e\nThe above group matches the Role Prefix, and the remainder of the group name\nafter the Role Prefix is \u003cspan class=xxsmall\u003e \"CN=testRole, OU=subOrg2,\nOU=org1\" \u003c/span\u003e.  This group (testRole) is two organizational units\n(OU) away from the Role Prefix, which translates into a depth of 2. Since the\ndepth is 1 the group does not become a role.  If the depth were 2 or higher,\nthe group would have become a role.  The notion of depth is introduced to\nprevent groups deep in the LDAP tree from inadvertently granting\nprivileges such as \'admin\' to users. If no depth is specified for a prefix, the\ndepth defaults to 0, which means the group must be contained directly with in\nthe prefix.  For example if the Role Prefix is \"OU=Roles, OU=UCM, OU=Oracle\" and the\ndepth defaults to 0, \"CN=roleA, OU=Roles, OU=UCM, OU=Oracle\" would be a valid role, but\n\"CN=roleB, OU=subOrg, OU=Roles, OU=UCM, OU=Oracle\" would not.\n";
wwStrings["wwFeTableSummary"] = "Summary";
wwStrings["wwFeActionEditRow"] = "Edit row";
wwStrings["wwCpdSetFolioTemplateCheckinProfileTitle"] = "Set Folio Template Profile";
wwStrings["wwdDocAuthor"] = "Author";
wwStrings["wwFeSelectProps"] = "Select";
wwStrings["wwSpecifyPrimFile"] = "Please specify a primary file.";
wwStrings["wwCmuActionOptionsTableCaption[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuExportPreviewPage"] = "Export Preview";
wwStrings["wwSetDefault"] = "Reset To Default";
wwStrings["wwSpecifyProxiedForEntSearch"] = "An instance must be \'Proxied\' for it to be \'Enterprise Searchable\'.";
wwStrings["wwWorkInProgress"] = "Work In Progress";
wwStrings["wwLabelUnsubscribe"] = "Unsubscribe:";
wwStrings["wwCpdFolioCheckinDesc"] = "Use the form below to check the folio into the Content Server.";
wwStrings["wwNoContentServersFound"] = "No Content Servers Found.";
wwStrings["wwCmuBundleActions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkInfoPage[idcComponentName]"] = "LinkManager";
wwStrings["wwCollectionConfirmCollectionItems"] = "Are you sure you want to remove the selected item or items in this folder?\\nThis will remove all revisions for content.";
wwStrings["wwSoapWsdlInfo[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCollectionNative"] = "Native";
wwStrings["wwLkAbortDesc[idcComponentName]"] = "LinkManager";
wwStrings["wwFsJdbcStorageDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFilestoreInfo[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwActiveClbraWorkflows"] = "Active Collaboration Project Workflows";
wwStrings["wwApproveRevision"] = "Approve Revision";
wwStrings["wwWfLastActionTs"] = "Last Action Date";
wwStrings["wwSpecifyPassword"] = "Please specify a password.";
wwStrings["wwCmuEnableComponents[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsFieldDesc_RenditionId"] = "Rendition specifier";
wwStrings["wwLabelRefineryOptions"] = "Conversion Options";
wwStrings["wwSoapDataListInfo"] = "Data List Information";
wwStrings["wwCollectionOwner"] = "Owner";
wwStrings["wwFeYes[idcComponentName]"] = "FormEditor";
wwStrings["wwInstallDirs"] = "Installation Directories";
wwStrings["wwCombo"] = "Edit And Select List";
wwStrings["wwSoapEnabled[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwExitWizard"] = "Exit Wizard";
wwStrings["wwTreeContainer"] = "Tree Container";
wwStrings["wwCustomFieldsOptGroupLabel"] = "Custom";
wwStrings["wwIsDynamicConverterEnabled"] = "Enable Dynamic Converter";
wwStrings["wwCmuAdmin"] = "Config Migration Admin";
wwStrings["wwFsAddNewStorageRule"] = "Add new rule";
wwStrings["wwCpdStatusIcon"] = "Status icon";
wwStrings["wwFeTextAreaWidthError[idcComponentName]"] = "FormEditor";
wwStrings["wwAdminPublishWeblayout"] = "Publish dynamic layout files";
wwStrings["wwCmuTaskNameSpacesNotAllowed"] = "Spaces not allowed in the task name.";
wwStrings["wwIsReferenced[idcComponentName]"] = "LinkManager";
wwStrings["wwNoProjectsForPreview"] = "There are no Publisher projects available for preview.";
wwStrings["wwFeTextareaName[idcComponentName]"] = "FormEditor";
wwStrings["wwAdministrationLinks"] = "Administration Links";
wwStrings["wwCmuSectionDesc_fileextensions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwIbrProvidersLable[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwMulti"] = "Edit And Multiselect List";
wwStrings["wwPortalDesignFor"] = "Portal Design for {1}";
wwStrings["wwLkType_cs_service[idcComponentName]"] = "LinkManager";
wwStrings["wwCpdFolioUnsavedChanges"] = "Unsaved Changes";
wwStrings["wwMetricSymbol15"] = "{1} P{2}";
wwStrings["wwDCTemplateRulesTitle"] = "Template Selection Rules";
wwStrings["wwCpdEditFolio"] = "Edit Folio";
wwStrings["wwCpdSubscriptionActionDesc"] = "Description";
wwStrings["wwCmuButtonLabelClearHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwUnregisterPreview"] = "Unregister Preview";
wwStrings["wwHierarchy"] = "Folders";
wwStrings["wwCmuButtonLabelPreview"] = "Preview";
wwStrings["wwCollectionImportArchive"] = "Import Archive";
wwStrings["wwRev"] = "Rev.";
wwStrings["wwIbrConversionJobsOut"] = "One or more jobs are currently out for conversion. Number of jobs: {1i}.";
wwStrings["wwFePluginDynInclude"] = "Create Dynamic Include";
wwStrings["wwDCHtmlRendition"] = "HTML Rendition";
wwStrings["wwIsDefault"] = "Is Default";
wwStrings["wwMetricPrefix-6"] = "{1} Micro{2}";
wwStrings["wwDataListTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFeTextFieldValue"] = "Value";
wwStrings["wwCollectionAvailableColumns"] = "Available Columns";
wwStrings["wwCmuSectionLabel_contentprofiles"] = "Content Profiles";
wwStrings["wwDownloadAppletName"] = "Download";
wwStrings["wwFeTableAlign"] = "Alignment";
wwStrings["wwCpdErrorLoadingFolioItems"] = "Error loading folio items.";
wwStrings["wwNoWorkInProgress"] = "There is no work in progress.";
wwStrings["wwFeIsRepeat[idcComponentName]"] = "FormEditor";
wwStrings["wwOpenItem"] = "Open Item";
wwStrings["wwListTemplateId"] = "Content List Template ID";
wwStrings["wwSpanish"] = "Spanish";
wwStrings["wwContributor"] = "Contributor:";
wwStrings["wwConfigure"] = "Configure";
wwStrings["wwPopUpCalendarTip"] = "Pop up calendar for {1}";
wwStrings["wwOption"] = "Option";
wwStrings["wwFsVaultPath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDefaultSortField"] = "Default Sort Field";
wwStrings["wwCpdContentInfoLabel"] = "View Content Info";
wwStrings["wwRpAdmin"] = "Report Parser Administration";
wwStrings["wwPersonalUrls"] = "Personal URLs";
wwStrings["wwMetricSymbol3"] = "{1} K{2}";
wwStrings["wwLkResType_id"] = "id";
wwStrings["wwGuestAccess"] = "Guest Access";
wwStrings["wwRequiredRoles"] = "Required Roles:";
wwStrings["wwFeAdvProperties"] = "Advanced Properties...";
wwStrings["wwCollectionUrlMapConfigurationNote"] = "Specify virtual folders to be Web Url Mapped";
wwStrings["wwCmuImportPreviewTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdPortalTemplates"] = "Folio Templates";
wwStrings["wwMoreResults"] = "More Results";
wwStrings["wwCpdFolioArchiveRevisionFolioContentLabel"] = "Archive revised folio content:";
wwStrings["wwClose"] = "Close";
wwStrings["wwDCTemplateRulesCriteriaTitle"] = "Criteria for selected rule";
wwStrings["wwCpdSearchOptionsDesc"] = "Select from the options below if you want to filter by document profile.";
wwStrings["wwLkFoundXItems[idcComponentName]"] = "LinkManager";
wwStrings["wwSoapAddComplexType[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFeatureExtensions"] = "Feature Extensions";
wwStrings["wwFeSelectBindField[idcComponentName]"] = "FormEditor";
wwStrings["wwFeResetTableBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwDCConfigTitle"] = "Dynamic Converter Configuration";
wwStrings["wwCollectionEnableCollection"] = "Enable Folder";
wwStrings["wwCmuActionHistoryPage"] = "Latest Action";
wwStrings["wwFsFieldDesc_RevisionLabel"] = "Computed revision label";
wwStrings["wwUnselectAll"] = "Unselect All";
wwStrings["wwIbrConversionJobsOut/ext"] = "There {1?are:is} currently {1i} job{1?s} out for conversion";
wwStrings["wwLabelTestQuery"] = "Test Query:";
wwStrings["wwFoundXItems"] = "Found {1} item{1?s}";
wwStrings["wwShowBufferPoolDetails"] = "Buffer Pool Details";
wwStrings["wwContentExpiringAfter"] = "Content expiring after \u003cbr\u003e{1t}";
wwStrings["wwFeTagIsVisible[idcComponentName]"] = "FormEditor";
wwStrings["wwMoveFieldToAddInfo"] = "Move Field to Additional Information";
wwStrings["wwFePluginDynInclude[idcComponentName]"] = "FormEditor";
wwStrings["wwWorkflowContentItems"] = "Workflow Content Items";
wwStrings["wwPneSearchProfiles"] = "Personal Searches";
wwStrings["wwDiscussionReplyToThis[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCollaborations"] = "Collaboration Projects";
wwStrings["wwFePleaseSpecifyField"] = "Please specify a field.";
wwStrings["wwFsPartitionRoot[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAdditionalActions"] = "Additional Actions:";
wwStrings["wwSMTPPort"] = "SMTP Port:";
wwStrings["wwCmuActiveExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDataListElementsTable"] = "Detailed list of elements for this data list.";
wwStrings["wwEditCollaboration"] = "Edit collaboration project {1q}";
wwStrings["wwClbraDescription"] = "Description";
wwStrings["wwEnvironmentKeyDetails_hide_removed"] = "Hide";
wwStrings["wwLkState"] = "State";
wwStrings["wwRefresh"] = "Refresh";
wwStrings["wwCmuSectionDesc_schemaview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkAdminOptions"] = "Options";
wwStrings["wwCpdIfEmpty"] = "If Empty";
wwStrings["wwShowContentSecurityDetails"] = "Content Security Details";
wwStrings["wwMySavedQueries"] = "My Saved Queries";
wwStrings["wwServerMenuLabel"] = "Server Menu Label:";
wwStrings["wwClickToAdminRestartPage"] = "\u003ca href=javascript:document.AdminRestartForm.submit()\u003eClick here\u003c/a\u003e to go to the page to restart the server";
wwStrings["wwActiveClbraWfTable"] = "Table containing a list of active collaboration workflows.";
wwStrings["wwCpdPickFolioType"] = "Pick Folio Type";
wwStrings["wwCmuButtonLabelPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsStoreRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDCTemplateRulesDeleteButt"] = "Delete Rule";
wwStrings["wwCmuLabelShow"] = "Show";
wwStrings["wwWfcontribution"] = "contribution";
wwStrings["wwQueryResultsTable"] = "Table containing query results (content items)";
wwStrings["wwCpdRemoveSelectedItems"] = "Remove selected items";
wwStrings["wwLdapSpecifySuffix"] = "Please specify a value for  the LDAP suffix.";
wwStrings["wwLabelWorkflow"] = "Workflow:";
wwStrings["wwContentMgr"] = "Content Manager";
wwStrings["wwSortEnabledComponentsByDefault"] = "Sort Enabled Components By Load Order (default)";
wwStrings["wwFeDefaultValue[idcComponentName]"] = "FormEditor";
wwStrings["wwConfirm"] = "Confirm";
wwStrings["wwLabelArchiveName"] = "Archive Name:";
wwStrings["wwHelperShowLongDescriptionFieldDesc"] = "Automatically show the detailed description for a field along side it.";
wwStrings["wwNumberGreater"] = "Greater Than";
wwStrings["wwAdminServerEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the server itself.";
wwStrings["wwRequiredFeaturesEq"] = "Required Features={1}";
wwStrings["wwSubscriptionType"] = "Subscription Type";
wwStrings["wwRegisteredProjects"] = "Registered Publisher Projects";
wwStrings["wwEnvironmentKeyOverwrites"] = "Number of overwritten config values: {1i}";
wwStrings["wwStandardMetadata"] = "Standard";
wwStrings["wwCmuDefinedBundles"] = "Available Bundles";
wwStrings["wwCpdNoSearchItems"] = "No search items to display. Click Search to add items to this listing.";
wwStrings["wwPluginDebug"] = "PLUGIN_DEBUG";
wwStrings["wwIsOverrideFormat"] = "Allow Override Format on Check In";
wwStrings["wwCpdPrompt"] = "Prompt";
wwStrings["wwResultTemplate"] = "Result Template";
wwStrings["wwServerNoPageEncoding"] = "Not Defined";
wwStrings["wwExpireJob[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFsPartitionName"] = "Partition Name";
wwStrings["wwCollectionPropagate"] = "Propagate";
wwStrings["wwDatabaseDirectory"] = "Database Directory";
wwStrings["wwTraceSectionsList"] = "Active Sections";
wwStrings["wwSpecifyJdbcUser"] = "Please specify user name for this JDBC connection.";
wwStrings["wwLkNoActivity"] = "Ready";
wwStrings["wwWfReviewApproveRejectMsg"] = "\nYou may review this workflow item in the window to the right,\nthen use the action links below to approve or reject the item.\n";
wwStrings["wwLabelAuthor"] = "Author:";
wwStrings["wwOutgoingProviderInfoFor"] = "Outgoing Provider Information for {1}";
wwStrings["wwFsRuleSuccess[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwOriginalInfoLabel"] = "Original Content Info";
wwStrings["wwCollectionLockCollection"] = "Editable";
wwStrings["wwCpdTemplateBasedFolio"] = "Template-Based Folio";
wwStrings["wwFeActionDeleteRow"] = "Delete row";
wwStrings["wwibrOptionsPageTitleName"] = "Inbound Refinery Conversion Options";
wwStrings["wwCollectionUpdateCollection"] = "Update Folder Information Fields";
wwStrings["wwdType"] = "Type";
wwStrings["wwNoContentProfileLinks"] = "There are no content profile links to edit.";
wwStrings["wwCpdTemplateEnabledLabel"] = "Template Enabled:";
wwStrings["wwAddContentServerClusterNode"] = "Add an Existing Content Server Cluster Node";
wwStrings["wwNoTitle"] = "No Title";
wwStrings["wwAddIncomingProvider"] = "Add Incoming Provider";
wwStrings["wwJspServerStartWebApp"] = "Start Web App";
wwStrings["wwPreviewProvider"] = "Preview Provider";
wwStrings["wwNumInstalledFeatures"] = "Number of Installed Features";
wwStrings["wwCpdNoArchiveItemAvailableDesc"] = "There was an error with recovering the item from a previous revision.";
wwStrings["wwCpdLocateItemInFolio"] = "Locate Item In Folio";
wwStrings["wwViewSubscriptionDoc"] = "View Content";
wwStrings["wwLkTitle"] = "Links";
wwStrings["wwContentAuthorLabel"] = "Author:";
wwStrings["wwFsVaultRenditions"] = "Vault Files";
wwStrings["wwCmuClearHistoryButton[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLogin"] = "Login";
wwStrings["wwLastUsedDate"] = "Last Used Date";
wwStrings["wwCpdIsEnabled"] = "Enabled";
wwStrings["wwVersionAndBuildInformation"] = "Version and Build Information";
wwStrings["wwCollectionBasicMetaConfigurationNote"] = "Select from the available information fields to be appended to the filename.";
wwStrings["wwCurrentStatus"] = "Current Status:";
wwStrings["wwFeCheckboxDlgTitle"] = "Checkbox Options";
wwStrings["wwDownloading"] = "Downloading...";
wwStrings["wwFeFormAction"] = "Action";
wwStrings["wwLabelAccount"] = "Account:";
wwStrings["wwDCConfigDefTemplateTitle"] = "Default GUI Template";
wwStrings["wwLabelCollectionName"] = "Collection:";
wwStrings["wwFsFieldDesc_dReleaseState"] = "Release state";
wwStrings["wwMore"] = "More";
wwStrings["wwJspServerStopWebApp"] = "Stop Web App";
wwStrings["wwCpdEnforceRestriction"] = "Enforce restriction:";
wwStrings["wwCmuUpload[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuIsOverwrite"] = "Overwrite Duplicates";
wwStrings["wwCmuExportSectionItems[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwIbrProviders/ext[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwValue"] = "Value";
wwStrings["wwFeTextFieldTypeText[idcComponentName]"] = "FormEditor";
wwStrings["wwForce[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwFeAddClauseButton[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableWidthPct[idcComponentName]"] = "FormEditor";
wwStrings["wwEmailFormat"] = "Email Format:";
wwStrings["wwCmuSectionLabel_contentserver"] = "Content Server Sections";
wwStrings["wwCpdFolioTemplateCheckinTitle"] = "Folio Template Check In";
wwStrings["wwFoldersLocalBuildMount"] = "Built Mount";
wwStrings["wwWsdlServicesTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFsEditRule"] = "Edit rule...";
wwStrings["wwCpdItemCheckinDesc"] = "Use the form below to check the item to populate the folio.";
wwStrings["wwFeValueLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwFeIsCondition[idcComponentName]"] = "FormEditor";
wwStrings["wwResubmit"] = "Resubmit";
wwStrings["wwTraceEditOptionsTitle"] = "Edit Active Console Output Tracing**";
wwStrings["wwGuestHomePage"] = "Guest Home Page";
wwStrings["wwBokmal"] = "Bokmal";
wwStrings["wwHelperOneItemShown"] = "Item {1} of {2}";
wwStrings["wwAdminCancelIndexUpdate"] = "Cancel index update";
wwStrings["wwInstructionsLabel"] = "Instructions:";
wwStrings["wwIntranetAuthenticationLabel"] = "NTLM";
wwStrings["wwHelperShowLongDescription"] = "Show Detailed Description";
wwStrings["wwCmuSectionLabel_roles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSysadminEmailAddr"] = "E-mail Address for Sysadmin:";
wwStrings["wwCmuSectionLabel_workflows"] = "Workflows";
wwStrings["wwResultsPerPage"] = "Results Per Page";
wwStrings["wwWIPContentItems"] = "{1} WIP Content Item{1?s}";
wwStrings["wwJavaProperties"] = "Java Properties";
wwStrings["wwBefore"] = "Before";
wwStrings["wwRequiredApprovals"] = "Required Approvals:";
wwStrings["wwIbrConversionJobsOut/ext[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwWfRESUBMIT"] = "Resubmit";
wwStrings["wwNtlm"] = "NT Domain Security";
wwStrings["wwCurrentDocTypes"] = "Current Document Types";
wwStrings["wwCollectionAvailableFields"] = "Available Fields";
wwStrings["wwFeTextFieldType"] = "Type";
wwStrings["wwCmuAdminPage"] = "Configuration Migration Administration Page";
wwStrings["wwCmuActionLabelDeleteTask[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwListTemplatesNativeColumnText"] = "download";
wwStrings["wwFsSymLinkMethod"] = "symlink";
wwStrings["wwFsAddPartition"] = "Add Partition";
wwStrings["wwStepName"] = "Step Name";
wwStrings["wwFeCustomFormatError"] = "A custom key is in an unexpected format. It should be key=value.";
wwStrings["wwFeTableBorder"] = "Border size";
wwStrings["wwSoapName"] = "Name";
wwStrings["wwFsPathInformation[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwContentItemsInWorkflow"] = "Content Items In Workflow \'\u003ci\u003e{1}\u003c/i\u003e\'";
wwStrings["wwActiveWorkflows"] = "Active Workflows";
wwStrings["wwForce"] = "Force";
wwStrings["wwWfReviewMetafileCheckedIn"] = "The current file is a metadata only document.";
wwStrings["wwSelfReg"] = "Self-Registration";
wwStrings["wwOracleTextIndexRebuild"] = "Index Fast Rebuild";
wwStrings["wwContributorProblemReportNotification"] = "Contributor Problem Report Notification";
wwStrings["wwCmuActionHistoryType"] = "Action";
wwStrings["wwCmuActionHistoryType[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdViewFolio"] = "View Folio";
wwStrings["wwDebugTrace"] = "Debug Trace";
wwStrings["wwProfilesScripting"] = "Profile Scripting";
wwStrings["wwCmuConfirmImportWithoutPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsUpgrade"] = "Upgrade";
wwStrings["wwRemoveFromWfInQueue"] = "Remove From Queue";
wwStrings["wwCpdSlotCreationDisabled"] = "Item creation disabled.";
wwStrings["wwActiveConnTimeActiveLabel"] = "Active time:";
wwStrings["wwdConversionState[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCmuEnableComponents"] = "Enable imported components";
wwStrings["wwFeEditAction"] = "Edit row link";
wwStrings["wwCpdSearchForExistingFoliosDesc"] = "Use this search form to locate the folio you want to put the selected items into. Your search criteria will automatically be filtered to display folios only.";
wwStrings["wwFeTableWidthPct"] = "percent";
wwStrings["wwDCConfigSettings"] = "Configuration Settings";
wwStrings["wwCgiDebugDesc"] = "Log summary of data and headers sent between the web server filter and the Content Server.";
wwStrings["wwFeBasicFormTemplate[idcComponentName]"] = "FormEditor";
wwStrings["wwCollectionSpecifyOwner"] = "Please specify an owner.";
wwStrings["wwNumberLess"] = "Less Than";
wwStrings["wwRevisionsTable"] = "Table containing the revisions of this content item.";
wwStrings["wwLabelServerPort"] = "Server Port:";
wwStrings["wwLastUpdate"] = "Last Update";
wwStrings["wwIncorrectInstanceForLicense"] = "\nThis license was created with an\nInstance Name and Host Name different from the values for your\nsite. Please change the configuration values for your server to\nmatch the values above.  Note: The Host Name is set by entering\nthe value for the HTTP Server Address on the Internet tab of the\nSystem Properties utility. Restart the server and reload this\npage. If you cannot make the changes at this time, save the\nlicense information for later.\n";
wwStrings["wwPostGCMemoryFree"] = "Free memory after garbage collection";
wwStrings["wwViewRegisteredProducts"] = "View Registered Products";
wwStrings["wwGroupHide"] = "Hide";
wwStrings["wwFeTextFieldDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwPostReplyToLabel"] = "Post Reply to #{1}";
wwStrings["wwUser"] = "User";
wwStrings["wwCmuAdminExportPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwTaminoNoResultsForQuery"] = "No search results for query.";
wwStrings["wwFeTableRowProps"] = "Table Row";
wwStrings["wwFsPartitions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSubsFor"] = "Subscriptions for {1}";
wwStrings["wwCmuSectionDesc_contentprofiles"] = "Content Profiles Section";
wwStrings["wwdFormat"] = "Format";
wwStrings["wwEnvPkgPageDesc"] = "\nCheck the boxes below to select which parts of the environment to be packaged. This will also gather\ninformation about your Java environment and your operating system.\n";
wwStrings["wwTopMenusLayoutLabel"] = "Top Menus";
wwStrings["wwdConvMessage"] = "Message";
wwStrings["wwClearLog"] = "Clear Web Server Filter Log";
wwStrings["wwFsWebRenditions"] = "Web Files";
wwStrings["wwLabelCaption"] = "Caption:";
wwStrings["wwSourceState"] = "Source State:";
wwStrings["wwFeTableAlignNotSet"] = "&lt;Not set&gt;";
wwStrings["wwProductVersionLabel"] = "Product Version:";
wwStrings["wwCmuExportLastExport"] = "Last Export";
wwStrings["wwdOriginalName[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwLabelPassword"] = "Password:";
wwStrings["wwCmuExportID[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeWrapDesc"] = "\nIdoc Script placed in the text fields below will be inserted immediately before or after\nthe the tag that renders the form element.\n";
wwStrings["wwSpecifyIntegerForSlack[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdSubscriptionFolioRemoveMsg"] = "Items have recently been removed from the following folios:";
wwStrings["wwTempConvText3"] = "\u003cstrong\u003eField Value:\u003c/strong\u003e  The content item\'s metadata information that is associated with the selected Field Name\noption.  The text entered in this field must exactly match the content information that was entered when the file was\nchecked in.  This field will also accept a wildcard match.";
wwStrings["wwQuickSearch"] = "Quick Search";
wwStrings["wwCmuExportSectionName"] = "Section Name";
wwStrings["wwLmContentExpiredAfter"] = "Content expired after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwComponentInstallList"] = "Component Install List";
wwStrings["wwCmuEmailResults[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdAddFolioTitle"] = "Add Items To Folio";
wwStrings["wwCmuSectionChildren"] = "Child Sections";
wwStrings["wwMetricPrefix12"] = "{1} Tera{2}";
wwStrings["wwReset"] = "Reset";
wwStrings["wwNoAdminTargetedQuickSearches"] = "There are no Targeted Quick Searches defined by admins in this system.";
wwStrings["wwCpdSubsDelete"] = "Items Deleted";
wwStrings["wwFeIsBindField[idcComponentName]"] = "FormEditor";
wwStrings["wwSearchResultsGroupActionLabel"] = "Query Result Action:";
wwStrings["wwFeAdvCustomLabel"] = "Variables";
wwStrings["wwLongDescription"] = "Detail";
wwStrings["wwCpdFolioName"] = "Folio {1q}";
wwStrings["wwOverride"] = "Override";
wwStrings["wwConversionList[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFeTableCellPadding[idcComponentName]"] = "FormEditor";
wwStrings["wwBack"] = "Back";
wwStrings["wwFeAdvBlockDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwAllowRefineryPassthruOnConversionFailure"] = "When a conversion sent to an Inbound Refinery fails, set the conversion to \'Refinery Passthru\'.";
wwStrings["wwIDC_Name"] = "Instance Name";
wwStrings["wwLabelRelativeWebRoot"] = "Relative Web Root:";
wwStrings["wwDiscussionSubjectLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwHelperUseIconLongDescription"] = "Use Icon For Detailed Descriptions";
wwStrings["wwCmuActionEventTimeLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuDefineImport"] = "Import bundle";
wwStrings["wwCollectionRemoveCriteria"] = "Remove Criteria";
wwStrings["wwLdapConnectionTimeoutLabel"] = "Connection timeout:";
wwStrings["wwCpdContinueEditingFolio"] = "Continue editing the folio";
wwStrings["wwLogFiles"] = "Log Files";
wwStrings["wwCmuAdmin[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwXuiViewLabel"] = "View:";
wwStrings["wwVersionEq"] = "Version={1}";
wwStrings["wwFsVaultPath"] = "Vault Path";
wwStrings["wwPostReplyToLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwOsFamilyLabel"] = "OS Family:";
wwStrings["wwIbrProviderStatusLabel[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwRefineryProvider"] = "Handles Inbound Refinery Conversion Jobs";
wwStrings["wwBackgroundThreadFinished"] = "The process has completed.";
wwStrings["wwAllowGetCopyAccess"] = "Allow Get Copy with Read Privilege:";
wwStrings["wwAdminServer"] = "Admin Server";
wwStrings["wwDownload"] = "Download";
wwStrings["wwFeTableDifferentFromBlock"] = "The field does not belong to the table of the containing repeat block. Do you wish to continue?";
wwStrings["wwLabelFullName"] = "Full Name:";
wwStrings["wwArchiverImportFailure"] = "There was a serious error during the import of a document which may\nprevent that document from being properly synchronized in state with the exporting content server.\n";
wwStrings["wwDefaultAuthDesc"] = "\nThis value specifies the default authentication method to apply to users who\nhave never visited the Content Server before. The two valid choices are \'NTLM\' and \'Basic\'.\n\'NTLM\' will use the Microsoft Login method to login users while \'Basic\' will\nattempt to log users into the Content Server.\n";
wwStrings["wwBasicAuthenticationLabel"] = "Basic";
wwStrings["wwGeneralSearch"] = "General Search";
wwStrings["wwSourceContentId"] = "Source Content ID:";
wwStrings["wwCpdSaveChanges"] = "Save changes";
wwStrings["wwRefNextUpdateAt"] = "Next Update at: {1}";
wwStrings["wwLkDocAlias"] = "Target Content ID Label";
wwStrings["wwRefineryNativeFileSizeMaxCompress"] = "Enter the native file compression threshold in MB; when exceeded the file will be transferred uncompressed.";
wwStrings["wwFeConditionDesc"] = "In the text area below add idoc script clauses. These clauses are\nevaluated to determine if the tag is to be rendered.";
wwStrings["wwReleasedDate"] = "Released Date";
wwStrings["wwSelectedCriteriaSubscriptionDesc"] = "\nYou are subscribed to all content items\nwith the following criteria:\n";
wwStrings["wwLkType[idcComponentName]"] = "LinkManager";
wwStrings["wwNoResultsForQuery"] = "Found no items out of {1} searched matching the query.";
wwStrings["wwCollectionCreateNew"] = "New Folder";
wwStrings["wwListTemplateConfirmHideAdvancedDescriptionEditor"] = "Are you sure you want to go back to the basic form? Any changes you may have made in the advanced form will be lost.";
wwStrings["wwLdapAttribute"] = "LDAP Attribute";
wwStrings["wwBeginQuote"] = "\'";
wwStrings["wwCmuLabelHide[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdTemplateNameLabel"] = "Template Name:";
wwStrings["wwLabelJdbcDriver"] = "JDBC Driver:";
wwStrings["wwCollectionInheritFromParent"] = "Inherit Information From Parent";
wwStrings["wwLkResourceTable"] = "Table with a list of resources the link uses with details.";
wwStrings["wwCollaborationProjects"] = "Collaboration Projects";
wwStrings["wwCpdExistingFolio"] = "Existing folio";
wwStrings["wwDpLabelTag"] = "Profile";
wwStrings["wwWebResourcesLayouts"] = "Layout and Skin Web Resources";
wwStrings["wwAdvancedSearch"] = "Advanced...";
wwStrings["wwMoreEllipses"] = "more...";
wwStrings["wwNumberLessEqual"] = "Less or Equal";
wwStrings["wwIsInWorkflow"] = "Is In Workflow";
wwStrings["wwCmuActionLabelEditTemplate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMinServerCompatibilityVersionEq"] = "Minimum Server Compatibility Build={1}";
wwStrings["wwCmuActionHistorySource[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwPortalSystemLinks"] = "Portal System Links";
wwStrings["wwShowSearchTips"] = "Show Search Tips";
wwStrings["wwVaultFileSize"] = "Vault File Size";
wwStrings["wwPostNewLabel"] = "Post Comment";
wwStrings["wwSecurityGroup"] = "Security Group";
wwStrings["wwMiddleParents"] = "Middle Parents:";
wwStrings["wwFromInteger"] = "From";
wwStrings["wwCpdContentListingTitle"] = "Content Listing";
wwStrings["wwUninstallComponent"] = "Uninstall Component";
wwStrings["wwCollectionHierarchyCollectionSpecificationNote"] = "Specify the name of the virtual folder and information fields values.";
wwStrings["wwCmuSectionLabel_workflowtokens"] = "Workflow Tokens";
wwStrings["wwLinkToMoreResults"] = "Link To More Results";
wwStrings["wwSortComponentsByName"] = "sort these components by name";
wwStrings["wwCollectionPath"] = "Virtual Folder Path";
wwStrings["wwFeProfileCheckinList"] = "Profile Check In";
wwStrings["wwLicenseSupportHotline"] = "\nNote: For license support call the\nSupport Hotline at 888.688.8324 or\n952.903.2020\n";
wwStrings["wwLkReferences[idcComponentName]"] = "LinkManager";
wwStrings["wwAddCollaboration"] = "Add collaboration project";
wwStrings["wwContentServerMessage"] = "Content Server Message";
wwStrings["wwCmuSectionLabel_subscriptions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNoExpiringRevisions"] = "No expiring revisions found.";
wwStrings["wwErrTrace"] = "Error Trace";
wwStrings["wwFishbowlLinksPage"] = "Fishbowl Solutions, Inc.\u003cbr\u003eLinks";
wwStrings["wwCustomFieldsOptionGroup"] = "Custom";
wwStrings["wwCmuAdminUpload"] = "Upload Configuration Bundle";
wwStrings["wwCmuSectionLabel_contentprofilerules"] = "Content Profile Rules";
wwStrings["wwConfigPageServerVersioningExplanation"] = "Note: The Minimum Server Compatibility Build and the Remove After Build attributes of the components refer to internal build numbers of the Content Server.  They do not refer to the version number printed on Content Server CDs and documentation.  For example, the current version of this Content Server is {1} while the internal build number is {2}.";
wwStrings["wwFsRule_default"] = "default storage";
wwStrings["wwCmuSectionDesc_predefinedaccounts"] = "Predefined Accounts Section";
wwStrings["wwXuiPopupEmailBody"] = "";
wwStrings["wwCheckedOutConByUser"] = "Content Checked Out By User";
wwStrings["wwCheckOut"] = "Check Out";
wwStrings["wwClickToEnableComponents"] = "\u003ca href=javascript:document.ComponentEnableForm.submit()\u003eClick here\u003c/a\u003e to enable the component and go to the page to restart the server";
wwStrings["wwDocSrcInfo"] = "Document Source Information";
wwStrings["wwFsRuleEditFor"] = "Storage Rule {1q}";
wwStrings["wwUnsubscribeFromItem"] = "Unsubscribe from Content Item";
wwStrings["wwSpecifyProviderDesc"] = "Please specify a value for \'Provider Description\'.";
wwStrings["wwNetworkAdminGroupDesc"] = "\nBy default, the Content Server maps the Domain\nAdmins NT group in the default master domain to the role admin. By\nsetting this value, a different NT group can be mapped to the admin role.\n";
wwStrings["wwAdsUserNameDesc"] = "\nThis is the name of the user the Active Directory calls should be made as.\nThis user must have rights to read from the Active Directory.  The name should\nbe in the form [domain]\\[userName].  Specifying the username and password\nshould be unnecessary if the server machine the web server is running on has\nread privileges to Active Directory.\n";
wwStrings["wwHideAdvancedOptionsQueryBuilder"] = "hide advanced options";
wwStrings["wwImage"] = "Image";
wwStrings["wwWfStarted"] = "Workflow {1q} has been started.";
wwStrings["wwCmuSectionDesc_aliases[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCollectionEnabled"] = "Folder Enabled";
wwStrings["wwFeTableAlignNotSet[idcComponentName]"] = "FormEditor";
wwStrings["wwLinkToPreviousResults"] = "Link To Previous Results";
wwStrings["wwVerifyServerRemoval"] = "Are you certain you wish to remove this server from the Admin Server?";
wwStrings["wwCheckedOutContentTable"] = "Table with a list of content items that are checked out.";
wwStrings["wwDeletePartition"] = "Delete";
wwStrings["wwCpdSaveItemOrder"] = "Save Content Basket ordering";
wwStrings["wwCmuDefinedExports"] = "Export Templates";
wwStrings["wwEnableAccounts"] = "Enable Accounts:";
wwStrings["wwDeleteQueryBuilderRow"] = "Delete Query Builder Row";
wwStrings["wwNetworkAdminGroup"] = "Network Admin Group";
wwStrings["wwCollectionAdminInheritConfiguration"] = "Information Field Inherit Configuration";
wwStrings["wwProviders"] = "Providers";
wwStrings["wwShowDefaultQuery"] = "Show Default Query";
wwStrings["wwLocalCopyNotSynced"] = "\nThe local copy of this content item has not been\nupdated to the latest revision.  Use \u003ci\u003eGet Native File\u003c/i\u003e or\n\u003ci\u003eCheck Out\u003c/i\u003e to update your local copy of \u003ci\u003e{1}\u003c/i\u003e.\n";
wwStrings["wwTabbedTable"] = "Table with tabs.";
wwStrings["wwNoProblemReportsForCriteria"] = "There are no problem reports matching the criteria.";
wwStrings["wwVerifyLicenseInfo"] = "\nVerify the license information shown in the\nfields below. Click the update button when you are finished.\n";
wwStrings["wwOptimalFieldConfiguration"] = "Optimal Field Configuration";
wwStrings["wwCmuContinueOnError"] = "Continue On Error";
wwStrings["wwCpdCannotRemoveRootNode"] = "Cannot remove root node.";
wwStrings["wwCmuActionEventsPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAttachAllUrlWeb"] = "URL - Web [Attach All]";
wwStrings["wwAdminTasksLabel"] = "Administrator Tasks:";
wwStrings["wwPublisher"] = "Publisher";
wwStrings["wwFeCheckboxProps[idcComponentName]"] = "FormEditor";
wwStrings["wwAddDatabaseProvider"] = "Add Database Provider";
wwStrings["wwFeOr[idcComponentName]"] = "FormEditor";
wwStrings["wwClear"] = "Clear";
wwStrings["wwHelp"] = "Help";
wwStrings["wwCmuImportOnly"] = "Import Only";
wwStrings["wwFeNo[idcComponentName]"] = "FormEditor";
wwStrings["wwibrPreConversionOptions"] = "Pre-Conversion Options";
wwStrings["wwCpdMaxLinkCountReached"] = "Max item count reached.";
wwStrings["wwCollectionWebviewable"] = "Webviewable";
wwStrings["wwXuiItemsShown"] = "Items {1}-{2} of {3}";
wwStrings["wwFeFieldMissing"] = "Please specify a field name.";
wwStrings["wwTitleEnabledComponents"] = "Enabled Components:";
wwStrings["wwFsWebParsingGuideDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuBuildComponents"] = "Build Components";
wwStrings["wwTopParent"] = "Top Parent:";
wwStrings["wwCpdCloneItem"] = "Clone item:";
wwStrings["wwJspServerProviderInfo"] = "JSP Provider Info for";
wwStrings["wwCmuBundleName"] = "Name";
wwStrings["wwCpdTemplateTitle"] = "Title";
wwStrings["wwFeActionEditRow[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableProps"] = "Table";
wwStrings["wwConnectionClass"] = "Connection Class";
wwStrings["wwCouldNotLoadNativeVersion"] = "\u003cem\u003eunknown\u003c/em\u003e";
wwStrings["wwLabelReleaseDate"] = "Release Date:";
wwStrings["wwSpecialIntegrations"] = "Special Integrations";
wwStrings["wwMoveUp"] = "Move Up";
wwStrings["wwAdsAuthMethod"] = "Authorization Method";
wwStrings["wwMapUrlPattern"] = "Url pattern for WebUrlMapPlugin";
wwStrings["wwWfReviewInfoMsg"] = "Use the links below to see more info about this item, or the status of the workflow.";
wwStrings["wwCpdLinkBrokenPrompt"] = "Item content is missing.  Attempt to repair with previously archived version?";
wwStrings["wwCmuActionLabelEdit"] = "Edit";
wwStrings["wwViewLocalizationAudit"] = "Localization Auditing";
wwStrings["wwDBActiveConnection"] = "Active Database Connections";
wwStrings["wwFeAdvPropsDesc2"] = "Define attributes of the form element. Enable advanced functionality to provide data binding and additional server-side processing options.";
wwStrings["wwWsdlServicesResponseParamsTable"] = "Table of response parameters for this service.";
wwStrings["wwCreateThumbnailViewSearchResultTemplate"] = "Create Thumbnail View Search Result Template";
wwStrings["wwNotifyTargetDesc"] = "\nUse this option if you are the proxied server in a master and proxied server relationship. The \u003ci\u003eUsers\u003c/i\u003e subject\ngives the master server\'s web server access to the security configuration of this server and guarantees that its copy is kept up to date.\nIt should be checked if you wish static content on the proxied server to be directly available through the master server\'s web server.\nThe \u003ci\u003eReleased Documents\u003c/i\u003e subject should be checked if you wish to perform an enterprise search from the master server which\nincludes this proxied server.\n";
wwStrings["wwManualRegistration"] = "Manual Registration";
wwStrings["wwInstanceDirectory"] = "Instance Directory";
wwStrings["wwCpdFolioViewGenericLabel"] = "View";
wwStrings["wwClbraCreatedBy"] = "Created By";
wwStrings["wwHelperSkipConfirm"] = "Skip Confirmation Pages";
wwStrings["wwChoice"] = "Select List Validated";
wwStrings["wwFeAddTemplatedActionsDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuAllTasks[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuConfirmUnsavedExit"] = "All changes will be lost. Continue?";
wwStrings["wwSelectContentServer"] = "Select the Content Server";
wwStrings["wwDCConfigRenditionText"] = "The rendition of a content item to be converted.";
wwStrings["wwDigestFor"] = "SHA1 Digest for {1}";
wwStrings["wwFeTraceSection"] = "Form Editor";
wwStrings["wwEntHome"] = "Enterprise Home";
wwStrings["wwFeAdvPropsTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwFeBlockTabLabel"] = "Type";
wwStrings["wwTurkish"] = "Turkish";
wwStrings["wwCpdCannotRemove"] = "Cannot remove.";
wwStrings["wwMinorRevLabel"] = "Minor Revision Label Sequence:";
wwStrings["wwCriteriaSubscriptionDesc"] = "Items with the following criteria:";
wwStrings["wwLabelAttachAll"] = "Attach All:";
wwStrings["wwServerComponents"] = "Server Components";
wwStrings["wwSpecifySecGroup"] = "Please specify a security group.";
wwStrings["wwCpdLinkType"] = "Type";
wwStrings["wwGeneralInfo"] = "General Information";
wwStrings["wwAuditMessage"] = "Audit Messages";
wwStrings["wwGcTime"] = "Time for garbage collection";
wwStrings["wwAdsUserName"] = "User Name";
wwStrings["wwRequiresRestart"] = "Requires Restart";
wwStrings["wwCmuActionHistoryPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeInvalidName"] = "The element name is invalid.";
wwStrings["wwCmuExportSectionDesc[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwClassesDir"] = "Classes Directory";
wwStrings["wwLkSearchResults"] = "Search Results";
wwStrings["wwFeTableBorder[idcComponentName]"] = "FormEditor";
wwStrings["wwRegisterUser"] = "Register User";
wwStrings["wwCpdNoBasketsAvailable"] = "No Content Baskets available";
wwStrings["wwContentManagerLinks"] = "Content Manager Links";
wwStrings["wwCmuRootSectionLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdMakeActiveBasket"] = "Make active";
wwStrings["wwLicenseSignature"] = "License Signature";
wwStrings["wwCpdAuthorLabel"] = "Author:";
wwStrings["wwConfirmPassword"] = "Confirm Password";
wwStrings["wwCmuExportPreviewPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuBuildComponents[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwUnsubscribe"] = "Unsubscribe";
wwStrings["wwSocketServerAddress"] = "Server socket address";
wwStrings["wwUpdateCheckin"] = "Update with Check In";
wwStrings["wwDeutsch"] = "Deutsch";
wwStrings["wwCollectionFilename"] = "Filename";
wwStrings["wwActions"] = "Actions";
wwStrings["wwLkState[idcComponentName]"] = "LinkManager";
wwStrings["wwPreviewNavigation"] = "Preview";
wwStrings["wwRefinerySecondsBetweenTransferAttemptsError[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwTestEmailFormCcRecipients"] = "Cc:";
wwStrings["wwEnds"] = "Ends";
wwStrings["wwFeTextFieldName"] = "Name";
wwStrings["wwFeXmlFieldLabel"] = "Field Name";
wwStrings["wwCmuActionEventsCaption[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNoDiscussionInformationText[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeRadioButtonDlgTitle"] = "Radio Button Options";
wwStrings["wwSpecifyInstanceName"] = "Please specify a value for the instance name.";
wwStrings["wwProblemReportInformation"] = "Problem Report Information";
wwStrings["wwTaminoNoResultsForNamedQuery"] = "No search results for query {1}.";
wwStrings["wwLdapIsPrimaryUserBase"] = "Primary User Base";
wwStrings["wwActiveIndex"] = "Active Index";
wwStrings["wwFormCheckoutMsg"] = "\nYou have checked out a form. To check in the\nform, click on the link below, make your changes, and press\nthe Submit button.\n";
wwStrings["wwRenditionsLabel"] = "Renditions:";
wwStrings["wwClbraViewDocs"] = "View Content";
wwStrings["wwTempConvText4"] = "\u003cstrong\u003eTemplate Content ID:\u003c/strong\u003e The template metadata information.  The text entered in this field must exactly\nmatch the information that was entered in the Content ID field on the Content Check In Form.";
wwStrings["wwRefinerySecondsBetweenTransferAttempts[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFeTableDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwPrjUnregisterAll"] = "Unregister All";
wwStrings["wwLdapUserProviderDesc"] = "Configuring an LDAP user provider.";
wwStrings["wwCpdLinkLabel"] = "Label:";
wwStrings["wwLabelDatabaseName"] = "Database Name:";
wwStrings["wwAdministration"] = "Administration";
wwStrings["wwLkOriginalUrl"] = "Original URL";
wwStrings["wwIdcLanguage"] = "Language";
wwStrings["wwWeb"] = "Web";
wwStrings["wwCmuSectionLabel_emtpysection"] = "";
wwStrings["wwNoRevsCheckedOut"] = "There are no revisions checked out.";
wwStrings["wwDCEditTemplates"] = "Edit Templates";
wwStrings["wwCollectionAdminToggleMarkedGrantButton"] = "Allow {1} to modify Marked Folders";
wwStrings["wwWorkflowAdmin"] = "Workflow Admin";
wwStrings["wwEnvironmentKeyDetails_show_replaced"] = "Show";
wwStrings["wwPleaseSelectAnAction[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDatabaseNumReadActions"] = "Number of Read Actions: {1}";
wwStrings["wwFeRowProperties"] = "Row Properties";
wwStrings["wwAccountFilter"] = "Account Filter:";
wwStrings["wwdConvActionDate[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFsDuplicationMethods[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLabelType"] = "Type:";
wwStrings["wwDefaultValNotInList"] = "The default value is not in the option list. The default value cannot be deleted.";
wwStrings["wwSpecifyNumberForResults"] = "Please enter a number for results per page.";
wwStrings["wwCpdEditSubsFolioAddDesc"] = "This will notify when anything is added to this folio.";
wwStrings["wwConversionError"] = "Conversion Error:";
wwStrings["wwGoto"] = "Go To...";
wwStrings["wwRepositoryManager"] = "Repository Manager";
wwStrings["wwOptionList"] = "Option List";
wwStrings["wwProductHome"] = "{1} Home";
wwStrings["wwFeTableHeightPx[idcComponentName]"] = "FormEditor";
wwStrings["wwMap"] = "Map";
wwStrings["wwArchiverImportRevisionBeingImported"] = "Revision Being Imported";
wwStrings["wwHttpServerAddress"] = "HTTP Server Address";
wwStrings["wwMetricSymbol-1"] = "{1} d{2}";
wwStrings["wwMyCheckedOutContent"] = "My Checked-Out Content";
wwStrings["wwLmDefaultSkin"] = "Classic";
wwStrings["wwEtcDir"] = "Unix \'etc\' Log Directory";
wwStrings["wwCpdInsertHypertextTitle"] = "Insert Hypertext";
wwStrings["wwActionsLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCTemplateRulesNewLabel"] = "New rule name:";
wwStrings["wwFeResultSetName"] = "Bind to table";
wwStrings["wwNumEnabledComponents"] = "Number of Enabled Components";
wwStrings["wwNoProfilesAvailable"] = "No Profiles Currently Available";
wwStrings["wwMetadataOnly"] = "Metadata Only";
wwStrings["wwLkType_relative[idcComponentName]"] = "LinkManager";
wwStrings["wwDatabaseVersionLabel"] = "Database Version:";
wwStrings["wwdOptionListType"] = "Option List Type";
wwStrings["wwFolderWebUrl"] = "Url for Folder";
wwStrings["wwDutch"] = "Dutch";
wwStrings["wwHelpDesc"] = "Gives you access to the online documentation for {1}";
wwStrings["wwIbrProviders"] = "Number of Inbound Refinery providers: {1i}.";
wwStrings["wwLkTracingSection[idcComponentName]"] = "LinkManager";
wwStrings["wwConfirmation"] = "Confirmation";
wwStrings["wwCollectionCollectionMeta"] = "Metadata";
wwStrings["wwDescriptionHeader"] = "Description for \'{1}\'";
wwStrings["wwLkNoReferences[idcComponentName]"] = "LinkManager";
wwStrings["wwbytesShort"] = "b";
wwStrings["wwCmuSectionLabel_admintargetedquicksearches"] = "Targeted Quick Searches";
wwStrings["wwEditFileStoreProvider[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwXuiDefaultTemplate"] = "Classic View";
wwStrings["wwSubscriptionTable"] = "Table containing a list of subscriptions";
wwStrings["wwDisableGzipCompressionDesc"] = "By default, the content server compresses the HTML response pages for performance reasons. You may wish to disable it if  CGI_RECEIVE_DUMP or CGI_DEBUG is enabled.";
wwStrings["wwViewSubscriptionInfo"] = "View Info";
wwStrings["wwCpdCopyItem"] = "Copy";
wwStrings["wwIndexPageDesc"] = "\nThis is a sample page.  The Page Name must remain index.\nThe Page Properties for this index page should be customized.\n";
wwStrings["wwCollectionUnselectAll"] = "Unselect All";
wwStrings["wwFeConditionClauseTitle"] = "Condition Clause";
wwStrings["wwUpload"] = "Upload";
wwStrings["wwCmuSectionLabel_aliases[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLkAdmin[idcComponentName]"] = "LinkManager";
wwStrings["wwCollectionInfoTitle"] = "Folder Information";
wwStrings["wwClickLinkToLogin"] = "Click the link below to log in.";
wwStrings["wwCmuExportAction[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwTruncatedResults"] = "The results have been truncated.";
wwStrings["wwXuiId"] = "ID";
wwStrings["wwCpdNothingSelected"] = "Nothing selected.";
wwStrings["wwdCreateDate"] = "Create Date";
wwStrings["wwListTemplateCannotContainSpaces"] = "The ID may not contain spaces.";
wwStrings["wwLkType_ss_link_abs[idcComponentName]"] = "LinkManager";
wwStrings["wwSoapResponseParameters"] = "Response Parameters";
wwStrings["wwCmuCustomActionName"] = "Use Custom Output Bundle Filename";
wwStrings["wwAdminActions"] = "Actions:";
wwStrings["wwFeHiddenValue"] = "Value";
wwStrings["wwCmuBundleSourceHost[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionDesc_contentprofilerules[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCommentOnRevision"] = "(comment on revision \u003ca href=\"{1}?IdcService=DOC_INFO&dDocName={4}&dID={2}\"\u003e{3}\u003c/a\u003e)";
wwStrings["wwSpecifyAuthor"] = "Please specify an author.";
wwStrings["wwArchiverImportMovedToExceptionArchive"] = "The Document Has Been Copied To An Exceptions Archive";
wwStrings["wwCollectionSpecifyName"] = "Please specify name of folder.";
wwStrings["wwSpecifyRevision"] = "Please specify a revision label.";
wwStrings["wwPersonalConfiguration"] = "Personal Configuration";
wwStrings["wwSeverity"] = "Severity";
wwStrings["wwUserName"] = "User Name";
wwStrings["wwCmuSectionLabel_usermetadef"] = "User Metadata";
wwStrings["wwSchemaNotStableWarning_update"] = "Choice lists are not fully loaded.  Continue update?";
wwStrings["wwFeHiddenFieldDlg[idcComponentName]"] = "FormEditor";
wwStrings["wwMetricSymbol-24"] = "{1} y{2}";
wwStrings["wwLastRequestDate"] = "Last Request Date:";
wwStrings["wwMove"] = "Move";
wwStrings["wwGetNativeFile"] = "Get Native File";
wwStrings["wwBytesLong"] = "Bytes";
wwStrings["wwNoResultsForQueryPlain"] = "Found no items matching the query.";
wwStrings["wwDatabaseTypeLabel"] = "Database Type";
wwStrings["wwCachedCheckinItemsTable"] = "Table containing cached checked-in items list";
wwStrings["wwHeaderProductName"] = "Content Server";
wwStrings["wwUsersDataDesc"] = "Users Data Section";
wwStrings["wwFsWebUrlPath"] = "Web URL Path";
wwStrings["wwdBindingName"] = "Name";
wwStrings["wwFileFormatsWizardDesc"] = "\nSelect each file format to be converted\nto web-viewable format. Configure additional file extensions and\nformats using the Configuration Manager applet. This wizard\noverwrites any existing configuration of the extensions listed.\n";
wwStrings["wwComments"] = "Comments";
wwStrings["wwLdapSourcePathLabel"] = "Source Path:";
wwStrings["wwWorkflowNotification"] = "Workflow Notification";
wwStrings["wwFeConditionClauseTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwAdvancedOptions"] = "Advanced Options";
wwStrings["wwCmuAdminImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDatabaseType"] = "Database Type";
wwStrings["wwHelperEnvironmentConfigParagraph"] = "Configure the environmental settings.  Some of these changes may occur immediately not needing a restart of the server.";
wwStrings["wwN_A"] = "Not applicable";
wwStrings["wwTargQuickSearchAdminTable"] = "Table with a list of targeted quick searches defined by administrators.";
wwStrings["wwCmuSelectBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdLastModifiedDate"] = "Modified Date";
wwStrings["wwContentItemsForWorkflow"] = "Content Items For Workflow {1q}";
wwStrings["wwLkShow"] = "Show";
wwStrings["wwLkType_external"] = "external";
wwStrings["wwCmuSectionLabel_emtpysection[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWfReviewApproveRejectCheckoutMsg"] = "\nYou may review this workflow item in the window to the right,\nthen use the action links below to approve or reject the item. If you wish to make changes to the\nitem before approving it, click the Check Out link.\n";
wwStrings["wwSoapWsdlInfo"] = "Wsdl Information";
wwStrings["wwListTemplateIdHeader"] = "ID";
wwStrings["wwLkRecompute[idcComponentName]"] = "LinkManager";
wwStrings["wwLabelTotalDocsCaptured"] = "Total Captured In Archive:";
wwStrings["wwDownloadConfirmation"] = "Download Confirmation";
wwStrings["wwFeEditTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwCollectionAdminUserDefaultConfiguration"] = "Information Field Placement Configuration";
wwStrings["wwUserSuccessfullyRegistered"] = "The user {1q} was successfully added to the database.";
wwStrings["wwCollectionID"] = "Virtual Folder ID";
wwStrings["wwEnableUploadApplet"] = "Enable upload applet";
wwStrings["wwFeInvalidStartCharacter"] = "The initial character is not valid for an xml node.";
wwStrings["wwStopLocalizationAudit"] = "Stop auditing";
wwStrings["wwFeTextAreaMaxCharError"] = "Maximum characters must be a positive number.";
wwStrings["wwComponentInstallPage"] = "Component Install Page";
wwStrings["wwCmuSectionLabel_admintargetedquicksearches[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDelete"] = "Delete";
wwStrings["wwCmuDefineExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeTableColumns"] = "Columns";
wwStrings["wwWfLastAction"] = "Last Action";
wwStrings["wwCpdExternalItemsNotAllowed"] = "External items not allowed";
wwStrings["wwUseShortIndexName"] = "Use Short Index Name";
wwStrings["wwBriefContentLabel"] = "Brief Content Info:";
wwStrings["wwCpdNoFolioItems"] = "No folio items.";
wwStrings["wwIllegalCharsInUserName"] = "\nUnable to add the user.\nSpecial characters are not allowed in user name.\n";
wwStrings["wwReturnToComponentMgrAfterUninstall"] = "\u003ca href=javascript:document.SetRestartRequiredForm.submit()\u003eClick here\u003c/a\u003e to return to the Component Manager";
wwStrings["wwCmuActionLabelImportHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCollectionUserHierarchicalCollectionSearch"] = "Hierarchy Folder Search";
wwStrings["wwDiscussionInfoLabel"] = "Discussion Info";
wwStrings["wwCpdNativeFileLinkLabel"] = "Native File";
wwStrings["wwFsFileStorage[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLkReferencesFromTitle"] = "Links contained in this content item";
wwStrings["wwCmuActionHistoryFinishTime[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionLabel_applicationfields"] = "Application Fields";
wwStrings["wwLabelClusterNodeName"] = "Cluster Node Name:";
wwStrings["wwPageTopPrintLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCoreFieldsOptGroupLabel"] = "Standard";
wwStrings["wwFeTableRows[idcComponentName]"] = "FormEditor";
wwStrings["wwMoveFieldToAvailFields"] = "Move Field to Available Fields";
wwStrings["wwContributionUsers1"] = "Contribution 1";
wwStrings["wwCpdSearchOptionsProfileLabel"] = "Document Profile:";
wwStrings["wwCpdAllowEmpty"] = "Allow empty:";
wwStrings["wwInstall"] = "Install";
wwStrings["wwCheckinFormInvalidFile"] = "Please check the file path. It may be invalid.";
wwStrings["wwLkRefreshRefsDesc[idcComponentName]"] = "LinkManager";
wwStrings["wwDate"] = "Date";
wwStrings["wwStandardMetadata[idcComponentName]"] = "FormEditor";
wwStrings["wwFeParseActionError[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdDisplayFunctionNotDefined"] = "Display function not defined for {1q}";
wwStrings["wwCmuExport"] = "Configuration Templates";
wwStrings["wwSocketHostNameSecurityFilter"] = "Server Hostname Filter";
wwStrings["wwCollectionModifier"] = "Last Modifier";
wwStrings["wwGenericResultSetTable"] = "Generic table containing data.";
wwStrings["wwWebUrlMaps"] = "WebUrlMaps";
wwStrings["wwMinute"] = "1 Minute";
wwStrings["wwCmuAdminImportPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuActionLabelDownloadBundle"] = "Download";
wwStrings["wwRegisterOnline"] = "Register Online";
wwStrings["wwWebViewableRendition"] = "Web-Viewable File";
wwStrings["wwFsAlgorithm"] = "Generation Algorithm";
wwStrings["wwDocumentInfo"] = "Content Information";
wwStrings["wwCollectionWebViewable"] = "Web Viewable (Browse only)";
wwStrings["wwCmuActionLabelImport"] = "Import";
wwStrings["wwCpdDeleteWithChildrenConfirmMsg"] = "Delete node containing children?";
wwStrings["wwOptionsForServer"] = "Options for {1}";
wwStrings["wwMoveFieldToCols"] = "Move Field to Columns";
wwStrings["wwHelperUsePopupLongDescriptionFieldDesc"] = "Use popup for detailed information on fields.";
wwStrings["wwFeTableAlignCenter"] = "Center";
wwStrings["wwXuiHide"] = "Hide";
wwStrings["wwCmuActionHistoryCaption[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNone"] = "None";
wwStrings["wwCollectionExportArchive"] = "Export Archive";
wwStrings["wwSystemConfiguration"] = "System Configuration";
wwStrings["wwMetricSymbol-12"] = "{1} p{2}";
wwStrings["wwAllowRefineryPassthruOnConversionFailure[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFeIsCondition"] = "Conditional Display Table";
wwStrings["wwAttach"] = "Attach";
wwStrings["wwSearchOptions"] = "Search Options:";
wwStrings["wwFalse"] = "FALSE";
wwStrings["wwIsReferenced"] = "Link is referenced";
wwStrings["wwDocInfoTitle"] = "Content Information";
wwStrings["wwFsPartitionName[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwdIsEnabled"] = "Is Enabled";
wwStrings["wwCmuAdminBundlePage"] = "Configuration Bundles Page";
wwStrings["wwActionDate"] = "Action Date";
wwStrings["wwStandardSearch"] = "Standard Search";
wwStrings["wwFsWeblessStoreDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeSelectBindField"] = "Bind to data...";
wwStrings["wwServerHostnameFilter"] = "Server Hostname Filter:";
wwStrings["wwFeRadioButtonDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwCheckedOutContentForUser"] = "Checked-Out Content for {1}";
wwStrings["wwProductContentMgr"] = "{1} Content Manager";
wwStrings["wwFeXmlTableLabel"] = "Table Name";
wwStrings["wwLastErrMsg[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFeClauseSeparator[idcComponentName]"] = "FormEditor";
wwStrings["wwAttachNativeFile"] = "Attach Native File";
wwStrings["wwAttachAllUrlNative"] = "URL - Native [Attach All]";
wwStrings["wwFsFieldDesc_dExtension"] = "Native file extension";
wwStrings["wwLkAdmin"] = "Managed Links Administration";
wwStrings["wwInt"] = "Integer";
wwStrings["wwdConvJobID"] = "Conversion Job ID";
wwStrings["wwCmuV6CompatComponentMissing[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwVerifyProviderReset"] = "This action will reset the provider back to the original default provider. Do you wish to continue?";
wwStrings["wwDownloadNativeAppletName"] = "Download Native";
wwStrings["wwRegistrationStart"] = "Registration Start";
wwStrings["wwCpdCreateEditableRev"] = "Create editable revision";
wwStrings["wwXuiCustomTemplate"] = "My View";
wwStrings["wwFeTableAlignRight[idcComponentName]"] = "FormEditor";
wwStrings["wwUserConfigurationDefaults"] = "User Configuration Defaults";
wwStrings["wwCheckOverrideOption"] = "\nCheck the override option if you wish the field\nto remain unchanged when values are imported from an external user base.\n";
wwStrings["wwPreviewForDoc"] = "Preview for {1}";
wwStrings["wwFfwConversionHeading"] = "Conversion";
wwStrings["wwCpdAllowNestedFoliosLabel"] = "Allow Nested Folios:";
wwStrings["wwCollectionConfigurationNote"] = "Specify basic behavior associated with user interaction.";
wwStrings["wwCpdDownloadPDFRendition"] = "Download PDF rendition";
wwStrings["wwFeActionDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwViewRegisteredProductsMsg"] = "\nTo access license registration information for all of your\norganization\'s Content Server products, enter the serial number for any product in the\nfield below, and press the View Registered Products Button.\n";
wwStrings["wwResultCountMustBeInteger"] = "Please specify an integer for the Result Count.";
wwStrings["wwLoginDesc"] = "Enables users to view restricted content in the system.";
wwStrings["wwExclusiveCheckout"] = "Allow only original contributor to check out";
wwStrings["wwUserTargetedQuickSearches"] = "Personal Targeted Quick Searches";
wwStrings["wwNewDiscussionInformationText[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwLicensePageMsg"] = "\nThis page is used to update the license for the Content Server instance {1} or\n\u003ca href=\"#ViewRegistration\"\u003eview registration\u003c/a\u003e information for all Content Server products\nregistered to your organization. License registration can be done automatically via the\nInternet or manually.\n";
wwStrings["wwCpdSaveTemplate"] = "Save template";
wwStrings["wwAddNewServerDesc"] = "Add an existing content server to this Admin Server. The new server can be a proxy server, a remote master server, or a node in a cluster.";
wwStrings["wwCmuActionLabelDeleteTask"] = "Delete";
wwStrings["wwWebResourcesSchema"] = "Schema Resources Directory";
wwStrings["wwLkType_ss_link_internal[idcComponentName]"] = "LinkManager";
wwStrings["wwMetricSymbol6"] = "{1} M{2}";
wwStrings["wwFeAnd[idcComponentName]"] = "FormEditor";
wwStrings["wwRefineryNativeFileSizeMaxCompressError[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCheckin"] = "Check In";
wwStrings["wwCpdContentItemHeaderLabel"] = "Content Item";
wwStrings["wwLabelDocNameTag"] = "Content ID:";
wwStrings["wwFeAdvCustomLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwFeResetBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwAllowedActions"] = "Allowed Actions";
wwStrings["wwControllingFieldNotSet"] = "ERROR: Controlling Field is not set. Verify it is set in the multifieldconfiguratorsettings_environment.cfg file and that the MultiFieldConfiguratorSettings component is installed and enabled.";
wwStrings["wwTempConvText1"] = "This section is used to specify the content item and template criteria that will determine which template\nis displayed when the file is converted into HTML.  Use the Content Information page to gather the information\nneeded to complete the following fields:";
wwStrings["wwCollectionRoot"] = "/";
wwStrings["wwCpdSearchOptions"] = "Search Options";
wwStrings["wwCpdDownloadZipRendition"] = "Download zip rendition";
wwStrings["wwCpdMyUncommittedFolios"] = "My Uncommitted Folios";
wwStrings["wwContentExpiringBetween"] = "Content expiring between \u003cbr\u003e{1t}\u003cbr\u003e and \u003cbr\u003e{2t}";
wwStrings["wwCacheReportNumberOfPendingQueries"] = "Total {1} distinct search queries being executed";
wwStrings["wwFeFieldDlgTitle"] = "Field";
wwStrings["wwProvider"] = "Provider";
wwStrings["wwibrOptionsPageDescription[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwProblemReportInfoForContent"] = "Problem Report Information for Content Item";
wwStrings["wwShowMore"] = "More...";
wwStrings["wwCmuAdminSectionItemTable[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwXuiItemsShownNoTotal"] = "Items {1}-{2}";
wwStrings["wwFeDefaultValueLabel"] = "Use default";
wwStrings["wwSearchResults"] = "Search Results";
wwStrings["wwWfReviewWorkflowContent"] = "Review workflow content";
wwStrings["wwAddQueryBuilderRow"] = "Add Query Builder Row";
wwStrings["wwDefaultNetworkRolesDesc"] = "\nBy default, a user is automatically assigned the guest role. By setting this value, a different set of roles can be automatically granted to all users.\nThe roles should be put into a comma-separated list with no spaces in between. Ex: guest,role1,role2. This entry is ignored if the user is defined as a local user in the content server.\n";
wwStrings["wwLkHide[idcComponentName]"] = "LinkManager";
wwStrings["wwCpdFolioNotAllowed"] = "Folio type not allowed.";
wwStrings["wwFeIsRepeat"] = "Multi-line Data Table";
wwStrings["wwDpOrder"] = "Order";
wwStrings["wwLabelWorkflowName"] = "Workflow Name:";
wwStrings["wwCpdFolioCheckinConfirmTitle"] = "Folio Check In Confirmation";
wwStrings["wwFilterOptions"] = "General Options";
wwStrings["wwJdbc"] = "JDBC";
wwStrings["wwSeconds"] = "{1} Seconds";
wwStrings["wwLabelTitle"] = "Title:";
wwStrings["wwCpdWebViewableLinkLabel"] = "Web Viewable Rendition";
wwStrings["wwFeTextareaColumns[idcComponentName]"] = "FormEditor";
wwStrings["wwRegisterLogin"] = "Register Login";
wwStrings["wwCmuSectionLabel_pages[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelServerOptions"] = "Server Options:";
wwStrings["wwAccount"] = "Account";
wwStrings["wwAccessDatabase"] = "Access Database";
wwStrings["wwNOEDisplayResults"] = "Display {1} out of {2} matching document{1?s}:";
wwStrings["wwComponent"] = "Component";
wwStrings["wwCpdEmptyString"] = "(Empty)";
wwStrings["wwWsdlListTable"] = "Table of WSDLs with descriptions and actions.";
wwStrings["wwDocUsedAsTemplate"] = "Document used as a template:";
wwStrings["wwFeTextFieldType[idcComponentName]"] = "FormEditor";
wwStrings["wwLmDefaultLayout"] = "Classic";
wwStrings["wwSpecifyIntegerForCapacity[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwProductVersion"] = "Product Version";
wwStrings["wwDocumentTypes"] = "Document Types";
wwStrings["wwClickToDisableComponents"] = "\u003ca href=javascript:document.ComponentDisableForm.submit()\u003eClick here\u003c/a\u003e to disable the component and go to the page to restart the server";
wwStrings["wwCommentOnRevision[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwAttachSelectedUrlWeb"] = "URL - Web [Attach Selected]";
wwStrings["wwFsFileStorageDesc"] = "\nFiles will be stored on the file system only. The location of the files is specified by the storage path information below.\nFiles are stored in both the vault and weblayout directories unless the \'Is Webless\' option is checked. The webless filestore\nwill apply only to files that require conversion and is tied to the metadata field xWebFlag.\n";
wwStrings["wwSchemaNotStableWarning_search"] = "Choice lists are not fully loaded.  Continue search?";
wwStrings["wwFeDynIncludeNote[idcComponentName]"] = "FormEditor";
wwStrings["wwContentCheckinSimilarButton"] = "Check In Similar";
wwStrings["wwCompleteFormSubmit"] = "Complete Form Submit";
wwStrings["wwNoExpiredRevisions"] = "No expired revisions found.";
wwStrings["wwEnvPkgFileLocation"] = "\nThe environment package is currently being built. This may take\nseveral minutes. Please be patient. It will be located at \u003ca href=\"{1}\"\u003e{2}\u003c/a\u003e when completed.\n";
wwStrings["wwStartStopServer"] = "Start/Stop Content Server";
wwStrings["wwLkType_internal[idcComponentName]"] = "LinkManager";
wwStrings["wwCollectionUnlockCollection"] = "Read-Only";
wwStrings["wwFeActionDeleteRow[idcComponentName]"] = "FormEditor";
wwStrings["wwWorkflow"] = "Workflow";
wwStrings["wwLabelFormats"] = "Formats:";
wwStrings["wwResendMail"] = "Resend Mail";
wwStrings["wwFilestoreInfo"] = "File Store Provider Information";
wwStrings["wwFeTableSummary[idcComponentName]"] = "FormEditor";
wwStrings["wwFeRepeatDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwDpIsSearchNav"] = "Enable Search Link";
wwStrings["wwHelperUserOther"] = "Other";
wwStrings["wwNothingSelectedForDownload"] = "Nothing has been selected for download.";
wwStrings["wwComponentCompatibilityRange"] = "Compatible with Build ({1}-{2})";
wwStrings["wwCpdInsertSelectedItems"] = "Insert Selected Source Items";
wwStrings["wwCpdSubsModify"] = "Items Modified";
wwStrings["wwMyPersonalUrls"] = "My URLs";
wwStrings["wwBrowseContent"] = "Browse Content";
wwStrings["wwListTemplateThumbnailLinksTo"] = "The thumbnail will link to:";
wwStrings["wwFeCustomDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwAlternateUsernameSuggestion"] = "We suggest {1q} as a close match.";
wwStrings["wwCollectionModified"] = "Last Modified";
wwStrings["wwCreateDiscussionLink[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeFormAction[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuDisplayRefreshLabel"] = "Page Refresh (In Seconds):";
wwStrings["wwFsSymLinkMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLkRecomputeDesc[idcComponentName]"] = "LinkManager";
wwStrings["wwBatchResultsTable"] = "Table containing result of batch services.";
wwStrings["wwHelperMenuPlaceInfoLastFieldDesc"] = "Place the information menu items last in popup menus.";
wwStrings["wwCollectionUserConfigurationNote"] = "Behavioral options affecting how content is displayed and managed.";
wwStrings["wwVerifyRevisionDelete"] = "\nThis revision will be permanently deleted from the system.\nDelete the revision now?\n";
wwStrings["wwNumDisabledComponents"] = "Number of Disabled Components";
wwStrings["wwCmuActionLabelConfirmDelete"] = "Delete item?";
wwStrings["wwMetricPrefix-9"] = "{1} Nano{2}";
wwStrings["wwFsNoPartitions"] = "There are currently no partitions defined in the system.";
wwStrings["wwDCEditTemplateSection"] = "Template to Edit";
wwStrings["wwTempConvText2"] = "\u003cstrong\u003eField Name:\u003c/strong\u003e  A metadata field used to identify the content item that is entered in the\nField Value text box.";
wwStrings["wwLastNotifiedDate"] = "Last Notified Date";
wwStrings["wwRegisteredFunctions"] = "Registered Functions";
wwStrings["wwPreGCMemoryFree"] = "Free memory before garbage collection";
wwStrings["wwSpecifyProviderName"] = "Please specify a value for \'Provider Name\'.";
wwStrings["wwCmuAdminPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCGeneralConfigTitle"] = "General Configuration";
wwStrings["wwIbrHandlePostConvertedJobs[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFeResetTableBtn"] = "Reset Table";
wwStrings["wwGeneralConfiguration"] = "General Configuration";
wwStrings["wwDansk"] = "Dansk";
wwStrings["wwdDefaultValue"] = "Default Value";
wwStrings["wwAppletPermissionDenied"] = "Applet does not have permission to perform this activity.";
wwStrings["wwMyContent"] = "My Content Server";
wwStrings["wwDiscussionInfoTitle"] = "Discussion Info";
wwStrings["wwContentManagementSystem"] = "Content Management System";
wwStrings["wwCmuActionEventItemLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwInstalledFeaturesHeader"] = "Installed Features";
wwStrings["wwAlternateFormat[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwFeAction"] = "Action";
wwStrings["wwVerifyContinueCheckin"] = "\nCheck in is already in progress.\nDo you wish to continue the check in?\n";
wwStrings["wwCmuSectionDesc_docmetadef"] = "Content Metadata Definitions Section";
wwStrings["wwCpdSearchForItemsTitle"] = "Search for Items";
wwStrings["wwRemainingReviewers"] = "Remaining Reviewers:";
wwStrings["wwDCConfigRuleCriteriaUnits"] = "Criteria per rule";
wwStrings["wwThreadIDCaptionLabel"] = "Thread-{1}";
wwStrings["wwAccountPermDelimLabel"] = "Account Permissions Delimiter:";
wwStrings["wwPrintViewLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFishbowlComponentInfo"] = "Fishbowl Solutions\' Component Information";
wwStrings["wwAttachAllWeb"] = "Web [Attach All]";
wwStrings["wwServerProcessID"] = "Server Process ID";
wwStrings["wwUploadAppletName"] = "Upload";
wwStrings["wwMustSpecifyAQuery"] = "Please construct a search query.";
wwStrings["wwNoEnabledComponents"] = "No Enabled Components";
wwStrings["wwLabelSubscriptionType"] = "Subscription Type:";
wwStrings["wwQuery"] = "Query";
wwStrings["wwLkType_ss_link_rel[idcComponentName]"] = "LinkManager";
wwStrings["wwClbraWorkflowDescription"] = "\nThe fields below are used by the tokens of a parameterized workflow. Only a criteria workflow that has been designated\nas a collaboration project workflow can use these values. Consequently, on check in when a user specifies a collaboration\nproject and the content item matches the workflow criteria, the system uses the values defined below to determine which\nusers may act and when.\n";
wwStrings["wwSaveOptionMsg"] = "\nUse the right mouse button on the link below\nto choose a save option.\n";
wwStrings["wwDpIsCheckinNavToggle"] = "Enable Check-In Link for {1}";
wwStrings["wwSoapConfirmDelete"] = "Are you sure you want to delete this item?";
wwStrings["wwFsStorageDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuSectionLabel_pne[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsAdminConfig"] = "File Store Administration";
wwStrings["wwAdsiConfiguration"] = "Active Directory Configuration";
wwStrings["wwRemoveValue"] = "Remove value {1}";
wwStrings["wwQuickHelp"] = "Quick Help";
wwStrings["wwActionsForLabel"] = "Actions for {1}";
wwStrings["wwAdminActionsLabel"] = "Admin Actions";
wwStrings["wwFeCustomDesc"] = "\nEnter name/value pairs to create and/or set Idoc Script variables that can be used for \nadvanced control of element display. These variables are inserted immediately before\nthe code that renders the element and are available to any Idoc Script within that code.\n";
wwStrings["wwClbraContentTable"] = "Table containing a list of recent collaboration content items.";
wwStrings["wwDCConfigDefLayoutTitle"] = "Default Layout Template";
wwStrings["wwLabelAdminServerFieldIsBlank"] = "This required field is blank:";
wwStrings["wwFsFileStorageDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuButtonLabelExport"] = "Export";
wwStrings["wwAlternateFormat"] = "Alternate Format";
wwStrings["wwStarts"] = "Starts";
wwStrings["wwPageTopPrintLabel"] = "Printed by \u003ci\u003e{1}\u003c/i\u003e on \u003ci\u003e{2}\u003c/i\u003e at {3}";
wwStrings["wwEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the Content Server itself.";
wwStrings["wwLabelBatchFileSourceInstance[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSupportSqlColumnChange"] = "Support Column Change";
wwStrings["wwListTemplateMainInformationLinksTo"] = "The Main Information will link to:";
wwStrings["wwJdbcDriverVersion"] = "Jdbc Driver Version";
wwStrings["wwCmuSectionLabel_components[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelCollectionName[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwUrlNative"] = "URL - Native";
wwStrings["wwApplicationMetadata[idcComponentName]"] = "FormEditor";
wwStrings["wwNotEndsWith"] = "Not Ends";
wwStrings["wwCollectionConfiguration"] = "Folder Configuration";
wwStrings["wwFeTableAlignLeft[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwAdminPublishSchema"] = "Publish schema configuration and data";
wwStrings["wwSpecifyJdbcDriver"] = "Please specify a JDBC driver.";
wwStrings["wwFsFieldDesc_ExtensionSeparator[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwUseAccounts"] = "Use Accounts";
wwStrings["wwCpdFolioChangesSaved"] = "Changes Saved";
wwStrings["wwPrintViewLabel"] = "Print View";
wwStrings["wwFeTableWidth"] = "Width";
wwStrings["wwCmuRootSectionLabel"] = "Root Sections";
wwStrings["wwWfReviewCheckedOutBy"] = "This item is currently checked out by \u003ca href=\"mailto:{2}\"\u003e{1}\u003c/a\u003e. No further action can be taken until it is checked in.";
wwStrings["wwLkTargetNode[idcComponentName]"] = "LinkManager";
wwStrings["wwPopUpCalendarTip[idcComponentName]"] = "PopUpCalendar";
wwStrings["wwWfReviewNoRevCheckoutCheckinMsg"] = "There is currently no revision. You must check out this item, then check in content to start the workflow.";
wwStrings["wwLabelWorkflowStep"] = "Workflow Step:";
wwStrings["wwCpdCollectedItems"] = "Collected Items";
wwStrings["wwDocInfoWorkflowTitle"] = "Workflow Content Information";
wwStrings["wwCmuAdminBundlePage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuTaskHistoryTable[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLocalDataTable"] = "Table containing local data keys and values.";
wwStrings["wwFeFormDlgTitle"] = "Form";
wwStrings["wwCmuImport"] = "Configuration Bundles";
wwStrings["wwLkResource"] = "Resource";
wwStrings["wwTemplateConversions"] = "Dynamic Converter Admin";
wwStrings["wwFeIsAdvanced"] = "Enable advanced functionality";
wwStrings["wwActiveProjectWorkflows"] = "Active Publisher Project Workflows";
wwStrings["wwArchiveName"] = "Archive Name";
wwStrings["wwAuthorDelete"] = "Allow author to delete revision";
wwStrings["wwReadOnly"] = "Read Only";
wwStrings["wwFsFieldDesc_RevisionLabel[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwPrefix"] = "Prefix";
wwStrings["wwUsernameMaxLength"] = "The user name may not exceed {1} characters.";
wwStrings["wwNativeRendition"] = "Native File";
wwStrings["wwLkResType[idcComponentName]"] = "LinkManager";
wwStrings["wwCmuSectionDesc_admintargetedquicksearches"] = "Targeted Quick Searches Section";
wwStrings["wwVerifyUserDelete"] = "Are you sure you wish to permanently delete the user from the system?";
wwStrings["wwCpdToggleRowReorder"] = "Toggle row reorder";
wwStrings["wwFeAddTemplatedActions[idcComponentName]"] = "FormEditor";
wwStrings["wwUseSSL"] = "Use Secure Sockets Layer:";
wwStrings["wwSuccessfulLicenseUpdate"] = "You have successfully updated your license information.";
wwStrings["wwFeTextFieldTypeText"] = "Text";
wwStrings["wwCollectionParentCollectionID"] = "Virtual Folder Parent ID";
wwStrings["wwInfoUpdateFormTitle"] = "Info Update Form for {1q}";
wwStrings["wwFrench"] = "French";
wwStrings["wwArchiverLogs"] = "Archiver Logs";
wwStrings["wwViewNativeVersion"] = "View Native Version";
wwStrings["wwLdapAddProvider"] = "Add LDAP Provider";
wwStrings["wwSysAdminAddress"] = "sysadmin Email";
wwStrings["wwClbraWelcomeNotification"] = "Welcome to collaboration project {1q}";
wwStrings["wwDocInfoTitle2"] = "Content Information for {1q}";
wwStrings["wwNotHasAsWordPrefix"] = "Not Has Prefix";
wwStrings["wwFeIsXml[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuActionEventSectionLabel"] = "Section";
wwStrings["wwShowSearchCacheDetails"] = "Search Cache Details";
wwStrings["wwDownloadSelected"] = "Download Selected";
wwStrings["wwdOptionListKey"] = "Option List";
wwStrings["wwUpdateProblemReport"] = "Update Problem Report";
wwStrings["wwLkState_Y[idcComponentName]"] = "LinkManager";
wwStrings["wwListTemplateMustSpecifyLabel"] = "Please specify a label.";
wwStrings["wwChinese-Traditional"] = "Chinese-Traditional";
wwStrings["wwWfReviewFileCannotBeViewedInBrowser"] = "\nThis content item cannot be viewed in your browser.\nYou must \u003ca target=\"_top\" href=\"{1}\"\u003edownload it\u003c/a\u003e first, then you may approve or reject it.\n";
wwStrings["wwFeTextareaValue[idcComponentName]"] = "FormEditor";
wwStrings["wwContentServerAdministration"] = "Content Server Administration";
wwStrings["wwCmuContinueOnError[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSelectBundle"] = "Select Bundle";
wwStrings["wwLkTracingSection"] = "Link Management tracing of link extraction and handling";
wwStrings["wwCurrentStep"] = "Current Step:";
wwStrings["wwProductAdministration"] = "{1} Administration";
wwStrings["wwOnlineRegistrationMsg"] = "\nFor online registration use the button below. This will connect to the\nlicense server.\n";
wwStrings["wwSoapWsdls"] = "Soap Wsdls";
wwStrings["wwCheckInTitle"] = "Content Check In Form";
wwStrings["wwCollectionMountedConfigurationNote"] = "Specify virtual folders to be replicated to directories on host system.";
wwStrings["wwFeTableHeight"] = "Height";
wwStrings["wwCollectionCreator"] = "Creator";
wwStrings["wwFsResetPartition"] = "Reset";
wwStrings["wwLabelInstanceId"] = "Instance Id:";
wwStrings["wwCmuActionEventsPage"] = "Configuration Migration Action Events Page";
wwStrings["wwCmuSectionDesc_docformats[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAssignInfoFormTitle"] = "Assign Info Form";
wwStrings["wwStagingWorkflowUnregistrationPending"] = "Staging workflow unregistration is pending.";
wwStrings["wwCmuExportPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwTargetedQSKeyHeader"] = "Key";
wwStrings["wwOr"] = "Or";
wwStrings["wwDocQueryWithinTitle"] = "Search within the results where the query is {1q}";
wwStrings["wwFeAdvValueDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwAllExpiredContent"] = "All Expired Content";
wwStrings["wwCmuSectionDesc_contentprofilerules"] = "Content Profile Rules Section";
wwStrings["wwCollectionCollectionName"] = "Virtual Folder Name";
wwStrings["wwSearchEmptyResultWarning"] = "Search Query Returns Empty Result";
wwStrings["wwCpdDeleteRow"] = "Delete row";
wwStrings["wwCmuTaskDescriptionLabel"] = "Description";
wwStrings["wwFeActionInvalid[idcComponentName]"] = "FormEditor";
wwStrings["wwDocQueryProfileTitle"] = "Search for {1k}";
wwStrings["wwFilterCacheTimeout"] = "Cache Timeout";
wwStrings["wwPleaseSelectAnAction"] = "Select an action";
wwStrings["wwUseShortNames"] = "Use Short Names";
wwStrings["wwCmuSectionDescription"] = "Description";
wwStrings["wwEditContentServer"] = "Edit an Existing Content Server";
wwStrings["wwLabelName"] = "Name";
wwStrings["wwFsProviderDesc"] = "File Store Provider";
wwStrings["wwRefineryConversionFailureOnNoProvider[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwClbraNoContentInWorkflow"] = "There is no collaboration project content in workflow {1q}.";
wwStrings["wwCmuSectionLabel_schematables[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwPassword"] = "Password";
wwStrings["wwdConvProvider"] = "Job Submitted to Provider";
wwStrings["wwClbraEditAccessListText"] = "To edit the collaboration project\'s user access list click on the \u003cb\u003eEdit\u003c/b\u003e button below.";
wwStrings["wwCmuForceOverwrite"] = "Force overwrite";
wwStrings["wwCmuAdminSections"] = "Configuration Migration Admin Sections";
wwStrings["wwDownloadInformation"] = "Download Information";
wwStrings["wwFeCustomValueLabel"] = "Use custom";
wwStrings["wwSelectUserOrAlias"] = "Select user or alias";
wwStrings["wwContentExpiredBefore"] = "Content expired before \u003cbr\u003e {1t}";
wwStrings["wwFsFieldDesc_dSecurityGroup"] = "Security group";
wwStrings["wwNoServersFound"] = "No Content Servers Found.";
wwStrings["wwLkAbortRefresh[idcComponentName]"] = "LinkManager";
wwStrings["wwFeValueLabel"] = "Set value";
wwStrings["wwdIsRequired"] = "Is Required";
wwStrings["wwLdapAdminDN"] = "LDAP Admin DN";
wwStrings["wwWfTIMED_UPDATE"] = "Timed Update";
wwStrings["wwNoAuthor"] = "No Author";
wwStrings["wwQueryBuilderActionLabel"] = "Query Builder Form";
wwStrings["wwCustomizeMyView"] = "Customize My View";
wwStrings["wwEditTargetedQuickSearch"] = "Edit Targeted Quick Search";
wwStrings["wwFeActionDesc"] = "Select an action to apply to the currently selected element.";
wwStrings["wwMilliseconds"] = "{1} Milliseconds";
wwStrings["wwHungarian"] = "Hungarian";
wwStrings["wwSearchForLinks[idcComponentName]"] = "LinkManager";
wwStrings["wwUrlWeb"] = "URL - Web";
wwStrings["wwFishbowlComponent"] = "Component";
wwStrings["wwFeCustomNote[idcComponentName]"] = "FormEditor";
wwStrings["wwFsPathMetaDataDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuBundleLastImportedDate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwdWebExtension[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwCmuExportLastExportedDate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeBlockTabLabel[idcComponentName]"] = "FormEditor";

