///////////////////////////////////////////////////////
//
// These files contain the localized strings for all the
//   web pages. They can be used with the 'lc()' JavaScript
//   function to localize a string.
//
///////////////////////////////////////////////////////

/* localize a string */
function lc(key)
{
	var argValues = lc.arguments;
	var argCount = argValues.length;
	var value = wwStrings[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, 
			wwStrings["wwBeginQuote"] + argValues[i] + wwStrings["wwEndQuote"]);
	}
	return value;
}

var wwStrings = new Array();
wwStrings["wwLabelAttach"] = "Attach:";wwStrings["wwCriteriaSubscriptionTitle"] = "Subscription Groups";wwStrings["wwLdapSuffixLabel"] = "LDAP Suffix:";wwStrings["wwSSContextMenuDocUsage"] = "View Web Site Usage Report";wwStrings["wwServerMenuLabel"] = "Server Menu Label:";wwStrings["wwSubscriptionMailSubject"] = "Content Release Notification";wwStrings["wwMyPersonalUrls"] = "My URLs";wwStrings["wwEditCollaboration"] = "Edit collaboration project \'{1}\'";wwStrings["wwSSMakeDomainDefault"] = "Select As Default Address";wwStrings["wwCgiDebug"] = "CGI_DEBUG";wwStrings["wwLabelUnsubscribe"] = "Unsubscribe:";wwStrings["wwTopParent"] = "Top Parent:";wwStrings["wwHelpDesc"] = "Gives you access to the online documentation for {1}";wwStrings["wwSSAdminUpgradeSitesAdvancedPage"] = "Advanced Upgrade Options";wwStrings["wwServerNoPageEncoding"] = "Not Defined";wwStrings["wwSourceContent"] = "Source Content:";wwStrings["wwLdapUseSSLLabel"] = "SSL Enabled:";wwStrings["wwIncomingProvider"] = "Incoming Provider";wwStrings["wwWfSTEP_EDIT"] = "Step Edit";wwStrings["wwSpecifyJdbcConnectionString"] = "Please specify a connection string for this driver.";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["wwProxyInstance"] = "Instance:";wwStrings["wwStartStopServer"] = "Start/Stop Content Server";wwStrings["wwdDocTitle"] = "Title";wwStrings["wwLabelProviderName"] = "Provider Name:";wwStrings["wwLdapUseFullGroupNameLabel"] = "Use Full Group Name:";wwStrings["wwDownloading"] = "Downloading...";wwStrings["wwUserProfile"] = "User Profile";wwStrings["wwLibraryDesc"] = "Brings you to the top of the library folder hierarchy.";wwStrings["wwSSAdminSitesUpgradeBuildingQueue"] = "Building Upgrade List...";wwStrings["wwSSDefaultAssetCategoryDataFile"] = "all XML contribution region files used in my site";wwStrings["wwTasksLabel"] = "Tasks:";wwStrings["wwSubscribeToRelatedGroups"] = "Subscribe to Related Groups";wwStrings["wwUsernameAlreadyInUse"] = "The user \'{1}\' is already being used.";wwStrings["wwDetails"] = "Details";wwStrings["wwInternetConfiguration"] = "Internet Configuration";wwStrings["wwRevision"] = "Revision";wwStrings["wwNotHasAsSubstring"] = "Not Substring";wwStrings["wwVersionInfo"] = "Retrieve Filter Version Info";wwStrings["wwSSWebsiteSectionField"] = "Web Site Section Field:";wwStrings["wwDTMError"] = "Error";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["wwKey"] = "Key:";wwStrings["wwServerPidLabel"] = "Server Process ID:";wwStrings["wwSSDefaultAssetCategoryStylesheet"] = "all CSS stylesheets used in my site";wwStrings["wwSSDefaultHomeLabel"] = "Home";wwStrings["wwSelectionConfirmation"] = "Selection Confirmation";wwStrings["wwProjectInformation"] = "Publisher Project Information";wwStrings["wwMyWorkflowAssignments"] = "My Workflow Assignments";wwStrings["wwSpecificSubscriptionDesc"] = "Subscribe only to this item:";wwStrings["wwRefresh"] = "Refresh";wwStrings["wwLabelServerHostName"] = "Server Host Name:";wwStrings["wwSSUploadFragmentLibrary"] = "Upload Fragment Library";wwStrings["wwDownloadConfirmation"] = "Download Confirmation";wwStrings["wwSchemaGoUp"] = "Go up";wwStrings["wwSSProductVersion"] = "Product Version:";wwStrings["wwContentMgmt"] = "Content Management";wwStrings["wwDCConfigTimeOutTitle"] = "Time Out";wwStrings["wwStartedBy"] = "Started By:";wwStrings["wwSearchable"] = "Searchable:";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["wwEnterpriseSearchable"] = "Enterprise Searchable";wwStrings["wwSSStopped"] = "Stopped";wwStrings["wwTraceIsVerboseLabel"] = "Verbose";wwStrings["wwEditSystemLinks"] = "Edit System Links";wwStrings["wwEnableUploadApplet"] = "Enable upload applet";wwStrings["wwWfActionTs"] = "Action Date";wwStrings["wwAlternateUsernameSuggestion"] = "We suggest \'{1}\' as a close match.";wwStrings["wwConfirmDeleteCustomizations"] = "Are you certain you wish to delete your customizations? This will revert your settings to the standard look.";wwStrings["wwAdsUseBasicGroups"] = "ADSI";wwStrings["wwAccountPermDelim"] = "Account Permissions Delimiter";wwStrings["wwComponentConfigUpdatePage"] = "Update Component Configuration";wwStrings["wwPreviewProvider"] = "Preview Provider";wwStrings["wwWfAction"] = "Action";wwStrings["wwSSViewSiteInContext"] = "View Web Site in Context";wwStrings["wwLastSuccessfulNotificationDate"] = "Last Successful Notification";wwStrings["wwXuiThumbnail"] = "Thumbnail View";wwStrings["wwLdapConnectionTimeoutLabel"] = "Connection timeout:";wwStrings["wwSSSiteAddresses"] = "Web Site Addresses";wwStrings["wwWorkflowActions"] = "Workflow Actions";wwStrings["wwSpecifyJdbcPassword"] = "Please specify password for this JDBC connection.";wwStrings["wwEmailMozillaWorkaroundCharacters"] = "\u00e9&";wwStrings["wwApprovedBy"] = "Approved By:";wwStrings["wwRevisionsSubmittedToWorkflow"] = "The following revision{1?s} {1?have:has} been submitted to a workflow:";wwStrings["wwSSAdminDefaultMetadataPage"] = "Set Default Project Document Information";wwStrings["wwZoneHasAsWordPrefix"] = "Has Word Prefix";wwStrings["wwDiscussionGroupLayoutsLinkLabel"] = "Discussion:";wwStrings["wwVerifyRevisionDelete"] = "\nThis revision will be permanently deleted from the system.\nDelete the revision now?\n";wwStrings["wwAttachAllNative"] = "Native [Attach All]";wwStrings["wwSSAdminMigrationParamsPage"] = "Change Replication Settings";wwStrings["wwSystemAdmin"] = "System Admin";wwStrings["wwSeverity"] = "Severity";wwStrings["wwAttachUrlNative"] = "URL - Native";wwStrings["wwContentCheckinSimilarButton"] = "Check In Similar";wwStrings["wwWfReviewWorkflowItem"] = "Review workflow item";wwStrings["wwSpecifyRelativeWebRoot"] = "Please specify a value for the relative web root.";wwStrings["wwNoExpiringRevisions"] = "No expiring revisions found.";wwStrings["wwLabelAccount"] = "Account:";wwStrings["wwEditPreviewProvider"] = "Edit Preview Provider";wwStrings["wwNoSubscriptionsToView"] = "There are no subscriptions to view.";wwStrings["wwHttpAddress"] = "Http Address:";wwStrings["wwSSShowConstituentDocuments"] = "View Web Site Objects Report";wwStrings["wwConnectionClass"] = "Connection Class";wwStrings["wwSSDisableSiteStudioContribution"] = "Disable Contribution:";wwStrings["wwSSExplainUpgradeStart"] = "Site Studio can automatically upgrade legacy web sites to be compatible with this version of Site Studio.<br><br>Press the button below to start or resume the upgrade process.<br><br><b>Note:</b> This process may take some time.";wwStrings["wwZoneHasAsWord"] = "Has Word";wwStrings["wwDatabaseDirectory"] = "Database Directory";wwStrings["wwDCTemplateRulesNewButt"] = "Add New Rule";wwStrings["wwLabelLayout"] = "Layout:";wwStrings["wwNOEAdminDisplayResults"] = "Displaying {1} out of {2} content item{1?s} in the system that will expire soon";wwStrings["wwVerityHomePage"] = "Verity Home Page";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["wwRemoveAfterVersionEq"] = "Remove After Build={1}";wwStrings["wwFieldName"] = "Field Name";wwStrings["wwFindExpired"] = "Find Expired Content";wwStrings["wwNotAllowedToChangeOwnRole"] = "You are not allowed to change your role.";wwStrings["wwGetCopyAccess"] = "Allow get copy for user with read privilege";wwStrings["wwSSDocUsageReportPageTitle"] = "View Web Site Objects Report";wwStrings["wwContentServerName"] = "Content Server {1}";wwStrings["wwGuestAccess"] = "Guest Access";wwStrings["wwSSUsageShowAll"] = "Show All";wwStrings["wwAnd"] = "And";wwStrings["wwViewSubscriptionInfo"] = "View Info";wwStrings["wwLdapPriority"] = "Priority";wwStrings["wwProviderDesc"] = "Provider Description";wwStrings["wwSchemaDetailsForView"] = "Cache details for view {1q}";wwStrings["wwSSMigrationSchedule"] = "Replication Schedule";wwStrings["wwTemplate"] = "Template";wwStrings["wwSSPageSecondary"] = "secondary";wwStrings["wwSchemaNotStableError_search"] = "Choice lists are not fully loaded.  Search aborted.";wwStrings["wwConfigurationInfo"] = "Configuration Info";wwStrings["wwSSArchiveTransferProvider"] = "Transfer to Server:";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["wwGuestHomePage"] = "Guest Home Page";wwStrings["wwCacheTimeoutDesc"] = "This value specifies the number of minutes the web server filter will cache user data.  ";wwStrings["wwBrowserDoesntSupportCheckinApplet"] = "\nThis browser does not support a\ncheck in using an applet.\n";wwStrings["wwNOEDisplayResults"] = "Display {1} out of {2} matching document{1?s}:";wwStrings["wwOnlyOriginalContribCheckout"] = "Only Original Contributor Can Check Out:";wwStrings["wwErrTrace"] = "Error Trace";wwStrings["wwSSUniqueNodeCounter"] = "Unique Section Counter Value:";wwStrings["wwTempConvTemplateMissing"] = "The template is missing in criteria";wwStrings["wwUninstallComponent"] = "Uninstall Component";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["wwNotifyTarget"] = "Notify Target";wwStrings["wwClearLog"] = "Clear Web Server Filter Log";wwStrings["wwAllFiles"] = "All Files";wwStrings["wwNew"] = "New";wwStrings["wwAddExistingServer"] = "Add Existing Server";wwStrings["wwLabelSubscriptionType"] = "Subscription Type:";wwStrings["wwWebViewableRendition"] = "Web-Viewable File";wwStrings["wwAll"] = "All";wwStrings["wwUseOptions"] = "Use Options:";wwStrings["wwFilterPrefix"] = "Prefix";wwStrings["wwCreateDiscussionLink"] = "Create discussion";wwStrings["wwSpecifyDocTypeToAdd"] = "Please specify a document type to add.";wwStrings["wwSSAdminConfiguration"] = "Site Studio Administration";wwStrings["wwDCTemplateRulesNewLabel"] = "New rule name:";wwStrings["wwClbraInWorkflow"] = "Content in workflow";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<ul>\n\t<li>\'mail\' to \'dEmail\'\n\t<li>\'cn\' to \'dFullName\'\n\t<li>\'title\' to \'dUserType\'\n</ul>\n";wwStrings["wwLdapAddProvider"] = "Add LDAP Provider";wwStrings["wwButtonEnable"] = " << Enable ";wwStrings["wwFilterAdminRemoveConfigWarning"] = "\nThe config value \'{1}\' 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 \'{1}\' made on this page will be ignored by the Content Server until the value has been removed.\n";wwStrings["wwWfActionHistory"] = "Workflow Content Action History";wwStrings["wwSSContextMenuCheckedOutBy"] = "Checked out by user {1}";wwStrings["wwActions"] = "Actions";wwStrings["wwSharedClusterNode"] = "Shared Cluster Node (Master or Proxy)";wwStrings["wwDefaultValNotInList"] = "The default value is not in the option list. The default value cannot be deleted.";wwStrings["wwURL"] = "URL";wwStrings["wwConfiguredForWebServerLabel"] = "Configured for Web Server:";wwStrings["wwDocumentInfo"] = "Content Information";wwStrings["wwAdminAppletsForInstance"] = "Administration Applets for {1}";wwStrings["wwHelp"] = "Help";wwStrings["wwFormat"] = "Format";wwStrings["wwSchemaObjectDoesntExist_view"] = "The view {1q} does not exist.";wwStrings["wwSysadminEmailAddr"] = "E-mail Address for Sysadmin:";wwStrings["wwSSDefaultAssetCategoryFragment"] = "all fragment libraries used in my site";wwStrings["wwWfAPPROVE"] = "Approve";wwStrings["wwUploadAppletName"] = "Upload";wwStrings["wwTraceEditOptionsDescription"] = "\nTracing in the content server can be activated on a section-by-section basis. The sections named <i>system</i>\u00a0and <i>indexer</i>\u00a0are on by default. All other sections can be added by appending extra\nsections to create a comma separated list. Some tracing sections also support verbose output. Checkmark the verbose option if you wish to see in depth tracing for any active section that supports it. Any options set\nhere will be lost on the next content server restart. Use the configuration entries <b>TraceIsVerbose</b>\u00a0and <b>TraceSectionsList</b> to set tracing options that are active when the content server starts up.\n";wwStrings["wwAdminPagesForInstance"] = "Administration Pages for {1}";wwStrings["wwRevisionHistoryFor"] = "Revision History for \'{1}\'";wwStrings["wwAccessDatabase"] = "Access Database:";wwStrings["wwOrder"] = "Order";wwStrings["wwProblemReportInfoForContent"] = "Problem Report Information for Content Item";wwStrings["wwSSBackupShowServerConfigMenuItem"] = "Show server configuration details";wwStrings["wwContentQueryCaptureTitle"] = "Content Query Capture";wwStrings["wwMinorRevLabel"] = "Minor Revision Label Sequence:";wwStrings["wwUpdateCompConfig"] = "Update";wwStrings["wwLabelClusterGroup"] = "Cluster Group:";wwStrings["wwPassword"] = "Password";wwStrings["wwAttachSelectedUrlInfo"] = "URL - Info [Attach Selected]";wwStrings["wwDpIsSearchNav"] = "Enable Search Link";wwStrings["wwSSArchiveDetailLastExport"] = "Last Exported:";wwStrings["wwAvsStringFieldSortInfo"] = "Only up to the maximum number of results are returned and these results are sorted alphabetically.";wwStrings["wwLocalClusterNodeIntradocDir"] = "Instance\'s Local Cluster Node Directory:";wwStrings["wwLibpathEq"] = "libpath={1}";wwStrings["wwFullName"] = "Full Name";wwStrings["wwEmailFormatText"] = "text";wwStrings["wwSubmitUpdate"] = "Submit Update";wwStrings["wwSSCollectionAddedSuccessfully"] = "The specified collection was successfully added to the system.";wwStrings["wwComponentManagerDesc"] = "Enable, disable, install, or uninstall server components.  Some actions require a restart.";wwStrings["wwAdminReports"] = "System Audit Information";wwStrings["wwLabelJdbcConnectionString"] = "JDBC Connection String:";wwStrings["wwJdbc"] = "JDBC";wwStrings["wwServerIPAddressFilter"] = "Server IP Address Filter:";wwStrings["wwLabelWorkflow"] = "Workflow:";wwStrings["wwCreateNewProvider"] = "Create a New Provider";wwStrings["wwConnectionError"] = "Connection Error:";wwStrings["wwSSSiteDocumentsReport"] = "Web Site Objects Report";wwStrings["wwChangeDate"] = "Change Date:";wwStrings["wwCheckedOutContent"] = "Checked-Out Content";wwStrings["wwLdapAdminDN"] = "LDAP Admin DN";wwStrings["wwSSProjectReport"] = "Web Site Project";wwStrings["wwSSContextMenuWFApprove"] = "Approve Document";wwStrings["wwCheckedOutContentForUser"] = "Checked-Out Content for {1}";wwStrings["wwAssignProjectInfoTitle"] = "Assign Publisher Project Info";wwStrings["wwDocumentSelected"] = "Document Selected";wwStrings["wwConversionError"] = "Conversion Error:";wwStrings["wwUseFullGroupName"] = "Use Full Group Names";wwStrings["wwSSCaptureQueryButtonLabel"] = "Capture the Query";wwStrings["wwClbraOnErrorUsers"] = "Users Notified on Error";wwStrings["wwLabelType"] = "Type:";wwStrings["wwIncomingProviderInfoFor"] = "Incoming Provider Information for {1}";wwStrings["wwPostNewButtonLabel"] = "New Post";wwStrings["wwNativeFile"] = "Native File";wwStrings["wwTaminoNoResultsForNamedQuery"] = "No search results for query {1}.";wwStrings["wwLmDefaultLayout"] = "Classic";wwStrings["wwLibraryQueryFolders"] = "Library Folders";wwStrings["wwPluginDebugDesc"] = "Log events inside the plugin filters. This will only work for plugin filters that understand the PLUGIN_DEBUG flag.";wwStrings["wwScsLogDetails_Fatal"] = "A fatal error has occurred. The stack trace below shows more information.";wwStrings["wwReadOnly"] = "Read Only";wwStrings["wwSSBrowseBack"] = "Press <a href=\"javascript:history.back()\">here</a> to return to the previous page.";wwStrings["wwSSConfigureJspSupportButton"] = "Configure JSP Support";wwStrings["wwSpecifyNumberForResults"] = "Please enter a number for results per page.";wwStrings["wwSSLayoutFragmentsReport"] = "Fragments";wwStrings["wwSSProjectDefaultMetadataNote"] = "Specify default Document Information that will be applied to Site Studio projects.";wwStrings["wwCachedCheckinItemsTableCaption"] = "Cached Checked-In Items";wwStrings["wwJdbcUser"] = "JDBC User";wwStrings["wwApprove"] = "Approve";wwStrings["wwProblemReports"] = "Problem Reports";wwStrings["wwProductHome"] = "{1} Home";wwStrings["wwSSAdminLayoutUpgradesRemaining"] = "Layouts Remaining:";wwStrings["wwSSBatchFiles"] = "Batch Files";wwStrings["wwSSViewSiteInContextShort"] = "View Web Site";wwStrings["wwSpecifyProviderDesc"] = "Please specify a value for \'Provider Description\'.";wwStrings["wwWfIsNotifyOnly"] = "Workflow notification for content item \'{1}\' is in step \'{2}\'.";wwStrings["wwPageTopPrintLabel"] = "Printed by <i>{1}</i> on <i>{2}</i> at {3}";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["wwSSBackupServerConfigDetailsPageTitle"] = "Server Configuration Details";wwStrings["wwDocInfoWorkflowTitle"] = "Workflow Content Information";wwStrings["wwSSDocInfo"] = "Content Information";wwStrings["wwSharedClusterNodeBinDir"] = "Instance\'s Shared Cluster Node Bin Directory:";wwStrings["wwUserProfileLinks"] = "User Profile Links";wwStrings["wwSSActualNodeUsage"] = "Referenced in Sites:";wwStrings["wwLicenseSignatureLabel"] = "License Signature:";wwStrings["wwdDocType"] = "Content Type";wwStrings["wwRenditionsLabel"] = "Renditions:";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["wwRequestFailed"] = "Request Failed";wwStrings["wwAdminTasksLabel"] = "Administrator Tasks:";wwStrings["wwSSAdminMigrationReceipt"] = "Archiving";wwStrings["wwHelperDivDoesNotExist"] = "Helper Divider does not exist.  Cannot send a message to the applet on a Mac without the Helper Divider.";wwStrings["wwConfirmPassword"] = "Confirm Password";wwStrings["wwSSBackupRestoreMenuItem"] = "Restore backup archive contents";wwStrings["wwScore"] = "Score";wwStrings["wwSSAdminFragmentsPage"] = "Manage Fragment Libraries";wwStrings["wwWfMETA_UPDATE"] = "Update";wwStrings["wwSSArchiveDetailDescription"] = "Description:";wwStrings["wwContentMetadata"] = "Content Metadata";wwStrings["wwClasspathEq"] = "classpath={1}";wwStrings["wwExpiredContent"] = "Expired Content";wwStrings["wwEmailLink"] = "E-mail link:";wwStrings["wwSSArchiveOpTransfer"] = "Transfer";wwStrings["wwEntHome"] = "Enterprise Home";wwStrings["wwDCConfigTimeOutUnits"] = "Minutes";wwStrings["wwSSSelectSiteOption"] = "<<< Select a Web Site >>>";wwStrings["wwXuiItemsShownNoTotal"] = "Items {1}-{2}";wwStrings["wwNoActiveWorkflows"] = "There are no active standard workflows in the system.";wwStrings["wwRolePrefix"] = "Role Prefix";wwStrings["wwSSBackupArchiveInfoPageTitle"] = "Backup Archive Information";wwStrings["wwAdditionalConfigVars"] = "Additional Configuration Variables:";wwStrings["wwLastRefreshDate"] = "Last Refresh Date";wwStrings["wwAdsUseNestedGroups"] = "ADSI with nested groups";wwStrings["wwWarning"] = "Warning:";wwStrings["wwOverride"] = "Override";wwStrings["wwNoSupportApplet"] = "Support applet for check in is missing.";wwStrings["wwLabelSocketServerAddress"] = "Socket Server Address:";wwStrings["wwRevisionHistory"] = "Revision History";wwStrings["wwCustomizeMyView"] = "Customize My View";wwStrings["wwFishbowlAdminLinks"] = "Fishbowl Solutions, Inc.<br>Administration Links";wwStrings["wwEtcDir"] = "Unix \'etc\' Log Directory";wwStrings["wwSSfragmentLibDocName"] = "Fragment Library Content ID";wwStrings["wwReturnToAdminServerAfterUninstall"] = "<a href=javascript:document.SetRestartRequiredForm.submit()>Click here</a> to return to the Component Manager";wwStrings["wwAllActiveWorkflowsDesc"] = "Click on the icon to view all items in a workflow.";wwStrings["wwAdd"] = "Add";wwStrings["wwSpecifyIntegerForNumConnections"] = "Please specify a positive integer for the number of connections.";wwStrings["wwSSDefaultAssetCategoryLayoutFile"] = "all layouts used in my site";wwStrings["wwWorkflowNotification"] = "Workflow Notification";wwStrings["wwLabelRoles"] = "Roles:";wwStrings["wwSSArchiveDetailLastTransfer"] = "Last Transfer:";wwStrings["wwSSOpenCollection"] = "Open Collection...";wwStrings["wwSSDefaultNewSectionName"] = "New Section";wwStrings["wwLicensePageMsg"] = "\nThis page is used to update the license for the Stellent CS instance {1} or\n<a href=\"#ViewRegistration\">view registration</a> information for all Stellent CS products\nregistered to your organization. License registration can be done automatically via the\nInternet or manually.\n";wwStrings["wwTaminoNoMatchingSeg"] = "No document matches query.";wwStrings["wwEnvPkgFileLocation"] = "\nThe environment package is currently being built. This may take\nseveral minutes. Please be patient. It will be located at <a href=\"{1}\">{2}</a> when completed.\n";wwStrings["wwDigestFor"] = "SHA1 Digest for {1}";wwStrings["wwArchiveExportHistory"] = "Archive Export History";wwStrings["wwUniqueId"] = "Unique ID";wwStrings["wwCheckInConfirmation"] = "Check In Confirmation for \'{1}\'";wwStrings["wwLabelTestQuery"] = "Test Query:";wwStrings["wwDocInfoTitle2"] = "Content Information for \'{1}\'";wwStrings["wwSSArchiveStatus"] = "Show Archiver Status";wwStrings["wwNoAccountsDefined"] = "No accounts have been defined.";wwStrings["wwIndexPageTitle"] = "Content Server Index Page";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["wwXuiSlimTemplate"] = "Headline View";wwStrings["wwWfRejectMsg"] = "The following content item has been rejected in the workflow:";wwStrings["wwSSDefaultAssetCategoryNameCustomElementForm"] = "Custom Element Forms";wwStrings["wwContentInformation"] = "Content Information";wwStrings["wwDocNameTag"] = "Content ID";wwStrings["wwWfReviewNoRevCheckoutCheckinMsg"] = "There is currently no revision. You must check out this item, then check in content to start the workflow.";wwStrings["wwPersonalSearchLinks"] = "Personal Search Links";wwStrings["wwDiscussionPageTitle"] = "Discussion on {1}";wwStrings["wwFilterOptions"] = "General Options";wwStrings["wwAdsAuthMethodDesc"] = "\nThis value detemines which method the Active Directory plugin will use to retrieve group and user information for a user.\n<br>\n<b>ADSI</b> - This method uses the legacy ADSI calls.\n<br>\n<b>ADSI with nested groups</b> - This method uses the legacy ADSI calls, but will also retrieve all nested group information for the user.\n<br>\n<b>User Tokens</b> - 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["wwLabelFormat"] = "Format:";wwStrings["wwPostReplyToLabel"] = "Post Reply to #{1}";wwStrings["wwStartPackaging"] = "Start Packaging";wwStrings["wwInternetSearchTipString"] = "\nSearch Tips\n<ul><li>Use spaces between terms to allow a result only if all terms are in the content</li>\n<li>Use quotation marks (\") around two or more words for a phrase search</li>\n<li>Use a comma (,) between terms to allow a result if either term is in the content</li>\n<li>Use a minus (-) immediately in front of a term to exclude content items</li>\n<li>Use parentheses to group search terms</li></ul>\n";wwStrings["wwXuiSaveSearch"] = "Save Search";wwStrings["wwStarts"] = "Starts";wwStrings["wwSSDownloadBackupButton"] = "Download Web Site Backup...";wwStrings["wwNoOptionListsInSystem"] = "There are no option lists currently defined in the system.";wwStrings["wwProductSearch"] = "{1} Search";wwStrings["wwMoveHere"] = "Move Here";wwStrings["wwTopBannerLogo"] = "Top banner logo.";wwStrings["wwProductAdministration"] = "{1} Administration";wwStrings["wwAddOrEditServerData"] = "Add Or Edit Server Data";wwStrings["wwLmContentExpiredAfter"] = "Content expired after <i>{1t}</i>";wwStrings["wwIllegalCharsInUserName"] = "\nUnable to add the user.\nSpecial characters are not allowed in user name.\n";wwStrings["wwLmContentExpiringBewteen"] = "Content expiring between <i>{1t}</i> and <i>{2t}</i>";wwStrings["wwNotifySubjects"] = "Notify Subjects";wwStrings["wwSSArchiveDetailHasDocConfig"] = "Export Content Configuration Information:";wwStrings["wwPreviewForDoc"] = "Preview for {1}";wwStrings["wwLabelLastActivityDate"] = "Last Activity Date:";wwStrings["wwReviewersForContent"] = "Reviewers For Content Item \'{1}\'";wwStrings["wwDocQueryTitle"] = "Search";wwStrings["wwSerialNumber"] = "Serial Number";wwStrings["wwSpecificUnubscribeDesc"] = "Are you sure you wish to unsubscribe from the item \"{1}\"?";wwStrings["wwSSAdminSitesUpgradeAdvancedPage"] = "Advanced Upgrade Options";wwStrings["wwLastUsedDate"] = "Last Used Date";wwStrings["wwSSArchiveOpExport"] = "Export";wwStrings["wwDocumentTypes"] = "Document Types";wwStrings["wwWorkflowContentItemNotification"] = "Workflow Content Item Notification";wwStrings["wwShouldHaveBeenRedirectedTo"] = "You should have been redirected to";wwStrings["wwVerifyLicenseInfo"] = "\nVerify the license information shown in the\nfields below. Click the update button when you are finished.\n";wwStrings["wwWorkflowInfoForItem"] = "Workflow Info For Item \'{1}\'";wwStrings["wwClbraName"] = "Name";wwStrings["wwFishbowlLinksPage"] = "Fishbowl Solutions, Inc.<br>Links";wwStrings["wwSSContextMenuWFReject"] = "Reject Document";wwStrings["wwSSBlankTargetArchiveName"] = "The transfer target archive must be specified.";wwStrings["wwNtlm"] = "NT Domain Security";wwStrings["wwLmDefaultSkin"] = "Classic";wwStrings["wwSSBackupExportDate"] = "Backup Export Date";wwStrings["wwSSWebsiteSectionNote"] = "Note: You will need to reindex to take advantage of this field.";wwStrings["wwSearch"] = "Search";wwStrings["wwOperatingSystemProperties"] = "Operating System Properties";wwStrings["wwUpdateCheckin"] = "Update with Check In";wwStrings["wwViewServerOutput"] = "View Server Output";wwStrings["wwSourceState"] = "Source State:";wwStrings["wwSelectedCriteriaSubscriptionDesc"] = "\nYou are subscribed to all content items\nwith the following criteria:\n";wwStrings["wwDownloadFile"] = "Download {1}";wwStrings["wwSystemLinksNotUsedDesc"] = "The system links are not applicable to your current layout.";wwStrings["wwClbraInQueue"] = "Content in workflow in queue";wwStrings["wwShowOnlyKnownAccounts"] = "Show only known accounts";wwStrings["wwNativeVersionLabel"] = "Native Version:";wwStrings["wwAssignInfoFormTitle"] = "Assign Info Form";wwStrings["wwUserAdmin"] = "User Admin";wwStrings["wwDiscussionReplyToThis"] = "Reply To This";wwStrings["wwXuiId"] = "ID";wwStrings["wwScsLogDetails_Warning"] = "The content server has generated a diagnostic warning. The stack trace below shows more information.";wwStrings["wwSSBackupServerConfig"] = "Server Configuration Details";wwStrings["wwSSMissingSiteErr"] = "Please choose a web site.";wwStrings["wwAddDatabaseProvider"] = "Add Database Provider";wwStrings["wwPostReplyButtonLabel"] = "Post Reply";wwStrings["wwAddOutgoingProvider"] = "Add Outgoing Provider";wwStrings["wwWhatsNewDesc"] = "Content created in the last week";wwStrings["wwAttachAllUrlWeb"] = "URL - Web [Attach All]";wwStrings["wwLdapSpecifyIntegerForConnectionNum"] = "Please specify a valid positive integer for the number of connections.";wwStrings["wwSchemaNotStableWarning_search"] = "Choice lists are not fully loaded.  Continue search?";wwStrings["wwFormSubmitted"] = "Your form has been submitted.";wwStrings["wwLogFiles"] = "Log Files";wwStrings["wwFishbowlComponentsAdmin"] = "Fishbowl Solutions, Inc.";wwStrings["wwExpiration"] = "Expiration";wwStrings["wwSSAdminUpgradeConfirmCancel"] = "Are you sure you want to cancel the upgrade operation?";wwStrings["wwSSNoProvidersDefined"] = "No providers are available.";wwStrings["wwNoProblemReportsForCriteria"] = "There are no problem reports matching the criteria.";wwStrings["wwDCConfigRuleCriteriaText"] = "The number of individual criteria that can be specified per template selection rule.";wwStrings["wwLabelDocNameTag"] = "Content ID:";wwStrings["wwLabelServerOptions"] = "Server Options:";wwStrings["wwAttachSelectedNative"] = "Native [Attach Selected]";wwStrings["wwCurrentUserInformation"] = "Current User Information";wwStrings["wwNoDiscussionInformationText"] = "There are no items in this discussion.";wwStrings["wwRepositoryManager"] = "Repository Manager";wwStrings["wwEntryRequired"] = "The field \'{1}\' requires a non-empty entry.";wwStrings["wwGetNativeFile"] = "Get Native File";wwStrings["wwLabelEnableDownloadApplet"] = "Enable download applet";wwStrings["wwNoResultsForQuery"] = "Found no items out of {1} searched matching the query.";wwStrings["wwDefaultMasterDomainDesc"] = "\nIf not set, this value is the domain of the NT\nserver machine that is hosting the web server. This value can be set to\noverride the standard behavior, and force the ISAPI filter to designate a\ndifferent domain as its default master domain. In particular, NT groups\nfrom that domain will not have a DOMAINNAME\\ prefix added to their\nname before being translated to roles and if a user logs in without\nspecifying a domain, the default master domain is assumed.\n";wwStrings["wwLdapSourcePath"] = "Source Path";wwStrings["wwHomePageForUser"] = "Home Page for {1}";wwStrings["wwLabelState"] = "State:";wwStrings["wwClbraAccessList"] = "User Access List";wwStrings["wwLabelDescription"] = "Description:";wwStrings["wwDatabaseProperties"] = "Database Properties";wwStrings["wwSSArchiveTransfer"] = "Transfer";wwStrings["wwClbraReviewers"] = "Reviewers";wwStrings["wwSSArchiveExport"] = "Export";wwStrings["wwCgiReceiveDump"] = "CGI_RECEIVE_DUMP";wwStrings["wwSSMigrationAutoExport"] = "Automatically export new and changed content";wwStrings["wwJspServerWebAppAdminPage"] = "JSP Web App Administration Page";wwStrings["wwContributionUsers3"] = "Contribution 3";wwStrings["wwContributionUsers2"] = "Contribution 2";wwStrings["wwContributionUsers1"] = "Contribution 1";wwStrings["wwSSArchiveDetailDestination"] = "Destination:";wwStrings["wwServerName"] = "Server Name:";wwStrings["wwRegisterLogin"] = "Register Login";wwStrings["wwSchemaNotStableWarning_checkin"] = "Choice lists are not fully loaded.  Continue checkin?";wwStrings["wwProviderConnection"] = "Provider Connection";wwStrings["wwSSDeleteArchiveButton"] = "Delete";wwStrings["wwAdsi"] = "Active Directory Security";wwStrings["wwWelcomeTo"] = "Welcome to {1}";wwStrings["wwIntranetAuthenticationLabel"] = "NTLM";wwStrings["wwSubject"] = "Subject";wwStrings["wwWorkflowReviewItem"] = "Review {1}";wwStrings["wwJspServerWebAppAdmin"] = "JSP Server Web App Admin";wwStrings["wwProblemReportsForContentItem"] = "Problem Reports for Content Item";wwStrings["wwWorkflowAdmin"] = "Workflow Admin";wwStrings["wwButtonNext"] = "Next";wwStrings["wwDisable"] = "Disable";wwStrings["wwFilterAdmin"] = "Filter Administration";wwStrings["wwCaption"] = "Caption";wwStrings["wwFishbowlLicense"] = "License";wwStrings["wwSSArchiveProvider"] = "Proxied Server:";wwStrings["wwFilterDebugDesc"] = "Log events inside the web server filter.";wwStrings["wwAddToFavorites"] = "Add To Favorites";wwStrings["wwXuiShowInDescription"] = "Show in Description";wwStrings["wwAuthorDelete"] = "Allow author to delete revision";wwStrings["wwXuiMyViewSearchSettings"] = "My Search Result View Settings:";wwStrings["wwAdminServer"] = "Admin Server";wwStrings["wwDocQueryProfileTitle"] = "Search for {1}";wwStrings["wwWfMultiNotification"] = "Multiple workflow notification";wwStrings["wwSSSectionLabel"] = "Section:";wwStrings["wwWorkflowReviewTitle"] = "Workflow Review for \'{1}\'";wwStrings["wwServerPageEncodingLabel"] = "Server Page Encoding:";wwStrings["wwLabelProviderType"] = "Provider Type:";wwStrings["wwSSConfigureJspSupport"] = "Configure JSP Support";wwStrings["wwIncomingProviderDesc"] = "Configuring an incoming provider.";wwStrings["wwDownload"] = "Download";wwStrings["wwSSAdminUpgradePageButton"] = "Go to Web Sites Upgrade Page";wwStrings["wwWorkflowName"] = "Workflow Name";wwStrings["wwNormalCheckin"] = "Normal Check In";wwStrings["wwSSAddButton"] = "Add";wwStrings["wwClbraEditAccessListText"] = "To edit the collaboration project\'s user access list click on the <b>Edit</b> button below.";wwStrings["wwAttributeMap"] = "Attribute Map";wwStrings["wwLdapAttributeTooLargeMsg"] = "The value \'{1}\' is too large for the field \'{2}\'(maximum length is {3}).";wwStrings["wwAddPreviewProvider"] = "Add Preview Provider";wwStrings["wwSuccess"] = "Success";wwStrings["wwWeb"] = "Web";wwStrings["wwContinueCheckin"] = "Continue Check In:";wwStrings["wwInstructionsLabel"] = "Instructions:";wwStrings["wwVersionAndBuildInformation"] = "Version and Build Information";wwStrings["wwEditDatabaseProvider"] = "Edit Database Provider";wwStrings["wwAdministration"] = "Administration";wwStrings["wwSpecifyAuthor"] = "Please specify an author.";wwStrings["wwNoResultsForNamedQueryPlain"] = "Found no items matching the query <b>{1}</b>.";wwStrings["wwDiscussionSubjectLabel"] = "Subject:";wwStrings["wwLabelSkin"] = "Skin:";wwStrings["wwSSLayoutFragmentLibsReport"] = "Fragment Libraries";wwStrings["wwProductLibrary"] = "{1} Library";wwStrings["wwLastNotifiedDate"] = "Last Notified Date";wwStrings["wwSSManageWebSiteBackupsButton"] = "Manage Web Site Backups";wwStrings["wwSSManageSiteAddresses"] = "Manage Web Site Addresses";wwStrings["wwNoTitle"] = "No Title";wwStrings["wwSSAdminMigrationEditImportArchivePage"] = "Edit Import Archive";wwStrings["wwWfCHECKIN"] = "Check In";wwStrings["wwBasicAuthenticationLabel"] = "Basic";wwStrings["wwNativeFileLabel"] = "Native File:";wwStrings["wwViewDocProbReports"] = "View Document Problem Reports";wwStrings["wwSocketServerAddress"] = "Server socket address";wwStrings["wwStartServer"] = "Start {1}";wwStrings["wwBasicUnsubscriptionDesc"] = "To stop receiving e-mail notifications about <strong>\"{1}\"</strong>, click the Unsubscribe link below.";wwStrings["wwSSAdminStartSite"] = "Start Web Site";wwStrings["wwTestQuery"] = "Test Query";wwStrings["wwSSArchiveParams"] = "Change Settings...";wwStrings["wwXuiHide"] = "Hide";wwStrings["wwItemInfoLine"] = "by {1} at {2}";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.<br><br>\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["wwSavedQueries"] = "Saved Queries";wwStrings["wwFindExpiring"] = "Find Expiring Content";wwStrings["wwValue"] = "Value";wwStrings["wwFilterLogOptions"] = "Logging Options";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 <b>not</b> enable this option\nif you only wish to transfer archives.\n";wwStrings["wwIsClbraDoc"] = "Is Collaboration Project";wwStrings["wwSearchableInstances"] = "Searchable Instances";wwStrings["wwEnableEnterpriseSearch"] = "Enable Enterprise Search on standard query pages";wwStrings["wwLabelDatabaseDirectory"] = "Database Directory:";wwStrings["wwConfigForLabel"] = "Configuration for {1}";wwStrings["wwLabelFormats"] = "Formats:";wwStrings["wwSSArchiveDescription"] = "Archive Description:";wwStrings["wwLabelProject"] = "Publisher Project:";wwStrings["wwSpecialIntegrations"] = "Special Integrations";wwStrings["wwWfDELETE_REV"] = "Delete Revision";wwStrings["wwJspServerStartWebApp"] = "Start Web App";wwStrings["wwDiscussThisItem"] = "Discuss This Item ({1} item{1?s})";wwStrings["wwWorkflowHistory"] = "Workflow History";wwStrings["wwAllowOverrideFormat"] = "Allow override format on check in";wwStrings["wwAccount"] = "Account";wwStrings["wwJspServerProviderInfo"] = "JSP Provider Info for";wwStrings["wwShowMore"] = "More...";wwStrings["wwLabelText"] = "Text:";wwStrings["wwSSArchiveNameHasSpaces"] = "The Archive Name cannot contain spaces.";wwStrings["wwDataDir"] = "Server Data State Directory";wwStrings["wwDebugTrace"] = "Debug Trace";wwStrings["wwContentServerRequestFailed"] = "Content Server Request Failed";wwStrings["wwLdapFilterGroupsLabel"] = "Filter Groups:";wwStrings["wwEditACL"] = "Edit Access List";wwStrings["wwVerifyMetadataUrlChange"] = "\nAre you sure you want to change the {1}?\nThis will change the URL of the web file.\n";wwStrings["wwJspServerStopWebApp"] = "Stop Web App";wwStrings["wwUserProfileFor"] = "User Profile for {1}";wwStrings["wwLabelAttachAll"] = "Attach All:";wwStrings["wwClbraNoContentInWorkflow"] = "There is no collaboration project content in workflow \'{1}\'.";wwStrings["wwOption"] = "Option";wwStrings["wwProblemReportsSearchResults"] = "Problem Reports Search Results";wwStrings["wwUseSSL"] = "Use Secure Sockets Layer:";wwStrings["wwSSDontShowInListsForWebsitesField"] = "Do not Show In Lists For Web Sites Field:";wwStrings["wwSSPopulatexWebsiteSection"] = "Populate the \"Website Section\" Content Information Field";wwStrings["wwDefaultQuery"] = "Default Query";wwStrings["wwLabelNumberOfConnections"] = "Number of Connections:";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<strong>\"{1}\"</strong>.\n";wwStrings["wwFinish"] = "Finish";wwStrings["wwSSDefaultAssetCategoryImage"] = "all images used in my site";wwStrings["wwUseSimpleAuthModel"] = "Use Simple Authorization Model";wwStrings["wwResubmit"] = "Resubmit";wwStrings["wwExclusiveCheckout"] = "Allow only original contributor to check out";wwStrings["wwNoRevisionCheckedIn"] = "No Revision Checked In";wwStrings["wwSSBackupArchiveInfo"] = "Backup Archive Information";wwStrings["wwAutoNumberPrefix"] = "Auto Number Prefix:";wwStrings["wwResults"] = "Results";wwStrings["wwContentServerType"] = "Content Server Type";wwStrings["wwDCTemplateRulesLayoutCol2"] = "Available Layouts";wwStrings["wwGroupFilter"] = "Use Group Filtering";wwStrings["wwDCTemplateRulesLayoutCol1"] = "Layout";wwStrings["wwSSUsageLocation"] = "Usage Location";wwStrings["wwFilterActions"] = "Actions";wwStrings["wwDCConfigDefTemplateTitle"] = "Default GUI Template";wwStrings["wwFullTextSearch"] = "Full-Text Search";wwStrings["wwWfcontribution"] = "contribution";wwStrings["wwServerLogs"] = "Content Server Logs";wwStrings["wwEnterLogSizeAlert"] = "The size of the requested log file is not a valid positive integer.";wwStrings["wwLmContentExpiringAfter"] = "Content expiring after <i>{1t}</i>";wwStrings["wwSchemaNotStableError_update"] = "Choice lists are not fully loaded.  Update aborted.";wwStrings["wwNoDocsToView"] = "There are no documents to view.";wwStrings["wwToRefresh"] = "To Refresh";wwStrings["wwWfReviewNoRevCheckedIn"] = "There is currently no content item associated with this workflow.";wwStrings["wwDCGeneralConfigTitle"] = "General Configuration";wwStrings["wwImageFileName"] = "Image File Name";wwStrings["wwSSDisplayWebSitesPageTitle"] = "Web Sites";wwStrings["wwRequiredApprovals"] = "Required Approvals:";wwStrings["wwSSNo"] = "No";wwStrings["wwCreateDate"] = "Create Date:";wwStrings["wwAttachAllUrlInfo"] = "URL - Info [Attach All]";wwStrings["wwColumns"] = "Columns";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["wwNotifyOnly"] = "Notify Only";wwStrings["wwSSWebsiteObjectTypeField"] = "Web Site Object Type Field:";wwStrings["wwSSUpgradePreviewDocs"] = "Content Items";wwStrings["wwdInDate"] = "Release Date";wwStrings["wwUnableToLoadFile"] = "Unable to load the following file:";wwStrings["wwFishbowlAddLicense"] = "Add License";wwStrings["wwComponentUploadSuccess"] = "Successfully uploaded and installed the component.";wwStrings["wwRefineryFailedWebIsNative"] = "\nInbound Refinery failed to convert the\ncontent item but released it to the web by copying the native file.\n";wwStrings["wwEditPneDocProfiles"] = "Edit Content Profile Links";wwStrings["wwDownloadNativeAppletName"] = "Download Native";wwStrings["wwLdapSpecifySourcePath"] = "Please specify a value for the source path.";wwStrings["wwWebLocation"] = "Web Location";wwStrings["wwFishbowlComponent"] = "Component";wwStrings["wwFilterDepth"] = "Depth";wwStrings["wwAllActiveWorkflows"] = "All Active Workflows";wwStrings["wwWfName"] = "Workflow";wwStrings["wwWfSTART_WORKFLOW"] = "Workflow Start";wwStrings["wwEnabledComponents"] = "Currently Enabled Components:";wwStrings["wwCheckinError"] = "Check In Error";wwStrings["wwBasicSubscriptionDisabledDesc"] = "The administrator has disabled direct subscriptions to the content item <strong>\"{1}\"</strong>.";wwStrings["wwConfigurationValues"] = "Configuration Values";wwStrings["wwEditTemplate"] = "Edit...";wwStrings["wwSSArchiveNameLabel"] = "Archive Name";wwStrings["wwDCConfigConvFormatsTitle"] = "Conversion Formats";wwStrings["wwSearchDesc"] = "Allows you to search for content.";wwStrings["wwContentHistory"] = "Content History";wwStrings["wwSSArchiveProgress"] = "Progress";wwStrings["wwEditServer"] = "Edit Server";wwStrings["wwSubscribedAt"] = "Subscribed At:";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["wwUsernameMaxLength"] = "The user name may not exceed {1} characters.";wwStrings["wwPreviewListfor"] = "Preview List for";wwStrings["wwMoreEllipses"] = "more...";wwStrings["wwOsFamilyLabel"] = "OS Family:";wwStrings["wwReset"] = "Reset";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["wwSubscribeToItem"] = "Subscribe to This Item";wwStrings["wwPreviewProviderInfoFor"] = "Preview Provider Information for {1}";wwStrings["wwMajorRevSeq"] = "Major Revision Sequence:";wwStrings["wwSSBackupServerConfigDetails"] = "Server Configuration Details";wwStrings["wwContentItemsInWorkflow"] = "Content Items In Workflow \'<i>{1}</i>\'";wwStrings["wwLabelDatabaseName"] = "Database Name:";wwStrings["wwIdcAdminServerPort"] = "Port number";wwStrings["wwLabelTitle"] = "Title:";wwStrings["wwSSAdminStopSite"] = "Stop Web Site";wwStrings["wwContributor"] = "Contributor:";wwStrings["wwSSDefaultAssetCategoryNameScript"] = "Scripts";wwStrings["wwLastRequestDate"] = "Last Request Date:";wwStrings["wwSSAdminSitesUpgradeCancelButton"] = "Cancel Upgrade";wwStrings["wwEnterQueryTitle"] = "Enter a title for this query: ";wwStrings["wwLocalRegistration"] = "Local Registration";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["wwInvalidCharsInDocType"] = "Unable to add type. Spaces and special characters are not allowed in document types.";wwStrings["wwCommentOnRevision"] = "(comment on revision <a href=\"{1}?IdcService=DOC_INFO&dID={2}\">{3}</a>)";wwStrings["wwServerStatus"] = "Server Status";wwStrings["wwSharedDirPath"] = "Shared Directory Path:";wwStrings["wwSSAdminUpgradeDiffPage"] = "Content Differences Page";wwStrings["wwHttpServer"] = "HTTP Server:";wwStrings["wwSSShowHideDetail"] = "Show / Hide Detail";wwStrings["wwSSManageSectionLabel"] = "Manage Backup Archives";wwStrings["wwSSExplainUpgradeDone"] = "The upgrade process has completed.";wwStrings["wwProjectName"] = "Publisher Project Name:";wwStrings["wwLabelUserName"] = "User Name:";wwStrings["wwSSAddArchiveButton"] = "Add Archive";wwStrings["wwDownloadAppletName"] = "Download";wwStrings["wwSSAdminSitesUpgradeStartButton"] = "Start Upgrade";wwStrings["wwVerifyUserDelete"] = "Are you sure you wish to permanently delete the user from the system?";wwStrings["wwdOutDate"] = "Expiration Date";wwStrings["wwGotoDiscussionLink"] = "Go to discussion";wwStrings["wwContentServerAdministration"] = "Content Server Administration";wwStrings["wwProviderName"] = "Provider Name";wwStrings["wwNewCheckIn"] = "New Check In";wwStrings["wwCheckinActiveFormError"] = "\nYou have attempted to check in an active\nform. To create a new revision, use the Submit control on the\n<a href=\"{1}\">web-viewable</a> rendition.\n";wwStrings["wwSSDeclaredSiteUsage"] = "Declared in Sites:";wwStrings["wwSSCancelButton"] = "Cancel";wwStrings["wwDCConfigRenditionText"] = "The rendition of a content item to be converted.";wwStrings["wwSSArchiveDescriptionRequired"] = "An Archive Description must be supplied.";wwStrings["wwWebViewableSelected"] = "Web-Viewable Selected:";wwStrings["wwIsJspServerEnabled"] = "Enable Java Server Page (JSP)";wwStrings["wwAdditionalComponentsEq"] = "Additional Components={1}";wwStrings["wwSSYes"] = "Yes";wwStrings["wwSSdDocTitle"] = "Title";wwStrings["wwSSAdminUpgradeAdvancedOptions"] = "Advanced Options...";wwStrings["wwDefaultNetworkRolesLabel"] = "Default Network Roles:";wwStrings["wwCancel"] = "Cancel";wwStrings["wwSSContextMenuDataFileNotDefined"] = "Data file not defined";wwStrings["wwEmptyFormatOption"] = "use default";wwStrings["wwSSWebsiteIDField"] = "Web Site ID Field:";wwStrings["wwCachedCheckinInfo"] = "Cached Check In Information";wwStrings["wwSSUpdateValues"] = "Update";wwStrings["wwOutputLimitedByMaxRows"] = "** Output is limited by the maximum rows.";wwStrings["wwSSAdminMigrationAddExportArchivePage"] = "Add Export Archive";wwStrings["wwXuiFileName"] = "File Name";wwStrings["wwSSNodeLayoutsDetail"] = "Lists layouts referenced by sections of the web site";wwStrings["wwSSUsageLayout"] = "Layout";wwStrings["wwReject"] = "Reject";wwStrings["wwDefault"] = "Default";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["wwSSShowProjectStates"] = "Show Project States";wwStrings["wwDTMMessage"] = "Distributed Task Manager Message";wwStrings["wwLdapAttribute"] = "LDAP Attribute";wwStrings["wwSSArchiveDetailLastImport"] = "Last Imported:";wwStrings["wwDCTemplatesTitle"] = "Templates";wwStrings["wwPortalMessage"] = "\n<!--\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 <HomeDir>/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<div align=left><b>Examples of script:</b></div><br>\n\t<$if IsLoggedIn$>UserName = <i><$UserName$></i><br><$endif$>\n\t<$if IsDynamic$>Current Time = <i><$dateCurrent()$></i>\n\t<$else$>This is a static page.\n\t<$endif$>\n -->\n";wwStrings["wwAdsiConfiguration"] = "Active Directory Configuration";wwStrings["wwLatestNotificationAt"] = "Latest Notification At:";wwStrings["wwInstanceStubDirectory"] = "Instance\'s Local Node Directory:";wwStrings["wwErrorReadingComponentFile"] = "Error reading component information from: {1}";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["wwLinks"] = "Links";wwStrings["wwGeneralConfiguration"] = "General Configuration";wwStrings["wwAdminActions"] = "Actions:";wwStrings["wwConfirmRemoveMyViewDescription"] = "Are you certain you wish to remove the Description column?";wwStrings["wwReviewSubscription"] = "Review Subscription";wwStrings["wwSubscribe"] = "Subscribe";wwStrings["wwLdapPortLabel"] = "LDAP Port:";wwStrings["wwLabelSecurityGroup"] = "Security Group:";wwStrings["wwViewRegisteredProductsMsg"] = "\nTo access license registration information for all of your\norganization\'s Stellent Content Server products, enter the serial number for any product in the\nfield below, and press the View Registered Products Button.\n";wwStrings["wwSSArchiveDetailSite"] = "Site:";wwStrings["wwSSLayoutUsingDocName"] = "Layouts Using Fragment Library";wwStrings["wwLabelInstanceName"] = "Instance Name:";wwStrings["wwPortalDocumentProfiles"] = "Edit Content Profile Links";wwStrings["wwMailServer"] = "Mail Server:";wwStrings["wwResultsPerPage"] = "Results Per Page";wwStrings["wwType"] = "Type";wwStrings["wwAddContentServerClusterNode"] = "Add an Existing Content Server Cluster Node";wwStrings["wwNOETotalResults"] = "Total {1} matching document{1?s}:";wwStrings["wwSpecifyHostName"] = "Please specify a value for the server host name.";wwStrings["wwWfStarted"] = "Workflow \'{1}\' has been started.";wwStrings["wwUseLocalGroups"] = "Use Local Groups";wwStrings["wwAuthorDeleteDesc"] = "When enabled, authors are allowed to delete their revisions without delete privilege.";wwStrings["wwPreview"] = "Preview";wwStrings["wwSSRestoreArchiveButton"] = "Restore";wwStrings["wwSSMissingDomainErr"] = "A web site address must be specified.";wwStrings["wwLogin"] = "Login";wwStrings["wwWorkflowReviewNotification"] = "Workflow Review Notification";wwStrings["wwContentMgr"] = "Content Manager";wwStrings["wwDpLabelTag"] = "Profile";wwStrings["wwSSContextMenuSwitchDataFile"] = "Switch Region Content";wwStrings["wwDisplayingMatches"] = "Displaying matches {1}-{2}.";wwStrings["wwLdapProviderInformationTitle"] = "LDAP Provider Information for ";wwStrings["wwPrjUnregister"] = "Unregister";wwStrings["wwSearchDir"] = "Search Engine State Directory";wwStrings["wwWfLastActionTs"] = "Last Action Date";wwStrings["wwFrom"] = "From";wwStrings["wwSSAdminDataFileUpgradesRemaining"] = "Data Files Remaining:";wwStrings["wwWfReviewCheckinSelMsg"] = "You currently have this item checked out. You should check it in when finished.";wwStrings["wwNoEntriesForPage"] = "No entries defined for this page.";wwStrings["wwBrowse"] = "Browse";wwStrings["wwSSNoDomainMappings"] = "No web site addresses have been configured.";wwStrings["wwAttachSelectedUrlWeb"] = "URL - Web [Attach Selected]";wwStrings["wwMinorRevSeq"] = "Minor Revision Sequence:";wwStrings["wwServerPort"] = "Server Port";wwStrings["wwSSUsageCountOne"] = "Found {1} occurrence";wwStrings["wwContentItemInfo"] = "Content Item Info";wwStrings["wwUrlNative"] = "URL - Native";wwStrings["wwCheckedOutContentItems"] = "Checked-Out Content Items";wwStrings["wwFishbowlLicenseType"] = "License Type";wwStrings["wwJavaClasspath"] = "Java Classpath:";wwStrings["wwDCConfigRuleCriteriaTitle"] = "Rule Criteria";wwStrings["wwInvalidUserName"] = "The user name is invalid.";wwStrings["wwAdministrationDesc"] = "Click here for {1} system administration.";wwStrings["wwPneCheckinProfiles"] = "Personal Check Ins";wwStrings["wwComponentInstallPage"] = "Component Install Page";wwStrings["wwAppletPermissionDenied"] = "Applet does not have permission to perform this activity.";wwStrings["wwAttachSelected"] = "Attach Selected";wwStrings["wwAdsAuthMethod"] = "Authorization Method";wwStrings["wwDocInfoTitle"] = "Content Information";wwStrings["wwPersonalUrls"] = "Personal URLs";wwStrings["wwAddIncomingProvider"] = "Add Incoming Provider";wwStrings["wwUseShortNames"] = "Use Short Names";wwStrings["wwProblemReportInformation"] = "Problem Report Information";wwStrings["wwLabelCheckedOutBy"] = "Checked Out By:";wwStrings["wwSSRemoveArchiveConfirm"] = "Are you sure you want to delete the selected archive?";wwStrings["wwXuiPopupEmailBody"] = "";wwStrings["wwLabelId"] = "ID:";wwStrings["wwSSArchiveTypeExport"] = "Export";wwStrings["wwDiscussionFullInfoLinkLabel"] = "[Full Info]";wwStrings["wwReviewLicenseInfo"] = "Please review the information below to make sure that it is correct.";wwStrings["wwReleasedDate"] = "Released Date";wwStrings["wwAttachAll"] = "Attach All";wwStrings["wwContentExpiringAfter"] = "Content expiring after <br>{1t}";wwStrings["wwAdminServerFor"] = "Admin Server on {1}";wwStrings["wwSSSectionRequired"] = "Please select a section.";wwStrings["wwPrjFunctions"] = "Functions:";wwStrings["wwSrcIsLocal"] = "The source is local.";wwStrings["wwContributorProblemReportNotification"] = "Contributor Problem Report Notification";wwStrings["wwViewRegisteredProducts"] = "View Registered Products";wwStrings["wwLabelProviderClass"] = "Provider Class:";wwStrings["wwOptionsForServer"] = "Options for {1}";wwStrings["wwSSArchiveOpBackup"] = "Backup";wwStrings["wwPersonalUrlsForUser"] = "URLs for {1}";wwStrings["wwClickLinkToLogin"] = "Click the link below to log in.";wwStrings["wwClbraAction"] = "Action";wwStrings["wwFullAccess"] = "Full Access";wwStrings["wwDocumentList"] = "Document List";wwStrings["wwSSShowUsageInWebSites"] = "View Web Site Usage Report";wwStrings["wwScsLogDetails_Error"] = "An error has occurred. The stack trace below shows more information.";wwStrings["wwActionsAndLinks"] = "Actions and Links";wwStrings["wwContinue"] = "Continue";wwStrings["wwSSWebsiteDocsReport"] = "Web Site Assets";wwStrings["wwCopy"] = "Copy";wwStrings["wwSSNoSitesAvailable"] = "No web sites are available.";wwStrings["wwConfigure"] = "Configure";wwStrings["wwSSPercentageComplete"] = "Percentage Complete:";wwStrings["wwSSArchiveDetailHasServerConfig"] = "Has Server Configuration Information:";wwStrings["wwSSBlankTargetCollectionName"] = "The transfer target collection must be specified.";wwStrings["wwSSAdminSitesUpgradeNextButton"] = "Next&nbsp;&nbsp;&gt;";wwStrings["wwSubmit"] = "Submit";wwStrings["wwDefaultMasterDomain"] = "Default Master Domain";wwStrings["wwWorkflows"] = "Workflows";wwStrings["wwXuiDate"] = "Date";wwStrings["wwNumberOfConnections"] = "Number of Connections";wwStrings["wwActiveProjectWorkflows"] = "Active Publisher Project Workflows";wwStrings["wwDCConfigTitle"] = "Dynamic Converter Configuration";wwStrings["wwSubscribeTo"] = "Subscribe to \"{1}\"";wwStrings["wwSimple"] = "Simple";wwStrings["wwUploadNewComponent"] = "Install New Component";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["wwGetConversion"] = "Get Conversion";wwStrings["wwContentSecurityOptions"] = "Content Security Options";wwStrings["wwVerifyDocDelete"] = "\nThe content item and all of its revisions will be permanently deleted from the system.\nDelete the content item now?\n";wwStrings["wwDpDescription"] = "Description";wwStrings["wwAttachSelectedWeb"] = "Web [Attach Selected]";wwStrings["wwSelectDot"] = "Select...";wwStrings["wwNoWorkInProgress"] = "There is no work in progress.";wwStrings["wwConfigureFilter"] = "Configure Web Server Filter";wwStrings["wwNoRegisteredProjects"] = "There are no registered publisher projects available to view.";wwStrings["wwSSSetOptions"] = "Set Options";wwStrings["wwOnlineRegistrationMsg"] = "\nFor online registration use the button below. This will connect to the\nStellent license server.\n";wwStrings["wwSSNoWebSitesAvailable"] = "No web sites are available.";wwStrings["wwPluginDebug"] = "PLUGIN_DEBUG";wwStrings["wwSpecifyProviderName"] = "Please specify a value for \'Provider Name\'.";wwStrings["wwEnableKeywordHighlighting"] = "Enable search keyword highlighting";wwStrings["wwFileFormatsWizardForInstance"] = "File Formats Wizard for {1}";wwStrings["wwDownloadInformation"] = "Download Information";wwStrings["wwEditPersonalUrls"] = "Edit URLs";wwStrings["wwRestoreDefaults"] = "Restore Defaults";wwStrings["wwSSContextMenuShowDiff"] = "View Differences";wwStrings["wwSSUrlDataFilesReport"] = "Contributor Data Files";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<br>\n<br><b>Role Prefix: </b> <span class=xxsmall> \"OU=Roles, OU=Stellent\" </span>\n<br><b>Depth: </b>1\n<br><span class=xxsmall> \"CN=testRole, OU=subOrg2, OU=org1, OU=Roles, OU=Stellent, dc=mydomain, dc=com\" </span>\n<br>\n<br>\nThe above group matches the Role Prefix, and the remainder of the group name\nafter the Role Prefix is <span class=xxsmall> \"CN=testRole, OU=subOrg2,\nOU=org1\" </span>.  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=Stellent\" and the\ndepth defaults to 0, \"CN=roleA, OU=Roles, OU=Stellent\" would be a valid role, but\n\"CN=roleB, OU=subOrg, OU=Roles, OU=Stellent\" would not.\n";wwStrings["wwAttachAllWeb"] = "Web [Attach All]";wwStrings["wwSSDefaultAssetCategoryNameValidationScript"] = "Validation Scripts";wwStrings["wwWorkflowSteps"] = "Workflow Steps:";wwStrings["wwSSSelectDocsButtonLabel"] = "Select Marked Documents";wwStrings["wwMinServerCompatibilityVersionEq"] = "Minimum Server Compatibility Build={1}";wwStrings["wwClbraType"] = "Type";wwStrings["wwLdapServerLabel"] = "LDAP Server:";wwStrings["wwLabelServerPort"] = "Server Port:";wwStrings["wwRestartServerToApplyChanges"] = "This server must be restarted before the changes will take place.";wwStrings["wwUpdate"] = "Update";wwStrings["wwAddContentServer"] = "Add an Existing Local Content Server";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["wwXuiDefaultTemplate"] = "Classic View";wwStrings["wwTempConvCriteriaMissing"] = "Criteria is missing for criteria";wwStrings["wwPortalDesignForUser"] = "Portal Design for {1}";wwStrings["wwCriteria"] = "Criteria";wwStrings["wwWebLayoutPath"] = "Web Layout Path:";wwStrings["wwEnds"] = "Ends";wwStrings["wwSSDefaultAssetCategoryNameOther"] = "Other Media";wwStrings["wwAnyAddress"] = "Any Address";wwStrings["wwContentItemsForWorkflow"] = "Content Items For Workflow \'{1}\'";wwStrings["wwSelfReg"] = "Self-Registration";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["wwUserSuccessfullyRegistered"] = "The user \'{1}\' was successfully added to the database.";wwStrings["wwSSBrowseSection"] = "Browse this section";wwStrings["wwAdsUserPassword"] = "User Password";wwStrings["wwContentTitleLabel"] = "Title: ";wwStrings["wwSSArchiveDetailName"] = "Name:";wwStrings["wwSSProjectDefaultMetadataPageTitle"] = "Set Project Default Document Information";wwStrings["wwSSAdminMigrationAddImportArchivePage"] = "Add Import Archive";wwStrings["wwSourceContentId"] = "Source Content ID:";wwStrings["wwSSArchiveOpImport"] = "Import";wwStrings["wwSSAdminUpgradeShowDiffs"] = "Show Differences";wwStrings["wwClickToEnableComponents"] = "<a href=javascript:document.ComponentEnableForm.submit()>Click here</a> to enable the component and restart the server";wwStrings["wwSchemaNotStableWarning_update"] = "Choice lists are not fully loaded.  Continue update?";wwStrings["wwDocType"] = "Doc Type";wwStrings["wwLmContentExpiredBewteen"] = "Content expired between <i>{1t}</i> and <i>{2t}</i>";wwStrings["wwSSInstantBackupButton"] = "Create Web Site Backup";wwStrings["wwLdapSuffix"] = "LDAP Suffix";wwStrings["wwSearchForProblemReports"] = "Search for Problem Reports";wwStrings["wwSSDisplayWebsitesMenuLabel"] = "Web Sites";wwStrings["wwEnterpriseSearchEnabled"] = "Enterprise Search Enabled";wwStrings["wwmyViewDescription"] = "Description";wwStrings["wwWorkflowInQueue"] = "Workflow In Queue";wwStrings["wwSSRestoreButton"] = "Upload Backup Archive";wwStrings["wwLabelRelativeWebRoot"] = "Relative Web Root:";wwStrings["wwFormSubmissionConfirmation"] = "Form Submission Confirmation";wwStrings["wwRemoteServer"] = "Remote Server (Multiple Masters or Remote Cluster)";wwStrings["wwAddCollaboration"] = "Add collaboration project";wwStrings["wwDownloadSelected"] = "Download Selected";wwStrings["wwdSecurityGroup"] = "Security Group";wwStrings["wwOutgoingProviderDesc"] = "Configuring an outgoing provider.";wwStrings["wwMyPersonalCheckins"] = "My Check Ins";wwStrings["wwNoExpiredRevisions"] = "No expired revisions found.";wwStrings["wwPortalSavedQueries"] = "Portal Saved Queries";wwStrings["wwSSAdminBackupRestorePage"] = "Backup and Restore";wwStrings["wwCheckinExistingTemplate"] = "Check In Existing Template";wwStrings["wwDCConfigDefLayoutTitle"] = "Default Layout Template";wwStrings["wwUnsubscribeFromItem"] = "Unsubscribe from Content Item";wwStrings["wwSSAdminMigrationEditExportArchivePage"] = "Edit Export Archive";wwStrings["wwTo"] = "To";wwStrings["wwXuiCustomTemplate"] = "My View";wwStrings["wwServerOptions"] = "Server Options";wwStrings["wwWfReviewFileCannotBeViewedInBrowser"] = "\nThis content item cannot be viewed in your browser.\nYou must <a target=\"_top\" href=\"{1}\">download it</a> first, then you may approve or reject it.\n";wwStrings["wwNoRolesDefined"] = "No roles have been defined.";wwStrings["wwDCTemplateRulesCriteriaTitle"] = "Criteria for selected rule";wwStrings["wwEnable"] = "Enable";wwStrings["wwDCEditTemplateSection"] = "Template to Edit";wwStrings["wwAvailableFields"] = "Available Fields";wwStrings["wwPrjUnregisterAll"] = "Unregister All";wwStrings["wwLicenseProperties"] = "License Properties";wwStrings["wwSSRemoveDomainMapping"] = "Remove Site Address";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["wwPrev"] = "[Prev]";wwStrings["wwSSWebsitesField"] = "Web Sites Field:";wwStrings["wwSearchOptions"] = "Search Options:";wwStrings["wwAdditionalExitCondition"] = "Current Step\'s Additional Exit Condition:";wwStrings["wwActiveWorkflows"] = "Active Workflows";wwStrings["wwSSSiteNamePrompt"] = "Web Site:";wwStrings["wwAdditionalActions"] = "Additional Actions:";wwStrings["wwSignedAppletsWarning"] = "(Warning: signed applets will work only with some browsers.)";wwStrings["wwSSAdminSitesUpgradeContinueButton"] = "Continue Upgrade";wwStrings["wwVerifyServerRemoval"] = "Are you certain you wish to remove this server from the Admin Server?";wwStrings["wwSSExplainUpgradeOld"] = "There are two steps to upgrade a legacy web site.<ol><li><b>Select the legacy web site.</b>  On this page select the legacy web site that you would like to convert to the new format.</li><li><b>Assign Document Information for the Site Studio Project file.</b>  This will allow you to assign document information to be used to check in the project to the Content Server.<br><br>Note: 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.</li></ol>";wwStrings["wwMyViewAdvancedScriptDesc"] = "Idoc Script entered into this field is evaluated and included in the Description column of the My View search results template.";wwStrings["wwLocalServer"] = "Local Server (Master or Proxy)";wwStrings["wwSSProjetDetail"] = "Lists the project associated with the web site";wwStrings["wwSSArchiveOpRestore"] = "Restore";wwStrings["wwSSWebSiteLabel"] = "Web Site:";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["wwEntryPoint"] = "Entry Point:";wwStrings["wwDBProviderDesc"] = "Configuring a database provider.";wwStrings["wwLabelRevision"] = "Revision:";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["wwSSArchiveCollection"] = "Collection:";wwStrings["wwSSRestoreSectionLabel"] = "Upload Backup Archive";wwStrings["wwNotHasAsWordPrefix"] = "Not Has Prefix";wwStrings["wwIsDynamicConverterEnabled"] = "Enable Dynamic Converter";wwStrings["wwEmailSend"] = "Send link by e-mail";wwStrings["wwSSIsPrimary"] = "Page";wwStrings["wwAdsUserName"] = "User Name";wwStrings["wwSSArchiveNameRequired"] = "An Archive Name must be supplied.";wwStrings["wwMustLoginToSubscribe"] = "Must be logged in to subscribe to content.";wwStrings["wwSSDownloadFragmentLibrary"] = "Download Fragment Library";wwStrings["wwNative"] = "Native";wwStrings["wwSSWebSiteUsageDetail"] = "The document was declared in the following web sites:";wwStrings["wwWfLastAction"] = "Last Action";wwStrings["wwSSUnmakeDomainDefault"] = "Deselect As Default Address";wwStrings["wwMyFolderSettings"] = "My Folder Settings";wwStrings["wwNewTemplate"] = "New...";wwStrings["wwDatabaseProvider"] = "Database Provider";wwStrings["wwSSAdminUpgradeDiffTitle"] = "Content Differences";wwStrings["wwVaultFileSize"] = "Vault File Size";wwStrings["wwAdminConsoleOutput"] = "Console output from the Admin Server:";wwStrings["wwLdapNumConnections"] = "Number of connections";wwStrings["wwMasterServer"] = "Master Server";wwStrings["wwDCConfigDefTemplateCol3"] = "Template Types";wwStrings["wwClbraDescription"] = "Description";wwStrings["wwDCConfigDefTemplateCol2"] = "Available Templates";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["wwSSArchiveImport"] = "Import";wwStrings["wwDCConfigDefTemplateCol1"] = "Template";wwStrings["wwAllExpiringContent"] = "All Expiring Content";wwStrings["wwEnterPrefix"] = "Please enter a prefix.";wwStrings["wwCriteriaSubscriptionListDesc"] = "You are subscribed to these groups of items:";wwStrings["wwNativeRendition"] = "Native File";wwStrings["wwSSFragmentLibraries"] = "Fragment Libraries";wwStrings["wwContentItemsForClbraWorkflow"] = "Content items for collaboration project \'{2}\' in workflow \'{1}\'";wwStrings["wwWebFileSize"] = "Web File Size";wwStrings["wwSSConvertHyperlinks"] = "Convert Hyperlinks";wwStrings["wwSubsFor"] = "Subscriptions for {1}";wwStrings["wwViewNativeVersion"] = "View Native Version";wwStrings["wwSSSiteDomainPrompt"] = "Address:";wwStrings["wwSubscriptionMsg"] = "New revisions of the following content items have recently been checked in:";wwStrings["wwSSDefaultAssetCategoryNameStylesheet"] = "CSS";wwStrings["wwPortalSystemLinks"] = "Portal System Links";wwStrings["wwLmContentExpiredBefore"] = "Content expired before <i>{1t}</i>";wwStrings["wwAllowSignedApplets"] = "Allow Signed Applets";wwStrings["wwPneSearchProfiles"] = "Personal Searches";wwStrings["wwDownloadNative"] = "Download Native";wwStrings["wwLabelSeverity"] = "Severity:";wwStrings["wwWfInQueueFor"] = "Workflow In Queue for {1}";wwStrings["wwNtlmConfiguration"] = "NT Domain Security Configuration";wwStrings["wwLdapUseNetscape"] = "Use Netscape SDK";wwStrings["wwBriefContentLabel"] = "Brief Content Info:";wwStrings["wwRegisterUser"] = "Register User";wwStrings["wwRoles"] = "Roles";wwStrings["wwLabelWorkflowStep"] = "Workflow Step:";wwStrings["wwSSPagePrimary"] = "primary";wwStrings["wwListNavigation"] = "List Navigation:";wwStrings["wwWfContentItemsInQueue"] = "Workflow Content Items In Queue";wwStrings["wwTrue"] = "TRUE";wwStrings["wwSSWebSitesButtonLabel"] = "Web Sites";wwStrings["wwCurrentOptionList"] = "Current Option List";wwStrings["wwDigestOnly"] = "Digests Only";wwStrings["wwDocSrcInfo"] = "Document Source Information";wwStrings["wwDCEditTemplateButton"] = "Edit Template";wwStrings["wwSSUsage"] = "Usage Detail";wwStrings["wwLatestNotificationUseAt"] = "Latest Notification Use At:";wwStrings["wwSSBackupConfirmDelete"] = "Are you sure you want to delete this backup archive?";wwStrings["wwLdapPriorityLabel"] = "Priority:";wwStrings["wwCriteriaUnubscribeDesc"] = "\nThe content item, <strong>\"{1}\"</strong>, 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["wwOr"] = "Or";wwStrings["wwXuiCheckOut"] = "check out...";wwStrings["wwRemainingReviewers"] = "Remaining Reviewers:";wwStrings["wwNoErrs"] = "No Errors";wwStrings["wwSSStoppedSitesOption"] = "Stopped Web Sites ==============";wwStrings["wwSpecifyTestQuery"] = "Please specify a test query for this provider.";wwStrings["wwAttachNative"] = "Native";wwStrings["wwXSLTRequestFailed"] = "XSLT Validation Failed";wwStrings["wwField"] = "Field";wwStrings["wwDCConfigRuleCriteriaUnits"] = "Criteria per rule";wwStrings["wwWorkflowStepInfo"] = "Workflow Step Info";wwStrings["wwSSShowServerDetailsButton"] = "Show Server Details";wwStrings["wwXuiActions"] = "Actions";wwStrings["wwLdapUserProviderDesc"] = "Configuring an LDAP user provider.";wwStrings["wwEdit"] = "Edit";wwStrings["wwBasicSubscriptionDesc"] = "\nIf you want to receive an email notification each time a new\nrevision of <strong>\"{1}\"</strong> becomes available, click the Subscribe link below.\n";wwStrings["wwLocalGroupServer"] = "Local Group Server";wwStrings["wwSave"] = "Save";wwStrings["wwDiscussionInfoTitle"] = "Discussion Info";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["wwDownloadAll"] = "Download All";wwStrings["wwWorkInProgress"] = "Work In Progress";wwStrings["wwNotContainsAsWord"] = "Not Contains Word";wwStrings["wwHostName"] = "Host Name";wwStrings["wwXuiSearchWidgetSuffix"] = "of {1}";wwStrings["wwStatus"] = "Status";wwStrings["wwSSContextMenuEdit"] = "Edit";wwStrings["wwDocQueryWithinTitle"] = "Search within the results where the query is \'{1}\'";wwStrings["wwSSDefaultAssetCategoryNameNativeDocument"] = "Native Documents";wwStrings["wwServerHostName"] = "Server Host Name";wwStrings["wwNo"] = "No";wwStrings["wwClbraCreatedBy"] = "Created By";wwStrings["wwDocInfoFull"] = "Full";wwStrings["wwRegistrationStart"] = "Registration Start";wwStrings["wwFormats"] = "Formats";wwStrings["wwOK"] = "OK";wwStrings["wwLdapConnectionTimeout"] = "Connection timeout";wwStrings["wwPreviewProviderDesc"] = "Configuring a preview provider.";wwStrings["wwAvsFullTextSearchDesc"] = "Enter words or phrases separated with & (and) or | (or).";wwStrings["wwComponentUninstallComfirmMsg"] = "Are you sure you want to uninstall the component?";wwStrings["wwWorkflowReview"] = "Workflow Review";wwStrings["wwSSSnapshotFile"] = "Backup Zip File:";wwStrings["wwAccountFilter"] = "Account Filter:";wwStrings["wwInfoUpdateFormTitle"] = "Info Update Form for \'{1}\'";wwStrings["wwSSDownloadArchiveButton"] = "Download ZIP";wwStrings["wwCriteriaUnsubscribeTitle"] = "Unsubscribe from Group";wwStrings["wwAutoNamePrefix"] = "Auto Name Prefix:";wwStrings["wwOutgoingProviderInfoFor"] = "Outgoing Provider Information for {1}";wwStrings["wwRemoveFromWfInQueue"] = "Remove From Queue";wwStrings["wwDCHtmlRendition"] = "HTML Rendition";wwStrings["wwInstanceDirectory"] = "Instance Directory:";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<br>\n<br><b>Naming Context:</b> <span class=xxsmall>  \"dc=mydomain, dc=com\" </span>\n<br><b>Role Prefix:</b> <span class=xxsmall>  \"OU=Roles, OU=Stellent\" </span>\n<br><b>Group:</b> <span class=xxsmall>   \"CN=group1, OU=subDept1, OU=dept2, OU=Roles, OU=Stellent, dc=mydomain, dc=com\" </span>\n\t<ul>\n\t\t<li>If \"Group Filtering\" and \"Use Full Group Names\" are true, the group will map to the role \"dept2/subDept1/group1\".\n\t\t<li>If \"Group Filtering\" is false, but \"Use Full Group Names\" is true, the group will map to the role \"Stellent/Roles/dept2/subDept1/group1\".\n\t\t<li>If \"Group Filtering\" is true, but \"Use Full Group Names\" is false, the group will map to the role \"group1\".\n\t\t<li>If \"Group Filtering\" and \"Use Full Group Names\" are false, the group will map to the role \"group1\"\n\t</ul>\n\n\t<br><b>Another Example:</b>\n\t<br><b>Naming Context: </b> <span class=xxsmall> \"dc=mydomain, dc=com\" </span>\n\t<br><b>Account Prefix: </b> <span class=xxsmall> \"OU=Accounts, OU=Stellent\" </span>\n\t<br><b>Group: </b> <span class=xxsmall> \"CN=testAcct, OU=subAcct2, OU=acct2, OU=Accounts, OU=Stellent, dc=mydomain, dc=com\"</span>\n\t<ul>\n\t\t<li>If \"Group Filtering\" and \"Use Full Group Names\" are true, the group will map to the account \"acct2/subAcct2/testAcct\".\n\t\t<li>If \"Group Filtering\" is false, but \"Use Full Group Names\" is true, the group will map to the ROLE \"Stellent/Accounts/acct2/subAcct2/testAcct\".\n\t\t<li>If \"Group Filtering\" is true, but \"Use Full Group Names\" is false, the group will map to the account \"testAcct\".\n\t\t<li>If \"Group Filtering\" and \"Use Full Group Names\" are false, the group will map to the ROLE \"testAcct\"\n\t</ul>\n";wwStrings["wwLabelHttpServerAddress"] = "HTTP Server Address:";wwStrings["wwCurrentlyDisabledComponents"] = "Currently Disabled Components";wwStrings["wwPersonalConfiguration"] = "Personal Configuration";wwStrings["wwSpecifyField"] = "Please specify a value for field {1}.";wwStrings["wwUserAgent"] = "User Agent";wwStrings["wwXuiItemsShown"] = "Items {1}-{2} of {3}";wwStrings["wwWebViewableLink"] = "Web-Viewable Link:";wwStrings["wwSelect"] = "Select";wwStrings["wwSSPathBasedLinks"] = "To Path-Based URLs (e.g. &lt;&#33;--$ssServerRelativeSiteRoot--&gt;/products/index.htm)";wwStrings["wwContentServerError"] = "Content Server Error";wwStrings["wwWfReadyForStep"] = "Content item \'{1}\' is ready for workflow step \'{2}\'.";wwStrings["wwSSEditArchiveButton"] = "Update";wwStrings["wwViewProviders"] = "View Providers";wwStrings["wwCantGetDocFormats"] = "Could not retrieve the default DocFormats result set.";wwStrings["wwWfWORK_NOTIFICATION"] = "Work Notification";wwStrings["wwCgiDebugDesc"] = "Log summary of data and headers sent between the web server filter and the Content Server.";wwStrings["wwDpIsCheckinNav"] = "Enable Check-In Link";wwStrings["wwNoResultsForNamedQuery"] = "Found no items out of {1} searched matching the query <b>{2}</b>.";wwStrings["wwPasswordNotConfirmed"] = "\nThe new password was not correctly confirmed.\nMake sure the confirmation password exactly matches the new password.\n";wwStrings["wwSSChooseWebsitesTitle"] = "Browsing";wwStrings["wwSSBackupDeleteMenuItem"] = "Delete backup archive";wwStrings["wwSSExportArchiveAdd"] = "Add Export Archive...";wwStrings["wwSSAdminSitesPage"] = "Manage Web Sites";wwStrings["wwCouldntFindInFormList"] = "Could not find this value in the form list: ";wwStrings["wwReleaseDate"] = "Release Date";wwStrings["wwOsNameLabel"] = "OS Name:";wwStrings["wwRevHistory"] = "Revision History";wwStrings["wwCurrentUrlLabel"] = "Current URL:";wwStrings["wwSSAdminSitesUpgradeRestartButton"] = "Restart Upgrade";wwStrings["wwHomePage"] = "Home Page";wwStrings["wwEditOutgoingProvider"] = "Edit Outgoing Provider";wwStrings["wwSSArchiveAdd"] = "Add...";wwStrings["wwWebLocationLabel"] = "Web Location:";wwStrings["wwLabelResultsPerPage"] = "Results Per Page:";wwStrings["wwSSDefaultAssetCategoryNameDataFile"] = "Contributor Data Files";wwStrings["wwActionsLabel"] = "Actions:";wwStrings["wwInstanceHome"] = "{1} Home";wwStrings["wwCurrentStatus"] = "Current Status:";wwStrings["wwSpecifyName"] = "Please specify a content ID.";wwStrings["wwLocalClusterNode"] = "Local Cluster Node (Master or Proxy)";wwStrings["wwComponentManager"] = "Component Manager";wwStrings["wwInternetProperties"] = "Internet Properties";wwStrings["wwTraceSectionsList"] = "Active Sections";wwStrings["wwXuiShowAsColumn"] = "Show as column";wwStrings["wwReleasedDocuments"] = "Released Documents";wwStrings["wwAction"] = "Action";wwStrings["wwAllWorkflowItems"] = "All Workflow Items";wwStrings["wwSelectionInformation"] = "Selection Information";wwStrings["wwUnregisterWorkflow"] = "Unregister Workflow";wwStrings["wwConfigureNtlm"] = "Configure NT Domain Security";wwStrings["wwComponentInstallList"] = "Component Install List";wwStrings["wwSSMigrationRules"] = "Replication Rules";wwStrings["wwDCConfigDefTemplateText"] = "Template that will be used if none of the other selection rules match.";wwStrings["wwLocalCopyNotSynced"] = "\nThe local copy of this content item has not been\nupdated to the latest revision.  Use <i>Get Native File</i> or\n<i>Check Out</i> to update your local copy of <i>{1}</i>.\n";wwStrings["wwJspServerNoWebApp"] = "No Web Application Found.";wwStrings["wwClbraNoRevs"] = "There are currently no revisions in this collaboration project.";wwStrings["wwTempConvFieldValueMissing"] = "The field value is missing in criteria";wwStrings["wwSSArchiveRemove"] = "Delete";wwStrings["wwSelectQuery"] = "Select Query";wwStrings["wwAttachAllUrlNative"] = "URL - Native [Attach All]";wwStrings["wwLabelPassword"] = "Password:";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["wwTemplateConversions"] = "Dynamic Converter Admin";wwStrings["wwAllowAuthorDelete"] = "Allow Author to Delete Revision:";wwStrings["wwSpecifyAccount"] = "Please specify an account.";wwStrings["wwRevisionFinishedEditing"] = "Revision Finished Editing";wwStrings["wwDCConfigDefLayoutCol2"] = "Available Layouts";wwStrings["wwUserProfileDesc"] = "Enables users to view or edit their profile.";wwStrings["wwDCConfigDefLayoutCol1"] = "Layout";wwStrings["wwLabelFullName"] = "Full Name:";wwStrings["wwLdapIsPrimaryUserBase"] = "Primary User Base";wwStrings["wwFullAccessDescription"] = "Log in to use the content server with your full access privileges";wwStrings["wwSSLegacyWebsites"] = "Legacy Web Sites";wwStrings["wwChooseDocAction"] = "Choose an action...";wwStrings["wwPrintViewLabel"] = "Print View";wwStrings["wwProblemReportNotification"] = "Problem Report Notification";wwStrings["wwState"] = "State";wwStrings["wwCustomDir"] = "Custom Components Directory";wwStrings["wwNewDiscussionInformationText"] = "Enter a comment to create a new discussion.";wwStrings["wwSSServerSideLinkTokens"] = "To Server-Side Link Tokens (e.g. ssNODELINK/1)";wwStrings["wwNoAuthor"] = "No Author";wwStrings["wwLdapUseNetscapeLabel"] = "Use Netscape:";wwStrings["wwAttachUrlInfo"] = "URL - Info";wwStrings["wwUpdateCompConfigLablel"] = "Update Component Configuration";wwStrings["wwSSAdminViewSite"] = "View Web Site";wwStrings["wwClbraViewDocs"] = "View Content";wwStrings["wwViewAdminOutput"] = "View Admin Output";wwStrings["wwNewDocType"] = "New Document Type";wwStrings["wwLabelConnectionState"] = "Connection State:";wwStrings["wwHomeDesc"] = "Click on this button to get back to this page.";wwStrings["wwDCConfigMaxFileTitle"] = "Maximum File Size";wwStrings["wwRemoveValue"] = "Remove value {1}";wwStrings["wwPortalPersonalUrls"] = "Portal Personal URLs";wwStrings["wwAttachWeb"] = "Web";wwStrings["wwSSMigrationRule3"] = "Adjust archive document release dates to force check-in";wwStrings["wwSSMigrationRule2"] = "Retain region content on target server during import";wwStrings["wwSSMigrationRule1"] = "Retain switched region content on target server during import";wwStrings["wwWfCHECKOUT"] = "Check Out";wwStrings["wwRegisterOnline"] = "Register Online";wwStrings["wwSSAddSiteAddress"] = "Add Web Site Address";wwStrings["wwHttpServerAddress"] = "HTTP Server Address";wwStrings["wwLogoff"] = "Logout";wwStrings["wwFoundMatchesForQuery"] = "Found {1} item{1?s} matching the query.";wwStrings["wwProxyResults"] = "Results:";wwStrings["wwTest"] = "Test";wwStrings["wwViewAllWfRevisions"] = "View All Workflow Items";wwStrings["wwProjectInformationForProject"] = "Publisher Project Information for \'{1}\'";wwStrings["wwFileFormatsWizard"] = "File Formats Wizard";wwStrings["wwUsers"] = "Users";wwStrings["wwSSUsageFragmentId"] = "Used Fragment";wwStrings["wwGo"] = "Go";wwStrings["wwLabelShowOnlyKnownAccounts"] = "Show Only Known Accounts:";wwStrings["wwCheckin"] = "Check In";wwStrings["wwInternetFullTextSearchDesc"] = "Enter search terms";wwStrings["wwEditSavedQueries"] = "Edit Saved Queries";wwStrings["wwDCTemplateRulesTemplateSectionTitle"] = "Template and layout for selected rule";wwStrings["wwDCTemplateRulesUpButt"] = "Move Up";wwStrings["wwDpNameTag"] = "Profile Name";wwStrings["wwWfReviewCheckedOutBy"] = "This item is currently checked out by <a href=\"mailto:{2}\">{1}</a>. No further action can be taken until it is checked in.";wwStrings["wwLabelProviderConnection"] = "Provider Connection:";wwStrings["wwUserPersonalization"] = "User Personalization Settings";wwStrings["wwContentExpiredBefore"] = "Content expired before <br> {1t}";wwStrings["wwResultsOptionsTitle"] = "Results Options";wwStrings["wwLabelJdbcUser"] = "JDBC User:";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["wwBefore"] = "Before";wwStrings["wwProviderType"] = "Provider Type";wwStrings["wwSSArchiverMsg"] = "Archiver Message:";wwStrings["wwSSAdminPageCaption"] = "Site Studio Administration";wwStrings["wwMySubscriptions"] = "My Subscriptions";wwStrings["wwLabelStatus"] = "Status:";wwStrings["wwAfter"] = "After";wwStrings["wwWorkflow"] = "Workflow";wwStrings["wwStepName"] = "Step Name";wwStrings["wwNoProblemReportForItem"] = "There are no problem reports for this content item.";wwStrings["wwDocUsedAsTemplate"] = "Document used as a template:";wwStrings["wwSSNoBackupArchives"] = "No backup archives are available.";wwStrings["wwLogOptions"] = "Log Options";wwStrings["wwDiscussionInfoLabel"] = "Discussion Info";wwStrings["wwGetExpired"] = "Get Expired";wwStrings["wwYes"] = "Yes";wwStrings["wwDefaultNetworkRoles"] = "Default Network Roles";wwStrings["wwSSBackupConfirmRestore"] = "Are you sure you want to restore the contents of this backup archive?";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["wwUninstall"] = "Uninstall";wwStrings["wwInfo"] = "Info";wwStrings["wwSubscriptions"] = "Subscriptions";wwStrings["wwVerifyProviderDelete"] = "Are you sure you wish to delete this provider?";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["wwSpecifyPrimFile"] = "Please specify a primary file.";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["wwShowDefaultQuery"] = "Show Default Query";wwStrings["wwNotifiedSubjects"] = "Notified Subjects";wwStrings["wwTasks"] = "Tasks";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["wwLabelJdbcDriver"] = "JDBC Driver:";wwStrings["wwBack"] = "Back";wwStrings["wwOptionalSearchCollections"] = "Optional Search Collections";wwStrings["wwWIPContentItems"] = "WIP Content Items";wwStrings["wwAllExpiredContent"] = "All Expired Content";wwStrings["wwMetadataOnly"] = "Metadata Only";wwStrings["wwTempConvFieldNameMissing"] = "The field name is missing in criteria";wwStrings["wwCheckinWhenDoneMsg"] = "\nClick on the <strong>Check In</strong>\nbutton below when your edit is complete.\n";wwStrings["wwSSDomainName"] = "Web Site Address";wwStrings["wwSSDefaultAssetCategoryCustomElementForm"] = "all custom element forms used in my site";wwStrings["wwSSProgressCloseButton"] = "Close";wwStrings["wwNativeExtension"] = "Native File Extension";wwStrings["wwActiveStandardWorkflows"] = "Active Standard Workflows";wwStrings["wwSecurityGroup"] = "Security Group";wwStrings["wwSSUsageFragmentLibrary"] = "Used Fragment Library";wwStrings["wwSSArchiveName"] = "Archive Name:";wwStrings["wwVerifyFormClear"] = "Go ahead and clear the form?";wwStrings["wwAutoAssignContentId"] = "Auto-Assign Content ID on Check In:";wwStrings["wwClassesDir"] = "Classes Directory";wwStrings["wwFishbowlLicenseInfo"] = "Fishbowl Solutions\' License Information";wwStrings["wwTaminoNoXMLResult"] = "No Matching XML";wwStrings["wwSSBackupArchives"] = "Web Site Backup Archives";wwStrings["wwClbraActiveDocs"] = "Active Collaboration Content for Project \'{1}\'";wwStrings["wwSSMigrationIncludeProject"] = "Include project file in export archive";wwStrings["wwUpload"] = "Upload";wwStrings["wwFromInteger"] = "From";wwStrings["wwClbraActiveNotWf"] = "Content yet to be released and not in a workflow";wwStrings["wwCollaborationProjects"] = "Collaboration Projects";wwStrings["wwContains"] = "Contains";wwStrings["wwSSAdminQuickHelp"] = "Help";wwStrings["wwMsLoginDesc"] = "Enables users to view restricted content in the system using their Microsoft Network account.";wwStrings["wwUseUnicodeLabel"] = "Use Unicode:";wwStrings["wwSSManageBackupRestorePageTitle"] = "Manage Backup Archives";wwStrings["wwLdapEditProvider"] = "Edit LDAP Provider";wwStrings["wwLabelAction"] = "Action:";wwStrings["wwWorkflowState"] = "Workflow State";wwStrings["wwSSNoFragmentLibraries"] = "No fragment libraries are available.";wwStrings["wwSSDefaultAssetCategoryNameLayoutFile"] = "Layout Pages";wwStrings["wwSSxWebsiteObjectType"] = "Web Site Object Type";wwStrings["wwDCConfigDefLayoutText"] = "Layout that will be used if none of the other selection rules match.";wwStrings["wwFormSubmissionError"] = "Form Submission Error";wwStrings["wwViewSubscriptionDoc"] = "View Content";wwStrings["wwIndexError"] = "Index Error:";wwStrings["wwSavedQueriesForUser"] = "Saved Queries for {1}";wwStrings["wwFeatureCode"] = "Feature Code";wwStrings["wwLdapServer"] = "LDAP Server";wwStrings["wwFilterCacheTimeout"] = "Cache Timeout";wwStrings["wwCheckinFormAlreadySubmitted"] = "Check in form has already been submitted.";wwStrings["wwSubmitProblemReport"] = "Submit Problem Report";wwStrings["wwDCEditTemplateTitle"] = "Dynamic Converter - Edit Templates";wwStrings["wwXuiSearchWidgetPrefix"] = "Page";wwStrings["wwRegistration"] = "Registration";wwStrings["wwPreviewList"] = "Preview List";wwStrings["wwTitleEnabledComponents"] = "Enabled Components:";wwStrings["wwFishbowlManuallyUpdateLicense"] = "Manually Update or Add New License";wwStrings["wwUser"] = "User";wwStrings["wwContentItemCheckOut"] = "Content Item Check Out";wwStrings["wwAdministrationForServers"] = "Administration for Servers";wwStrings["wwSpecifySecGroup"] = "Please specify a security group.";wwStrings["wwServerPortLabel"] = "Server Port:";wwStrings["wwCurrentDocTypes"] = "Current Document Types";wwStrings["wwComponentUninstallSuccess"] = "Successfully uninstalled the component.";wwStrings["wwMyViewLabel"] = "My View:";wwStrings["wwFileEncoding"] = "File Encoding:";wwStrings["wwProviderClass"] = "Provider Class";wwStrings["wwLdapAdminDNLabel"] = "LDAP Admin DN:";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["wwFishbowlUpdateLicense"] = "Update License";wwStrings["wwSSLayoutFragmentsDetail"] = "Lists fragments used by the layouts of the web site";wwStrings["wwDCConfigTimeOutText"] = "Dynamic Conversions that take longer than this amount of time will fail.";wwStrings["wwUrlWeb"] = "URL - Web";wwStrings["wwSSdDocName"] = "Content ID";wwStrings["wwServerFileEncodingLabel"] = "Server File Encoding:";wwStrings["wwNoEnabledComponents"] = "No Enabled Components";wwStrings["wwEnableAccounts"] = "Enable Accounts:";wwStrings["wwSSAdminUpgradePathsAltText"] = "View important information about this option";wwStrings["wwGetExpiring"] = "Get Expiring";wwStrings["wwLabelProblemReport"] = "Problem Report:";wwStrings["wwCheckinNewTemplate"] = "Create New Template";wwStrings["wwAscending"] = "Ascending";wwStrings["wwStopServer"] = "Stop {1}";wwStrings["wwDelete"] = "Delete";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["wwSerialNumberLabel"] = "Serial Number:";wwStrings["wwSpecifyReleaseDate"] = "Please specify a release date.";wwStrings["wwLdapSourcePathLabel"] = "Source Path:";wwStrings["wwCachedContentInfo"] = "Cached Content Information";wwStrings["wwEnterSourceAttribute"] = "Please enter an LDAP attribute.";wwStrings["wwCheckinProfileTitle"] = "Content Check In Form for {1}";wwStrings["wwMyProfile"] = "My Profile";wwStrings["wwSSArchiveTypeImport"] = "Import";wwStrings["wwSSAdminHelpTitle"] = "Show Help";wwStrings["wwDefaultNetworkAccountsLabel"] = "Default Network Accounts:";wwStrings["wwMyCheckedOutContent"] = "My Checked-Out Content";wwStrings["wwUndoCheckOut"] = "Undo Check Out";wwStrings["wwMyWorkflowItems"] = "My Workflows";wwStrings["wwBasicSubscriptionListDesc"] = "You are subscribed to these items:";wwStrings["wwSSReportForDoc"] = "Web Site Usage Report for \'{1}\'";wwStrings["wwCurrentlyEnabledComponents"] = "Currently Enabled Components";wwStrings["wwCompleteCheckin"] = "Complete Check In";wwStrings["wwLabelCaption"] = "Caption:";wwStrings["wwWfReviewWorkflowContent"] = "Review workflow content";wwStrings["wwLabelProviderDesc"] = "Provider Description:";wwStrings["wwXuiDamTemplate"] = "Thumbnail View";wwStrings["wwFilterDebug"] = "FILTER_DEBUG";wwStrings["wwCachedCheckinItems"] = "Cached Check In Items for {1}";wwStrings["wwSSSelectAllButtonLabel"] = "Select All Documents";wwStrings["wwDCTemplateRulesDeleteButt"] = "Delete Rule";wwStrings["wwSubscriptionType"] = "Subscription Type";wwStrings["wwWebCommonDir"] = "Weblayout Common Directory for Applets";wwStrings["wwStellentHomePage"] = "Stellent Home Page";wwStrings["wwPostNewLabel"] = "Post Comment";wwStrings["wwPreviewNavigationFrame"] = "Preview Navigation Frame";wwStrings["wwNoCollaborations"] = "There are currently no collaboration projects available.";wwStrings["wwUnregisterPreview"] = "Unregister Preview";wwStrings["wwXuiSearchWidgetPageNumber"] = "Page {1}";wwStrings["wwFishbowlDeleteLicense"] = "Delete License";wwStrings["wwWfAssignmentMsg"] = "You have been assigned to the following workflow step:";wwStrings["wwClear"] = "Clear";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["wwNoResultsForQueryPlain"] = "Found no items matching the query.";wwStrings["wwDatabaseName"] = "Database Name";wwStrings["wwRejectContentItem"] = "Reject Content Item";wwStrings["wwContentServerMessage"] = "Content Server Message";wwStrings["wwErrorRetrievingInfo"] = "Error Retrieving Info:";wwStrings["wwAdminReportsForInstance"] = "Administration Reports for {1}";wwStrings["wwUpdateLicenseForServer"] = "Update License for {1}";wwStrings["wwSSContextMenuPrompt"] = "Right click for options";wwStrings["wwAttachUrlWeb"] = "URL - Web";wwStrings["wwSearchProbReports"] = "Search Problem Reports";wwStrings["wwAddNewServer"] = "Add a New Server";wwStrings["wwClbraNoActiveRevs"] = "There is no active collaboration project content.";wwStrings["wwRegisterManually"] = "Register Manually";wwStrings["wwEnableNtlmSecurityLabel"] = "Use Microsoft Security:";wwStrings["wwPersonalCheckinLinks"] = "Personal Check In Links";wwStrings["wwSSArchiveExportOptions"] = "Export Options";wwStrings["wwTitle"] = "Title";wwStrings["wwManualRegistration"] = "Manual Registration";wwStrings["wwSSArchivingStarted"] = "The archiving operation has been initiated for the archive shown below:";wwStrings["wwSSContentMissing4"] = "This content is unavailable (Dynamic Conversion failed)";wwStrings["wwSSContentMissing3"] = "This content is unavailable (Invalid data file)";wwStrings["wwSSContentMissing2"] = "This content is unavailable (missing XPath parameter)";wwStrings["wwWfUNDO_CHECKOUT"] = "Undo Check-Out";wwStrings["wwSSContentMissing1"] = "This content is unavailable (missing Content ID for xml file)";wwStrings["wwNoActiveClbraWorkflows"] = "There are no active collaboration project workflows in the system.";wwStrings["wwUserAttribute"] = "User Attribute";wwStrings["wwContentCheckinSimilar"] = "You may check in a <strong>new</strong> document with similar attributes";wwStrings["wwConfigurationClass"] = "Configuration Class";wwStrings["wwServerComponents"] = "Server Components";wwStrings["wwSSArchiveDetailType"] = "Type:";wwStrings["wwProviders"] = "Providers";wwStrings["wwSSArchiveOperationName"] = "Operation:";wwStrings["wwSSHttpRelativeWebsitesRoot"] = "Relative Web Sites Root:";wwStrings["wwSpecifyUserName"] = "Please specify a user name.";wwStrings["wwDisableGzipCompression"] = "Disable GZIP Compression";wwStrings["wwCouldNotLoadNativeVersion"] = "<em>unknown</em>";wwStrings["wwCheckInTitle"] = "Content Check In Form";wwStrings["wwEmailAddress"] = "E-mail Address";wwStrings["wwRequired"] = "Required:";wwStrings["wwRefineryLogs"] = "Inbound Refinery Logs";wwStrings["wwLicenseSupportHotline"] = "\nNote: For license support call the\nStellent Support Hotline at 888.688.8324 or\n952.903.2020\n";wwStrings["wwSSArchiveNameIllegalChars"] = "The Archive Name contains illegal characters.";wwStrings["wwAddRemoteContentServer"] = "Add Remote Content Server";wwStrings["wwDatabaseVersionLabel"] = "Database Version:";wwStrings["wwDiscussionCountInfo"] = "({1} - {2} item{2?s})";wwStrings["wwDatabaseTypeLabel"] = "Database Type:";wwStrings["wwLabelInstanceId"] = "Instance Id:";wwStrings["wwGuestAccessDescription"] = "Use the navigation items below to access public content only.";wwStrings["wwDownloadWeb"] = "Download Web";wwStrings["wwFlags"] = "Flags";wwStrings["wwContentInfoLabel"] = "Content Info";wwStrings["wwCommonLinks"] = "Common Links:";wwStrings["wwSSDefaultAssetCategoryValidationScript"] = "all validation scripts used in my site";wwStrings["wwSSNoObjectsAvailable"] = "No Content Items Available";wwStrings["wwShowOnlyKnownAccountsDesc"] = "When enabled, the list of accounts on a check in page will contain only globally predefined accounts.";wwStrings["wwSSAdminComponentPage"] = "General Component Information";wwStrings["wwRelativeWebRoot"] = "Relative Web Root";wwStrings["wwDCConfigMaxFileUnits"] = "Bytes";wwStrings["wwWfUsers"] = "Users";wwStrings["wwAltFile"] = "Alternate File";wwStrings["wwSSReportIntro"] = "The following reports list the objects used by the web site \'{1}\'.";wwStrings["wwSpecifyTitle"] = "Please specify a title.";wwStrings["wwEmailFormat"] = "Email Format:";wwStrings["wwContentCheckinUserLabel"] = "Checked in by: ";wwStrings["wwSpecifyJdbcDriver"] = "Please specify a JDBC driver.";wwStrings["wwDCNewTemplateTitleLibrary"] = "Dynamic Converter New GUI Template Form";wwStrings["wwSSAdminSitesUpgradePauseButton"] = "Pause Upgrade";wwStrings["wwLdapSpecifySuffix"] = "Please specify a value for  the LDAP suffix.";wwStrings["wwQuickSearch"] = "Quick Search";wwStrings["wwContentExpiration"] = "Content Expiration";wwStrings["wwWfREJECT"] = "Reject";wwStrings["wwCgiSendDump"] = "CGI_SEND_DUMP";wwStrings["wwRejectedBy"] = "Rejected By:";wwStrings["wwOnlineRegistration"] = "Online Registration";wwStrings["wwOriginalFile"] = "Original File";wwStrings["wwSubscriptionCriteriaLabel"] = "Subscription Criteria:";wwStrings["wwDCTemplateCheckinTitle"] = "Dynamic Converter Template Checkin Form";wwStrings["wwRegisteredFunctions"] = "Registered Functions";wwStrings["wwNone"] = "None";wwStrings["wwRequiredFeaturesEq"] = "Required Features={1}";wwStrings["wwRejectDocument"] = "Reject {1}";wwStrings["wwSSContextMenuDocInfo"] = "Document Info";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["wwPreviewNavigation"] = "Preview";wwStrings["wwSSUpgradeDataFiles"] = "Upgrade Data Files";wwStrings["wwSSArchives"] = "Site Studio Archives";wwStrings["wwHttpRelativeCgiRoot"] = "Http Relative Cgi Root:";wwStrings["wwContentManagerLinks"] = "Content Manager Links";wwStrings["wwWorkflowContentItems"] = "Workflow Content Items";wwStrings["wwPortalDesign"] = "Portal Design";wwStrings["wwContentMessage"] = "Content Message";wwStrings["wwMatches"] = "Matches";wwStrings["wwInstanceName"] = "Instance Name";wwStrings["wwSSArchiveImportOptions"] = "Import Options";wwStrings["wwJspEnabledGroups"] = "JSP Enabled Groups:";wwStrings["wwAddAllToProject"] = "Add All to Publisher Project";wwStrings["wwWfEnterTs"] = "Enter Date";wwStrings["wwApproveRevision"] = "Approve Revision";wwStrings["wwSSCreateProjectFiles"] = "Create Project Files";wwStrings["wwAccountMapPrefix"] = "Account Map Prefix";wwStrings["wwLdapPort"] = "LDAP Port";wwStrings["wwMyView"] = "My View";wwStrings["wwBasicSubscriptionTitle"] = "Subscription Items";wwStrings["wwNoContentInWorkflow"] = "There are no content items in this workflow.";wwStrings["wwWebResourcesLayouts"] = "Layout and Skin Web Resources";wwStrings["wwConfigurationManager"] = "Configuration Manager";wwStrings["wwMajorRevLabel"] = "Major Revision Label Sequence:";wwStrings["wwMessage"] = "Message:";wwStrings["wwAllowedActions"] = "Allowed Actions:";wwStrings["wwFormSubmissionSuccess"] = "Form Submission Success";wwStrings["wwSortBy"] = "Sort By:";wwStrings["wwResultsOnPortalPageLabel"] = "Results on portal page";wwStrings["wwSSServerSideLinks"] = "To Server-Side Links (e.g. &lt;&#33;--$ssNodeLink( 1 )--&gt;)";wwStrings["wwViewServerLogs"] = "View Server Logs";wwStrings["wwDCTemplateRulesAlertNoBlankRules"] = "There are no more blank rules to work with on this page. Please save your changes and then continue.";wwStrings["wwClbraWfNoActionsToView"] = "There is no active collaboration project content in the workflow in queue.";wwStrings["wwUnsubscribe"] = "Unsubscribe";wwStrings["wwReturnToAdminServer"] = "<a href=\"{1}\">Click here</a> to return to the Component Manager";wwStrings["wwOriginalInfoLabel"] = "Original Content Info";wwStrings["wwXuiMore"] = "more...";wwStrings["wwSSLayoutFragmentUsageReport"] = "Layout Fragments";wwStrings["wwSaveOptionMsg"] = "\nUse the right mouse button on the link below\nto choose a save option.\n";wwStrings["wwSelectContentServer"] = "Select the Content Server:";wwStrings["wwSearchWithin"] = "Search Within";wwStrings["wwProxied"] = "Proxied";wwStrings["wwWorkflowInfo"] = "Workflow Info";wwStrings["wwDCEditTemplateText"] = "Select the template that you would like to edit.";wwStrings["wwSelectUserOrAlias"] = "Select user or alias";wwStrings["wwEditIncomingProvider"] = "Edit Incoming Provider";wwStrings["wwSSAdminReloadProjects"] = "Reload Web Sites";wwStrings["wwNext"] = "[Next]";wwStrings["wwNewUserInformation"] = "New User Information";wwStrings["wwDCTemplateRulesListCaption"] = "Template Selection Rules (In order of evaluation)";wwStrings["wwDCConfigMaxFileText"] = "The maximum size of file that will be processed by Dynamic Converter.";wwStrings["wwSSBackupSectionLabel"] = "Create Backup Archive";wwStrings["wwCurrentStep"] = "Current Step:";wwStrings["wwPoweredBy"] = "Powered by Content Management System";wwStrings["wwSSArchiveIsAutomatedExport"] = "Auto Export:";wwStrings["wwNetworkAdminGroup"] = "Network Admin Group";wwStrings["wwDefaultNetworkAccounts"] = "Default Network Accounts";wwStrings["wwInstances"] = "Instances";wwStrings["wwClbraRevisionsFor"] = "Revisions for collaboration project {1}";wwStrings["wwUploadResetError"] = "Upload in progress. The applets cannot be reset.";wwStrings["wwReportCreated"] = "Report Created:";wwStrings["wwCheckedOutBy"] = "Checked Out By";wwStrings["wwSpecifyEmailAddr"] = "Please specify an e-mail address.";wwStrings["wwAdsUseTokenGroups"] = "User Token";wwStrings["wwNativeFileLink"] = "Native File Link:";wwStrings["wwSSBackupArchiveDescription"] = "Archive of site {1} on {2}";wwStrings["wwSSWebsites"] = "Web Sites";wwStrings["wwLdapAccountPrefixLabel"] = "Account Prefix:";wwStrings["wwVerifyContinueCheckin"] = "\nCheck in is already in progress.\nDo you wish to continue the check in?\n";wwStrings["wwNotAllowedToDeleteSelf"] = "You are not allowed to delete yourself.";wwStrings["wwAttachSelectedUrlNative"] = "URL - Native [Attach Selected]";wwStrings["wwDiscussionCountNotPresent"] = "\nThe integer field \'DiscussionCount\' must be created using the configuration\nmanager in order to make the discussion feature functional.\n";wwStrings["wwLabelContentItem"] = "Content Item:";wwStrings["wwFoundMatchesForNamedQuery"] = "Found {1} item{1?s} matching the query <b>{2}</b>.";wwStrings["wwSSUpgradeLayouts"] = "Upgrade Layouts";wwStrings["wwAdministrationLinks"] = "Administration Links";wwStrings["wwTitleDisabledComponents"] = "Disabled Components:";wwStrings["wwSMTPPort"] = "SMTP Port:";wwStrings["wwFoundXItems"] = "Found {1} item{1?s}";wwStrings["wwEnvironmentPackager"] = "Environment Packager";wwStrings["wwHttpRelativeWebRoot"] = "Http Relative Web Root:";wwStrings["wwEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the Content Server itself.";wwStrings["wwDCTemplateRulesAlertNewRule"] = "Please enter a name for the new rule first.";wwStrings["wwAdminApplets"] = "Admin Applets";wwStrings["wwPrimFile"] = "Primary File";wwStrings["wwDescending"] = "Descending";wwStrings["wwSSShowWebSite"] = "Show web site";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["wwDCTemplateRulesTitle"] = "Template Selection Rules";wwStrings["wwClbraWelcomeNotification"] = "Welcome to collaboration project \'{1}\'";wwStrings["wwWfNoActionsToView"] = "There are no items in the workflow in queue.";wwStrings["wwLdapAttributeMapLabel"] = "Attribute Map:";wwStrings["wwSSAdminUpgradeNoDiff"] = "No Differences Detected";wwStrings["wwTraceIsVerboseOption"] = "Full Verbose Tracing";wwStrings["wwSSInvalidBrowseTitle"] = "Invalid Action";wwStrings["wwNotifyTargetDesc"] = "\nUse this option if you are the proxied server in a master and proxied server relationship. The <i>Users</i> 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 <i>Released Documents</i> subject should be checked if you wish to perform an enterprise search from the master server which\nincludes this proxied server.\n";wwStrings["wwEnableDownloadApplet"] = "Enable Download Applet:";wwStrings["wwdDocAuthor"] = "Author";wwStrings["wwLdapNumConnectionsLabel"] = "Number of connections:";wwStrings["wwContentServerConsoleOutput"] = "Console output from the Content Server:";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["wwProductUserProfile"] = "{1} User Profile";wwStrings["wwMoveDown"] = "Move Down";wwStrings["wwLabelReleaseDate"] = "Release Date:";wwStrings["wwOutgoingProvider"] = "Outgoing Provider";wwStrings["wwSSActions"] = "Info";wwStrings["wwViewWebVersion"] = "View Web Version";wwStrings["wwSuccessfulLicenseUpdate"] = "You have successfully updated your license information.";wwStrings["wwSpecifyProviderClass"] = "Please specify a value for \'Provider Class\'.";wwStrings["wwCollaborations"] = "Collaboration Projects";wwStrings["wwActionDate"] = "Action Date";wwStrings["wwTaminoNoResultsForQuery"] = "No search results for query.";wwStrings["wwContentExpiredAfter"] = "Content expired after <br> {1t}";wwStrings["wwContentManagementSystem"] = "Content Management System";wwStrings["wwCheckedOutCon"] = "Checked-Out Content";wwStrings["wwFeatureCodeLabel"] = "Feature Code:";wwStrings["wwClbraCreateDate"] = "Create Date";wwStrings["wwInstallDirs"] = "Installation Directories";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.<br><br> This item is currently checked out by \'{1}\'. However, since you are an administrator, you can force a check-in to continue the workflow.";wwStrings["wwXuiPopupEmailSubject"] = "Re: {1}";wwStrings["wwSSDeployFragmentLibrary"] = "Deploy Fragment Library";wwStrings["wwSSHttpRelativeFragmentsRoot"] = "Relative Fragments Root:";wwStrings["wwAutomated"] = "Automated";wwStrings["wwSSCurrentArchiverStatus"] = "Current Archiver Status";wwStrings["wwLastActivityDate"] = "Last Activity Date";wwStrings["wwFullTextSearchDesc"] = "Enter words or phrases separated by commas";wwStrings["wwSSBackupServerConfigPageTitle"] = "Server Configuration Details";wwStrings["wwUndelete"] = "Undo Delete";wwStrings["wwAssignInfo"] = "Assign Info";wwStrings["wwDownloadComponent"] = "Download Component";wwStrings["wwPublisherProblemReportNotification"] = "Publisher Problem Report Notification";wwStrings["wwWfReviewInfoMsg"] = "Use the links below to see more info about this item, or the status of the workflow.";wwStrings["wwTraceEditOptionsTitle"] = "Edit Active Console Output Tracing**";wwStrings["wwCheckOutInfo"] = "Check Out Information";wwStrings["wwSSLayoutFragmentLibsDetail"] = "Lists fragment libraries used by the layouts of the web site";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["wwSSShowArchiveDetails"] = "Show Archive Information";wwStrings["wwSSAdminSitesUpgradePage"] = "Upgrade Legacy Web Sites";wwStrings["wwManualRegistrationMsg"] = "\nIf your system cannot connect to the Stellent 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["wwNoRevsCheckedOut"] = "There are no revisions checked out.";wwStrings["wwJavaVersionLabel"] = "Java Version:";wwStrings["wwQueryNotification"] = "Query Notification";wwStrings["wwRev"] = "Rev.";wwStrings["wwWhatsNew"] = "What\'s New";wwStrings["wwUrlInfo"] = "URL - Info";wwStrings["wwExplainReasonForRejection"] = "Enter message explaining reason for rejecting content item:";wwStrings["wwSpecifyIntegerForServerPort"] = "Please specify a positive integer for the server port.";wwStrings["wwSecGroup"] = "Security Group";wwStrings["wwComponentUploadDesc"] = "To install, uninstall, or download components,<br>the content server must be running.";wwStrings["wwUpdateProblemReport"] = "Update Problem Report";wwStrings["wwFishbowlLinks"] = "Fishbowl Solutions, Inc. - Links";wwStrings["wwSpecifyInstanceName"] = "Please specify a value for the instance name.";wwStrings["wwEnableNTLM"] = "Enable NTLM:";wwStrings["wwLmContentExpiringBefore"] = "Content expiring before <i>{1t}</i>";wwStrings["wwSSNodeLayoutsReport"] = "Layout Pages";wwStrings["wwSpecifyType"] = "Please specify a type.";wwStrings["wwClbraRevisions"] = "Collaboration Revisions";wwStrings["wwSSArchiveDetailLastExportCount"] = "Last Export File Count:";wwStrings["wwRegisteredProjects"] = "Registered Publisher Projects";wwStrings["wwLdapRolePrefixLabel"] = "Role Prefix:";wwStrings["wwBeginQuote"] = "\'";wwStrings["wwVerityLogs"] = "Verity Logs";wwStrings["wwContentSecurity"] = "Content Security";wwStrings["wwSchemaNotStableError_checkin"] = "Choice lists are not fully loaded.  Checkin aborted.";wwStrings["wwWorkflowStartedNotification"] = "Workflow Started Notification";wwStrings["wwNOEAuthorDisplayResults"] = "You have {1} content item{1?s} that will expire soon:";wwStrings["wwSearchResultsGroupActionLabel"] = "Query Result Action:";wwStrings["wwOptionList"] = "Option List";wwStrings["wwSystemLinksForUser"] = "System Links for {1}";wwStrings["wwAutoNumber"] = "Automatically assign a content ID on check in";wwStrings["wwProject"] = "Publisher Project";wwStrings["wwActiveClbraWorkflows"] = "Active Collaboration Project Workflows";wwStrings["wwClbraRecentDocs"] = "Recent Collaboration Content for Project \'{1}\'";wwStrings["wwNotZoneHasAsWord"] = "Not Has Word";wwStrings["wwSSRunningSitesOption"] = "Running Web Sites ==============";wwStrings["wwCgiSendDumpDesc"] = "Log data and headers sent from the web server filter to the Content Server.";wwStrings["wwSSAdminSiteAddressesPage"] = "Manage Web Site Addresses";wwStrings["wwSSNoUsageDetected"] = "No web site usage detected.";wwStrings["wwSSDefaultAssetCategoryNativeDocument"] = "all native contribution region files used in my site";wwStrings["wwVerifyDocTypeDelete"] = "Do you want to permanently delete the document type from the system?";wwStrings["wwDocumentType"] = "Content Type";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["wwError"] = "Error";wwStrings["wwNoContentServersFound"] = "No Content Servers Found.";wwStrings["wwCustomize"] = "Customize";wwStrings["wwSSActionsColumnHeader"] = "Actions";wwStrings["wwSSChooseSectionTitle"] = "Choose Web Site Section";wwStrings["wwSSArchiveTransferArchive"] = "Transfer to Archive:";wwStrings["wwSSNoBackupConfigDetailsAvailable"] = "No server details are recorded in this backup archive.";wwStrings["wwVaultPath"] = "Vault Path:";wwStrings["wwWebResourcesSchema"] = "Schema Resources Directory";wwStrings["wwSSUsageHideAll"] = "Hide All";wwStrings["wwAdminLogsForInstance"] = "Administration Log Files for {1}";wwStrings["wwDCTemplateRulesTemplateCol3"] = "Template Types";wwStrings["wwDCTemplateRulesTemplateCol2"] = "Available Templates";wwStrings["wwWorkflowContentItemReviewNotification"] = "Workflow Content Item Review Notification";wwStrings["wwSearchResults"] = "Search Results";wwStrings["wwDCTemplateRulesTemplateCol1"] = "Template";wwStrings["wwSpecifyProxiedForEntSearch"] = "An instance must be \'Proxied\' for it to be \'Enterprise Searchable\'.";wwStrings["wwSpecifyRevision"] = "Please specify a revision label.";wwStrings["wwSSDefaultAssetCategoryNamePropertiesForm"] = "Property Forms";wwStrings["wwWorkflowStepInfoFor"] = "Workflow Step Information For \'{1}\'";wwStrings["wwConnectionState"] = "Connection State";wwStrings["wwInfoCollaboration"] = "Information for collaboration project \'{1}\'";wwStrings["wwFishbowlComponentInfo"] = "Fishbowl Solutions\' Component Information";wwStrings["wwDatabaseProviderInfoFor"] = "Database Provider Information for {1}";wwStrings["wwSSUpgradeViewContent"] = " ({1}Show Content{2})";wwStrings["wwNoServersFound"] = "No Content Servers Found.";wwStrings["wwRestartServer"] = "Restart {1}";wwStrings["wwCollaboration"] = "Collaboration Project";wwStrings["wwImage"] = "Image";wwStrings["wwButtonDisable"] = " Disable >> ";wwStrings["wwDownloadApplet"] = "Download Applet";wwStrings["wwProvider"] = "Provider";wwStrings["wwWorkflowRejectNotification"] = "Workflow Content Item Reject Notification";wwStrings["wwSSDefaultAssetCategoryPropertiesForm"] = "all property forms used in my site";wwStrings["wwServerHostnameFilter"] = "Server Hostname Filter:";wwStrings["wwSSComponentVersion"] = "Component Build Version:";wwStrings["wwComponentInstallListDesc"] = "The following items will be installed";wwStrings["wwLabelClusterNodeName"] = "Cluster Node Name:";wwStrings["wwLabelName"] = "Name";wwStrings["wwProductVersionLabel"] = "Product Version:";wwStrings["wwResendMail"] = "Resend Mail";wwStrings["wwAdministratorMailAddress"] = "Administrator Mail Address:";wwStrings["wwJavaProperties"] = "Java Properties";wwStrings["wwAdvanced"] = "Advanced";wwStrings["wwMySavedQueries"] = "My Saved Queries";wwStrings["wwSignature"] = "Signature";wwStrings["wwContentManagerDesc"] = "Allows authorized users to manage content in the system.";wwStrings["wwUserName"] = "User Name";wwStrings["wwAuthor"] = "Author";wwStrings["wwProblemReportsForItem"] = "Problem reports for content item {1}";wwStrings["wwWfRejected"] = "Content item \'{1}\' has been rejected.";wwStrings["wwCheckoutMsg"] = "\nIt is <strong>strongly</strong> recommended that\nyou save the file to a directory other than the browser\'s\ndefault directory.\n";wwStrings["wwProductVersionInfoLabel"] = "Product Build:";wwStrings["wwSSDefaultAssetCategoryNameImage"] = "Images";wwStrings["wwFalse"] = "FALSE";wwStrings["wwProductContentMgr"] = "{1} Content Manager";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["wwAllowOverride"] = "Allow Override Format on Check In:";wwStrings["wwContentExpiringBetween"] = "Content expiring between <br>{1t}<br> and <br>{2t}";wwStrings["wwNoRevisions"] = "This content item has no released revisions.";wwStrings["wwLinksLabel"] = "Links:";wwStrings["wwMyStellent"] = "My Stellent";wwStrings["wwContentCheckedOutBy"] = "Content Checked Out By \'{1}\'";wwStrings["wwInputMustBeNumberAlert"] = "\'{1}\' must be a valid positive integer.";wwStrings["wwdDocAccount"] = "Account";wwStrings["wwConfigForInstance"] = "Configuration Information for {1}";wwStrings["wwLabelAttachSelected"] = "Attach Selected:";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["wwArchiverLogs"] = "Archiver Logs";wwStrings["wwLabelConfirmPassword"] = "Confirm Password:";wwStrings["wwJdbcDriver"] = "JDBC Driver";wwStrings["wwDCTemplateRulesDownButt"] = "Move Down";wwStrings["wwdDocName"] = "Content ID";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["wwLabelOptionList"] = "Option List:";wwStrings["wwGetCopyAccessDesc"] = "When enabled, a user with Read privilege on a content item can get a copy of the native file.";wwStrings["wwInstallPath"] = "Install Path:";wwStrings["wwSSDefaultAssetCategoryOther"] = "For Flash, video, audio";wwStrings["wwEnableOnUi"] = "Enable On UI:";wwStrings["wwToNotify"] = "To Notify";wwStrings["wwRequiredRoles"] = "Required Roles:";wwStrings["wwSSRestoreArchiveDescription"] = "Restore Archive on {1}";wwStrings["wwCgiFileName"] = "Cgi File Name:";wwStrings["wwSSAdminUpgradePreviewPage"] = "Upgrade Content Items";wwStrings["wwSpecifyResultsPerPage"] = "Please specify a value for the number of results per page.";wwStrings["wwLabelSearchTemplate"] = "Search Template:";wwStrings["wwLabelWorkflowName"] = "Workflow Name:";wwStrings["wwRequiresRestart"] = "Requires Restart";wwStrings["wwSSDefaultAssetCategoryScript"] = "all client side script files used in my site";wwStrings["wwEditOrRemoveServer"] = "Edit or Remove Content Server";wwStrings["wwDefaultAuth"] = "Default Authentication";wwStrings["wwSSAdminUpdateScriptsButton"] = "Update Navigation";wwStrings["wwSSArchiveType"] = "Archive Type:";wwStrings["wwSSAdminSiteUpgradesRemaining"] = "Site Upgrades Remaining:";wwStrings["wwSSImportArchiveAdd"] = "Add Import Archive...";wwStrings["wwArchiveName"] = "Archive Name";wwStrings["wwWfTIMED_UPDATE"] = "Timed Update";wwStrings["wwDCConfigSettings"] = "Configuration Settings";wwStrings["wwCgiReceiveDumpDesc"] = "Log data and headers sent from the Content Server to the web server filter.";wwStrings["wwAdvancedSearch"] = "Advanced...";wwStrings["wwAttach"] = "Attach";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["wwPleaseSelectAnAction"] = "Select an action";wwStrings["wwEndQuote"] = "\'";wwStrings["wwCheckOutConfirm"] = "Check Out Confirmation";wwStrings["wwSCORE"] = "Score";wwStrings["wwDocInfoStandardLink"] = "Standard Info";wwStrings["wwCheckedOutConByUser"] = "Content Checked Out By User";wwStrings["wwHasAsWordPrefix"] = "Has Prefix";wwStrings["wwSharedDir"] = "Shared Library and Resources Directory";wwStrings["wwRegistrationForInstance"] = "Registration for {1}";wwStrings["wwSSAdminSitesUpgradeItemsRemaining"] = "Items Remaining: ";wwStrings["wwAnyHost"] = "Any Host that IP Address Filter Allows";wwStrings["wwSSSiteLabel"] = "Web Site";wwStrings["wwNotBeginsWith"] = "Not Starts";wwStrings["wwNotEquals"] = "Not Matches";wwStrings["wwIndexedInfoOnly"] = "\nContent has been indexed with Info only. Resubmit\nshould only be performed if the problem has been resolved.\n";wwStrings["wwItemsInSubscriptionTitle"] = "Content Items In Subscription Group";wwStrings["wwLoginDesc"] = "Enables users to view restricted content in the system.";wwStrings["wwIsInWorkflow"] = "Is In Workflow";wwStrings["wwLdapAdminPassword"] = "LDAP Admin Password";wwStrings["wwXuiViewLabel"] = "View:";wwStrings["wwSSContextMenuCOAO"] = "Check Out And Open";wwStrings["wwDCEditTemplateTextCol2"] = "Available Templates";wwStrings["wwDCEditTemplateTextCol1"] = "Template";wwStrings["wwNothingSelectedForDownload"] = "Nothing has been selected for download.";wwStrings["wwLabelAdminServerFieldIsBlank"] = "This required field is blank:";wwStrings["wwAccounts"] = "Accounts:";wwStrings["wwServerDesc"] = "Server Description:";wwStrings["wwEmailFormatHtml"] = "html";wwStrings["wwWfMAIL_NOTIFICATION"] = "Mail Notification";wwStrings["wwVerifySerialNumberIsCorrect"] = "\nNext, verify that the serial number below matches the number\nshown on the registration information form shipped with your product.\n";wwStrings["wwMapsTo"] = "Maps To";wwStrings["wwGeneratedBy"] = "Generated By:";wwStrings["wwDCAdminTitle"] = "Dynamic Converter Admin";wwStrings["wwCheckIn"] = "Check In";wwStrings["wwLdapSpecifyServer"] = "Please specify a value for the LDAP server.";wwStrings["wwSSNodeId"] = "Section ID";wwStrings["wwAllowGetCopyAccess"] = "Allow Get Copy with Read Privilege:";wwStrings["wwFeatureExtensionsEq"] = "Feature Extension={1}";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["wwFindExpireContent"] = "Find Expired Content";wwStrings["wwProblemReport"] = "Problem Report";wwStrings["wwSSSiteReportFor"] = "Web Site Objects Report for \'{1}\'";wwStrings["wwXuiChangeSearchTemplate"] = "Change Search Template";wwStrings["wwUserNames"] = "User Names";wwStrings["wwWfRESUBMIT"] = "Resubmit";wwStrings["wwNotEndsWith"] = "Not Ends";wwStrings["wwVersionEq"] = "Version={1}";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<strong>Formats</strong> text box.";wwStrings["wwTempConvText4"] = "<strong>Template Content ID:</strong> 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["wwTempConvText3"] = "<strong>Field Value:</strong>  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["wwTempConvText2"] = "<strong>Field Name:</strong>  A metadata field used to identify the content item that is entered in the\nField Value text box.";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["wwSpecifyPassword"] = "Please specify a password.";wwStrings["wwSubscriptionInfo"] = "Subscription Info";wwStrings["wwArchiver"] = "Archiver";wwStrings["wwSSArchiveSiteId"] = "Web Site:";wwStrings["wwQuickHelp"] = "Quick Help";wwStrings["wwContentAuthorLabel"] = "Author: ";wwStrings["wwJdbcPassword"] = "JDBC Password";wwStrings["wwSource"] = "Source:";wwStrings["wwNativeFormat"] = "Native Format";wwStrings["wwSSDefaultAssetCategoryNameFragment"] = "Fragment Libraries";wwStrings["wwLabelAuthor"] = "Author:";wwStrings["wwHome"] = "Home";wwStrings["wwToInteger"] = "To";wwStrings["wwDCConfigRenditionTitle"] = "Rendition";wwStrings["wwChange"] = "Change";wwStrings["wwRemove"] = "Remove";wwStrings["wwLdapUseSSL"] = "Use SSL";wwStrings["wwSSUsageCount"] = "Found {1} occurrences";wwStrings["wwExpDate"] = "Expiration Date";wwStrings["wwWfStep"] = "Step";wwStrings["wwSSArchiveTransferCollection"] = "Transfer to Collection:";wwStrings["wwDiscussionGroupLinkLabel"] = "Discussion";wwStrings["wwSourcePath"] = "Source Path:";wwStrings["wwSearchLinks"] = "Search Links";wwStrings["wwSchemaLoadingValues"] = "Loading values...";wwStrings["wwNOEViewOnWeb"] = "View Results On Web";wwStrings["wwComponentConfigEditPage"] = "Update Component Configuration";wwStrings["wwAddQueryToProject"] = "Add Query to Publisher Project";wwStrings["wwDatabaseType"] = "Database Type";wwStrings["wwContentOutput"] = "Content Output";wwStrings["wwAddToProject"] = "Add Selected to Publisher Project";wwStrings["wwLayout"] = "Layout";wwStrings["wwExpiringContent"] = "Expiring Content";wwStrings["wwLibrary"] = "Library";wwStrings["wwSSSiteId"] = "Web Site";wwStrings["wwSubstring"] = "Substring";wwStrings["wwExclusiveCheckoutDesc"] = "When enabled, Admin privilege is required to check out a content item checked in by another user.";wwStrings["wwSSBackupDownloadMenuItem"] = "Download backup archive as ZIP";wwStrings["wwViewLog"] = "View Web Server Filter Log";wwStrings["wwTaminoViewDoc"] = "View";wwStrings["wwSSBackLabel"] = "Back";wwStrings["wwSSAdminMigrationPage"] = "Manage Site Replication";wwStrings["wwWebLayoutEditor"] = "Web Layout Editor";wwStrings["wwTracingIsInEnglish"] = "**To facilitate international support, most tracing messages are in English and do not have translations.";wwStrings["wwSSWebsiteDocsDetail"] = "Lists documents declared to belong to the web site";wwStrings["wwSSBackupRestoreTitle"] = "Backup / Restore Administration";wwStrings["wwLdapIsPrimaryUserBaseLabel"] = "Primary User Base:";wwStrings["wwNewDiscussionDocTitle"] = "Discussion about {1}";wwStrings["wwEditContentServer"] = "Edit an Existing Content Server";wwStrings["wwInstall"] = "Install";wwStrings["wwAccountPermDelimLabel"] = "Account Permissions Delimiter:";wwStrings["wwStagingWorkflowUnregistrationPending"] = "Staging workflow unregistration is pending.";wwStrings["wwSourceInstance"] = "Source Instance:";wwStrings["wwMoveUp"] = "Move Up";wwStrings["wwSSContextMenuDataFileCheckedOut"] = "Data file is currently checked out by user {1}";wwStrings["wwCriteriaSubscriptionDesc"] = "Items with the following criteria:";wwStrings["wwAcctPrefix"] = "Account Prefix";wwStrings["wwJdbcConnectionString"] = "JDBC Connection String";wwStrings["wwNoTemplateName"] = "Please enter the name of a template to edit.";wwStrings["wwNoProjectsForPreview"] = "There are no Publisher projects available for preview.";wwStrings["wwMiddleParents"] = "Middle Parents:";wwStrings["wwCheckOut"] = "Check Out";wwStrings["wwSchemaEditTitle"] = "Edit values for view {1q}";wwStrings["wwSpecifyJdbcUser"] = "Please specify user name for this JDBC connection.";wwStrings["wwWorkflowDocs"] = "Workflow Revisions";wwStrings["wwDCTemplateRulesCriteriaEquate"] = "is";wwStrings["wwPortalDesignFor"] = "Portal Design for {1}";wwStrings["wwBrowseContent"] = "Browse Content";wwStrings["wwSchemaObjectDoesntExist_relationship"] = "The relationship {1q} does not exist.";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["wwMsLogin"] = "Microsoft Login";wwStrings["wwMyPersonalSearches"] = "My Searches";wwStrings["wwCompleteFormSubmit"] = "Complete Form Submit";wwStrings["wwLastNotifyDate"] = "Last Notification Attempt";wwStrings["wwDescription"] = "Description";wwStrings["wwSSViewNodeInContext"] = "View Section in Context";wwStrings["wwDCEditTemplates"] = "Edit Templates";wwStrings["wwSSUrlDataFilesDetail"] = "Lists data files referenced by sections of the web site";

