//
// 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["wwGeneratedBy"] = "Generated By:";
wwStrings["wwCmuButtonLabelImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultDocPrimaryFileRegionTemplateHcsp"] = "default.hcsp";
wwStrings["wwNoServersFound"] = "No Content Servers Found.";
wwStrings["wwFsJdbcStorageDesc[idcComponentName]"] = "FileStoreProvider";
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["wwCheckOutConfirm"] = "Check Out Confirmation";
wwStrings["wwJspRevisionIsWebless"] = "The content item may be in webless storage.";
wwStrings["wwUseShortIndexName"] = "Use Short Index Name";
wwStrings["wwSSAddSiteAddress"] = "Add Web Site Address";
wwStrings["wwDCConfigConvFormatsTitle"] = "Conversion Formats";
wwStrings["wwCpdAllowNestedFoliosLabel"] = "Allow Nested Folios:";
wwStrings["wwRefineryReadOnlyMode"] = "Refinery read-only mode";
wwStrings["wwCpdFolioClosed"] = "Folios closed";
wwStrings["wwCpdFolioListingTitle"] = "Folio Listing";
wwStrings["wwSoapComplexTypeInfo"] = "Complex Type Information";
wwStrings["wwRegisterLogin"] = "Register Login";
wwStrings["wwResultsOnPortalPageLabel"] = "Results on portal page";
wwStrings["wwComponentUninstallSuccess"] = "Successfully uninstalled the component.";
wwStrings["wwCOAO_ErrorNoAppletFound"] = "Unable to find the CheckOutAndOpenInNative Applet.";
wwStrings["wwLastErrMsg[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdCopySelectedItems"] = "Copy selected items";
wwStrings["wwSoapEnabled"] = "Enabled";
wwStrings["wwFsCopyMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwPreview"] = "Preview";
wwStrings["wwFeIsAddFormActions"] = "Include form buttons";
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["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["wwPostReplyToLabel"] = "Post Reply to #{1}";
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["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["wwFsWebParsingGuideDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsSlackBytes"] = "Slack Bytes";
wwStrings["wwdIsEnabled"] = "Is Enabled";
wwStrings["wwWfRejectMsg"] = "The following content item has been rejected in the workflow:";
wwStrings["wwWfMultiNotification"] = "Multiple workflow notification";
wwStrings["wwSoapUpdateResponseParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwProductContentMgr"] = "{1} Content Manager";
wwStrings["wwCpdDisplayFunctionNotDefined"] = "Display function not defined for {1q}";
wwStrings["wwSSInstallNumber"] = "Install Number:";
wwStrings["wwSSAdminSiteUpgradesRemaining"] = "Site Upgrades Remaining:";
wwStrings["wwCheckinProfileTitle"] = "Content Check In Form for {1k}";
wwStrings["wwCmuAddDependencies"] = "Add Dependencies";
wwStrings["wwNumberOfConnections"] = "Number of Connections";
wwStrings["wwActiveProjectWorkflows"] = "Active Publisher Project Workflows";
wwStrings["wwCmuSectionDesc_contentprofilerules"] = "Content Profile Rules Section";
wwStrings["wwCmuTaskHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSearchLinks"] = "Search Links";
wwStrings["wwShowResourceChanges"] = "Show Resource Changes";
wwStrings["wwEmptyFormatOption"] = "use default";
wwStrings["wwFeTextFieldDlgTitle"] = "Text Field Options";
wwStrings["wwTraceIsVerboseOption"] = "Full Verbose Tracing";
wwStrings["wwSSDownloadBackupButton"] = "Download Web Site Backup...";
wwStrings["wwDuplicationMethodAlreadyPresent[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwPortalDesignFor"] = "Portal Design for {1}";
wwStrings["wwFilterOtherOptions"] = "Other Options";
wwStrings["wwDocumentTypes"] = "Document Types";
wwStrings["wwInternetConfiguration"] = "Internet Configuration";
wwStrings["wwNoAccountsDefined"] = "No accounts have been defined.";
wwStrings["wwSoapGenerateWsdls[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCpdSearchOptions"] = "Search Options";
wwStrings["wwSSArchiveExport"] = "Export";
wwStrings["wwCmuAllBundles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDpIsSearchNavToggle"] = "Enable Search Link for {1}";
wwStrings["wwQueryBuilderAnd"] = "AND";
wwStrings["wwFeEditAction"] = "Edit row link";
wwStrings["wwClbraNoContentInWorkflow"] = "There is no collaboration project content in workflow {1q}.";
wwStrings["wwProblemReportInfoForContent"] = "Problem Report Information for Content Item";
wwStrings["wwContentExpiredAfter"] = "Content expired after \u003cbr\u003e {1t}";
wwStrings["wwAccountPermDelim"] = "Account Permissions Delimiter";
wwStrings["wwUseOptions"] = "Use Options:";
wwStrings["wwServerOptions"] = "Server Options";
wwStrings["wwProblemReports"] = "Problem Reports";
wwStrings["wwHelperShowDescription"] = "Show Description";
wwStrings["wwFsChangingRuleConfigWarning"] = "Changing the configuration of a storage rule may cause the system to no longer find files.\\nDo you wish to continue?";
wwStrings["wwDCConfigUnixSettingsText"] = "These settings apply to Unix-like systems.";
wwStrings["wwMyPersonalSearches"] = "My Searches";
wwStrings["wwContentCheckedOutBy"] = "Content Checked Out By {1q}";
wwStrings["wwFeCheckinTitle"] = "Form Check in";
wwStrings["wwPassword"] = "Password";
wwStrings["wwdCaption"] = "Caption";
wwStrings["wwFsFileStorageDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwServerHostName"] = "Server Host Name";
wwStrings["wwAttachSelectedWeb"] = "Web [Attach Selected]";
wwStrings["wwCmuCustomSecurityGroup"] = "Custom Workflow Group";
wwStrings["wwFlags"] = "Flags";
wwStrings["wwCpdContentID"] = "Content id:";
wwStrings["wwDisable"] = "Disable";
wwStrings["wwLabelFolderID[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSSAdminSitesPage"] = "Manage Web Sites";
wwStrings["wwCreateDiscussionLink[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwSSDefaultAssetCategoryNameScript"] = "Scripts";
wwStrings["wwLastRefreshDate"] = "Last Refresh Date";
wwStrings["wwFeActionAddNewRow"] = "Add new row";
wwStrings["wwCmuActionLabelConfirmDelete"] = "Delete item?";
wwStrings["wwHideExtraAdvancedOptions"] = "hide additional options";
wwStrings["wwSelectAll"] = "Select All";
wwStrings["wwCmuSelectBundle"] = "Select Bundle";
wwStrings["wwFeFormAction[idcComponentName]"] = "FormEditor";
wwStrings["wwServerPageEncodingLabel"] = "Server Page Encoding:";
wwStrings["wwSSDefaultDocRegionTemplateHcsp"] = "Hcsp Region Template";
wwStrings["wwSoapTypeLabel"] = "Type:";
wwStrings["wwProviderClass"] = "Provider Class";
wwStrings["wwSnippet"] = "Snippet";
wwStrings["wwCpdMyPersonalBaskets"] = "My Baskets";
wwStrings["wwWorkflowReviewFrame"] = "Frame containing content to be reviewed for the workflow.";
wwStrings["wwSSIsPrimary"] = "Page";
wwStrings["wwProfile"] = "Profile";
wwStrings["wwGetCopyAccessDesc"] = "When enabled, a user with Read privilege on a content item can get a copy of the native file.";
wwStrings["wwSSContextMenuApplyToAllSections"] = "Apply To All Sections";
wwStrings["wwCpdEditSubsFolioDeleteTitle"] = "Delete";
wwStrings["wwSSDefaultDocConversionsDefinitionXml"] = "Conversions Definition";
wwStrings["wwDCTemplateRulesCriteriaTitle"] = "Criteria for selected rule";
wwStrings["wwFeHiddenName"] = "Name";
wwStrings["wwNotHasAsWord"] = "Not Contains";
wwStrings["wwSSDefaultAssetCategoryCustomConfigurationScript"] = "all custom configuration scripts used in my site";
wwStrings["wwRemove"] = "Remove";
wwStrings["wwXSLTRequestFailed"] = "XSLT Validation Failed";
wwStrings["wwQueryActions"] = "Query Actions";
wwStrings["wwNOEAdminDisplayResults"] = "Displaying {1} out of {2} content item{1?s} in the system that will expire soon";
wwStrings["wwFormSubmissionError"] = "Form Submission Error";
wwStrings["wwCmuTaskHistoryPage"] = "Action History Page";
wwStrings["wwFeEditorTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwSubscribeToItem"] = "Subscribe to This Item";
wwStrings["wwFeIsXml"] = "Bind to XML Data";
wwStrings["wwSearchResultsGroupActionLabel"] = "Query Result Action:";
wwStrings["wwLatestNotificationUseAt"] = "Latest Notification Use At:";
wwStrings["wwFeTableDlgTitle"] = "Table Options";
wwStrings["wwCmuEmailResults"] = "Email Results";
wwStrings["wwLibraryDesc"] = "Brings you to the top of the library folder hierarchy.";
wwStrings["wwOutputLimitedByMaxRows"] = "** Output is limited by the maximum rows.";
wwStrings["wwCpdContentIdLabel"] = "Content ID:";
wwStrings["wwDCConfigEnvVarsText"] = "The environment variables for running conversions.";
wwStrings["wwCpdFailedToInitializeFrame"] = "Failed to initialize frame";
wwStrings["wwClasspathEq"] = "classpath={1}";
wwStrings["wwSSArchiveDescriptionRequired"] = "An Archive Description must be supplied.";
wwStrings["wwdOptionListKey"] = "Option List";
wwStrings["wwSubscriptions"] = "Subscriptions";
wwStrings["wwSoapAddWsdl"] = "Add Wsdl";
wwStrings["wwFeChooseField"] = "Choose a field...";
wwStrings["wwSSAdminSitesUpgradeStartButton"] = "Start Upgrade";
wwStrings["wwDataListElementsTable"] = "Detailed list of elements for this data list.";
wwStrings["wwSoapResponseParameters"] = "Response Parameters";
wwStrings["wwArchiverImportMovedToExceptionArchive[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSSRestoreArchiveButton"] = "Restore";
wwStrings["wwContentMessage"] = "Content Message";
wwStrings["wwCmuDisplayRefreshLabel"] = "Page Refresh (In Seconds):";
wwStrings["wwPostNewButtonLabel"] = "New Post";
wwStrings["wwCpdFolioElements"] = "Folio Elements";
wwStrings["wwSoapConfirmDelete"] = "Are you sure you want to delete this item?";
wwStrings["wwSelectQuery"] = "Select Query";
wwStrings["wwMoveFieldToCols"] = "Move Field to Columns";
wwStrings["wwFeHiddenFieldDlg[idcComponentName]"] = "FormEditor";
wwStrings["wwDCNewTemplateTitleLibrary"] = "Dynamic Converter New GUI Template Form";
wwStrings["wwCmuActionEventTimeLabel"] = "Time";
wwStrings["wwFeTextAreaMaxCharError"] = "Maximum characters must be a positive number.";
wwStrings["wwLabelShowOnlyKnownAccounts"] = "Show Only Known Accounts";
wwStrings["wwShowDisabledCompDetails"] = "Disabled Component Details";
wwStrings["wwFsFieldDesc_dWebExtension[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwClearLog"] = "Clear Web Server Filter Log";
wwStrings["wwSrcIsLocal"] = "The source is local.";
wwStrings["wwSSWebsiteSectionField"] = "Web Site Section Field:";
wwStrings["wwDiscussionInfoLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwLabelFolderPath[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSpecifyRevision"] = "Please specify a revision label.";
wwStrings["wwCmuSectionLabel_fileextensions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwBack"] = "Back";
wwStrings["wwCpdRemoveable"] = "Removable:";
wwStrings["wwNoActiveClbraWorkflows"] = "There are no active collaboration project workflows in the system.";
wwStrings["wwSSAdminMigrationReceipt"] = "Archiver Status";
wwStrings["wwProfilesScripting"] = "Profile Scripting";
wwStrings["wwNewUserInformation"] = "New User Information";
wwStrings["wwSelfReg"] = "Self-Registration";
wwStrings["wwSSDefaultDocXlsx"] = "Microsoft Excel Workbook";
wwStrings["wwJavaClasspath"] = "Java Classpath";
wwStrings["wwbytesShort"] = "b";
wwStrings["wwContentServerAdministration"] = "Content Server Administration";
wwStrings["wwCmuSectionLabel_schemaview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwRemoveValueAndChildren"] = "Remove value {1} and dependent children";
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["wwSSDefaultAssetCategorySubtemplate"] = "all subtemplates used in my site";
wwStrings["wwFsStoreRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwWsdlServicesRequestParamsTable"] = "Table of request parameters for this service.";
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["wwFsFieldDesc_dReleaseState"] = "Release state";
wwStrings["wwRemoveLocationBtn"] = "Remove";
wwStrings["wwNoContentServersFound"] = "No Content Servers Found.";
wwStrings["wwWfDocsTable"] = "Table containing content items in the workflow";
wwStrings["wwChangeLog"] = "Change Log for {1}";
wwStrings["wwWfWORK_NOTIFICATION"] = "Work Notification";
wwStrings["wwJapanese"] = "Japanese";
wwStrings["wwTrue"] = "TRUE";
wwStrings["wwFeSelectBindField"] = "Bind to data...";
wwStrings["wwServerPortLabel"] = "Server Port:";
wwStrings["wwFsFieldDesc_RenditionId"] = "Rendition specifier";
wwStrings["wwCmuSectionDesc_securitygroups"] = "Security Groups Definitions Section";
wwStrings["wwCpdChildrenMoveable"] = "Children moveable:";
wwStrings["wwFsFieldDesc_dWebExtension"] = "Web file extension";
wwStrings["wwSSInvalidBrowse"] = "You have chosen an operation that could be used to select an invalid action.  This has been prohibited by the web site designer.";
wwStrings["wwContentExpiringBetween"] = "Content expiring between \u003cbr\u003e{1t}\u003cbr\u003e and \u003cbr\u003e{2t}";
wwStrings["wwNoCollaborations"] = "There are currently no collaboration projects available.";
wwStrings["wwFeDeleteAction"] = "Delete row link";
wwStrings["wwTestEmailFormSubject"] = "Subject:";
wwStrings["wwSSProgressCloseButton"] = "Close";
wwStrings["wwDocQueryWithinTitle"] = "Search within the results where the query is {1q}";
wwStrings["wwCheckedOutContentForUser"] = "Checked-Out Content for {1}";
wwStrings["wwSSSectionLabel"] = "Section:";
wwStrings["wwRequired"] = "Required:";
wwStrings["wwCmuSectionDesc_config[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwVaultDir"] = "Vault Directory";
wwStrings["wwForceJobCheck[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwTitleEnabledComponents"] = "Enabled Components:";
wwStrings["wwDCTemplateRulesTemplateSectionTitle"] = "Template and layout for selected rule";
wwStrings["wwIbrProviderStatusLabel[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwFeResetTableBtn"] = "Reset Table";
wwStrings["wwHelperQuickLinks"] = "Quick Links";
wwStrings["wwEnvironmentKeyDetails_show_ignored"] = "Show";
wwStrings["wwCmuAdminImport"] = "Configuration Import";
wwStrings["wwEditCollaboration"] = "Edit collaboration project {1q}";
wwStrings["wwAllActiveWorkflows"] = "All Active Workflows";
wwStrings["wwLinksLabel"] = "Links:";
wwStrings["wwArchiverImportRevisionBeingImported[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSSUpdateValues"] = "Update";
wwStrings["wwSSWebsiteDocsReport"] = "Web Site Assets";
wwStrings["wwSSShowUsageInWebSites"] = "View Web Site Usage Report";
wwStrings["wwCmuActionEventsPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSCompressContributorJavaScriptText"] = "Use this option to compress the Contributor JavaScript after publishing static weblayout files.  The usage of compressed JavaScript code can be enabled by setting the configuration entry \u003ci\u003eSSContributorSourceDir=wcm_min\u003c/i\u003e.";
wwStrings["wwCmuSectionDesc_config"] = "Server Config Section";
wwStrings["wwFeFormName[idcComponentName]"] = "FormEditor";
wwStrings["wwAdditionalConfigVars"] = "Additional Configuration Variables:";
wwStrings["wwCmuSectionLabel_contentprofiles"] = "Content Profiles";
wwStrings["wwCmuActionLabelDownloadBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNoProfilesAvailable"] = "No Profiles Currently Available";
wwStrings["wwFsPartitionsTable[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeElementType[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuTaskHistoryTable[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWorkflowInfoForItem"] = "Workflow Info For Item {1q}";
wwStrings["wwSSNo"] = "No";
wwStrings["wwComponentInstallPage"] = "Component Install Page";
wwStrings["wwCmuIsOverwrite[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpecifyField"] = "Please specify a value for field {1}.";
wwStrings["wwCpdAllowExternal"] = "Allow external:";
wwStrings["wwDCConfigTimeOutTitle"] = "Time Out";
wwStrings["wwCmuBundleLabel"] = "bundle";
wwStrings["wwCpdSearchOptionsProfileLabel"] = "Document Profile:";
wwStrings["wwStarts"] = "Starts";
wwStrings["wwWebLocationLabel"] = "Web Location:";
wwStrings["wwUserAdmin"] = "User Admin";
wwStrings["wwFeIsAdvanced[idcComponentName]"] = "FormEditor";
wwStrings["wwHelperCopyParagraph"] = "Replicates objects.";
wwStrings["wwSSDontShowInListsForWebsitesField"] = "Do not Show In Lists For Web Sites Field:";
wwStrings["wwTestEmailFormBccRecipients"] = "Bcc:";
wwStrings["wwEnable"] = "Enable";
wwStrings["wwSortEnabledComponentsByDefault"] = "Sort Enabled Components By Load Order (default)";
wwStrings["wwIbrHandlePreConvertedJobs[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwLabelClusterNodeName"] = "Cluster Node Name:";
wwStrings["wwAttachLinkToWebViewable"] = "Attach Link to Web-Viewable";
wwStrings["wwTemplateConversions"] = "Dynamic Converter Admin";
wwStrings["wwSpecifyDuplicationMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwVersion"] = "Version";
wwStrings["wwShowOnlyKnownAccountsDesc"] = "When enabled, the list of accounts on a check in page will contain only globally predefined accounts.";
wwStrings["wwSocketHostNameSecurityFilter"] = "Server Hostname Filter";
wwStrings["wwSSArchiveTypeDefinition"] = "Definition Bundle";
wwStrings["wwWarning"] = "Warning:";
wwStrings["wwDCConfigCachingSettingsTitle"] = "Conversion and Caching Optimizations";
wwStrings["wwLdapConnectionTimeout"] = "Connection timeout";
wwStrings["wwDescription"] = "Description";
wwStrings["wwFeXmlTableLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwFeFieldTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwStandardMetadata[idcComponentName]"] = "FormEditor";
wwStrings["wwKeepaliveOutgoingProviderDesc"] = "Configure a keepalive outgoing socket provider.";
wwStrings["wwCpdNoItemSelected"] = "No item selected.";
wwStrings["wwActiveConnTimeActiveLabel"] = "Active time:";
wwStrings["wwBasicUnsubscriptionDesc"] = "To stop receiving e-mail notifications about \u003cstrong\u003e\"{1}\"\u003c/strong\u003e, click the Unsubscribe link below.";
wwStrings["wwFeAddTemplatedActionsNote[idcComponentName]"] = "FormEditor";
wwStrings["wwEditFileStoreProvider"] = "Edit File Store Provider";
wwStrings["wwCpdSubscriptionFolioChildChangeMsg"] = "The following folios have child items that have recently been modified:";
wwStrings["wwCmuExportSectionsChangesNotSaved[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeatureExtensions"] = "Feature Extensions";
wwStrings["wwCmuActionHistoryStatus[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeAdvValueDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwSearchEngineProperties"] = "Search Engine Properties";
wwStrings["wwItemsInSubscriptionTitle"] = "Content Items In Subscription Group";
wwStrings["wwCpdChangeToDisplayView"] = "Change to display view";
wwStrings["wwGroupFilter"] = "Use Group Filtering";
wwStrings["wwFeControlledAction"] = "Action is controlled by the table row presentation.";
wwStrings["wwFeClauseTitle"] = "Condition Clause";
wwStrings["wwCOAO_ErrorAppletWillFail"] = "Check Out and Open failed.";
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["wwDBSearchZoneConfig"] = "Zone Fields Configuration";
wwStrings["wwSpRequestClass"] = "Request Class";
wwStrings["wwCmuSectionDesc_subscriptions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsWebPath"] = "Web-viewable Path";
wwStrings["wwCriteriaSubscriptionDesc"] = "Items with the following criteria:";
wwStrings["wwDatabaseTypeLabel"] = "Database Type";
wwStrings["wwLdapSpecifySourcePath"] = "Please specify a value for the source path.";
wwStrings["wwFeValueLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDefaultDocPrimaryFileRtf"] = "default.rtf";
wwStrings["wwShowThreadDetails"] = "Thread Details";
wwStrings["wwLdapAttributeTooLargeMsg"] = "The value {1q} is too large for the field {2q}.  Maximum length is {3}.";
wwStrings["wwSharedDir"] = "Shared Library and Resources Directory";
wwStrings["wwDCConfigGUICfgText"] = "These settings alter how conversions are rendered.";
wwStrings["wwSSShowConstituentDocuments"] = "View Web Site Objects Report";
wwStrings["wwCachedCheckinItemsTableCaption"] = "Cached Checked-In Items";
wwStrings["wwRefresh"] = "Refresh";
wwStrings["wwFinalizationTime"] = "Finalization time";
wwStrings["wwMemoryFree"] = "Free memory";
wwStrings["wwSubscriptionTable"] = "Table containing a list of subscriptions";
wwStrings["wwCpdDeleteCancelled"] = "Delete cancelled.";
wwStrings["wwFeBeginTagLabel"] = "Before";
wwStrings["wwShowAdvancedForm"] = "show advanced form";
wwStrings["wwSSUsageNoHits"] = "No usage of this document was found in this web site, or you do not have permissions to view the usage of this document in this web site.";
wwStrings["wwLabelState"] = "State:";
wwStrings["wwFolderArchiveDef"] = "Folder Archive Configuration";
wwStrings["wwAnyHost"] = "Any Host that IP Address Filter Allows";
wwStrings["wwViewServerOutput"] = "View Server Output";
wwStrings["wwConfigureFilter"] = "Configure Web Server Filter";
wwStrings["wwCpdSimpleFolio"] = "Simple Folio";
wwStrings["wwDeletePartition"] = "Delete";
wwStrings["wwFeTextFieldMaxChars[idcComponentName]"] = "FormEditor";
wwStrings["wwFeEditAction[idcComponentName]"] = "FormEditor";
wwStrings["wwdOriginalName"] = "Original Name";
wwStrings["wwFsSaveProviderOnce[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSpLabelWantClientAuth"] = "Request Client Authentication:";
wwStrings["wwSSNoBackupArchives"] = "No backup archives are available.";
wwStrings["wwWfIsNotifyOnly"] = "Workflow notification for content item {1q} is in step {2q}.";
wwStrings["wwUpload"] = "Upload";
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["wwFsPartitionRoot[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFilterDebug"] = "FILTER_DEBUG";
wwStrings["wwCpdViewFolio"] = "View Folio";
wwStrings["wwSSArchiveTransferArchive"] = "Transfer to Archive:";
wwStrings["wwSSOnDemandSitesTableCaption"] = "On-Demand Web Sites";
wwStrings["wwCgiSendDumpDesc"] = "Log data and headers sent from the web server filter to the Content Server.";
wwStrings["wwFeIsCondition[idcComponentName]"] = "FormEditor";
wwStrings["wwNetworkAdminGroup"] = "Network Admin Group";
wwStrings["wwFeActionTypeMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwSSArchiveDetailSite"] = "Site:";
wwStrings["wwSSDefaultAssetCategoryFragment"] = "all fragment libraries used in my site";
wwStrings["wwSSAdminSitesUpgradePage"] = "Upgrade Legacy Web Sites";
wwStrings["wwLocalGroupServer"] = "Local Group Server";
wwStrings["wwSearchForProblemReports"] = "Search for Problem Reports";
wwStrings["wwSSConfigureAspSupportButton"] = "Configure ASP Support";
wwStrings["wwProjectInformation"] = "Publisher Project Information";
wwStrings["wwRefineryLogs"] = "Inbound Refinery Logs";
wwStrings["wwCmuSectionLabel_emtpysection[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpecifyProviderName"] = "Please specify a value for \'Provider Name\'.";
wwStrings["wwCmuActionEventSectionLabel"] = "Section";
wwStrings["wwFeYes"] = "Yes";
wwStrings["wwSSConfigureJspSupportText"] = "Use this option to deploy the support files required by JSP fragments.  This is necessary if the JSP-enabled groups have changed since the Site Studio component was installed.";
wwStrings["wwSSSelectAllButtonLabel"] = "Select All Documents";
wwStrings["wwDiscussThisItem[idcComponentName]"] = "ThreadedDiscussions";
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["wwOptimizedFields"] = "Optimized Fields";
wwStrings["wwNumDisabledComponents"] = "Number of Disabled Components";
wwStrings["wwCmuActionEventsPage"] = "Configuration Migration Action Events Page";
wwStrings["wwdConvProvider"] = "Job Submitted to Provider";
wwStrings["wwLabelInstanceName"] = "Instance Name:";
wwStrings["wwUseUnicode"] = "Use Unicode";
wwStrings["wwFeAdvPropsDlgTitle"] = "Advanced Options";
wwStrings["wwFeCheckboxName[idcComponentName]"] = "FormEditor";
wwStrings["wwViewRegisteredProducts"] = "View Registered Products";
wwStrings["wwNewDiscussionInformationText"] = "Enter a comment to create a new discussion.";
wwStrings["wwFeTableProps"] = "Table";
wwStrings["wwDownloadWeb"] = "Download Web";
wwStrings["wwNumberLess"] = "Less Than";
wwStrings["wwFePleaseSpecifyName"] = "Please specify a name for the element.";
wwStrings["wwCmuSectionDesc_workflowtemplates[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDays"] = "{1} Days";
wwStrings["wwFsFieldDesc_xWebFlag[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdMyUncommittedFolios"] = "My Uncommitted Folios";
wwStrings["wwCriteriaSubscriptionListDesc"] = "You are subscribed to these groups of items:";
wwStrings["wwLdapRolePrefixLabel"] = "Role Prefix:";
wwStrings["wwSSLayoutFragmentLibsReport"] = "Fragment Libraries";
wwStrings["wwCmuExportPreviewPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsConfig"] = "Configure File Store";
wwStrings["wwAuthorDeleteDesc"] = "When enabled, authors are allowed to delete their revisions without delete privilege.";
wwStrings["wwFsSlackBytes[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdLockContentID"] = "Lock content:";
wwStrings["wwSSSiteLabel"] = "Web Site";
wwStrings["wwInstanceHome"] = "{1} Home";
wwStrings["wwTraceIsVerboseLabel"] = "Verbose";
wwStrings["wwCpdCreateEditableRev"] = "Create editable revision";
wwStrings["wwFeAdvFieldDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwFsRuleEditFor"] = "Storage Rule {1q}";
wwStrings["wwWsdlServicesResponseParamsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwSSWebsitesField"] = "Web Sites Field:";
wwStrings["wwFeIsAdvanced"] = "Enable advanced functionality";
wwStrings["wwContentMgmt"] = "Content Management";
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["wwProxyInstance"] = "Instance:";
wwStrings["wwLabelJdbcDriver"] = "JDBC Driver:";
wwStrings["wwGuestAccess"] = "Guest Access";
wwStrings["wwSSMigrationIncludeProject"] = "Include project file in export archive";
wwStrings["wwShowMemDetails"] = "Memory Details";
wwStrings["wwForce[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwDCConfigFontAliasesText"] = "Enter font aliases.  Each font alias is in the form of \u003cem\u003ealias=font name\u003c/em\u003e.  This applies to both GUI and script templates.  The scipt template configuration may override this setting for script template rules.";
wwStrings["wwDCConfigRenditionText"] = "The rendition of a content item to be converted.";
wwStrings["wwSSBlankTargetCollectionName"] = "The transfer target collection must be specified.";
wwStrings["wwProfilesScriptingFieldDesc"] = "Allow script in defining a profile.";
wwStrings["wwLibpathEq"] = "libpath={1}";
wwStrings["wwClbraName"] = "Name";
wwStrings["wwFeDynInclude[idcComponentName]"] = "FormEditor";
wwStrings["wwOutputExtensionMustBeAlphaNumeric"] = "Output Extension may only contain letters or numbers - no special characters.";
wwStrings["wwFeClauseSeparator[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdFolioCloneItemsLabel"] = "Clone Folio Items:";
wwStrings["wwAdsiConfiguration"] = "Active Directory Configuration";
wwStrings["wwCpdFolioViewerLabel"] = "Viewer:";
wwStrings["wwOralceTextRebuildAndOptimization"] = "Rebuild And Optimization";
wwStrings["wwDate"] = "Date";
wwStrings["wwSSPathBasedLinks"] = "To Path-Based URLs (e.g. &lt;&#33;--$ssServerRelativeSiteRoot--&gt;/products/index.htm)";
wwStrings["wwFsReset[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsFieldDesc_dDocType[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwRev"] = "Rev.";
wwStrings["wwCmuSectionLabel_fileextensions"] = "File Extensions";
wwStrings["wwDiscussionFullInfoMenuLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCpdFolioCheckinDesc"] = "Use the form below to check the folio into the Content Server.";
wwStrings["wwSSArchiveDetailLastExport"] = "Last Exported:";
wwStrings["wwExclusiveCheckoutDesc"] = "When enabled, Admin privilege is required to check out a content item checked in by another user.";
wwStrings["wwFsFieldDesc_PartitionRoot"] = "Computed partition root";
wwStrings["wwProfile_ProfileA"] = "My Profile";
wwStrings["wwEditPneDocProfiles"] = "Edit Content Profile Links";
wwStrings["wwLicenseSupportHotline"] = "\nNote: For license support call the\nSupport Hotline at 888.688.8324 or\n952.903.2020\n";
wwStrings["wwCmuExportLastExportedDate"] = "Last Export";
wwStrings["wwWorkflowDocs"] = "Workflow Revisions";
wwStrings["wwDiscussionFullInfoLinkLabel"] = "[Full Info]";
wwStrings["wwLabelRelativeWebRoot"] = "Relative Web Root:";
wwStrings["wwFullAccessDescription"] = "Log in to use the content server with your full access privileges";
wwStrings["wwSSArchiveStatus"] = "Show Archiver Status";
wwStrings["wwClbraOnErrorUsers"] = "Users Notified on Error";
wwStrings["wwFeTableDifferent"] = "The field is fully qualified and does not belong to the designated table. Please change.";
wwStrings["wwCpdSearchForItemTitle"] = "Search for Item";
wwStrings["wwMoveUp"] = "Move Up";
wwStrings["wwInternetFullTextSearchDesc"] = "Enter search terms";
wwStrings["wwSSDefaultAssetCategoryNameStylesheet"] = "CSS";
wwStrings["wwWebLocation"] = "Web Location";
wwStrings["wwWorkflowState"] = "Workflow State";
wwStrings["wwPrintViewLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwSavedQueries"] = "Saved Queries";
wwStrings["wwListTemplateCustomIdocDescription"] = "Idoc Script entered into this field is evaluated and included before the table is displayed.";
wwStrings["wwProductVersion"] = "Product Version";
wwStrings["wwSSYes"] = "Yes";
wwStrings["wwSSNodeId"] = "Section ID";
wwStrings["wwVerityHomePage"] = "Verity Home Page";
wwStrings["wwWfAssignmentMsg"] = "You have been assigned to the following workflow step:";
wwStrings["wwDCConfigDefTemplateTitle"] = "Default Template";
wwStrings["wwAddLocationBtn"] = "Add";
wwStrings["wwError"] = "Error";
wwStrings["wwCmuSectionLabel_pages[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwTargetedQuickSearchKeyCanNotContainSpaces"] = "The Quick Search Key may not contain spaces.";
wwStrings["wwProvider"] = "Provider";
wwStrings["wwButtonDisable"] = "Disable \u003e\u003e";
wwStrings["wwPostGCMemCheckTime"] = "Time for memory check after garbage collection";
wwStrings["wwSpLabelTruststorePassword"] = "Truststore password:";
wwStrings["wwTestEmailFormSend"] = "Send";
wwStrings["wwCmuBundleSourceHost"] = "Source";
wwStrings["wwContinue"] = "Continue";
wwStrings["wwSSUsageHideAll"] = "Hide All";
wwStrings["wwCpdEmptyBasket"] = "Empty Content Basket";
wwStrings["wwSpLabelKeystoreAliasPassword"] = "Alias password:";
wwStrings["wwSSQDTableHeader"] = "Compare&nbsp;To";
wwStrings["wwMyView"] = "My View";
wwStrings["wwFeTableWidthPx"] = "pixels";
wwStrings["wwNumEnabledComponents"] = "Number of Enabled Components";
wwStrings["wwFeHiddenValue"] = "Value";
wwStrings["wwQueryText"] = "Query Text";
wwStrings["wwBriefContentLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwSearchResultsTable"] = "Table with a list of content items resulting from a search.";
wwStrings["wwSingleContent"] = "Single content discussion";
wwStrings["wwOracleTextIndexRebuild[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwContentServerType"] = "Content Server Type";
wwStrings["wwSchemaNotStableError_update"] = "Choice lists are not fully loaded.  Update aborted.";
wwStrings["wwCpdCreateFolioTemplate"] = "Create Folio Template";
wwStrings["wwLabelSkin"] = "Skin:";
wwStrings["wwibrPreConversionOptions[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdSlotNotSelected"] = "Target not selected";
wwStrings["wwLabelWorkflowStep"] = "Workflow Step:";
wwStrings["wwCpdDeleteConfirmMsg"] = "Delete node?";
wwStrings["wwHelperEnvironmentConfigParagraph"] = "Configure the environmental settings.  Some of these changes may occur immediately not needing a restart of the server.";
wwStrings["wwIntranetAuthenticationLabel"] = "NTLM";
wwStrings["wwReturnToComponentMgr"] = "\u003ca href=\"{1}\"\u003eClick here\u003c/a\u003e to return to the Component Manager";
wwStrings["wwCmuDefineImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNoActiveDBConnection"] = "No active database connections.";
wwStrings["wwSSDefaultDocCss"] = "CSS Stylesheet";
wwStrings["wwContinueCheckin"] = "Continue Check In:";
wwStrings["wwExpDate"] = "Expiration Date";
wwStrings["wwSearchProviders"] = "Search Providers";
wwStrings["wwSubject"] = "Subject";
wwStrings["wwXuiDamTemplate"] = "Thumbnail View";
wwStrings["wwFeatureComponentHeader"] = "Component";
wwStrings["wwCmuSectionLabel_archives[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwEditIncomingProvider"] = "Edit Incoming Provider";
wwStrings["wwDCTemplateRulesAlertNoBlankRules"] = "There are no more blank rules to work with on this page. Please save your changes and then continue.";
wwStrings["wwSSUsageFragmentLibrary"] = "Used Fragment Library";
wwStrings["wwAddQueryToProject"] = "Add Query to Publisher Project";
wwStrings["wwCmuActionEventTable[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSProjectDefaultMetadataNote"] = "Specify default Document Information that will be applied to Site Studio projects.";
wwStrings["wwAutomated"] = "Automated";
wwStrings["wwEnterLogSizeAlert"] = "The size of the requested log file is not a valid positive integer.";
wwStrings["wwAcctPrefix"] = "Account Prefix";
wwStrings["wwSearchCacheReportStorage"] = "Total {1} rows stored in cache, {2}% full.";
wwStrings["wwFullName"] = "Full Name";
wwStrings["wwUserProfileDesc"] = "Enables users to view or edit their profile.";
wwStrings["wwCmuBundleActions"] = "Actions";
wwStrings["wwCpdLinkType_REFERENCE"] = "Reference";
wwStrings["wwMillisecond"] = "1 Millisecond";
wwStrings["wwWfUNDO_CHECKOUT"] = "Undo Check-Out";
wwStrings["wwCheckedOutContentTable"] = "Table with a list of content items that are checked out.";
wwStrings["wwComponentUploadSuccess"] = "Successfully uploaded and installed the component.";
wwStrings["wwRefineryConversionFailureOnNoProvider"] = "When the time for transferring a job expires, the conversion should fail.";
wwStrings["wwSSArchiveDetailLastExportCount"] = "Last Export File Count:";
wwStrings["wwSSUpgradeViewContent"] = "({1}Show Content{2})";
wwStrings["wwNoAdminTargetedQuickSearches"] = "There are no Targeted Quick Searches defined by admins in this system.";
wwStrings["wwCpdMaxNodeCountReached"] = "Max node count reached.";
wwStrings["wwSSWebsiteSectionNote"] = "Note: You will need to reindex to take advantage of this field.";
wwStrings["wwEmailLink"] = "E-mail link:";
wwStrings["wwSSArchiveOperationName"] = "Operation:";
wwStrings["wwSoapAddDataList"] = "Add Data List";
wwStrings["wwSSDefaultAssetCategoryNameFragment"] = "Fragment Libraries";
wwStrings["wwCpdSourceItemsLabel"] = "Source Items";
wwStrings["wwCmuExportID[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsAdminConfig[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDescriptionHeader"] = "Description for \'{1}\'";
wwStrings["wwFeTableRows[idcComponentName]"] = "FormEditor";
wwStrings["wwListTemplateMustSpecifyId"] = "Please specify an ID.";
wwStrings["wwCpdCreateSlot"] = "Create Slot";
wwStrings["wwLmContentExpiringBefore"] = "Content expiring before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwAdsUseNestedGroups"] = "ADSI with nested groups";
wwStrings["wwServiceParametersTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCpdFolioViewSimpleLabel"] = "View Simple Folio";
wwStrings["wwActiveWfTable"] = "Table containing a list of active workflows.";
wwStrings["wwNoSupportApplet"] = "Support applet for check in is missing.";
wwStrings["wwWorkflowNotification"] = "Workflow Notification";
wwStrings["wwCacheTimeoutDesc"] = "This value specifies the number of minutes the web server filter will cache user data.";
wwStrings["wwFeActionInvalid"] = "The action specified is not in a valid format:";
wwStrings["wwInvalidCharsInDocType"] = "Unable to add type. Spaces and special characters are not allowed in document types.";
wwStrings["wwHelperPaginateLengthFieldDesc"] = "The length of items per page when paginating.";
wwStrings["wwCmuActionEvents"] = "Configuration Migration Action Events";
wwStrings["wwRussian"] = "Russian";
wwStrings["wwFeActionDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwFeIsXmlTable[idcComponentName]"] = "FormEditor";
wwStrings["wwWeblayoutDir"] = "Weblayout Directory";
wwStrings["wwCpdType"] = "Type:";
wwStrings["wwFsWebUrlPath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdNewNodeLabel"] = "New Node";
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["wwDCEditTemplateText"] = "Select the template that you would like to edit.";
wwStrings["wwDpLabelTag"] = "Profile";
wwStrings["wwdOptionListType"] = "Option List Type";
wwStrings["wwSSSiteStudioDesignerDownloadDescription"] = "Site Studio Designer, an application that allows the easy creation of web sites.";
wwStrings["wwEditOutgoingProvider"] = "Edit Outgoing Provider";
wwStrings["wwFsFileStorage[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwDownloadComponent"] = "Download Component";
wwStrings["wwTestEmailFormNoRecipients"] = "No recipients were specified.  Please fill in this field.";
wwStrings["wwCmuButtonLabelSave"] = "Save";
wwStrings["wwFeTextareaValue[idcComponentName]"] = "FormEditor";
wwStrings["wwComments"] = "Comments";
wwStrings["wwCaption"] = "Caption";
wwStrings["wwSSQDCompare"] = "Compare";
wwStrings["wwSSAdminUpgradePathsWarning"] = "This option will not produce cross web site links.  Instead, it will assume that all links remain within a web site.  Also, containment links will only be generated correctly if \\\"Website Section\\\" values are populated.\\n\\nIf your links do not fit these criteria, you should consider using a different link type.\\n\\nYou may want to run a link validation tool after using this option.";
wwStrings["wwDataDir"] = "Server Data State Directory";
wwStrings["wwTotalAuditMessages"] = "Total Audit Messages: {1}";
wwStrings["wwNumberEqual"] = "Equals";
wwStrings["wwProblemReportsSearchResults"] = "Problem Reports Search Results";
wwStrings["wwSSAvailableRegionDefinitions"] = "Available Region Definitions";
wwStrings["wwSSContextMenuShowDiff"] = "View Differences";
wwStrings["wwSoapServiceInfo"] = "Service Information";
wwStrings["wwFsWebUrlPath"] = "Web URL Path";
wwStrings["wwCompleteFormSubmit"] = "Complete Form Submit";
wwStrings["wwCmuSectionDesc_docmetadef"] = "Content Metadata Definitions Section";
wwStrings["wwFsPathInformation"] = "Path Information";
wwStrings["wwCmuEvent"] = "Event";
wwStrings["wwFeProfileCheckinList[idcComponentName]"] = "FormEditor";
wwStrings["wwVersionInfo"] = "Retrieve Filter Version Info";
wwStrings["wwFeTableRowProperties[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionLabel_subscriptiontypes"] = "Subscription Types";
wwStrings["wwFullTextSearch"] = "Full-Text Search";
wwStrings["wwCpdTemplateCheckinProfileLabel"] = "Checkin Profile:";
wwStrings["wwChangeDate"] = "Change Date:";
wwStrings["wwAccounts"] = "Accounts:";
wwStrings["wwAnd"] = "And";
wwStrings["wwSSUpgradeLayouts"] = "Upgrade Layouts";
wwStrings["wwCpdAddAllItemsToActiveBasket"] = "Add all items to active Content Basket";
wwStrings["wwFsDescriptorImplementor"] = "Descriptor Implementor";
wwStrings["wwSSUrlDataFilesReport"] = "Contributor Data Files";
wwStrings["wwWorkflowContentItemReviewNotification"] = "Workflow Content Item Review Notification";
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["wwFeBasicFormTemplate[idcComponentName]"] = "FormEditor";
wwStrings["wwFeAdvPropsDesc2"] = "Define attributes of the form element. Enable advanced functionality to provide data binding and additional server-side processing options.";
wwStrings["wwCpdItemCheckinTitle"] = "Item Check In";
wwStrings["wwWebCommonDir"] = "Weblayout Common Directory for Applets";
wwStrings["wwSSContextMenuDocInfo"] = "Document Info";
wwStrings["wwUnregisterWorkflow"] = "Unregister Workflow";
wwStrings["wwCmuActionLabelConfirmDelete[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuTaskNameRequired"] = "Task name required.";
wwStrings["wwOptionsForField"] = "Options for {1q}";
wwStrings["wwSSDefaultDocValidationJs"] = "Javascript Validation File";
wwStrings["wwHelperShowOtherUserNodeFieldDesc"] = "Displays the \"Other\" menu item for users.  This contains actions grouped by functionality.";
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["wwApproveRevision"] = "Approve Revision";
wwStrings["wwHelperUsePopupLongDescriptionFieldDesc"] = "Use popup for detailed information on fields.";
wwStrings["wwSSDeployFragmentLibrary"] = "Deploy Fragment Library";
wwStrings["wwSSAdminUpgradePageButton"] = "Go to Web Sites Upgrade Page";
wwStrings["wwNewDocType"] = "New Document Type";
wwStrings["wwPreGCMemoryTotal"] = "Total memory before garbage collection";
wwStrings["wwJdbcConnectionString"] = "JDBC Connection String";
wwStrings["wwCustomFieldsOptGroupLabel"] = "Custom";
wwStrings["wwViewAdminOutput"] = "View Admin Output";
wwStrings["wwCpdSubsDelete"] = "Items Deleted";
wwStrings["wwFastRebuiltStatus[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwGetExpiring"] = "Get Expiring";
wwStrings["wwCmuBundleActions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwShowDatabaseDetails"] = "Database Connection Details";
wwStrings["wwCpdElementNameHeaderLabel"] = "Name";
wwStrings["wwSpecifyPassword"] = "Please specify a password.";
wwStrings["wwFeTextFieldName"] = "Name";
wwStrings["wwSSSelectDocsButtonLabel"] = "Select Marked Documents";
wwStrings["wwCpdInsertHypertextTitle"] = "Insert Hypertext";
wwStrings["wwOracleTextSearchAdmin"] = "Text Search Admin";
wwStrings["wwCpdSelectFolioProfileDesc"] = "Select a content profile to use when searching for a folio.";
wwStrings["wwCpdFinish"] = "Finish";
wwStrings["wwConversionError"] = "Conversion Error:";
wwStrings["wwFeEditTabLabel"] = "Actions";
wwStrings["wwLmDefaultSkin"] = "Classic";
wwStrings["wwLabelFolderID"] = "Collection ID:";
wwStrings["wwFsDuplicationMethods"] = "Duplication Methods";
wwStrings["wwFolderArchiveArchiveName"] = "Archive Name:";
wwStrings["wwTaminoViewDoc"] = "View";
wwStrings["wwPreviewProviderDesc"] = "Configuring a preview provider.";
wwStrings["wwArchiverImportFailureTitle[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwSearchEngineName[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwEnvironmentKeyOverwrites"] = "Number of overwritten config values: {1i}";
wwStrings["wwSSArchiveRemove"] = "Delete";
wwStrings["wwSpNeedClientAuth"] = "Require Client Authentication";
wwStrings["wwCmuAdminImportPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwQueryBuilderModifyQueryText"] = "Modify Query Text";
wwStrings["wwInt"] = "Integer";
wwStrings["wwCheckinTemplateTemplateType"] = "Template Type";
wwStrings["wwSSDefaultDocPrimaryFileValidationJs"] = "default.js";
wwStrings["wwCmuTaskHistoryPage[idcComponentName]"] = "ConfigMigrationUtility";
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["wwSpecifyName"] = "Please specify a content ID.";
wwStrings["wwLabelServerHostName"] = "Server Host Name:";
wwStrings["wwAll"] = "All";
wwStrings["wwFeValueDlgTitle"] = "Value";
wwStrings["wwRuleNameAlreadyExists"] = "The rule name already exists. Please enter a different rule name.";
wwStrings["wwStandardSearchFormLabel"] = "Expanded";
wwStrings["wwForcedConversionRuleTitle"] = "Forced Conversion";
wwStrings["wwDCTemplateRulesNewLabel"] = "New rule name:";
wwStrings["wwSoapDataLists[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCpdNoArchiveItemAvailableTitle"] = "No Archived Item Available.";
wwStrings["wwDCConfigFontAliasesTitle"] = "Font Aliases";
wwStrings["wwSSArchiveTypeLabel"] = "Archive Type";
wwStrings["wwStopLocalizationAudit"] = "Stop auditing";
wwStrings["wwCmuActionLabelDeleteTask"] = "Delete";
wwStrings["wwRefinerySecondsBetweenTransferAttemptsError"] = "Please enter a valid integer between 1 and 100.";
wwStrings["wwCmuSectionLabel_components"] = "Components";
wwStrings["wwRequiredApprovals"] = "Required Approvals:";
wwStrings["wwLicenseProperties"] = "License Properties";
wwStrings["wwPleaseSelectAnAction[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwdExtension[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwFsLinkMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwContentExpiringAfter"] = "Content expiring after \u003cbr\u003e{1t}";
wwStrings["wwCompleteCheckin"] = "Complete Check In";
wwStrings["wwIsClbraDoc"] = "Is Collaboration Project";
wwStrings["wwSSArchiveIsAutomatedExport"] = "Auto Export:";
wwStrings["wwTopBannerLogo"] = "Top banner logo.";
wwStrings["wwFeAddClauseButton[idcComponentName]"] = "FormEditor";
wwStrings["wwTasksLabel"] = "Tasks:";
wwStrings["wwFeTableSummary[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_doctypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsFieldDesc_dSecurityGroup"] = "Security group";
wwStrings["wwFeBasicFormTemplateDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwThreadInfoDetails"] = "Thread Details";
wwStrings["wwRolePrefix"] = "Role Prefix";
wwStrings["wwCmuSectionExportChangeDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSCaptureQueryButtonLabel"] = "Capture the Query";
wwStrings["wwdOriginalName[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwSSOnDemandSiteStatus"] = "Status";
wwStrings["wwSSDefaultDocSubTemplateHcsp"] = "Hcsp Subtemplate";
wwStrings["wwCpdCreateDate"] = "Create date:";
wwStrings["wwCmuGetAllTasks[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwOSServiceName"] = "Service Name";
wwStrings["wwSSNoUsageDetected"] = "No web site usage detected.";
wwStrings["wwFeTableCellSpacing[idcComponentName]"] = "FormEditor";
wwStrings["wwUsernameAlreadyInUse"] = "The user {1q} is already being used.";
wwStrings["wwWorkflowName"] = "Workflow Name";
wwStrings["wwFsJdbcRenditions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFePleaseSpecifyField"] = "Please specify a field.";
wwStrings["wwDpOrder"] = "Order";
wwStrings["wwClbraType"] = "Type";
wwStrings["wwCmuTaskDescriptionLabel"] = "Description";
wwStrings["wwContains"] = "Contains";
wwStrings["wwToInteger"] = "To";
wwStrings["wwSSNewDataFile"] = "New Contributor data file";
wwStrings["wwAttach"] = "Attach";
wwStrings["wwDatabaseName"] = "Database Name";
wwStrings["wwSSAdminUpgradeShowDiffs"] = "Show Differences";
wwStrings["wwProductSearch"] = "{1} Search";
wwStrings["wwSSDefaultDocRtf"] = "Rich Text Format";
wwStrings["wwSecGroup"] = "Security Group";
wwStrings["wwAvailableProcessors"] = "Available processors";
wwStrings["wwDownload"] = "Download";
wwStrings["wwSSUnmakeDomainDefault"] = "Deselect As Default Address";
wwStrings["wwCpdFolioRoot"] = "Folio Root";
wwStrings["wwFeTableAlignNotSet"] = "&lt;Not set&gt;";
wwStrings["wwIllegalCharsInUserName"] = "\nUnable to add the user.\nSpecial characters are not allowed in user name.\n";
wwStrings["wwCurrentUrlLabel"] = "Current URL";
wwStrings["wwFsPartitionsTable"] = "A list of file store partitions.";
wwStrings["wwProviderConnection"] = "Provider Connection";
wwStrings["wwSSContextMenuGenerateUniqueFiles"] = "Generate Unique Files";
wwStrings["wwFsProviderDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuButtonLabelSave[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpWantClientAuth"] = "Request Client Authentication";
wwStrings["wwSSConfigureJspSupport"] = "Configure JSP Support";
wwStrings["wwCmuEditExportRuleTitle"] = "Edit Export Rule";
wwStrings["wwPluginDebugDesc"] = "Log events inside the plugin filters. This will only work for plugin filters that understand the PLUGIN_DEBUG flag.";
wwStrings["wwDCConfigTimeOutText"] = "Dynamic Conversions that take longer than this amount of time will fail.";
wwStrings["wwFeAddTemplatedActionsDesc"] = "\nCheck the following option to automatically insert HTML elements (buttons and links)\nused to perform the selected table actions.\n";
wwStrings["wwSSxWebsiteObjectType"] = "Web Site Object Type";
wwStrings["wwSSDefaultAssetCategoryNativeDocument"] = "all native contribution region files used in my site";
wwStrings["wwCmuTaskNameLabel"] = "Name";
wwStrings["wwFsPathMetaDataDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwMetricSymbol-12"] = "{1} p{2}";
wwStrings["wwLastNotifyDate"] = "Last Notification Attempt";
wwStrings["wwMetricSymbol-18"] = "{1} a{2}";
wwStrings["wwSSArchiveOpExport"] = "Export";
wwStrings["wwSSDefaultDocFm"] = "Adobe Frame Maker";
wwStrings["wwConfirmDeleteItems"] = "Are you sure you wish to delete the selected items?";
wwStrings["wwMetricSymbol-15"] = "{1} f{2}";
wwStrings["wwSoapWsdls"] = "Soap Wsdls";
wwStrings["wwLdapAdminDNLabel"] = "LDAP Admin DN:";
wwStrings["wwIbrProviders"] = "Number of Inbound Refinery providers: {1i}.";
wwStrings["wwibrOptionsPageTitleName[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwMinorRevLabel"] = "Minor Revision Label Sequence:";
wwStrings["wwIndexerEngineName"] = "Index Engine Name";
wwStrings["wwConfigurationClass"] = "Configuration Class";
wwStrings["wwFeCheckboxDlgTitle"] = "Checkbox Options";
wwStrings["wwCmuSectionDesc_usermetadef"] = "User Metadata Definitions Section";
wwStrings["wwLabelText"] = "Text:";
wwStrings["wwInstances"] = "Instances";
wwStrings["wwCpdTemplateID"] = "ID";
wwStrings["wwSSArchiveTransfer"] = "Transfer";
wwStrings["wwJdbcPassword"] = "JDBC Password";
wwStrings["wwCmuButtonLabelSaveAs"] = "Save As";
wwStrings["wwSoapDataListElements[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwSiteLocationsRequired"] = "Please select at least one site location";
wwStrings["wwLabelAction"] = "Action:";
wwStrings["wwFeFirstHelp"] = "Add controls here";
wwStrings["wwdConversionState[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSSOnDemandSiteLoaded"] = "Loaded";
wwStrings["wwToggleSelection"] = "Toggle Selection";
wwStrings["wwClassesDir"] = "Classes Directory";
wwStrings["wwImageFileName"] = "Image File Name";
wwStrings["wwHelperShowDescriptionFieldDesc"] = "Automatically show the description for a field along side it.";
wwStrings["wwSSfragmentLibDocName"] = "Fragment Library Content ID";
wwStrings["wwGroupHide"] = "Hide";
wwStrings["wwSSContextMenuViewPrimaryPage"] = "View Primary Page";
wwStrings["wwBrowserCannotLaunchTemplateEditor"] = "This browser does not support launching the Template Editor.";
wwStrings["wwConfirm"] = "Confirm";
wwStrings["wwCmuSectionLabel_workflowtokens[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelServerPort"] = "Server Port:";
wwStrings["wwFeWrapTabLabel"] = "Wrapper";
wwStrings["wwCustomMetadata[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdContentItemHeaderLabel"] = "Content Item";
wwStrings["wwRegisteredFunctions"] = "Registered Functions";
wwStrings["wwFeInvalidName"] = "The element name is invalid.";
wwStrings["wwCmuExportLastExport"] = "Last Export";
wwStrings["wwCpdFolioTemplateCheckinConfirmDesc"] = "The following folio template has been successfully checked into Content Server. Select a navigation option below and click Finish.";
wwStrings["wwCmuSectionDescription"] = "Description";
wwStrings["wwCmuSectionLabel_contentprofilerules"] = "Content Profile Rules";
wwStrings["wwSSConfigureAspSupport"] = "Configure ASP Support";
wwStrings["wwFeCheckboxValue[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdFolioTemplateCheckinTitle"] = "Folio Template Check In";
wwStrings["wwFsUpdatePartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwExpireJob"] = "Expire Job";
wwStrings["wwSSCompressContributorJavaScriptButton"] = "Compress Contributor JavaScript";
wwStrings["wwFeRepeatDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwSSImportArchiveAdd"] = "Add Import Archive...";
wwStrings["wwMetricSymbol-24"] = "{1} y{2}";
wwStrings["wwMetricSymbol-21"] = "{1} z{2}";
wwStrings["wwIbrConfigMenuLabel[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwXuiItemsShownNoTotal"] = "Items {1}-{2}";
wwStrings["wwdConversionState"] = "Conversion Job State";
wwStrings["wwUseUpperCaseColumnMap"] = "Use Uppercase Column Map";
wwStrings["wwFePluginDynInclude"] = "Create Dynamic Include";
wwStrings["wwDocInfoWorkflowTitle"] = "Workflow Content Information";
wwStrings["wwConfiguredForWebServerLabel"] = "Configured for Web Server:";
wwStrings["wwSSArchiveDetailDestination"] = "Destination:";
wwStrings["wwCpdFolioCheckinTitle"] = "Folio Check In";
wwStrings["wwDeleteQueryBuilderRow"] = "Delete Query Builder Row";
wwStrings["wwMinute"] = "1 Minute";
wwStrings["wwBasicSubscriptionDisabledDesc"] = "The administrator has disabled direct subscriptions to the content item \u003cstrong\u003e\"{1}\"\u003c/strong\u003e.";
wwStrings["wwComponentConfigUpdatePage"] = "Update Component Configuration";
wwStrings["wwdSecurityGroup"] = "Security Group";
wwStrings["wwAllActiveWorkflowsDesc"] = "Click on the icon to view all items in a workflow.";
wwStrings["wwCmuBundleLastImportedDate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCConfigFileExtTitle"] = "File Extension";
wwStrings["wwQueryBuilderOr"] = "OR";
wwStrings["wwFeTableProps[idcComponentName]"] = "FormEditor";
wwStrings["wwZoneHasAsWordPrefix"] = "Has Word Prefix";
wwStrings["wwCpdItemCheckinDesc"] = "Use the form below to check the item to populate the folio.";
wwStrings["wwCpdUndefined"] = "undefined";
wwStrings["wwFeTraceSection[idcComponentName]"] = "FormEditor";
wwStrings["wwDocInfoStandardLink"] = "Standard Info";
wwStrings["wwSSdDocTitle"] = "Title";
wwStrings["wwCpdCloneItem"] = "Clone item:";
wwStrings["wwSSDefaultNewSectionName"] = "New Section";
wwStrings["wwAdministration"] = "Administration";
wwStrings["wwCheckOutInfo"] = "Check Out Information";
wwStrings["wwTestEmailRecipient"] = "Recipient";
wwStrings["wwWfActionHistory"] = "Workflow Content Action History";
wwStrings["wwCpdExternalItemsNotAllowed"] = "External items not allowed";
wwStrings["wwEmailFormat"] = "Email Format:";
wwStrings["wwJdbcDriverVersion"] = "Jdbc Driver Version";
wwStrings["wwBasicSubscriptionTitle"] = "Subscription Items";
wwStrings["wwFsUpgrade[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwXuiFileName"] = "File Name";
wwStrings["wwNtlm"] = "NT Domain Security";
wwStrings["wwSSWebSitesButtonLabel"] = "Web Sites";
wwStrings["wwSSDefaultDocScriptJs"] = "Javascript File";
wwStrings["wwCmuActionHistoryType[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeIdocSearch"] = "Idoc Resource Search";
wwStrings["wwDownloadAppletName"] = "Download";
wwStrings["wwCmuActionLabelImportHistory"] = "History";
wwStrings["wwSSArchiveName"] = "Archive Name:";
wwStrings["wwSSServerSideLinkTokens"] = "To Server-Side Link Tokens (e.g. ssNODELINK/1)";
wwStrings["wwSSStoppedSitesOption"] = "Stopped Web Sites ==============";
wwStrings["wwFieldName"] = "Field Name";
wwStrings["wwSSSiteDomainPrompt"] = "Address:";
wwStrings["wwWorkflowInfo"] = "Workflow Info";
wwStrings["wwCmuSectionName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultDocElementFormHcsp"] = "Custom Element Form";
wwStrings["wwSSArchiveProgress"] = "Progress";
wwStrings["wwInvalidUserName"] = "The user name is invalid.";
wwStrings["wwNativeVersion"] = "Native Version";
wwStrings["wwSSCertSuccessMessage"] = "The class loaded successfully.";
wwStrings["wwDataListTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwAddAllToProject"] = "Add All to Publisher Project";
wwStrings["wwCpdLastModifiedDate"] = "Modified Date";
wwStrings["wwEntryRequired"] = "The field {1q} requires a non-empty entry.";
wwStrings["wwSchemaViewCacheDetailsLink"] = "Check Schema Cache";
wwStrings["wwAddDatabaseProvider"] = "Add Database Provider";
wwStrings["wwFeTableAlignCenter"] = "Center";
wwStrings["wwComponentUploadDesc"] = "To install, uninstall, or download components,\u003cbr\u003ethe content server must be running.";
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["wwSSUsageLocation"] = "Usage Location";
wwStrings["wwFeRadioButtonDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDocNotReadyForCOAO"] = "The document is not available to be edited with Checkout And Open.";
wwStrings["wwClbraAction"] = "Action";
wwStrings["wwCpdGoToTemplateInfo"] = "View content information for the folio template";
wwStrings["wwFsMissingStorageRuleName"] = "The storage rule name needs to be specified.";
wwStrings["wwCmuActionHistoryStartTime[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProviderType"] = "Provider Type";
wwStrings["wwFsFieldDesc_RevisionLabel[idcComponentName]"] = "FileStoreProvider";
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["wwSeverity"] = "Severity";
wwStrings["wwAscending"] = "Ascending";
wwStrings["wwSchemaNotStableWarning_checkin"] = "Choice lists are not fully loaded.  Continue checkin?";
wwStrings["wwSSDefaultDocJpg"] = "JPG Image";
wwStrings["wwAccountMapPrefix"] = "Account Map Prefix";
wwStrings["wwWhatsNew"] = "What\'s New";
wwStrings["wwNotAValidTargetedQuickSearchQuery"] = "Your query must contain \'#s\' to be a valid Targeted Quick Search.";
wwStrings["wwSSViewNodeInContext"] = "View Section in Context";
wwStrings["wwReviewSubscription"] = "Review Subscription";
wwStrings["wwCmuActionLabelExport"] = "Export";
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["wwPostGCMemoryFree"] = "Free memory after garbage collection";
wwStrings["wwTracingIsInEnglish"] = "**To facilitate international support, most tracing messages are in English and do not have translations.";
wwStrings["wwCmuForceTriggerField"] = "Force trigger field";
wwStrings["wwDutch"] = "Dutch";
wwStrings["wwMoveFieldToAvailFields"] = "Move Field to Available Fields";
wwStrings["wwSSContextMenuEdit"] = "Edit";
wwStrings["wwLabelConfirmPassword"] = "Confirm Password:";
wwStrings["wwSSSiteReportFor"] = "Web Site Objects Report for \'{1}\'";
wwStrings["wwCpdSubsAdd"] = "Items Added";
wwStrings["wwAdminPagesForInstance"] = "Administration Pages for {1}";
wwStrings["wwFeTableHeightPx"] = "pixels";
wwStrings["wwShowSchemaCacheDetails"] = "Schema Cache Details";
wwStrings["wwFsStorageRuleLabel[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuContinueOnError[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionLabel_admintargetedquicksearches[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwStandardSearchFormActionLabel"] = "Expanded Form";
wwStrings["wwCpdSelectFolioProfile"] = "Select Folio Profile";
wwStrings["wwSSAdminUpgradePathsAltText"] = "View important information about this option";
wwStrings["wwSpecifyType"] = "Please specify a type.";
wwStrings["wwInternetProperties"] = "Internet Properties";
wwStrings["wwFeatureVersionHeader"] = "Version";
wwStrings["wwSSCertCheckButtonLabel"] = "Check";
wwStrings["wwXuiShowInDescription"] = "Show in Description";
wwStrings["wwStandardFieldsOptionGroup"] = "Standard";
wwStrings["wwIdcAdminServerPort"] = "Port number";
wwStrings["wwCmuSectionDesc_docformats"] = "Content Formats Section";
wwStrings["wwCpdFolioItemCreationLabel"] = "Allow Item Creation:";
wwStrings["wwSSDefaultAssetCategoryNameDataFile"] = "Contributor Data Files";
wwStrings["wwRevisionFinishedEditing"] = "Revision Finished Editing";
wwStrings["wwSpecifyProviderClass"] = "Please specify a value for \'Provider Class\'.";
wwStrings["wwFeTraceSection"] = "Form Editor";
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["wwCmuSectionDesc_aliases"] = "Aliases Section";
wwStrings["wwSpecialIntegrations"] = "Special Integrations";
wwStrings["wwFileEncoding"] = "File Encoding";
wwStrings["wwCpdNodeCreationDisabled"] = "Node creation disabled.";
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["wwLabelSeverity"] = "Severity:";
wwStrings["wwFeTableColumns[idcComponentName]"] = "FormEditor";
wwStrings["wwSSNodeLayoutsDetail"] = "Lists page templates referenced by sections of the web site";
wwStrings["wwFeBeginTagLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwEmailAddress"] = "E-mail Address";
wwStrings["wwListTemplateDownloadNativeText"] = "download native";
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["wwWorkflowHistory"] = "Workflow History";
wwStrings["wwSSLayoutFragmentsReport"] = "Fragments";
wwStrings["wwHelperUsePopupLongDescription"] = "Use Popup Long Description";
wwStrings["wwSoapAddComplexType"] = "Add Complex Type";
wwStrings["wwFoundMatchesForQuery"] = "Found {1} item{1?s} matching the query.";
wwStrings["wwCpdCannotAddRemoteItemsToBasket"] = "Cannot add remote items to Content Basket";
wwStrings["wwAdsAuthMethod"] = "Authorization Method";
wwStrings["wwPreGCMemCheckTime"] = "Time for memory check before garbage collection";
wwStrings["wwCmuAdminUpload[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMyWorkflowItems"] = "My Workflows";
wwStrings["wwFeActionTypeMissing"] = "The action type must be specified.";
wwStrings["wwCpdCreateSnapshot"] = "Create snapshot";
wwStrings["wwAddIncomingProvider"] = "Add Incoming Provider";
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["wwSSDefaultDocRegionDefinitionXml"] = "Region Definition";
wwStrings["wwRegisteredProjects"] = "Registered Publisher Projects";
wwStrings["wwSSActionsColumnHeader"] = "Actions";
wwStrings["wwCpdFolioViewLabel"] = "View Folio";
wwStrings["wwFeTableWidthPx[idcComponentName]"] = "FormEditor";
wwStrings["wwPublisherProblemReportNotification"] = "Publisher Problem Report Notification";
wwStrings["wwCpdErrorLoadingFolioItems"] = "Error loading folio items.";
wwStrings["wwCpdInsertHypertextDesc"] = "Enter a label and HTML link to show up as an item in the folio.";
wwStrings["wwPoweredBy"] = "Powered by Content Management System";
wwStrings["wwSchemaCacheReportItemCount"] = "Total {1} items stored in schema cache";
wwStrings["wwCmuDefinedBundles"] = "Available Bundles";
wwStrings["wwSSDefaultAssetCategoryCustomElementForm"] = "all custom element forms used in my site";
wwStrings["wwCpdLabelUseUserEncodingForZipRendition"] = "Use native encoding for folio zips.";
wwStrings["wwSSCreateProjectFiles"] = "Create Project Files";
wwStrings["wwFeValueDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwFeActionElementSelectionError[idcComponentName]"] = "FormEditor";
wwStrings["wwOutgoingProvider"] = "Outgoing Provider";
wwStrings["wwSSDefaultDocElementDefinitionCustomXml"] = "Custom Element Definition";
wwStrings["wwCOAO_ErrorNoWebDAVBaseUrl"] = "Unable to open the content item using either ODMA or WebDAV.\\nThe ODMA client may not be configured to use this server.\\nThe \'webdavbaseurl\' configuration variable is missing.";
wwStrings["wwCreatingNewListTemplate"] = "Create Custom Content List Template";
wwStrings["wwProductVersionLabel"] = "Product Version:";
wwStrings["wwCpdCollectItemsLabel"] = "Collected Items";
wwStrings["wwFsFieldDesc_dStatus"] = "Status";
wwStrings["wwEnableNtlmSecurityLabel"] = "Use Microsoft Security:";
wwStrings["wwDownloadApplet"] = "Download Applet";
wwStrings["wwCpdLoadingFolioItems"] = "Loading folio items...";
wwStrings["wwDCConfigDCFileLocatorTitle"] = "DCFileLocator Class";
wwStrings["wwQuery"] = "Query";
wwStrings["wwLabelOldFolderID[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCmuSectionLabel_pne[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWfMETA_UPDATE"] = "Update";
wwStrings["wwCmuBundleName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProxied"] = "Proxied";
wwStrings["wwFeResultSetName[idcComponentName]"] = "FormEditor";
wwStrings["wwClbraWorkflowContentTable"] = "Table containing a list of collaboration content items in a workflow queue.";
wwStrings["wwCmuSectionDesc_workflowtokens"] = "Workflow Tokens Section";
wwStrings["wwSSNoWebSitesAvailable"] = "No web sites are available.";
wwStrings["wwWfCHECKOUT"] = "Check Out";
wwStrings["wwFsSelectDuplicationMethods[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeEditRow[idcComponentName]"] = "FormEditor";
wwStrings["wwNoResultsForNamedQueryPlain"] = "Found no items matching the query \u003cb\u003e{1}\u003c/b\u003e.";
wwStrings["wwAdminServerConfigVars"] = "Configuration Variables:";
wwStrings["wwCmuActionHistorySource[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFindExpireContent"] = "Find Expired or Expiring Content";
wwStrings["wwCpdNone"] = "None";
wwStrings["wwRegistrationForInstance"] = "Registration for {1}";
wwStrings["wwPersonalCheckinLinks"] = "Personal Check In Links";
wwStrings["wwPlatform"] = "Platform";
wwStrings["wwEnterPrefix"] = "Please enter a prefix.";
wwStrings["wwdConvActionDate[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSSDefaultAssetCategoryNameConversionsDefinition"] = "Conversions Definitions";
wwStrings["wwCpdTemplateFolio"] = "Folio Template:";
wwStrings["wwGetNativeFile"] = "Get Native File";
wwStrings["wwAvailable[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwDatabaseProperties"] = "Database Properties";
wwStrings["wwEmail"] = "E-mail";
wwStrings["wwSearchDesc"] = "Allows you to search for content.";
wwStrings["wwMapsTo"] = "Maps To";
wwStrings["wwFeActionDesc"] = "Select an action to apply to the currently selected element.";
wwStrings["wwLabelArchiveName"] = "Archive Name:";
wwStrings["wwComponentManagerDesc"] = "Enable, disable, install, or uninstall server components.  Some actions require a restart.";
wwStrings["wwFeFieldDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_admintargetedquicksearches"] = "Targeted Quick Searches Section";
wwStrings["wwServerHostnameFilter"] = "Server Hostname Filter:";
wwStrings["wwFeInvalidName[idcComponentName]"] = "FormEditor";
wwStrings["wwClbraContentTable"] = "Table containing a list of recent collaboration content items.";
wwStrings["wwFeFormProps[idcComponentName]"] = "FormEditor";
wwStrings["wwDCConfigGUICfgTitle"] = "GUI Template Conversion Configuration";
wwStrings["wwCpdFolioRenderersLabel"] = "Renderers:";
wwStrings["wwFastRebuiltStatus"] = "Fast Rebuild Status:";
wwStrings["wwGeneralConfiguration"] = "General Configuration";
wwStrings["wwFsFieldDesc_ExtensionSeparator[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwProblemReportNotification"] = "Problem Report Notification";
wwStrings["wwChangeView"] = "Change View";
wwStrings["wwSSUsageLayout"] = "Page Template";
wwStrings["wwSpLabelKeystorePassword"] = "Keystore password:";
wwStrings["wwNoSubscriptionsToView"] = "There are no subscriptions to view.";
wwStrings["wwAdd"] = "Add";
wwStrings["wwLocalDataTable"] = "Table containing local data keys and values.";
wwStrings["wwWorkflow"] = "Workflow";
wwStrings["wwWsdlServicesResponseParamsTable"] = "Table of response parameters for this service.";
wwStrings["wwPreviewNavigationFrame"] = "Preview Navigation Frame";
wwStrings["wwTabbedTable"] = "Table with tabs.";
wwStrings["wwCmuIsOverwrite"] = "Overwrite Duplicates";
wwStrings["wwCmuSectionLabel_workflows[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelProviderClass"] = "Provider Class:";
wwStrings["wwFeBindDlgTitle"] = "Data Binding";
wwStrings["wwSoapRequestParameters"] = "Request Parameters";
wwStrings["wwDocInfoFull"] = "Full";
wwStrings["wwCheckOut"] = "Check Out";
wwStrings["wwWsdlListTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwUsernameMaxLength"] = "The user name may not exceed {1} characters.";
wwStrings["wwArchiveName"] = "Archive Name";
wwStrings["wwTargetedQuickSearches"] = "Targeted Quick Searches";
wwStrings["wwXuiMore"] = "more...";
wwStrings["wwCreateHeadlineViewSearchResultTemplate"] = "Create Headline View Search Result Template";
wwStrings["wwSSRemoveDomainMapping"] = "Remove Site Address";
wwStrings["wwSSContextMenuWFReject"] = "Reject Document";
wwStrings["wwUseAccounts"] = "Use Accounts";
wwStrings["wwDocQueryProfileTitle"] = "Search for {1k}";
wwStrings["wwDatabaseType"] = "Database Type";
wwStrings["wwCmuTaskNameSpacesNotAllowed"] = "Spaces not allowed in the task name.";
wwStrings["wwCpdAppendBasket"] = "Append Content Basket";
wwStrings["wwDCConfigFileExtText"] = "File extension of the dynamic converted page.";
wwStrings["wwCachedCheckinItemsTable"] = "Table containing cached checked-in items list";
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["wwCpdFolioChangesSaved"] = "Changes Saved";
wwStrings["wwFsAlgorithm[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwContentItemsForClbraWorkflow"] = "Content items for collaboration project {2q} in workflow {1q}";
wwStrings["wwShouldHaveBeenRedirectedTo"] = "You should have been redirected to";
wwStrings["wwMinServerCompatibilityVersionEq"] = "Minimum Server Compatibility Build={1}";
wwStrings["wwLdapIsPrimaryUserBase"] = "Primary User Base";
wwStrings["wwCpdTemplateProperties"] = "Template Properties";
wwStrings["wwxWebsites"] = "Web Sites";
wwStrings["wwFeEditTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_schematables"] = "Schema Tables Section";
wwStrings["wwFeAdvCustomLabel"] = "Variables";
wwStrings["wwConversionList"] = "Conversion List";
wwStrings["wwHelperShowOtherAdminNodeFieldDesc"] = "Displays the \"Other\" menu item for administration.  This contains actions grouped by functionality.";
wwStrings["wwSubscribeToRelatedGroups"] = "Subscribe to Related Groups";
wwStrings["wwFeAdvProperties[idcComponentName]"] = "FormEditor";
wwStrings["wwURL"] = "URL";
wwStrings["wwLabelAuthor"] = "Author:";
wwStrings["wwCmuActionHistoryTitle"] = "Latest Action";
wwStrings["wwSubscriptionGroupItemTable"] = "Table containing a list of content items in this subscription group";
wwStrings["wwListTemplateMainInformationLinksTo"] = "The Main Information will link to:";
wwStrings["wwSSAdminFragmentsPage"] = "Manage Fragment Libraries";
wwStrings["wwFeFieldMissing"] = "Please specify a field name.";
wwStrings["wwCmuActionHistoryStartTime"] = "Start";
wwStrings["wwFeButtonProps"] = "Button";
wwStrings["wwSSSCProblem3"] = "Doubled word:";
wwStrings["wwSSSCProblem4"] = "Capitalization:";
wwStrings["wwTestEmailSuccessful"] = "Message successfully sent.";
wwStrings["wwSSSCProblem1"] = "Not in dictionary:";
wwStrings["wwSSSCProblem2"] = "Consider changing:";
wwStrings["wwSysAdminAddress"] = "sysadmin Email";
wwStrings["wwSSComponentVersion"] = "Component Build Version:";
wwStrings["wwSSHttpRelativeWebsitesRoot"] = "Relative Web Sites Root:";
wwStrings["wwCmuSectionDesc_schemarelations[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwdRevLabel"] = "Revision Label";
wwStrings["wwCmuLabelHide"] = "Hide";
wwStrings["wwBrowserDoesntSupportCheckinApplet"] = "\nThis browser does not support a\ncheck in using an applet.\n";
wwStrings["wwSSArchiveNameLabel"] = "Archive Name";
wwStrings["wwFsFieldDesc_dDocType"] = "Standard content type field";
wwStrings["wwFeInvalidStartCharacter[idcComponentName]"] = "FormEditor";
wwStrings["wwMemoryTotal"] = "Total memory";
wwStrings["wwSSAdminMigrationEditImportArchivePage"] = "Edit Import Archive";
wwStrings["wwNoRegisteredProjects"] = "There are no registered publisher projects available to view.";
wwStrings["wwUseSSL"] = "Use Secure Sockets Layer:";
wwStrings["wwContributor"] = "Contributor:";
wwStrings["wwMyContent"] = "My Content Server";
wwStrings["wwSSContentLabel"] = "{1} ({2})";
wwStrings["wwInfoUpdateFormTitle"] = "Info Update Form for {1q}";
wwStrings["wwFeClauseSeparator"] = "Clause separator";
wwStrings["wwSoapDataListInfo[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFilestoreInfo[idcComponentName]"] = "FileStoreProvider";
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["wwCmuConfirmExportWithoutPreview"] = "Create export without preview?";
wwStrings["wwRemoveAfterVersionEq"] = "Remove After Build={1}";
wwStrings["wwNoExpiringRevisions"] = "No expiring revisions found.";
wwStrings["wwQuickHelp"] = "Quick Help";
wwStrings["wwLabelStatus"] = "Status:";
wwStrings["wwEditTargetedQuickSearch"] = "Edit Targeted Quick Search";
wwStrings["wwSelect"] = "Select";
wwStrings["wwUseShortNames"] = "Use Short Names";
wwStrings["wwFsRuleEditFor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwUserProfileFor"] = "User Profile for {1}";
wwStrings["wwDiscussionFullInfoMenuLabel"] = "Full Info";
wwStrings["wwSSBackupDeleteMenuItem"] = "Delete backup archive";
wwStrings["wwSSNodeLayoutsReport"] = "Page Templates";
wwStrings["wwJdbcUser"] = "JDBC User";
wwStrings["wwSetAsDefault"] = "Set As Default";
wwStrings["wwNumberGreaterEqual"] = "Greater or Equal";
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["wwCmuSectionDesc_archives[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwKeyValue"] = "Key Value";
wwStrings["wwSSDefaultAssetCategoryNameCustomElementForm"] = "Custom Element Forms";
wwStrings["wwViewServerLogs"] = "View Server Logs";
wwStrings["wwSSArchiveOpTransfer"] = "Transfer";
wwStrings["wwCmuExportAction"] = "Export";
wwStrings["wwCollaborationProjects"] = "Collaboration Projects";
wwStrings["wwCpdBasketMissingLabel"] = "Content Basket missing label.";
wwStrings["wwDocument"] = "Content";
wwStrings["wwMoreEllipses"] = "more...";
wwStrings["wwFsAdminConfig"] = "File Store Administration";
wwStrings["wwMustSpecifyAQuery"] = "Please construct a search query.";
wwStrings["wwUnableToLoadFile"] = "Unable to load the following file:";
wwStrings["wwPersonalSearchLinks"] = "Personal Search Links";
wwStrings["wwAuditMessage"] = "Audit Messages";
wwStrings["wwSSDefaultDocStringSubtemplateFile"] = "Subtemplate File";
wwStrings["wwSSFragmentLibraries"] = "Fragment Libraries";
wwStrings["wwSSDefaultAssetCategoryPlaceholderDefinition"] = "all placeholder definitions used in my site";
wwStrings["wwSSProjectDefaultMetadataPageTitle"] = "Set Project Default Document Information";
wwStrings["wwFsJdbcStorage"] = "JDBC Storage";
wwStrings["wwCmuSectionDesc_schemaview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMatches"] = "Matches";
wwStrings["wwComponentCompatibilityRange"] = "Compatible with Build ({1}-{2})";
wwStrings["wwCacheReportNumberOfPendingQueries"] = "Total {1} distinct search queries being executed";
wwStrings["wwAdminCancelIndexRebuild"] = "Cancel index rebuild";
wwStrings["wwFeNameMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwFeCustomValueLabel"] = "Use custom";
wwStrings["wwSSArchiverMsg"] = "Archiver Message:";
wwStrings["wwWebExtension"] = "Web Extension";
wwStrings["wwCpdCreateNode"] = "Create Node";
wwStrings["wwAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwViewNativeVersion"] = "View Native Version";
wwStrings["wwSSAdminSitesUpgradeBuildingQueue"] = "Building Upgrade List...";
wwStrings["wwGenericResultSetTable"] = "Generic table containing data.";
wwStrings["wwFeXmlFieldLabel"] = "Field Name";
wwStrings["wwExpiredContent"] = "Expired Content";
wwStrings["wwSSDefaultAssetCategoryRegionDefinition"] = "all region definitions used in my site";
wwStrings["wwFeInvalidSpaceCharacter"] = "An xml node name may not contain spaces.";
wwStrings["wwMySubscriptions"] = "My Subscriptions";
wwStrings["wwFeFormName"] = "Name";
wwStrings["wwSSBackupExportDate"] = "Backup Export Date";
wwStrings["wwIndexOptimizationStatus"] = "Optimization Status:";
wwStrings["wwOptimalFieldConfiguration"] = "Optimal Field Configuration";
wwStrings["wwCollaborations"] = "Collaboration Projects";
wwStrings["wwEnvironmentKeyRemoves"] = "Number of removed settings: {1i}";
wwStrings["wwMoveFieldToMainInfo"] = "Move Field To Main Information";
wwStrings["wwContentManagerLinks"] = "Content Manager Links";
wwStrings["wwCmuLabelShow"] = "Show";
wwStrings["wwCpdCannotRemoveWithChildren"] = "Cannot remove a non-empty node.";
wwStrings["wwSimple"] = "Simple";
wwStrings["wwSSUsage"] = "Usage Detail";
wwStrings["wwMustDefineTargetedQuickSearchLabel"] = "Please specify a Targeted Quick Search label.";
wwStrings["wwCpdArchivedLinks"] = "Archived Folio Membership";
wwStrings["wwCmuSectionLabel_applicationfields[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwBasicAuthenticationLabel"] = "Basic";
wwStrings["wwFeYes[idcComponentName]"] = "FormEditor";
wwStrings["wwAdministrationDesc"] = "Click here for {1} system administration.";
wwStrings["wwSaveAllNodes"] = "Save for all nodes";
wwStrings["wwPortalDocumentProfiles"] = "Edit Content Profile Links";
wwStrings["wwCmuNoteLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSAdminBackupRestorePage"] = "Backup and Restore";
wwStrings["wwSSMakeDomainDefault"] = "Select As Default Address";
wwStrings["wwAdminActionsSummary"] = "Admin Actions Summary";
wwStrings["wwAttachUrlWeb"] = "URL - Web";
wwStrings["wwSSDefaultDocPrimaryFileDocx"] = "default.docx";
wwStrings["wwFsWebRenditions"] = "Web Files";
wwStrings["wwSSDefinitionRestoreMenuItem"] = "Restore definition bundle archive contents";
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["wwCmuImportAction"] = "Import";
wwStrings["wwSSViewSiteInContextShort"] = "View Web Site";
wwStrings["wwErrorReadingComponentFile"] = "Error reading component information from: {1}";
wwStrings["wwRefineryProviderMaxJob2"] = "Maximum Jobs to Queue:";
wwStrings["wwReleasedDocuments"] = "Released Documents";
wwStrings["wwDCTemplateRulesUpButt"] = "Move Up";
wwStrings["wwCmuAdminUpload"] = "Upload Configuration Bundle";
wwStrings["wwFsResetPartition"] = "Reset";
wwStrings["wwDCConfigRuleCriteriaText"] = "The number of individual criteria that can be specified per template selection rule.";
wwStrings["wwCpdFolioEditLabel"] = "Edit Folio";
wwStrings["wwPortalDesign"] = "Portal Design";
wwStrings["wwProductVersionInfoLabel"] = "Product Build:";
wwStrings["wwCmuExportDescription"] = "Description";
wwStrings["wwSSDefaultDocRegionTemplateJsp"] = "Jsp Region Template";
wwStrings["wwQueryTransformer"] = "Oracle Query Optimizer";
wwStrings["wwDefaultNetworkAccountsLabel"] = "Default Network Accounts:";
wwStrings["wwScsLogDetails_Fatal"] = "A fatal error has occurred. The stack trace below shows more information.";
wwStrings["wwSoapNameLabel"] = "Name:";
wwStrings["wwIsFragmentOnlyText"] = "Use this option to prevent the rule to be used when a user clicks on the HTML Rendition link or menu item.  Rules designed for fragments and used by the incDynamicConversionByRule Idoc Script function should be excluded from Dynamic Converter\'s rule evaluation during a user request.";
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["wwCpdOrder"] = "Order";
wwStrings["wwType"] = "Type";
wwStrings["wwSSDefaultAssetCategoryRegionTemplate"] = "all region templates used in my site";
wwStrings["wwSSPopulatexWebsiteSection"] = "Populate the \"Website Section\" Content Information Field";
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["wwCmuBundleLastImportedDate"] = "Last Import";
wwStrings["wwCgiReceiveDumpDesc"] = "Log data and headers sent from the Content Server to the web server filter.";
wwStrings["wwSSArchiveTransferProvider"] = "Transfer to Server:";
wwStrings["wwLabelAdminServerFieldIsBlank"] = "This required field is blank:";
wwStrings["wwCpdElementLastModifiedDateLabel"] = "Modified";
wwStrings["wwSSSiteNamePrompt"] = "Web Site:";
wwStrings["wwSerialNumber"] = "Serial Number";
wwStrings["wwAction"] = "Action";
wwStrings["wwDocInfoTitle"] = "Content Information";
wwStrings["wwSSProductVersion"] = "Product Version:";
wwStrings["wwLabel"] = "Label";
wwStrings["wwDatabasePreserveCase"] = "Database Preserve Case";
wwStrings["wwFsCopyMethod"] = "copy";
wwStrings["wwMainInformation"] = "Main Information";
wwStrings["wwSSActions"] = "Info";
wwStrings["wwSSAdminStopSite"] = "Stop Web Site";
wwStrings["wwEnvironmentKeyDetails_hide_replaced"] = "Hide";
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["wwSSNoRegionDefsAvailable"] = "There are no Region Definitions available.";
wwStrings["wwFeTableRowProperties"] = "Table Row Properties";
wwStrings["wwLabelCheckedOutBy"] = "Checked Out By:";
wwStrings["wwCpdCannotRemoveRootNode"] = "Cannot remove root node.";
wwStrings["wwDCConfigDisplayVarText"] = "The DISPLAY environment variable tells the X-Windows application where to send its data.";
wwStrings["wwSSConfigureJspSupportButton"] = "Configure JSP Support";
wwStrings["wwAdminApplets"] = "Admin Applets";
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["wwSSWebsiteDocsDetail"] = "Lists documents declared to belong to the web site";
wwStrings["wwEnterpriseSearchEnabled"] = "Enterprise Search Enabled";
wwStrings["wwSpecifyAccount"] = "Please specify an account.";
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["wwClassPath"] = "Classpath";
wwStrings["wwDiscussionSubjectLabel"] = "Subject:";
wwStrings["wwLabelUnsubscribe"] = "Unsubscribe:";
wwStrings["wwFsFieldDesc_dDocAccount"] = "Standard account field";
wwStrings["wwFsFieldDesc_RenditionId[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdRevType_LatestReleased"] = "Latest Released";
wwStrings["wwdExtension"] = "File Extension";
wwStrings["wwListTemplateId"] = "Content List Template ID";
wwStrings["wwXuiActions"] = "Actions";
wwStrings["wwAddContentServer"] = "Add an Existing Local Content Server";
wwStrings["wwSSCertClassLabelEditLive"] = "Ephox Certificate (EditLive!)";
wwStrings["wwCmuImportPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwTestEmailFormNoSubject"] = "You are about to send an email with an empty subject.  Do you wish to continue?";
wwStrings["wwCgiDebugDesc"] = "Log summary of data and headers sent between the web server filter and the Content Server.";
wwStrings["wwNewDiscussionDocTitle"] = "Discussion about {1}";
wwStrings["wwTemplatesTable"] = "Table with a list of content list templates, which are used to template how search results are shown.";
wwStrings["wwDefaultQuery"] = "Default Query";
wwStrings["wwDTMError"] = "Error";
wwStrings["wwSoapWsdlList"] = "Wsdl List";
wwStrings["wwSSAdminLayoutUpgradesRemaining"] = "Layouts Remaining:";
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["wwLocalServer"] = "Local Server (Master or Proxy)";
wwStrings["wwSSUpgradeWebsitesFieldsHeader"] = "Update Web Sites Information Fields";
wwStrings["wwDuplicationMethodAlreadyPresent"] = "The duplication method has already been added.";
wwStrings["wwCmuAllBundles"] = "All Bundles";
wwStrings["wwListTemplateDownloadText"] = "download";
wwStrings["wwFeAdvPropertiesDlg"] = "Advanced Options...";
wwStrings["wwSSSCChangeButton"] = "Change";
wwStrings["wwDefaultSortField"] = "Default Sort Field";
wwStrings["wwEdit"] = "Edit";
wwStrings["wwNoSavedQueriesToView"] = "You have no saved queries.";
wwStrings["wwSSOnDemandSitesPage"] = "Manage On-Demand Web Sites";
wwStrings["wwCpdAllowExternalLabel"] = "Allow External Items:";
wwStrings["wwFeConditionDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwSSReportForDoc"] = "Web Site Usage Report for \'{1}\'";
wwStrings["wwShowDirDetails"] = "Directory Details";
wwStrings["wwClbraNoRevs"] = "There are currently no revisions in this collaboration project.";
wwStrings["wwSaveThisNode"] = "Save for node {1q}";
wwStrings["wwSSUsageCountOne"] = "Found {1} occurrence";
wwStrings["wwCpdFolioClonedItemTemplateCheckinTitle"] = "Checking In Cloned Folio";
wwStrings["wwServerPidLabel"] = "Server Process ID";
wwStrings["wwCmuSectionDesc_subscriptiontypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeIsXml[idcComponentName]"] = "FormEditor";
wwStrings["wwRefineryProviderReadOnly"] = "Inbound Refinery Read Only Mode";
wwStrings["wwAllExpiringContent"] = "All Expiring Content";
wwStrings["wwCmuSectionDesc_workflows[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLdapUserProviderDesc"] = "Configuring an LDAP user provider.";
wwStrings["wwQueryResultsTable"] = "Table containing query results (content items)";
wwStrings["wwNotHasAsSubstring"] = "Not Substring";
wwStrings["wwLdapUseSSL"] = "Use SSL";
wwStrings["wwLabelRevision"] = "Revision:";
wwStrings["wwEndQuote"] = "\'";
wwStrings["wwDCConfigServicesForIntradocumentLinksTitle"] = "Use Services For Intradocument Hyperlinks";
wwStrings["wwListNavigation"] = "List Navigation:";
wwStrings["wwSSUsageCount"] = "Found {1} occurrences";
wwStrings["wwSchemaExceedsChoiceLimit"] = "You may only select {1} values for the field {2}.";
wwStrings["wwNoEntriesForPage"] = "No entries defined for this page.";
wwStrings["wwFilterDepth"] = "Depth";
wwStrings["wwTestEmailRecipients"] = "Message was sent to the following recipients:";
wwStrings["wwCOAO_ErrorCannotODMA"] = "Unable to open the content item using ODMA.";
wwStrings["wwEnableDownloadApplet"] = "Enable Download Applet:";
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["wwResubmit"] = "Resubmit";
wwStrings["wwFeDynIncludeDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwUserPersonalization"] = "User Personalization Settings";
wwStrings["wwWorkflowReviewNotification"] = "Workflow Review Notification";
wwStrings["wwWfActionHistoryTable"] = "Table containing the workflow content action history";
wwStrings["wwFeFormMethod"] = "Method";
wwStrings["wwLmContentExpiringAfter"] = "Content expiring after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwSSInvalidBrowseTitle"] = "Invalid Action";
wwStrings["wwCmuActionLabelEditBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSUpdateOnDemandSites"] = "Update";
wwStrings["wwContentExpiration"] = "Content Expiration";
wwStrings["wwLdapAdminPassword"] = "LDAP Admin Password";
wwStrings["wwMetricPrefix21"] = "{1} Zetta{2}";
wwStrings["wwMetricPrefix24"] = "{1} Yotta{2}";
wwStrings["wwCmuSectionDesc_schemaview"] = "Schema Views Section";
wwStrings["wwDateGreaterEqual"] = "On or After";
wwStrings["wwInfo"] = "Info";
wwStrings["wwDCConfigRuleCriteriaUnitsPre"] = "";
wwStrings["wwFromInteger"] = "From";
wwStrings["wwSortBy"] = "Sort By:";
wwStrings["wwOsNameLabel"] = "OS Name:";
wwStrings["wwMetricPrefix18"] = "{1} Exa{2}";
wwStrings["wwXuiShowAsColumn"] = "Show as column";
wwStrings["wwSSDefaultDocStringPageTemplateUntitled"] = "(untitled)";
wwStrings["wwSSArchiveNameIllegalChars"] = "The Archive Name contains illegal characters.";
wwStrings["wwMetricPrefix12"] = "{1} Tera{2}";
wwStrings["wwNumInstalledFeatures"] = "Number of Installed Features";
wwStrings["wwTargetedQuickSearchKey"] = "Targeted Quick Search Key";
wwStrings["wwFeCheckinTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwMetricPrefix15"] = "{1} Peta{2}";
wwStrings["wwActiveStandardWorkflows"] = "Active Standard Workflows";
wwStrings["wwContentActionsMenuItem"] = "Content Actions";
wwStrings["wwAdvancedOptions"] = "Advanced Options";
wwStrings["wwAlternateFormat"] = "Alternate Format";
wwStrings["wwFeWrapDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_doctypes"] = "Content Types Section";
wwStrings["wwCmuCustomSecurityGroup[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCriteria"] = "Criteria";
wwStrings["wwLastActivityDate"] = "Last Activity Date";
wwStrings["wwVersionEq"] = "Version={1}";
wwStrings["wwDCConfigUnixSettingsTitle"] = "Unix System Configuration";
wwStrings["wwCmuTaskStarting[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDBProviderDesc"] = "Configuring a database provider.";
wwStrings["wwFeAdvPropsDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDefaultAssetCategoryImage"] = "all images used in my site";
wwStrings["wwFrench"] = "French";
wwStrings["wwDCConfigEnableOptimizedLatestReleaseQueryingTitle"] = "Reconvert when metadata is updated";
wwStrings["wwSignature"] = "Signature";
wwStrings["wwLayout"] = "Layout";
wwStrings["wwSSNoSitesAvailable"] = "No web sites are available.";
wwStrings["wwPneSearchProfiles"] = "Personal Searches";
wwStrings["wwAddCollaboration"] = "Add collaboration project";
wwStrings["wwSSSnapshotFile"] = "Archive Zip File:";
wwStrings["wwLmContentExpiredBefore"] = "Content expired before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwFeTableAlign"] = "Alignment";
wwStrings["wwReviewLicenseInfo"] = "Please review the information below to make sure that it is correct.";
wwStrings["wwWfEnterTs"] = "Enter Date";
wwStrings["wwCpdFolioSubscriptionOptions"] = "Folio Subscription Options";
wwStrings["wwContentServerConsoleOutput"] = "Console output from the Content Server:";
wwStrings["wwOracleTextIndexRebuild"] = "Index Fast Rebuild";
wwStrings["wwCpdNoFolioItems"] = "No folio items.";
wwStrings["wwFeActionDeleteRow[idcComponentName]"] = "FormEditor";
wwStrings["wwPreviewProviderInfoFor"] = "Preview Provider Information for {1}";
wwStrings["wwAddToProject"] = "Add to Project";
wwStrings["wwFsProviderTitle[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuAddExportRulePage"] = "Add Export Rule";
wwStrings["wwResultCountMustBeInteger"] = "Please specify an integer for the Result Count.";
wwStrings["wwSSDefaultAssetCategoryNameSubtemplate"] = "Subtemplates";
wwStrings["wwCpdSearchForExistingFoliosTitle"] = "Search for Existing Folio";
wwStrings["wwCmuSectionLabel_roles"] = "Roles";
wwStrings["wwIdcStringBuilderCapacityChanges"] = "IdcStringBuilder capacity changes: {1i} per million";
wwStrings["wwCpdChangeToEditView"] = "Change to edit view";
wwStrings["wwSSArchiveOpImport"] = "Import";
wwStrings["wwCmuButtonLabelPreview"] = "Preview";
wwStrings["wwAdsUseBasicGroups"] = "ADSI";
wwStrings["wwFsRule_default"] = "default storage";
wwStrings["wwPreviewListfor"] = "Preview List for";
wwStrings["wwLabelSearchTemplate"] = "Search Template:";
wwStrings["wwDocUsedAsTemplate"] = "Document used as a template:";
wwStrings["wwCmuButtonLabelClearHistory"] = "Clear History";
wwStrings["wwSSDefaultDocPrimaryFileScriptJs"] = "default.js";
wwStrings["wwOriginalInfoLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwSSDownloadArchiveButton"] = "Download ZIP";
wwStrings["wwCheckin"] = "Check In";
wwStrings["wwAdvancedSearch"] = "Advanced...";
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["wwTopMenusLayoutLabel"] = "Top Menus";
wwStrings["wwCmuIgnoreDependencies[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProjectName"] = "Publisher Project Name:";
wwStrings["wwSSArchiveImportOptions"] = "Import Options";
wwStrings["wwEditACL"] = "Edit Access List";
wwStrings["wwCmuExportAction[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwIbrConversionJobStatusLabel"] = "Conversion Job Status";
wwStrings["wwSSCreateWebAssetLinkAlt"] = "Create New Web Asset";
wwStrings["wwRequiredRoles"] = "Required Roles:";
wwStrings["wwSource"] = "Source:";
wwStrings["wwActionsLabel"] = "Actions:";
wwStrings["wwSSChooseSectionTitle"] = "Choose Web Site Section";
wwStrings["wwRestoreDefaults"] = "Restore Defaults";
wwStrings["wwTdReplyPrefix"] = "RE: {1}";
wwStrings["wwIbrProvidersLable[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwEditPreviewProvider"] = "Edit Preview Provider";
wwStrings["wwdConvMessage"] = "Message";
wwStrings["wwCpdName"] = "Name:";
wwStrings["wwSSCertClassLabelSiteStudio"] = "Oracle Certificate (Site Studio)";
wwStrings["wwCpdSaveChanges"] = "Save changes";
wwStrings["wwCmuDefinedBundles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwEnvironmentKeyDetails_hide_removed"] = "Hide";
wwStrings["wwUrlWeb"] = "URL - Web";
wwStrings["wwHelperQuickLinksFieldDesc"] = "Controls whether freqently used items should appear high in the context menu.";
wwStrings["wwDatabaseProvider"] = "Database Provider";
wwStrings["wwMasterServer"] = "Master Server";
wwStrings["wwEOCheckOrReplaceQueryHint"] = "Hint Cache Updater";
wwStrings["wwExpiringContent"] = "Expiring Content";
wwStrings["wwSSShowProjectStates"] = "Show Project States";
wwStrings["wwCheckInConfirmation"] = "Check In Confirmation for {1q}";
wwStrings["wwCpdChildSearchButtonLabel"] = "Search...";
wwStrings["wwSSContextMenuTracker"] = "View Content Tracker Report";
wwStrings["wwNoRevisions"] = "This content item has no released revisions.";
wwStrings["wwDiscussionGroupLayoutsLinkLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeActionResetTable[idcComponentName]"] = "FormEditor";
wwStrings["wwPersonalUrlsForUser"] = "URLs for {1}";
wwStrings["wwCpdRestrictToQuery"] = "Restrict to query:";
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["wwCmuActionLabelEdit"] = "Edit";
wwStrings["wwSave"] = "Save";
wwStrings["wwDialog"] = "Dialog";
wwStrings["wwSSDefaultDocPrimaryFileTxt"] = "default.txt";
wwStrings["wwToNotify"] = "To Notify";
wwStrings["wwCmuAddTask[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAttachUrlInfo"] = "URL - Info";
wwStrings["wwCpdFolioElementInfoTitle"] = "Element Info";
wwStrings["wwRestartServer"] = "Restart {1}";
wwStrings["wwSSSCIgnoreButton"] = "Ignore";
wwStrings["wwCmuActionResults"] = "Results";
wwStrings["wwFeCheckboxName"] = "Name";
wwStrings["wwCpdTemplatePropertiesLabel"] = "Properties";
wwStrings["wwSysadminEmailAddr"] = "E-mail Address for Sysadmin:";
wwStrings["wwSSDefaultDocPageTemplateAsp"] = "Asp Page Template";
wwStrings["wwMilliseconds"] = "{1} Milliseconds";
wwStrings["wwLabelJdbcConnectionString"] = "JDBC Connection String:";
wwStrings["wwCmuSectionLabel_docformats[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSearchResultTemplatesFor"] = "Search Result Templates for {1}";
wwStrings["wwCustomizeColumnsHeader"] = "Customize Columns";
wwStrings["wwProblemReportTable"] = "Table containing a list of problem reports.";
wwStrings["wwLmContentExpiredAfter"] = "Content expired after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwNext"] = "[Next]";
wwStrings["wwCmuImportPreviewPage"] = "Import Preview";
wwStrings["wwCmuActionEventSectionLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSManageSite"] = "Manage Site";
wwStrings["wwChoose"] = "Choose";
wwStrings["wwCmuAllTasks"] = "All Tasks";
wwStrings["wwShowServerOptionsDetails"] = "Server Options";
wwStrings["wwSSDefaultAssetCategoryNameRegionDefinition"] = "Region Definitions";
wwStrings["wwExpiration"] = "Expiration";
wwStrings["wwCmuTaskPending[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSShowWebSite"] = "Show web site";
wwStrings["wwCmuSectionDesc_predefinedaccounts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDiscussionInfoTitle"] = "Discussion Info";
wwStrings["wwApprove"] = "Approve";
wwStrings["wwAllowRefineryPassthruOnConversionFailure[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdProfileLabel"] = "Profile:";
wwStrings["wwEOHintRule[idcComponentName]"] = "OracleQueryOptimizer";
wwStrings["wwLogFiles"] = "Log Files";
wwStrings["wwFeNameMustBeLongerThan2"] = "The name is must be longer than 2 characters.";
wwStrings["wwNoContentInWorkflow"] = "There are no content items in this workflow.";
wwStrings["wwAttachUrlNative"] = "URL - Native";
wwStrings["wwSSAdminSiteManagerPage"] = "Manage Site";
wwStrings["wwVersionAndBuildInformation"] = "Version and Build Information";
wwStrings["wwSSLayoutFragmentsDetail"] = "Lists fragments used by the page templates of the web site";
wwStrings["wwDefaultNetworkRolesLabel"] = "Default Network Roles:";
wwStrings["wwFeConditionClauseDesc"] = "Determine if the table element should be displayed based on the existence of the specified field.";
wwStrings["wwCmuBuildComponents"] = "Build Components";
wwStrings["wwCmuCheckingDependencies"] = "Checking Dependencies";
wwStrings["wwRemoteServer"] = "Remote Server (Multiple Masters or Remote Cluster)";
wwStrings["wwMyProfile"] = "My Profile";
wwStrings["wwWfSTEP_EDIT"] = "Step Edit";
wwStrings["wwSSBackupSectionLabel"] = "Create Web Site Backup Archive";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionDynamicListXml"] = "default.xml";
wwStrings["wwAttachAllWeb"] = "Web [Attach All]";
wwStrings["wwWfTIMED_UPDATE"] = "Timed Update";
wwStrings["wwCmuImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCTemplateRulesTemplateCol3"] = "Template Types";
wwStrings["wwSSCertFailureMessage"] = "The class failed to load.";
wwStrings["wwDCTemplateRulesTemplateCol2"] = "Available Templates";
wwStrings["wwDCTemplateRulesTemplateCol1"] = "Template";
wwStrings["wwCmuSectionDesc_securitygroups[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDiscussionGroupLayoutsLinkLabel"] = "Discussion:";
wwStrings["wwCpdFolioName"] = "Folio {1q}";
wwStrings["wwPortuguese"] = "Portuguese";
wwStrings["wwDefaultNetworkAccounts"] = "Default Network Accounts";
wwStrings["wwCpdCopyBasketItems"] = "Copy Content Basket Items";
wwStrings["wwXuiDefaultTemplate"] = "Classic View";
wwStrings["wwCurrentStatus"] = "Current Status:";
wwStrings["wwCheckedOutCon"] = "Checked-Out Content";
wwStrings["wwFeSelectBindField[idcComponentName]"] = "FormEditor";
wwStrings["wwShowServerDetails"] = "Server Configurations";
wwStrings["wwAccountFilter"] = "Account Filter:";
wwStrings["wwSpKeystorePassword"] = "Keystore password";
wwStrings["wwLabelOldFolderPath"] = "Source Folder Path:";
wwStrings["wwNotEquals"] = "Not Matches";
wwStrings["wwHebrew"] = "Hebrew";
wwStrings["wwWfStep"] = "Step";
wwStrings["wwIbrConversionJobsOut"] = "One or more jobs are currently out for conversion. Number of jobs: {1i}.";
wwStrings["wwDCEditTemplateButton"] = "Edit Template";
wwStrings["wwLibraryQueryFolders"] = "Library Folders";
wwStrings["wwWorkflowStepInfoFor"] = "Workflow Step Information For {1q}";
wwStrings["wwKey"] = "Key:";
wwStrings["wwContributorProblemReportNotification"] = "Contributor Problem Report Notification";
wwStrings["wwUpdateCheckin"] = "Update with Check In";
wwStrings["wwSSSiteStudioPublisherDownloadLabel"] = "Site Studio Publisher";
wwStrings["wwEnvironmentKeyIgnores"] = "Number of ignored settings: {1i}";
wwStrings["wwUsersData"] = "Users Data";
wwStrings["wwCmuButtonLabelExport"] = "Export";
wwStrings["wwDCConfigHXCfgTitle"] = "Script Template Conversion Configuration";
wwStrings["wwSoapAddComplexType[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwSubmitUpdate"] = "Submit Update";
wwStrings["wwViewLog"] = "View Web Server Filter Log";
wwStrings["wwCmuActionResultsSubject"] = "Configuration Migration Action Results";
wwStrings["wwFfwExtensionsHeading"] = "Extensions";
wwStrings["wwWfMAIL_NOTIFICATION"] = "Mail Notification";
wwStrings["wwFeProfileCheckinList"] = "Profile Check In";
wwStrings["wwCmuDefinedExports[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeTextareaColumns"] = "Columns";
wwStrings["wwFeFieldPresent"] = "Field";
wwStrings["wwFeButtonProps[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuImportPreviewTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsFieldDesc_dID"] = "Standard content id field";
wwStrings["wwCpdCheckinFolio"] = "Check in";
wwStrings["wwCmuSectionLabel_predefinedaccounts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeTableColumns"] = "Columns";
wwStrings["wwListTemplateThumbnailLinksTo"] = "The thumbnail will link to:";
wwStrings["wwWfName"] = "Workflow";
wwStrings["wwNOETotalResults"] = "Total {1} matching document{1?s}:";
wwStrings["wwdCheckoutUser"] = "Checkout User";
wwStrings["wwFeConditionClauseTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwMetricPrefix-2"] = "{1} Centi{2}";
wwStrings["wwMetricPrefix-1"] = "{1} Deci{2}";
wwStrings["wwSpecifyJdbcPassword"] = "Please specify password for this JDBC connection.";
wwStrings["wwSelectAField"] = "Select a Field";
wwStrings["wwMetricPrefix-6"] = "{1} Micro{2}";
wwStrings["wwTargetedQuickSearchLabel"] = "Targeted Quick Search Label";
wwStrings["wwLabelFolderPath"] = "Folder Path:";
wwStrings["wwMetricPrefix-3"] = "{1} Milli{2}";
wwStrings["wwLdapFilterGroupsLabel"] = "Filter Groups:";
wwStrings["wwCpdDefaultViewer"] = "Default Viewer";
wwStrings["wwMetricPrefix-9"] = "{1} Nano{2}";
wwStrings["wwSSCancelButton"] = "Cancel";
wwStrings["wwEnvironmentKeyDetails_hide_all"] = "Hide";
wwStrings["wwRevision"] = "Revision";
wwStrings["wwSSImportArchiveHeader"] = "Import Archives ============";
wwStrings["wwFeEndTagLabel"] = "After";
wwStrings["wwDCAdminTitle"] = "Dynamic Converter Admin";
wwStrings["wwDCHtmlRenditionDefaultToWebViewable"] = "HTML Rendition (Web-Viewable if no rendition)";
wwStrings["wwCmuSectionDesc_contentserver[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuCustomActionName"] = "Use Custom Output Bundle Filename";
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["wwSSNoCOAOFunction"] = "The main Check Out And Open function could not found.";
wwStrings["wwFeAddClauseButton"] = "Add clause...";
wwStrings["wwSSBackLabel"] = "Back";
wwStrings["wwArchiver"] = "Archiver";
wwStrings["wwCmuButtonLabelImport"] = "Import";
wwStrings["wwCmuGetAllTasks"] = "List All Tasks";
wwStrings["wwProblemReportsForItem"] = "Problem reports for content item {1}";
wwStrings["wwFeDynIncludeGuide[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuDeleteAllLabel"] = "Delete All";
wwStrings["wwCurrentlyQueuedJobs[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdFolioNotAllowed"] = "Folio type not allowed.";
wwStrings["wwSoapWsdlList[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwdWebExtension"] = "Web Extension";
wwStrings["wwSchemaLoadingValues"] = "Loading values...";
wwStrings["wwSSDefaultDocPrimaryFileJpg"] = "default.jpg";
wwStrings["wwSSContextMenuSwitchDataFile"] = "Switch Content";
wwStrings["wwEditFileStoreProvider[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuBundleName"] = "Name";
wwStrings["wwSSManageSectionLabel"] = "Manage Archives";
wwStrings["wwLabelCollectionName"] = "Collection:";
wwStrings["wwSpecificSubscriptionDesc"] = "Subscribe only to this item:";
wwStrings["wwCmuSectionLabel_subscriptiontypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSBackupArchiveInfo"] = "Archive Information";
wwStrings["wwInvalidID"] = "{1} does not contain a valid id";
wwStrings["wwFeActionResetForm[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableAlignNotSet[idcComponentName]"] = "FormEditor";
wwStrings["wwDatabaseDirectory"] = "Database Directory";
wwStrings["wwFeTextAreaDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwWizardMetadata"] = "Wizard Fields";
wwStrings["wwDiscussionReplyToThis[idcComponentName]"] = "ThreadedDiscussions";
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["wwTestEmailFormFormat"] = "format:";
wwStrings["wwSSDefinitionArchiveDescription"] = "Definition Archive for {1} on {2}";
wwStrings["wwTotalThreads"] = "Total Threads: {1}";
wwStrings["wwResultsOptionsTitle"] = "Results Options";
wwStrings["wwLdapUseNetscapeLabel"] = "Use Netscape:";
wwStrings["wwFsFieldDesc_xStorageRule"] = "Used to determine the storage rule used by the content item";
wwStrings["wwSSRestoreButton"] = "Upload Archive";
wwStrings["wwUnselectAll"] = "Unselect All";
wwStrings["wwWebViewableSelected"] = "Web-Viewable Selected:";
wwStrings["wwCpdAddItemsToFolioPageTitle"] = "Add Items To Folio";
wwStrings["wwWfNoActionsToView"] = "There are no items in the workflow in queue.";
wwStrings["wwLdapNumConnectionsLabel"] = "Number of connections:";
wwStrings["wwIncomingProviderInfoFor"] = "Incoming Provider Information for {1}";
wwStrings["wwEntryPoint"] = "Entry Point:";
wwStrings["wwRelativeWebRoot"] = "Relative Web Root";
wwStrings["wwFeAddTemplatedActions[idcComponentName]"] = "FormEditor";
wwStrings["wwFinish"] = "Finish";
wwStrings["wwCmuActionEventsCaption[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCriteriaUnsubscribeTitle"] = "Unsubscribe from Group";
wwStrings["wwCpdNoParentNodeSelected"] = "No parent selected.";
wwStrings["wwCmuExport"] = "Configuration Templates";
wwStrings["wwCpdPickFolioTypePageTitle"] = "Pick Folio Type";
wwStrings["wwCpdContentListingTitle"] = "Content Listing";
wwStrings["wwFsFieldDesc_dDocName"] = "Standard content name field";
wwStrings["wwCmuSectionChildren[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpecifyIntegerForSlack"] = "Please specify an integer value for the slack bytes.";
wwStrings["wwLdapServer"] = "LDAP Server";
wwStrings["wwSSAdminDefaultMetadataPage"] = "Set Default Project Document Information";
wwStrings["wwVaultPath"] = "Vault Path:";
wwStrings["wwFsRuleSuccess[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuAdminExportPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdInsertSelectedItem"] = "Insert Selected Source Item";
wwStrings["wwDCConfigHXCfgText"] = "Modify the global options used when processing script templates. \u003cstrong\u003eThese options can override the other options on this page.\u003c/strong\u003e";
wwStrings["wwLabelRoles"] = "Roles:";
wwStrings["wwSSDefaultAssetCategoryConversionsDefinition"] = "all conversions definitions used in my site";
wwStrings["wwRefineryProviderDesc"] = "Use this option \u003ci\u003eonly\u003c/i\u003e if this provider is an Inbound Refinery.";
wwStrings["wwWebLayoutPath"] = "Web Layout Path:";
wwStrings["wwIsInWorkflow"] = "Is In Workflow";
wwStrings["wwCmuConfirmImportWithoutPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwConfirmRemoveMyViewDescription"] = "Are you certain you wish to remove the \"Description\" column?";
wwStrings["wwComponent"] = "Component";
wwStrings["wwNotifyTarget"] = "Notify Target";
wwStrings["wwSSRunningSitesOption"] = "Running Web Sites ==============";
wwStrings["wwSortEnabledComponentsByName"] = "Sort Enabled Components By Name";
wwStrings["wwSSArchiveOpRestore"] = "Restore";
wwStrings["wwSavedQueriesForUser"] = "Saved Queries for {1}";
wwStrings["wwAccessDatabase"] = "Access Database";
wwStrings["wwOriginalInfoLabel"] = "Original Content Info";
wwStrings["wwCmuActionLabelImport"] = "Import";
wwStrings["wwCmuSectionLabel_workflows"] = "Workflows";
wwStrings["wwIntradocDir"] = "Install Directory";
wwStrings["wwIbrConversionJobsOut/ext"] = "There {1?are:is} currently {1i} job{1?s} out for conversion";
wwStrings["wwStepName"] = "Step Name";
wwStrings["wwLabelFullName"] = "Full Name:";
wwStrings["wwArabic"] = "Arabic";
wwStrings["wwCpdNoItems"] = "No items in listing.";
wwStrings["wwFeElementType"] = "Action";
wwStrings["wwWhatsNewDesc"] = "Content created in the last week";
wwStrings["wwDefaultNetworkRoles"] = "Default Network Roles";
wwStrings["wwFeTableCellPadding[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionLabel_applicationfields"] = "Application Fields";
wwStrings["wwNoWorkInProgress"] = "There is no work in progress.";
wwStrings["wwCpdConfirmReplaceItemMsg"] = "Replace Item?";
wwStrings["wwCOAO_ErrorCannotWebDAV"] = "Unable to open the content item using WebDAV.";
wwStrings["wwDiscussionCountInfo[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwSSNoDomainMappings"] = "No web site addresses have been configured.";
wwStrings["wwLdapConnectionTimeoutLabel"] = "Connection timeout:";
wwStrings["wwSSUsageFragmentId"] = "Used Fragment";
wwStrings["wwdCreateDate"] = "Create Date";
wwStrings["wwFeAction"] = "Action";
wwStrings["wwLabelId"] = "ID:";
wwStrings["wwSSMissingSiteErr"] = "Please choose a web site.";
wwStrings["wwLabelContentItem"] = "Content Item:";
wwStrings["wwCachedContentInfo"] = "Cached Content Information";
wwStrings["wwBeginQuote"] = "\'";
wwStrings["wwSSDefaultDocScriptVbs"] = "VBScript File";
wwStrings["wwCurrentlyDisabledComponents"] = "Currently Disabled Components";
wwStrings["wwNoEnabledComponents"] = "No Enabled Components";
wwStrings["wwCpdSubscriptionActionTitle"] = "Action";
wwStrings["wwFsFieldDesc_dID[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSearchableInstances"] = "Searchable Instances";
wwStrings["wwServerPort"] = "Server Port";
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["wwFeInvalidCharacters[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelPassword"] = "Password:";
wwStrings["wwMyPersonalUrls"] = "My URLs";
wwStrings["wwListTemplateIdHeader"] = "ID";
wwStrings["wwFeTableBorder"] = "Border size";
wwStrings["wwIndexOptimizationStarted"] = "Index optimization started at {1t}";
wwStrings["wwPersonalization"] = "My Personalization";
wwStrings["wwContentManagerDesc"] = "Allows authorized users to manage content in the system.";
wwStrings["wwAdminServerEditOrRemoveServer"] = "Edit Or Remove Server";
wwStrings["wwFeHiddenName[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDisplayWebsitesMenuLabel"] = "Web Sites";
wwStrings["wwFfwFileTypeHeading"] = "File Type";
wwStrings["wwSpecifyTestQuery"] = "Please specify a test query for this provider.";
wwStrings["wwNative"] = "Native";
wwStrings["wwVerifyDocDelete"] = "\nThe content item and all of its revisions will be permanently deleted from the system.\nDelete the content item now?\n";
wwStrings["wwAlternateFormat[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwVerityLogs"] = "Verity Logs";
wwStrings["wwSSBackupDownloadMenuItem"] = "Download backup archive as ZIP";
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["wwSSDefaultDocPrimaryFileElementDefinitionStaticListXml"] = "default.xml";
wwStrings["wwSSManageWebSiteBackupsButton"] = "Manage Archives";
wwStrings["wwSSExplainUpgradeDone"] = "The upgrade process has completed.";
wwStrings["wwLabelEnableDownloadApplet"] = "Enable download applet";
wwStrings["wwFeIsRepeat"] = "Multi-line Data Table";
wwStrings["wwCheckinFormAlreadySubmitted"] = "Check in form has already been submitted.";
wwStrings["wwCmuActionHistoryFinishTime[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeFormMethod[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuButtonLabelSelectAllSection"] = "Select All";
wwStrings["wwEnvironmentPackager"] = "Environment Packager";
wwStrings["wwSystemConfiguration"] = "System Configuration";
wwStrings["wwLabelBatchFileSourceInstance[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwRefineryAdmin"] = "Refinery Administration";
wwStrings["wwLdapUseNetscape"] = "Use Netscape SDK";
wwStrings["wwState"] = "State";
wwStrings["wwSchemaNotStableWarning_update"] = "Choice lists are not fully loaded.  Continue update?";
wwStrings["wwAdminLogsForInstance"] = "Administration Log Files for {1}";
wwStrings["wwPostNewButtonLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwSSDefaultDocManagerMinXml"] = "Manager Configuration Settings (Minimal Enabled)";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionCustomXml"] = "default.xml";
wwStrings["wwCpdElementDescHeaderLabel"] = "Description";
wwStrings["wwCpdMoveBasketItemsDesc"] = "Choose the Content Basket you want to move the selected items into";
wwStrings["wwCmuImport"] = "Configuration Bundles";
wwStrings["wwManualRegistration"] = "Manual Registration";
wwStrings["wwCmuButtonLabelUnselectAllSection[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMoveFieldDown"] = "Move Field Down";
wwStrings["wwLabelTestQuery"] = "Test Query:";
wwStrings["wwQuickSearch"] = "Quick Search";
wwStrings["wwWfcontribution"] = "contribution";
wwStrings["wwHelperAdminOther"] = "Other";
wwStrings["wwIbrConfigMenuLabel2"] = "Inbound Refinery Conversion Options for {1}";
wwStrings["wwCpdManageBaskets"] = "Manage Content Baskets";
wwStrings["wwDCTemplateRulesTitle"] = "Template Selection Rules";
wwStrings["wwFsReset"] = "Reset";
wwStrings["wwWfLastActionTs"] = "Last Action Date";
wwStrings["wwSSQDView"] = "View";
wwStrings["wwLdapEditProvider"] = "Edit LDAP Provider";
wwStrings["wwCpdLinkBrokenPrompt"] = "Item content is missing.  Attempt to repair with previously archived version?";
wwStrings["wwDatabaseVersion"] = "Database Version";
wwStrings["wwSubmit"] = "Submit";
wwStrings["wwSSCreateWebAssetHeader"] = "Create New Web Asset";
wwStrings["wwPrjUnregisterAll"] = "Unregister All";
wwStrings["wwRefinerySecondsBetweenTransferAttemptsError[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCmuActionLabelEditTemplate"] = "Edit Template";
wwStrings["wwPreviewFrame"] = "Preview frame.";
wwStrings["wwProductVersionInfo"] = "Product Build";
wwStrings["wwFeTableCaption[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDefaultDocPrimaryFilePageTemplateHcsp"] = "default.hcsp";
wwStrings["wwdConvProvider[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCreateNewTargetedQuickSearch"] = "Create Targeted Quick Search";
wwStrings["wwRefNextUpdateAt[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwAddNewCustomListTemplate"] = "Add new custom template...";
wwStrings["wwHelperFlatPopupMenus"] = "Flatten Popup Menus";
wwStrings["wwFeChooseField[idcComponentName]"] = "FormEditor";
wwStrings["wwMsLoginDesc"] = "Enables users to view restricted content in the system using their Microsoft Network account.";
wwStrings["wwSSDefaultDocPrimaryFileFm"] = "default.fm";
wwStrings["wwGetCopyAccess"] = "Allow get copy for user with read privilege";
wwStrings["wwArchiverLogs"] = "Archiver Logs";
wwStrings["wwCpdWebViewableLinkLabel"] = "Web Viewable Rendition";
wwStrings["wwSSRestoreSectionLabel"] = "Upload Archive";
wwStrings["wwSSUsageShowAll"] = "Show All";
wwStrings["wwSoapRequestParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwMinutes"] = "{1} Minutes";
wwStrings["wwFeTableName[idcComponentName]"] = "FormEditor";
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["wwFsUpdatePartition"] = "Update";
wwStrings["wwSoapServiceInfo[idcComponentName]"] = "WsdlGenerator";
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["wwNextPage"] = "Next Page";
wwStrings["wwSeconds"] = "{1} Seconds";
wwStrings["wwIsDefault"] = "Is Default";
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["wwCpdSearchForItemsDesc"] = "Use this search form to locate the items you want to add to the folio\'s source item collection.";
wwStrings["wwContentServerRequestFailed"] = "Content Server Request Failed";
wwStrings["wwDCConfigRebuildForcesReconversionTitle"] = "Reevaluate conversion rules during re-indexing";
wwStrings["wwFeBasicFormTemplate"] = "Content Server Form Template";
wwStrings["wwNoErrs"] = "No Errors";
wwStrings["wwXuiSlimTemplate"] = "Headline View";
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["wwSSArchiveTransferCollection"] = "Transfer to Collection:";
wwStrings["wwCmuActionLabelEditTemplate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultDocManagerMaxXml"] = "Manager Configuration Settings (Maximum Enabled)";
wwStrings["wwQueryTransformerLinks[idcComponentName]"] = "OracleQueryOptimizer";
wwStrings["wwCmuActionEventsCaption"] = "Log for {1q}";
wwStrings["wwSSDefaultDocTxt"] = "Text Document";
wwStrings["wwFeTableWidthPct[idcComponentName]"] = "FormEditor";
wwStrings["wwNoProblemReportForItem"] = "There are no problem reports for this content item.";
wwStrings["wwChinese-Traditional"] = "Chinese-Traditional";
wwStrings["wwWfReviewWorkflowContent"] = "Review workflow content";
wwStrings["wwNoDiscussionInformationText"] = "There are no items in this discussion.";
wwStrings["wwUpdateCompConfig"] = "Update";
wwStrings["wwNotHasAsWordPrefix"] = "Not Has Prefix";
wwStrings["wwWorkflowAdmin"] = "Workflow Admin";
wwStrings["wwVerifyRevisionDelete"] = "\nThis revision will be permanently deleted from the system.\nDelete the revision now?\n";
wwStrings["wwCmuUpdateDatabaseDesign"] = "Update database design";
wwStrings["wwDownloadFile"] = "Download {1}";
wwStrings["wwBuild"] = "Build";
wwStrings["wwClearLocalizationAudit"] = "Clear auditing";
wwStrings["wwSSDocInfo"] = "Content Information";
wwStrings["wwConfigForInstance"] = "Configuration Information for {1}";
wwStrings["wwCmuActionHistoryCaption"] = "Latest Action";
wwStrings["wwInputMustBeNumberAlert"] = "{1q} must be a valid positive integer.";
wwStrings["wwFeResetTableBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwShowAdvancedOptionsQueryBuilder"] = "show advanced options";
wwStrings["wwCpdContentInfoLabel"] = "View Content Info";
wwStrings["wwFeResultSetName"] = "Bind to table";
wwStrings["wwWfInQueueFor"] = "Workflow In Queue for {1}";
wwStrings["wwAdminConsoleOutput"] = "Console output from the Admin Server:";
wwStrings["wwDocProfilesTable"] = "Table with a list of content profiles.  These profiles can be enabled and disabled from this table.";
wwStrings["wwSoapUpdateRequestParameters"] = "Update Request Parameters";
wwStrings["wwCheckinExistingTemplate"] = "Check In Existing Template";
wwStrings["wwAdsUserPassword"] = "User Password";
wwStrings["wwDCTemplateRulesDeleteButt"] = "Delete Rule";
wwStrings["wwCurrentUserInformation"] = "Current User Information";
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["wwSchemaDetailsForView"] = "Cache details for view {1q}";
wwStrings["wwCmuActionLabelEditBundle"] = "Edit Bundle";
wwStrings["wwClbraDescription"] = "Description";
wwStrings["wwFeCustomNote[idcComponentName]"] = "FormEditor";
wwStrings["wwFeDefaultValueLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwContributionUsers1"] = "Contribution 1";
wwStrings["wwContributionUsers3"] = "Contribution 3";
wwStrings["wwContributionUsers2"] = "Contribution 2";
wwStrings["wwMetricSymbol6"] = "{1} M{2}";
wwStrings["wwMetricSymbol3"] = "{1} K{2}";
wwStrings["wwMetricSymbol2"] = "{1} h{2}";
wwStrings["wwMetricSymbol1"] = "{1} D{2}";
wwStrings["wwMetricSymbol0"] = "{1} {2}";
wwStrings["wwFsPartitions"] = "Partitions";
wwStrings["wwUndelete"] = "Undo Delete";
wwStrings["wwCpdTemplateTitle"] = "Title";
wwStrings["wwHideDetails"] = "Hide Details";
wwStrings["wwDCEditTemplateSection"] = "Template to Edit";
wwStrings["wwHelperShowOtherAdminNode"] = "Show \"Other\" Administration Node";
wwStrings["wwContentItemsForWorkflow"] = "Content Items For Workflow {1q}";
wwStrings["wwFsAddPartition"] = "Add Partition";
wwStrings["wwCmuButtonLabelExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeDynIncludeNote"] = "\nNote: Adding an include definition to the page will cause the current document to be\nsaved in Idoc (.idoc) format.\n";
wwStrings["wwFeDynIncludeGuide"] = "Insert elements here";
wwStrings["wwEntHome"] = "Enterprise Home";
wwStrings["wwGotoDiscussionLink[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwMetricSymbol9"] = "{1} G{2}";
wwStrings["wwFeActionDeleteRow"] = "Delete row";
wwStrings["wwFeFieldTabLabel"] = "Field";
wwStrings["wwSubscriptionMsg"] = "New revisions of the following content items have recently been checked in:";
wwStrings["wwVaultFileSize"] = "Vault File Size";
wwStrings["wwFilterActions"] = "Actions";
wwStrings["wwCmuActionHistoryPage"] = "Latest Action";
wwStrings["wwCmuSectionDesc_subscriptiontypes"] = "Subscription Types Section";
wwStrings["wwFeCustomFormatError[idcComponentName]"] = "FormEditor";
wwStrings["wwDpIsCheckinNavToggle"] = "Enable Check-In Link for {1}";
wwStrings["wwCmuAdminExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDocUsageReportPageTitle"] = "View Web Site Objects Report";
wwStrings["wwSSRemoveArchiveConfirm"] = "Are you sure you want to delete the selected archive?";
wwStrings["wwSSProjectReport"] = "Web Site Project";
wwStrings["wwResendMail"] = "Resend Mail";
wwStrings["wwOptionalSearchCollections"] = "Optional Search Collections";
wwStrings["wwFeInvalidTableName[idcComponentName]"] = "FormEditor";
wwStrings["wwSourceInstance"] = "Source Instance:";
wwStrings["wwCmuSectionDesc_fileextensions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeCustomValueLabel[idcComponentName]"] = "FormEditor";
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["wwUpdateCompConfigLablel"] = "Update Component Configuration";
wwStrings["wwAdminCancelIndexUpdate"] = "Cancel index update";
wwStrings["wwFeTextAreaMaxCharError[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuLabelShow[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSoapDescriptionLabel[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCmuAdminSectionItemTable[idcComponentName]"] = "ConfigMigrationUtility";
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["wwUserName"] = "User Name";
wwStrings["wwAttachSelected"] = "Attach Selected";
wwStrings["wwSearchForms"] = "Search Forms";
wwStrings["wwSMTPPort"] = "SMTP Port:";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionPlainTextXml"] = "default.xml";
wwStrings["wwCmuSectionLabel_schemarelations[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdSelectSourceItemsLabel"] = "Select Source Items";
wwStrings["wwScsLogDetails_Error"] = "An error has occurred. The stack trace below shows more information.";
wwStrings["wwHelperShowLongDescriptionFieldDesc"] = "Automatically show the detailed description for a field along side it.";
wwStrings["wwOracleTextSearchAdmin[idcComponentName]"] = "OracleTextSearch";
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["wwCpdArchiveItemCheckinDesc"] = "A matching archived content item was found in the previous snapshot of this folio.";
wwStrings["wwSoapWsdlInfo"] = "Wsdl Information";
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["wwCheckinFormInvalidFile"] = "Please check the file path. It may be invalid.";
wwStrings["wwdDocType"] = "Content Type";
wwStrings["wwSSArchiveDescription"] = "Archive Description:";
wwStrings["wwSoapUpdateRequestParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFeBlockTabLabel"] = "Type";
wwStrings["wwCpdDescription"] = "Description:";
wwStrings["wwFsIsPrimary[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwMySavedQueries"] = "My Saved Queries";
wwStrings["wwFeTextFieldType"] = "Type";
wwStrings["wwCmuAdminBundlePage"] = "Configuration Bundles Page";
wwStrings["wwAllowOverride"] = "Allow Override Format on Check In";
wwStrings["wwSSSCCheckSpelling"] = "Check Spelling";
wwStrings["wwCheckInTitle"] = "Content Check In Form";
wwStrings["wwAlternateUsernameSuggestion"] = "We suggest {1q} as a close match.";
wwStrings["wwDocumentType"] = "Content Type";
wwStrings["wwSpecifyProviderDesc"] = "Please specify a value for \'Provider Description\'.";
wwStrings["wwFilterPrefix"] = "Prefix";
wwStrings["wwSignedAppletsWarning"] = "(Warning: signed applets will work only with some browsers.)";
wwStrings["wwCheckIn"] = "Check In";
wwStrings["wwCustomizeDescriptionHeader"] = "Customize Description";
wwStrings["wwCpdEditSubsFolioModifyTitle"] = "Modify";
wwStrings["wwIbrConversionJobStatusLabel[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwReset"] = "Reset";
wwStrings["wwFeActionEditRow[idcComponentName]"] = "FormEditor";
wwStrings["wwFeAdvPropsDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableWidth[idcComponentName]"] = "FormEditor";
wwStrings["wwConfirmPassword"] = "Confirm Password";
wwStrings["wwDefaultMasterDomain"] = "Default Master Domain";
wwStrings["wwShowBufferPoolDetails"] = "Buffer Pool Details";
wwStrings["wwServerStatus"] = "Server Status";
wwStrings["wwSSUpgradeDataFiles"] = "Upgrade Data Files";
wwStrings["wwContentExpiredBefore"] = "Content expired before \u003cbr\u003e {1t}";
wwStrings["wwSoapNameLabel[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCmuSectionLabel_docmetadef"] = "Content Metadata";
wwStrings["wwFeTableHeightPx[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdAddItemToFolio"] = "Add item to folio";
wwStrings["wwComplexTypeElementsTable"] = "Detailed list of elements for this complex type.";
wwStrings["wwSpLabelServerThread"] = "Server Thread Class:";
wwStrings["wwdDocTitle"] = "Title";
wwStrings["wwCpdContentBasketForUser"] = "Content Basket for user {1q}";
wwStrings["wwCmuSectionDesc_applicationfields"] = "Application Fields Section";
wwStrings["wwIsFragmentOnlyTitle"] = "Exclude From User Request";
wwStrings["wwGo"] = "Go";
wwStrings["wwCmuActionHistory"] = "Action History";
wwStrings["wwSpTruststorePassword"] = "Truststore password";
wwStrings["wwCmuSectionDesc_usermetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSearch"] = "Search";
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["wwDiscussCount"] = "Discussion Count";
wwStrings["wwUploadResetError"] = "Upload in progress. The applets cannot be reset.";
wwStrings["wwRefreshStatus"] = "Force Status Update";
wwStrings["wwSSLIncomingProviderDesc"] = "Configure an SSL incoming socket provider.";
wwStrings["wwCmuSectionLabel_schemarelations"] = "Schema Relations";
wwStrings["wwEmailFormatHtml"] = "html";
wwStrings["wwAdminServerManagedServerType"] = "Server Type";
wwStrings["wwCpdDownloadXmlRendition"] = "Download XML rendition";
wwStrings["wwdDocName"] = "Content ID";
wwStrings["wwLabelArchiveName[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwClickLinkToLogin"] = "Click the link below to log in.";
wwStrings["wwFeParseActionError"] = "Unable to recognize action:";
wwStrings["wwCmuTaskDescriptionLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwConfigurationManager"] = "Configuration Manager";
wwStrings["wwDatabaseNumWriteActions"] = "Number of Write Actions: {1}";
wwStrings["wwRegisterOnline"] = "Register Online";
wwStrings["wwBatchResultsTable"] = "Table containing result of batch services.";
wwStrings["wwCpdEditFolioTemplate"] = "Edit Folio Template";
wwStrings["wwOptimizedFieldsChanged[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwCmuExportDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpecifyJdbcConnectionString"] = "Please specify a connection string for this driver.";
wwStrings["wwHelperUseIconLongDescriptionFieldDesc"] = "Display an icon when a detailed description is available for a field instead of making it a hot link.";
wwStrings["wwCgiFileName"] = "Cgi File Name";
wwStrings["wwSSBackupArchiveInfoPageTitle"] = "Archive Information";
wwStrings["wwSpKeystoreAlias"] = "Alias";
wwStrings["wwProject"] = "Publisher Project";
wwStrings["wwFsProviderDesc"] = "File Store Provider";
wwStrings["wwSearchEngineName"] = "Search Engine:";
wwStrings["wwCmuActionLabelPreview"] = "Preview";
wwStrings["wwXuiChangeSearchTemplate"] = "Change Search Template";
wwStrings["wwCmuAdminImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuImportPreviewPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwRefNextUpdateAt"] = "Next Update at: {1}";
wwStrings["wwContentInformation"] = "Content Information";
wwStrings["wwTestEmailAddress"] = "email address";
wwStrings["wwResults"] = "Results";
wwStrings["wwAttachAll"] = "Attach All";
wwStrings["wwLabelAttachAll"] = "Attach All:";
wwStrings["wwViewAllWfRevisions"] = "View All Workflow Items";
wwStrings["wwSearchDir"] = "Search Engine State Directory";
wwStrings["wwGuestHomePage"] = "Guest Home Page";
wwStrings["wwSSAdminUpgradeDiffPage"] = "Content Differences Page";
wwStrings["wwPreviewList"] = "Preview List";
wwStrings["wwLdapAdminDN"] = "LDAP Admin DN";
wwStrings["wwFeTableCellPadding"] = "Cell padding";
wwStrings["wwEditSearchResultTemplates"] = "Edit Search Result Templates";
wwStrings["wwIbrConversionJobsOut[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwZoneFields"] = "Zone Text Fields";
wwStrings["wwIDC_Name"] = "Instance Name";
wwStrings["wwNativeExtension"] = "Native File Extension";
wwStrings["wwWfReadyForStep"] = "Content item {1q} is ready for workflow step {2q}.";
wwStrings["wwdFormat[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwFeTextFieldType[idcComponentName]"] = "FormEditor";
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["wwCpdFolioElementsLabel"] = "Folio Elements";
wwStrings["wwInstanceDirectory"] = "Instance Directory";
wwStrings["wwPostReplyToLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwWfAPPROVE"] = "Approve";
wwStrings["wwAvailable"] = "Available";
wwStrings["wwEOCheckOrReplaceQueryHint[idcComponentName]"] = "OracleQueryOptimizer";
wwStrings["wwAdministratorMailAddress"] = "Administrator Mail Address:";
wwStrings["wwButtonEnable"] = "\u003c\u003c Enable";
wwStrings["wwSpecifyHostName"] = "Please specify a value for the server host name.";
wwStrings["wwDownloadNativeAppletName"] = "Download Native";
wwStrings["wwDCEditTemplates"] = "Edit Templates";
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["wwSSLayoutFragmentLibsDetail"] = "Lists fragment libraries used by the page templates of the web site";
wwStrings["wwSpecifyIntegerForSlack[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwHelperShowOtherUserNode"] = "Show \"Other\" User Node";
wwStrings["wwWfAction"] = "Action";
wwStrings["wwEnds"] = "Ends";
wwStrings["wwScore"] = "Score";
wwStrings["wwInstalledFeaturesHeader"] = "Installed Features";
wwStrings["wwInformation"] = "Information";
wwStrings["wwIndexOptimizationCompleted"] = "Index optimization completed at {1t}";
wwStrings["wwUpdateLicenseForServer"] = "Update License for {1}";
wwStrings["wwNoRevsCheckedOut"] = "There are no revisions checked out.";
wwStrings["wwSoapEnabled[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwComponentConfigEditPage"] = "Update Component Configuration";
wwStrings["wwFeTableHeight[idcComponentName]"] = "FormEditor";
wwStrings["wwPortalSavedQueries"] = "Portal Saved Queries";
wwStrings["wwComplexTypeElementsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwHelperShowPageMessage"] = "Show Page Message";
wwStrings["wwSoapGenerateWsdls"] = "Generate Wsdls";
wwStrings["wwDCConfigDefTemplateText"] = "Template that will be used if none of the other selection rules match.";
wwStrings["wwTestQuery"] = "Test Query";
wwStrings["wwCmuTaskPending"] = "Task Pending";
wwStrings["wwChinese-Simplified"] = "Chinese-Simplified";
wwStrings["wwOption"] = "Option";
wwStrings["wwSavedQueriesTable"] = "Table with a list of saved queries.";
wwStrings["wwFeBasicTemplateFormHelp"] = "Add controls to the form.";
wwStrings["wwSSDefaultAssetCategoryValidationScript"] = "all validation scripts used in my site";
wwStrings["wwCpdDownloadPDFRendition"] = "Download PDF rendition";
wwStrings["wwWorkflowRejectNotification"] = "Workflow Content Item Reject Notification";
wwStrings["wwCmuActionHistoryFinishTime"] = "Finish";
wwStrings["wwOperatingSystemProperties"] = "Operating System Properties";
wwStrings["wwJspServerStartWebApp"] = "Start Web App";
wwStrings["wwSSDefaultDocCustomConfigurationScript"] = "Custom Configuration Script";
wwStrings["wwSourceContentId"] = "Source Content ID:";
wwStrings["wwEnvironmentKeyDetails_show_removed"] = "Show";
wwStrings["wwGoto"] = "Go To...";
wwStrings["wwSSContextMenuMetadataUpdate"] = "Update Document Info";
wwStrings["wwFsIsActive[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeActionInvalid[idcComponentName]"] = "FormEditor";
wwStrings["wwDefaultAuth"] = "Default Authentication";
wwStrings["wwCmuActionLabelImportHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCTemplateRulesAlertNewRule"] = "Please enter a name for the new rule first.";
wwStrings["wwCommentOnRevision[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwContentSecurityOptions"] = "Content Security Options";
wwStrings["wwCheckedOutContentItems"] = "{1} Checked-Out Content Item{1?s}";
wwStrings["wwFsMetadataImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdPasteItem"] = "Paste";
wwStrings["wwCmuSectionLabel_workflowtemplates[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwRefreshStatus[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSSHttpRelativeFragmentsRoot"] = "Relative Fragments Root:";
wwStrings["wwFeBasicTemplateFormHelp[idcComponentName]"] = "FormEditor";
wwStrings["wwClbraReviewers"] = "Reviewers";
wwStrings["wwNoOptionListsInSystem"] = "There are no option lists currently defined in the system.";
wwStrings["wwSSDefaultDocPrimaryFileElementFormHcsp"] = "default.hcsp";
wwStrings["wwSSReportIntro"] = "The following reports list the objects used by the web site \'{1}\'.";
wwStrings["wwSourceContent"] = "Source Content:";
wwStrings["wwLabelLayout"] = "Layout:";
wwStrings["wwFeFormDlgTitle"] = "Form";
wwStrings["wwSSDefaultDocElementDefinitionImageOnlyXml"] = "Image Element Definition";
wwStrings["wwInstall"] = "Install";
wwStrings["wwFeAddRowAction"] = "Add new row button";
wwStrings["wwLdapPriority"] = "Priority";
wwStrings["wwVerifyFormClear"] = "Go ahead and clear the form?";
wwStrings["wwLabelJdbcUser"] = "JDBC User:";
wwStrings["wwFsShowPathMetaData"] = "Show Path Metadata";
wwStrings["wwSSCompressContributorJavaScript"] = "Compress Contributor JavaScript";
wwStrings["wwIbrHandlePreConvertedJobs"] = "These options tell the Content Server how to handle jobs prior to conversion.";
wwStrings["wwHours"] = "{1} Hours";
wwStrings["wwSSDefaultDocPrimaryFileCss"] = "default.css";
wwStrings["wwdInDate"] = "Release Date";
wwStrings["wwAdvanced"] = "Advanced";
wwStrings["wwNoActiveWorkflows"] = "There are no active standard workflows in the system.";
wwStrings["wwFeTableDesc"] = "\nSelect the type of table you want to create and set the associated options.\n";
wwStrings["wwSSDefaultDocStringRegionTemplateFile"] = "Region Template";
wwStrings["wwSoapDataLists"] = "Data Lists";
wwStrings["wwFeResetTableAction[idcComponentName]"] = "FormEditor";
wwStrings["wwFilterDebugDesc"] = "Log events inside the web server filter.";
wwStrings["wwChildPageHeader"] = "Child page header";
wwStrings["wwAddToFavorites"] = "Add To Favorites";
wwStrings["wwCmuEnableComponents"] = "Enable imported components";
wwStrings["wwCpdIfEmpty"] = "If Empty";
wwStrings["wwXuiHide"] = "Hide";
wwStrings["wwEOQueryConverter[idcComponentName]"] = "OracleQueryOptimizer";
wwStrings["wwFsFieldDesc_RenditionPrefix"] = "Additional rendition prefix computation";
wwStrings["wwFeEditorTitle"] = "Web Form Editor";
wwStrings["wwSSManageBackupRestorePageTitle"] = "Manage Archives";
wwStrings["wwViewSubscriptionInfo"] = "View Info";
wwStrings["wwConnectionClass"] = "Connection Class";
wwStrings["wwFeTextFieldCharWidth"] = "Character Width";
wwStrings["wwNoRevisionCheckedIn"] = "No Revision Checked In";
wwStrings["wwRevisionsTable"] = "Table containing the revisions of this content item.";
wwStrings["wwDefaultSortOrder"] = "Default Sort Order";
wwStrings["wwHelperConfiguration"] = "General Configuration";
wwStrings["wwContentServerMessage"] = "Content Server Message";
wwStrings["wwMetricPrefix-21"] = "{1} Zepto{2}";
wwStrings["wwRevisionsSubmittedToWorkflow"] = "The following revision{1?s} {1?have:has} been submitted to a workflow:";
wwStrings["wwClbraViewDocs"] = "View Content";
wwStrings["wwClbraWfNoActionsToView"] = "There is no active collaboration project content in the workflow in queue.";
wwStrings["wwCpdNativeFileLinkLabel"] = "Native File";
wwStrings["wwCpdSearchActionLabel"] = "Search";
wwStrings["wwMetricPrefix-24"] = "{1} Yocto{2}";
wwStrings["wwSSAdminUpgradeAdvancedOptions"] = "Advanced Options...";
wwStrings["wwDownloadSelected"] = "Download Selected";
wwStrings["wwSSDefaultAssetCategoryScript"] = "all client side script files used in my site";
wwStrings["wwFeTableWidthPct"] = "percent";
wwStrings["wwPopUpCalendarTip"] = "Pop up calendar for {1}";
wwStrings["wwWorkflowReviewItem"] = "Review {1}";
wwStrings["wwSpecifyNumberForResults"] = "Please enter a number for results per page.";
wwStrings["wwCmuDefineImport"] = "Import bundle";
wwStrings["wwNumBytesPerChar"] = "Number of Bytes Per Character";
wwStrings["wwFeDeleteRow"] = "delete";
wwStrings["wwEnableUploadApplet"] = "Enable upload applet";
wwStrings["wwCmuSectionDesc_roles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwClbraWelcomeNotification"] = "Welcome to collaboration project {1q}";
wwStrings["wwSSDefaultDocPrimaryFileVsd"] = "default.vsd";
wwStrings["wwSubscriptionMailSubject"] = "Content Release Notification";
wwStrings["wwWorkflowContentItemNotification"] = "Workflow Content Item Notification";
wwStrings["wwFsVaultPath"] = "Vault Path";
wwStrings["wwSSWebsites"] = "Web Sites";
wwStrings["wwSSDefaultAssetCategoryPageTemplate"] = "all page templates used in my site";
wwStrings["wwdType"] = "Type";
wwStrings["wwSSDefaultDocPrimaryFilePageTemplateAsp"] = "default.asp";
wwStrings["wwSearchOptions"] = "Search Options:";
wwStrings["wwTestEmailFormLink"] = "Send Test Email";
wwStrings["wwCmuActionOptionsTableCaption"] = "Action Options";
wwStrings["wwCmuTaskHistoryTable"] = "History for {1q}";
wwStrings["wwAltFile"] = "Alternate File";
wwStrings["wwContentHistory"] = "Content History";
wwStrings["wwServerLogLink"] = "Relative Log URL";
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["wwWfActionTs"] = "Action Date";
wwStrings["wwCmuAdmin"] = "Config Migration Admin";
wwStrings["wwFeTextareaRows[idcComponentName]"] = "FormEditor";
wwStrings["wwFeResetTableAction"] = "Reset table button";
wwStrings["wwmyViewDescription"] = "Description";
wwStrings["wwCpdLinkType"] = "Type";
wwStrings["wwCantGetDocFormats"] = "Could not retrieve the default DocFormats result set.";
wwStrings["wwIndexedInfoOnly"] = "\nContent has been indexed with Info only. Resubmit\nshould only be performed if the problem has been resolved.\n";
wwStrings["wwHelperContentExpireToDelete"] = "Expire Content When Deleting";
wwStrings["wwTestEmailFormCcRecipients"] = "Cc:";
wwStrings["wwAddContentServerClusterNode"] = "Add an Existing Content Server Cluster Node";
wwStrings["wwSSAdminQuickHelp"] = "Help";
wwStrings["wwCmuSectionLabel_docmetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwClickToAdminRestartPage"] = "\u003ca href=javascript:document.AdminRestartForm.submit()\u003eClick here\u003c/a\u003e to go to the page to restart the server";
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["wwDescending"] = "Descending";
wwStrings["wwEmailSend"] = "Send link by e-mail";
wwStrings["wwCpdNewFolioCheckIn"] = "New Folio";
wwStrings["wwSSDefaultDocPrimaryFileDoc"] = "default.doc";
wwStrings["wwWfRejected"] = "Content item {1q} has been rejected.";
wwStrings["wwN_A[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCmuButtonLabelUnselectAllSection"] = "Unselect All";
wwStrings["wwCpdEditSubsFolioAddTitle"] = "Add";
wwStrings["wwDCTemplateRulesLayoutCol2"] = "Available Layouts";
wwStrings["wwSupportSqlColumnDelete"] = "Support Column Drop";
wwStrings["wwDCTemplateRulesLayoutCol1"] = "Layout";
wwStrings["wwLastUsedDate"] = "Last Used Date";
wwStrings["wwWebViewableLink"] = "Web-Viewable Link:";
wwStrings["wwFeCustomTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwXuiId"] = "ID";
wwStrings["wwProblemReportsTable"] = "Table containing a list of problem reports.";
wwStrings["wwMulti"] = "Edit And Multiselect List";
wwStrings["wwHomePageForUser"] = "Home Page for {1}";
wwStrings["wwCustomizeDescriptionColumnHeader"] = "Customize Description Column";
wwStrings["wwUser"] = "User";
wwStrings["wwStagingWorkflowUnregistrationPending"] = "Staging workflow unregistration is pending.";
wwStrings["wwWfUsers"] = "Users";
wwStrings["wwCheckinNewTemplate"] = "Create New Template";
wwStrings["wwFeAdvProperties"] = "Advanced Properties...";
wwStrings["wwDCConfigMaxFileUnits"] = "Bytes";
wwStrings["wwCmuSectionDesc_contentprofiles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSSCFinished"] = "Spelling check complete";
wwStrings["wwIdcStringBuilderAverageCapacity"] = "IdcStringBuilder average capacity: {1i} bytes";
wwStrings["wwCachedCheckinItems"] = "Cached Check In Items for {1}";
wwStrings["wwContentCheckinSimilarButton"] = "Check In Similar";
wwStrings["wwTempConvCriteriaMissing"] = "Criteria is missing for criteria";
wwStrings["wwExitWizard"] = "Exit Wizard";
wwStrings["wwSSSetOptions"] = "Set Options";
wwStrings["wwFeTextareaProps[idcComponentName]"] = "FormEditor";
wwStrings["wwFeActionSubmitForm"] = "Submit form";
wwStrings["wwSSDefaultAssetCategoryDataFile"] = "all XML contribution region files used in my site";
wwStrings["wwCmuEmailResults[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelDatabaseDirectory"] = "Database Directory:";
wwStrings["wwIbrHandlePostConvertedJobs"] = "These options tell the Content Server how to handle jobs after conversion.";
wwStrings["wwFeTextareaRows"] = "Rows";
wwStrings["wwFeTextareaName[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_pages[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSSubTemplatesAndRegionTemplatesReport"] = "Subtemplates and Region Templates";
wwStrings["wwCpdSearchForItemDesc"] = "Use this search form to locate the item you want to add to the folio.";
wwStrings["wwFeCheckin[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdVerifyDocDeleteInUse"] = "Content is currently a member of a folio.  Proceed with delete?";
wwStrings["wwItemInfoLine[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCmuEnableComponents[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMetricPrefix-18"] = "{1} Atto{2}";
wwStrings["wwMetricPrefix-12"] = "{1} Pico{2}";
wwStrings["wwMetricPrefix-15"] = "{1} Femto{2}";
wwStrings["wwAdminServerFor"] = "Admin Server on {1}";
wwStrings["wwHelperUserOther"] = "Other";
wwStrings["wwSubscribeTo"] = "Subscribe to \"{1}\"";
wwStrings["wwSSExportArchiveHeader"] = "Export Archives ============";
wwStrings["wwCmuSectionDesc_predefinedaccounts"] = "Predefined Accounts Section";
wwStrings["wwCpdSearchOptionsDesc"] = "Select from the options below if you want to filter by document profile.";
wwStrings["wwCpdContentItemLocked"] = "Content item locked.";
wwStrings["wwSSDefaultDocPrimaryFileDataFile"] = "default.xml";
wwStrings["wwCpdNoBasketsAvailable"] = "No Content Baskets available";
wwStrings["wwPageTopPrintLabel"] = "Printed by \u003ci\u003e{1}\u003c/i\u003e on \u003ci\u003e{2}\u003c/i\u003e at {3}";
wwStrings["wwConversionList[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwNativeRendition"] = "Native File";
wwStrings["wwSSDeclaredSiteUsage"] = "Declared in Sites:";
wwStrings["wwSpecifyEmailAddr"] = "Please specify an e-mail address.";
wwStrings["wwSSDefaultDocSubTemplateJsp"] = "Jsp Subtemplate";
wwStrings["wwNonZoneFields"] = "Text Fields";
wwStrings["wwSSOpenCollection"] = "Open Collection...";
wwStrings["wwCmuActionOptionsTableCaption[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeRadioProps[idcComponentName]"] = "FormEditor";
wwStrings["wwDCConfigFontPathTitle"] = "Font Path";
wwStrings["wwSearchable"] = "Searchable:";
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["wwCmuBuildComponents[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultAssetCategoryStylesheet"] = "all CSS stylesheets used in my site";
wwStrings["wwBasicInformation"] = "Basic Information";
wwStrings["wwSSWebsiteIDField"] = "Web Site ID Field:";
wwStrings["wwDCConfigServicesForIntradocumentLinksText"] = "When checked, hyperlinks to targets within the same document use service calls instead of file locations in the weblayout conversion cache.";
wwStrings["wwFilterByCategory[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwRemainingReviewers"] = "Remaining Reviewers:";
wwStrings["wwLdapSourcePath"] = "Source Path";
wwStrings["wwCpdChildLinks"] = "Folio Links";
wwStrings["wwAdditionalComponents"] = "Additional Components";
wwStrings["wwPortalSystemLinks"] = "Portal System Links";
wwStrings["wwApplicationMetadata[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDefaultDocDoc"] = "Microsoft Word 97-2003 Document";
wwStrings["wwCpdLockFolio"] = "Lock folio";
wwStrings["wwCheckedOutBy"] = "Checked Out By";
wwStrings["wwTaminoNoResultsForQuery"] = "No search results for query.";
wwStrings["wwFeStartEditor[idcComponentName]"] = "FormEditor";
wwStrings["wwWsdlComplexTypesTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFsFieldDesc_dStatus[idcComponentName]"] = "FileStoreProvider";
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["wwLabelConnectionState"] = "Connection State:";
wwStrings["wwCpdUpdateSubscription"] = "Update";
wwStrings["wwFsDescriptorImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeFormProps"] = "Form";
wwStrings["wwMyCheckedOutContent"] = "My Checked-Out Content";
wwStrings["wwNotContainsAsWord"] = "Not Contains Word";
wwStrings["wwGetCollabList"] = "Get Collaboration List";
wwStrings["wwCmuLogs[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpecifyAuthor"] = "Please specify an author.";
wwStrings["wwCmuExportName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFileFormatsWizard"] = "File Formats Wizard";
wwStrings["wwCpdFolioRevisionType"] = "Version";
wwStrings["wwLabelProject"] = "Publisher Project:";
wwStrings["wwCmuSectionName"] = "Name";
wwStrings["wwErrTrace"] = "Error Trace";
wwStrings["wwSSNoProvidersDefined"] = "No providers are available.";
wwStrings["wwPostReplyButtonLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwdWebExtension[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwStartPackaging"] = "Start Packaging";
wwStrings["wwLabelProviderConnection"] = "Provider Connection:";
wwStrings["wwCpdContinueEditingTemplate"] = "Continue editing the folio template";
wwStrings["wwFeEditRow"] = "edit";
wwStrings["wwAttachAllUrlNative"] = "URL - Native [Attach All]";
wwStrings["wwTaminoNoMatchingSeg"] = "No document matches query.";
wwStrings["wwSSContributorSourceDir"] = "Contributor Directory:";
wwStrings["wwAvsStringFieldSortInfo"] = "Only up to the maximum number of results are returned and these results are sorted alphabetically.";
wwStrings["wwCmuSectionDesc_pages"] = "Pages Section";
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["wwGuestAccessDescription"] = "Use the navigation items below to access public content only.";
wwStrings["wwFsSymLinkMethod[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCommonLinks"] = "Common Links:";
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["wwCmuSectionLabel_subscriptions"] = "Subscriptions";
wwStrings["wwFeAdvTableEditDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwClbraActiveContentTable"] = "Table containing a list of active collaboration content items.";
wwStrings["wwSSUploadFragmentLibrary"] = "Upload Fragment Library";
wwStrings["wwTasks"] = "Tasks";
wwStrings["wwCmuActionLabelPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsResetPartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsDuplicationMethods[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwdConvJobID"] = "Conversion Job ID";
wwStrings["wwKorean"] = "Korean";
wwStrings["wwSSAdminSitesUpgradeItemsRemaining"] = "Items Remaining:";
wwStrings["wwCmuSectionLabel_doctypes"] = "Content Types";
wwStrings["wwAdditionalActions"] = "Additional Actions:";
wwStrings["wwClean"] = "Clean";
wwStrings["wwSecond"] = "1 Second";
wwStrings["wwRefinerySecondsBetweenTransferAttempts[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSwedish"] = "Swedish";
wwStrings["wwNone"] = "None";
wwStrings["wwClear"] = "Clear";
wwStrings["wwFindExpired"] = "Find Expired Content";
wwStrings["wwSSManageSiteAddresses"] = "Manage Web Site Addresses";
wwStrings["wwCmuForceOverwrite[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAfter"] = "After";
wwStrings["wwDocNameTag"] = "Content ID";
wwStrings["wwWfContentItemsInQueue"] = "{1} Workflow Content Item{1?s} In Queue";
wwStrings["wwdName"] = "Name";
wwStrings["wwFsRule_default[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdToggleRowReorder"] = "Toggle row reorder";
wwStrings["wwSpecifyUserName"] = "Please specify a user name.";
wwStrings["wwCpdFolioListingDesc"] = "Select a folio from the search result listing below.";
wwStrings["wwAdminStartIndexUpdate"] = "Start index update";
wwStrings["wwFsEventImplementor"] = "Event Implementor";
wwStrings["wwRemoveValue"] = "Remove value {1}";
wwStrings["wwActionsForLabel"] = "Actions for {1}";
wwStrings["wwLastSuccessfulNotificationDate"] = "Last Successful Notification";
wwStrings["wwFalse"] = "FALSE";
wwStrings["wwSSLegacyWebsites"] = "Legacy Web Sites";
wwStrings["wwDCConfigRenditionTitle"] = "Rendition";
wwStrings["wwDisableGzipCompression"] = "Disable GZIP Compression";
wwStrings["wwCmuSectionDesc_admintargetedquicksearches[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdLinkBroken"] = "Item Content is Missing";
wwStrings["wwWorkInProgTable"] = "Table with a list of content items that being worked on.";
wwStrings["wwFeControlledAction[idcComponentName]"] = "FormEditor";
wwStrings["wwDCConfigDefLayoutCol1"] = "Layout";
wwStrings["wwCpdPublishToFolio"] = "Publish to folio";
wwStrings["wwCpdAddRow"] = "Add row";
wwStrings["wwFeRadioButtonDlgTitle"] = "Radio Button Options";
wwStrings["wwSSPercentageComplete"] = "Percentage Complete:";
wwStrings["wwIbrProvidersLable"] = "IBR Providers";
wwStrings["wwVerifyUserDelete"] = "Are you sure you wish to permanently delete the user from the system?";
wwStrings["wwCpdFolioHeaderCorner"] = "Folio header corner";
wwStrings["wwSSDefaultDocPrimaryFilePageTemplateJsp"] = "default.jsp";
wwStrings["wwDiscussionCannotShowNewItemForm[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwIsJspServerEnabled"] = "Enable Java Server Page (JSP)";
wwStrings["wwAddPreviewProvider"] = "Add Preview Provider";
wwStrings["wwStopServer"] = "Stop {1}";
wwStrings["wwWebUrlMaps"] = "WebUrlMaps";
wwStrings["wwDCConfigDefLayoutCol2"] = "Available Layouts";
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["wwMyWorkflowAssignments"] = "My Workflow Assignments";
wwStrings["wwRegisterManually"] = "Register Manually";
wwStrings["wwUserProfileLinks"] = "User Profile Links";
wwStrings["wwActiveProjectWorkflowsTable"] = "Table containing a list of Active Publisher Project Workflows.";
wwStrings["wwCpdFolioRenderers"] = "Renderers";
wwStrings["wwSSDefaultDocVsd"] = "Microsoft Visio Document";
wwStrings["wwSpecifyIntegerForServerPort"] = "Please specify a positive integer for the server port.";
wwStrings["wwContentItemInfo"] = "Content Item Info";
wwStrings["wwCmuLabelHide[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelWorkflowName"] = "Workflow Name:";
wwStrings["wwSSDefaultHomeLabel"] = "Home";
wwStrings["wwFileFormatsWizardForInstance"] = "File Formats Wizard for {1}";
wwStrings["wwFeOr[idcComponentName]"] = "FormEditor";
wwStrings["wwSSSiteAddresses"] = "Web Site Addresses";
wwStrings["wwJdbc"] = "JDBC";
wwStrings["wwNotZoneHasAsWord"] = "Not Has Word";
wwStrings["wwFsStorageRuleLabel"] = "Storage Rule Name";
wwStrings["wwShowSearchCacheDetails"] = "Search Cache Details";
wwStrings["wwClbraRevisions"] = "Collaboration Revisions";
wwStrings["wwRemoveFromWfInQueue"] = "Remove From Queue";
wwStrings["wwCpdNoItemInCopyBuffer"] = "Copy buffer empty.";
wwStrings["wwListTemplateContentIDLinksTo"] = "The Content ID column will link to:";
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["wwFeTextareaColumns[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdCutItem"] = "Cut";
wwStrings["wwFsLinkMethod"] = "link";
wwStrings["wwSelectUserOrAlias"] = "Select user or alias";
wwStrings["wwFfwConversionHeading"] = "Conversion";
wwStrings["wwCmuBundleExportDate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwProductLibrary"] = "{1} Library";
wwStrings["wwFeFirstHelp[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTextFieldValue[idcComponentName]"] = "FormEditor";
wwStrings["wwLdapSpecifyServer"] = "Please specify a value for the LDAP server.";
wwStrings["wwOK"] = "OK";
wwStrings["wwDownloadConfirmation"] = "Download Confirmation";
wwStrings["wwSSDefaultDocPrimaryFilePptx"] = "default.pptx";
wwStrings["wwPrintViewLabel"] = "Print View";
wwStrings["wwFeaturesAndComponents"] = "Features And Components";
wwStrings["wwTest"] = "Test";
wwStrings["wwFeNameMustBeLongerThan2[idcComponentName]"] = "FormEditor";
wwStrings["wwSoapComplexTypes"] = "Complex Types";
wwStrings["wwNo"] = "No";
wwStrings["wwFeIncludeErrNameInUse[idcComponentName]"] = "FormEditor";
wwStrings["wwCurrentlyQueuedJobs"] = "Jobs Queued";
wwStrings["wwEditSystemLinks"] = "Edit System Links";
wwStrings["wwTestEmailFormatDefault"] = "(use system default)";
wwStrings["wwFeFieldPresent[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDefaultDocPrimaryFileSubtemplateJsp"] = "default.jsp";
wwStrings["wwSSContributorConsoleDisable"] = "(Disable)";
wwStrings["wwCmuSectionDesc_workflowtokens[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwIsOverrideFormat"] = "Allow Override Format on Check In";
wwStrings["wwCpdAuthorLabel"] = "Author:";
wwStrings["wwFeTextFieldDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelSubscriptionType"] = "Subscription Type:";
wwStrings["wwFsAccessImplementor"] = "Access Implementor";
wwStrings["wwFeHiddenFieldDlg"] = "Hidden Field Options";
wwStrings["wwHour"] = "1 Hour";
wwStrings["wwSelectFileTypesHeading"] = "Select File Types";
wwStrings["wwFeTableDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwOf"] = "of {1}";
wwStrings["wwSSChooseWebsitesTitle"] = "Browsing";
wwStrings["wwOr"] = "Or";
wwStrings["wwVerifyProviderReset"] = "This action will reset the provider back to the original default provider. Do you wish to continue?";
wwStrings["wwCmuSectionLabel_config"] = "Server Config";
wwStrings["wwFsFieldDesc_dSecurityGroup[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAdminTargetedQuickSearches"] = "Targeted Quick Searches Defined by Admins";
wwStrings["wwCmuAdminBundlePage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsWebUrlFilePath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwItemInfoLine"] = "by {1} at {2}";
wwStrings["wwRegistration"] = "Registration";
wwStrings["wwCurrentStep"] = "Current Step:";
wwStrings["wwAdminAppletsForInstance"] = "Administration Applets for {1}";
wwStrings["wwSoapComplexTypes[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwSSAdminComponentPage"] = "General Component Information";
wwStrings["wwRemoveFilter"] = "Remove Filter";
wwStrings["wwSSContextMenuDocUsage"] = "View Web Site Usage Report";
wwStrings["wwCpdFolioAdministration"] = "Folio Administration";
wwStrings["wwDiscussionPageTitle[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwWfReviewMetafileCheckedIn"] = "The current file is a metadata only document.";
wwStrings["wwAttachAllUrlInfo"] = "URL - Info [Attach All]";
wwStrings["wwJspServerWebAppAdmin"] = "JSP Server Web App Admin";
wwStrings["wwRepositoryManager"] = "Repository Manager";
wwStrings["wwQuickHelpHeaderLinkText"] = "quick help";
wwStrings["wwDCTemplateRulesDownButt"] = "Move Down";
wwStrings["wwSSInstantBackupButton"] = "Create Web Site Backup";
wwStrings["wwTestEmailFormMessageDefault"] = "Type whatever you want here.";
wwStrings["wwFeIsAddFormActions[idcComponentName]"] = "FormEditor";
wwStrings["wwTemplate"] = "Template";
wwStrings["wwFsFieldDesc_xStorageRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAdditionalInformation"] = "Additional Information";
wwStrings["wwPreGCMemoryFree"] = "Free memory before garbage collection";
wwStrings["wwCmuAdminExportPage"] = "Configuration Templates Page";
wwStrings["wwSSContextMenuRemoveDataFile"] = "Remove Content";
wwStrings["wwCpdEditSubscriptionLabel"] = "Edit Folio Subscription";
wwStrings["wwCpdCollectedItems"] = "Collected Items";
wwStrings["wwHelperFlatPopupMenusFieldDesc"] = "Show the popup menus a single level popup.";
wwStrings["wwCpdMaxNodes"] = "Maximum nodes:";
wwStrings["wwOverallMemCheckTime"] = "Overall time for memory check";
wwStrings["wwLmContentExpiringBetween"] = "Content expiring between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwSSDefaultAssetCategoryManagerSettings"] = "all manager configuration settings files used for my site";
wwStrings["wwApprovedBy"] = "Approved By:";
wwStrings["wwServerLogs"] = "Content Server Logs";
wwStrings["wwXuiSearchWidgetPageNumber"] = "Page {1}";
wwStrings["wwCpdStatusIcon"] = "Status icon";
wwStrings["wwWebViewableRendition"] = "Web-Viewable File";
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["wwLabelUserName"] = "User Name:";
wwStrings["wwSSDefaultDocPrimaryFileCustomConfigurationScript"] = "default.js";
wwStrings["wwDpDescription"] = "Description";
wwStrings["wwNumberGreater"] = "Greater Than";
wwStrings["wwMiddleParents"] = "Middle Parents:";
wwStrings["wwSSContextMenuPrompt"] = "Right click for options";
wwStrings["wwOptionsForServer"] = "Options for {1}";
wwStrings["wwFePluginDynInclude[idcComponentName]"] = "FormEditor";
wwStrings["wwSSSCSuggestions"] = "Suggestions:";
wwStrings["wwCmuExportLastExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsFieldDesc_RenditionSpecifier[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwHasAsWordPrefix"] = "Has Prefix";
wwStrings["wwUseXWindowsTitle"] = "Use X-Windows for Rasterization";
wwStrings["wwCmuSectionLabel_emtpysection"] = "";
wwStrings["wwRefineryNativeFileSizeMaxCompressError[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwJspEnabledGroups"] = "JSP Enabled Groups:";
wwStrings["wwCpdFolioNodeCreationLabel"] = "Allow Node Creation:";
wwStrings["wwCpdEmptyString"] = "(Empty)";
wwStrings["wwDefaultResultCount"] = "Default Result Count";
wwStrings["wwSSQDResultsView"] = "View Content";
wwStrings["wwSSSiteDocumentsReport"] = "Web Site Objects Report";
wwStrings["wwCmuSectionDesc_workflowscripts"] = "Workflow Scripts Section";
wwStrings["wwCmuDisplayRefreshLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwxWebsiteObjectType"] = "Web Site Object Type";
wwStrings["wwAdminSuspendIndexUpdate"] = "Suspend index update";
wwStrings["wwCpdEditSubsFolioDeleteDesc"] = "This will notify when anything is deleted from this folio.";
wwStrings["wwCmuSectionLabel_doctypes[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdCannotRemove"] = "Cannot remove.";
wwStrings["wwChange"] = "Change";
wwStrings["wwCmuLogs"] = "Configuration Migration Logs";
wwStrings["wwEnvironment"] = "Environment";
wwStrings["wwOnlineRegistrationMsg"] = "\nFor online registration use the button below. This will connect to the\nlicense server.\n";
wwStrings["wwNtlmConfiguration"] = "NT Domain Security Configuration";
wwStrings["wwNewDiscussionDocTitle[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwIbrConfigMenuLabel"] = "Conversion Options";
wwStrings["wwEditDatabaseProvider"] = "Edit Database Provider";
wwStrings["wwSpecifyIntegerForCapacity"] = "Please specify an integer value for the capacity check interval.";
wwStrings["wwWfStarted"] = "Workflow {1q} has been started.";
wwStrings["wwFeInvalidStartCharacter"] = "The initial character is not valid for an xml node.";
wwStrings["wwCpdAllowItemCreation"] = "Allow item creation:";
wwStrings["wwSSDefaultDocDocx"] = "Microsoft Word Document";
wwStrings["wwUserAttribute"] = "User Attribute";
wwStrings["wwUploadNewComponent"] = "Install New Component";
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["wwMinorRevSeq"] = "Minor Revision Sequence:";
wwStrings["wwIntradocServerPort"] = "Server Port";
wwStrings["wwFePreview"] = "Web Form Preview";
wwStrings["wwSelectContentServer"] = "Select the Content Server";
wwStrings["wwCmuEditExportRuleTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwPrev"] = "[Prev]";
wwStrings["wwFeBasicFormTemplateDesc"] = "A basic web form to be used by the Content Server.";
wwStrings["wwSecurityGroup"] = "Security Group";
wwStrings["wwConfigurationInfo"] = "Configuration Info";
wwStrings["wwFeSubmitBtn"] = "Submit";
wwStrings["wwCpdNoArchiveItemAvailableDesc"] = "There was an error with recovering the item from a previous revision.";
wwStrings["wwServerDesc"] = "Server Description";
wwStrings["wwSuccess"] = "Success";
wwStrings["wwServerProcessID"] = "Server Process ID";
wwStrings["wwFeAction[idcComponentName]"] = "FormEditor";
wwStrings["wwContentMgr"] = "Content Manager";
wwStrings["wwCmuActionResultsSubject[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuUploadBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCConfigTitle"] = "Dynamic Converter Configuration";
wwStrings["wwMap"] = "Map";
wwStrings["wwSSDefaultAssetCategoryNameManagerSettings"] = "Manager Configuration Settings";
wwStrings["wwCmuConfirmUnsavedExit[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwVerifyProviderReset[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwUniqueId"] = "Unique ID";
wwStrings["wwVerifyContinueCheckin"] = "\nCheck in is already in progress.\nDo you wish to continue the check in?\n";
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["wwActions"] = "Actions";
wwStrings["wwWsdlServicesTable"] = "Table of services for this WSDL.";
wwStrings["wwCpdTemplateBasedFolio"] = "Template-Based Folio";
wwStrings["wwCmuBundleSourceHost[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMetricPrefix0"] = "{1} {2}";
wwStrings["wwMetricPrefix1"] = "{1} Deka{2}";
wwStrings["wwFilterAdmin"] = "Filter Administration";
wwStrings["wwsrfDocSnippet"] = "Snippet";
wwStrings["wwCpdDownloadZipRendition"] = "Download zip rendition";
wwStrings["wwCmuActionHistoryTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDiscussionGroupLinkLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwAttachSelectedUrlWeb"] = "URL - Web [Attach Selected]";
wwStrings["wwAdminReports"] = "System Audit Information";
wwStrings["wwFeFormAction"] = "Action";
wwStrings["wwCmuBundleLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMetricPrefix6"] = "{1} Mega{2}";
wwStrings["wwMetricPrefix9"] = "{1} Giga{2}";
wwStrings["wwListTemplateMustSpecifyLabel"] = "Please specify a label.";
wwStrings["wwMetricPrefix3"] = "{1} Kilo{2}";
wwStrings["wwSSContextMenuSwitchRegionTemplate"] = "Switch Region Template";
wwStrings["wwClbraProjectTable"] = "Table containing a list collaboration projects.";
wwStrings["wwMetricPrefix2"] = "{1} Hecto{2}";
wwStrings["wwCpdArchiveItemCheckinTitle"] = "Folio Archive Item Checkin";
wwStrings["wwProviders"] = "Providers";
wwStrings["wwDiscussionCannotShowNewItemForm"] = "You do not have sufficient privilege to create a discussion for document \'{1}\'.";
wwStrings["wwCpdNoSearchItems"] = "No search items to display. Click Search to add items to this listing.";
wwStrings["wwStandardCheckIn"] = "Standard Check In";
wwStrings["wwLogOptions"] = "Log Options";
wwStrings["wwLabelFormats"] = "Formats:";
wwStrings["wwDCConfigRuleCriteriaUnits"] = "Criteria per rule";
wwStrings["wwOracleTextIndexOptimization[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwSearchProbReports"] = "Search Problem Reports";
wwStrings["wwPreviewNavigation"] = "Preview";
wwStrings["wwViewLocalizationAudit"] = "Localization Auditing";
wwStrings["wwDay"] = "1 Day";
wwStrings["wwCpdEditFolio"] = "Edit Folio";
wwStrings["wwWfReviewWorkflowItem"] = "Review workflow item";
wwStrings["wwFeTextareaProps"] = "Text Area";
wwStrings["wwGcTime"] = "Time for garbage collection";
wwStrings["wwExclusiveCheckout"] = "Allow only original contributor to check out";
wwStrings["wwShowFeatureDetails"] = "Feature Details";
wwStrings["wwRefinerySecondsBetweenTransferAttempts"] = "Enter the number of seconds between successive transfer attempts.";
wwStrings["wwCmuCreateExportTemplate"] = "Create Export Template";
wwStrings["wwLinks"] = "Links";
wwStrings["wwColumns"] = "Columns";
wwStrings["wwSSOnDemandSitesTitle"] = "Manage On-Demand Web Sites";
wwStrings["wwCpdEditSubscriptionPage"] = "Edit Folio Subscription";
wwStrings["wwSerialNumberLabel"] = "Serial Number:";
wwStrings["wwSSBackupServerConfigDetails"] = "Server Configuration Details";
wwStrings["wwDiscussionInfoLabel"] = "Discussion Info";
wwStrings["wwFeDynIncludeName"] = "Include name";
wwStrings["wwLabelDatabaseName"] = "Database Name:";
wwStrings["wwTraysLayoutLabel"] = "Trays";
wwStrings["wwEnvironmentKeyCount"] = "Number of environment keys: {1i}";
wwStrings["wwWfCHECKIN"] = "Check In";
wwStrings["wwWsdlComplexTypesTable"] = "Table of complex types for this WSDL.";
wwStrings["wwBefore"] = "Before";
wwStrings["wwSSCreateWebAssetLinkTitle"] = "Create New Web Asset";
wwStrings["wwFeIdocSearch[idcComponentName]"] = "FormEditor";
wwStrings["wwTaminoNoXMLResult"] = "No Matching XML";
wwStrings["wwFsFieldDesc_RevisionLabel"] = "Computed revision label";
wwStrings["wwCmuExportPreview"] = "Preview";
wwStrings["wwFeTableCaption"] = "Caption";
wwStrings["wwConfirmDeleteCustomizations"] = "Are you certain you wish to delete your customizations? This will revert your settings to the standard look.";
wwStrings["wwNotEndsWith"] = "Not Ends";
wwStrings["wwCmuConfirmExportWithoutPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdElementClassLabel"] = "Element Class:";
wwStrings["wwContentItemsInWorkflow"] = "Content Items In Workflow \'\u003ci\u003e{1}\u003c/i\u003e\'";
wwStrings["wwSSDefaultAssetCategoryNameValidationScript"] = "Validation Scripts";
wwStrings["wwCmuSectionLabel_workflowscripts"] = "Workflow Scripts";
wwStrings["wwUninstall"] = "Uninstall";
wwStrings["wwStandardMetadata"] = "Standard";
wwStrings["wwdIsSearchable"] = "Is Searchable";
wwStrings["wwProjectInformationForProject"] = "Publisher Project Information for {1q}";
wwStrings["wwLabelLastActivityDate"] = "Last Activity Date:";
wwStrings["wwibrOptionsPageTitleName"] = "Inbound Refinery Conversion Options";
wwStrings["wwNoResultsForQueryPlain"] = "Found no items matching the query.";
wwStrings["wwDTMMessage"] = "Distributed Task Manager Message";
wwStrings["wwCpdFolioCheckinConfirmDesc"] = "The following folio has been successfully checked into Content Server. Select a navigation option below and click Finish.";
wwStrings["wwTo"] = "To";
wwStrings["wwCmuActionHistoryPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeAddRowAction[idcComponentName]"] = "FormEditor";
wwStrings["wwClbraNoActiveRevs"] = "There is no active collaboration project content.";
wwStrings["wwTraceEditOptionsTitle"] = "Edit Active Console Output Tracing**";
wwStrings["wwFeatureNameHeader"] = "Feature Name";
wwStrings["wwSuccessfulLicenseUpdate"] = "You have successfully updated your license information.";
wwStrings["wwSSServerSideLinks"] = "To Server-Side Links (e.g. &lt;&#33;--$ssNodeLink( 1 )--&gt;)";
wwStrings["wwFilterByCategory"] = "Filter by Category";
wwStrings["wwInstallDirs"] = "Installation Directories";
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["wwCpdFolioCheckinConfirmTitle"] = "Folio Check In Confirmation";
wwStrings["wwXuiItemsShown"] = "Items {1}-{2} of {3}";
wwStrings["wwCmuExportPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuActionHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdLinks"] = "Folio Membership";
wwStrings["wwCmuEvent[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwOracleHomePage"] = "Oracle Home Page";
wwStrings["wwDiscussThisItem"] = "Discuss this Item ({1} item{1?s})";
wwStrings["wwNotAllowedToDeleteSelf"] = "You are not allowed to delete yourself.";
wwStrings["wwXuiThumbnail"] = "Thumbnail View";
wwStrings["wwAssignInfo"] = "Assign Info";
wwStrings["wwDCGeneralConfigTitle"] = "General Configuration";
wwStrings["wwStartedBy"] = "Started By:";
wwStrings["wwWebServer"] = "Web Server";
wwStrings["wwCgiDebug"] = "CGI_DEBUG";
wwStrings["wwQueryBuilder"] = "Query Builder";
wwStrings["wwMyPersonalCheckins"] = "My Check Ins";
wwStrings["wwSpecifyJdbcUser"] = "Please specify user name for this JDBC connection.";
wwStrings["wwMore"] = "More";
wwStrings["wwAdditionalComponentsEq"] = "Additional Components={1}";
wwStrings["wwCmuAddDependencies[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwConfigEntryInfo"] = "Configuration Entry Information";
wwStrings["wwUninstallComponent"] = "Uninstall Component";
wwStrings["wwFullTextSearchDesc"] = "Enter words or phrases separated by commas";
wwStrings["wwContentCheckinUserLabel"] = "Checked in by:";
wwStrings["wwFeCheckin"] = "Form Check in";
wwStrings["wwPreviewPage"] = "Preview page with navigation frame and preview frame.";
wwStrings["wwSSArchiveTypeBackup"] = "Web Site Backup";
wwStrings["wwCmuSectionDesc_docmetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCConfigSettings"] = "Configuration Settings";
wwStrings["wwReleasedDate"] = "Released Date";
wwStrings["wwCmuAdminExport"] = "Defined Configuration Export";
wwStrings["wwFeTableSummary"] = "Summary";
wwStrings["wwCpdDeleteWithChildrenConfirmMsg"] = "Delete node containing children?";
wwStrings["wwServerNoPageEncoding"] = "Not Defined";
wwStrings["wwJspServerWebAppAdminPage"] = "JSP Web App Administration Page";
wwStrings["wwFeCheckboxValue"] = "Value";
wwStrings["wwSpecifyTitle"] = "Please specify a title.";
wwStrings["wwDCTemplateRulesNewButt"] = "Add New Rule";
wwStrings["wwFeInvalidSpaceCharacter[idcComponentName]"] = "FormEditor";
wwStrings["wwWfDELETE_REV"] = "Delete Revision";
wwStrings["wwAutoAssignContentId"] = "Auto-Assign Content ID on Check In:";
wwStrings["wwCpdActive"] = "Active";
wwStrings["wwSSDefaultAssetCategoryNameElementDefinition"] = "Element Definitions";
wwStrings["wwSpConnectionTimeout"] = "Connection Timeout";
wwStrings["wwCmuRootSectionLabel"] = "Root Sections";
wwStrings["wwReadOnly"] = "Read Only";
wwStrings["wwSSCheckinWebContent"] = "Create New Web Asset";
wwStrings["wwNotifiedSubjects"] = "Notified Subjects";
wwStrings["wwDCConfigAlertInvalidIntegerCriteria"] = "Please specify a positive integer value for the Rule Criteria.";
wwStrings["wwDpOrderSet"] = "Order for {1}";
wwStrings["wwFeProfileCheckinDesc"] = "Choose a check in profile from the list below";
wwStrings["wwFeDeleteAction[idcComponentName]"] = "FormEditor";
wwStrings["wwSSBrowseSection"] = "Browse this section";
wwStrings["wwUnregisterPreview"] = "Unregister Preview";
wwStrings["wwFeActionAddNewRow[idcComponentName]"] = "FormEditor";
wwStrings["wwSSArchiveExportOptions"] = "Export Options";
wwStrings["wwSSDefaultDocPageTemplateJsp"] = "Jsp Page Template";
wwStrings["wwPreviewProvider"] = "Preview Provider";
wwStrings["wwSSDefaultAssetCategoryOther"] = "For Flash, video, audio";
wwStrings["wwContentItemCheckOut"] = "Content Item Check Out";
wwStrings["wwFsVaultPath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwIncomingProviderDesc"] = "Configuring an incoming provider.";
wwStrings["wwFeTextAreaWidthError[idcComponentName]"] = "FormEditor";
wwStrings["wwIndexOptimizationStarted[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwErrorRetrievingInfo"] = "Error Retrieving Info:";
wwStrings["wwCmuActionLabelDownloadBundle"] = "Download";
wwStrings["wwAttachWeb"] = "Web";
wwStrings["wwSSArchiveAdd"] = "Add...";
wwStrings["wwPrjFunctions"] = "Functions:";
wwStrings["wwSSArchiveCollection"] = "Collection:";
wwStrings["wwSSSelectSiteOption"] = "\u003c\u003c\u003c Select a Web Site \u003e\u003e\u003e";
wwStrings["wwActiveClbraWfTable"] = "Table containing a list of active collaboration workflows.";
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["wwCmuDefineExport"] = "Define template";
wwStrings["wwDocSrcInfo"] = "Document Source Information";
wwStrings["wwConfirmation"] = "Confirmation";
wwStrings["wwSSProjetDetail"] = "Lists the project associated with the web site";
wwStrings["wwJavaVersionLabel"] = "Java Version:";
wwStrings["wwDiscussType"] = "Discussion Type";
wwStrings["wwTotalActiveDBConnections"] = "Total Active Database Connections: {1}";
wwStrings["wwSpecificUnubscribeDesc"] = "Are you sure you wish to unsubscribe from the item \"{1}\"?";
wwStrings["wwFeSelectProps[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdEditPneTemplateList"] = "Edit Folio Template List";
wwStrings["wwDBActiveConnection"] = "Active Database Connections";
wwStrings["wwAccount"] = "Account";
wwStrings["wwReleaseDate"] = "Release Date";
wwStrings["wwWfReviewCheckinSelMsg"] = "You currently have this item checked out. You should check it in when finished.";
wwStrings["wwCmuSectionDesc_aliases[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCheckedOutConByUser"] = "Content Checked Out By User";
wwStrings["wwN_A"] = "Not applicable";
wwStrings["wwProviderName"] = "Provider Name";
wwStrings["wwDataListElementsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCgiReceiveDump"] = "CGI_RECEIVE_DUMP";
wwStrings["wwDataListTable"] = "Table of data lists with descriptions and actions.";
wwStrings["wwHomeDesc"] = "Click on this button to get back to this page.";
wwStrings["wwDocInfoTitle2"] = "Content Information for {1q}";
wwStrings["wwSSShowHideDetail"] = "Show / Hide Detail";
wwStrings["wwMoveFieldToAddInfo"] = "Move Field to Additional Information";
wwStrings["wwLabelSecurityGroup"] = "Security Group:";
wwStrings["wwSCORE"] = "Score";
wwStrings["wwSubscribe"] = "Subscribe";
wwStrings["wwSubmitProblemReport"] = "Submit Problem Report";
wwStrings["wwCpdFolioActions"] = "Actions";
wwStrings["wwDiscussionInfoTitle[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFsFieldDesc_dReleaseState[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAssignProjectInfoTitle"] = "Assign Publisher Project Info";
wwStrings["wwSoapAddDataList[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwSpecifyInstanceName"] = "Please specify a value for the instance name.";
wwStrings["wwAttachSelectedUrlNative"] = "URL - Native [Attach Selected]";
wwStrings["wwLabelAttachSelected"] = "Attach Selected:";
wwStrings["wwEnterpriseSearchable"] = "Enterprise Searchable";
wwStrings["wwdOrder"] = "Order";
wwStrings["wwOutgoingProviderDesc"] = "Configuring an outgoing provider.";
wwStrings["wwStackTrace"] = "Stack Trace";
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["wwAdminActions"] = "Actions:";
wwStrings["wwMemo"] = "Memo";
wwStrings["wwPoundIcon"] = "Pound Icon";
wwStrings["wwCmuRootSectionLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCustomize"] = "Customize";
wwStrings["wwCpdFolioClonedItemTemplateCheckinDesc"] = "This template contains items that require cloning.  A folio based off this template must be checked in before editing can continue.";
wwStrings["wwWfReviewInfoMsg"] = "Use the links below to see more info about this item, or the status of the workflow.";
wwStrings["wwSSUpgradeWebsitesFieldsText"] = "The Web Sites information fields can be updated to provide more precise searching capabilities that are compatible with other applications.  This will update the xWebsites and xDontShowInListsForWebsites fields in the system database for all document revisions.  Click the button below to perform this update.";
wwStrings["wwAttachNative"] = "Native";
wwStrings["wwNativeFormat"] = "Native Format";
wwStrings["wwCpdActiveBasketNotDefined"] = "Active Content Basket not defined.";
wwStrings["wwContentAuthorLabel"] = "Author:";
wwStrings["wwChunval"] = "Select List Not Validated";
wwStrings["wwReviewersForContent"] = "Reviewers For Content Item {1q}";
wwStrings["wwTestEmailFormSubjectDefault"] = "Test email from Content Server";
wwStrings["wwCpdManageContentBasketsLabel"] = "Manage Content Baskets";
wwStrings["wwCmuExportActions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSoapUpdateResponseParameters"] = "Update Response Parameters";
wwStrings["wwFeDynIncludeNote[idcComponentName]"] = "FormEditor";
wwStrings["wwPrimFile"] = "Primary File";
wwStrings["wwContentSecurity"] = "Content Security";
wwStrings["wwHelperDivDoesNotExist"] = "Helper Divider does not exist.  Cannot send a message to the applet on a Mac without the Helper Divider.";
wwStrings["wwCmuActionHistoryCaption[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwEOQueryConverter"] = "Query Converter";
wwStrings["wwSpecifyIntegerForNumConnections"] = "Please specify a positive integer for the number of connections.";
wwStrings["wwCmuExportSectionDesc"] = "Section Description";
wwStrings["wwDetails"] = "Details";
wwStrings["wwFsAccessImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeTableDifferentFromBlock"] = "The field does not belong to the table of the containing repeat block. Do you wish to continue?";
wwStrings["wwSSDefinitionDownloadMenuItem"] = "Download definition bundle archive as ZIP";
wwStrings["wwLabelTitle"] = "Title:";
wwStrings["wwCmuUpdateDatabaseDesign[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLocalizationAudit"] = "Localization Audit";
wwStrings["wwSSAdminSitesUpgradeCancelButton"] = "Cancel Upgrade";
wwStrings["wwIndexOptimizationStatus[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwCpdExistingFolio"] = "Existing folio";
wwStrings["wwStandardSearch"] = "Standard Search";
wwStrings["wwSSExportArchiveAdd"] = "Add Export Archive...";
wwStrings["wwTreeContainer"] = "Tree Container";
wwStrings["wwCmuImportPreview"] = "Preview";
wwStrings["wwCaptionWrapperSimple"] = "{1}:";
wwStrings["wwSystemAdmin"] = "System Admin";
wwStrings["wwFeCheckboxDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwNewDiscussionInformationText[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCpdWorkspaceLabel"] = "Workspace";
wwStrings["wwFsWeblessStore"] = "Is Webless file store";
wwStrings["wwCmuSectionLabel_docformats"] = "Content Formats";
wwStrings["wwPreviewPage2"] = "Preview page with preview frame.";
wwStrings["wwFeTableCellSpacing"] = "Cell spacing";
wwStrings["wwQueryTransformer[idcComponentName]"] = "OracleQueryOptimizer";
wwStrings["wwFeRowProperties"] = "Row Properties";
wwStrings["wwFsEditRule"] = "Edit rule...";
wwStrings["wwUrlInfo"] = "URL - Info";
wwStrings["wwTitle"] = "Title";
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["wwActionsAndLinks"] = "Actions and Links";
wwStrings["wwAccountPermDelimLabel"] = "Account Permissions Delimiter:";
wwStrings["wwTargQuickSearchPersonalTable"] = "Table with a list of personalized targeted quick searches.";
wwStrings["wwCmuExportPreviewPage"] = "Export Preview";
wwStrings["wwClbraCreatedBy"] = "Created By";
wwStrings["wwBrowse"] = "Browse";
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["wwMoveHere"] = "Move Here";
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["wwFsWeblessStoreDesc"] = "\n";
wwStrings["wwCmuDeleteAllLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultDocPrimaryFileScriptVbs"] = "default.vbs";
wwStrings["wwSSCurrentArchiverStatus"] = "Current Archiver Status";
wwStrings["wwCpdSaveFolio"] = "Save folio";
wwStrings["wwOnlineRegistration"] = "Online Registration";
wwStrings["wwFsFieldDesc_dExtension[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwNoResultsForQuery"] = "Found no items out of {1} searched matching the query.";
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["wwSSDefaultDocPlaceholderDefinitionXml"] = "Placeholder Definition";
wwStrings["wwCpdSaveTemplate"] = "Save template";
wwStrings["wwSSAdminHelpTitle"] = "Show Help";
wwStrings["wwLabelTotalDocsCaptured"] = "Total Captured In Archive:";
wwStrings["wwLabelName"] = "Name";
wwStrings["wwComponentManager"] = "Component Manager";
wwStrings["wwCpdPersonalTemplateList"] = "Personal Folio Template List";
wwStrings["wwLoginDesc"] = "Enables users to view restricted content in the system.";
wwStrings["wwDefaultTargetedQuickSearchLabel"] = "Targeted Quick Searches";
wwStrings["wwFeBasicTemplateHelp[idcComponentName]"] = "FormEditor";
wwStrings["wwOralceTextRebuildAndOptimization[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwMemoryMax"] = "Maximum memory";
wwStrings["wwDiscussCount[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwIbrConversionJobsOut/ext[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwLabelClusterGroup"] = "Cluster Group:";
wwStrings["wwEditPartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeFieldMissing[idcComponentName]"] = "FormEditor";
wwStrings["wwSSAddArchiveButton"] = "Add Archive";
wwStrings["wwCmuExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwPersonalConfiguration"] = "Personal Configuration";
wwStrings["wwListTemplatesFor"] = "Content List Templates for {1}";
wwStrings["wwFeTextAreaDlgTitle"] = "Text Area Options";
wwStrings["wwFsFieldDesc_dRevisionID[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuAddTask"] = "Create Task";
wwStrings["wwSSBackupArchiveDescription"] = "Archive of site {1} on {2}";
wwStrings["wwDigestFor"] = "SHA1 Digest for {1}";
wwStrings["wwFeActionResetForm"] = "Reset form";
wwStrings["wwFeTextFieldTypeText"] = "Text";
wwStrings["wwSocketHostAddressSecurityFilter"] = "Server IP Filter";
wwStrings["wwClbraRevisionsFor"] = "Revisions for collaboration project {1}";
wwStrings["wwDBSearchZoneConfig[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwCpdRemoveSelectedItems"] = "Remove selected items";
wwStrings["wwFormat"] = "Format";
wwStrings["wwLmSkinVariantDefault"] = "Default";
wwStrings["wwUnsubscribeFromItem"] = "Unsubscribe from Content Item";
wwStrings["wwEnvironmentKeyDetails_show_replaced"] = "Show";
wwStrings["wwDCConfigDefLayoutTitle"] = "Default Layout";
wwStrings["wwSSViewSiteInContext"] = "View Web Site in Context";
wwStrings["wwServerIPAddressFilter"] = "Server IP Address Filter:";
wwStrings["wwFsSymLinkMethod"] = "symlink";
wwStrings["wwFeChecked"] = "Selected";
wwStrings["wwFeCustomNote"] = "\nNote: There should be only one name/value pair per line in the format \"name=value\".\n";
wwStrings["wwContentQueryCaptureTitle"] = "Content Query Capture";
wwStrings["wwTopParent"] = "Top Parent:";
wwStrings["wwSSLayoutFragmentUsageReport"] = "Page Template Fragments";
wwStrings["wwCmuSectionLabel_workflowscripts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwUseLocalGroups"] = "Use Local Groups";
wwStrings["wwDocType"] = "Doc Type";
wwStrings["wwVerifyDocTypeDelete"] = "Do you want to permanently delete the document type from the system?";
wwStrings["wwShowContentSecurityDetails"] = "Content Security Details";
wwStrings["wwUndoCheckOut"] = "Undo Check Out";
wwStrings["wwLogoff"] = "Logout";
wwStrings["wwLabelProviderDesc"] = "Provider Description:";
wwStrings["wwChoice"] = "Select List Validated";
wwStrings["wwFeSubmitBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwFsPartitionName[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdLinkLabel"] = "Label:";
wwStrings["wwCpdExternalTypeLabel_link"] = "link:";
wwStrings["wwSSContextMenuDataFileNotDefined"] = "Data file not defined";
wwStrings["wwFeBlockTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwDansk"] = "Dansk";
wwStrings["wwVerifyProviderDelete"] = "Are you sure you wish to delete this provider?";
wwStrings["wwCreateThumbnailViewSearchResultTemplate"] = "Create Thumbnail View Search Result Template";
wwStrings["wwLabelFormat"] = "Format:";
wwStrings["wwxRegionDefinition"] = "Region Definition";
wwStrings["wwCmuActionEventTable"] = "Configuration Migration Action Events";
wwStrings["wwCpdFolioTemplateCheckinDesc"] = "Use the form below the check the folio template into the Content Server";
wwStrings["wwBigText"] = "Long Text";
wwStrings["wwFullAccess"] = "Full Access";
wwStrings["wwWorkflows"] = "Workflows";
wwStrings["wwSelectionConfirmation"] = "Selection Confirmation";
wwStrings["wwCmuExportSectionName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultDocPrimaryFileManagerMaxXml"] = "default.xml";
wwStrings["wwPersonalUrls"] = "Personal URLs";
wwStrings["wwAttachAllUrlWeb"] = "URL - Web [Attach All]";
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["wwSelectAValue"] = "Select A Value";
wwStrings["wwCpdEditSubsFolioChildUpdateDesc"] = "This will notify on any change to content linked to by this folio.";
wwStrings["wwFeDynIncludeTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwMetadataOnly"] = "Metadata Only";
wwStrings["wwCpdAllowNodeCreation"] = "Allow node creation:";
wwStrings["wwDownloadInformation"] = "Download Information";
wwStrings["wwAvailableFields"] = "Available Fields";
wwStrings["wwSSDefaultAssetCategoryNameOther"] = "Other Media";
wwStrings["wwClbraInQueue"] = "Content in workflow in queue";
wwStrings["wwFoundMatchesForNamedQuery"] = "Found {1} item{1?s} matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwWorkflowStepInfo"] = "Workflow Step Info";
wwStrings["wwFeHiddenFieldProp"] = "Hidden Field";
wwStrings["wwSSConfigureAspSupportText"] = "Use this option to check in sample ASP fragments, and to publish ASP-related static weblayout files during the next Content Server restart.  This is necessary if ASP support has been enabled since the Site Studio component was installed.";
wwStrings["wwCmuUpload"] = "Upload Bundle";
wwStrings["wwSSSiteId"] = "Web Site ID";
wwStrings["wwFeDisplayNodeError"] = "Unable to find display node for id {1q}";
wwStrings["wwMetricSymbol-1"] = "{1} d{2}";
wwStrings["wwCmuCreateExportTemplate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwMetricSymbol-2"] = "{1} c{2}";
wwStrings["wwLdapSourcePathLabel"] = "Source Path:";
wwStrings["wwMetricSymbol-3"] = "{1} m{2}";
wwStrings["wwSSSiteStudioDesignerDownloadLabel"] = "Site Studio Designer";
wwStrings["wwMetricSymbol-6"] = "{1} m{2}";
wwStrings["wwSSArchiveDetailHasServerConfig"] = "Has Server Configuration Information:";
wwStrings["wwMetricSymbol-9"] = "{1} n{2}";
wwStrings["wwCmuV6CompatComponentMissing[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwXuiSaveSearch"] = "Save Search";
wwStrings["wwSSSCChangeTo"] = "Change to:";
wwStrings["wwSSExplainUpgradeOld"] = "There are two steps to upgrade a legacy web site.\u003col\u003e\u003cli\u003e\u003cb\u003eSelect the legacy web site.\u003c/b\u003e  On this page select the legacy web site that you would like to convert to the new format.\u003c/li\u003e\u003cli\u003e\u003cb\u003eAssign Document Information for the Site Studio Project file.\u003c/b\u003e  This will allow you to assign document information to be used to check in the project to the Content Server.\u003cbr\u003e\u003cbr\u003eNote: After assigning the metadata Site Studio will begin the upgrade operation.  Depending upon the size and characteristics of the site, this may take some time.  After the information has been extracted, a new project file will be checked in.  Also note, this operation will not affect the current site\'s Folder structure or information.\u003c/li\u003e\u003c/ol\u003e";
wwStrings["wwWfSTART_WORKFLOW"] = "Workflow Start";
wwStrings["wwSSPlaceholderDefinitionsReport"] = "Placeholder Definitions";
wwStrings["wwCpdItemTypeNotAllowed"] = "Invalid item type.";
wwStrings["wwRegexNoMatch"] = "{1} does not match the regular expression {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["wwCpdTemplateEnabledLabel"] = "Template Enabled:";
wwStrings["wwNotBeginsWith"] = "Not Starts";
wwStrings["wwDigestOnly"] = "Digests Only";
wwStrings["wwHideAdvancedOptionsQueryBuilder"] = "hide advanced options";
wwStrings["wwCmuButtonLabelSelectAllSection[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeCustomTabLabel"] = "Variables";
wwStrings["wwWebFileSize"] = "Web File Size";
wwStrings["wwSSMigrationSchedule"] = "Replication Schedule";
wwStrings["wwSearchResults"] = "Search Results";
wwStrings["wwRefineryConversionSendDocInfo"] = "Include all Content Information in conversion job.";
wwStrings["wwFeRepeatDesc"] = "\nUse this option to generate an HTML table, which is bound to a specified data table.\n";
wwStrings["wwAllowedActions"] = "Allowed Actions";
wwStrings["wwCpdSlotCreationDisabled"] = "Item creation disabled.";
wwStrings["wwCmuAdminSectionItemTable"] = "Items for section \'{1m}\'";
wwStrings["wwCmuSectionDesc_schemarelations"] = "Schema Relations Section";
wwStrings["wwCommentOnRevision"] = "(comment on revision \u003ca href=\"{1}?IdcService=DOC_INFO&dDocName={4}&dID={2}\"\u003e{3}\u003c/a\u003e)";
wwStrings["wwCurrentOptionList"] = "Current Option List";
wwStrings["wwRefineryConversionFailureOnNoProvider[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwAdminServerManagedServerName"] = "Server {1}";
wwStrings["wwDCConfigRuleCriteriaTitle"] = "Rule Criteria";
wwStrings["wwCmuSectionLabel_schematables[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeActionResetTable"] = "Reset table";
wwStrings["wwNtlmSecurityEnabled"] = "Ntlm Security Enabled";
wwStrings["wwAllWorkflowItems"] = "All Workflow Items";
wwStrings["wwSSCollectionAddedSuccessfully"] = "The specified collection was successfully added to the system.";
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["wwAttachNativeFile"] = "Attach Native File";
wwStrings["wwGetConversion"] = "Get Conversion";
wwStrings["wwHungarian"] = "Hungarian";
wwStrings["wwSSWebSiteLabel"] = "Web Site:";
wwStrings["wwWfREJECT"] = "Reject";
wwStrings["wwHttpAddress"] = "Http Address";
wwStrings["wwCmuConfirmImportWithoutPreview"] = "Create import without preview?";
wwStrings["wwCpdPrompt"] = "Prompt";
wwStrings["wwibrOptionsPageDescription"] = "Options that affect how the Content Server interacts with Inbound Refinery providers.";
wwStrings["wwIndexOptimizationCompleted[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwSoapDataListElements"] = "Data List Elements";
wwStrings["wwSoapAddWsdl[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCmuButtonLabelPreview[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSLOutgoingProviderDesc"] = "Configure an SSL outgoing socket provider.";
wwStrings["wwCpdFolioViewGenericLabel"] = "View";
wwStrings["wwSSArchiveDetailLastTransfer"] = "Last Transfer:";
wwStrings["wwdFormat"] = "Format";
wwStrings["wwCmuSectionLabel_schemaview"] = "Schema Views";
wwStrings["wwEditPersonalUrls"] = "Edit URLs";
wwStrings["wwCmuNewExportLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAddSelected"] = "Add Selected";
wwStrings["wwSSPagePrimary"] = "primary";
wwStrings["wwLdapSpecifyIntegerForConnectionNum"] = "Please specify a valid positive integer for the number of connections.";
wwStrings["wwMetricSymbol12"] = "{1} T{2}";
wwStrings["wwDiscussionFullInfoLinkLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwToRefresh"] = "To Refresh";
wwStrings["wwMetricSymbol15"] = "{1} P{2}";
wwStrings["wwSSContextMenuSetReplaceable"] = "Set Replaceable";
wwStrings["wwMetricSymbol18"] = "{1} E{2}";
wwStrings["wwCpdConvertToAdvanced"] = "Convert to Advanced Folio";
wwStrings["wwFeTableBorder[idcComponentName]"] = "FormEditor";
wwStrings["wwAdsUseTokenGroups"] = "User Token";
wwStrings["wwFsStorageDesc[idcComponentName]"] = "FileStoreProvider";
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["wwCmuActionEventMessageLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuDefineExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuExportLastExportedDate[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdAddLink"] = "Add Link";
wwStrings["wwOrder"] = "Order";
wwStrings["wwCpdNothingSelected"] = "Nothing selected.";
wwStrings["wwMetricSymbol24"] = "{1} Y{2}";
wwStrings["wwSpecifyPrimFile"] = "Please specify a primary file.";
wwStrings["wwSSCertValidationTitle"] = "Site Studio Certificate Validation";
wwStrings["wwEnabled"] = "Enabled";
wwStrings["wwOptionsAndOthers"] = "Options And Others";
wwStrings["wwCpdInsertHypertext"] = "Insert Hypertext";
wwStrings["wwFsJdbcRenditions"] = "Renditions";
wwStrings["wwMetricSymbol21"] = "{1} Z{2}";
wwStrings["wwCpdDeleteRow"] = "Delete row";
wwStrings["wwDeletePartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwUsers"] = "Users";
wwStrings["wwListTemplateLabel"] = "Content List Template Label";
wwStrings["wwAuthorDelete"] = "Allow author to delete revision";
wwStrings["wwLdapUseSSLLabel"] = "SSL Enabled:";
wwStrings["wwEditingSavedQuery"] = "Editing \"{1}\"";
wwStrings["wwContentInfoLabel"] = "Content Info";
wwStrings["wwSSNoBackupConfigDetailsAvailable"] = "No server details are recorded in this backup archive.";
wwStrings["wwDCTemplateRulesListCaption"] = "Template Selection Rules (In order of evaluation)";
wwStrings["wwCmuTaskHistory"] = "Action History";
wwStrings["wwCpdNoTemplates"] = "No Folio Templates";
wwStrings["wwShowInternetDetails"] = "Internet Configurations";
wwStrings["wwHelperOneItemShown"] = "Item {1} of {2}";
wwStrings["wwRefineryProvider"] = "Handles Inbound Refinery Conversion Jobs";
wwStrings["wwCollaboration"] = "Collaboration Project";
wwStrings["wwCmuAdminSections"] = "Configuration Migration Admin Sections";
wwStrings["wwHelpDesc"] = "Gives you access to the online documentation for {1}";
wwStrings["wwSpServerThread"] = "Server Thread Class";
wwStrings["wwAdminPublishStatic"] = "Publish static layout files";
wwStrings["wwNOEDisplayResults"] = "Display {1} out of {2} matching document{1?s}:";
wwStrings["wwRejectDocument"] = "Reject {1}";
wwStrings["wwQueryTitle"] = "Query Title";
wwStrings["wwSharedClusterNode"] = "Shared Cluster Node (Master or Proxy)";
wwStrings["wwMyViewAdvancedScriptDesc"] = "Idoc Script entered into this field is evaluated and included in the Description column of the My View search results template.";
wwStrings["wwArchiverImportRevisionBeingImported"] = "Revision Being Imported";
wwStrings["wwFsProviderTitle"] = "File Store Provider";
wwStrings["wwFsAddPartition[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwUsersDataDesc"] = "Users Data Section";
wwStrings["wwTestEmailFormRecipients"] = "To:";
wwStrings["wwXuiCustomTemplate"] = "My View";
wwStrings["wwStartServer"] = "Start {1}";
wwStrings["wwSSSiteStudioPublisherDownloadDescription"] = "Site Studio Publisher, an application for publishing Site Studio Websites.";
wwStrings["wwDocumentDesc"] = "Content Section";
wwStrings["wwUseFullGroupName"] = "Use Full Group Names";
wwStrings["wwCmuActionLabelDeleteTask[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLogin"] = "Login";
wwStrings["wwCOAO_ErrorNoJava"] = "Java must be enabled for this feature.";
wwStrings["wwSchemaEditTitle"] = "Edit values for view {1q}";
wwStrings["wwHelperWizardExited"] = "Wizard Exited \'{1}\'";
wwStrings["wwSSDefaultDocPrimaryFileRegionTemplateJsp"] = "default.jsp";
wwStrings["wwTargetedQSKeyHeader"] = "Key";
wwStrings["wwCheckedOutContent"] = "Checked-Out Content";
wwStrings["wwSSUniqueNodeCounter"] = "Unique Section Counter Value:";
wwStrings["wwSSBackupArchives"] = "Web Site Backup Archives";
wwStrings["wwAttachWebViewableFile"] = "Attach Web-Viewable File";
wwStrings["wwSubscriptionInfo"] = "Subscription Info";
wwStrings["wwSSAdminMigrationEditExportArchivePage"] = "Edit Export Archive";
wwStrings["wwCmuAddExportRulePage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDocumentSelected"] = "Document Selected";
wwStrings["wwmyNativeFileLink"] = "Native File";
wwStrings["wwNonOptimizedFields"] = "Non Optimized Fields";
wwStrings["wwArchiveExportHistory"] = "Archive Export History";
wwStrings["wwAdminActionsLabel"] = "Admin Actions";
wwStrings["wwTdReplyPrefix[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeXmlFieldLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwDCEditTemplateTextCol2"] = "Available Templates";
wwStrings["wwDCEditTemplateTextCol1"] = "Template";
wwStrings["wwRestartServerToApplyChanges"] = "This server must be restarted before the changes will take place.";
wwStrings["wwWorkflowContentItems"] = "Workflow Content Items";
wwStrings["wwFsJdbcStorage[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwSSArchiveDetailLastImport"] = "Last Imported:";
wwStrings["wwCpdAddFolioDesc"] = "You can either put the selected items into an existing folio, or create a new folio.";
wwStrings["wwSSArchiveSiteId"] = "Web Site:";
wwStrings["wwDocMetadataDefinitions"] = "Content Information";
wwStrings["wwDpNameTag"] = "Profile Name";
wwStrings["wwFsWeblessStore[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwXuiPopupEmailSubject"] = "Re: {1}";
wwStrings["wwCmuSectionLabel_usermetadef"] = "User Metadata";
wwStrings["wwDocQueryTitle"] = "Search";
wwStrings["wwCancel"] = "Cancel";
wwStrings["wwExpiredContentTable"] = "Table containing a list of expired content items.";
wwStrings["wwCpdContentBasket"] = "Content Basket";
wwStrings["wwCpdCannotDragParentIntoChild"] = "Cannot drag parent into child.";
wwStrings["wwCustomFieldsOptionGroup"] = "Custom";
wwStrings["wwSSShowServerDetailsButton"] = "Show Server Details";
wwStrings["wwFsIsPrimary"] = "Is Primary File Store";
wwStrings["wwLatestNotificationAt"] = "Latest Notification At:";
wwStrings["wwDownloadAll"] = "Download All";
wwStrings["wwLabelCaption"] = "Caption:";
wwStrings["wwSSDefaultDocPrimaryFileSubtemplateHcsp"] = "default.hcsp";
wwStrings["wwDiscussionGroupLinkLabel"] = "Discussion";
wwStrings["wwMySearchResultTemplates"] = "My Search Result Templates";
wwStrings["wwArchiverImportFailureTitle"] = "Archiver Import Failure";
wwStrings["wwSoapComplexTypeElements"] = "Complex Type Elements";
wwStrings["wwLabelNumberOfConnections"] = "Number of Connections:";
wwStrings["wwDCConfigEnableOptimizedLatestReleaseQueryingText"] = "This option permits reconversion of content items when their metadata is updated.";
wwStrings["wwSSShowArchiveDetails"] = "Show Archive Information";
wwStrings["wwdpTriggerFieldDesc"] = "The field that is used to activate the defined profiles.";
wwStrings["wwClbraRecentDocs"] = "Recent Collaboration Content for Project {1q}";
wwStrings["wwCpdNoChangesToSave"] = "No changes to save";
wwStrings["wwFeIsXmlTable"] = "Table is XML data";
wwStrings["wwLmSkinVariantRTL"] = "Right-To-Left";
wwStrings["wwTempConvFieldValueMissing"] = "The field value is missing in criteria";
wwStrings["wwAdminServerEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the server itself.";
wwStrings["wwCpdFolioUnsavedChanges"] = "Unsaved Changes";
wwStrings["wwHelperUseIconLongDescription"] = "Use Icon For Detailed Descriptions";
wwStrings["wwWIPContentItems"] = "{1} WIP Content Item{1?s}";
wwStrings["wwPreviewForDoc"] = "Preview for {1}";
wwStrings["wwSSAdminSitesUpgradeNextButton"] = "Next&nbsp;&nbsp;&gt;";
wwStrings["wwSpanish"] = "Spanish";
wwStrings["wwUpdateProblemReport"] = "Update Problem Report";
wwStrings["wwAddFileStoreProvider[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwListTemplateMustSelectColumns"] = "Please select at least one column.";
wwStrings["wwLdapProviderInformationTitle"] = "LDAP Provider Information for";
wwStrings["wwEnterSourceAttribute"] = "Please enter an LDAP attribute.";
wwStrings["wwWfReviewNoRevCheckoutCheckinMsg"] = "There is currently no revision. You must check out this item, then check in content to start the workflow.";
wwStrings["wwCpdIsEnabled"] = "Enabled";
wwStrings["wwEditTemplate"] = "Edit...";
wwStrings["wwComponentInstallList"] = "Component Install List";
wwStrings["wwFeatureExtensionsEq"] = "Feature Extension={1}";
wwStrings["wwCmuContinueOnError"] = "Continue On Error";
wwStrings["wwDownloadNative"] = "Download Native";
wwStrings["wwTaminoNoResultsForNamedQuery"] = "No search results for query {1}.";
wwStrings["wwCmuTaskNameSpacesNotAllowed[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWorkflowActions"] = "Workflow Actions";
wwStrings["wwNew"] = "New";
wwStrings["wwSSContextMenuWFApprove"] = "Approve Document";
wwStrings["wwCmuExportName"] = "Name";
wwStrings["wwFeAdvTableEditDesc"] = "\nCheck any of the following options to enable functionality needed to support\nthe table actions described.\n";
wwStrings["wwCmuCheckingDependencies[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeAdvPropsTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwLdapSuffixLabel"] = "LDAP Suffix:";
wwStrings["wwUserProfile"] = "User Profile";
wwStrings["wwCpdItemCannotBeEmpty"] = "Item cannot be empty.";
wwStrings["wwSSArchivingStarted"] = "The archiving operation has been initiated for the archive shown below:";
wwStrings["wwOptimalFieldConfiguration[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwCmuSectionDesc_pne[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwRequiredFeaturesEq"] = "Required Features={1}";
wwStrings["wwPublisher"] = "Publisher";
wwStrings["wwSoapWsdls[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwReportCreated"] = "Report Created:";
wwStrings["wwCustomizeSearchResultTemplatesAction"] = "Customize";
wwStrings["wwSSBackupRestoreMenuItem"] = "Restore backup archive contents";
wwStrings["wwWsdlServicesTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCpdAddSelectedItemsToActiveBasket"] = "Add selected items to active Content Basket";
wwStrings["wwCpdDeleteItem"] = "Delete";
wwStrings["wwBasicSubscriptionListDesc"] = "You are subscribed to these items:";
wwStrings["wwFsEditRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLongDescription"] = "Detail";
wwStrings["wwLabelCollectionName[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwProxyResults"] = "Results:";
wwStrings["wwSSAdminUpgradeConfirmCancel"] = "Are you sure you want to cancel the upgrade operation?";
wwStrings["wwFeChecked[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionDesc_applicationfields[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsFieldDesc_dRevisionID"] = "Standard revision id field";
wwStrings["wwSSAdminStartSite"] = "Start Web Site";
wwStrings["wwDCTemplateRulesCriteriaEquate"] = "is";
wwStrings["wwHelperShowLongDescription"] = "Show Detailed Description";
wwStrings["wwSSDefaultDocElementDefinitionPlainTextXml"] = "Plain Text Element Definition";
wwStrings["wwFeTextFieldTypeText[idcComponentName]"] = "FormEditor";
wwStrings["wwFormSubmitted"] = "Your form has been submitted.";
wwStrings["wwLabelBatchFileName"] = "Batch Name:";
wwStrings["wwdDocAccount"] = "Account";
wwStrings["wwCmuExportSectionsChangesNotSaved"] = "Section changes not saved, continue?";
wwStrings["wwSSSectionRequired"] = "Please select a section.";
wwStrings["wwSpNumConnections"] = "Number of Connections";
wwStrings["wwAdministrationLinks"] = "Administration Links";
wwStrings["wwEditSavedQueries"] = "Edit Saved Queries";
wwStrings["wwCmuActionEventTimeLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultAssetCategoryNameCustomConfigurationScript"] = "Custom Configuration Scripts";
wwStrings["wwThreadIDCaptionLabel"] = "Thread-{1}";
wwStrings["wwCmuActionHistoryStatus"] = "Status";
wwStrings["wwSSAdminSitesUpgradeAdvancedPage"] = "Advanced Upgrade Options";
wwStrings["wwAddRemoteContentServer"] = "Add Remote Content Server";
wwStrings["wwLocalRegistration"] = "Local Registration";
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["wwFsFieldDesc_xWebFlag"] = "Flag used to determine existence of a web file";
wwStrings["wwDpIsSearchNav"] = "Enable Search Link";
wwStrings["wwPleaseSelectAnAction"] = "Select an action";
wwStrings["wwFsPathInformation[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdInsertSelectedItems"] = "Insert Selected Source Items";
wwStrings["wwCmuAdminUploadPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLabelType"] = "Type:";
wwStrings["wwEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the Content Server itself.";
wwStrings["wwCpdAllowFolio"] = "Allow folio:";
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["wwZoneFields[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwZoneHasAsWord"] = "Has Word";
wwStrings["wwNumberLessEqual"] = "Less or Equal";
wwStrings["wwLdapServerLabel"] = "LDAP Server:";
wwStrings["wwCpdHypertextLabel"] = "HTML Link:";
wwStrings["wwEnableKeywordHighlighting"] = "Enable search keyword highlighting";
wwStrings["wwFolderSelectionMaxLengthExceeded"] = "Maximum field length exceeded,";
wwStrings["wwSSStopped"] = "Stopped";
wwStrings["wwFsFieldDesc_RenditionSpecifier"] = "Additional rendition specifier";
wwStrings["wwEnglish"] = "English";
wwStrings["wwFsPartitions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeTableName"] = "Table";
wwStrings["wwExpireJob[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdAddItemsToActiveBasket"] = "Add to active Content Basket";
wwStrings["wwSSBackupConfirmDelete"] = "Are you sure you want to delete this archive?";
wwStrings["wwOptimizedFields[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwPrimaryFileLabel"] = "Primary File";
wwStrings["wwAdminPublishWeblayout"] = "Publish dynamic layout files";
wwStrings["wwSSContentMissing1"] = "This content is unavailable (missing Content ID for xml file)";
wwStrings["wwSchemaObjectDoesntExist_relationship"] = "The relationship {1q} does not exist.";
wwStrings["wwSSContentMissing2"] = "This content is unavailable (missing XPath parameter)";
wwStrings["wwSSContentMissing3"] = "This content is unavailable (Invalid data file)";
wwStrings["wwSSContentMissing4"] = "This content is unavailable (Dynamic Conversion failed)";
wwStrings["wwSSDefaultAssetCategoryNamePlaceholderDefinition"] = "Placeholder Definitions";
wwStrings["wwSSDownloadFragmentLibrary"] = "Download Fragment Library";
wwStrings["wwCpdAllowEmpty"] = "Allow empty:";
wwStrings["wwSSUpgradeWebsitesFieldsButton"] = "Update Information Fields";
wwStrings["wwCpdSubscriptionFolioEditMsg"] = "The following folios have recently been edited:";
wwStrings["wwFsNoPartitions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeDefaultValue"] = "Off Value";
wwStrings["wwCmuSectionLabel_predefinedaccounts"] = "Predefined Accounts";
wwStrings["wwGotoDiscussionLink"] = "{1}";
wwStrings["wwSelectedCriteriaSubscriptionDesc"] = "\nYou are subscribed to all content items\nwith the following criteria:\n";
wwStrings["wwCpdAddFolioTitle"] = "Add Items To Folio";
wwStrings["wwSSAdminReloadProjects"] = "Reload Web Sites";
wwStrings["wwFeTableHeight"] = "Height";
wwStrings["wwDCConfigUseForcedConversionText"] = "When checked, documents will be converted when indexed and multiple conversions may occur based on the Forced Conversion Rules found on the Template Selection Rules page.";
wwStrings["wwSoapWsdlInfo[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFsStorageRules[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFsProviderInfoFor"] = "File Store Provider Information for {1q}";
wwStrings["wwNativeFile"] = "Native File";
wwStrings["wwFsCapacityCheckInterval[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdRemoveContentItem"] = "Remove Content Item";
wwStrings["wwFeTableMissing"] = "Please specify a table name for the repeat block.";
wwStrings["wwCopy"] = "Copy";
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["wwAttachLinkToDocInfo"] = "Attach Link to Doc Info";
wwStrings["wwRequestFailed"] = "Request Failed";
wwStrings["wwFsFieldDesc_PartitionRoot[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuForceOverwrite"] = "Force overwrite";
wwStrings["wwCmuCustomActionName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeTextareaValue"] = "Value";
wwStrings["wwCurrentlyEnabledComponents"] = "Currently Enabled Components";
wwStrings["wwSSBreadcrumbSeparator"] = "--&gt;";
wwStrings["wwLmDefaultLayout"] = "Classic";
wwStrings["wwCmuAdminPage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwShowDetails"] = "Show Details";
wwStrings["wwFsAlgorithm"] = "Generation Algorithm";
wwStrings["wwFsVaultRenditions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwAutoNumberPrefix"] = "Auto Number Prefix";
wwStrings["wwCmuSectionLabel_schematables"] = "Schema Tables";
wwStrings["wwTraceOptionInfo"] = "Tracing Sections Information";
wwStrings["wwRequiresRestart"] = "Requires Restart";
wwStrings["wwOriginalFile"] = "Original File";
wwStrings["wwSSArchiveParams"] = "Change Settings...";
wwStrings["wwdConvActionDate"] = "Last Action at";
wwStrings["wwSSDICEditDataFile"] = "Edit Data File";
wwStrings["wwSoapAddService"] = "Add Service";
wwStrings["wwSpecialFieldsOptGroupLabel"] = "Special";
wwStrings["wwSpLabelNeedClientAuth"] = "Require Client Authentication:";
wwStrings["wwItalian"] = "Italian";
wwStrings["wwLabelResultsPerPage"] = "Results Per Page:";
wwStrings["wwDCConfigRebuildForcesReconversionText"] = "When checked, re-evaluation of all upfront and forced conversions will occur during a re-index cycle.  You might temporarily enable this feature to retranslate all relevant content items using a new conversion rule by enabling this option, rebuilding the content server index, and then disabling this option.";
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["wwSSArchiveNameHasSpaces"] = "The Archive Name cannot contain spaces.";
wwStrings["wwFolderArchiveUpdate"] = "Folder archive \'{1}\' has been updated";
wwStrings["wwEditingListTemplate"] = "Edit Custom Content List Template \'{1}\'";
wwStrings["wwLicenseSerialNumber"] = "Serial Number";
wwStrings["wwVerifyLicenseInfo"] = "\nVerify the license information shown in the\nfields below. Click the update button when you are finished.\n";
wwStrings["wwAdminServerSelectServer"] = "Select the Server";
wwStrings["wwFeInvalidTableName"] = "The specified table name is invalid.";
wwStrings["wwSSBackupServerConfigDetailsPageTitle"] = "Server Configuration Details";
wwStrings["wwCpdSetFolioTemplateCheckinProfileTitle"] = "Set Folio Template Profile";
wwStrings["wwSSArchiveImport"] = "Import";
wwStrings["wwSSDefaultDocPptx"] = "Microsoft PowerPoint Presentation";
wwStrings["wwSSAdminUpgradePreviewPage"] = "Upgrade Content Items";
wwStrings["wwJspServerNoWebApp"] = "No Web Application Found.";
wwStrings["wwAdminReportsForInstance"] = "Administration Reports for {1}";
wwStrings["wwCpdBack"] = "Back";
wwStrings["wwCheckinWhenDoneMsg"] = "\nClick on the \u003cstrong\u003eCheck In\u003c/strong\u003e\nbutton below when your edit is complete.\n";
wwStrings["wwSSBackupServerConfigPageTitle"] = "Server Configuration Details";
wwStrings["wwWorkflowInQueue"] = "Workflow In Queue";
wwStrings["wwYes"] = "Yes";
wwStrings["wwFilterCacheTimeout"] = "Cache Timeout";
wwStrings["wwFolderArchiveRemove"] = "Folder has been removed from archive \'{1}\'";
wwStrings["wwShowEnabledCompDetails"] = "Enabled Component Details";
wwStrings["wwDpOrderNotInteger"] = "The specified order is not an integer.";
wwStrings["wwDCTemplateCheckinTitle"] = "Dynamic Converter Template Checkin Form";
wwStrings["wwAssignInfoFormTitle"] = "Assign Info Form";
wwStrings["wwSSArchiveDetailDescription"] = "Description:";
wwStrings["wwCpdContentListingDescMulitpleSelect"] = "Select items from the list below, then click Next to add them to the folio\'s source item collection";
wwStrings["wwLabelProblemReport"] = "Problem Report:";
wwStrings["wwCreateDate"] = "Create Date:";
wwStrings["wwCpdGoToFolioView"] = "View the folio";
wwStrings["wwConfigurationValues"] = "Configuration Values";
wwStrings["wwCmuSectionDesc_subscriptions"] = "Subscriptions Section";
wwStrings["wwMsLogin"] = "Microsoft Login";
wwStrings["wwAuthor"] = "Author";
wwStrings["wwSSLayoutUsingDocName"] = "Page Templates Using Fragment Library";
wwStrings["wwDCHtmlRendition"] = "HTML Rendition";
wwStrings["wwAdminPublishSchema"] = "Publish schema configuration and data";
wwStrings["wwSSSCContext"] = "Context:";
wwStrings["wwPartialContentServer"] = "Other Server (Refinery or Other Agent)";
wwStrings["wwdDocAuthor"] = "Author";
wwStrings["wwSSRestoreArchiveDescription"] = "Restore Archive on {1}";
wwStrings["wwEnvironmentKeyDetails_show_all"] = "Show";
wwStrings["wwVerifyServerRemoval"] = "Are you certain you wish to remove this server from the Admin Server?";
wwStrings["wwCpdMoveSelectedItems"] = "Move selected items";
wwStrings["wwCpdFolioListingResultsTitle"] = "Found {1} item{1?s} matching the query.";
wwStrings["wwDCConfigDefLayoutText"] = "Layout that will be used if none of the other selection rules match.";
wwStrings["wwArchiverImportConflictingRevision"] = "Already Present Revision Causing Conflict";
wwStrings["wwbytesLong"] = "bytes";
wwStrings["wwEmailFormatText"] = "text";
wwStrings["wwCmuActionEventItemLabel"] = "Type";
wwStrings["wwOsFamilyLabel"] = "OS Family:";
wwStrings["wwSavedURLTable"] = "Table containing a list of saved URLs.";
wwStrings["wwSSAdminPageCaption"] = "Site Studio Administration";
wwStrings["wwLmContentExpiredBetween"] = "Content expired between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwxDontShowInListsForWebsites"] = "Exclude From Lists";
wwStrings["wwSSAdminSitesUpgradeContinueButton"] = "Continue Upgrade";
wwStrings["wwCmuSectionDesc_workflowtemplates"] = "Workflow Templates Section";
wwStrings["wwLabelAccount"] = "Account:";
wwStrings["wwCpdFolioDocName"] = "Folio Content ID";
wwStrings["wwFsMissingStorageRuleName[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeResetBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionLabel_usermetadef[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdMaxLinks"] = "Maximum items:";
wwStrings["wwShowMore"] = "More...";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionWysiwygXml"] = "default.xml";
wwStrings["wwSSArchiveDetailName"] = "Name:";
wwStrings["wwDownloading"] = "Downloading...";
wwStrings["wwNoUserTargetedQuickSearches"] = "There are no personal Targeted Quick Searches defined.";
wwStrings["wwContentTitleLabel"] = "Title:";
wwStrings["wwCreateNewTargetedQuickSearchLink"] = "Create New...";
wwStrings["wwCmuTaskNameLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwLocalClusterNodeIntradocDir"] = "Instance\'s Local Cluster Node Directory";
wwStrings["wwCmuSectionChildren"] = "Child Sections";
wwStrings["wwSSDefaultAssetCategoryElementDefinition"] = "all element definitions used in my site";
wwStrings["wwCzech"] = "Czech";
wwStrings["wwSSAdminDataFileUpgradesRemaining"] = "Data Files Remaining:";
wwStrings["wwSSDeleteArchiveButton"] = "Delete";
wwStrings["wwSSNoObjectsAvailable"] = "No Content Items Available";
wwStrings["wwdIsRequired"] = "Is Required";
wwStrings["wwFeIsIdcField[idcComponentName]"] = "FormEditor";
wwStrings["wwLdapSpecifySuffix"] = "Please specify a value for  the LDAP suffix.";
wwStrings["wwEditServer"] = "Edit Server";
wwStrings["wwCmuActionLabelExportHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionLabel_pne"] = "Personalization Data";
wwStrings["wwWebResourcesLayouts"] = "Layout and Skin Web Resources";
wwStrings["wwContentManagementSystem"] = "Content Management System";
wwStrings["wwWizardOptionStep"] = "{1}. {2}";
wwStrings["wwPreviewNavBar"] = "Preview Navigation Bar.";
wwStrings["wwSSEditArchiveButton"] = "Update";
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["wwFsShowPathMetaData[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuDefinedExports"] = "Export Templates";
wwStrings["wwProviderDesc"] = "Provider Description";
wwStrings["wwCmuSectionDesc_archives"] = "Archive Definitions Section";
wwStrings["wwFeDynInclude"] = "Create Dynamic Include";
wwStrings["wwFeNo[idcComponentName]"] = "FormEditor";
wwStrings["wwAdminPublishSchemaBase"] = "Publish schema configuration";
wwStrings["wwActionsLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSoapAddService[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwServiceParametersTable"] = "Detailed list of {1} for this service.";
wwStrings["wwSSDefaultAssetCategoryNameNativeDocument"] = "Native Documents";
wwStrings["wwLabelDocNameTag"] = "Content ID:";
wwStrings["wwCpdGoToFolioInfo"] = "View content information for the folio";
wwStrings["wwSubscriptionCriteriaLabel"] = "Subscription Criteria:";
wwStrings["wwLinkToMoreResults"] = "Link To More Results";
wwStrings["wwSharedClusterNodeBinDir"] = "Instance\'s Shared Cluster Node Bin Directory:";
wwStrings["wwCmuSectionLabel_workflowtemplates"] = "Workflow Templates";
wwStrings["wwCmuExportSectionDesc[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAdministrationForServers"] = "Administration for Servers";
wwStrings["wwCmuButtonLabelClearHistory[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeOr"] = "or";
wwStrings["wwLabelBatchFileSourceInstance"] = "Source Instance:";
wwStrings["wwThreadInfo"] = "Thread Information";
wwStrings["wwFeRadioProps"] = "Radio Button";
wwStrings["wwWfInQueueTable"] = "Table with a list of workflow items that are queued.";
wwStrings["wwPneCheckinProfiles"] = "Personal Check Ins";
wwStrings["wwCreateClassicViewSearchResultTemplate"] = "Create Classic View Search Result Template";
wwStrings["wwUploadAppletName"] = "Upload";
wwStrings["wwCmuSectionLabel_aliases[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFinnish"] = "Finnish";
wwStrings["wwSSAdminMigrationAddImportArchivePage"] = "Add Import Archive";
wwStrings["wwFeTableAlignCenter[idcComponentName]"] = "FormEditor";
wwStrings["wwSSContextMenuDataFileCheckedOut"] = "Data file is currently checked out by user {1}";
wwStrings["wwCmuAddExportRuleTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuActionHistorySource"] = "Source";
wwStrings["wwCmuActionHistoryName[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwVerifySerialNumberIsCorrect"] = "\nNext, verify that the serial number below matches the number\nshown on the registration information form shipped with your product.\n";
wwStrings["wwEtcDir"] = "Unix \'etc\' Log Directory";
wwStrings["wwConnectionError"] = "Connection Error:";
wwStrings["wwSSDefaultDocPrimaryFilePlaceholderDefinitionXml"] = "default.xml";
wwStrings["wwFeTagIsVisible"] = "Tag Visible";
wwStrings["wwDCConfigAlertOutOfRangeCriteria"] = "Please enter a number between 1 and 99 for the Rule Criteria.";
wwStrings["wwIsDynamicConverterEnabled"] = "Enable Dynamic Converter";
wwStrings["wwCoreFieldsOptGroupLabel"] = "Standard";
wwStrings["wwDCHtmlRenditionDefaultToNative"] = "HTML Rendition (Native if no rendition)";
wwStrings["wwFeAddTemplatedActions"] = "Add templated actions to the table";
wwStrings["wwSoapName"] = "Name";
wwStrings["wwJdbcDriver"] = "JDBC Driver";
wwStrings["wwNoTemplateName"] = "Please enter the name of a template to edit.";
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["wwDCConfigUseForcedConversionTitle"] = "Use Upfront and Forced Conversions";
wwStrings["wwSection"] = "Section";
wwStrings["wwEnableAccounts"] = "Enable Accounts:";
wwStrings["wwMulti2"] = "Multiselect List";
wwStrings["wwIndexPageTitle"] = "Content Server Index Page";
wwStrings["wwPluginDebug"] = "PLUGIN_DEBUG";
wwStrings["wwNothingSelectedForDownload"] = "Nothing has been selected for download.";
wwStrings["wwFeAddTemplatedActionsDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwViewDocProbReports"] = "View Document Problem Reports";
wwStrings["wwSSAdminSitesUpgradePauseButton"] = "Pause Upgrade";
wwStrings["wwSortComponentsByName"] = "sort these components by name";
wwStrings["wwMetadataSearchTitle"] = "Metadata Search";
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["wwLastNotifiedDate"] = "Last Notified Date";
wwStrings["wwKeyName"] = "Key Name";
wwStrings["wwFilestoreInfo"] = "File Store Provider Information";
wwStrings["wwSSContextMenuCOAO"] = "Check Out And Open";
wwStrings["wwNoProjectsForPreview"] = "There are no Publisher projects available for preview.";
wwStrings["wwCpdContentProfile"] = "Content profile:";
wwStrings["wwCpdEditPneTemplates"] = "Edit Folio Templates";
wwStrings["wwFeClauseTitle[idcComponentName]"] = "FormEditor";
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["wwNativeVersionLabel"] = "Native Version:";
wwStrings["wwCpdFolioProfileLabel"] = "Default Folio Profile:";
wwStrings["wwDisplayingMatches"] = "Displaying matches {1}-{2}.";
wwStrings["wwCmuSectionDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwEmailMozillaWorkaroundCharacters"] = "\u00e9&";
wwStrings["wwTempConvTemplateMissing"] = "The template is missing in criteria";
wwStrings["wwDocumentList"] = "Document List";
wwStrings["wwSSNoSiteLimit"] = "\u003c\u003c\u003c No Web Site Limit \u003e\u003e\u003e";
wwStrings["wwClbraAccessList"] = "User Access List";
wwStrings["wwIncomingProvider"] = "Incoming Provider";
wwStrings["wwActiveIndex"] = "Active Index";
wwStrings["wwPrjUnregister"] = "Unregister";
wwStrings["wwCmuAdmin[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeAdvPropsDesc2[idcComponentName]"] = "FormEditor";
wwStrings["wwArchiverImportFailure[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCpdCopyBasketItemsDesc"] = "Choose the Content Basket you want to copy the selected items into";
wwStrings["wwSSMigrationAutoExport"] = "Automatically export new and changed content";
wwStrings["wwSSDisplayWebSitesPageTitle"] = "Web Sites";
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["wwLastErrMsg"] = "Last Message";
wwStrings["wwSpLabelKeystoreAlias"] = "Alias:";
wwStrings["wwCpdSaveItemOrder"] = "Save Content Basket ordering";
wwStrings["wwFeResetBtn"] = "Reset";
wwStrings["wwFsWebUrlFilePath"] = "Web URL File Path";
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["wwCmuTaskNameRequired[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCpdLocateItemInFolio"] = "Locate Item In Folio";
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["wwDoctypeIcon"] = "Document Type Icon";
wwStrings["wwCmuExportPreviewTitle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwEditListTemplates"] = "Edit Content List Templates";
wwStrings["wwCpdSearchForItemsTitle"] = "Search for Items";
wwStrings["wwFeActionElementSelectionError"] = "The current selection cannot be used as a Web Form action.";
wwStrings["wwDatabaseNumReadActions"] = "Number of Read Actions: {1}";
wwStrings["wwSSDefaultDocElementDefinitionWysiwygXml"] = "Wysiwyg Element Definition";
wwStrings["wwCmuSectionDesc_contentserver"] = "Content Server Configuration Sections";
wwStrings["wwCmuSectionDesc_contentprofiles"] = "Content Profiles Section";
wwStrings["wwCpdLinkType_DIRECT"] = "Direct";
wwStrings["wwDiscussType[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCmuConfirmUnsavedExit"] = "All changes will be lost. Continue?";
wwStrings["wwCpdCannotCutRootNode"] = "Cannot cut root node.";
wwStrings["wwRejectedBy"] = "Rejected By:";
wwStrings["wwCpdTemplateStructureLabel"] = "Structure";
wwStrings["wwFsWeblessStoreDesc[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwNoExpiredRevisions"] = "No expired revisions found.";
wwStrings["wwFsStorageRules"] = "Storage Rules";
wwStrings["wwSubscribedAt"] = "Subscribed At:";
wwStrings["wwLabelOldFolderID"] = "Source Collection ID:";
wwStrings["wwFeRowProperties[idcComponentName]"] = "FormEditor";
wwStrings["wwSoapServices"] = "Services";
wwStrings["wwSSBackupRestoreTitle"] = "Backup / Restore Administration";
wwStrings["wwCpdFolioEditSimpleLabel"] = "Edit Simple Folio";
wwStrings["wwCachedCheckinInfo"] = "Cached Check In Information";
wwStrings["wwGroupShow"] = "Show";
wwStrings["wwRefineryProviderReadOnly2"] = "Refinery read-only mode:";
wwStrings["wwFeatureCodeLabel"] = "Feature Code:";
wwStrings["wwCmuSectionDesc_roles"] = "Roles Section";
wwStrings["wwWebResourcesSchema"] = "Schema Resources Directory";
wwStrings["wwSoapComplexTypeInfo[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFeCheckboxProps"] = "Checkbox";
wwStrings["wwFeatureCode"] = "Feature Code";
wwStrings["wwAnyAddress"] = "Any Address";
wwStrings["wwFeTextFieldMaxChars"] = "Maximum Characters";
wwStrings["wwHelperWizardExitedPageMessage"] = "The wizard has been exited.";
wwStrings["wwFsWebRenditions[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFullText"] = "Full Text";
wwStrings["wwDiscussionCountInfo"] = "({2} item{2?s})";
wwStrings["wwSSMigrationRule3"] = "Adjust archive document release dates to force check-in";
wwStrings["wwSSMigrationRule2"] = "Retain region content on target server during import";
wwStrings["wwSSMigrationRule1"] = "Retain switched region content on target server during import";
wwStrings["wwCurPageCharset"] = "Page Charset";
wwStrings["wwCpdSetFolioCheckinProfileTitle"] = "Set Folio Profile";
wwStrings["wwReportResultsTable"] = "Table containing report results";
wwStrings["wwFeIsIdcField"] = "Bind to Server Metadata";
wwStrings["wwCmuActiveExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSubsFor"] = "Subscriptions for {1}";
wwStrings["wwViewWebVersion"] = "View Web Version";
wwStrings["wwWebLayoutEditor"] = "Web Layout Editor";
wwStrings["wwLinkToDocument"] = "Link To Document";
wwStrings["wwCmuSectionDesc_contentprofilerules[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsChangingRuleConfigWarning[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuActionEvents[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwViewSubscriptionDoc"] = "View Content";
wwStrings["wwSSDefaultDocPrimaryFileXls"] = "default.xls";
wwStrings["wwCmuNewExportLabel"] = "Create New Template";
wwStrings["wwSSAdminMigrationParamsPage"] = "Change Replication Settings";
wwStrings["wwSystemLinksNotUsedDesc"] = "The system links are not applicable to your current layout.";
wwStrings["wwCmuExportActions"] = "Actions";
wwStrings["wwJavaProperties"] = "Java Properties";
wwStrings["wwGreek"] = "Greek";
wwStrings["wwSourceState"] = "Source State:";
wwStrings["wwCmuSectionLabel_contentprofiles[idcComponentName]"] = "ConfigMigrationUtility";
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["wwHttpRelativeCgiRoot"] = "Http Relative Cgi Root";
wwStrings["wwFePleaseSpecifyName[idcComponentName]"] = "FormEditor";
wwStrings["wwPostNewLabel"] = "Post Comment";
wwStrings["wwCpdTrayArrow"] = "Tray arrow";
wwStrings["wwCmuClearHistoryButton[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNynorsk"] = "Nynorsk";
wwStrings["wwSSAdminSiteAddressesPage"] = "Manage Web Site Addresses";
wwStrings["wwLabelHttpServerAddress"] = "HTTP Server Address:";
wwStrings["wwSSSCChangeAllButton"] = "Change All";
wwStrings["wwIdcLanguage"] = "Language";
wwStrings["wwSSBatchFiles"] = "Batch Files";
wwStrings["wwProductUserProfile"] = "{1} User Profile";
wwStrings["wwAttachSelectedNative"] = "Native [Attach Selected]";
wwStrings["wwNoResultsForNamedQuery"] = "Found no items out of {1} searched matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwSoapDescriptionLabel"] = "Description:";
wwStrings["wwCmuImportAction[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFsConfig[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdNext"] = "Next";
wwStrings["wwDiscussionPageTitle"] = "Discussion on {1}";
wwStrings["wwFeAddRowBtn[idcComponentName]"] = "FormEditor";
wwStrings["wwFeIsRepeat[idcComponentName]"] = "FormEditor";
wwStrings["wwWorkflowReview"] = "Workflow Review";
wwStrings["wwSchemaObjectDoesntExist_view"] = "The view {1q} does not exist.";
wwStrings["wwApplicationMetadata"] = "Application";
wwStrings["wwTestEmailFormTitle"] = "Test Email Form";
wwStrings["wwLabelTotalDocsCaptured[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCmuSectionDesc_components[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSelectDot"] = "Select...";
wwStrings["wwCmuExportSectionItems[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwImage"] = "Image";
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["wwAttributeMap"] = "Attribute Map";
wwStrings["wwFsProviderInfoFor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwHttpServerAddress"] = "HTTP Server Address";
wwStrings["wwCpdElementCreateDateLabel"] = "Created";
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["wwLabelReleaseDate"] = "Release Date:";
wwStrings["wwXuiCheckOut"] = "check out...";
wwStrings["wwLdapPort"] = "LDAP Port";
wwStrings["wwDpErrorAtProfile"] = "Error at profile:";
wwStrings["wwFeTextFieldName[idcComponentName]"] = "FormEditor";
wwStrings["wwFsSelectDuplicationMethods"] = "Select Duplication Methods";
wwStrings["wwNoTitle"] = "No Title";
wwStrings["wwFeAdvPropsTitle"] = "Advanced Options";
wwStrings["wwFeTextFieldCharWidth[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdTemplateNameLabel"] = "Template Name:";
wwStrings["wwFePreview[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["wwSoapComplexTypeElements[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwLabelRefineryOptions"] = "Conversion Options";
wwStrings["wwFeIsBindField[idcComponentName]"] = "FormEditor";
wwStrings["wwSCSpellerPageNotInFrameset"] = "This page was loaded outside of a frameset.  It might not display properly.";
wwStrings["wwUserAgent"] = "User Agent";
wwStrings["wwActiveWorkflows"] = "Active Workflows";
wwStrings["wwFsWebPath[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwContentServerName"] = "Content Server {1}";
wwStrings["wwBytesLong"] = "Bytes";
wwStrings["wwRevisionHistory"] = "Revision History";
wwStrings["wwFeBindDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwFeAddRowBtn"] = "Add row";
wwStrings["wwCpdEditSubsFolioModifyDesc"] = "This will notify when attributes are modified in this folio.";
wwStrings["wwSelectionInformation"] = "Selection Information";
wwStrings["wwCmuActionHistoryName"] = "Name";
wwStrings["wwSSDefaultDocPrimaryFileRegionDefinitionXml"] = "default.xml";
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["wwAvsFullTextSearchDesc"] = "Enter words or phrases separated with & (and) or | (or).";
wwStrings["wwFeTableDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwProcControlScriptPrefix"] = "Script Prefix";
wwStrings["wwCmuEditExportRulePage"] = "Edit Export Rule";
wwStrings["wwAutoNamePrefix"] = "Auto Name Prefix:";
wwStrings["wwMoveDown"] = "Move Down";
wwStrings["wwClose"] = "Close";
wwStrings["wwFeNo"] = "No";
wwStrings["wwCmuSectionLabel_securitygroups[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwAddNewServer"] = "Add a New Server";
wwStrings["wwSystemLinksForUser"] = "System Links for {1}";
wwStrings["wwSSRegionDefinitionField"] = "Region Definition Field:";
wwStrings["wwSSCertValidationPageTitle"] = "Site Studio Certificate Validation";
wwStrings["wwCmuBundleExportDate"] = "Export Date";
wwStrings["wwAppletPermissionDenied"] = "Applet does not have permission to perform this activity.";
wwStrings["wwDCConfigEnvVarsTitle"] = "Environment Variables";
wwStrings["wwCmuAddExportRuleTitle"] = "Add Export Rule";
wwStrings["wwMajorRevLabel"] = "Major Revision Label Sequence:";
wwStrings["wwFsUpgrade"] = "Upgrade";
wwStrings["wwSSArchiveTypeImport"] = "Import";
wwStrings["wwSSCreateWebAssetDesc"] = "In order to create a new web asset it is necessary to choose a Region Definition whose settings will be applied to the new content.  You can limit the displayed Region Definitions by choosing a web site from the list.";
wwStrings["wwBytesShort"] = "B";
wwStrings["wwAdminTasksLabel"] = "Administrator Tasks:";
wwStrings["wwClbraActiveDocs"] = "Active Collaboration Content for Project {1q}";
wwStrings["wwDatabaseProviderInfoFor"] = "Database Provider Information for {1}";
wwStrings["wwDeutsch"] = "Deutsch";
wwStrings["wwConnectionState"] = "Connection State";
wwStrings["wwDebugTrace"] = "Debug Trace";
wwStrings["wwQueryTransformerLinks"] = "Query Optimizer Links";
wwStrings["wwCpdQuickFolio"] = "Quick Folio";
wwStrings["wwSSDefaultDocPrimaryFilePsd"] = "default.psd";
wwStrings["wwSSAdminUpdateScriptsButton"] = "Update Navigation";
wwStrings["wwCreate"] = "Create";
wwStrings["wwCmuSectionLabel_securitygroups"] = "Security Groups";
wwStrings["wwInstanceMenuLabel"] = "Server Menu Label";
wwStrings["wwCpdMoveBasketItems"] = "Move Content Basket Items";
wwStrings["wwFsVaultRenditions"] = "Vault Files";
wwStrings["wwIbrHandlePostConvertedJobs[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwProblemReportInformation"] = "Problem Report Information";
wwStrings["wwSSDefaultDocGif"] = "GIF Image";
wwStrings["wwibrPostConversionOptions[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwUrlNative"] = "URL - Native";
wwStrings["wwHelperContentExpireToDeleteFieldDesc"] = "Instead of deleting content, expire it when a delete request occurs.";
wwStrings["wwFeIsBindField"] = "Is Advanced";
wwStrings["wwCpdCannotAddFolioToItself"] = "Cannot add a folio to itself.";
wwStrings["wwSchemaNotStableError_search"] = "Choice lists are not fully loaded.  Search aborted.";
wwStrings["wwCpdLoadFolioActionLabel"] = "Load folio";
wwStrings["wwOnlyOriginalContribCheckout"] = "Only Original Contributor Can Check Out:";
wwStrings["wwAttachAllNative"] = "Native [Attach All]";
wwStrings["wwSSDisableSiteStudioContribution"] = "Disable Contribution:";
wwStrings["wwDefault"] = "Default";
wwStrings["wwCpdFolioTemplateCheckinConfirmTitle"] = "Folio Template Check In Confirmation";
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["wwSSDefaultDocPrimaryFileElementDefinitionImageOnlyXml"] = "default.xml";
wwStrings["wwSSBlankTargetArchiveName"] = "The transfer target archive must be specified.";
wwStrings["wwLabelDescription"] = "Description:";
wwStrings["wwSharedDirPath"] = "Shared Directory Path:";
wwStrings["wwSSDefaultDocPrimaryFileManagerMinXml"] = "default.xml";
wwStrings["wwCpdFolioSavingChanges"] = "Saving Changes";
wwStrings["wwSSArchives"] = "Site Studio Archives";
wwStrings["wwdDefaultValue"] = "Default Value";
wwStrings["wwFeCustomDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwReturnToComponentMgrAfterUninstall"] = "\u003ca href=javascript:document.SetRestartRequiredForm.submit()\u003eClick here\u003c/a\u003e to return to the Component Manager";
wwStrings["wwHeaderProductName"] = "Content Server";
wwStrings["wwDocumentInfo"] = "Content Information";
wwStrings["wwSSBrowseBack"] = "Press \u003ca href=\"javascript:history.back()\"\u003ehere\u003c/a\u003e to return to the previous page.";
wwStrings["wwFsCapacityCheckInterval"] = "Capacity Check Interval";
wwStrings["wwLabelBatchFileName[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwLdapAttribute"] = "LDAP Attribute";
wwStrings["wwDatabaseVersionLabel"] = "Database Version:";
wwStrings["wwSSPageSecondary"] = "secondary";
wwStrings["wwCpdAttributes"] = "Attributes:";
wwStrings["wwFeIsCondition"] = "Conditional Display Table";
wwStrings["wwShowJavaPropertiesDetails"] = "Java Properties";
wwStrings["wwMyViewLabel"] = "My View:";
wwStrings["wwSSExplainUpgradeStart"] = "Site Studio can automatically upgrade legacy web sites to be compatible with this version of Site Studio.\u003cbr\u003e\u003cbr\u003ePress the button below to start or resume the upgrade process.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eNote:\u003c/b\u003e This process may take some time.";
wwStrings["wwibrPostConversionOptions"] = "Post-Conversion Options";
wwStrings["wwAdminServer"] = "Admin Server";
wwStrings["wwLibPath"] = "Libpath";
wwStrings["wwFindExpiring"] = "Find Expiring Content";
wwStrings["wwFeTextFieldTypePass"] = "Password";
wwStrings["wwSSAdminUpgradeNoDiff"] = "No Differences Detected";
wwStrings["wwCpdPickFolioType"] = "Pick Folio Type";
wwStrings["wwDCConfigAlertInvalidIntegerMaxFileSize"] = "Please specify a positive integer value for the Maximum Files Size.";
wwStrings["wwContentOutput"] = "Content Output";
wwStrings["wwFeParseActionError[idcComponentName]"] = "FormEditor";
wwStrings["wwProductAdministration"] = "{1} Administration";
wwStrings["wwArchiverImportConflictingRevision[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwCmuSectionLabel_config[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuExportSectionName"] = "Section Name";
wwStrings["wwSSAdminViewSite"] = "View Web Site";
wwStrings["wwUserSuccessfullyRegistered"] = "The user {1q} was successfully added to the database.";
wwStrings["wwBrowseContent"] = "Browse Content";
wwStrings["wwEnvironmentKeyDetails_hide_ignored"] = "Hide";
wwStrings["wwCmuNoteLabel"] = "Note";
wwStrings["wwHelperSkipConfirmFieldDesc"] = "Skip confirmation pages and go directly to the next page.";
wwStrings["wwSSdDocName"] = "Content ID";
wwStrings["wwEnableNTLM"] = "Enable NTLM:";
wwStrings["wwFsNoPartitions"] = "There are currently no partitions defined in the system.";
wwStrings["wwSoapDataListInfo"] = "Data List Information";
wwStrings["wwXuiPopupEmailBody"] = "";
wwStrings["wwCustomDir"] = "Custom Components Directory";
wwStrings["wwQueryBuilderActionLabel"] = "Query Builder Form";
wwStrings["wwStatus"] = "Status";
wwStrings["wwCmuConfirmDeleteAll"] = "Are you sure you wish to delete all?";
wwStrings["wwShowOnlyKnownAccounts"] = "Show only known accounts";
wwStrings["wwAddQueryBuilderRow"] = "Add Query Builder Row";
wwStrings["wwListTemplatesNumberOfColumns"] = "Number of Columns";
wwStrings["wwButtonNext"] = "Next";
wwStrings["wwClbraActiveNotWf"] = "Content yet to be released and not in a workflow";
wwStrings["wwCmuActionLabelEdit[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSourcePath"] = "Source Path:";
wwStrings["wwRefineryNativeFileSizeMaxCompressError"] = "The threshold side must be possitive.";
wwStrings["wwPortalPersonalUrls"] = "Portal Personal URLs";
wwStrings["wwNotifyOnly"] = "Notify Only";
wwStrings["wwShowSearchTips"] = "Show Search Tips";
wwStrings["wwSSArchiveNameRequired"] = "An Archive Name must be supplied.";
wwStrings["wwSubscriptionType"] = "Subscription Type";
wwStrings["wwFsPartitionName"] = "Partition Name";
wwStrings["wwCmuActionResults[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwServerComponents"] = "Server Components";
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["wwCpdEditSubsFolioChildUpdateTitle"] = "Child update";
wwStrings["wwLdapPortLabel"] = "LDAP Port:";
wwStrings["wwLabelOptionList"] = "Option List:";
wwStrings["wwCpdInsertItemBySearch"] = "Insert Item by Search";
wwStrings["wwFsMetadataImplementor"] = "Metadata Implementor";
wwStrings["wwSSDefaultDocDataFile"] = "Contributor Data File";
wwStrings["wwFeAdvBindNote[idcComponentName]"] = "FormEditor";
wwStrings["wwOracleTextIndexOptimization"] = "Index Optimization";
wwStrings["wwReject"] = "Reject";
wwStrings["wwSSMigrationRules"] = "Replication Rules";
wwStrings["wwNoAuthor"] = "No Author";
wwStrings["wwDateLess"] = "Before";
wwStrings["wwOpenFolderIcon"] = "Open folder icon";
wwStrings["wwCOAO_ButtonText"] = "Check Out and Open";
wwStrings["wwEditSearchResultTemplate"] = "Edit Search Result Template \'{1}\'";
wwStrings["wwSpecifyIntegerForCapacity[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCmuSectionImportChangeDescription[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultDocPrimaryFilePpt"] = "default.ppt";
wwStrings["wwNoDocsToView"] = "There are no documents to view.";
wwStrings["wwNOEViewOnWeb"] = "View Results On Web";
wwStrings["wwCheckinTemplateTemplateFormat"] = "Template Format";
wwStrings["wwHostName"] = "Host Name";
wwStrings["wwGeneralInfo"] = "General Information";
wwStrings["wwFeConditionClauseDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwSSContextMenuViewSecondaryPage"] = "View Secondary Page";
wwStrings["wwHelperSkipConfirm"] = "Skip Confirmation Pages";
wwStrings["wwCmuActionLabelExportHistory"] = "History";
wwStrings["wwAdminActionsSuccess"] = "The service {1} completed successfully.";
wwStrings["wwMustDefineTargetedQuickSearchKey"] = "Please specify a Targeted Quick Search key.";
wwStrings["wwibrOptionsPageDescription[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwPostReplyButtonLabel"] = "Post Reply";
wwStrings["wwSSDefaultDocElementDefinitionStaticListXml"] = "Static List Element Definition";
wwStrings["wwUserNames"] = "User Names";
wwStrings["wwFrom"] = "From";
wwStrings["wwFeTableAlignRight"] = "Right";
wwStrings["wwAllowOverrideFormat"] = "Allow override format on check in";
wwStrings["wwHelperPaginateLength"] = "Paginate Length";
wwStrings["wwSSDefaultDocPsd"] = "Adobe Photoshop Image";
wwStrings["wwCriteriaSubscriptionTitle"] = "Subscription Groups";
wwStrings["wwContentMetadata"] = "Content Metadata";
wwStrings["wwTitleDisabledComponents"] = "Disabled Components:";
wwStrings["wwSSShowCertPage"] = "Site Studio Certificate Validation";
wwStrings["wwFsFileStorage"] = "File system only";
wwStrings["wwFeDeleteRow[idcComponentName]"] = "FormEditor";
wwStrings["wwWorkflowSteps"] = "Workflow Steps:";
wwStrings["wwRegistrationStart"] = "Registration Start";
wwStrings["wwJspServerProviderInfo"] = "JSP Provider Info for";
wwStrings["wwSSAdminMigrationAddExportArchivePage"] = "Add Export Archive";
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["wwSpecialFieldsOptionGroup"] = "Special";
wwStrings["wwCpdCopyItem"] = "Copy";
wwStrings["wwFeTableWidth"] = "Width";
wwStrings["wwSSWebsiteObjectTypeField"] = "Web Site Object Type Field:";
wwStrings["wwHelperMenuPlaceInfoLast"] = "Place Information Popup Menu Items Last";
wwStrings["wwSoapResponseParameters[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwAdditionalExitCondition"] = "Current Step\'s Additional Exit Condition:";
wwStrings["wwSSBackupServerConfig"] = "Server Configuration Details";
wwStrings["wwSearchEmptyResultWarning"] = "Search Query Returns Empty Result";
wwStrings["wwSSArchiveDetailHasDocConfig"] = "Export Content Configuration Information:";
wwStrings["wwFolderArchiveAdd"] = "Folder archive \'{1}\' has been added";
wwStrings["wwEnterQueryTitle"] = "Enter a title for this query:";
wwStrings["wwRejectContentItem"] = "Reject Content Item";
wwStrings["wwCmuAdminImportPage"] = "Configuration Import Page";
wwStrings["wwMessage"] = "Message:";
wwStrings["wwComponentUninstallComfirmMsg"] = "Are you sure you want to uninstall the component?";
wwStrings["wwComponentInstallListDesc"] = "The following items will be installed";
wwStrings["wwdPublishType"] = "Publish Type";
wwStrings["wwClbraEditAccessListText"] = "To edit the collaboration project\'s user access list click on the \u003cb\u003eEdit\u003c/b\u003e button below.";
wwStrings["wwCmuExportID"] = "Name";
wwStrings["wwCmuSectionDesc_docformats[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwShowDefaultQuery"] = "Show Default Query";
wwStrings["wwFeActionEditRow"] = "Edit row";
wwStrings["wwIndexError"] = "Index Error:";
wwStrings["wwTargetedQuickSearchEditOption"] = "Edit...";
wwStrings["wwSSNewWebAssetCheckIn"] = "Check In New Web Asset";
wwStrings["wwCmuActionEventItemLabel[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwConfigure"] = "Configure";
wwStrings["wwNativeFileLink"] = "Native File Link:";
wwStrings["wwSSAdminConfiguration"] = "Site Studio Administration";
wwStrings["wwCpdEnforceRestriction"] = "Enforce restriction:";
wwStrings["wwCmuClearHistoryButton"] = "Clear";
wwStrings["wwCmuSectionValue"] = "Value";
wwStrings["wwSSContributorConsoleEnable"] = "(Enable)";
wwStrings["wwCpdMaxLinkCountReached"] = "Max item count reached.";
wwStrings["wwCmuSectionDesc_pne"] = "Personalization Data Section";
wwStrings["wwAdminStartIndexRebuild"] = "Start index rebuild";
wwStrings["wwFsFieldDesc_dDocAccount[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwLabelOldFolderPath[idcComponentName]"] = "ArchiverReplicationExceptions";
wwStrings["wwFeTableRowProps"] = "Table Row";
wwStrings["wwHomePage"] = "Home Page";
wwStrings["wwCmuTaskStarting"] = "Starting";
wwStrings["wwCpdFolioActionError"] = "Action Error";
wwStrings["wwFeActionTitle"] = "Web Form Action";
wwStrings["wwDCConfigMaxFileTitle"] = "Maximum File Size";
wwStrings["wwXuiViewLabel"] = "View:";
wwStrings["wwSSDefaultDocPageTemplateHcsp"] = "Hcsp Page Template";
wwStrings["wwFeTableRows"] = "Rows";
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["wwBokmal"] = "Bokmal";
wwStrings["wwWfLastAction"] = "Last Action";
wwStrings["wwHelperContentExpired"] = "The content \'{1}\' has been expired.";
wwStrings["wwCmuUploadBundle"] = "Upload";
wwStrings["wwResultsPerPage"] = "Results Per Page";
wwStrings["wwWsdlServicesRequestParamsTable[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFeDynIncludeName[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdFolioElementActionMenuTitle"] = "Action";
wwStrings["wwProductHome"] = "{1} Home";
wwStrings["wwContentCheckinSimilar"] = "You may check in a \u003cstrong\u003enew\u003c/strong\u003e document with similar attributes";
wwStrings["wwNotHasAsWord[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwCmuSectionLabel_archives"] = "Archive Definitions";
wwStrings["wwFsAddNewStorageRule"] = "Add new rule";
wwStrings["wwSSDefaultDocElementDefinitionDynamicListXml"] = "Dynamic List Element Definition";
wwStrings["wwSSDefaultDocStringPageTemplateDoNotModify"] = "DO NOT MODIFY!";
wwStrings["wwSoapConfirmDelete[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwFsFieldDesc_RenditionPrefix[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwCpdMakeActiveBasket"] = "Make active";
wwStrings["wwSpecifyDocTypeToAdd"] = "Please specify a document type to add.";
wwStrings["wwCpdClasses"] = "Classes:";
wwStrings["wwFeTextFieldProps"] = "Text Field";
wwStrings["wwOverride"] = "Override";
wwStrings["wwCmuImportOnly"] = "Import Only";
wwStrings["wwSSContextMenuClearReplaceable"] = "Clear Replaceable";
wwStrings["wwCpdEditSubsFolioAddDesc"] = "This will notify when anything is added to this folio.";
wwStrings["wwLocalClusterNode"] = "Local Cluster Node (Master or Proxy)";
wwStrings["wwBriefContentLabel"] = "Brief Content Info:";
wwStrings["wwSSUpgradePreviewDocs"] = "Content Items";
wwStrings["wwIbrConfigMenuLabel2[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCmuSectionDesc_fileextensions"] = "File extension to file format maps";
wwStrings["wwCmuSelectBundle[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSpecifyDuplicationMethod"] = "Please specify a duplication method.";
wwStrings["wwAdsUserName"] = "User Name";
wwStrings["wwSpecifyReleaseDate"] = "Please specify a release date.";
wwStrings["wwCpdNewFolio"] = "New folio";
wwStrings["wwFeStartEditor"] = "Web Form Editor";
wwStrings["wwdPublishType[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwHelperShowPageMessageFieldDesc"] = "Display a usage message at the top of the page.";
wwStrings["wwXuiSearchWidgetPrefix"] = "Page";
wwStrings["wwCmuActionLabelExport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNormalCheckin"] = "Normal Check In";
wwStrings["wwListTemplateLabelHeader"] = "Label";
wwStrings["wwDCConfigAlertInvalidIntegerTimeout"] = "Please specify a positive integer value for the Time Out.";
wwStrings["wwNoDiscussionInformationText[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwNoRolesDefined"] = "No roles have been defined.";
wwStrings["wwChooseDocAction"] = "Choose an action...";
wwStrings["wwCmuSectionLabel_contentprofilerules[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSDefaultDocPpt"] = "Microsoft PowerPoint 97-2003 Presentation";
wwStrings["wwDCConfigTimeOutUnits"] = "Minutes";
wwStrings["wwSingleContent[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwDefaultValNotInList"] = "The default value is not in the option list. The default value cannot be deleted.";
wwStrings["wwProblemReportsForContentItem"] = "Problem Reports for Content Item";
wwStrings["wwWfReviewNoRevCheckedIn"] = "There is currently no content item associated with this workflow.";
wwStrings["wwFsStoreRule"] = "Storage Rule";
wwStrings["wwViewProviders"] = "View Providers";
wwStrings["wwConfigForLabel"] = "Configuration for {1}";
wwStrings["wwSSBackupConfirmRestore"] = "Are you sure you want to restore the contents of this archive?";
wwStrings["wwClbraInWorkflow"] = "Content in workflow";
wwStrings["wwRevHistory"] = "Revision History";
wwStrings["wwDisabled"] = "Disabled";
wwStrings["wwSSSiteStudioActionsMenuLabel"] = "Site Studio";
wwStrings["wwSoapServices[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwibrPreConversionOptions"] = "Pre-Conversion Options";
wwStrings["wwCpdRevType_Latest"] = "Latest";
wwStrings["wwMustLoginToSubscribe"] = "Must be logged in to subscribe to content.";
wwStrings["wwClbraCreateDate"] = "Create Date";
wwStrings["wwRenditionsLabel"] = "Renditions:";
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["wwGetExpired"] = "Get Expired";
wwStrings["wwMajorRevSeq"] = "Major Revision Sequence:";
wwStrings["wwAddFileStoreProvider"] = "Add File Store Provider";
wwStrings["wwLabelSocketServerAddress"] = "Socket Server Address:";
wwStrings["wwSocketServerAddress"] = "Server socket address";
wwStrings["wwLdapIsPrimaryUserBaseLabel"] = "Primary User Base:";
wwStrings["wwFoundXItems"] = "Found {1} item{1?s}";
wwStrings["wwShowAdvancedDescriptionEditorForm"] = "Use Advanced Description Form";
wwStrings["wwCpdContinueEditingFolio"] = "Continue editing the folio";
wwStrings["wwPostGCMemoryTotal"] = "Total memory after garbage collection";
wwStrings["wwWelcomeTo"] = "Welcome to {1}";
wwStrings["wwProblemReport"] = "Problem Report";
wwStrings["wwLabelRefineryOptions2"] = "Conversion Options:";
wwStrings["wwRefineryNativeFileSizeMaxCompress"] = "Enter the native file compression threshold in MB; when exceeded the file will be transferred uncompressed.";
wwStrings["wwInstanceDescription"] = "Server Description";
wwStrings["wwFeFieldDlgTitle"] = "Field";
wwStrings["wwFeTableDifferent[idcComponentName]"] = "FormEditor";
wwStrings["wwConfigureNtlm"] = "Configure NT Domain Security";
wwStrings["wwHelperItemsShown"] = "Items Shown";
wwStrings["wwTestEmailFormMessage"] = "Message:";
wwStrings["wwLinkToPreviousResults"] = "Link To Previous Results";
wwStrings["wwRegisterUser"] = "Register User";
wwStrings["wwPasswordNotConfirmed"] = "\nThe new password was not correctly confirmed.\nMake sure the confirmation password exactly matches the new password.\n";
wwStrings["wwFilterOptions"] = "General Options";
wwStrings["wwCmuSectionLabel_pages"] = "Pages";
wwStrings["wwFeEndTagLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwFeDefaultValue[idcComponentName]"] = "FormEditor";
wwStrings["wwSSDefaultAssetCategoryNamePageTemplate"] = "Page Templates";
wwStrings["wwCombo"] = "Edit And Select List";
wwStrings["wwTurkish"] = "Turkish";
wwStrings["wwHttpRelativeWebRoot"] = "Http Relative Web Root";
wwStrings["wwDpIsCheckinNav"] = "Enable Check-In Link";
wwStrings["wwSchemaNotStableError_checkin"] = "Choice lists are not fully loaded.  Checkin aborted.";
wwStrings["wwCLASSPATH"] = "Classpath";
wwStrings["wwSSArchiveProvider"] = "Proxied Server:";
wwStrings["wwText"] = "Text";
wwStrings["wwStartStopServer"] = "Start/Stop Content Server";
wwStrings["wwFeDynIncludeTitle"] = "Create Dynamic Include";
wwStrings["wwCmuImportPreviewTitle"] = "Import Preview";
wwStrings["wwNotifySubjects"] = "Notify Subjects";
wwStrings["wwFeConditionClauseTitle"] = "Condition Clause";
wwStrings["wwCustomMetadata"] = "Custom";
wwStrings["wwNativeFileLabel"] = "Native File:";
wwStrings["wwCmuSectionDesc_workflows"] = "Workflows Section";
wwStrings["wwSchemaGoUp"] = "Go up";
wwStrings["wwCustomizeMyView"] = "Customize My View";
wwStrings["wwDiscussionCountNotPresent[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwFeWrapTabLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwFeTableAlignLeft[idcComponentName]"] = "FormEditor";
wwStrings["wwSSNoFragmentLibraries"] = "No fragment libraries are available.";
wwStrings["wwDiscussionCountNotPresent"] = "The integer field \'DiscussionCount\' must be created using the configuration\nmanager in order to make the discussion feature functional.";
wwStrings["wwRoles"] = "Roles";
wwStrings["wwFsRuleSuccess"] = "The storage rule has been successfully updated in the system.";
wwStrings["wwRefineryNativeFileSizeMaxCompress[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwSubscriptionGroupTable"] = "Table containing a list of subscription groups";
wwStrings["wwHome"] = "Home";
wwStrings["wwSpecifyResultsPerPage"] = "Please specify a value for the number of results per page.";
wwStrings["wwDCEditTemplateTitle"] = "Dynamic Converter - Edit Templates";
wwStrings["wwCmuExportSectionItems"] = "Items";
wwStrings["wwUnsubscribe"] = "Unsubscribe";
wwStrings["wwStartLocalizationAudit"] = "Start auditing";
wwStrings["wwLdapPriorityLabel"] = "Priority:";
wwStrings["wwDCConfigDefTemplateCol3"] = "Template Types";
wwStrings["wwSSLimitToWebSiteLabel"] = "Limit to Web Site:";
wwStrings["wwDCConfigDefTemplateCol2"] = "Available Templates";
wwStrings["wwCpdCustomElementClasses"] = "Custom Element Classes";
wwStrings["wwNonZoneFields[idcComponentName]"] = "DBSearchContainsOpSupport";
wwStrings["wwFeTableDifferentFromBlock[idcComponentName]"] = "FormEditor";
wwStrings["wwSSNewNativeDoc"] = "New native file";
wwStrings["wwDCConfigDefTemplateCol1"] = "Template";
wwStrings["wwMailServer"] = "Mail Server";
wwStrings["wwLdapAccountPrefixLabel"] = "Account Prefix:";
wwStrings["wwScsLogDetails_Warning"] = "The content server has generated a diagnostic warning. The stack trace below shows more information.";
wwStrings["wwCmuAdminUploadPage"] = "Configuration Bundle Upload Page";
wwStrings["wwLabelInstanceId"] = "Instance Id:";
wwStrings["wwForce"] = "Force";
wwStrings["wwCpdInsertItemByCheckin"] = "Insert Item by Checkin";
wwStrings["wwEnableOnUi"] = "Enable On UI:";
wwStrings["wwCmuActionHistoryType"] = "Action";
wwStrings["wwCpdSubsModify"] = "Items Modified";
wwStrings["wwLdapAttributeMapLabel"] = "Attribute Map:";
wwStrings["wwCgiSendDump"] = "CGI_SEND_DUMP";
wwStrings["wwCouldntFindInFormList"] = "Could not find this value in the form list:";
wwStrings["wwSkipNavBar"] = "Skip navigation bar.";
wwStrings["wwSSAddButton"] = "Add";
wwStrings["wwAddOutgoingProvider"] = "Add Outgoing Provider";
wwStrings["wwPrefix"] = "Prefix";
wwStrings["wwRefineryProviderMaxJob"] = "Enter the number of jobs allowed in the pre-converted queue.";
wwStrings["wwCmuButtonLabelSaveAs[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCreateDiscussionLink"] = "Create Discussion";
wwStrings["wwSSArchiveTypeExport"] = "Export";
wwStrings["wwCpdSubscriptionFolioRemoveMsg"] = "Items have recently been removed from the following folios:";
wwStrings["wwActionDate"] = "Action Date";
wwStrings["wwFeNameMissing"] = "The element name is missing and needs to be defined for advanced tags.";
wwStrings["wwDCConfigCachingSettingsText"] = "These settings modify how Dynamic Converter convert and cache files and may significantly improve the overall performance of your intranet or external Web site.";
wwStrings["wwSSDefaultDocPrimaryFileXlsx"] = "default.xlsx";
wwStrings["wwCmuSectionDesc_workflowscripts[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwItem"] = "Item";
wwStrings["wwSubstring"] = "Substring";
wwStrings["wwFolderArchiveCollectionName"] = "Collection Name:";
wwStrings["wwFeAdvCustomLabel[idcComponentName]"] = "FormEditor";
wwStrings["wwEditPartition"] = "Edit";
wwStrings["wwCreateNewProvider"] = "Create a New Provider";
wwStrings["wwCpdSearchInFolioButtonLabel"] = "Search In Folio...";
wwStrings["wwSSNoRegionDefsForSite"] = "There are no Region Definitions associated with the selected web site.";
wwStrings["wwSSDefaultDocPrimaryFileConversionsDefinitionXml"] = "default.xml";
wwStrings["wwCmuSectionLabel_components[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSearchWithin"] = "Search Within";
wwStrings["wwForcedConversionRuleText"] = "Indicates that this rule is to be used for forced conversions.  This rule will always be applied to content items as long as the content items match the rule criteria.  The conversion results can be retrieved using the incDynamicConversionByRule Idoc Script function or the GET_DYNAMIC_CONVERSION service with the conversionRule parameter specified.";
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["wwFeatureLevelHeader"] = "Level";
wwStrings["wwLabelServerOptions"] = "Server Options:";
wwStrings["wwdFileSize"] = "File Size";
wwStrings["wwIbrProviders/ext[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdPortalTemplates"] = "Folio Templates";
wwStrings["wwCpdAddItemsToFolio"] = "Add items to folio";
wwStrings["wwCurrentDocTypes"] = "Current Document Types";
wwStrings["wwCmuAdminSections[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeDisplayNodeError[idcComponentName]"] = "FormEditor";
wwStrings["wwRemoveFilter[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwOutgoingProviderInfoFor"] = "Outgoing Provider Information for {1}";
wwStrings["wwSSAdminUpgradePageAvailable"] = "Legacy web sites exist on this server.  Before these web sites can be used with this version of Site Studio they need to be upgraded to the new format.  Click the button below to go to the legacy web sites upgrade page.";
wwStrings["wwLabelProviderType"] = "Provider Type:";
wwStrings["wwOptimizedFieldsChanged"] = "Optimized Fields has been changed. Rebuild of index is required for the change to take effect.";
wwStrings["wwFeCheckboxProps[idcComponentName]"] = "FormEditor";
wwStrings["wwCmuSectionLabel_workflowtokens"] = "Workflow Tokens";
wwStrings["wwSpecifyProxiedForEntSearch"] = "An instance must be \'Proxied\' for it to be \'Enterprise Searchable\'.";
wwStrings["wwCmuUpload[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDiscussionReplyToThis"] = "Reply To This";
wwStrings["wwHelp"] = "Help";
wwStrings["wwCpdRestrictToFormats"] = "Restrict formats:";
wwStrings["wwRevisionHistoryFor"] = "Revision History for {1q}";
wwStrings["wwRequiredFeatures"] = "Required Features";
wwStrings["wwSSAdminUpgradeSitesAdvancedPage"] = "Advanced Upgrade Options";
wwStrings["wwIbrProviderStatusLabel"] = "IBR Provider Status";
wwStrings["wwField"] = "Field";
wwStrings["wwCpdFolioDefaultProperties"] = "Folio Default Properties";
wwStrings["wwCmuAdminPage"] = "Configuration Migration Administration Page";
wwStrings["wwSSBackupShowServerConfigMenuItem"] = "Show server configuration details";
wwStrings["wwSpKeystoreAliasPassword"] = "Alias password";
wwStrings["wwFePleaseSpecifyField[idcComponentName]"] = "FormEditor";
wwStrings["wwFeProfileCheckinDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwAttachSelectedUrlInfo"] = "URL - Info [Attach Selected]";
wwStrings["wwSSUrlDataFilesDetail"] = "Lists data files referenced by sections of the web site";
wwStrings["wwSSAdminMigrationPage"] = "Manage Site Replication";
wwStrings["wwCmuConfirmDeleteAll[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwSSArchiveDetailType"] = "Type:";
wwStrings["wwSSInstallNumberReset"] = "(Reset)";
wwStrings["wwInfoCollaboration"] = "Information for collaboration project {1q}";
wwStrings["wwHttpServer"] = "HTTP Server";
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["wwSSArchiveType"] = "Archive Type:";
wwStrings["wwJspServerStopWebApp"] = "Stop Web App";
wwStrings["wwClosedFolderIcon"] = "Closed folder icon";
wwStrings["wwLicenseSignature"] = "License Signature";
wwStrings["wwPage"] = "Page";
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["wwSSWebAssetLabel"] = "Web Asset:";
wwStrings["wwWizardStep"] = "Page {1}. {2} of {3}";
wwStrings["wwHelperItemsShownFieldDesc"] = "When pagination display the number of items along with the items being shown.";
wwStrings["wwIbrProviders/ext"] = "There {1?are:is} {1i} IBR Provider{1?s}";
wwStrings["wwSSDefaultAssetCategoryNameImage"] = "Images";
wwStrings["wwFeActionSubmitForm[idcComponentName]"] = "FormEditor";
wwStrings["wwFsEventImplementor[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwXuiDate"] = "Date";
wwStrings["wwFormSubmissionSuccess"] = "Form Submission Success";
wwStrings["wwDCConfigFontPathText"] = "The colon delimited directory paths containing fonts.  The directory should contain TrueType and FreeType fonts.  \u003cstrong\u003eThe Font Path value must reference a valid directory with these fonts or conversions may fail.\u003c/strong\u003e";
wwStrings["wwSSDefaultAssetCategoryNameRegionTemplate"] = "Region Templates";
wwStrings["wwFsIsActive"] = "Is Active";
wwStrings["wwFeTextFieldProps[idcComponentName]"] = "FormEditor";
wwStrings["wwUseSimpleAuthModel"] = "Use Simple Authorization Model";
wwStrings["wwSupportSqlColumnChange"] = "Support Column Change";
wwStrings["wwCmuEditExportRulePage[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwCmuSectionLabel_aliases"] = "Aliases";
wwStrings["wwTargetedQuickSearchClearOption"] = "Clear Selection";
wwStrings["wwCmuSectionLabel_admintargetedquicksearches"] = "Targeted Quick Searches";
wwStrings["wwOutputExtensionMustHaveValue"] = "Output Extension must have a value.";
wwStrings["wwLicenseSignatureLabel"] = "License Signature:";
wwStrings["wwSpecifyJdbcDriver"] = "Please specify a JDBC driver.";
wwStrings["wwFeDefaultValueLabel"] = "Use default";
wwStrings["wwLastRequestDate"] = "Last Request Date:";
wwStrings["wwEOHintRule"] = "Hint Rules Configuration";
wwStrings["wwArchiverImportMovedToExceptionArchive"] = "The Document Has Been Copied To An Exceptions Archive";
wwStrings["wwFeFormDlgTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwLdapNumConnections"] = "Number of connections";
wwStrings["wwAllowRefineryPassthruOnConversionFailure"] = "When a conversion sent to an Inbound Refinery fails, set the conversion to \'Refinery Passthru\'.";
wwStrings["wwSSDownloadDefinitionBundle"] = "Download Definition Bundle";
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["wwFsFieldDesc_dDocName[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwOptionList"] = "Option List";
wwStrings["wwFeTextFieldValue"] = "Value";
wwStrings["wwAllowSignedApplets"] = "Allow Signed Applets";
wwStrings["wwShowAllAdvancedOptions"] = "show additional options";
wwStrings["wwInstanceStubDirectory"] = "Instance\'s Local Node Directory:";
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["wwFeTableRowProps[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdFolioItems"] = "Folio Items";
wwStrings["wwPolish"] = "Polish";
wwStrings["wwFsPartitionRoot"] = "Partition Root";
wwStrings["wwDatabaseLogs"] = "Database Logs";
wwStrings["wwCmuSectionLabel_subscriptions[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeTableAlign[idcComponentName]"] = "FormEditor";
wwStrings["wwLabelProviderName"] = "Provider Name:";
wwStrings["wwFilterLogOptions"] = "Logging Options";
wwStrings["wwAdminSuspendIndexRebuild"] = "Suspend index rebuild";
wwStrings["wwCpdCannotCopyRootNode"] = "Cannot copy root node.";
wwStrings["wwCmuImportOnly[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWsdlListTable"] = "Table of WSDLs with descriptions and actions.";
wwStrings["wwdOutDate"] = "Expiration Date";
wwStrings["wwServerName"] = "Server Name";
wwStrings["wwCmuActionEventMessageLabel"] = "Message";
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["wwFeSelectProps"] = "Select";
wwStrings["wwBottomBannerLogo"] = "Bottom banner logo";
wwStrings["wwQueryNotification"] = "Query Notification";
wwStrings["wwXuiSearchWidgetSuffix"] = "of {1}";
wwStrings["wwSSCreateWebAssetPageTitle"] = "Create New Web Asset";
wwStrings["wwJavaVersion"] = "Java Version";
wwStrings["wwFeAdvPropertiesDlg[idcComponentName]"] = "FormEditor";
wwStrings["wwFeAnd"] = "and";
wwStrings["wwFormSubmissionConfirmation"] = "Form Submission Confirmation";
wwStrings["wwEnvironmentConfigurationSaved"] = "Environment saved for \'{1}\'";
wwStrings["wwResultTemplate"] = "Result Template";
wwStrings["wwServerMenuLabel"] = "Server Menu Label:";
wwStrings["wwUseUnicodeLabel"] = "Use Unicode:";
wwStrings["wwFeTableAlignRight[idcComponentName]"] = "FormEditor";
wwStrings["wwAllowGetCopyAccess"] = "Allow Get Copy with Read Privilege:";
wwStrings["wwPageTopPrintLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwDiscussionSubjectLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwCpdSubscriptionActionDesc"] = "Description";
wwStrings["wwLicenseFeatureCode"] = "Feature Code";
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["wwSSAdminSitesUpgradeRestartButton"] = "Restart Upgrade";
wwStrings["wwMyFolderSettings"] = "My Folder Settings";
wwStrings["wwCpdDragItemsLabel"] = "{1} items";
wwStrings["wwCpdFolioArchiveRevisionFolioContentLabel"] = "Archive revised folio content:";
wwStrings["wwSSAdminShowOnDemandSites"] = "Manage On-Demand Web Sites";
wwStrings["wwInstanceName"] = "Instance Name";
wwStrings["wwNoProblemReportsForCriteria"] = "There are no problem reports matching the criteria.";
wwStrings["wwSSMissingDomainErr"] = "A web site address must be specified.";
wwStrings["wwAllExpiredContent"] = "All Expired Content";
wwStrings["wwSSDefaultDocPrimaryFileGif"] = "default.gif";
wwStrings["wwSSDomainName"] = "Web Site Address";
wwStrings["wwSoapTypeLabel[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCheckinError"] = "Check In Error";
wwStrings["wwCmuIgnoreDependencies"] = "Ignore Dependencies";
wwStrings["wwEnableEnterpriseSearch"] = "Enable Enterprise Search on standard query pages";
wwStrings["wwFsFieldDesc_ExtensionSeparator"] = "Computed extension separator usually \'.\'";
wwStrings["wwSSContributorConsole"] = "Contributor Console Enabled:";
wwStrings["wwSSOnDemandSiteNotLoaded"] = "Not Loaded";
wwStrings["wwFeHiddenFieldProp[idcComponentName]"] = "FormEditor";
wwStrings["wwSSWebSiteUsageDetail"] = "The document was declared in the following web sites:";
wwStrings["wwFeHiddenValue[idcComponentName]"] = "FormEditor";
wwStrings["wwLdapAddProvider"] = "Add LDAP Provider";
wwStrings["wwCmuSectionLabel_contentserver[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwUserConfigurationDefaults"] = "User Configuration Defaults";
wwStrings["wwEditContentServer"] = "Edit an Existing Content Server";
wwStrings["wwSpecifySecGroup"] = "Please specify a security group.";
wwStrings["wwTraceSectionsList"] = "Active Sections";
wwStrings["wwSaveOptionMsg"] = "\nUse the right mouse button on the link below\nto choose a save option.\n";
wwStrings["wwNoContentProfileLinks"] = "There are no content profile links to edit.";
wwStrings["wwFormats"] = "Formats";
wwStrings["wwShowBasicForm"] = "show basic form";
wwStrings["wwWorkflowStartedNotification"] = "Workflow Started Notification";
wwStrings["wwSSDefinitionDeleteMenuItem"] = "Delete definition bundle archive";
wwStrings["wwSSCertMessageTitle"] = "Site Studio";
wwStrings["wwMoveFieldUp"] = "Move Field Up";
wwStrings["wwFeValueLabel"] = "Set value";
wwStrings["wwListTemplatesNativeColumnText"] = "download";
wwStrings["wwFeTextAreaWidthError"] = "Width must be a positive number.";
wwStrings["wwHelperMenuPlaceInfoLastFieldDesc"] = "Place the information menu items last in popup menus.";
wwStrings["wwFeTagIsVisible[idcComponentName]"] = "FormEditor";
wwStrings["wwCpdLastModified"] = "Last modified:";
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["wwXuiMyViewSearchSettings"] = "My Search Result View Settings:";
wwStrings["wwWorkflowReviewTitle"] = "Workflow Review for {1q}";
wwStrings["wwAdsi"] = "Active Directory Security";
wwStrings["wwAllFiles"] = "All Files";
wwStrings["wwSSActualNodeUsage"] = "Referenced in Sites:";
wwStrings["wwDCConfigDisplayVarTitle"] = "DISPLAY";
wwStrings["wwEditOrRemoveServer"] = "Edit or Remove Content Server";
wwStrings["wwCpdUnknownNodeType"] = "Unknown node type \'{1}\'";
wwStrings["wwSSSCIgnoreAllButton"] = "Ignore All";
wwStrings["wwLibrary"] = "Library";
wwStrings["wwCmuSectionLabel_roles[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwWeb"] = "Web";
wwStrings["wwUseXWindowsText"] = "When checked, the X-Windows graphics device is used for rendering graphics and fonts during GUI Template conversions.  For Linux and Solaris, you can uncheck this box to use software rendering.";
wwStrings["wwTitleBatchService"] = "Batch Service Results";
wwStrings["wwFeIncludeErrNameInUse"] = "The dynamic include name is already in use.";
wwStrings["wwFeCustomFormatError"] = "A custom key is in an unexpected format. It should be key=value.";
wwStrings["wwNotAllowedToChangeOwnRole"] = "You are not allowed to change your role.";
wwStrings["wwCpdContentListingDescSingleSelect"] = "Select an item from the list below and it will be added to the folio.";
wwStrings["wwSchemaNotStableWarning_search"] = "Choice lists are not fully loaded.  Continue search?";
wwStrings["wwContentServerError"] = "Content Server Error";
wwStrings["wwWorkInProgress"] = "Work In Progress";
wwStrings["wwTempConvFieldNameMissing"] = "The field name is missing in criteria";
wwStrings["wwPostNewLabel[idcComponentName]"] = "ThreadedDiscussions";
wwStrings["wwNewCheckIn"] = "New Check In";
wwStrings["wwFeTableAlignLeft"] = "Left";
wwStrings["wwInstanceId"] = "Instance Id";
wwStrings["wwSSContextMenuCheckedOutBy"] = "Checked out by user {1}";
wwStrings["wwTargQuickSearchAdminTable"] = "Table with a list of targeted quick searches defined by administrators.";
wwStrings["wwFsFieldDesc_dExtension"] = "Native file extension";
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["wwLdapSuffix"] = "LDAP Suffix";
wwStrings["wwFeTextareaName"] = "Name";
wwStrings["wwKeepaliveIncomingProviderDesc"] = "Configure a keepalive incoming socket provider.";
wwStrings["wwExplainReasonForRejection"] = "Enter message explaining reason for rejecting content item:";
wwStrings["wwLabelAttach"] = "Attach:";
wwStrings["wwSearchFormType"] = "Search Form Type";
wwStrings["wwCmuSectionLabel_contentserver"] = "Content Server Sections";
wwStrings["wwPortalDesignForUser"] = "Portal Design for {1}";
wwStrings["wwCmuSectionDesc_components"] = "Components Section";
wwStrings["wwFolderArchivePageName"] = "Folder Structure Archive";
wwStrings["wwAttachLinkToNative"] = "Attach Link to Native";
wwStrings["wwLdapUseFullGroupNameLabel"] = "Use Full Group Name:";
wwStrings["wwInstructionsLabel"] = "Instructions:";
wwStrings["wwCmuSectionValue[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwContentServerWarning"] = "Content Server Warning";
wwStrings["wwFeActionTitle[idcComponentName]"] = "FormEditor";
wwStrings["wwDCConfigDCFileLocatorText"] = "An alternate class to use in configuring the FileLocator for DynamicConverter.";
wwStrings["wwConfiguration"] = "Configuration";
wwStrings["wwIbrProviders[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCpdUndefinedDesc"] = "undefined slot";
wwStrings["wwDelete"] = "Delete";
wwStrings["wwRefineryConversionSendDocInfo[idcComponentName]"] = "InboundRefinerySupport";
wwStrings["wwCacheInfo"] = "Cache Information";
wwStrings["wwIsAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwListTemplateCannotContainSpaces"] = "The ID may not contain spaces.";
wwStrings["wwCmuActiveExport"] = "Latest Action";
wwStrings["wwAddExistingServer"] = "Add Existing Server";
wwStrings["wwCmuExportPreviewTitle"] = "Export Preview";
wwStrings["wwxWebsiteSection"] = "Web Site Section";
wwStrings["wwFeAnd[idcComponentName]"] = "FormEditor";
wwStrings["wwForceJobCheck"] = "Force Job Queue Check";
wwStrings["wwJdbcDriverName"] = "JDBC Driver Name";
wwStrings["wwCmuActionLabelImport[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwNOEAuthorDisplayResults"] = "You have {1} content item{1?s} that will expire soon:";
wwStrings["wwEditWebUrlMap"] = "Edit the WebUrlMap";
wwStrings["wwSSAdminUpgradeDiffTitle"] = "Content Differences";
wwStrings["wwCpdSubscriptionFolioAddMsg"] = "Items have recently been added to the following folios:";
wwStrings["wwRefineryFailedWebIsNative"] = "\nInbound Refinery failed to convert the\ncontent item but released it to the web by copying the native file.\n";
wwStrings["wwCmuAllTasks[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwHttpWebRoot"] = "Http Web Root";
wwStrings["wwPreviousPage"] = "Previous Page";
wwStrings["wwCpdAdvancedFolio"] = "Advanced Folio";
wwStrings["wwUserTargetedQuickSearches"] = "Personal Targeted Quick Searches";
wwStrings["wwWfRESUBMIT"] = "Resubmit";
wwStrings["wwNonOptimizedFields[idcComponentName]"] = "OracleTextSearch";
wwStrings["wwAddOrEditServerData"] = "Add Or Edit Server Data";
wwStrings["wwSSDefaultDocXls"] = "Microsoft Excel 97-2003 Workbook";
wwStrings["wwFeInvalidCharacters"] = "There are invalid characters in the element.";
wwStrings["wwDCTemplatesTitle"] = "Templates";
wwStrings["wwFeAdvBlockDesc[idcComponentName]"] = "FormEditor";
wwStrings["wwActiveClbraWorkflows"] = "Active Collaboration Project Workflows";
wwStrings["wwInstallPath"] = "Install Path:";
wwStrings["wwTestEmailUnsuccessful"] = "Message not sent successfully!";
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["wwSpecifyRelativeWebRoot"] = "Please specify a value for the relative web root.";
wwStrings["wwUpdate"] = "Update";
wwStrings["wwNewTemplate"] = "New...";
wwStrings["wwSSArchiveOpBackup"] = "Backup";
wwStrings["wwPopUpCalendarTip[idcComponentName]"] = "PopUpCalendar";
wwStrings["wwAllowAuthorDelete"] = "Allow Author to Delete Revision";
wwStrings["wwServerFileEncodingLabel"] = "Server File Encoding:";
wwStrings["wwValue"] = "Value";
wwStrings["wwCmuForceTriggerField[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwFeXmlTableLabel"] = "Table Name";
wwStrings["wwFsAddNewStorageRule[idcComponentName]"] = "FileStoreProvider";
wwStrings["wwFeTextFieldTypePass[idcComponentName]"] = "FormEditor";
wwStrings["wwSoapName[idcComponentName]"] = "WsdlGenerator";
wwStrings["wwCouldNotLoadNativeVersion"] = "\u003cem\u003eunknown\u003c/em\u003e";
wwStrings["wwCmuSectionDesc_schematables[idcComponentName]"] = "ConfigMigrationUtility";
wwStrings["wwDCConfigMaxFileText"] = "The maximum size of file that will be processed by Dynamic Converter.";
wwStrings["wwLabelWorkflow"] = "Workflow:";
