//
// 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 59287 2007-11-13 15:24:43Z kjorisse $
//


///////////////////////////////////////////////////////
// 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"));
	}
	return value;
}

function lcCaption(key)
{
	return lc("wwCaptionWrapperSimple", lc(key));
}

var wwStrings = new Array();
var wwStringCache = new Array();

wwStrings["wwExpiration"] = "Expiration";
wwStrings["wwSSSiteLabel"] = "Web Site";
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["wwSSDefaultDocPrimaryFileXlsx"] = "default.xlsx";
wwStrings["wwEnvironmentKeyCount"] = "Number of environment keys: {1i}";
wwStrings["wwSSAdminQuickHelp"] = "Help";
wwStrings["wwLdapPriorityLabel"] = "Priority:";
wwStrings["wwServerLogLink"] = "Relative Log URL";
wwStrings["wwSSDefaultAssetCategoryNameDataFile"] = "Contributor Data Files";
wwStrings["wwSSWebSiteUsageDetail"] = "The document was declared in the following web sites:";
wwStrings["wwRestoreDefaults"] = "Restore Defaults";
wwStrings["wwSSSnapshotFile"] = "Backup Zip File:";
wwStrings["wwNotAllowedToDeleteSelf"] = "You are not allowed to delete yourself.";
wwStrings["wwCmuGetAllTasks"] = "List All Tasks";
wwStrings["wwSchemaViewCacheDetailsLink"] = "Check Schema Cache";
wwStrings["wwAdminStartIndexUpdate"] = "Start index update";
wwStrings["wwShowDatabaseDetails"] = "Database Connection Details";
wwStrings["wwSoapComplexTypes"] = "Complex Types";
wwStrings["wwWfSTART_WORKFLOW"] = "Workflow Start";
wwStrings["wwAcctPrefix"] = "Account Prefix";
wwStrings["wwSSUpgradeLayouts"] = "Upgrade Layouts";
wwStrings["wwSSAdminUpgradeShowDiffs"] = "Show Differences";
wwStrings["wwSSStopped"] = "Stopped";
wwStrings["wwLocalGroupServerDesc"] = "\nSpecifies the NT server to interrogate for the local\ngroups that contain the user as a member (see UseLocalGroups). If this\nentry is not set, then the controller of the default master domain is used.\n";
wwStrings["wwSection"] = "Section";
wwStrings["wwCmuActionLabelExportHistory"] = "History";
wwStrings["wwCmuClearHistoryButton"] = "Clear";
wwStrings["wwTargetedQuickSearchLabel"] = "Targeted Quick Search Label";
wwStrings["wwClbraName"] = "Name";
wwStrings["wwDTMError"] = "Error";
wwStrings["wwDCTemplateRulesLayoutCol2"] = "Available Layouts";
wwStrings["wwNtlmSecurityEnabled"] = "Ntlm Security Enabled";
wwStrings["wwProductLibrary"] = "{1} Library";
wwStrings["wwSSDontShowInListsForWebsitesField"] = "Do not Show In Lists For Web Sites Field:";
wwStrings["wwSSManageBackupRestorePageTitle"] = "Manage Backup Archives";
wwStrings["wwSearchWithin"] = "Search Within";
wwStrings["wwDCConfigDefTemplateCol3"] = "Template Types";
wwStrings["wwDefaultNetworkAccounts"] = "Default Network Accounts";
wwStrings["wwSSContextMenuWFReject"] = "Reject Document";
wwStrings["wwSchemaExceedsChoiceLimit"] = "You may only select {1} values for the field {2}.";
wwStrings["wwLabelCheckedOutBy"] = "Checked Out By:";
wwStrings["wwSpKeystoreAliasPassword"] = "Alias password";
wwStrings["wwDCConfigConvFormatsTitle"] = "Conversion Formats";
wwStrings["wwClbraProjectTable"] = "Table containing a list collaboration projects.";
wwStrings["wwSSDefaultDocPptx"] = "Microsoft PowerPoint Presentation";
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["wwLabelAttach"] = "Attach:";
wwStrings["wwDiscussionGroupLayoutsLinkLabel"] = "Discussion:";
wwStrings["wwAdminServerConfigVars"] = "Configuration Variables:";
wwStrings["wwPneCheckinProfiles"] = "Personal Check Ins";
wwStrings["wwWfReviewNoRevCheckedIn"] = "There is currently no content item associated with this workflow.";
wwStrings["wwSSArchiveTypeExport"] = "Export";
wwStrings["wwCmuIgnoreDependencies"] = "Ignore Dependencies";
wwStrings["wwDefaultQuery"] = "Default Query";
wwStrings["wwCgiReceiveDump"] = "CGI_RECEIVE_DUMP";
wwStrings["wwItalian"] = "Italian";
wwStrings["wwAdsUserPasswordDesc"] = "\nThis is the password for the user supplied above.  If both the username and\npassword are empty, the calls to Active Directory will be made using the\ncredentials that the web server runs under.\n";
wwStrings["wwSubscriptionGroupItemTable"] = "Table containing a list of content items in this subscription group";
wwStrings["wwCmuTaskHistoryTable"] = "History for {1q}";
wwStrings["wwAdministrationDesc"] = "Click here for {1} system administration.";
wwStrings["wwDiscussionCannotShowNewItemForm"] = "You do not have sufficient privilege to create a discussion for document {1q}.";
wwStrings["wwNoRolesDefined"] = "No roles have been defined.";
wwStrings["wwSSYes"] = "Yes";
wwStrings["wwServerPidLabel"] = "Server Process ID";
wwStrings["wwWfAction"] = "Action";
wwStrings["wwReviewLicenseInfo"] = "Please review the information below to make sure that it is correct.";
wwStrings["wwDCConfigUseForcedConversionTitle"] = "Use Upfront and Forced Conversions";
wwStrings["wwJavaVersionLabel"] = "Java Version:";
wwStrings["wwLabelOptionList"] = "Option List:";
wwStrings["wwRevisionFinishedEditing"] = "Revision Finished Editing";
wwStrings["wwEditPersonalUrls"] = "Edit URLs";
wwStrings["wwConfigurationValues"] = "Configuration Values";
wwStrings["wwLabelFolderID"] = "Collection ID:";
wwStrings["wwPortalSavedQueries"] = "Portal Saved Queries";
wwStrings["wwSchemaEditTitle"] = "Edit values for view {1q}";
wwStrings["wwWfReviewCheckinSelMsg"] = "You currently have this item checked out. You should check it in when finished.";
wwStrings["wwLmContentExpiredBefore"] = "Content expired before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwInstances"] = "Instances";
wwStrings["wwSSWebsiteIDField"] = "Web Site ID Field:";
wwStrings["wwPreviewFrame"] = "Preview frame.";
wwStrings["wwSSUrlDataFilesDetail"] = "Lists data files referenced by sections of the web site";
wwStrings["wwSSCertValidationPageTitle"] = "Site Studio Certificate Validation";
wwStrings["wwJspServerNoWebApp"] = "No Web Application Found.";
wwStrings["wwSSDefaultDocPrimaryFileDoc"] = "default.doc";
wwStrings["wwDCTemplateRulesTemplateCol1"] = "Template";
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["wwDiscussionFullInfoMenuLabel"] = "Full Info";
wwStrings["wwSSArchiveNameHasSpaces"] = "The Archive Name cannot contain spaces.";
wwStrings["wwToRefresh"] = "To Refresh";
wwStrings["wwSSCancelButton"] = "Cancel";
wwStrings["wwNoAccountsDefined"] = "No accounts have been defined.";
wwStrings["wwContributionUsers3"] = "Contribution 3";
wwStrings["wwLabelLayout"] = "Layout:";
wwStrings["wwSSArchiveOpImport"] = "Import";
wwStrings["wwSSAdminMigrationReceipt"] = "Archiving";
wwStrings["wwAttachSelectedWeb"] = "Web [Attach Selected]";
wwStrings["wwCmuAddTask"] = "Create Task";
wwStrings["wwProductSearch"] = "{1} Search";
wwStrings["wwKorean"] = "Korean";
wwStrings["wwInternetConfiguration"] = "Internet Configuration";
wwStrings["wwCmuSectionDesc_schemarelations"] = "Schema Relations Section";
wwStrings["wwContentCheckinUserLabel"] = "Checked in by:";
wwStrings["wwCacheInfo"] = "Cache Information";
wwStrings["wwSSDefaultDocPrimaryFileRtf"] = "default.rtf";
wwStrings["wwSSSiteId"] = "Web Site";
wwStrings["wwDefaultNetworkRolesLabel"] = "Default Network Roles:";
wwStrings["wwExplainReasonForRejection"] = "Enter message explaining reason for rejecting content item:";
wwStrings["wwLogoff"] = "Logout";
wwStrings["wwPreviewListfor"] = "Preview List for";
wwStrings["wwTestEmailFormSubject"] = "Subject:";
wwStrings["wwNOEAdminDisplayResults"] = "Displaying {1} out of {2} content item{1?s} in the system that will expire soon";
wwStrings["wwSSFragmentLibraries"] = "Fragment Libraries";
wwStrings["wwFullText"] = "Full Text";
wwStrings["wwTestEmailUnsuccessful"] = "Message not sent successfully!";
wwStrings["wwCmuSectionLabel_doctypes"] = "Content Types";
wwStrings["wwSSWebsiteDocsReport"] = "Web Site Assets";
wwStrings["wwCmuUpdateDatabaseDesign"] = "Update database design";
wwStrings["wwRuleNameAlreadyExists"] = "The rule name already exists. Please enter a different rule name.";
wwStrings["wwCompleteCheckin"] = "Complete Check In";
wwStrings["wwMsLoginDesc"] = "Enables users to view restricted content in the system using their Microsoft Network account.";
wwStrings["wwErrorRetrievingInfo"] = "Error Retrieving Info:";
wwStrings["wwConfigurationManager"] = "Configuration Manager";
wwStrings["wwWfCHECKOUT"] = "Check Out";
wwStrings["wwTrue"] = "TRUE";
wwStrings["wwGetConversion"] = "Get Conversion";
wwStrings["wwIndexPageTitle"] = "Content Server Index Page";
wwStrings["wwSpecifyJdbcConnectionString"] = "Please specify a connection string for this driver.";
wwStrings["wwShowJavaPropertiesDetails"] = "Java Properties";
wwStrings["wwDownloadWeb"] = "Download Web";
wwStrings["wwMyWorkflowItems"] = "My Workflows";
wwStrings["wwCgiDebug"] = "CGI_DEBUG";
wwStrings["wwLabelContentItem"] = "Content Item:";
wwStrings["wwInputMustBeNumberAlert"] = "{1q} must be a valid positive integer.";
wwStrings["wwSSOpenCollection"] = "Open Collection...";
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["wwHttpWebRoot"] = "Http Web Root";
wwStrings["wwProblemReportNotification"] = "Problem Report Notification";
wwStrings["wwSSImportArchiveAdd"] = "Add Import Archive...";
wwStrings["wwMoveDown"] = "Move Down";
wwStrings["wwReleaseDate"] = "Release Date";
wwStrings["wwTestEmailFormBccRecipients"] = "Bcc:";
wwStrings["wwAdminActionsSuccess"] = "The service {1} completed successfully.";
wwStrings["wwAttachSelected"] = "Attach Selected";
wwStrings["wwXuiMore"] = "more...";
wwStrings["wwConfigurationClass"] = "Configuration Class";
wwStrings["wwQueryBuilderAnd"] = "AND";
wwStrings["wwLabelBatchFileName"] = "Batch Name:";
wwStrings["wwConfigurationInfo"] = "Configuration Info";
wwStrings["wwComponentManagerDesc"] = "Enable, disable, install, or uninstall server components.  Some actions require a restart.";
wwStrings["wwSSAdminSiteUpgradesRemaining"] = "Site Upgrades Remaining:";
wwStrings["wwBasicSubscriptionTitle"] = "Subscription Items";
wwStrings["wwJapanese"] = "Japanese";
wwStrings["wwContentExpiration"] = "Content Expiration";
wwStrings["wwUseLocalGroups"] = "Use Local Groups";
wwStrings["wwCmuSectionDesc_schematables"] = "Schema Tables Section";
wwStrings["wwKey"] = "Key:";
wwStrings["wwEnterLogSizeAlert"] = "The size of the requested log file is not a valid positive integer.";
wwStrings["wwLabelText"] = "Text:";
wwStrings["wwSSArchiveOpTransfer"] = "Transfer";
wwStrings["wwActiveProjectWorkflowsTable"] = "Table containing a list of Active Publisher Project Workflows.";
wwStrings["wwSSAdminUpgradeDiffPage"] = "Content Differences Page";
wwStrings["wwSpLabelKeystorePassword"] = "Keystore password:";
wwStrings["wwCmuTaskPending"] = "Task Pending";
wwStrings["wwDownloadComponent"] = "Download Component";
wwStrings["wwSSProductVersion"] = "Product Version:";
wwStrings["wwAttachUrlWeb"] = "URL - Web";
wwStrings["wwCmuSectionDesc_pages"] = "Pages Section";
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["wwxDontShowInListsForWebsites"] = "Exclude From Lists";
wwStrings["wwLdapNumConnectionsLabel"] = "Number of connections:";
wwStrings["wwTest"] = "Test";
wwStrings["wwInternetSearchTipString"] = "\nSearch Tips\n\u003cul\u003e\u003cli\u003eUse spaces between terms to allow a result only if all terms are in the content\u003c/li\u003e\n\u003cli\u003eUse quotation marks (\") around two or more words for a phrase search\u003c/li\u003e\n\u003cli\u003eUse a comma (,) between terms to allow a result if either term is in the content\u003c/li\u003e\n\u003cli\u003eUse a minus (-) immediately in front of a term to exclude content items\u003c/li\u003e\n\u003cli\u003eUse parentheses to group search terms\u003c/li\u003e\u003c/ul\u003e\n";
wwStrings["wwDatabaseVersion"] = "Database Version";
wwStrings["wwJdbcConnectionString"] = "JDBC Connection String";
wwStrings["wwAvailableProcessors"] = "Available processors";
wwStrings["wwJdbcPassword"] = "JDBC Password";
wwStrings["wwSSNoWebSitesAvailable"] = "No web sites are available.";
wwStrings["wwStopServer"] = "Stop {1}";
wwStrings["wwCheckedOutCon"] = "Checked-Out Content";
wwStrings["wwDefaultResultCount"] = "Default Result Count";
wwStrings["wwShowThreadDetails"] = "Thread Details";
wwStrings["wwDisplayingMatches"] = "Displaying matches {1}-{2}.";
wwStrings["wwWorkflowReviewNotification"] = "Workflow Review Notification";
wwStrings["wwFeatureCodeLabel"] = "Feature Code:";
wwStrings["wwSearchEngineName"] = "Search Engine:";
wwStrings["wwDpIsCheckinNav"] = "Enable Check-In Link";
wwStrings["wwQueryNotification"] = "Query Notification";
wwStrings["wwBottomBannerLogo"] = "Bottom banner logo";
wwStrings["wwLdapServer"] = "LDAP Server";
wwStrings["wwFeatureComponentHeader"] = "Component";
wwStrings["wwEmailFormatText"] = "text";
wwStrings["wwdCheckoutUser"] = "Checkout User";
wwStrings["wwAscending"] = "Ascending";
wwStrings["wwLabelClusterGroup"] = "Cluster Group:";
wwStrings["wwLabelDescription"] = "Description:";
wwStrings["wwFullTextSearchDesc"] = "Enter words or phrases separated by commas";
wwStrings["wwSourceInstance"] = "Source Instance:";
wwStrings["wwSpRequestClass"] = "Request Class";
wwStrings["wwProblemReportsSearchResults"] = "Problem Reports Search Results";
wwStrings["wwSSBrowseSection"] = "Browse this section";
wwStrings["wwClbraActiveDocs"] = "Active Collaboration Content for Project {1q}";
wwStrings["wwSSInvalidBrowseTitle"] = "Invalid Action";
wwStrings["wwSSBackupArchiveInfo"] = "Backup Archive Information";
wwStrings["wwContentCheckinSimilar"] = "You may check in a \u003cstrong\u003enew\u003c/strong\u003e document with similar attributes";
wwStrings["wwLabelRoles"] = "Roles:";
wwStrings["wwAllWorkflowItems"] = "All Workflow Items";
wwStrings["wwIncomingProvider"] = "Incoming Provider";
wwStrings["wwMustDefineTargetedQuickSearchKey"] = "Please specify a Targeted Quick Search key.";
wwStrings["wwDiscussionCountNotPresent"] = "\nThe integer field \'DiscussionCount\' must be created using the configuration\nmanager in order to make the discussion feature functional.\n";
wwStrings["wwSSDisplayWebSitesPageTitle"] = "Web Sites";
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["wwContentServerWarning"] = "Content Server Warning";
wwStrings["wwSSShowHideDetail"] = "Show / Hide Detail";
wwStrings["wwSelectQuery"] = "Select Query";
wwStrings["wwSSAdminHelpTitle"] = "Show Help";
wwStrings["wwLmContentExpiredBetween"] = "Content expired between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwAttachLinkToDocInfo"] = "Attach Link to Doc Info";
wwStrings["wwProductVersionInfo"] = "Product Build";
wwStrings["wwItemsInSubscriptionTitle"] = "Content Items In Subscription Group";
wwStrings["wwWebLayoutEditor"] = "Web Layout Editor";
wwStrings["wwAdvanced"] = "Advanced";
wwStrings["wwTemplate"] = "Template";
wwStrings["wwLatestNotificationAt"] = "Latest Notification At:";
wwStrings["wwAnd"] = "And";
wwStrings["wwUseUpperCaseColumnMap"] = "Use Uppercase Column Map";
wwStrings["wwdSecurityGroup"] = "Security Group";
wwStrings["wwNoSavedQueriesToView"] = "You have no saved queries.";
wwStrings["wwMyPersonalSearches"] = "My Searches";
wwStrings["wwDCConfigDisplayVarText"] = "The DISPLAY environment variable tells the X-Windows application where to send its data.";
wwStrings["wwContentMessage"] = "Content Message";
wwStrings["wwCmuTaskNameLabel"] = "Name";
wwStrings["wwDefaultSortOrder"] = "Default Sort Order";
wwStrings["wwCmuActionHistoryStatus"] = "Status";
wwStrings["wwInstanceId"] = "Instance Id";
wwStrings["wwSystemAdmin"] = "System Admin";
wwStrings["wwListTemplateLabelHeader"] = "Label";
wwStrings["wwWorkflowStepInfo"] = "Workflow Step Info";
wwStrings["wwLdapUseSSL"] = "Use SSL";
wwStrings["wwTotalAuditMessages"] = "Total Audit Messages: {1}";
wwStrings["wwSSArchiveParams"] = "Change Settings...";
wwStrings["wwWfIsNotifyOnly"] = "Workflow notification for content item {1q} is in step {2q}.";
wwStrings["wwMySubscriptions"] = "My Subscriptions";
wwStrings["wwRemoveAfterVersionEq"] = "Remove After Build={1}";
wwStrings["wwAvailableFields"] = "Available Fields";
wwStrings["wwDownloadFile"] = "Download {1}";
wwStrings["wwComponentInstallListDesc"] = "The following items will be installed";
wwStrings["wwWfUNDO_CHECKOUT"] = "Undo Check-Out";
wwStrings["wwDCTemplateRulesListCaption"] = "Template Selection Rules (In order of evaluation)";
wwStrings["wwAttachAll"] = "Attach All";
wwStrings["wwShouldHaveBeenRedirectedTo"] = "You should have been redirected to";
wwStrings["wwNotContainsAsWord"] = "Not Contains Word";
wwStrings["wwCriteria"] = "Criteria";
wwStrings["wwCopy"] = "Copy";
wwStrings["wwSSDefaultDocPrimaryFilePsd"] = "default.psd";
wwStrings["wwAssignProjectInfoTitle"] = "Assign Publisher Project Info";
wwStrings["wwDCConfigTimeOutUnits"] = "Minutes";
wwStrings["wwEmailLink"] = "E-mail link:";
wwStrings["wwSpecifyName"] = "Please specify a content ID.";
wwStrings["wwReportCreated"] = "Report Created:";
wwStrings["wwWfActionHistoryTable"] = "Table containing the workflow content action history";
wwStrings["wwPreview"] = "Preview";
wwStrings["wwResults"] = "Results";
wwStrings["wwPrimFile"] = "Primary File";
wwStrings["wwTargetedQuickSearches"] = "Targeted Quick Searches";
wwStrings["wwViewAllWfRevisions"] = "View All Workflow Items";
wwStrings["wwWebServer"] = "Web Server";
wwStrings["wwArabic"] = "Arabic";
wwStrings["wwSSDefaultAssetCategoryNameNativeDocument"] = "Native Documents";
wwStrings["wwLocalClusterNode"] = "Local Cluster Node (Master or Proxy)";
wwStrings["wwServerStatus"] = "Server Status";
wwStrings["wwCreateDate"] = "Create Date:";
wwStrings["wwSSSelectAllButtonLabel"] = "Select All Documents";
wwStrings["wwDCConfigDefLayoutText"] = "Layout that will be used if none of the other selection rules match.";
wwStrings["wwSelectionInformation"] = "Selection Information";
wwStrings["wwAdd"] = "Add";
wwStrings["wwSSNoBackupConfigDetailsAvailable"] = "No server details are recorded in this backup archive.";
wwStrings["wwSSCurrentArchiverStatus"] = "Current Archiver Status";
wwStrings["wwWfUsers"] = "Users";
wwStrings["wwDCConfigUnixSettingsTitle"] = "Unix System Configuration";
wwStrings["wwCgiSendDumpDesc"] = "Log data and headers sent from the web server filter to the Content Server.";
wwStrings["wwCmuAdminSectionItemTable"] = "Items for section \'{1m}\'";
wwStrings["wwOutgoingProvider"] = "Outgoing Provider";
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["wwCmuSectionDesc_fileextensions"] = "File extension to file format maps";
wwStrings["wwCmuSectionDesc_contentserver"] = "Content Server Configuration Sections";
wwStrings["wwCmuActiveExport"] = "Latest Action";
wwStrings["wwYes"] = "Yes";
wwStrings["wwFullTextSearch"] = "Full-Text Search";
wwStrings["wwDownloadNative"] = "Download Native";
wwStrings["wwCmuActionResultsSubject"] = "Configuration Migration Action Results";
wwStrings["wwXuiSaveSearch"] = "Save Search";
wwStrings["wwCmuConfirmExportWithoutPreview"] = "Create export without preview?";
wwStrings["wwSSRemoveDomainMapping"] = "Remove Site Address";
wwStrings["wwMustDefineTargetedQuickSearchLabel"] = "Please specify a Targeted Quick Search label.";
wwStrings["wwSSContextMenuSwitchDataFile"] = "Switch Region Content";
wwStrings["wwdOutDate"] = "Expiration Date";
wwStrings["wwSoapAddWsdl"] = "Add Wsdl";
wwStrings["wwCriteriaSubscriptionTitle"] = "Subscription Groups";
wwStrings["wwServerOptions"] = "Server Options";
wwStrings["wwCmuBundleExportDate"] = "Export Date";
wwStrings["wwListTemplateMustSpecifyId"] = "Please specify an ID.";
wwStrings["wwTestEmailFormatDefault"] = "(use system default)";
wwStrings["wwXuiChangeSearchTemplate"] = "Change Search Template";
wwStrings["wwQueryTitle"] = "Query Title";
wwStrings["wwZoneHasAsWordPrefix"] = "Has Word Prefix";
wwStrings["wwAddToFavorites"] = "Add To Favorites";
wwStrings["wwSharedDirPath"] = "Shared Directory Path:";
wwStrings["wwDocumentSelected"] = "Document Selected";
wwStrings["wwRefineryFailedWebIsNative"] = "\nInbound Refinery failed to convert the\ncontent item but released it to the web by copying the native file.\n";
wwStrings["wwMessage"] = "Message:";
wwStrings["wwWorkflowContentItemNotification"] = "Workflow Content Item Notification";
wwStrings["wwDCConfigFontAliasesTitle"] = "Font Aliases";
wwStrings["wwChangeDate"] = "Change Date:";
wwStrings["wwCmuSectionLabel_fileextensions"] = "File Extensions";
wwStrings["wwUsers"] = "Users";
wwStrings["wwPostGCMemCheckTime"] = "Time for memory check after garbage collection";
wwStrings["wwCmuConfirmDeleteAll"] = "Are you sure you wish to delete all?";
wwStrings["wwSortEnabledComponentsByName"] = "Sort Enabled Components By Name";
wwStrings["wwLdapAttributeTooLargeMsg"] = "The value {1q} is too large for the field {2q}.  Maximum length is {3}.";
wwStrings["wwSSAdminPageCaption"] = "Site Studio Administration";
wwStrings["wwNew"] = "New";
wwStrings["wwProductUserProfile"] = "{1} User Profile";
wwStrings["wwSSLayoutFragmentsReport"] = "Fragments";
wwStrings["wwServerPageEncodingLabel"] = "Server Page Encoding:";
wwStrings["wwCgiReceiveDumpDesc"] = "Log data and headers sent from the Content Server to the web server filter.";
wwStrings["wwdDocName"] = "Content ID";
wwStrings["wwLabelFolderPath"] = "Folder Path:";
wwStrings["wwDCConfigEnableOptimizedLatestReleaseQueryingTitle"] = "Reconvert when metadata is updated";
wwStrings["wwCriteriaSubscriptionListDesc"] = "You are subscribed to these groups of items:";
wwStrings["wwStartServer"] = "Start {1}";
wwStrings["wwPrimaryFileLabel"] = "Primary File";
wwStrings["wwSubscriptions"] = "Subscriptions";
wwStrings["wwLinkToDocument"] = "Link To Document";
wwStrings["wwCmuSectionDesc_applicationfields"] = "Application Fields Section";
wwStrings["wwOperatingSystemProperties"] = "Operating System Properties";
wwStrings["wwLabelProviderType"] = "Provider Type:";
wwStrings["wwSSBackupServerConfigPageTitle"] = "Server Configuration Details";
wwStrings["wwSSArchiveNameLabel"] = "Archive Name";
wwStrings["wwFfwFileTypeHeading"] = "File Type";
wwStrings["wwHelperDivDoesNotExist"] = "Helper Divider does not exist.  Cannot send a message to the applet on a Mac without the Helper Divider.";
wwStrings["wwCmuActionHistoryName"] = "Name";
wwStrings["wwSSArchiveNameIllegalChars"] = "The Archive Name contains illegal characters.";
wwStrings["wwClbraRevisionsFor"] = "Revisions for collaboration project {1}";
wwStrings["wwGroupShow"] = "Show";
wwStrings["wwSSContextMenuTracker"] = "View Content Tracker Report";
wwStrings["wwRequestFailed"] = "Request Failed";
wwStrings["wwOsNameLabel"] = "OS Name:";
wwStrings["wwInternetProperties"] = "Internet Properties";
wwStrings["wwLicenseFeatureCode"] = "Feature Code";
wwStrings["wwUnableToLoadFile"] = "Unable to load the following file:";
wwStrings["wwSrcIsLocal"] = "The source is local.";
wwStrings["wwLmSkinVariantDefault"] = "Default";
wwStrings["wwXuiSearchWidgetPrefix"] = "Page";
wwStrings["wwArchiverImportFailureTitle"] = "Archiver Import Failure";
wwStrings["wwRefineryAdmin"] = "Refinery Administration";
wwStrings["wwAddRemoteContentServer"] = "Add Remote Content Server";
wwStrings["wwIsFragmentOnlyTitle"] = "Exclude From User Request";
wwStrings["wwCacheTimeoutDesc"] = "This value specifies the number of minutes the web server filter will cache user data.";
wwStrings["wwComponentConfigEditPage"] = "Update Component Configuration";
wwStrings["wwSetAsDefault"] = "Set As Default";
wwStrings["wwJdbcDriver"] = "JDBC Driver";
wwStrings["wwAttachNative"] = "Native";
wwStrings["wwForcedConversionRuleTitle"] = "Forced Conversion";
wwStrings["wwClosedFolderIcon"] = "Closed folder icon";
wwStrings["wwLmContentExpiringBefore"] = "Content expiring before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwUndefinedSourceProvider"] = "The source provider is not defined. An outgoing provider has not been defined from this server to the server that contains the original source of this content. Without such a connection the original contributor will not be notified of any events that occur in relation to this content.";
wwStrings["wwDocumentType"] = "Content Type";
wwStrings["wwSpecifyUserName"] = "Please specify a user name.";
wwStrings["wwEnvironmentKeyDetails_hide_ignored"] = "Hide";
wwStrings["wwCmuSectionLabel_pages"] = "Pages";
wwStrings["wwMsLogin"] = "Microsoft Login";
wwStrings["wwLabelRefineryOptions2"] = "Conversion Options:";
wwStrings["wwContentServerConsoleOutput"] = "Console output from the Content Server:";
wwStrings["wwServerHostName"] = "Server Host Name";
wwStrings["wwTargetedQuickSearchClearOption"] = "Clear Selection";
wwStrings["wwRefineryProviderReadOnly2"] = "Refinery read-only mode:";
wwStrings["wwCmuSectionDesc_workflowscripts"] = "Workflow Scripts Section";
wwStrings["wwMinorRevSeq"] = "Minor Revision Sequence:";
wwStrings["wwWfMultiNotification"] = "Multiple workflow notification";
wwStrings["wwCmuSectionDesc_subscriptions"] = "Subscriptions Section";
wwStrings["wwLdapAccountPrefixLabel"] = "Account Prefix:";
wwStrings["wwCmuActionLabelEditTemplate"] = "Edit Template";
wwStrings["wwNoResultsForNamedQueryPlain"] = "Found no items matching the query \u003cb\u003e{1}\u003c/b\u003e.";
wwStrings["wwCmuActionHistoryStartTime"] = "Start";
wwStrings["wwNewUserInformation"] = "New User Information";
wwStrings["wwSSUsage"] = "Usage Detail";
wwStrings["wwMajorRevLabel"] = "Major Revision Label Sequence:";
wwStrings["wwHttpRelativeWebRoot"] = "Http Relative Web Root";
wwStrings["wwCmuActionResults"] = "Results";
wwStrings["wwTempConvTemplateMissing"] = "The template is missing in criteria";
wwStrings["wwContentInfoLabel"] = "Content Info";
wwStrings["wwDefault"] = "Default";
wwStrings["wwJspServerWebAppAdmin"] = "JSP Server Web App Admin";
wwStrings["wwTestEmailFormSubjectDefault"] = "Test email from Content Server";
wwStrings["wwCmuSectionDesc_config"] = "Server Config Section";
wwStrings["wwSSProjectDefaultMetadataPageTitle"] = "Set Project Default Document Information";
wwStrings["wwDownloadAll"] = "Download All";
wwStrings["wwSSDocUsageReportPageTitle"] = "View Web Site Objects Report";
wwStrings["wwSSCertSuccessMessage"] = "The class loaded successfully.";
wwStrings["wwAdditionalExitCondition"] = "Current Step\'s Additional Exit Condition:";
wwStrings["wwDCConfigRuleCriteriaText"] = "The number of individual criteria that can be specified per template selection rule.";
wwStrings["wwTo"] = "To";
wwStrings["wwCmuSectionLabel_subscriptions"] = "Subscriptions";
wwStrings["wwShowEnabledCompDetails"] = "Enabled Component Details";
wwStrings["wwDefaultNetworkRoles"] = "Default Network Roles";
wwStrings["wwProblemReportsForContentItem"] = "Problem Reports for Content Item";
wwStrings["wwSSRestoreSectionLabel"] = "Upload Backup Archive";
wwStrings["wwSSNo"] = "No";
wwStrings["wwPostNewButtonLabel"] = "New Post";
wwStrings["wwSSContextMenuWFApprove"] = "Approve Document";
wwStrings["wwDCConfigGUICfgText"] = "These settings alter how conversions are rendered.";
wwStrings["wwNOETotalResults"] = "Total {1} matching document{1?s}:";
wwStrings["wwAdminServerFor"] = "Admin Server on {1}";
wwStrings["wwUpdateCompConfig"] = "Update";
wwStrings["wwRefineryLogs"] = "Inbound Refinery Logs";
wwStrings["wwLabelRevision"] = "Revision:";
wwStrings["wwHomeDesc"] = "Click on this button to get back to this page.";
wwStrings["wwGetCopyAccessDesc"] = "When enabled, a user with Read privilege on a content item can get a copy of the native file.";
wwStrings["wwIdcStringBuilderAverageCapacity"] = "IdcStringBuilder average capacity: {1i} bytes";
wwStrings["wwLdapUseSSLLabel"] = "SSL Enabled:";
wwStrings["wwLicenseProperties"] = "License Properties";
wwStrings["wwNotEquals"] = "Not Matches";
wwStrings["wwSubstring"] = "Substring";
wwStrings["wwScore"] = "Score";
wwStrings["wwCmuUpload"] = "Upload Bundle";
wwStrings["wwError"] = "Error";
wwStrings["wwTestEmailFormSend"] = "Send";
wwStrings["wwSSNoDomainMappings"] = "No web site addresses have been configured.";
wwStrings["wwDCTemplateRulesTemplateCol2"] = "Available Templates";
wwStrings["wwSSArchiveExport"] = "Export";
wwStrings["wwPreviewProviderInfoFor"] = "Preview Provider Information for {1}";
wwStrings["wwPoweredBy"] = "Powered by Content Management System";
wwStrings["wwRestartServerToApplyChanges"] = "This server must be restarted before the changes will take place.";
wwStrings["wwItemInfoLine"] = "by {1} at {2}";
wwStrings["wwLmContentExpiringAfter"] = "Content expiring after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwTestEmailFormNoRecipients"] = "No recipients were specified.  Please fill in this field.";
wwStrings["wwLibpathEq"] = "libpath={1}";
wwStrings["wwDCNewTemplateTitleLibrary"] = "Dynamic Converter New GUI Template Form";
wwStrings["wwFoundMatchesForQuery"] = "Found {1} item{1?s} matching the query.";
wwStrings["wwEnvironmentKeyDetails_hide_all"] = "Hide";
wwStrings["wwCurrentUserInformation"] = "Current User Information";
wwStrings["wwCmuSectionDesc_aliases"] = "Aliases Section";
wwStrings["wwSchemaCacheReportItemCount"] = "Total {1} items stored in schema cache";
wwStrings["wwPortalDocumentProfiles"] = "Edit Content Profile Links";
wwStrings["wwServerName"] = "Server Name";
wwStrings["wwConnectionError"] = "Connection Error:";
wwStrings["wwNo"] = "No";
wwStrings["wwSSAdminSitesUpgradeContinueButton"] = "Continue Upgrade";
wwStrings["wwFeaturesAndComponents"] = "Features And Components";
wwStrings["wwMyFolderSettings"] = "My Folder Settings";
wwStrings["wwShowOnlyKnownAccountsDesc"] = "When enabled, the list of accounts on a check in page will contain only globally predefined accounts.";
wwStrings["wwSSDefaultDocDataFile"] = "Contributor Data File";
wwStrings["wwSavedURLTable"] = "Table containing a list of saved URLs.";
wwStrings["wwEditSystemLinks"] = "Edit System Links";
wwStrings["wwClbraAccessList"] = "User Access List";
wwStrings["wwSSArchiveDetailLastTransfer"] = "Last Transfer:";
wwStrings["wwSignature"] = "Signature";
wwStrings["wwSSBlankTargetArchiveName"] = "The transfer target archive must be specified.";
wwStrings["wwEditingListTemplate"] = "Edit Custom Content List Template \'{1}\'";
wwStrings["wwClbraWorkflowContentTable"] = "Table containing a list of collaboration content items in a workflow queue.";
wwStrings["wwAddPreviewProvider"] = "Add Preview Provider";
wwStrings["wwShowDisabledCompDetails"] = "Disabled Component Details";
wwStrings["wwResultsOptionsTitle"] = "Results Options";
wwStrings["wwSSServerSideLinks"] = "To Server-Side Links (e.g. &lt;&#33;--$ssNodeLink( 1 )--&gt;)";
wwStrings["wwSharedClusterNodeBinDir"] = "Instance\'s Shared Cluster Node Bin Directory:";
wwStrings["wwLmContentExpiringBetween"] = "Content expiring between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwWorkflowSteps"] = "Workflow Steps:";
wwStrings["wwContributionUsers2"] = "Contribution 2";
wwStrings["wwAdsi"] = "Active Directory Security";
wwStrings["wwLdapSuffix"] = "LDAP Suffix";
wwStrings["wwAddSelected"] = "Add Selected";
wwStrings["wwAllowOverrideFormat"] = "Allow override format on check in";
wwStrings["wwAssignInfo"] = "Assign Info";
wwStrings["wwAdminConsoleOutput"] = "Console output from the Admin Server:";
wwStrings["wwDCEditTemplateButton"] = "Edit Template";
wwStrings["wwRefineryProviderReadOnlyDesc"] = "Use this option to prevent this Content Server from sending new conversion jobs to this Inbound Refinery. Note that this Inbound Refinery will continue to return conversion jobs as the jobs are finished.";
wwStrings["wwLabelAction"] = "Action:";
wwStrings["wwUploadResetError"] = "Upload in progress. The applets cannot be reset.";
wwStrings["wwCmuActionHistoryCaption"] = "Latest Action";
wwStrings["wwSSContentMissing2"] = "This content is unavailable (missing XPath parameter)";
wwStrings["wwDCConfigDCFileLocatorTitle"] = "DCFileLocator Class";
wwStrings["wwViewWebVersion"] = "View Web Version";
wwStrings["wwCmuSectionLabel_pne"] = "Personalization Data";
wwStrings["wwShowAdvancedForm"] = "show advanced form";
wwStrings["wwServerIPAddressFilter"] = "Server IP Address Filter:";
wwStrings["wwCmuExportSectionsChangesNotSaved"] = "Section changes not saved, continue?";
wwStrings["wwNotifySubjects"] = "Notify Subjects";
wwStrings["wwAll"] = "All";
wwStrings["wwSSLayoutFragmentUsageReport"] = "Layout Fragments";
wwStrings["wwSSBackLabel"] = "Back";
wwStrings["wwAnyHost"] = "Any Host that IP Address Filter Allows";
wwStrings["wwButtonNext"] = "Next";
wwStrings["wwComponentUploadSuccess"] = "Successfully uploaded and installed the component.";
wwStrings["wwWfSTEP_EDIT"] = "Step Edit";
wwStrings["wwTracingIsInEnglish"] = "**To facilitate international support, most tracing messages are in English and do not have translations.";
wwStrings["wwEditOrRemoveServer"] = "Edit or Remove Content Server";
wwStrings["wwUseLocalGroupsDesc"] = "\nEnable this to allow an NT server to be interrogated\nto see if the user belongs to any of the local groups on that NT server. The\nlocal groups are mapped to roles and accounts as if they were domain\ngroups in the default master domain.\n";
wwStrings["wwEnterSourceAttribute"] = "Please enter an LDAP attribute.";
wwStrings["wwPreviewProviderDesc"] = "Configuring a preview provider.";
wwStrings["wwTestEmailFormFormat"] = "format:";
wwStrings["wwPluginDebugDesc"] = "Log events inside the plugin filters. This will only work for plugin filters that understand the PLUGIN_DEBUG flag.";
wwStrings["wwXuiPopupEmailSubject"] = "Re: {1}";
wwStrings["wwDCHtmlRenditionDefaultToWebViewable"] = "HTML Rendition (Web-Viewable if no rendition)";
wwStrings["wwLabelEnableDownloadApplet"] = "Enable download applet";
wwStrings["wwXuiSlimTemplate"] = "Headline View";
wwStrings["wwLastActivityDate"] = "Last Activity Date";
wwStrings["wwSSDefaultDocPrimaryFileVsd"] = "default.vsd";
wwStrings["wwMasterServer"] = "Master Server";
wwStrings["wwNtlmConfiguration"] = "NT Domain Security Configuration";
wwStrings["wwVersionInfo"] = "Retrieve Filter Version Info";
wwStrings["wwSSServerSideLinkTokens"] = "To Server-Side Link Tokens (e.g. ssNODELINK/1)";
wwStrings["wwAccounts"] = "Accounts:";
wwStrings["wwEmptyFormatOption"] = "use default";
wwStrings["wwMyPersonalCheckins"] = "My Check Ins";
wwStrings["wwSSHttpRelativeWebsitesRoot"] = "Relative Web Sites Root:";
wwStrings["wwAddToProject"] = "Add to Project";
wwStrings["wwSpecifyProviderClass"] = "Please specify a value for \'Provider Class\'.";
wwStrings["wwSSMigrationIncludeProject"] = "Include project file in export archive";
wwStrings["wwTestEmailFormMessageDefault"] = "Type whatever you want here.";
wwStrings["wwMoveHere"] = "Move Here";
wwStrings["wwCheckinError"] = "Check In Error";
wwStrings["wwCgiSendDump"] = "CGI_SEND_DUMP";
wwStrings["wwAddQueryToProject"] = "Add Query to Publisher Project";
wwStrings["wwSSBackupExportDate"] = "Backup Export Date";
wwStrings["wwCmuButtonLabelSave"] = "Save";
wwStrings["wwClbraOnErrorUsers"] = "Users Notified on Error";
wwStrings["wwSourcePath"] = "Source Path:";
wwStrings["wwSSNoUsageDetected"] = "No web site usage detected.";
wwStrings["wwLocalizationAudit"] = "Localization Audit";
wwStrings["wwCmuButtonLabelClearHistory"] = "Clear History";
wwStrings["wwConfirmRemoveMyViewDescription"] = "Are you certain you wish to remove the \"Description\" column?";
wwStrings["wwContentCheckedOutBy"] = "Content Checked Out By {1q}";
wwStrings["wwContentManagerDesc"] = "Allows authorized users to manage content in the system.";
wwStrings["wwAddNewServer"] = "Add a New Server";
wwStrings["wwSSPathBasedLinks"] = "To Path-Based URLs (e.g. &lt;&#33;--$ssServerRelativeSiteRoot--&gt;/products/index.htm)";
wwStrings["wwSSDefaultDocPsd"] = "Adobe Photoshop Image";
wwStrings["wwCmuSectionLabel_schematables"] = "Schema Tables";
wwStrings["wwNoDocsToView"] = "There are no documents to view.";
wwStrings["wwDatabaseProviderInfoFor"] = "Database Provider Information for {1}";
wwStrings["wwMetadataSearchTitle"] = "Metadata Search";
wwStrings["wwNumberOfConnections"] = "Number of Connections";
wwStrings["wwCmuExportPreviewTitle"] = "Export Preview";
wwStrings["wwUpdateCompConfigLablel"] = "Update Component Configuration";
wwStrings["wwUndoCheckOut"] = "Undo Check Out";
wwStrings["wwSSCertValidationTitle"] = "Site Studio Certificate Validation";
wwStrings["wwSSConfigureJspSupport"] = "Configure JSP Support";
wwStrings["wwTestEmailFormLink"] = "Send Test Email";
wwStrings["wwCgiFileName"] = "Cgi File Name";
wwStrings["wwPrev"] = "[Prev]";
wwStrings["wwPortalDesign"] = "Portal Design";
wwStrings["wwAddContentServer"] = "Add an Existing Local Content Server";
wwStrings["wwWfReviewWorkflowItem"] = "Review workflow item";
wwStrings["wwCmuDeleteAllLabel"] = "Delete All";
wwStrings["wwLabelProblemReport"] = "Problem Report:";
wwStrings["wwEnableEnterpriseSearch"] = "Enable Enterprise Search on standard query pages";
wwStrings["wwLabelConnectionState"] = "Connection State:";
wwStrings["wwAdminServerEditOrRemoveServer"] = "Edit Or Remove Server";
wwStrings["wwZoneFields"] = "Zone Text Fields";
wwStrings["wwSchemaObjectDoesntExist_relationship"] = "The relationship {1q} does not exist.";
wwStrings["wwEOCheckOrReplaceQueryHint"] = "Hint Cache Updater";
wwStrings["wwDCTemplateRulesTemplateSectionTitle"] = "Template and layout for selected rule";
wwStrings["wwShowDirDetails"] = "Directory Details";
wwStrings["wwVerifyDocTypeDelete"] = "Do you want to permanently delete the document type from the system?";
wwStrings["wwSchemaObjectDoesntExist_view"] = "The view {1q} does not exist.";
wwStrings["wwEnableOnUi"] = "Enable On UI:";
wwStrings["wwProviderName"] = "Provider Name";
wwStrings["wwEditPneDocProfiles"] = "Edit Content Profile Links";
wwStrings["wwCmuEditExportRulePage"] = "Edit Export Rule";
wwStrings["wwSimple"] = "Simple";
wwStrings["wwGotoDiscussionLink"] = "Go to discussion";
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["wwSSDefaultDocDocx"] = "Microsoft Word Document";
wwStrings["wwLocalGroupServer"] = "Local Group Server";
wwStrings["wwLabelId"] = "ID:";
wwStrings["wwCmuTaskHistoryPage"] = "Action History Page";
wwStrings["wwOnlyOriginalContribCheckout"] = "Only Original Contributor Can Check Out:";
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["wwReturnToComponentMgr"] = "\u003ca href=\"{1}\"\u003eClick here\u003c/a\u003e to return to the Component Manager";
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["wwNewDiscussionDocTitle"] = "Discussion about {1}";
wwStrings["wwNormalCheckin"] = "Normal Check In";
wwStrings["wwAdminActionsSummary"] = "Admin Actions Summary";
wwStrings["wwTraceIsVerboseLabel"] = "Verbose";
wwStrings["wwCmuSectionDesc_usermetadef"] = "User Metadata Definitions Section";
wwStrings["wwSSSiteStudioActionsMenuLabel"] = "Site Studio";
wwStrings["wwDateGreaterEqual"] = "On or After";
wwStrings["wwNewTemplate"] = "New...";
wwStrings["wwProcControlScriptPrefix"] = "Script Prefix";
wwStrings["wwClbraReviewers"] = "Reviewers";
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["wwStatus"] = "Status";
wwStrings["wwChangeView"] = "Change View";
wwStrings["wwListTemplateNoDescriptionColumnWarning"] = "You have specified main or additional information to be used in the description column, but you have not added the description column to your view.  Are you sure you wish to save this template?";
wwStrings["wwSoapAddService"] = "Add Service";
wwStrings["wwLabelShowOnlyKnownAccounts"] = "Show Only Known Accounts";
wwStrings["wwSSShowArchiveDetails"] = "Show Archive Information";
wwStrings["wwNoRegisteredProjects"] = "There are no registered publisher projects available to view.";
wwStrings["wwFileFormatsWizard"] = "File Formats Wizard";
wwStrings["wwCmuSectionLabel_securitygroups"] = "Security Groups";
wwStrings["wwXSLTRequestFailed"] = "XSLT Validation Failed";
wwStrings["wwSSShowUsageInWebSites"] = "View Web Site Usage Report";
wwStrings["wwLdapSuffixLabel"] = "LDAP Suffix:";
wwStrings["wwWorkflowActions"] = "Workflow Actions";
wwStrings["wwQueryActions"] = "Query Actions";
wwStrings["wwCmuExportLastExportedDate"] = "Last Export";
wwStrings["wwSSArchiveNameRequired"] = "An Archive Name must be supplied.";
wwStrings["wwUseSimpleAuthModel"] = "Use Simple Authorization Model";
wwStrings["wwInstanceStubDirectory"] = "Instance\'s Local Node Directory:";
wwStrings["wwFormat"] = "Format";
wwStrings["wwDCTemplateRulesNewButt"] = "Add New Rule";
wwStrings["wwCreateClassicViewSearchResultTemplate"] = "Create Classic View Search Result Template";
wwStrings["wwShowInternetDetails"] = "Internet Configurations";
wwStrings["wwEnvironmentKeyRemoves"] = "Number of removed settings: {1i}";
wwStrings["wwLocalClusterNodeIntradocDir"] = "Instance\'s Local Cluster Node Directory";
wwStrings["wwSSArchiveDescriptionRequired"] = "An Archive Description must be supplied.";
wwStrings["wwSubscribeTo"] = "Subscribe to \"{1}\"";
wwStrings["wwConnectionState"] = "Connection State";
wwStrings["wwAllowOverride"] = "Allow Override Format on Check In";
wwStrings["wwOnlineRegistration"] = "Online Registration";
wwStrings["wwNoCollaborations"] = "There are currently no collaboration projects available.";
wwStrings["wwSchemaDetailsForView"] = "Cache details for view {1q}";
wwStrings["wwDCConfigAlertOutOfRangeCriteria"] = "Please enter a number between 1 and 99 for the Rule Criteria.";
wwStrings["wwProviderClass"] = "Provider Class";
wwStrings["wwXuiActions"] = "Actions";
wwStrings["wwPostReplyButtonLabel"] = "Post Reply";
wwStrings["wwNoDiscussionInformationText"] = "There are no items in this discussion.";
wwStrings["wwDCConfigEnvVarsTitle"] = "Environment Variables";
wwStrings["wwSSDeclaredSiteUsage"] = "Declared in Sites:";
wwStrings["wwWorkflowReviewTitle"] = "Workflow Review for {1q}";
wwStrings["wwCmuUploadBundle"] = "Upload";
wwStrings["wwCmuExportSectionItems"] = "Items";
wwStrings["wwTestEmailAddress"] = "email address";
wwStrings["wwViewProviders"] = "View Providers";
wwStrings["wwLabelNumberOfConnections"] = "Number of Connections:";
wwStrings["wwWarning"] = "Warning:";
wwStrings["wwCantGetDocFormats"] = "Could not retrieve the default DocFormats result set.";
wwStrings["wwLastRefreshDate"] = "Last Refresh Date";
wwStrings["wwLabelProviderConnection"] = "Provider Connection:";
wwStrings["wwFormSubmissionConfirmation"] = "Form Submission Confirmation";
wwStrings["wwURL"] = "URL";
wwStrings["wwDCConfigAlertInvalidIntegerTimeout"] = "Please specify a positive integer value for the Time Out.";
wwStrings["wwContentInformation"] = "Content Information";
wwStrings["wwSoapDescriptionLabel"] = "Description:";
wwStrings["wwAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwKeyName"] = "Key Name";
wwStrings["wwCmuActionLabelImportHistory"] = "History";
wwStrings["wwSSUpdateValues"] = "Update";
wwStrings["wwShowServerOptionsDetails"] = "Server Options";
wwStrings["wwDatabaseProvider"] = "Database Provider";
wwStrings["wwEnvironmentKeyDetails_show_removed"] = "Show";
wwStrings["wwSoapAddDataList"] = "Add Data List";
wwStrings["wwNativeFormat"] = "Native Format";
wwStrings["wwSpecialFieldsOptGroupLabel"] = "Special";
wwStrings["wwSuccess"] = "Success";
wwStrings["wwNoActiveDBConnection"] = "No active database connections.";
wwStrings["wwIsAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwAllowSignedApplets"] = "Allow Signed Applets";
wwStrings["wwConfiguredForWebServerLabel"] = "Configured for Web Server:";
wwStrings["wwProblemReports"] = "Problem Reports";
wwStrings["wwEditDatabaseProvider"] = "Edit Database Provider";
wwStrings["wwSSArchiveStatus"] = "Show Archiver Status";
wwStrings["wwTempConvFieldNameMissing"] = "The field name is missing in criteria";
wwStrings["wwDisable"] = "Disable";
wwStrings["wwWfRejected"] = "Content item {1q} has been rejected.";
wwStrings["wwCheckinTemplateTemplateFormat"] = "Template Format";
wwStrings["wwSSMigrationAutoExport"] = "Automatically export new and changed content";
wwStrings["wwSSSetOptions"] = "Set Options";
wwStrings["wwXuiSearchWidgetSuffix"] = "of {1}";
wwStrings["wwAddOrEditServerData"] = "Add Or Edit Server Data";
wwStrings["wwAutoAssignContentId"] = "Auto-Assign Content ID on Check In:";
wwStrings["wwSSBackupSectionLabel"] = "Create Backup Archive";
wwStrings["wwPoundIcon"] = "Pound Icon";
wwStrings["wwWfREJECT"] = "Reject";
wwStrings["wwAttachWebViewableFile"] = "Attach Web-Viewable File";
wwStrings["wwShowFeatureDetails"] = "Feature Details";
wwStrings["wwSSWebSiteLabel"] = "Web Site:";
wwStrings["wwWhatsNew"] = "What\'s New";
wwStrings["wwLabelProject"] = "Publisher Project:";
wwStrings["wwSignedAppletsWarning"] = "(Warning: signed applets will work only with some browsers.)";
wwStrings["wwSSDownloadFragmentLibrary"] = "Download Fragment Library";
wwStrings["wwCmuImportPreviewPage"] = "Import Preview";
wwStrings["wwDCConfigRenditionTitle"] = "Rendition";
wwStrings["wwSSBackupConfirmDelete"] = "Are you sure you want to delete this backup archive?";
wwStrings["wwSSAdminSitesUpgradeStartButton"] = "Start Upgrade";
wwStrings["wwNewDiscussionInformationText"] = "Enter a comment to create a new discussion.";
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["wwdRevLabel"] = "Revision Label";
wwStrings["wwReportResultsTable"] = "Table containing report results";
wwStrings["wwAuthorDeleteDesc"] = "When enabled, authors are allowed to delete their revisions without delete privilege.";
wwStrings["wwSoapTypeLabel"] = "Type:";
wwStrings["wwRevisionHistory"] = "Revision History";
wwStrings["wwSSProgressCloseButton"] = "Close";
wwStrings["wwContentSecurity"] = "Content Security";
wwStrings["wwReviewSubscription"] = "Review Subscription";
wwStrings["wwCmuSectionDesc_securitygroups"] = "Security Groups Definitions 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["wwClbraRevisions"] = "Collaboration Revisions";
wwStrings["wwSSWebsites"] = "Web Sites";
wwStrings["wwAddAllToProject"] = "Add All to Publisher Project";
wwStrings["wwSSAdminSitesPage"] = "Manage Web Sites";
wwStrings["wwContentMgmt"] = "Content Management";
wwStrings["wwServerLogs"] = "Content Server Logs";
wwStrings["wwDiscussThisItem"] = "Discuss This Item ({1} item{1?s})";
wwStrings["wwMajorRevSeq"] = "Major Revision Sequence:";
wwStrings["wwWfRejectMsg"] = "The following content item has been rejected in the workflow:";
wwStrings["wwContentItemInfo"] = "Content Item Info";
wwStrings["wwNext"] = "[Next]";
wwStrings["wwVerifyFormClear"] = "Go ahead and clear the form?";
wwStrings["wwContentServerType"] = "Content Server Type";
wwStrings["wwAdminServerManagedServerName"] = "Server {1}";
wwStrings["wwLdapPortLabel"] = "LDAP Port:";
wwStrings["wwWorkflowReviewFrame"] = "Frame containing content to be reviewed for the workflow.";
wwStrings["wwCaption"] = "Caption";
wwStrings["wwSSAdminMigrationEditExportArchivePage"] = "Edit Export Archive";
wwStrings["wwCmuConfirmImportWithoutPreview"] = "Create import without preview?";
wwStrings["wwClbraActiveContentTable"] = "Table containing a list of active collaboration content items.";
wwStrings["wwEnterQueryTitle"] = "Enter a title for this query:";
wwStrings["wwSelectDot"] = "Select...";
wwStrings["wwEnabled"] = "Enabled";
wwStrings["wwClbraNoActiveRevs"] = "There is no active collaboration project content.";
wwStrings["wwDCAdminTitle"] = "Dynamic Converter Admin";
wwStrings["wwMyViewAdvancedScriptDesc"] = "Idoc Script entered into this field is evaluated and included in the Description column of the My View search results template.";
wwStrings["wwAccountPermDelim"] = "Account Permissions Delimiter";
wwStrings["wwCmuSectionDesc_docformats"] = "Content Formats Section";
wwStrings["wwXuiMyViewSearchSettings"] = "My Search Result View Settings:";
wwStrings["wwWelcomeTo"] = "Welcome to {1}";
wwStrings["wwCmuCheckingDependencies"] = "Checking Dependencies";
wwStrings["wwSSArchiveExportOptions"] = "Export Options";
wwStrings["wwDescription"] = "Description";
wwStrings["wwSystemLinksNotUsedDesc"] = "The system links are not applicable to your current layout.";
wwStrings["wwCmuSectionLabel_config"] = "Server Config";
wwStrings["wwDetails"] = "Details";
wwStrings["wwSoapComplexTypeInfo"] = "Complex Type Information";
wwStrings["wwLdapUseNetscapeLabel"] = "Use Netscape:";
wwStrings["wwClbraAction"] = "Action";
wwStrings["wwSSfragmentLibDocName"] = "Fragment Library Content ID";
wwStrings["wwCmuAddExportRuleTitle"] = "Add Export Rule";
wwStrings["wwLabelDatabaseDirectory"] = "Database Directory:";
wwStrings["wwLabelLastActivityDate"] = "Last Activity Date:";
wwStrings["wwTempConvFieldValueMissing"] = "The field value is missing in criteria";
wwStrings["wwSearchEngineProperties"] = "Search Engine Properties";
wwStrings["wwBrowserDoesntSupportCheckinApplet"] = "\nThis browser does not support a\ncheck in using an applet.\n";
wwStrings["wwSoapDataLists"] = "Data Lists";
wwStrings["wwTestEmailFormTitle"] = "Test Email Form";
wwStrings["wwRejectContentItem"] = "Reject Content Item";
wwStrings["wwClbraInWorkflow"] = "Content in workflow";
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["wwClbraCreateDate"] = "Create Date";
wwStrings["wwEdit"] = "Edit";
wwStrings["wwNoResultsForNamedQuery"] = "Found no items out of {1} searched matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwCmuSectionDesc_components"] = "Components Section";
wwStrings["wwSource"] = "Source:";
wwStrings["wwProxyResults"] = "Results:";
wwStrings["wwConfigForLabel"] = "Configuration for {1}";
wwStrings["wwFoundMatchesForNamedQuery"] = "Found {1} item{1?s} matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwSSdDocTitle"] = "Title";
wwStrings["wwSoapEnabled"] = "Enabled";
wwStrings["wwNOEAuthorDisplayResults"] = "You have {1} content item{1?s} that will expire soon:";
wwStrings["wwDefaultNetworkAccountsLabel"] = "Default Network Accounts:";
wwStrings["wwSSDocInfo"] = "Content Information";
wwStrings["wwNotifyTarget"] = "Notify Target";
wwStrings["wwCmuAddDependencies"] = "Add Dependencies";
wwStrings["wwAttachAllNative"] = "Native [Attach All]";
wwStrings["wwSSNoSitesAvailable"] = "No web sites are available.";
wwStrings["wwLdapPort"] = "LDAP Port";
wwStrings["wwVerifyMetadataUrlChange"] = "\nYou are changing the metadata field {1q}\nfrom {2q} to {3q}.\nAre you sure you want to do this?\nThis will change the URL of the web file.\n";
wwStrings["wwOptionsAndOthers"] = "Options And Others";
wwStrings["wwWfNoActionsToView"] = "There are no items in the workflow in queue.";
wwStrings["wwNoEntriesForPage"] = "No entries defined for this page.";
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["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["wwCurrentlyEnabledComponents"] = "Currently Enabled Components";
wwStrings["wwSoapServiceInfo"] = "Service Information";
wwStrings["wwSSWebsiteSectionField"] = "Web Site Section Field:";
wwStrings["wwSSDefaultAssetCategoryFragment"] = "all fragment libraries used in my site";
wwStrings["wwSSDefaultAssetCategoryImage"] = "all images used in my site";
wwStrings["wwSSArchiveType"] = "Archive Type:";
wwStrings["wwNewCheckIn"] = "New Check In";
wwStrings["wwWorkflowInfo"] = "Workflow Info";
wwStrings["wwEditTemplate"] = "Edit...";
wwStrings["wwVaultPath"] = "Vault Path:";
wwStrings["wwPortalDesignForUser"] = "Portal Design for {1}";
wwStrings["wwAdminPublishStatic"] = "Publish static layout files";
wwStrings["wwSearchForProblemReports"] = "Search for Problem Reports";
wwStrings["wwContinueCheckin"] = "Continue Check In:";
wwStrings["wwNativeFileLabel"] = "Native File:";
wwStrings["wwCmuBundleLabel"] = "bundle";
wwStrings["wwFlags"] = "Flags";
wwStrings["wwTopBannerLogo"] = "Top banner logo.";
wwStrings["wwDiscussionSubjectLabel"] = "Subject:";
wwStrings["wwLabelProviderDesc"] = "Provider Description:";
wwStrings["wwFileFormatsWizardForInstance"] = "File Formats Wizard for {1}";
wwStrings["wwSSAdminUpgradePathsAltText"] = "View important information about this option";
wwStrings["wwMoveFieldDown"] = "Move Field Down";
wwStrings["wwUseUnicode"] = "Use Unicode";
wwStrings["wwEditingSavedQuery"] = "Editing \"{1}\"";
wwStrings["wwSSContentMissing3"] = "This content is unavailable (Invalid data file)";
wwStrings["wwSSArchiveRemove"] = "Delete";
wwStrings["wwOutputExtensionMustBeAlphaNumeric"] = "Output Extension may only contain letters or numbers - no special characters.";
wwStrings["wwsrfDocSnippet"] = "Snippet";
wwStrings["wwDoctypeIcon"] = "Document Type Icon";
wwStrings["wwLicenseSerialNumber"] = "Serial Number";
wwStrings["wwSSNodeId"] = "Section ID";
wwStrings["wwXuiFileName"] = "File Name";
wwStrings["wwCmuSectionLabel_workflowtemplates"] = "Workflow Templates";
wwStrings["wwSSDefaultAssetCategoryNameOther"] = "Other Media";
wwStrings["wwClasspathEq"] = "classpath={1}";
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["wwComponentUploadDesc"] = "To install, uninstall, or download components,\u003cbr\u003ethe content server must be running.";
wwStrings["wwSSDefaultAssetCategoryNameStylesheet"] = "CSS";
wwStrings["wwSocketHostAddressSecurityFilter"] = "Server IP Filter";
wwStrings["wwEditSearchResultTemplates"] = "Edit Search Result Templates";
wwStrings["wwArchiverImportConflictingRevision"] = "Already Present Revision Causing Conflict";
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["wwCheckIn"] = "Check In";
wwStrings["wwEmailSend"] = "Send link by e-mail";
wwStrings["wwSubscriptionMsg"] = "New revisions of the following content items have recently been checked in:";
wwStrings["wwSpecificUnubscribeDesc"] = "Are you sure you wish to unsubscribe from the item \"{1}\"?";
wwStrings["wwOriginalFile"] = "Original File";
wwStrings["wwSSCaptureQueryButtonLabel"] = "Capture the Query";
wwStrings["wwGetExpiring"] = "Get Expiring";
wwStrings["wwSharedDir"] = "Shared Library and Resources Directory";
wwStrings["wwSSArchiveOperationName"] = "Operation:";
wwStrings["wwHttpServer"] = "HTTP Server";
wwStrings["wwSelectFileTypesHeading"] = "Select File Types";
wwStrings["wwSSMigrationRules"] = "Replication Rules";
wwStrings["wwSSBackupServerConfigDetails"] = "Server Configuration Details";
wwStrings["wwCheckinActiveFormError"] = "\nYou have attempted to check in an active\nform. To create a new revision, use the Submit control on the\n\u003ca href=\"{1}\"\u003eweb-viewable\u003c/a\u003e rendition.\n";
wwStrings["wwInstanceMenuLabel"] = "Server Menu Label";
wwStrings["wwSchemaLoadingValues"] = "Loading values...";
wwStrings["wwCmuSectionDesc_roles"] = "Roles Section";
wwStrings["wwSSRestoreButton"] = "Upload Backup Archive";
wwStrings["wwSSProjectReport"] = "Web Site Project";
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["wwLabelProviderClass"] = "Provider Class:";
wwStrings["wwSSRestoreArchiveButton"] = "Restore";
wwStrings["wwMySearchResultTemplates"] = "My Search Result Templates";
wwStrings["wwEnableNTLM"] = "Enable NTLM:";
wwStrings["wwEnvironmentKeyDetails_show_all"] = "Show";
wwStrings["wwActiveStandardWorkflows"] = "Active Standard Workflows";
wwStrings["wwEditOutgoingProvider"] = "Edit Outgoing Provider";
wwStrings["wwNoRevisionCheckedIn"] = "No Revision Checked In";
wwStrings["wwCurPageCharset"] = "Page Charset";
wwStrings["wwColumns"] = "Columns";
wwStrings["wwClbraActiveNotWf"] = "Content yet to be released and not in a workflow";
wwStrings["wwFeatureCode"] = "Feature Code";
wwStrings["wwMailServer"] = "Mail Server";
wwStrings["wwCmuAdminImport"] = "Configuration Import";
wwStrings["wwUserProfileFor"] = "User Profile for {1}";
wwStrings["wwDiscussionGroupLinkLabel"] = "Discussion";
wwStrings["wwCouldntFindInFormList"] = "Could not find this value in the form list:";
wwStrings["wwSSBackupServerConfig"] = "Server Configuration Details";
wwStrings["wwSSDeployFragmentLibrary"] = "Deploy Fragment Library";
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["wwNoUserTargetedQuickSearches"] = "There are no personal Targeted Quick Searches defined.";
wwStrings["wwDCTemplateRulesCriteriaEquate"] = "is";
wwStrings["wwContentServerName"] = "Content Server {1}";
wwStrings["wwComponentManager"] = "Component Manager";
wwStrings["wwNotifyOnly"] = "Notify Only";
wwStrings["wwSubscribeToRelatedGroups"] = "Subscribe to Related Groups";
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["wwSSAdminSitesUpgradeBuildingQueue"] = "Building Upgrade List...";
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["wwPreviewList"] = "Preview List";
wwStrings["wwCreateHeadlineViewSearchResultTemplate"] = "Create Headline View Search Result Template";
wwStrings["wwAdditionalConfigVars"] = "Additional Configuration Variables:";
wwStrings["wwSubmitProblemReport"] = "Submit Problem Report";
wwStrings["wwSSArchiveProgress"] = "Progress";
wwStrings["wwSSContextMenuCOAO"] = "Check Out And Open";
wwStrings["wwBasicSubscriptionDisabledDesc"] = "The administrator has disabled direct subscriptions to the content item \u003cstrong\u003e\"{1}\"\u003c/strong\u003e.";
wwStrings["wwCmuSectionLabel_aliases"] = "Aliases";
wwStrings["wwToNotify"] = "To Notify";
wwStrings["wwCriteriaUnsubscribeTitle"] = "Unsubscribe from Group";
wwStrings["wwWorkflowRejectNotification"] = "Workflow Content Item Reject Notification";
wwStrings["wwSSBackupRestoreMenuItem"] = "Restore backup archive contents";
wwStrings["wwAltFile"] = "Alternate File";
wwStrings["wwSSWebsiteSectionNote"] = "Note: You will need to reindex to take advantage of this field.";
wwStrings["wwWfWORK_NOTIFICATION"] = "Work Notification";
wwStrings["wwMustLoginToSubscribe"] = "Must be logged in to subscribe to content.";
wwStrings["wwDCConfigUnixSettingsText"] = "These settings apply to Unix-like systems.";
wwStrings["wwConfigureNtlm"] = "Configure NT Domain Security";
wwStrings["wwSSArchiveSiteId"] = "Web Site:";
wwStrings["wwRegistration"] = "Registration";
wwStrings["wwSSAdminUpdateScriptsButton"] = "Update Navigation";
wwStrings["wwSSWebsitesField"] = "Web Sites Field:";
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["wwSSExportArchiveHeader"] = "Export Archives ============";
wwStrings["wwUndelete"] = "Undo Delete";
wwStrings["wwUpdate"] = "Update";
wwStrings["wwWorkflowReview"] = "Workflow Review";
wwStrings["wwSearchCacheReportStorage"] = "Total {1} rows stored in cache, {2}% full.";
wwStrings["wwListTemplatesNumberOfColumns"] = "Number of Columns";
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["wwServerPortLabel"] = "Server Port:";
wwStrings["wwSSProjetDetail"] = "Lists the project associated with the web site";
wwStrings["wwDescending"] = "Descending";
wwStrings["wwDpDescription"] = "Description";
wwStrings["wwLabelOldFolderPath"] = "Source Folder Path:";
wwStrings["wwSoapGenerateWsdls"] = "Generate Wsdls";
wwStrings["wwLibrary"] = "Library";
wwStrings["wwSearchableInstances"] = "Searchable Instances";
wwStrings["wwUserAdmin"] = "User Admin";
wwStrings["wwActionsAndLinks"] = "Actions and Links";
wwStrings["wwCachedContentInfo"] = "Cached Content Information";
wwStrings["wwXuiDamTemplate"] = "Thumbnail View";
wwStrings["wwCmuButtonLabelSelectAllSection"] = "Select All";
wwStrings["wwAdminTargetedQuickSearches"] = "Targeted Quick Searches Defined by Admins";
wwStrings["wwOpenFolderIcon"] = "Open folder icon";
wwStrings["wwCheckedOutContentItems"] = "{1} Checked-Out Content Item{1?s}";
wwStrings["wwEntryRequired"] = "The field {1q} requires a non-empty entry.";
wwStrings["wwSubscribeToItem"] = "Subscribe to This Item";
wwStrings["wwLabelSkin"] = "Skin:";
wwStrings["wwSupportSqlColumnDelete"] = "Support Column Drop";
wwStrings["wwSSDefaultDocDoc"] = "Microsoft Word 97-2003 Document";
wwStrings["wwSpLabelTruststorePassword"] = "Truststore password:";
wwStrings["wwViewAdminOutput"] = "View Admin Output";
wwStrings["wwTaminoViewDoc"] = "View";
wwStrings["wwUseUnicodeLabel"] = "Use Unicode:";
wwStrings["wwSerialNumber"] = "Serial Number";
wwStrings["wwCzech"] = "Czech";
wwStrings["wwPrjFunctions"] = "Functions:";
wwStrings["wwOracleHomePage"] = "Oracle Home Page";
wwStrings["wwClbraRecentDocs"] = "Recent Collaboration Content for Project {1q}";
wwStrings["wwFinish"] = "Finish";
wwStrings["wwCurrentOptionList"] = "Current Option List";
wwStrings["wwAdditionalComponentsEq"] = "Additional Components={1}";
wwStrings["wwDCConfigRuleCriteriaUnitsPre"] = "";
wwStrings["wwSSSelectDocsButtonLabel"] = "Select Marked Documents";
wwStrings["wwSearchDir"] = "Search Engine State Directory";
wwStrings["wwGetExpired"] = "Get Expired";
wwStrings["wwFilterPrefix"] = "Prefix";
wwStrings["wwLdapAdminDNLabel"] = "LDAP Admin DN:";
wwStrings["wwRefineryProviderDesc"] = "Use this option \u003ci\u003eonly\u003c/i\u003e if this provider is an Inbound Refinery.";
wwStrings["wwPrjUnregister"] = "Unregister";
wwStrings["wwSSBackupShowServerConfigMenuItem"] = "Show server configuration details";
wwStrings["wwAdminPublishSchemaBase"] = "Publish schema configuration";
wwStrings["wwLastSuccessfulNotificationDate"] = "Last Successful Notification";
wwStrings["wwAddExistingServer"] = "Add Existing Server";
wwStrings["wwSSUnmakeDomainDefault"] = "Deselect As Default Address";
wwStrings["wwAvsFullTextSearchDesc"] = "Enter words or phrases separated with & (and) or | (or).";
wwStrings["wwAuthor"] = "Author";
wwStrings["wwLabelStatus"] = "Status:";
wwStrings["wwEmailMozillaWorkaroundCharacters"] = "\u00e9&";
wwStrings["wwVersion"] = "Version";
wwStrings["wwSpKeystoreAlias"] = "Alias";
wwStrings["wwWfDELETE_REV"] = "Delete Revision";
wwStrings["wwNotAValidTargetedQuickSearchQuery"] = "Your query must contain \'#s\' to be a valid Targeted Quick Search.";
wwStrings["wwEditServer"] = "Edit Server";
wwStrings["wwWfContentItemsInQueue"] = "{1} Workflow Content Item{1?s} In Queue";
wwStrings["wwTargetedQuickSearchKey"] = "Targeted Quick Search Key";
wwStrings["wwSSDownloadBackupButton"] = "Download Web Site Backup...";
wwStrings["wwListNavigation"] = "List Navigation:";
wwStrings["wwAllActiveWorkflowsDesc"] = "Click on the icon to view all items in a workflow.";
wwStrings["wwSave"] = "Save";
wwStrings["wwIncomingProviderInfoFor"] = "Incoming Provider Information for {1}";
wwStrings["wwSubscriptionCriteriaLabel"] = "Subscription Criteria:";
wwStrings["wwWfCHECKIN"] = "Check In";
wwStrings["wwLabelUserName"] = "User Name:";
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["wwCmuSectionDesc_schemaview"] = "Schema Views Section";
wwStrings["wwCmuSectionLabel_subscriptiontypes"] = "Subscription Types";
wwStrings["wwCmuExportPreview"] = "Preview";
wwStrings["wwAllFiles"] = "All Files";
wwStrings["wwAttachUrlNative"] = "URL - Native";
wwStrings["wwAttachLinkToWebViewable"] = "Attach Link to Web-Viewable";
wwStrings["wwSSBackupDownloadMenuItem"] = "Download backup archive as ZIP";
wwStrings["wwLabelSocketServerAddress"] = "Socket Server Address:";
wwStrings["wwContentSecurityOptions"] = "Content Security Options";
wwStrings["wwFilterAdmin"] = "Filter Administration";
wwStrings["wwSpecifyIntegerForServerPort"] = "Please specify a positive integer for the server port.";
wwStrings["wwCmuCustomSecurityGroup"] = "Custom Workflow Group";
wwStrings["wwDCTemplateCheckinTitle"] = "Dynamic Converter Template Checkin Form";
wwStrings["wwLabelJdbcConnectionString"] = "JDBC Connection String:";
wwStrings["wwFilterDebugDesc"] = "Log events inside the web server filter.";
wwStrings["wwFilterOtherOptions"] = "Other Options";
wwStrings["wwCmuImportAction"] = "Import";
wwStrings["wwLabelSeverity"] = "Severity:";
wwStrings["wwDCTemplateRulesDownButt"] = "Move Down";
wwStrings["wwAdminAppletsForInstance"] = "Administration Applets for {1}";
wwStrings["wwSavedQueries"] = "Saved Queries";
wwStrings["wwSubject"] = "Subject";
wwStrings["wwGo"] = "Go";
wwStrings["wwVerifyDocDelete"] = "\nThe content item and all of its revisions will be permanently deleted from the system.\nDelete the content item now?\n";
wwStrings["wwBasicInformation"] = "Basic Information";
wwStrings["wwWorkflowContentItemReviewNotification"] = "Workflow Content Item Review Notification";
wwStrings["wwSSAdminReloadProjects"] = "Reload Web Sites";
wwStrings["wwSSConfigureJspSupportButton"] = "Configure JSP Support";
wwStrings["wwFfwExtensionsHeading"] = "Extensions";
wwStrings["wwTraceIsVerboseOption"] = "Full Verbose Tracing";
wwStrings["wwCmuButtonLabelUnselectAllSection"] = "Unselect All";
wwStrings["wwDatabaseProperties"] = "Database Properties";
wwStrings["wwUniqueId"] = "Unique ID";
wwStrings["wwResultsOnPortalPageLabel"] = "Results on portal page";
wwStrings["wwStartPackaging"] = "Start Packaging";
wwStrings["wwNotHasAsSubstring"] = "Not Substring";
wwStrings["wwContinue"] = "Continue";
wwStrings["wwEditWebUrlMap"] = "Edit the WebUrlMap";
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["wwRequiredFeatures"] = "Required Features";
wwStrings["wwRegisterManually"] = "Register Manually";
wwStrings["wwAfter"] = "After";
wwStrings["wwdDocAuthor"] = "Author";
wwStrings["wwCustomizeDescriptionColumnHeader"] = "Customize Description Column";
wwStrings["wwUserAgent"] = "User Agent";
wwStrings["wwSpecifyPrimFile"] = "Please specify a primary file.";
wwStrings["wwSSArchiveDetailName"] = "Name:";
wwStrings["wwQueryText"] = "Query Text";
wwStrings["wwCmuExportPreviewPage"] = "Export Preview";
wwStrings["wwWorkInProgress"] = "Work In Progress";
wwStrings["wwSpecifyProxiedForEntSearch"] = "An instance must be \'Proxied\' for it to be \'Enterprise Searchable\'.";
wwStrings["wwLdapFilterGroupsLabel"] = "Filter Groups:";
wwStrings["wwLabelUnsubscribe"] = "Unsubscribe:";
wwStrings["wwProxied"] = "Proxied";
wwStrings["wwNoContentServersFound"] = "No Content Servers Found.";
wwStrings["wwArchiveExportHistory"] = "Archive Export History";
wwStrings["wwSSArchiveIsAutomatedExport"] = "Auto Export:";
wwStrings["wwCmuActionEvents"] = "Configuration Migration Action Events";
wwStrings["wwLicenseSignatureLabel"] = "License Signature:";
wwStrings["wwShowAdvancedDescriptionEditorForm"] = "Use Advanced Description Form";
wwStrings["wwActiveClbraWorkflows"] = "Active Collaboration Project Workflows";
wwStrings["wwApproveRevision"] = "Approve Revision";
wwStrings["wwJspEnabledGroups"] = "JSP Enabled Groups:";
wwStrings["wwAllExpiringContent"] = "All Expiring Content";
wwStrings["wwSSAdminDataFileUpgradesRemaining"] = "Data Files Remaining:";
wwStrings["wwWfLastActionTs"] = "Last Action Date";
wwStrings["wwSpecifyPassword"] = "Please specify a password.";
wwStrings["wwSelect"] = "Select";
wwStrings["wwSpecifyRelativeWebRoot"] = "Please specify a value for the relative web root.";
wwStrings["wwLabelRefineryOptions"] = "Conversion Options";
wwStrings["wwSoapDataListInfo"] = "Data List Information";
wwStrings["wwDocType"] = "Doc Type";
wwStrings["wwWfAPPROVE"] = "Approve";
wwStrings["wwSSExplainUpgradeDone"] = "The upgrade process has completed.";
wwStrings["wwWebViewableSelected"] = "Web-Viewable Selected:";
wwStrings["wwSSArchiveOpBackup"] = "Backup";
wwStrings["wwInstallDirs"] = "Installation Directories";
wwStrings["wwCmuForceTriggerField"] = "Force trigger field";
wwStrings["wwSchemaNotStableError_search"] = "Choice lists are not fully loaded.  Search aborted.";
wwStrings["wwTasks"] = "Tasks";
wwStrings["wwNotAllowedToChangeOwnRole"] = "You are not allowed to change your role.";
wwStrings["wwCustomFieldsOptGroupLabel"] = "Custom";
wwStrings["wwIsDynamicConverterEnabled"] = "Enable Dynamic Converter";
wwStrings["wwCmuAdmin"] = "Config Migration Admin";
wwStrings["wwSSArchiverMsg"] = "Archiver Message:";
wwStrings["wwDocQueryTitle"] = "Search";
wwStrings["wwExpiredContent"] = "Expired Content";
wwStrings["wwAdminPublishWeblayout"] = "Publish dynamic layout files";
wwStrings["wwCmuTaskNameSpacesNotAllowed"] = "Spaces not allowed in the task name.";
wwStrings["wwXuiShowAsColumn"] = "Show as column";
wwStrings["wwNoProjectsForPreview"] = "There are no Publisher projects available for preview.";
wwStrings["wwNoTemplateName"] = "Please enter the name of a template to edit.";
wwStrings["wwNativeExtension"] = "Native File Extension";
wwStrings["wwFindExpiring"] = "Find Expiring Content";
wwStrings["wwAdministrationLinks"] = "Administration Links";
wwStrings["wwLocalServer"] = "Local Server (Master or Proxy)";
wwStrings["wwAvsStringFieldSortInfo"] = "Only up to the maximum number of results are returned and these results are sorted alphabetically.";
wwStrings["wwFindExpired"] = "Find Expired Content";
wwStrings["wwPortalDesignFor"] = "Portal Design for {1}";
wwStrings["wwLibPath"] = "Libpath";
wwStrings["wwExclusiveCheckoutDesc"] = "When enabled, Admin privilege is required to check out a content item checked in by another user.";
wwStrings["wwWfDocsTable"] = "Table containing content items in the workflow";
wwStrings["wwHttpAddress"] = "Http Address";
wwStrings["wwDCTemplateRulesTitle"] = "Template Selection Rules";
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["wwUnregisterPreview"] = "Unregister Preview";
wwStrings["wwFilterLogOptions"] = "Logging Options";
wwStrings["wwFeatureExtensionsEq"] = "Feature Extension={1}";
wwStrings["wwLibraryQueryFolders"] = "Library Folders";
wwStrings["wwCmuButtonLabelPreview"] = "Preview";
wwStrings["wwDCConfigEnvVarsText"] = "The environment variables for running conversions.";
wwStrings["wwRev"] = "Rev.";
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["wwCustomDir"] = "Custom Components Directory";
wwStrings["wwSourceContent"] = "Source Content:";
wwStrings["wwProviderDesc"] = "Provider Description";
wwStrings["wwLatestNotificationUseAt"] = "Latest Notification Use At:";
wwStrings["wwDCHtmlRendition"] = "HTML Rendition";
wwStrings["wwIsDefault"] = "Is Default";
wwStrings["wwWebExtension"] = "Web Extension";
wwStrings["wwCmuSectionLabel_contentprofiles"] = "Content Profiles";
wwStrings["wwDownloadAppletName"] = "Download";
wwStrings["wwIndexerEngineName"] = "Index Engine Name";
wwStrings["wwTitle"] = "Title";
wwStrings["wwSelectAValue"] = "Select A Value";
wwStrings["wwNoWorkInProgress"] = "There is no work in progress.";
wwStrings["wwTestEmailFormRecipients"] = "To:";
wwStrings["wwTaminoNoXMLResult"] = "No Matching XML";
wwStrings["wwListTemplateId"] = "Content List Template ID";
wwStrings["wwSSArchiveTransfer"] = "Transfer";
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["wwLabelProviderName"] = "Provider Name:";
wwStrings["wwSpanish"] = "Spanish";
wwStrings["wwScsLogDetails_Fatal"] = "A fatal error has occurred. The stack trace below shows more information.";
wwStrings["wwEmailAddress"] = "E-mail Address";
wwStrings["wwContributor"] = "Contributor:";
wwStrings["wwLdapPriority"] = "Priority";
wwStrings["wwShowOnlyKnownAccounts"] = "Show only known accounts";
wwStrings["wwLibraryDesc"] = "Brings you to the top of the library folder hierarchy.";
wwStrings["wwConfigure"] = "Configure";
wwStrings["wwSpecifyType"] = "Please specify a type.";
wwStrings["wwOutputExtensionMustHaveValue"] = "Output Extension must have a value.";
wwStrings["wwCmuButtonLabelSaveAs"] = "Save As";
wwStrings["wwOption"] = "Option";
wwStrings["wwType"] = "Type";
wwStrings["wwField"] = "Field";
wwStrings["wwDefaultSortField"] = "Default Sort Field";
wwStrings["wwCmuSectionDesc_workflowtemplates"] = "Workflow Templates Section";
wwStrings["wwScsLogDetails_Error"] = "An error has occurred. The stack trace below shows more information.";
wwStrings["wwPersonalUrls"] = "Personal URLs";
wwStrings["wwAdminSuspendIndexRebuild"] = "Suspend index rebuild";
wwStrings["wwXuiCheckOut"] = "check out...";
wwStrings["wwDatabaseNumWriteActions"] = "Number of Write Actions: {1}";
wwStrings["wwGuestAccess"] = "Guest Access";
wwStrings["wwAutoNamePrefix"] = "Auto Name Prefix:";
wwStrings["wwRequiredRoles"] = "Required Roles:";
wwStrings["wwQueryBuilderModifyQueryText"] = "Modify Query Text";
wwStrings["wwInstanceHome"] = "{1} Home";
wwStrings["wwSSViewNodeInContext"] = "View Section in Context";
wwStrings["wwSSArchiveAdd"] = "Add...";
wwStrings["wwSSArchives"] = "Site Studio Archives";
wwStrings["wwUploadNewComponent"] = "Install New Component";
wwStrings["wwChooseDocAction"] = "Choose an action...";
wwStrings["wwDCTemplateRulesCriteriaTitle"] = "Criteria for selected rule";
wwStrings["wwSoapServices"] = "Services";
wwStrings["wwXuiDate"] = "Date";
wwStrings["wwSSManageSite"] = "Manage Site";
wwStrings["wwSSContextMenuPrompt"] = "Right click for options";
wwStrings["wwFeatureExtensions"] = "Feature Extensions";
wwStrings["wwConfirmDeleteCustomizations"] = "Are you certain you wish to delete your customizations? This will revert your settings to the standard look.";
wwStrings["wwSchemaNotStableError_update"] = "Choice lists are not fully loaded.  Update aborted.";
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["wwSSBatchFiles"] = "Batch Files";
wwStrings["wwDCConfigTitle"] = "Dynamic Converter Configuration";
wwStrings["wwCmuActionHistoryPage"] = "Latest Action";
wwStrings["wwWebLayoutPath"] = "Web Layout Path:";
wwStrings["wwLabelTestQuery"] = "Test Query:";
wwStrings["wwCmuAddExportRulePage"] = "Add Export Rule";
wwStrings["wwSSCollectionAddedSuccessfully"] = "The specified collection was successfully added to the system.";
wwStrings["wwFoundXItems"] = "Found {1} item{1?s}";
wwStrings["wwEnvironmentPackager"] = "Environment Packager";
wwStrings["wwShowBufferPoolDetails"] = "Buffer Pool Details";
wwStrings["wwContentExpiringAfter"] = "Content expiring after \u003cbr\u003e{1t}";
wwStrings["wwMoveFieldToAddInfo"] = "Move Field to Additional Information";
wwStrings["wwWorkflowContentItems"] = "Workflow Content Items";
wwStrings["wwPneSearchProfiles"] = "Personal Searches";
wwStrings["wwSSAdminViewSite"] = "View Web Site";
wwStrings["wwWorkflowDocs"] = "Workflow Revisions";
wwStrings["wwMemoryTotal"] = "Total memory";
wwStrings["wwCollaborations"] = "Collaboration Projects";
wwStrings["wwSSAdminUpgradeSitesAdvancedPage"] = "Advanced Upgrade Options";
wwStrings["wwSSUrlDataFilesReport"] = "Contributor Data Files";
wwStrings["wwSSArchiveDetailLastImport"] = "Last Imported:";
wwStrings["wwHideExtraAdvancedOptions"] = "hide additional options";
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["wwAdditionalActions"] = "Additional Actions:";
wwStrings["wwSMTPPort"] = "SMTP Port:";
wwStrings["wwSSAdminUpgradeConfirmCancel"] = "Are you sure you want to cancel the upgrade operation?";
wwStrings["wwCmuLogs"] = "Configuration Migration Logs";
wwStrings["wwSpecifyIntegerForNumConnections"] = "Please specify a positive integer for the number of connections.";
wwStrings["wwSSInstantBackupButton"] = "Create Web Site Backup";
wwStrings["wwEditCollaboration"] = "Edit collaboration project {1q}";
wwStrings["wwClbraDescription"] = "Description";
wwStrings["wwSSContextMenuShowDiff"] = "View Differences";
wwStrings["wwWfMAIL_NOTIFICATION"] = "Mail Notification";
wwStrings["wwNoActiveWorkflows"] = "There are no active standard workflows in the system.";
wwStrings["wwEnvironmentKeyDetails_hide_removed"] = "Hide";
wwStrings["wwRefresh"] = "Refresh";
wwStrings["wwCmuAdminExport"] = "Defined Configuration Export";
wwStrings["wwSSReportForDoc"] = "Web Site Usage Report for \'{1}\'";
wwStrings["wwSSCertClassLabelEditLive"] = "Ephox Certificate (EditLive!)";
wwStrings["wwLabelResultsPerPage"] = "Results Per Page:";
wwStrings["wwAllActiveWorkflows"] = "All Active Workflows";
wwStrings["wwDCEditTemplateTitle"] = "Dynamic Converter - Edit Templates";
wwStrings["wwCheckinWhenDoneMsg"] = "\nClick on the \u003cstrong\u003eCheck In\u003c/strong\u003e\nbutton below when your edit is complete.\n";
wwStrings["wwDCConfigDCFileLocatorText"] = "An alternate class to use in configuring the FileLocator for DynamicConverter.";
wwStrings["wwContentHistory"] = "Content History";
wwStrings["wwShowContentSecurityDetails"] = "Content Security Details";
wwStrings["wwAllowAuthorDelete"] = "Allow Author to Delete Revision";
wwStrings["wwSerialNumberLabel"] = "Serial Number:";
wwStrings["wwCachedCheckinItemsTableCaption"] = "Cached Checked-In Items";
wwStrings["wwEditACL"] = "Edit Access List";
wwStrings["wwSSDomainName"] = "Web Site Address";
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["wwMySavedQueries"] = "My Saved Queries";
wwStrings["wwCmuActionEventItemLabel"] = "Type";
wwStrings["wwServerMenuLabel"] = "Server Menu Label:";
wwStrings["wwClickToAdminRestartPage"] = "\u003ca href=javascript:document.AdminRestartForm.submit()\u003eClick here\u003c/a\u003e to go to the page to restart the server";
wwStrings["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["wwShowAllAdvancedOptions"] = "show additional options";
wwStrings["wwRegistrationForInstance"] = "Registration for {1}";
wwStrings["wwClassPath"] = "Classpath";
wwStrings["wwAttachSelectedUrlInfo"] = "URL - Info [Attach Selected]";
wwStrings["wwSchemaGoUp"] = "Go up";
wwStrings["wwDCTemplateRulesDeleteButt"] = "Delete Rule";
wwStrings["wwCmuLabelShow"] = "Show";
wwStrings["wwWfcontribution"] = "contribution";
wwStrings["wwQueryResultsTable"] = "Table containing query results (content items)";
wwStrings["wwStandardCheckIn"] = "Standard Check In";
wwStrings["wwRolePrefix"] = "Role Prefix";
wwStrings["wwLdapSpecifySuffix"] = "Please specify a value for  the LDAP suffix.";
wwStrings["wwLabelWorkflow"] = "Workflow:";
wwStrings["wwContentMgr"] = "Content Manager";
wwStrings["wwCmuSectionLabel_schemarelations"] = "Schema Relations";
wwStrings["wwSortEnabledComponentsByDefault"] = "Sort Enabled Components By Load Order (default)";
wwStrings["wwReviewersForContent"] = "Reviewers For Content Item {1q}";
wwStrings["wwDCTemplateRulesAlertNewRule"] = "Please enter a name for the new rule first.";
wwStrings["wwLabelArchiveName"] = "Archive Name:";
wwStrings["wwNumberGreater"] = "Greater Than";
wwStrings["wwAdminServerEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the server itself.";
wwStrings["wwRequiredFeaturesEq"] = "Required Features={1}";
wwStrings["wwSubscriptionType"] = "Subscription Type";
wwStrings["wwSSSiteDocumentsReport"] = "Web Site Objects Report";
wwStrings["wwDatabasePreserveCase"] = "Database Preserve Case";
wwStrings["wwRegisteredProjects"] = "Registered Publisher Projects";
wwStrings["wwWebFileSize"] = "Web File Size";
wwStrings["wwEnvironmentKeyOverwrites"] = "Number of overwritten config values: {1i}";
wwStrings["wwPluginDebug"] = "PLUGIN_DEBUG";
wwStrings["wwCmuDefinedBundles"] = "Available Bundles";
wwStrings["wwAdminReports"] = "System Audit Information";
wwStrings["wwIsOverrideFormat"] = "Allow Override Format on Check In";
wwStrings["wwResultTemplate"] = "Result Template";
wwStrings["wwAdsUseTokenGroups"] = "User Token";
wwStrings["wwServerNoPageEncoding"] = "Not Defined";
wwStrings["wwComponentConfigUpdatePage"] = "Update Component Configuration";
wwStrings["wwViewServerLogs"] = "View Server Logs";
wwStrings["wwEnterpriseSearchEnabled"] = "Enterprise Search Enabled";
wwStrings["wwDatabaseDirectory"] = "Database Directory";
wwStrings["wwDocNameTag"] = "Content ID";
wwStrings["wwTraceSectionsList"] = "Active Sections";
wwStrings["wwSwedish"] = "Swedish";
wwStrings["wwSpecifyJdbcUser"] = "Please specify user name for this JDBC connection.";
wwStrings["wwSSCertFailureMessage"] = "The class failed to load.";
wwStrings["wwDpNameTag"] = "Profile Name";
wwStrings["wwWfReviewApproveRejectMsg"] = "\nYou may review this workflow item in the window to the right,\nthen use the action links below to approve or reject the item.\n";
wwStrings["wwLabelAuthor"] = "Author:";
wwStrings["wwSSLOutgoingProviderDesc"] = "Configure an SSL outgoing socket provider.";
wwStrings["wwOrder"] = "Order";
wwStrings["wwSSContentMissing1"] = "This content is unavailable (missing Content ID for xml file)";
wwStrings["wwWorkflowState"] = "Workflow State";
wwStrings["wwOutgoingProviderInfoFor"] = "Outgoing Provider Information for {1}";
wwStrings["wwOriginalInfoLabel"] = "Original Content Info";
wwStrings["wwSSDefaultAssetCategoryLayoutFile"] = "all layouts used in my site";
wwStrings["wwRevisionsSubmittedToWorkflow"] = "The following revision{1?s} {1?have:has} been submitted to a workflow:";
wwStrings["wwSSUsageCount"] = "Found {1} occurrences";
wwStrings["wwNoContentProfileLinks"] = "There are no content profile links to edit.";
wwStrings["wwSpTruststorePassword"] = "Truststore password";
wwStrings["wwXuiSearchWidgetPageNumber"] = "Page {1}";
wwStrings["wwxWebsiteObjectType"] = "Web Site Object Type";
wwStrings["wwAddContentServerClusterNode"] = "Add an Existing Content Server Cluster Node";
wwStrings["wwNoTitle"] = "No Title";
wwStrings["wwReleasedDocuments"] = "Released Documents";
wwStrings["wwAddIncomingProvider"] = "Add Incoming Provider";
wwStrings["wwInvalidCharsInDocType"] = "Unable to add type. Spaces and special characters are not allowed in document types.";
wwStrings["wwJspServerStartWebApp"] = "Start Web App";
wwStrings["wwPreviewProvider"] = "Preview Provider";
wwStrings["wwSSArchiveTypeImport"] = "Import";
wwStrings["wwNumInstalledFeatures"] = "Number of Installed Features";
wwStrings["wwLmSkinVariantRTL"] = "Right-To-Left";
wwStrings["wwSSAdminFragmentsPage"] = "Manage Fragment Libraries";
wwStrings["wwUserProfileDesc"] = "Enables users to view or edit their profile.";
wwStrings["wwViewSubscriptionDoc"] = "View Content";
wwStrings["wwCachedCheckinItems"] = "Cached Check In Items for {1}";
wwStrings["wwContentAuthorLabel"] = "Author:";
wwStrings["wwLogin"] = "Login";
wwStrings["wwLastUsedDate"] = "Last Used Date";
wwStrings["wwVersionAndBuildInformation"] = "Version and Build Information";
wwStrings["wwAdminLogsForInstance"] = "Administration Log Files for {1}";
wwStrings["wwProjectInformation"] = "Publisher Project Information";
wwStrings["wwCurrentStatus"] = "Current Status:";
wwStrings["wwWorkflowStepInfoFor"] = "Workflow Step Information For {1q}";
wwStrings["wwNumberEqual"] = "Equals";
wwStrings["wwDownloading"] = "Downloading...";
wwStrings["wwCreateDiscussionLink"] = "Create discussion";
wwStrings["wwLabelAccount"] = "Account:";
wwStrings["wwSSAdminConfiguration"] = "Site Studio Administration";
wwStrings["wwCmuNewExportLabel"] = "Create New Template";
wwStrings["wwCmuSectionLabel_schemaview"] = "Schema Views";
wwStrings["wwNativeVersionLabel"] = "Native Version:";
wwStrings["wwDCConfigDefTemplateTitle"] = "Default Template";
wwStrings["wwLabelCollectionName"] = "Collection:";
wwStrings["wwKeepaliveIncomingProviderDesc"] = "Configure a keepalive incoming socket provider.";
wwStrings["wwStackTrace"] = "Stack Trace";
wwStrings["wwContentQueryCaptureTitle"] = "Content Query Capture";
wwStrings["wwJspServerStopWebApp"] = "Stop Web App";
wwStrings["wwLdapIsPrimaryUserBaseLabel"] = "Primary User Base:";
wwStrings["wwTestEmailSuccessful"] = "Message successfully sent.";
wwStrings["wwCmuExportID"] = "Name";
wwStrings["wwCmuIsOverwrite"] = "Overwrite Duplicates";
wwStrings["wwDCConfigMaxFileTitle"] = "Maximum File Size";
wwStrings["wwHostName"] = "Host Name";
wwStrings["wwFrom"] = "From";
wwStrings["wwIndexedInfoOnly"] = "\nContent has been indexed with Info only. Resubmit\nshould only be performed if the problem has been resolved.\n";
wwStrings["wwProblemReportTable"] = "Table containing a list of problem reports.";
wwStrings["wwSSArchiveDetailDescription"] = "Description:";
wwStrings["wwDCConfigMaxFileUnits"] = "Bytes";
wwStrings["wwBrowse"] = "Browse";
wwStrings["wwValue"] = "Value";
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["wwSSSectionRequired"] = "Please select a section.";
wwStrings["wwSpKeystorePassword"] = "Keystore password";
wwStrings["wwProxyInstance"] = "Instance:";
wwStrings["wwCmuSectionLabel_contentserver"] = "Content Server Sections";
wwStrings["wwEmailFormat"] = "Email Format:";
wwStrings["wwDiscussionReplyToThis"] = "Reply To This";
wwStrings["wwGuestAccessDescription"] = "Use the navigation items below to access public content only.";
wwStrings["wwListTemplateDownloadNativeText"] = "download native";
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["wwTraceEditOptionsTitle"] = "Edit Active Console Output Tracing**";
wwStrings["wwResubmit"] = "Resubmit";
wwStrings["wwGuestHomePage"] = "Guest Home Page";
wwStrings["wwBokmal"] = "Bokmal";
wwStrings["wwNativeFileLink"] = "Native File Link:";
wwStrings["wwSSReportIntro"] = "The following reports list the objects used by the web site \'{1}\'.";
wwStrings["wwPortalPersonalUrls"] = "Portal Personal URLs";
wwStrings["wwSSWebSitesButtonLabel"] = "Web Sites";
wwStrings["wwSSDefaultDocPrimaryFilePptx"] = "default.pptx";
wwStrings["wwInstructionsLabel"] = "Instructions:";
wwStrings["wwAdminCancelIndexUpdate"] = "Cancel index update";
wwStrings["wwIntranetAuthenticationLabel"] = "NTLM";
wwStrings["wwSSDefaultDocRtf"] = "Rich Text Format";
wwStrings["wwWfReadyForStep"] = "Content item {1q} is ready for workflow step {2q}.";
wwStrings["wwContains"] = "Contains";
wwStrings["wwWfStep"] = "Step";
wwStrings["wwPersonalSearchLinks"] = "Personal Search Links";
wwStrings["wwCmuActionHistoryFinishTime"] = "Finish";
wwStrings["wwDCConfigRuleCriteriaTitle"] = "Rule Criteria";
wwStrings["wwSysadminEmailAddr"] = "E-mail Address for Sysadmin:";
wwStrings["wwCmuSectionLabel_workflows"] = "Workflows";
wwStrings["wwResultsPerPage"] = "Results Per Page";
wwStrings["wwSSViewSiteInContextShort"] = "View Web Site";
wwStrings["wwNonZoneFields"] = "Text Fields";
wwStrings["wwSSContextMenuEdit"] = "Edit";
wwStrings["wwWIPContentItems"] = "{1} WIP Content Item{1?s}";
wwStrings["wwJavaProperties"] = "Java Properties";
wwStrings["wwDocumentList"] = "Document List";
wwStrings["wwBefore"] = "Before";
wwStrings["wwWebViewableLink"] = "Web-Viewable Link:";
wwStrings["wwRequiredApprovals"] = "Required Approvals:";
wwStrings["wwWfRESUBMIT"] = "Resubmit";
wwStrings["wwNtlm"] = "NT Domain Security";
wwStrings["wwStartLocalizationAudit"] = "Start auditing";
wwStrings["wwSSLayoutFragmentLibsReport"] = "Fragment Libraries";
wwStrings["wwCurrentDocTypes"] = "Current Document Types";
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["wwLdapAttributeMapLabel"] = "Attribute Map:";
wwStrings["wwAdministrationForServers"] = "Administration for Servers";
wwStrings["wwCmuActionHistorySource"] = "Source";
wwStrings["wwDCConfigDefTemplateCol2"] = "Available Templates";
wwStrings["wwDpErrorAtProfile"] = "Error at profile:";
wwStrings["wwCmuAdminPage"] = "Configuration Migration Administration Page";
wwStrings["wwTraceOptionInfo"] = "Tracing Sections Information";
wwStrings["wwListTemplatesNativeColumnText"] = "download";
wwStrings["wwDCConfigServicesForIntradocumentLinksText"] = "When checked, hyperlinks to targets within the same document use service calls instead of file locations in the weblayout conversion cache.";
wwStrings["wwStepName"] = "Step Name";
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["wwCustomizeDescriptionHeader"] = "Customize Description";
wwStrings["wwTestEmailFormNoSubject"] = "You are about to send an email with an empty subject.  Do you wish to continue?";
wwStrings["wwNOEViewOnWeb"] = "View Results On Web";
wwStrings["wwCmuCreateExportTemplate"] = "Create Export Template";
wwStrings["wwSoapName"] = "Name";
wwStrings["wwKeyValue"] = "Key Value";
wwStrings["wwContentItemsInWorkflow"] = "Content Items In Workflow \'\u003ci\u003e{1}\u003c/i\u003e\'";
wwStrings["wwBasicUnsubscriptionDesc"] = "To stop receiving e-mail notifications about \u003cstrong\u003e\"{1}\"\u003c/strong\u003e, click the Unsubscribe link below.";
wwStrings["wwActiveWorkflows"] = "Active Workflows";
wwStrings["wwSSArchiveImport"] = "Import";
wwStrings["wwSelfReg"] = "Self-Registration";
wwStrings["wwContributorProblemReportNotification"] = "Contributor Problem Report Notification";
wwStrings["wwAddOutgoingProvider"] = "Add Outgoing Provider";
wwStrings["wwCmuActionHistoryType"] = "Action";
wwStrings["wwDebugTrace"] = "Debug Trace";
wwStrings["wwxWebsiteSection"] = "Web Site Section";
wwStrings["wwCmuTaskHistory"] = "Action History";
wwStrings["wwCmuSectionDesc_doctypes"] = "Content Types Section";
wwStrings["wwQueryTransformerLinks"] = "Query Optimizer Links";
wwStrings["wwContentOutput"] = "Content Output";
wwStrings["wwFeatureLevelHeader"] = "Level";
wwStrings["wwCmuSectionDesc_pne"] = "Personalization Data Section";
wwStrings["wwRemoveFromWfInQueue"] = "Remove From Queue";
wwStrings["wwActiveConnTimeActiveLabel"] = "Active time:";
wwStrings["wwCmuEditExportRuleTitle"] = "Edit Export Rule";
wwStrings["wwCmuEnableComponents"] = "Enable imported components";
wwStrings["wwWeblayoutDir"] = "Weblayout Directory";
wwStrings["wwHomePage"] = "Home Page";
wwStrings["wwAdditionalInformation"] = "Additional Information";
wwStrings["wwDCConfigSettings"] = "Configuration Settings";
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["wwSSNodeLayoutsReport"] = "Layout Pages";
wwStrings["wwCgiDebugDesc"] = "Log summary of data and headers sent between the web server filter and the Content Server.";
wwStrings["wwNumberLess"] = "Less Than";
wwStrings["wwRevisionsTable"] = "Table containing the revisions of this content item.";
wwStrings["wwOutputLimitedByMaxRows"] = "** Output is limited by the maximum rows.";
wwStrings["wwLabelServerPort"] = "Server Port:";
wwStrings["wwIncorrectInstanceForLicense"] = "\nThis license was created with an\nInstance Name and Host Name different from the values for your\nsite. Please change the configuration values for your server to\nmatch the values above.  Note: The Host Name is set by entering\nthe value for the HTTP Server Address on the Internet tab of the\nSystem Properties utility. Restart the server and reload this\npage. If you cannot make the changes at this time, save the\nlicense information for later.\n";
wwStrings["wwPostGCMemoryFree"] = "Free memory after garbage collection";
wwStrings["wwViewRegisteredProducts"] = "View Registered Products";
wwStrings["wwOverallMemCheckTime"] = "Overall time for memory check";
wwStrings["wwAdminServerManagedServerType"] = "Server Type";
wwStrings["wwGroupHide"] = "Hide";
wwStrings["wwSSPercentageComplete"] = "Percentage Complete:";
wwStrings["wwImageFileName"] = "Image File Name";
wwStrings["wwPostReplyToLabel"] = "Post Reply to #{1}";
wwStrings["wwRefineryProviderMaxJob"] = "Enter the number of jobs allowed in the pre-converted queue.";
wwStrings["wwAttachSelectedUrlNative"] = "URL - Native [Attach Selected]";
wwStrings["wwApprovedBy"] = "Approved By:";
wwStrings["wwUser"] = "User";
wwStrings["wwTaminoNoResultsForQuery"] = "No search results for query.";
wwStrings["wwAdminCancelIndexRebuild"] = "Cancel index rebuild";
wwStrings["wwRoles"] = "Roles";
wwStrings["wwUrlInfo"] = "URL - Info";
wwStrings["wwCmuAdminImportPage"] = "Configuration Import Page";
wwStrings["wwCmuActionEventsCaption"] = "Log for {1q}";
wwStrings["wwSSArchiveDetailLastExport"] = "Last Exported:";
wwStrings["wwSSCertMessageTitle"] = "Site Studio";
wwStrings["wwCustomizeSearchResultTemplatesAction"] = "Customize";
wwStrings["wwSearchResultTemplatesFor"] = "Search Result Templates for {1}";
wwStrings["wwTestEmailRecipient"] = "Recipient";
wwStrings["wwSubsFor"] = "Subscriptions for {1}";
wwStrings["wwCheckinNewTemplate"] = "Create New Template";
wwStrings["wwCmuSectionDesc_contentprofiles"] = "Content Profiles Section";
wwStrings["wwdFormat"] = "Format";
wwStrings["wwAttachWeb"] = "Web";
wwStrings["wwEnvPkgPageDesc"] = "\nCheck the boxes below to select which parts of the environment to be packaged. This will also gather\ninformation about your Java environment and your operating system.\n";
wwStrings["wwTopMenusLayoutLabel"] = "Top Menus";
wwStrings["wwdConvMessage"] = "Message";
wwStrings["wwLastNotifyDate"] = "Last Notification Attempt";
wwStrings["wwdOriginalName"] = "Original Name";
wwStrings["wwEnvironmentKeyDetails_show_ignored"] = "Show";
wwStrings["wwClearLog"] = "Clear Web Server Filter Log";
wwStrings["wwLabelCaption"] = "Caption:";
wwStrings["wwSourceState"] = "Source State:";
wwStrings["wwClbraNoRevs"] = "There are currently no revisions in this collaboration project.";
wwStrings["wwProductVersionLabel"] = "Product Version:";
wwStrings["wwCmuExportLastExport"] = "Last Export";
wwStrings["wwWebLocation"] = "Web Location";
wwStrings["wwLabelPassword"] = "Password:";
wwStrings["wwCmuActionLabelEditBundle"] = "Edit Bundle";
wwStrings["wwSSContextMenuMetadataUpdate"] = "Update Document Info";
wwStrings["wwSSDefaultDocTxt"] = "Text Document";
wwStrings["wwQuickSearch"] = "Quick Search";
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["wwIsJspServerEnabled"] = "Enable Java Server Page (JSP)";
wwStrings["wwSSExportArchiveAdd"] = "Add Export Archive...";
wwStrings["wwLmContentExpiredAfter"] = "Content expired after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwCmuExportSectionName"] = "Section Name";
wwStrings["wwMemoryFree"] = "Free memory";
wwStrings["wwCmuSectionLabel_archives"] = "Archive Definitions";
wwStrings["wwBasicSubscriptionListDesc"] = "You are subscribed to these items:";
wwStrings["wwSubscribedAt"] = "Subscribed At:";
wwStrings["wwEnterpriseSearchable"] = "Enterprise Searchable";
wwStrings["wwComponentInstallList"] = "Component Install List";
wwStrings["wwAdsUserPassword"] = "User Password";
wwStrings["wwCmuSectionChildren"] = "Child Sections";
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["wwSSHttpRelativeFragmentsRoot"] = "Relative Fragments Root:";
wwStrings["wwReset"] = "Reset";
wwStrings["wwNoAdminTargetedQuickSearches"] = "There are no Targeted Quick Searches defined by admins in this system.";
wwStrings["wwFullName"] = "Full Name";
wwStrings["wwdWebExtension"] = "Web Extension";
wwStrings["wwSearchResultsGroupActionLabel"] = "Query Result Action:";
wwStrings["wwCmuActionLabelExport"] = "Export";
wwStrings["wwSSMigrationRule3"] = "Adjust archive document release dates to force check-in";
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["wwLabelHttpServerAddress"] = "HTTP Server Address:";
wwStrings["wwOverride"] = "Override";
wwStrings["wwRefineryReadOnlyMode"] = "Refinery read-only mode";
wwStrings["wwBack"] = "Back";
wwStrings["wwLayout"] = "Layout";
wwStrings["wwIDC_Name"] = "Instance Name";
wwStrings["wwSSShowWebSite"] = "Show web site";
wwStrings["wwNativeFile"] = "Native File";
wwStrings["wwSSChooseSectionTitle"] = "Choose Web Site Section";
wwStrings["wwCmuActionLabelPreview"] = "Preview";
wwStrings["wwLabelRelativeWebRoot"] = "Relative Web Root:";
wwStrings["wwXuiShowInDescription"] = "Show in Description";
wwStrings["wwCmuDefineImport"] = "Import bundle";
wwStrings["wwShowSchemaCacheDetails"] = "Schema Cache Details";
wwStrings["wwCmuEvent"] = "Event";
wwStrings["wwLdapConnectionTimeoutLabel"] = "Connection timeout:";
wwStrings["wwLogFiles"] = "Log Files";
wwStrings["wwXuiViewLabel"] = "View:";
wwStrings["wwVersionEq"] = "Version={1}";
wwStrings["wwEOHintRule"] = "Hint Rules Configuration";
wwStrings["wwSearchForms"] = "Search Forms";
wwStrings["wwOsFamilyLabel"] = "OS Family:";
wwStrings["wwSSPopulatexWebsiteSection"] = "Populate the \"Website Section\" Content Information Field";
wwStrings["wwRefineryProvider"] = "Handles Inbound Refinery Conversion Jobs";
wwStrings["wwAllowGetCopyAccess"] = "Allow Get Copy with Read Privilege:";
wwStrings["wwApprove"] = "Approve";
wwStrings["wwListTemplateDownloadText"] = "download";
wwStrings["wwSSCertClassLabelSiteStudio"] = "Oracle Certificate (Site Studio)";
wwStrings["wwAdminServer"] = "Admin Server";
wwStrings["wwCmuAdminExportPage"] = "Configuration Templates Page";
wwStrings["wwSSAdminComponentPage"] = "General Component Information";
wwStrings["wwDownload"] = "Download";
wwStrings["wwShowMemDetails"] = "Memory Details";
wwStrings["wwSSArchiveDescription"] = "Archive Description:";
wwStrings["wwSpecifyField"] = "Please specify a value for field {1}.";
wwStrings["wwLabelFullName"] = "Full Name:";
wwStrings["wwNoOptionListsInSystem"] = "There are no option lists currently defined in the system.";
wwStrings["wwBuild"] = "Build";
wwStrings["wwCustomizeColumnsHeader"] = "Customize Columns";
wwStrings["wwWorkflowHistory"] = "Workflow History";
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["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["wwBasicAuthenticationLabel"] = "Basic";
wwStrings["wwProductVersionInfoLabel"] = "Product Build:";
wwStrings["wwSchemaNotStableError_checkin"] = "Choice lists are not fully loaded.  Checkin aborted.";
wwStrings["wwSourceContentId"] = "Source Content ID:";
wwStrings["wwSSUploadFragmentLibrary"] = "Upload Fragment Library";
wwStrings["wwDCConfigMaxFileText"] = "The maximum size of file that will be processed by Dynamic Converter.";
wwStrings["wwDCEditTemplateText"] = "Select the template that you would like to edit.";
wwStrings["wwAction"] = "Action";
wwStrings["wwSavedQueriesForUser"] = "Saved Queries for {1}";
wwStrings["wwSSNoFragmentLibraries"] = "No fragment libraries are available.";
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["wwSSAdminSiteAddressesPage"] = "Manage Web Site Addresses";
wwStrings["wwFeatureNameHeader"] = "Feature Name";
wwStrings["wwSSArchiveProvider"] = "Proxied Server:";
wwStrings["wwReleasedDate"] = "Released Date";
wwStrings["wwExpiringContent"] = "Expiring Content";
wwStrings["wwPreviewNavigationFrame"] = "Preview Navigation Frame";
wwStrings["wwSelectedCriteriaSubscriptionDesc"] = "\nYou are subscribed to all content items\nwith the following criteria:\n";
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["wwNoResultsForQuery"] = "Found no items out of {1} searched matching the query.";
wwStrings["wwSSContextMenuCheckedOutBy"] = "Checked out by user {1}";
wwStrings["wwProviderType"] = "Provider Type";
wwStrings["wwMoveFieldToMainInfo"] = "Move Field To Main Information";
wwStrings["wwLabelFormat"] = "Format:";
wwStrings["wwEditListTemplates"] = "Edit Content List Templates";
wwStrings["wwContentItemsForClbraWorkflow"] = "Content items for collaboration project {2q} in workflow {1q}";
wwStrings["wwSSArchivingStarted"] = "The archiving operation has been initiated for the archive shown below:";
wwStrings["wwSearchable"] = "Searchable:";
wwStrings["wwCmuBundleSourceHost"] = "Source";
wwStrings["wwSSBrowseBack"] = "Press \u003ca href=\"javascript:history.back()\"\u003ehere\u003c/a\u003e to return to the previous page.";
wwStrings["wwSearchLinks"] = "Search Links";
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["wwCheckinProfileTitle"] = "Content Check In Form for {1k}";
wwStrings["wwLdapAttribute"] = "LDAP Attribute";
wwStrings["wwSSActualNodeUsage"] = "Referenced in Sites:";
wwStrings["wwBeginQuote"] = "\'";
wwStrings["wwdExtension"] = "File Extension";
wwStrings["wwEntryPoint"] = "Entry Point:";
wwStrings["wwDBSearchZoneConfig"] = "Zone Fields Configuration";
wwStrings["wwLabelJdbcDriver"] = "JDBC Driver:";
wwStrings["wwCollaborationProjects"] = "Collaboration Projects";
wwStrings["wwRejectDocument"] = "Reject {1}";
wwStrings["wwDpLabelTag"] = "Profile";
wwStrings["wwWebResourcesLayouts"] = "Layout and Skin Web Resources";
wwStrings["wwAdvancedSearch"] = "Advanced...";
wwStrings["wwNumberLessEqual"] = "Less or Equal";
wwStrings["wwMoreEllipses"] = "more...";
wwStrings["wwSSLIncomingProviderDesc"] = "Configure an SSL incoming socket provider.";
wwStrings["wwIsInWorkflow"] = "Is In Workflow";
wwStrings["wwMinServerCompatibilityVersionEq"] = "Minimum Server Compatibility Build={1}";
wwStrings["wwLdapRolePrefixLabel"] = "Role Prefix:";
wwStrings["wwPortalSystemLinks"] = "Portal System Links";
wwStrings["wwSSDefaultAssetCategoryNameScript"] = "Scripts";
wwStrings["wwLabelJdbcUser"] = "JDBC User:";
wwStrings["wwSSSiteAddresses"] = "Web Site Addresses";
wwStrings["wwSSAdminSitesUpgradeNextButton"] = "Next&nbsp;&nbsp;&gt;";
wwStrings["wwSSLayoutUsingDocName"] = "Layouts Using Fragment Library";
wwStrings["wwVaultFileSize"] = "Vault File Size";
wwStrings["wwShowSearchTips"] = "Show Search Tips";
wwStrings["wwAdminPagesForInstance"] = "Administration Pages for {1}";
wwStrings["wwUserPersonalization"] = "User Personalization Settings";
wwStrings["wwNoSubscriptionsToView"] = "There are no subscriptions to view.";
wwStrings["wwOutgoingProviderDesc"] = "Configuring an outgoing provider.";
wwStrings["wwPostNewLabel"] = "Post Comment";
wwStrings["wwNotZoneHasAsWord"] = "Not Has Word";
wwStrings["wwRejectedBy"] = "Rejected By:";
wwStrings["wwSecurityGroup"] = "Security Group";
wwStrings["wwMiddleParents"] = "Middle Parents:";
wwStrings["wwLdapSourcePath"] = "Source Path";
wwStrings["wwMyWorkflowAssignments"] = "My Workflow Assignments";
wwStrings["wwFromInteger"] = "From";
wwStrings["wwNative"] = "Native";
wwStrings["wwSSAdminSitesUpgradeCancelButton"] = "Cancel Upgrade";
wwStrings["wwUninstallComponent"] = "Uninstall Component";
wwStrings["wwEditSavedQueries"] = "Edit Saved Queries";
wwStrings["wwSSDefaultAssetCategoryNameImage"] = "Images";
wwStrings["wwDCConfigServicesForIntradocumentLinksTitle"] = "Use Services For Intradocument Hyperlinks";
wwStrings["wwVerityLogs"] = "Verity Logs";
wwStrings["wwStandardSearchFormActionLabel"] = "Expanded Form";
wwStrings["wwSSNoObjectsAvailable"] = "No Content Items Available";
wwStrings["wwCurrentUrlLabel"] = "Current URL";
wwStrings["wwSSAdminMigrationAddImportArchivePage"] = "Add Import Archive";
wwStrings["wwCmuSectionLabel_workflowtokens"] = "Workflow Tokens";
wwStrings["wwLinkToMoreResults"] = "Link To More Results";
wwStrings["wwSortComponentsByName"] = "sort these components by name";
wwStrings["wwCmuEmailResults"] = "Email Results";
wwStrings["wwLicenseSupportHotline"] = "\nNote: For license support call the\nSupport Hotline at 888.688.8324 or\n952.903.2020\n";
wwStrings["wwSSStoppedSitesOption"] = "Stopped Web Sites ==============";
wwStrings["wwAddCollaboration"] = "Add collaboration project";
wwStrings["wwSpecifyHostName"] = "Please specify a value for the server host name.";
wwStrings["wwContentServerMessage"] = "Content Server Message";
wwStrings["wwSSBlankTargetCollectionName"] = "The transfer target collection must be specified.";
wwStrings["wwNoExpiringRevisions"] = "No expiring revisions found.";
wwStrings["wwPolish"] = "Polish";
wwStrings["wwMemoryMax"] = "Maximum memory";
wwStrings["wwErrTrace"] = "Error Trace";
wwStrings["wwAdminApplets"] = "Admin Applets";
wwStrings["wwRelativeWebRoot"] = "Relative Web Root";
wwStrings["wwSpLabelServerThread"] = "Server Thread Class:";
wwStrings["wwAdditionalComponents"] = "Additional Components";
wwStrings["wwPreviewPage"] = "Preview page with navigation frame and preview frame.";
wwStrings["wwCmuAdminUpload"] = "Upload Configuration Bundle";
wwStrings["wwCustomFieldsOptionGroup"] = "Custom";
wwStrings["wwCmuSectionLabel_contentprofilerules"] = "Content Profile Rules";
wwStrings["wwInfoCollaboration"] = "Information for collaboration project {1q}";
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["wwChinese-Simplified"] = "Chinese-Simplified";
wwStrings["wwUrlRedirFailedMsg"] = "Failed to resolve problem page. Redirecting to Site Studio Error Node";
wwStrings["wwCmuSectionDesc_predefinedaccounts"] = "Predefined Accounts Section";
wwStrings["wwJavaClasspath"] = "Java Classpath";
wwStrings["wwXuiPopupEmailBody"] = "";
wwStrings["wwCheckOut"] = "Check Out";
wwStrings["wwCheckedOutConByUser"] = "Content Checked Out By User";
wwStrings["wwClickToEnableComponents"] = "\u003ca href=javascript:document.ComponentEnableForm.submit()\u003eClick here\u003c/a\u003e to enable the component and go to the page to restart the server";
wwStrings["wwDocSrcInfo"] = "Document Source Information";
wwStrings["wwUnsubscribeFromItem"] = "Unsubscribe from Content Item";
wwStrings["wwSpecifyProviderDesc"] = "Please specify a value for \'Provider Description\'.";
wwStrings["wwErrorReadingComponentFile"] = "Error reading component information from: {1}";
wwStrings["wwSoapNameLabel"] = "Name:";
wwStrings["wwSubmitUpdate"] = "Submit Update";
wwStrings["wwNetworkAdminGroupDesc"] = "\nBy default, the Content Server maps the Domain\nAdmins NT group in the default master domain to the role admin. By\nsetting this value, a different NT group can be mapped to the admin role.\n";
wwStrings["wwAdsUserNameDesc"] = "\nThis is the name of the user the Active Directory calls should be made as.\nThis user must have rights to read from the Active Directory.  The name should\nbe in the form [domain]\\[userName].  Specifying the username and password\nshould be unnecessary if the server machine the web server is running on has\nread privileges to Active Directory.\n";
wwStrings["wwLabelAttachSelected"] = "Attach Selected:";
wwStrings["wwRemoveValueAndChildren"] = "Remove value {1} and dependent children";
wwStrings["wwIncomingProviderDesc"] = "Configuring an incoming provider.";
wwStrings["wwCmuSectionValue"] = "Value";
wwStrings["wwHideAdvancedOptionsQueryBuilder"] = "hide advanced options";
wwStrings["wwImage"] = "Image";
wwStrings["wwInvalidUserName"] = "The user name is invalid.";
wwStrings["wwWfStarted"] = "Workflow {1q} has been started.";
wwStrings["wwSSBackupRestoreTitle"] = "Backup / Restore Administration";
wwStrings["wwSSUsageLayout"] = "Layout";
wwStrings["wwLabelConfirmPassword"] = "Confirm Password:";
wwStrings["wwLdapEditProvider"] = "Edit LDAP Provider";
wwStrings["wwQueryBuilderOr"] = "OR";
wwStrings["wwSSDefaultAssetCategoryStylesheet"] = "all CSS stylesheets used in my site";
wwStrings["wwVerifyServerRemoval"] = "Are you certain you wish to remove this server from the Admin Server?";
wwStrings["wwLinkToPreviousResults"] = "Link To Previous Results";
wwStrings["wwCommonLinks"] = "Common Links:";
wwStrings["wwFilterDebug"] = "FILTER_DEBUG";
wwStrings["wwCmuDefinedExports"] = "Export Templates";
wwStrings["wwmyNativeFileLink"] = "Native File";
wwStrings["wwSpecialFieldsOptionGroup"] = "Special";
wwStrings["wwEnableAccounts"] = "Enable Accounts:";
wwStrings["wwDeleteQueryBuilderRow"] = "Delete Query Builder Row";
wwStrings["wwNetworkAdminGroup"] = "Network Admin Group";
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["wwSSConvertHyperlinks"] = "Convert Hyperlinks";
wwStrings["wwProviders"] = "Providers";
wwStrings["wwViewDocProbReports"] = "View Document Problem Reports";
wwStrings["wwSSDefaultDocPrimaryFilePpt"] = "default.ppt";
wwStrings["wwShowDefaultQuery"] = "Show Default Query";
wwStrings["wwLocalCopyNotSynced"] = "\nThe local copy of this content item has not been\nupdated to the latest revision.  Use \u003ci\u003eGet Native File\u003c/i\u003e or\n\u003ci\u003eCheck Out\u003c/i\u003e to update your local copy of \u003ci\u003e{1}\u003c/i\u003e.\n";
wwStrings["wwNoProblemReportsForCriteria"] = "There are no problem reports matching the criteria.";
wwStrings["wwTabbedTable"] = "Table with tabs.";
wwStrings["wwVerifyLicenseInfo"] = "\nVerify the license information shown in the\nfields below. Click the update button when you are finished.\n";
wwStrings["wwCmuContinueOnError"] = "Continue On Error";
wwStrings["wwDiscussionPageTitle"] = "Discussion on {1}";
wwStrings["wwKeepaliveOutgoingProviderDesc"] = "Configure a keepalive outgoing socket provider.";
wwStrings["wwTaminoNoMatchingSeg"] = "No document matches query.";
wwStrings["wwSSdDocName"] = "Content ID";
wwStrings["wwAttachAllUrlWeb"] = "URL - Web [Attach All]";
wwStrings["wwAdminTasksLabel"] = "Administrator Tasks:";
wwStrings["wwCmuLabelHide"] = "Hide";
wwStrings["wwPublisher"] = "Publisher";
wwStrings["wwAddDatabaseProvider"] = "Add Database Provider";
wwStrings["wwLabelSecurityGroup"] = "Security Group:";
wwStrings["wwSoapRequestParameters"] = "Request Parameters";
wwStrings["wwLdapAdminPassword"] = "LDAP Admin Password";
wwStrings["wwClear"] = "Clear";
wwStrings["wwUpdateLicenseForServer"] = "Update License for {1}";
wwStrings["wwHelp"] = "Help";
wwStrings["wwCmuImportOnly"] = "Import Only";
wwStrings["wwSSArchiveName"] = "Archive Name:";
wwStrings["wwWfName"] = "Workflow";
wwStrings["wwSCORE"] = "Score";
wwStrings["wwSSContextMenuDocUsage"] = "View Web Site Usage Report";
wwStrings["wwSelectAField"] = "Select a Field";
wwStrings["wwCurrentlyDisabledComponents"] = "Currently Disabled Components";
wwStrings["wwPasswordNotConfirmed"] = "\nThe new password was not correctly confirmed.\nMake sure the confirmation password exactly matches the new password.\n";
wwStrings["wwSoapUpdateRequestParameters"] = "Update Request Parameters";
wwStrings["wwCmuExportName"] = "Name";
wwStrings["wwDiscussionCountInfo"] = "({1} - {2} item{2?s})";
wwStrings["wwXuiItemsShown"] = "Items {1}-{2} of {3}";
wwStrings["wwTitleEnabledComponents"] = "Enabled Components:";
wwStrings["wwDefaultMasterDomain"] = "Default Master Domain";
wwStrings["wwVerifyProviderDelete"] = "Are you sure you wish to delete this provider?";
wwStrings["wwDCConfigDefTemplateCol1"] = "Template";
wwStrings["wwHasAsWordPrefix"] = "Has Prefix";
wwStrings["wwIdcAdminServerPort"] = "Port number";
wwStrings["wwCmuBuildComponents"] = "Build Components";
wwStrings["wwTopParent"] = "Top Parent:";
wwStrings["wwAddNewCustomListTemplate"] = "Add new custom template...";
wwStrings["wwSSUsageCountOne"] = "Found {1} occurrence";
wwStrings["wwJspServerProviderInfo"] = "JSP Provider Info for";
wwStrings["wwVaultDir"] = "Vault Directory";
wwStrings["wwSSDefaultAssetCategoryNameCustomElementForm"] = "Custom Element Forms";
wwStrings["wwSpecifyReleaseDate"] = "Please specify a release date.";
wwStrings["wwSSDefaultAssetCategoryNameManagerSettings"] = "Manager Configuration Settings";
wwStrings["wwCmuBundleName"] = "Name";
wwStrings["wwFullAccess"] = "Full Access";
wwStrings["wwConnectionClass"] = "Connection Class";
wwStrings["wwLdapProviderInformationTitle"] = "LDAP Provider Information for";
wwStrings["wwSSAdminLayoutUpgradesRemaining"] = "Layouts Remaining:";
wwStrings["wwLdapSpecifySourcePath"] = "Please specify a value for the source path.";
wwStrings["wwCouldNotLoadNativeVersion"] = "\u003cem\u003eunknown\u003c/em\u003e";
wwStrings["wwLabelReleaseDate"] = "Release Date:";
wwStrings["wwSpecialIntegrations"] = "Special Integrations";
wwStrings["wwMoveUp"] = "Move Up";
wwStrings["wwAdsAuthMethod"] = "Authorization Method";
wwStrings["wwCmuActionEventMessageLabel"] = "Message";
wwStrings["wwShowAdvancedOptionsQueryBuilder"] = "show advanced options";
wwStrings["wwWfReviewInfoMsg"] = "Use the links below to see more info about this item, or the status of the workflow.";
wwStrings["wwFormSubmissionSuccess"] = "Form Submission Success";
wwStrings["wwAutomated"] = "Automated";
wwStrings["wwMatches"] = "Matches";
wwStrings["wwCmuActionLabelEdit"] = "Edit";
wwStrings["wwStandardSearchFormLabel"] = "Expanded";
wwStrings["wwViewLocalizationAudit"] = "Localization Auditing";
wwStrings["wwDBActiveConnection"] = "Active Database Connections";
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["wwCreateThumbnailViewSearchResultTemplate"] = "Create Thumbnail View Search Result Template";
wwStrings["wwNotifyTargetDesc"] = "\nUse this option if you are the proxied server in a master and proxied server relationship. The \u003ci\u003eUsers\u003c/i\u003e subject\ngives the master server\'s web server access to the security configuration of this server and guarantees that its copy is kept up to date.\nIt should be checked if you wish static content on the proxied server to be directly available through the master server\'s web server.\nThe \u003ci\u003eReleased Documents\u003c/i\u003e subject should be checked if you wish to perform an enterprise search from the master server which\nincludes this proxied server.\n";
wwStrings["wwNoProblemReportForItem"] = "There are no problem reports for this content item.";
wwStrings["wwSSDefaultAssetCategoryDataFile"] = "all XML contribution region files used in my site";
wwStrings["wwManualRegistration"] = "Manual Registration";
wwStrings["wwInstanceDirectory"] = "Instance Directory";
wwStrings["wwContentExpiredAfter"] = "Content expired after \u003cbr\u003e {1t}";
wwStrings["wwClbraCreatedBy"] = "Created By";
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["wwWfEnterTs"] = "Enter Date";
wwStrings["wwUnregisterWorkflow"] = "Unregister Workflow";
wwStrings["wwSelectContentServer"] = "Select the Content Server";
wwStrings["wwCmuConfirmUnsavedExit"] = "All changes will be lost. Continue?";
wwStrings["wwDCConfigRenditionText"] = "The rendition of a content item to be converted.";
wwStrings["wwPreviewPage2"] = "Preview page with preview frame.";
wwStrings["wwAdsUseBasicGroups"] = "ADSI";
wwStrings["wwSSMissingDomainErr"] = "A web site address must be specified.";
wwStrings["wwInstanceName"] = "Instance Name";
wwStrings["wwUserProfile"] = "User Profile";
wwStrings["wwDigestFor"] = "SHA1 Digest for {1}";
wwStrings["wwEntHome"] = "Enterprise Home";
wwStrings["wwSSDefaultAssetCategoryScript"] = "all client side script files used in my site";
wwStrings["wwSearchDesc"] = "Allows you to search for content.";
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["wwTurkish"] = "Turkish";
wwStrings["wwQuickHelpHeaderLinkText"] = "quick help";
wwStrings["wwThreadInfoDetails"] = "Thread Details";
wwStrings["wwSpecifyDocTypeToAdd"] = "Please specify a document type to add.";
wwStrings["wwGetCopyAccess"] = "Allow get copy for user with read privilege";
wwStrings["wwUninstall"] = "Uninstall";
wwStrings["wwCmuSectionLabel_docformats"] = "Content Formats";
wwStrings["wwViewLog"] = "View Web Server Filter Log";
wwStrings["wwOptionalSearchCollections"] = "Optional Search Collections";
wwStrings["wwMinorRevLabel"] = "Minor Revision Label Sequence:";
wwStrings["wwUserProfileLinks"] = "User Profile Links";
wwStrings["wwdDocTitle"] = "Title";
wwStrings["wwCmuNoteLabel"] = "Note";
wwStrings["wwSpecifySecGroup"] = "Please specify a security group.";
wwStrings["wwCriteriaSubscriptionDesc"] = "Items with the following criteria:";
wwStrings["wwLabelAttachAll"] = "Attach All:";
wwStrings["wwServerComponents"] = "Server Components";
wwStrings["wwAuditMessage"] = "Audit Messages";
wwStrings["wwGeneralInfo"] = "General Information";
wwStrings["wwGcTime"] = "Time for garbage collection";
wwStrings["wwAdsUserName"] = "User Name";
wwStrings["wwRequiresRestart"] = "Requires Restart";
wwStrings["wwTestQuery"] = "Test Query";
wwStrings["wwSSArchiveOpRestore"] = "Restore";
wwStrings["wwClassesDir"] = "Classes Directory";
wwStrings["wwCmuTaskNameRequired"] = "Task name required.";
wwStrings["wwFeatureVersionHeader"] = "Version";
wwStrings["wwDCEditTemplateTextCol1"] = "Template";
wwStrings["wwRegisterUser"] = "Register User";
wwStrings["wwNumBytesPerChar"] = "Number of Bytes Per Character";
wwStrings["wwSSEditArchiveButton"] = "Update";
wwStrings["wwContentManagerLinks"] = "Content Manager Links";
wwStrings["wwNativeVersion"] = "Native Version";
wwStrings["wwClbraAddDescription"] = "\nIn the fields below, collaboration project information that will be displayed and used on check in and update pages\n\tmay be modified. The name and description are used to give a way of identifying the collaboration project to the user.\n\tIn particular, the collaboration name will be used on check in pages in conjunction with the access list.\u003cbr\u003e\u003cbr\u003e\n\n\tThe user access list is used to determine what kind of privileges users have for the collaboration project and content.\n\tA user with admin privilege, (A), has the rights to edit the project. A user with write privilege, (W), has rights to\n\tcheck content into the collaboration project. A user with read privilege, (R), has rights to search and view the content.\n";
wwStrings["wwActionsLabel"] = "Actions:";
wwStrings["wwListTemplateCantMoveOptionToText1"] = "Unable to add \'{1}\' to your list of Main Information. If you would like to use this field, please add it to Additional Information.";
wwStrings["wwGetCollabList"] = "Get Collaboration List";
wwStrings["wwSSAdminUpgradePreviewPage"] = "Upgrade Content Items";
wwStrings["wwNynorsk"] = "Nynorsk";
wwStrings["wwLicenseSignature"] = "License Signature";
wwStrings["wwConfirmPassword"] = "Confirm Password";
wwStrings["wwTotalThreads"] = "Total Threads: {1}";
wwStrings["wwUnsubscribe"] = "Unsubscribe";
wwStrings["wwSocketServerAddress"] = "Server socket address";
wwStrings["wwSSDefaultAssetCategoryCustomElementForm"] = "all custom element forms used in my site";
wwStrings["wwUpdateCheckin"] = "Update with Check In";
wwStrings["wwDeutsch"] = "Deutsch";
wwStrings["wwSoapAddComplexType"] = "Add Complex Type";
wwStrings["wwActions"] = "Actions";
wwStrings["wwPreviewNavigation"] = "Preview";
wwStrings["wwFullAccessDescription"] = "Log in to use the content server with your full access privileges";
wwStrings["wwEnds"] = "Ends";
wwStrings["wwTestEmailFormCcRecipients"] = "Cc:";
wwStrings["wwSearchProviders"] = "Search Providers";
wwStrings["wwIdcStringBuilderCapacityChanges"] = "IdcStringBuilder capacity changes: {1i} per million";
wwStrings["wwSpecifyInstanceName"] = "Please specify a value for the instance name.";
wwStrings["wwProblemReportInformation"] = "Problem Report Information";
wwStrings["wwLdapUseNetscape"] = "Use Netscape SDK";
wwStrings["wwSSDefaultHomeLabel"] = "Home";
wwStrings["wwLdapIsPrimaryUserBase"] = "Primary User Base";
wwStrings["wwTaminoNoResultsForNamedQuery"] = "No search results for query {1}.";
wwStrings["wwBrowserCannotLaunchTemplateEditor"] = "This browser does not support launching the Template Editor.";
wwStrings["wwActiveIndex"] = "Active Index";
wwStrings["wwFormCheckoutMsg"] = "\nYou have checked out a form. To check in the\nform, click on the link below, make your changes, and press\nthe Submit button.\n";
wwStrings["wwRenditionsLabel"] = "Renditions:";
wwStrings["wwClbraViewDocs"] = "View Content";
wwStrings["wwTempConvCriteriaMissing"] = "Criteria is missing for criteria";
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["wwWfInQueueFor"] = "Workflow In Queue for {1}";
wwStrings["wwPrjUnregisterAll"] = "Unregister All";
wwStrings["wwEOQueryConverter"] = "Query Converter";
wwStrings["wwLdapUserProviderDesc"] = "Configuring an LDAP user provider.";
wwStrings["wwSSBackupServerConfigDetailsPageTitle"] = "Server Configuration Details";
wwStrings["wwWorkflowStartedNotification"] = "Workflow Started Notification";
wwStrings["wwSSMissingSiteErr"] = "Please choose a web site.";
wwStrings["wwAdministration"] = "Administration";
wwStrings["wwLabelDatabaseName"] = "Database Name:";
wwStrings["wwSSSectionLabel"] = "Section:";
wwStrings["wwIdcLanguage"] = "Language";
wwStrings["wwWeb"] = "Web";
wwStrings["wwClearLocalizationAudit"] = "Clear auditing";
wwStrings["wwSSLayoutFragmentLibsDetail"] = "Lists fragment libraries used by the layouts of the web site";
wwStrings["wwSubscribe"] = "Subscribe";
wwStrings["wwLogOptions"] = "Log Options";
wwStrings["wwCmuSectionLabel_emtpysection"] = "";
wwStrings["wwNoRevsCheckedOut"] = "There are no revisions checked out.";
wwStrings["wwWfActionHistory"] = "Workflow Content Action History";
wwStrings["wwDCEditTemplates"] = "Edit Templates";
wwStrings["wwEnableDownloadApplet"] = "Enable Download Applet:";
wwStrings["wwNewDocType"] = "New Document Type";
wwStrings["wwWorkflowAdmin"] = "Workflow Admin";
wwStrings["wwEnvironmentKeyDetails_show_replaced"] = "Show";
wwStrings["wwSSWebsiteDocsDetail"] = "Lists documents declared to belong to the web site";
wwStrings["wwNotifiedSubjects"] = "Notified Subjects";
wwStrings["wwLdapConnectionTimeout"] = "Connection timeout";
wwStrings["wwDatabaseNumReadActions"] = "Number of Read Actions: {1}";
wwStrings["wwSubscriptionGroupTable"] = "Table containing a list of subscription groups";
wwStrings["wwAccountFilter"] = "Account Filter:";
wwStrings["wwAdsUseNestedGroups"] = "ADSI with nested groups";
wwStrings["wwNoRevisions"] = "This content item has no released revisions.";
wwStrings["wwNumberGreaterEqual"] = "Greater or Equal";
wwStrings["wwUseFullGroupName"] = "Use Full Group Names";
wwStrings["wwTitleDisabledComponents"] = "Disabled Components:";
wwStrings["wwSSUsageHideAll"] = "Hide All";
wwStrings["wwLabelType"] = "Type:";
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["wwSpLabelKeystoreAlias"] = "Alias:";
wwStrings["wwDefaultValNotInList"] = "The default value is not in the option list. The default value cannot be deleted.";
wwStrings["wwEditIncomingProvider"] = "Edit Incoming Provider";
wwStrings["wwSpecifyNumberForResults"] = "Please enter a number for results per page.";
wwStrings["wwPublisherProblemReportNotification"] = "Publisher Problem Report Notification";
wwStrings["wwSSAdminMigrationEditImportArchivePage"] = "Edit Import Archive";
wwStrings["wwConversionError"] = "Conversion Error:";
wwStrings["wwButtonEnable"] = "\u003c\u003c Enable";
wwStrings["wwRepositoryManager"] = "Repository Manager";
wwStrings["wwOptionList"] = "Option List";
wwStrings["wwWorkflows"] = "Workflows";
wwStrings["wwReject"] = "Reject";
wwStrings["wwRefineryProviderReadOnly"] = "Inbound Refinery Read Only Mode";
wwStrings["wwProductHome"] = "{1} Home";
wwStrings["wwSSManageWebSiteBackupsButton"] = "Manage Web Site Backups";
wwStrings["wwSSContextMenuDataFileNotDefined"] = "Data file not defined";
wwStrings["wwCheckinExistingTemplate"] = "Check In Existing Template";
wwStrings["wwMap"] = "Map";
wwStrings["wwArchiverImportRevisionBeingImported"] = "Revision Being Imported";
wwStrings["wwHttpServerAddress"] = "HTTP Server Address";
wwStrings["wwFilterDepth"] = "Depth";
wwStrings["wwMyCheckedOutContent"] = "My Checked-Out Content";
wwStrings["wwLmDefaultSkin"] = "Classic";
wwStrings["wwEtcDir"] = "Unix \'etc\' Log Directory";
wwStrings["wwFormats"] = "Formats";
wwStrings["wwOSServiceName"] = "Service Name";
wwStrings["wwDisableGzipCompression"] = "Disable GZIP Compression";
wwStrings["wwArchiver"] = "Archiver";
wwStrings["wwDCTemplateRulesNewLabel"] = "New rule name:";
wwStrings["wwComponentUninstallComfirmMsg"] = "Are you sure you want to uninstall the component?";
wwStrings["wwNumEnabledComponents"] = "Number of Enabled Components";
wwStrings["wwCmuActionHistory"] = "Action History";
wwStrings["wwSSDisplayWebsitesMenuLabel"] = "Web Sites";
wwStrings["wwMetadataOnly"] = "Metadata Only";
wwStrings["wwDownloadApplet"] = "Download Applet";
wwStrings["wwProblemReport"] = "Problem Report";
wwStrings["wwDatabaseVersionLabel"] = "Database Version:";
wwStrings["wwCmuExportAction"] = "Export";
wwStrings["wwDutch"] = "Dutch";
wwStrings["wwFormSubmissionError"] = "Form Submission Error";
wwStrings["wwSSShowServerDetailsButton"] = "Show Server Details";
wwStrings["wwHelpDesc"] = "Gives you access to the online documentation for {1}";
wwStrings["wwWorkflowInfoForItem"] = "Workflow Info For Item {1q}";
wwStrings["wwVerifySerialNumberIsCorrect"] = "\nNext, verify that the serial number below matches the number\nshown on the registration information form shipped with your product.\n";
wwStrings["wwPersonalCheckinLinks"] = "Personal Check In Links";
wwStrings["wwThreadInfo"] = "Thread Information";
wwStrings["wwCmuSectionLabel_admintargetedquicksearches"] = "Targeted Quick Searches";
wwStrings["wwLabelServerHostName"] = "Server Host Name:";
wwStrings["wwSubscriptionTable"] = "Table containing a list of subscriptions";
wwStrings["wwDisableGzipCompressionDesc"] = "By default, the content server compresses the HTML response pages for performance reasons. You may wish to disable it if  CGI_RECEIVE_DUMP or CGI_DEBUG is enabled.";
wwStrings["wwXuiDefaultTemplate"] = "Classic View";
wwStrings["wwViewSubscriptionInfo"] = "View Info";
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["wwCheckedOutBy"] = "Checked Out By";
wwStrings["wwCmuExportActions"] = "Actions";
wwStrings["wwUseOptions"] = "Use Options:";
wwStrings["wwUpload"] = "Upload";
wwStrings["wwSSDefaultAssetCategoryValidationScript"] = "all validation scripts used in my site";
wwStrings["wwMyViewLabel"] = "My View:";
wwStrings["wwSoapUpdateResponseParameters"] = "Update Response Parameters";
wwStrings["wwClickLinkToLogin"] = "Click the link below to log in.";
wwStrings["wwXuiId"] = "ID";
wwStrings["wwUseXWindowsTitle"] = "Use X-Windows for Rasterization";
wwStrings["wwSpNeedClientAuth"] = "Require Client Authentication";
wwStrings["wwListTemplateCannotContainSpaces"] = "The ID may not contain spaces.";
wwStrings["wwxWebsites"] = "Web Sites";
wwStrings["wwdCreateDate"] = "Create Date";
wwStrings["wwSpWantClientAuth"] = "Request Client Authentication";
wwStrings["wwSSBackupArchiveInfoPageTitle"] = "Backup Archive Information";
wwStrings["wwSoapResponseParameters"] = "Response Parameters";
wwStrings["wwCmuCustomActionName"] = "Use Custom Output Bundle Filename";
wwStrings["wwUserNames"] = "User Names";
wwStrings["wwAdminActions"] = "Actions:";
wwStrings["wwFinalizationTime"] = "Finalization time";
wwStrings["wwSSActions"] = "Info";
wwStrings["wwProviderConnection"] = "Provider Connection";
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["wwCheckInConfirmation"] = "Check In Confirmation for {1q}";
wwStrings["wwInternetFullTextSearchDesc"] = "Enter search terms";
wwStrings["wwCommentOnRevision"] = "(comment on revision \u003ca href=\"{1}?IdcService=DOC_INFO&dDocName={4}&dID={2}\"\u003e{3}\u003c/a\u003e)";
wwStrings["wwContentMetadata"] = "Content Metadata";
wwStrings["wwSpecifyAuthor"] = "Please specify an author.";
wwStrings["wwExpDate"] = "Expiration Date";
wwStrings["wwEmailFormatHtml"] = "html";
wwStrings["wwArchiverImportMovedToExceptionArchive"] = "The Document Has Been Copied To An Exceptions Archive";
wwStrings["wwLabelSearchTemplate"] = "Search Template:";
wwStrings["wwButtonDisable"] = "Disable \u003e\u003e";
wwStrings["wwTargetedQuickSearchEditOption"] = "Edit...";
wwStrings["wwSSRestoreArchiveDescription"] = "Restore Archive on {1}";
wwStrings["wwSpecifyRevision"] = "Please specify a revision label.";
wwStrings["wwPersonalConfiguration"] = "Personal Configuration";
wwStrings["wwSSUniqueNodeCounter"] = "Unique Section Counter Value:";
wwStrings["wwSeverity"] = "Severity";
wwStrings["wwProjectName"] = "Publisher Project Name:";
wwStrings["wwDTMMessage"] = "Distributed Task Manager Message";
wwStrings["wwSSInstallSETab"] = "Before you contribute to a Stellent Site Studio web site using Mozilla Firefox, you need to install the SE Tab Firefox extension.";
wwStrings["wwListTemplateCustomIdocDescription"] = "Idoc Script entered into this field is evaluated and included before the table is displayed.";
wwStrings["wwMyView"] = "My View";
wwStrings["wwSSDownloadArchiveButton"] = "Download ZIP";
wwStrings["wwUserName"] = "User Name";
wwStrings["wwDigestOnly"] = "Digests Only";
wwStrings["wwCmuSectionLabel_usermetadef"] = "User Metadata";
wwStrings["wwSpLabelKeystoreAliasPassword"] = "Alias password:";
wwStrings["wwSchemaNotStableWarning_update"] = "Choice lists are not fully loaded.  Continue update?";
wwStrings["wwContentActionsMenuItem"] = "Content Actions";
wwStrings["wwLastRequestDate"] = "Last Request Date:";
wwStrings["wwCmuImportPreview"] = "Preview";
wwStrings["wwGetNativeFile"] = "Get Native File";
wwStrings["wwNoResultsForQueryPlain"] = "Found no items matching the query.";
wwStrings["wwLabel"] = "Label";
wwStrings["wwDatabaseTypeLabel"] = "Database Type";
wwStrings["wwSearchProbReports"] = "Search Problem Reports";
wwStrings["wwSSContextMenuDocInfo"] = "Document Info";
wwStrings["wwCachedCheckinItemsTable"] = "Table containing cached checked-in items list";
wwStrings["wwSSChooseWebsitesTitle"] = "Browsing";
wwStrings["wwGeneratedBy"] = "Generated By:";
wwStrings["wwSSAdminMigrationPage"] = "Manage Site Replication";
wwStrings["wwHeaderProductName"] = "Content Server";
wwStrings["wwSSPagePrimary"] = "primary";
wwStrings["wwSSBackupConfirmRestore"] = "Are you sure you want to restore the contents of this backup archive?";
wwStrings["wwSSDefaultDocPrimaryFileTxt"] = "default.txt";
wwStrings["wwLdapSourcePathLabel"] = "Source Path:";
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["wwWorkflowNotification"] = "Workflow Notification";
wwStrings["wwQueryBuilder"] = "Query Builder";
wwStrings["wwCmuImportPreviewTitle"] = "Import Preview";
wwStrings["wwDCConfigEnableOptimizedLatestReleaseQueryingText"] = "This option permits reconversion of content items when their metadata is updated.";
wwStrings["wwSSActionsColumnHeader"] = "Actions";
wwStrings["wwSubmit"] = "Submit";
wwStrings["wwAdvancedOptions"] = "Advanced Options";
wwStrings["wwSSArchiveTransferArchive"] = "Transfer to Archive:";
wwStrings["wwDatabaseType"] = "Database Type";
wwStrings["wwCheckinTemplateTemplateType"] = "Template Type";
wwStrings["wwDCTemplateRulesTemplateCol3"] = "Template Types";
wwStrings["wwWfAssignmentMsg"] = "You have been assigned to the following workflow step:";
wwStrings["wwSSArchiveTransferProvider"] = "Transfer to Server:";
wwStrings["wwIntradocDir"] = "Install Directory";
wwStrings["wwSpecifyTestQuery"] = "Please specify a test query for this provider.";
wwStrings["wwSSDefaultDocPpt"] = "Microsoft PowerPoint 97-2003 Presentation";
wwStrings["wwXuiThumbnail"] = "Thumbnail View";
wwStrings["wwSSRunningSitesOption"] = "Running Web Sites ==============";
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["wwSSDeleteArchiveButton"] = "Delete";
wwStrings["wwSSDefaultDocPrimaryFileFm"] = "default.fm";
wwStrings["wwContentItemsForWorkflow"] = "Content Items For Workflow {1q}";
wwStrings["wwSSSelectSiteOption"] = "\u003c\u003c\u003c Select a Web Site \u003e\u003e\u003e";
wwStrings["wwFormSubmitted"] = "Your form has been submitted.";
wwStrings["wwSSCertCheckButtonLabel"] = "Check";
wwStrings["wwLabelState"] = "State:";
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["wwSSComponentVersion"] = "Component Build Version:";
wwStrings["wwSSIsPrimary"] = "Page";
wwStrings["wwSoapWsdlInfo"] = "Wsdl Information";
wwStrings["wwStandardFieldsOptionGroup"] = "Standard";
wwStrings["wwListTemplateIdHeader"] = "ID";
wwStrings["wwShowDetails"] = "Show Details";
wwStrings["wwUsernameAlreadyInUse"] = "The user {1q} is already being used.";
wwStrings["wwLabelTotalDocsCaptured"] = "Total Captured In Archive:";
wwStrings["wwListTemplateMustSelectColumns"] = "Please select at least one column.";
wwStrings["wwDownloadConfirmation"] = "Download Confirmation";
wwStrings["wwFieldName"] = "Field Name";
wwStrings["wwSpConnectionTimeout"] = "Connection Timeout";
wwStrings["wwUserSuccessfullyRegistered"] = "The user {1q} was successfully added to the database.";
wwStrings["wwEnableNtlmSecurityLabel"] = "Use Microsoft Security:";
wwStrings["wwGreek"] = "Greek";
wwStrings["wwDefaultTargetedQuickSearchLabel"] = "Targeted Quick Searches";
wwStrings["wwEnableUploadApplet"] = "Enable upload applet";
wwStrings["wwStopLocalizationAudit"] = "Stop auditing";
wwStrings["wwSSSiteReportFor"] = "Web Site Objects Report for \'{1}\'";
wwStrings["wwSharedClusterNode"] = "Shared Cluster Node (Master or Proxy)";
wwStrings["wwSSLayoutFragmentsDetail"] = "Lists fragments used by the layouts of the web site";
wwStrings["wwHideDetails"] = "Hide Details";
wwStrings["wwSSViewSiteInContext"] = "View Web Site in Context";
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["wwComponentInstallPage"] = "Component Install Page";
wwStrings["wwDelete"] = "Delete";
wwStrings["wwRefineryProviderMaxJob2"] = "Maximum Jobs to Queue:";
wwStrings["wwSSDefaultDocVsd"] = "Microsoft Visio Document";
wwStrings["wwWfLastAction"] = "Last Action";
wwStrings["wwHttpRelativeCgiRoot"] = "Http Relative Cgi Root";
wwStrings["wwAnyAddress"] = "Any Address";
wwStrings["wwUseShortIndexName"] = "Use Short Index Name";
wwStrings["wwSSAdminStopSite"] = "Stop Web Site";
wwStrings["wwSortBy"] = "Sort By:";
wwStrings["wwToInteger"] = "To";
wwStrings["wwBriefContentLabel"] = "Brief Content Info:";
wwStrings["wwLdapServerLabel"] = "LDAP Server:";
wwStrings["wwReturnToComponentMgrAfterUninstall"] = "\u003ca href=javascript:document.SetRestartRequiredForm.submit()\u003eClick here\u003c/a\u003e to return to the Component Manager";
wwStrings["wwIllegalCharsInUserName"] = "\nUnable to add the user.\nSpecial characters are not allowed in user name.\n";
wwStrings["wwDiscussionInfoLabel"] = "Discussion Info";
wwStrings["wwEnable"] = "Enable";
wwStrings["wwCmuSectionLabel_workflowscripts"] = "Workflow Scripts";
wwStrings["wwCachedCheckinInfo"] = "Cached Check In Information";
wwStrings["wwSSAdminSitesUpgradePage"] = "Upgrade Legacy Web Sites";
wwStrings["wwServerFileEncodingLabel"] = "Server File Encoding:";
wwStrings["wwDCConfigAlertInvalidIntegerCriteria"] = "Please specify a positive integer value for the Rule Criteria.";
wwStrings["wwCmuSectionLabel_applicationfields"] = "Application Fields";
wwStrings["wwWorkflowName"] = "Workflow Name";
wwStrings["wwSSShowProjectStates"] = "Show Project States";
wwStrings["wwJspRevisionIsWebless"] = "The content item may be in webless storage.";
wwStrings["wwDCConfigFileExtTitle"] = "File Extension";
wwStrings["wwLabelClusterNodeName"] = "Cluster Node Name:";
wwStrings["wwmyViewDescription"] = "Description";
wwStrings["wwCmuExportDescription"] = "Description";
wwStrings["wwCoreFieldsOptGroupLabel"] = "Standard";
wwStrings["wwDiscussionFullInfoLinkLabel"] = "[Full Info]";
wwStrings["wwContributionUsers1"] = "Contribution 1";
wwStrings["wwMoveFieldToAvailFields"] = "Move Field to Available Fields";
wwStrings["wwDocInfoFull"] = "Full";
wwStrings["wwSSNodeLayoutsDetail"] = "Lists layouts referenced by sections of the web site";
wwStrings["wwSSAdminSitesUpgradeAdvancedPage"] = "Advanced Upgrade Options";
wwStrings["wwInstall"] = "Install";
wwStrings["wwDCConfigFontPathTitle"] = "Font Path";
wwStrings["wwCheckinFormInvalidFile"] = "Please check the file path. It may be invalid.";
wwStrings["wwWfActionTs"] = "Action Date";
wwStrings["wwLdapUseFullGroupNameLabel"] = "Use Full Group Name:";
wwStrings["wwCmuActionEventTable"] = "Configuration Migration Action Events";
wwStrings["wwSSDefaultAssetCategoryNativeDocument"] = "all native contribution region files used in my site";
wwStrings["wwPortuguese"] = "Portuguese";
wwStrings["wwContentServerRequestFailed"] = "Content Server Request Failed";
wwStrings["wwCmuExport"] = "Configuration Templates";
wwStrings["wwVerityHomePage"] = "Verity Home Page";
wwStrings["wwSocketHostNameSecurityFilter"] = "Server Hostname Filter";
wwStrings["wwCmuSectionLabel_docmetadef"] = "Content Metadata";
wwStrings["wwGenericResultSetTable"] = "Generic table containing data.";
wwStrings["wwWebUrlMaps"] = "WebUrlMaps";
wwStrings["wwJspServerWebAppAdminPage"] = "JSP Web App Administration Page";
wwStrings["wwIsClbraDoc"] = "Is Collaboration Project";
wwStrings["wwCollaboration"] = "Collaboration Project";
wwStrings["wwCmuSectionLabel_predefinedaccounts"] = "Predefined Accounts";
wwStrings["wwRegisterOnline"] = "Register Online";
wwStrings["wwSSBackupDeleteMenuItem"] = "Delete backup archive";
wwStrings["wwSpecifyResultsPerPage"] = "Please specify a value for the number of results per page.";
wwStrings["wwCmuActionLabelDownloadBundle"] = "Download";
wwStrings["wwContentItemCheckOut"] = "Content Item Check Out";
wwStrings["wwWebViewableRendition"] = "Web-Viewable File";
wwStrings["wwSpecifyJdbcPassword"] = "Please specify password for this JDBC connection.";
wwStrings["wwDocumentInfo"] = "Content Information";
wwStrings["wwAdminSuspendIndexUpdate"] = "Suspend index update";
wwStrings["wwSSShowConstituentDocuments"] = "View Web Site Objects Report";
wwStrings["wwCmuActionLabelImport"] = "Import";
wwStrings["wwAttributeMap"] = "Attribute Map";
wwStrings["wwDBProviderDesc"] = "Configuring a database provider.";
wwStrings["wwWorkflowInQueue"] = "Workflow In Queue";
wwStrings["wwOptionsForServer"] = "Options for {1}";
wwStrings["wwMoveFieldToCols"] = "Move Field to Columns";
wwStrings["wwCheckOutInfo"] = "Check Out Information";
wwStrings["wwRevisionHistoryFor"] = "Revision History for {1q}";
wwStrings["wwXuiHide"] = "Hide";
wwStrings["wwNone"] = "None";
wwStrings["wwSSRemoveArchiveConfirm"] = "Are you sure you want to delete the selected archive?";
wwStrings["wwSystemConfiguration"] = "System Configuration";
wwStrings["wwCustomize"] = "Customize";
wwStrings["wwSearchFormType"] = "Search Form Type";
wwStrings["wwSSProjectDefaultMetadataNote"] = "Specify default Document Information that will be applied to Site Studio projects.";
wwStrings["wwAttach"] = "Attach";
wwStrings["wwSearchOptions"] = "Search Options:";
wwStrings["wwSSAdminSitesUpgradeItemsRemaining"] = "Items Remaining:";
wwStrings["wwFalse"] = "FALSE";
wwStrings["wwDCEditTemplateTextCol2"] = "Available Templates";
wwStrings["wwDatabaseName"] = "Database Name";
wwStrings["wwSSUpgradeDataFiles"] = "Upgrade Data Files";
wwStrings["wwCmuSectionLabel_roles"] = "Roles";
wwStrings["wwDocInfoTitle"] = "Content Information";
wwStrings["wwCmuDefineExport"] = "Define template";
wwStrings["wwEnableKeywordHighlighting"] = "Enable search keyword highlighting";
wwStrings["wwdInDate"] = "Release Date";
wwStrings["wwCmuAdminBundlePage"] = "Configuration Bundles Page";
wwStrings["wwSSSiteNamePrompt"] = "Web Site:";
wwStrings["wwLdapSpecifyServer"] = "Please specify a value for the LDAP server.";
wwStrings["wwActionDate"] = "Action Date";
wwStrings["wwStandardSearch"] = "Standard Search";
wwStrings["wwServerHostnameFilter"] = "Server Hostname Filter:";
wwStrings["wwSSUsageLocation"] = "Usage Location";
wwStrings["wwSSDefaultDocFm"] = "Adobe Frame Maker";
wwStrings["wwSSAdminDefaultMetadataPage"] = "Set Default Project Document Information";
wwStrings["wwSoapWsdlList"] = "Wsdl List";
wwStrings["wwSSUsageShowAll"] = "Show All";
wwStrings["wwCheckedOutContentForUser"] = "Checked-Out Content for {1}";
wwStrings["wwProductContentMgr"] = "{1} Content Manager";
wwStrings["wwSSWebsiteObjectTypeField"] = "Web Site Object Type Field:";
wwStrings["wwAttachNativeFile"] = "Attach Native File";
wwStrings["wwAttachAllUrlNative"] = "URL - Native [Attach All]";
wwStrings["wwDataDir"] = "Server Data State Directory";
wwStrings["wwdConvJobID"] = "Conversion Job ID";
wwStrings["wwTitleBatchService"] = "Batch Service Results";
wwStrings["wwFinnish"] = "Finnish";
wwStrings["wwDpOrderNotInteger"] = "The specified order is not an integer.";
wwStrings["wwDownloadNativeAppletName"] = "Download Native";
wwStrings["wwSSAdminSitesUpgradePauseButton"] = "Pause Upgrade";
wwStrings["wwRegistrationStart"] = "Registration Start";
wwStrings["wwXuiCustomTemplate"] = "My View";
wwStrings["wwStartedBy"] = "Started By:";
wwStrings["wwCheckOutConfirm"] = "Check Out Confirmation";
wwStrings["wwTraysLayoutLabel"] = "Trays";
wwStrings["wwAttachLinkToNative"] = "Attach Link to Native";
wwStrings["wwCheckedOutContent"] = "Checked-Out Content";
wwStrings["wwCheckOverrideOption"] = "\nCheck the override option if you wish the field\nto remain unchanged when values are imported from an external user base.\n";
wwStrings["wwPreviewForDoc"] = "Preview for {1}";
wwStrings["wwSSImportArchiveHeader"] = "Import Archives ============";
wwStrings["wwFfwConversionHeading"] = "Conversion";
wwStrings["wwAttachUrlInfo"] = "URL - Info";
wwStrings["wwPreGCMemoryTotal"] = "Total memory before garbage collection";
wwStrings["wwAutoNumberPrefix"] = "Auto Number Prefix";
wwStrings["wwInstallPath"] = "Install Path:";
wwStrings["wwCreateNewTargetedQuickSearchLink"] = "Create New...";
wwStrings["wwViewRegisteredProductsMsg"] = "\nTo access license registration information for all of your\norganization\'s Content Server products, enter the serial number for any product in the\nfield below, and press the View Registered Products Button.\n";
wwStrings["wwResultCountMustBeInteger"] = "Please specify an integer for the Result Count.";
wwStrings["wwShowServerDetails"] = "Server Configurations";
wwStrings["wwSnippet"] = "Snippet";
wwStrings["wwLoginDesc"] = "Enables users to view restricted content in the system.";
wwStrings["wwComponentUninstallSuccess"] = "Successfully uninstalled the component.";
wwStrings["wwAdminServerSelectServer"] = "Select the Server";
wwStrings["wwRussian"] = "Russian";
wwStrings["wwExclusiveCheckout"] = "Allow only original contributor to check out";
wwStrings["wwUserTargetedQuickSearches"] = "Personal Targeted Quick Searches";
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["wwSSDefaultAssetCategoryNameValidationScript"] = "Validation Scripts";
wwStrings["wwTasksLabel"] = "Tasks:";
wwStrings["wwCmuActionLabelDeleteTask"] = "Delete";
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["wwWebResourcesSchema"] = "Schema Resources Directory";
wwStrings["wwSSAdminSiteManagerPage"] = "Manage Site";
wwStrings["wwDisabled"] = "Disabled";
wwStrings["wwSSUpgradeViewContent"] = "({1}Show Content{2})";
wwStrings["wwSoapComplexTypeElements"] = "Complex Type Elements";
wwStrings["wwCheckin"] = "Check In";
wwStrings["wwLabelDocNameTag"] = "Content ID:";
wwStrings["wwAllowedActions"] = "Allowed Actions";
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["wwSSAddArchiveButton"] = "Add Archive";
wwStrings["wwLabelInstanceName"] = "Instance Name:";
wwStrings["wwCmuActionHistoryTitle"] = "Latest Action";
wwStrings["wwContentExpiringBetween"] = "Content expiring between \u003cbr\u003e{1t}\u003cbr\u003e and \u003cbr\u003e{2t}";
wwStrings["wwCacheReportNumberOfPendingQueries"] = "Total {1} distinct search queries being executed";
wwStrings["wwSSAdminStartSite"] = "Start Web Site";
wwStrings["wwSSAdminUpgradePageButton"] = "Go to Web Sites Upgrade Page";
wwStrings["wwProvider"] = "Provider";
wwStrings["wwPostGCMemoryTotal"] = "Total memory after garbage collection";
wwStrings["wwDCTemplatesTitle"] = "Templates";
wwStrings["wwProblemReportInfoForContent"] = "Problem Report Information for Content Item";
wwStrings["wwShowMore"] = "More...";
wwStrings["wwOK"] = "OK";
wwStrings["wwXuiItemsShownNoTotal"] = "Items {1}-{2}";
wwStrings["wwClbraType"] = "Type";
wwStrings["wwSearchResults"] = "Search Results";
wwStrings["wwWfReviewWorkflowContent"] = "Review workflow content";
wwStrings["wwSpLabelWantClientAuth"] = "Request Client Authentication:";
wwStrings["wwAddQueryBuilderRow"] = "Add Query Builder Row";
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["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["wwListTemplateContentIDLinksTo"] = "The Content ID column will link to:";
wwStrings["wwDpOrder"] = "Order";
wwStrings["wwLabelWorkflowName"] = "Workflow Name:";
wwStrings["wwSSMigrationSchedule"] = "Replication Schedule";
wwStrings["wwFilterOptions"] = "General Options";
wwStrings["wwCmuExportSectionDesc"] = "Section Description";
wwStrings["wwJdbc"] = "JDBC";
wwStrings["wwSSDefaultDocPrimaryFileDataFile"] = "default.xml";
wwStrings["wwWebLocationLabel"] = "Web Location:";
wwStrings["wwSSArchiveImportOptions"] = "Import Options";
wwStrings["wwLabelTitle"] = "Title:";
wwStrings["wwSSMigrationRule1"] = "Retain switched region content on target server during import";
wwStrings["wwState"] = "State";
wwStrings["wwSSArchiveDetailDestination"] = "Destination:";
wwStrings["wwDCConfigDefLayoutCol2"] = "Available Layouts";
wwStrings["wwRegisterLogin"] = "Register Login";
wwStrings["wwLinksLabel"] = "Links:";
wwStrings["wwLabelServerOptions"] = "Server Options:";
wwStrings["wwSpecificSubscriptionDesc"] = "Subscribe only to this item:";
wwStrings["wwAccessDatabase"] = "Access Database";
wwStrings["wwAccount"] = "Account";
wwStrings["wwRemoteServer"] = "Remote Server (Multiple Masters or Remote Cluster)";
wwStrings["wwNOEDisplayResults"] = "Display {1} out of {2} matching document{1?s}:";
wwStrings["wwComponent"] = "Component";
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["wwInfo"] = "Info";
wwStrings["wwServerDesc"] = "Server Description";
wwStrings["wwProblemReportsForItem"] = "Problem reports for content item {1}";
wwStrings["wwSoapDataListElements"] = "Data List Elements";
wwStrings["wwProject"] = "Publisher Project";
wwStrings["wwServerPort"] = "Server Port";
wwStrings["wwDocUsedAsTemplate"] = "Document used as a template:";
wwStrings["wwLmDefaultLayout"] = "Classic";
wwStrings["wwProductVersion"] = "Product Version";
wwStrings["wwMapsTo"] = "Maps To";
wwStrings["wwTestEmailRecipients"] = "Message was sent to the following recipients:";
wwStrings["wwDocumentTypes"] = "Document Types";
wwStrings["wwClickToDisableComponents"] = "\u003ca href=javascript:document.ComponentDisableForm.submit()\u003eClick here\u003c/a\u003e to disable the component and go to the page to restart the server";
wwStrings["wwSSCreateProjectFiles"] = "Create Project Files";
wwStrings["wwSSAdminUpgradeNoDiff"] = "No Differences Detected";
wwStrings["wwConfigEntryInfo"] = "Configuration Entry Information";
wwStrings["wwAttachSelectedUrlWeb"] = "URL - Web [Attach Selected]";
wwStrings["wwSubscriptionInfo"] = "Subscription Info";
wwStrings["wwSchemaNotStableWarning_search"] = "Choice lists are not fully loaded.  Continue search?";
wwStrings["wwFindExpireContent"] = "Find Expired or Expiring Content";
wwStrings["wwCmuBundleLastImportedDate"] = "Last Import";
wwStrings["wwContentCheckinSimilarButton"] = "Check In Similar";
wwStrings["wwCompleteFormSubmit"] = "Complete Form Submit";
wwStrings["wwSSNoProvidersDefined"] = "No providers are available.";
wwStrings["wwNoExpiredRevisions"] = "No expired revisions found.";
wwStrings["wwEnvPkgFileLocation"] = "\nThe environment package is currently being built. This may take\nseveral minutes. Please be patient. It will be located at \u003ca href=\"{1}\"\u003e{2}\u003c/a\u003e when completed.\n";
wwStrings["wwCmuSectionDesc_archives"] = "Archive Definitions Section";
wwStrings["wwRequired"] = "Required:";
wwStrings["wwStartStopServer"] = "Start/Stop Content Server";
wwStrings["wwSystemLinksForUser"] = "System Links for {1}";
wwStrings["wwWhatsNewDesc"] = "Content created in the last week";
wwStrings["wwPreviewNavBar"] = "Preview Navigation Bar.";
wwStrings["wwEnvironmentKeyIgnores"] = "Number of ignored settings: {1i}";
wwStrings["wwLabelFormats"] = "Formats:";
wwStrings["wwWorkflow"] = "Workflow";
wwStrings["wwEnglish"] = "English";
wwStrings["wwResendMail"] = "Resend Mail";
wwStrings["wwDpIsSearchNav"] = "Enable Search Link";
wwStrings["wwNothingSelectedForDownload"] = "Nothing has been selected for download.";
wwStrings["wwRevHistory"] = "Revision History";
wwStrings["wwComponentCompatibilityRange"] = "Compatible with Build ({1}-{2})";
wwStrings["wwSSDefaultDocPrimaryFileXls"] = "default.xls";
wwStrings["wwAttachAllUrlInfo"] = "URL - Info [Attach All]";
wwStrings["wwEnvironmentKeyDetails_hide_replaced"] = "Hide";
wwStrings["wwCreateNewTargetedQuickSearch"] = "Create Targeted Quick Search";
wwStrings["wwNoContentInWorkflow"] = "There are no content items in this workflow.";
wwStrings["wwSaveAllNodes"] = "Save for all nodes";
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["wwListTemplateThumbnailLinksTo"] = "The thumbnail will link to:";
wwStrings["wwMyPersonalUrls"] = "My URLs";
wwStrings["wwBrowseContent"] = "Browse Content";
wwStrings["wwCmuSectionName"] = "Name";
wwStrings["wwAlternateUsernameSuggestion"] = "We suggest {1q} as a close match.";
wwStrings["wwSSManageSectionLabel"] = "Manage Backup Archives";
wwStrings["wwCmuDisplayRefreshLabel"] = "Page Refresh (In Seconds):";
wwStrings["wwHome"] = "Home";
wwStrings["wwProblemReportsTable"] = "Table containing a list of problem reports.";
wwStrings["wwSSAddSiteAddress"] = "Add Web Site Address";
wwStrings["wwBatchResultsTable"] = "Table containing result of batch services.";
wwStrings["wwVerifyRevisionDelete"] = "\nThis revision will be permanently deleted from the system.\nDelete the revision now?\n";
wwStrings["wwNumDisabledComponents"] = "Number of Disabled Components";
wwStrings["wwDCTemplateRulesLayoutCol1"] = "Layout";
wwStrings["wwCreateNewProvider"] = "Create a New Provider";
wwStrings["wwSSArchiveDetailHasServerConfig"] = "Has Server Configuration Information:";
wwStrings["wwCmuActionLabelConfirmDelete"] = "Delete item?";
wwStrings["wwSpecifyTitle"] = "Please specify a title.";
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["wwClbraInQueue"] = "Content in workflow in queue";
wwStrings["wwDCEditTemplateSection"] = "Template to Edit";
wwStrings["wwLastNotifiedDate"] = "Last Notified Date";
wwStrings["wwSubscriptionMailSubject"] = "Content Release Notification";
wwStrings["wwPreGCMemoryFree"] = "Free memory before garbage collection";
wwStrings["wwRegisteredFunctions"] = "Registered Functions";
wwStrings["wwRemove"] = "Remove";
wwStrings["wwSpecifyProviderName"] = "Please specify a value for \'Provider Name\'.";
wwStrings["wwDCConfigFileExtText"] = "File extension of the dynamic converted page.";
wwStrings["wwDCGeneralConfigTitle"] = "General Configuration";
wwStrings["wwSSNoCOAOFunction"] = "The main Check Out And Open function could not found.";
wwStrings["wwGeneralConfiguration"] = "General Configuration";
wwStrings["wwSSContextMenuDataFileCheckedOut"] = "Data file is currently checked out by user {1}";
wwStrings["wwDansk"] = "Dansk";
wwStrings["wwAppletPermissionDenied"] = "Applet does not have permission to perform this activity.";
wwStrings["wwChange"] = "Change";
wwStrings["wwMyContent"] = "My Content Server";
wwStrings["wwRestartServer"] = "Restart {1}";
wwStrings["wwLinks"] = "Links";
wwStrings["wwDiscussionInfoTitle"] = "Discussion Info";
wwStrings["wwWfMETA_UPDATE"] = "Update";
wwStrings["wwContentManagementSystem"] = "Content Management System";
wwStrings["wwInstalledFeaturesHeader"] = "Installed Features";
wwStrings["wwDCConfigDisplayVarTitle"] = "DISPLAY";
wwStrings["wwDCConfigRebuildForcesReconversionTitle"] = "Reevaluate conversion rules during re-indexing";
wwStrings["wwVerifyContinueCheckin"] = "\nCheck in is already in progress.\nDo you wish to continue the check in?\n";
wwStrings["wwDCConfigCachingSettingsTitle"] = "Conversion and Caching Optimizations";
wwStrings["wwDCTemplateRulesUpButt"] = "Move Up";
wwStrings["wwCmuSectionDesc_docmetadef"] = "Content Metadata Definitions Section";
wwStrings["wwInstanceDescription"] = "Server Description";
wwStrings["wwMainInformation"] = "Main Information";
wwStrings["wwMoveFieldUp"] = "Move Field Up";
wwStrings["wwDCConfigRuleCriteriaUnits"] = "Criteria per rule";
wwStrings["wwRemainingReviewers"] = "Remaining Reviewers:";
wwStrings["wwThreadIDCaptionLabel"] = "Thread-{1}";
wwStrings["wwSSAdminSitesUpgradeRestartButton"] = "Restart Upgrade";
wwStrings["wwSSNoBackupArchives"] = "No backup archives are available.";
wwStrings["wwAccountPermDelimLabel"] = "Account Permissions Delimiter:";
wwStrings["wwAttachAllWeb"] = "Web [Attach All]";
wwStrings["wwMustSpecifyAQuery"] = "Please construct a search query.";
wwStrings["wwUploadAppletName"] = "Upload";
wwStrings["wwServerProcessID"] = "Server Process ID";
wwStrings["wwNoEnabledComponents"] = "No Enabled Components";
wwStrings["wwQuery"] = "Query";
wwStrings["wwLabelSubscriptionType"] = "Subscription Type:";
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["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["wwJavaVersion"] = "Java Version";
wwStrings["wwListTemplatesFor"] = "Content List Templates for {1}";
wwStrings["wwContentServerError"] = "Content Server Error";
wwStrings["wwSaveOptionMsg"] = "\nUse the right mouse button on the link below\nto choose a save option.\n";
wwStrings["wwSoapConfirmDelete"] = "Are you sure you want to delete this item?";
wwStrings["wwSSDefaultNewSectionName"] = "New Section";
wwStrings["wwContentTitleLabel"] = "Title:";
wwStrings["wwRemoveValue"] = "Remove value {1}";
wwStrings["wwAdsiConfiguration"] = "Active Directory Configuration";
wwStrings["wwSSDisableSiteStudioContribution"] = "Disable Contribution:";
wwStrings["wwSSDefaultDocXlsx"] = "Microsoft Excel Workbook";
wwStrings["wwQuickHelp"] = "Quick Help";
wwStrings["wwViewServerOutput"] = "View Server Output";
wwStrings["wwActionsForLabel"] = "Actions for {1}";
wwStrings["wwAdminActionsLabel"] = "Admin Actions";
wwStrings["wwDCHtmlRenditionDefaultToNative"] = "HTML Rendition (Native if no rendition)";
wwStrings["wwSSDefaultAssetCategoryManagerSettings"] = "all manager configuration settings files used for my site";
wwStrings["wwClbraContentTable"] = "Table containing a list of recent collaboration content items.";
wwStrings["wwDCConfigDefLayoutTitle"] = "Default Layout";
wwStrings["wwLabelAdminServerFieldIsBlank"] = "This required field is blank:";
wwStrings["wwMyProfile"] = "My Profile";
wwStrings["wwSSArchiveDetailHasDocConfig"] = "Export Content Configuration Information:";
wwStrings["wwDCConfigDefTemplateText"] = "Template that will be used if none of the other selection rules match.";
wwStrings["wwCmuSectionDesc_workflows"] = "Workflows Section";
wwStrings["wwCmuButtonLabelExport"] = "Export";
wwStrings["wwStarts"] = "Starts";
wwStrings["wwConfigureFilter"] = "Configure Web Server Filter";
wwStrings["wwEndQuote"] = "\'";
wwStrings["wwCmuAllTasks"] = "All Tasks";
wwStrings["wwTestEmailFormInfo"] = "\nUse this form to test the sending of email from the Content Server to its users.\nYou may specify multiple users or aliases by separating them with colons.\n";
wwStrings["wwLdapNumConnections"] = "Number of connections";
wwStrings["wwPageTopPrintLabel"] = "Printed by \u003ci\u003e{1}\u003c/i\u003e on \u003ci\u003e{2}\u003c/i\u003e at {3}";
wwStrings["wwEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the Content Server itself.";
wwStrings["wwCLASSPATH"] = "Classpath";
wwStrings["wwSupportSqlColumnChange"] = "Support Column Change";
wwStrings["wwSSUsageFragmentId"] = "Used Fragment";
wwStrings["wwNoErrs"] = "No Errors";
wwStrings["wwSSBackupArchiveDescription"] = "Archive of site {1} on {2}";
wwStrings["wwEditPreviewProvider"] = "Edit Preview Provider";
wwStrings["wwListTemplateMainInformationLinksTo"] = "The Main Information will link to:";
wwStrings["wwCmuActionOptionsTableCaption"] = "Action Options";
wwStrings["wwUrlNative"] = "URL - Native";
wwStrings["wwSSArchiveDetailType"] = "Type:";
wwStrings["wwNotEndsWith"] = "Not Ends";
wwStrings["wwSSShowCertPage"] = "Site Studio Certificate Validation";
wwStrings["wwAdminPublishSchema"] = "Publish schema configuration and data";
wwStrings["wwIndexError"] = "Index Error:";
wwStrings["wwSpecifyJdbcDriver"] = "Please specify a JDBC driver.";
wwStrings["wwFilterActions"] = "Actions";
wwStrings["wwGroupFilter"] = "Use Group Filtering";
wwStrings["wwUseAccounts"] = "Use Accounts";
wwStrings["wwPrintViewLabel"] = "Print View";
wwStrings["wwSSLegacyWebsites"] = "Legacy Web Sites";
wwStrings["wwCmuRootSectionLabel"] = "Root Sections";
wwStrings["wwWorkflowReviewItem"] = "Review {1}";
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["wwWfReviewNoRevCheckoutCheckinMsg"] = "There is currently no revision. You must check out this item, then check in content to start the workflow.";
wwStrings["wwLabelWorkflowStep"] = "Workflow Step:";
wwStrings["wwSSArchiveDetailSite"] = "Site:";
wwStrings["wwSSArchiveTransferCollection"] = "Transfer to Collection:";
wwStrings["wwSecGroup"] = "Security Group";
wwStrings["wwAdminStartIndexRebuild"] = "Start index rebuild";
wwStrings["wwCmuAdminUploadPage"] = "Configuration Bundle Upload Page";
wwStrings["wwDocInfoWorkflowTitle"] = "Workflow Content Information";
wwStrings["wwDCTemplateRulesAlertNoBlankRules"] = "There are no more blank rules to work with on this page. Please save your changes and then continue.";
wwStrings["wwSSContentMissing4"] = "This content is unavailable (Dynamic Conversion failed)";
wwStrings["wwEmail"] = "E-mail";
wwStrings["wwLocalRegistration"] = "Local Registration";
wwStrings["wwLocalDataTable"] = "Table containing local data keys and values.";
wwStrings["wwTotalActiveDBConnections"] = "Total Active Database Connections: {1}";
wwStrings["wwAdminReportsForInstance"] = "Administration Reports for {1}";
wwStrings["wwSSAddButton"] = "Add";
wwStrings["wwCmuImport"] = "Configuration Bundles";
wwStrings["wwSSMakeDomainDefault"] = "Select As Default Address";
wwStrings["wwSSDefaultDocPrimaryFileDocx"] = "default.docx";
wwStrings["wwEnterPrefix"] = "Please enter a prefix.";
wwStrings["wwListTemplateLabel"] = "Content List Template Label";
wwStrings["wwIntradocServerPort"] = "Server Port";
wwStrings["wwTemplateConversions"] = "Dynamic Converter Admin";
wwStrings["wwActiveProjectWorkflows"] = "Active Publisher Project Workflows";
wwStrings["wwArchiveName"] = "Archive Name";
wwStrings["wwAuthorDelete"] = "Allow author to delete revision";
wwStrings["wwSSDefaultAssetCategoryNameLayoutFile"] = "Layout Pages";
wwStrings["wwSSPageSecondary"] = "secondary";
wwStrings["wwReadOnly"] = "Read Only";
wwStrings["wwTestEmailFormMessage"] = "Message:";
wwStrings["wwPrefix"] = "Prefix";
wwStrings["wwUsernameMaxLength"] = "The user name may not exceed {1} characters.";
wwStrings["wwSkipNavBar"] = "Skip navigation bar.";
wwStrings["wwEditSearchResultTemplate"] = "Edit Search Result Template \'{1}\'";
wwStrings["wwSSAdminMigrationAddExportArchivePage"] = "Add Export Archive";
wwStrings["wwNativeRendition"] = "Native File";
wwStrings["wwSSDefaultAssetCategoryNameFragment"] = "Fragment Libraries";
wwStrings["wwCmuSectionDesc_admintargetedquicksearches"] = "Targeted Quick Searches Section";
wwStrings["wwSSUsageFragmentLibrary"] = "Used Fragment Library";
wwStrings["wwVerifyUserDelete"] = "Are you sure you wish to permanently delete the user from the system?";
wwStrings["wwSpNumConnections"] = "Number of Connections";
wwStrings["wwSpLabelNeedClientAuth"] = "Require Client Authentication:";
wwStrings["wwHomePageForUser"] = "Home Page for {1}";
wwStrings["wwUseSSL"] = "Use Secure Sockets Layer:";
wwStrings["wwSuccessfulLicenseUpdate"] = "You have successfully updated your license information.";
wwStrings["wwFileEncoding"] = "File Encoding";
wwStrings["wwCheckinFormAlreadySubmitted"] = "Check in form has already been submitted.";
wwStrings["wwFrench"] = "French";
wwStrings["wwInfoUpdateFormTitle"] = "Info Update Form for {1q}";
wwStrings["wwNotBeginsWith"] = "Not Starts";
wwStrings["wwArchiverLogs"] = "Archiver Logs";
wwStrings["wwLdapAddProvider"] = "Add LDAP Provider";
wwStrings["wwViewNativeVersion"] = "View Native Version";
wwStrings["wwSSManageSiteAddresses"] = "Manage Web Site Addresses";
wwStrings["wwDateLess"] = "Before";
wwStrings["wwSysAdminAddress"] = "sysadmin Email";
wwStrings["wwSSDefaultDocXls"] = "Microsoft Excel 97-2003 Workbook";
wwStrings["wwClbraWelcomeNotification"] = "Welcome to collaboration project {1q}";
wwStrings["wwDocInfoTitle2"] = "Content Information for {1q}";
wwStrings["wwNotHasAsWordPrefix"] = "Not Has Prefix";
wwStrings["wwNoActiveClbraWorkflows"] = "There are no active collaboration project workflows in the system.";
wwStrings["wwScsLogDetails_Warning"] = "The content server has generated a diagnostic warning. The stack trace below shows more information.";
wwStrings["wwCancel"] = "Cancel";
wwStrings["wwCmuActionEventSectionLabel"] = "Section";
wwStrings["wwShowSearchCacheDetails"] = "Search Cache Details";
wwStrings["wwDownloadSelected"] = "Download Selected";
wwStrings["wwWebCommonDir"] = "Weblayout Common Directory for Applets";
wwStrings["wwUpdateProblemReport"] = "Update Problem Report";
wwStrings["wwSSAdminUpgradeAdvancedOptions"] = "Advanced Options...";
wwStrings["wwSpecifyAccount"] = "Please specify an account.";
wwStrings["wwListTemplateMustSpecifyLabel"] = "Please specify a label.";
wwStrings["wwSSDefaultAssetCategoryOther"] = "For Flash, video, audio";
wwStrings["wwChinese-Traditional"] = "Chinese-Traditional";
wwStrings["wwWfReviewFileCannotBeViewedInBrowser"] = "\nThis content item cannot be viewed in your browser.\nYou must \u003ca target=\"_top\" href=\"{1}\"\u003edownload it\u003c/a\u003e first, then you may approve or reject it.\n";
wwStrings["wwSpServerThread"] = "Server Thread Class";
wwStrings["wwPreGCMemCheckTime"] = "Time for memory check before garbage collection";
wwStrings["wwCmuAllBundles"] = "All Bundles";
wwStrings["wwCmuBundleActions"] = "Actions";
wwStrings["wwContentServerAdministration"] = "Content Server Administration";
wwStrings["wwSSArchiveOpExport"] = "Export";
wwStrings["wwdDocAccount"] = "Account";
wwStrings["wwShowBasicForm"] = "show basic form";
wwStrings["wwCmuSelectBundle"] = "Select Bundle";
wwStrings["wwSSArchiveCollection"] = "Collection:";
wwStrings["wwRevision"] = "Revision";
wwStrings["wwAdministratorMailAddress"] = "Administrator Mail Address:";
wwStrings["wwCreatingNewListTemplate"] = "Create Custom Content List Template";
wwStrings["wwCurrentStep"] = "Current Step:";
wwStrings["wwSSUpgradePreviewDocs"] = "Content Items";
wwStrings["wwCmuSectionDesc_workflowtokens"] = "Workflow Tokens Section";
wwStrings["wwProductAdministration"] = "{1} Administration";
wwStrings["wwSSArchiveDetailLastExportCount"] = "Last Export File Count:";
wwStrings["wwSoapWsdls"] = "Soap Wsdls";
wwStrings["wwOnlineRegistrationMsg"] = "\nFor online registration use the button below. This will connect to the\nlicense server.\n";
wwStrings["wwCheckInTitle"] = "Content Check In Form";
wwStrings["wwZoneHasAsWord"] = "Has Word";
wwStrings["wwQueryTransformer"] = "Oracle Query Optimizer";
wwStrings["wwSSxWebsiteObjectType"] = "Web Site Object Type";
wwStrings["wwSearch"] = "Search";
wwStrings["wwSchemaNotStableWarning_checkin"] = "Choice lists are not fully loaded.  Continue checkin?";
wwStrings["wwCmuTaskStarting"] = "Starting";
wwStrings["wwLabelInstanceId"] = "Instance Id:";
wwStrings["wwCmuActionEventsPage"] = "Configuration Migration Action Events Page";
wwStrings["wwAttachSelectedNative"] = "Native [Attach Selected]";
wwStrings["wwAssignInfoFormTitle"] = "Assign Info Form";
wwStrings["wwStagingWorkflowUnregistrationPending"] = "Staging workflow unregistration is pending.";
wwStrings["wwTargetedQSKeyHeader"] = "Key";
wwStrings["wwOr"] = "Or";
wwStrings["wwSSAdminUpgradeDiffTitle"] = "Content Differences";
wwStrings["wwPartialContentServer"] = "Other Server (Refinery or Other Agent)";
wwStrings["wwDocInfoStandardLink"] = "Standard Info";
wwStrings["wwLdapSpecifyIntegerForConnectionNum"] = "Please specify a valid positive integer for the number of connections.";
wwStrings["wwDocQueryWithinTitle"] = "Search within the results where the query is {1q}";
wwStrings["wwSelectionConfirmation"] = "Selection Confirmation";
wwStrings["wwCmuSectionDesc_contentprofilerules"] = "Content Profile Rules Section";
wwStrings["wwAllExpiredContent"] = "All Expired Content";
wwStrings["wwSaveThisNode"] = "Save for node {1q}";
wwStrings["wwNoSupportApplet"] = "Support applet for check in is missing.";
wwStrings["wwConfigForInstance"] = "Configuration Information for {1}";
wwStrings["wwSearchEmptyResultWarning"] = "Search Query Returns Empty Result";
wwStrings["wwCmuButtonLabelImport"] = "Import";
wwStrings["wwCmuTaskDescriptionLabel"] = "Description";
wwStrings["wwDocQueryProfileTitle"] = "Search for {1k}";
wwStrings["wwFilterCacheTimeout"] = "Cache Timeout";
wwStrings["wwPleaseSelectAnAction"] = "Select an action";
wwStrings["wwUseShortNames"] = "Use Short Names";
wwStrings["wwLabelBatchFileSourceInstance"] = "Source Instance:";
wwStrings["wwdDocType"] = "Content Type";
wwStrings["wwEditContentServer"] = "Edit an Existing Content Server";
wwStrings["wwCmuSectionDescription"] = "Description";
wwStrings["wwClbraWfNoActionsToView"] = "There is no active collaboration project content in the workflow in queue.";
wwStrings["wwLabelName"] = "Name";
wwStrings["wwDCConfigTimeOutText"] = "Dynamic Conversions that take longer than this amount of time will fail.";
wwStrings["wwClbraNoContentInWorkflow"] = "There is no collaboration project content in workflow {1q}.";
wwStrings["wwSSBackupArchives"] = "Web Site Backup Archives";
wwStrings["wwPassword"] = "Password";
wwStrings["wwCmuForceOverwrite"] = "Force overwrite";
wwStrings["wwCmuAdminSections"] = "Configuration Migration Admin Sections";
wwStrings["wwDownloadInformation"] = "Download Information";
wwStrings["wwClbraEditAccessListText"] = "To edit the collaboration project\'s user access list click on the \u003cb\u003eEdit\u003c/b\u003e button below.";
wwStrings["wwSelectUserOrAlias"] = "Select user or alias";
wwStrings["wwCmuSectionDesc_subscriptiontypes"] = "Subscription Types Section";
wwStrings["wwUserAttribute"] = "User Attribute";
wwStrings["wwSSAdminBackupRestorePage"] = "Backup and Restore";
wwStrings["wwDCConfigGUICfgTitle"] = "GUI Template Conversion Configuration";
wwStrings["wwContentExpiredBefore"] = "Content expired before \u003cbr\u003e {1t}";
wwStrings["wwSSAdminMigrationParamsPage"] = "Change Replication Settings";
wwStrings["wwDCConfigTimeOutTitle"] = "Time Out";
wwStrings["wwCaptionWrapperSimple"] = "{1}:";
wwStrings["wwNoServersFound"] = "No Content Servers Found.";
wwStrings["wwDefaultAuth"] = "Default Authentication";
wwStrings["wwJdbcUser"] = "JDBC User";
wwStrings["wwTargetedQuickSearchExplanation"] = "\u003cb\u003eNote:\u003c/b\u003e Each targeted quick search must include at least one field specified as the target. To specify a field as the target, enter \u003ci\u003e#s\u003c/i\u003e in the input box associated with that field. Multiple fields can be targeted.";
wwStrings["wwDCConfigHXCfgTitle"] = "Script Template Conversion Configuration";
wwStrings["wwAccountMapPrefix"] = "Account Map Prefix";
wwStrings["wwHebrew"] = "Hebrew";
wwStrings["wwLabelOldFolderID"] = "Source Collection ID:";
wwStrings["wwLdapAdminDN"] = "LDAP Admin DN";
wwStrings["wwWfTIMED_UPDATE"] = "Timed Update";
wwStrings["wwNoAuthor"] = "No Author";
wwStrings["wwQueryBuilderActionLabel"] = "Query Builder Form";
wwStrings["wwCustomizeMyView"] = "Customize My View";
wwStrings["wwEditTargetedQuickSearch"] = "Edit Targeted Quick Search";
wwStrings["wwProjectInformationForProject"] = "Publisher Project Information for {1q}";
wwStrings["wwSSSiteDomainPrompt"] = "Address:";
wwStrings["wwHungarian"] = "Hungarian";
wwStrings["wwUrlWeb"] = "URL - Web";
wwStrings["wwPersonalUrlsForUser"] = "URLs for {1}";
wwStrings["wwCmuActionEventTimeLabel"] = "Time";
wwStrings["wwDatabaseLogs"] = "Database Logs";
wwStrings["wwSSMigrationRule2"] = "Retain region content on target server during import";
wwStrings["wwSpecifyEmailAddr"] = "Please specify an e-mail address.";
wwStrings["wwCmuSectionLabel_components"] = "Components";
wwStrings["wwDCConfigDefLayoutCol1"] = "Layout";
wwStrings["wwDCConfigAlertInvalidIntegerMaxFileSize"] = "Please specify a positive integer value for the Maximum Files Size.";
