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


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

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


var g_defaultApplication = null;

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

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

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

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

	return value;
}

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

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

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

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

wwStrings["wwSSSiteLabel"] = "Web Site";
wwStrings["wwSSDefaultDocPrimaryFileXlsx"] = "default.xlsx";
wwStrings["wwProxiedDesc"] = "\nWeb access and security of a remote server is controlled by this server. Only enable this option if you are\nthe master server in a master and proxied server relationship. Do \u003cb\u003enot\u003c/b\u003e enable this option\nif you only wish to transfer archives.\n";
wwStrings["wwEnvironmentKeyCount"] = "Number of environment keys: {1i}";
wwStrings["wwFeIsAddFormActions"] = "Include form buttons";
wwStrings["wwSctrQueryTRTTopDocsByDocType"] = "Top Content Items by Content Type";
wwStrings["wwServerLogLink"] = "Relative Log URL";
wwStrings["wwSctrQueryTOTContentAccessDetailsFordDocName"] = "Content Access Details for dDocName";
wwStrings["wwNgCompany"] = "Empresa";
wwStrings["wwNgIframeLoadingMessage"] = "Ladevorgang...";
wwStrings["wwFeTextareaValue"] = "Value";
wwStrings["wwSSDefaultAssetCategoryNamePageTemplate"] = "Page Templates";
wwStrings["wwCpdEmptyBasket"] = "Empty Content Basket";
wwStrings["wwRestoreDefaults"] = "Restore Defaults";
wwStrings["wwNotAllowedToDeleteSelf"] = "You are not allowed to delete yourself.";
wwStrings["wwCmuGetAllTasks"] = "List All Tasks";
wwStrings["wwSchemaViewCacheDetailsLink"] = "Check Schema Cache";
wwStrings["wwAdminStartIndexUpdate"] = "Start index update";
wwStrings["wwFoldersLocalDeletedMount"] = "Deleted Mount";
wwStrings["wwPersonalization"] = "My Personalization";
wwStrings["wwCpdChildSearchButtonLabel"] = "Search...";
wwStrings["wwNgConferenceCenterEnabled"] = "\u062a\u0645 \u062a\u0645\u0643\u064a\u0646 \u0645\u0631\u0643\u0632 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u0627\u062a";
wwStrings["wwSoapComplexTypes"] = "Complex Types";
wwStrings["wwRenditions"] = "\ud45c\uc2dc";
wwStrings["wwCpdRevType_LatestReleased"] = "Latest Released";
wwStrings["wwAcctPrefix"] = "Account Prefix";
wwStrings["wwCollectionConfirmCollectionImportArchive"] = "Are you sure you want to import the folder archive?\\nThis will remove all current folders from the system.";
wwStrings["wwEnvironmentConfigurationSaved"] = "Environment saved for \'{1}\'";
wwStrings["wwSSUpgradeLayouts"] = "Upgrade Layouts";
wwStrings["wwSSAdminUpgradeShowDiffs"] = "Show Differences";
wwStrings["wwNoList"] = "No items.";
wwStrings["wwSection"] = "Section";
wwStrings["wwFsWebUrlFilePath"] = "Web URL File Path";
wwStrings["wwLocalGroupServerDesc"] = "\nSpecifies the NT server to interrogate for the local\ngroups that contain the user as a member (see UseLocalGroups). If this\nentry is not set, then the controller of the default master domain is used.\n";
wwStrings["wwCmuClearHistoryButton"] = "Clear";
wwStrings["wwTargetedQuickSearchLabel"] = "Targeted Quick Search Label";
wwStrings["wwSSDefaultDocStringPageTemplateUntitled"] = "(untitled)";
wwStrings["wwFsFieldDesc_ExtensionSeparator"] = "Computed extension separator usually \'.\'";
wwStrings["wwDCTemplateRulesLayoutCol2"] = "Available Layouts";
wwStrings["wwNtlmSecurityEnabled"] = "Ntlm Security Enabled";
wwStrings["wwWizTextOneText"] = "\n\u003cp\u003eDie eingegebenen Daten werden gespeichert, w\u00e4hrend Sie die verschiedenen Seiten des Aufgabenassistenten durchlaufen. Um zu \u00fcberpr\u00fcfen, ob die Daten gespeichert werden, geben Sie Text in das folgende Formularfeld ein und klicken auf \'Zur\u00fcck\' sowie anschlie\u00dfend auf \'Weiter\'.\u003c/p\u003e\n \u003cp\u003eNachdem Sie sich davon \u00fcberzeugt haben, dass die Daten gespeichert werden, klicken Sie auf die Schaltfl\u00e4che \'Weiter\', um zum n\u00e4chsten Schritt zu gehen.\u003c/p\u003e\n";
wwStrings["wwMemo"] = "Memo";
wwStrings["wwSSDefaultAssetCategoryPageTemplate"] = "all page templates used in my site";
wwStrings["wwSSDontShowInListsForWebsitesField"] = "Do not Show In Lists For Web Sites Field:";
wwStrings["wwSearchWithin"] = "Search Within";
wwStrings["wwrefViewItemsInQueue/ibr"] = "Visualizza Oggetti in coda";
wwStrings["wwSSContextMenuWFReject"] = "Reject Document";
wwStrings["wwWizardOptionStep"] = "{1}. {2}";
wwStrings["wwSchemaExceedsChoiceLimit"] = "You may only select {1} values for the field {2}.";
wwStrings["wwNgComponents"] = "Componentes";
wwStrings["wwSpKeystoreAliasPassword"] = "Alias password";
wwStrings["wwClbraProjectTable"] = "Table containing a list collaboration projects.";
wwStrings["wwLabelAttach"] = "Attach:";
wwStrings["wwNgName"] = "\u59d3\u540d";
wwStrings["wwCpdSearchInFolioButtonLabel"] = "Search In Folio...";
wwStrings["wwCpdRestrictToFormats"] = "Restrict formats:";
wwStrings["wwWfReviewNoRevCheckedIn"] = "There is currently no content item associated with this workflow.";
wwStrings["wwPneCheckinProfiles"] = "Personal Check Ins";
wwStrings["wwCpdGoToFolioInfo"] = "View content information for the folio";
wwStrings["wwCmuIgnoreDependencies"] = "Ignore Dependencies";
wwStrings["wwCgiReceiveDump"] = "CGI_RECEIVE_DUMP";
wwStrings["wwItalian"] = "Italian";
wwStrings["wwAdsUserPasswordDesc"] = "\nThis is the password for the user supplied above.  If both the username and\npassword are empty, the calls to Active Directory will be made using the\ncredentials that the web server runs under.\n";
wwStrings["wwFeButtonProps"] = "Button";
wwStrings["wwCmuTaskHistoryTable"] = "History for {1q}";
wwStrings["wwAdministrationDesc"] = "Click here for {1} system administration.";
wwStrings["wwRenditionInformation"] = "Informations sur les interpr\u00e9tations";
wwStrings["wwDiscussionCannotShowNewItemForm"] = "You do not have sufficient privilege to create a discussion for document \'{1}\'.";
wwStrings["wwCpdFolioConfirmConvertToAdvanced"] = "Converting a folio from Simple to Advanced will enable additional features, such as the ability to organize the collection space into a hierarchical structure.\n\nAn Advanced folio cannot be converted back to the Simple form.  Do you wish to convert this folio to Advanced?";
wwStrings["wwSSYes"] = "Yes";
wwStrings["wwNgPleaseConfirmTheFollowingChoices"] = "Confirme as seguintes op\u00e7\u00f5es:";
wwStrings["wwWfAction"] = "Action";
wwStrings["wwNgPleaseSelectAUserBeforePressingChangeLead"] = "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0645\u0633\u062a\u062e\u062f\u0645 (\u0648\u0644\u064a\u0633 \u0627\u0633\u0645\u064b\u0627 \u0628\u062f\u064a\u0644\u0627\u064b) \u0642\u0628\u0644 \u0627\u0644\u0636\u063a\u0637 \u0639\u0644\u0649 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0642\u0627\u0626\u062f.";
wwStrings["wwSctrMainPageRTTopDocsByUserGroup"] = "Top%20Content%20Items%20by%20User%20Role";
wwStrings["wwRevisionFinishedEditing"] = "Revision Finished Editing";
wwStrings["wwLabelOptionList"] = "Option List:";
wwStrings["wwEditPersonalUrls"] = "Edit URLs";
wwStrings["wwSSSCProblem1"] = "Not in dictionary:";
wwStrings["wwConfigurationValues"] = "Configuration Values";
wwStrings["wwSSDefaultAssetCategorySubtemplate"] = "all subtemplates used in my site";
wwStrings["wwLabelFolderID"] = "Collection ID:";
wwStrings["wwSchemaEditTitle"] = "Edit values for view {1q}";
wwStrings["wwPortalSavedQueries"] = "Portal Saved Queries";
wwStrings["wwLmContentExpiredBefore"] = "Content expired before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwInstances"] = "Instances";
wwStrings["wwHelperUseIconLongDescriptionFieldDesc"] = "Display an icon when a detailed description is available for a field instead of making it a hot link.";
wwStrings["wwSSUrlDataFilesDetail"] = "Lists data files referenced by sections of the web site";
wwStrings["wwCpdFolioCheckinTitle"] = "Folio Check In";
wwStrings["wwDCTemplateRulesTemplateCol1"] = "Template";
wwStrings["wwSSCancelButton"] = "Cancel";
wwStrings["wwCollectionBrowsing"] = "Browsing";
wwStrings["wwNgSubscribeToPersonalFolderName"] = "\u8a02\u95b1\u500b\u4eba\u8cc7\u6599\u593e {1q}";
wwStrings["wwCpdConfirmReplaceItemMsg"] = "Replace Item?";
wwStrings["wwLkFoundXItems"] = "Found {1} links";
wwStrings["wwContributionUsers3"] = "Contribution 3";
wwStrings["wwLabelLayout"] = "Layout:";
wwStrings["wwSSArchiveOpImport"] = "Import";
wwStrings["wwCpdNewFolio"] = "New folio";
wwStrings["wwSSContextMenuViewPrimaryPage"] = "View Primary Page";
wwStrings["wwOutFile/ibr"] = "Nome do arquivo convertido";
wwStrings["wwProductSearch"] = "{1} Search";
wwStrings["wwHelperShowOtherAdminNodeFieldDesc"] = "Displays the \"Other\" menu item for administration.  This contains actions grouped by functionality.";
wwStrings["wwKorean"] = "Korean";
wwStrings["wwInternetConfiguration"] = "Internet Configuration";
wwStrings["wwCmuSectionDesc_schemarelations"] = "Schema Relations Section";
wwStrings["wwCOAO_ErrorCannotWebDAV"] = "Unable to open the content item using WebDAV.";
wwStrings["wwSSSiteId"] = "Web Site ID";
wwStrings["wwCpdCannotCutRootNode"] = "Cannot cut root node.";
wwStrings["wwSctrQueryTRTTopDocsAccessedByPeopleOfRole"] = "Itens de conte\u00fado principais acessados pelo usu\u00e1rio da fun\u00e7\u00e3o";
wwStrings["wwExplainReasonForRejection"] = "Enter message explaining reason for rejecting content item:";
wwStrings["wwCpdCreateNode"] = "Create Node";
wwStrings["wwLkResultIsEmpty"] = "No managed links matched the search criteria";
wwStrings["wwPreviewListfor"] = "Preview List for";
wwStrings["wwTestEmailFormSubject"] = "Subject:";
wwStrings["wwSSFragmentLibraries"] = "Fragment Libraries";
wwStrings["wwHelperMenuPlaceInfoLast"] = "Place Information Popup Menu Items Last";
wwStrings["wwCollectionHierarchy"] = "Folders";
wwStrings["wwFullText"] = "Full Text";
wwStrings["wwTestEmailUnsuccessful"] = "Message not sent successfully!";
wwStrings["wwMetricPrefix1"] = "{1} Deka{2}";
wwStrings["wwCmuSectionLabel_doctypes"] = "Content Types";
wwStrings["wwSSWebsiteDocsReport"] = "Web Site Assets";
wwStrings["wwCompleteCheckin"] = "Complete Check In";
wwStrings["wwErrorRetrievingInfo"] = "Error Retrieving Info:";
wwStrings["wwConfigurationManager"] = "Configuration Manager";
wwStrings["wwWfCHECKOUT"] = "Check Out";
wwStrings["wwTrue"] = "TRUE";
wwStrings["wwNgAlertsForProject"] = "\u0e2d\u0e40\u0e25\u0e34\u0e15\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e02\u0e2d\u0e07 {1q} ({2})";
wwStrings["wwHelperFlatPopupMenusFieldDesc"] = "Show the popup menus a single level popup.";
wwStrings["wwDamRenditionSetLabel"] = "\u30ec\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3 \u30bb\u30c3\u30c8\uff1a";
wwStrings["wwInputMustBeNumberAlert"] = "{1q} must be a valid positive integer.";
wwStrings["wwCpdFailedToInitializeFrame"] = "Failed to initialize frame";
wwStrings["wwSSOpenCollection"] = "Open Collection...";
wwStrings["wwNgNoIFrameSupport"] = "\u0e02\u0e2d\u0e2d\u0e20\u0e31\u0e22 \u0e40\u0e1a\u0e23\u0e32\u0e27\u0e4c\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e15\u0e48\u0e32\u0e07 IFRAME \u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49";
wwStrings["wwHttpWebRoot"] = "Http Web Root";
wwStrings["wwMoveDown"] = "Move Down";
wwStrings["wwTestEmailFormBccRecipients"] = "Bcc:";
wwStrings["wwFeTextareaColumns"] = "Columns";
wwStrings["wwCpdRestrictToQuery"] = "Restrict to query:";
wwStrings["wwNgPropagateMessage"] = "\u064a\u0645\u0643\u0646 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0645\u0644\u064a\u0629 \u0646\u0634\u0631 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0637\u0648\u064a\u0644\u0629. \u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631\u061f";
wwStrings["wwPromptCollectionDeleteEnabled"] = "Consentire agli utenti di eliminare le cartelle e gli oggetti del contenuto?";
wwStrings["wwDeleteSelectedRenditions"] = "Verwijderen";
wwStrings["wwQueryBuilderAnd"] = "AND";
wwStrings["wwConfigurationClass"] = "Configuration Class";
wwStrings["wwXuiMore"] = "more...";
wwStrings["wwLabelBatchFileName"] = "Batch Name:";
wwStrings["wwConfigurationInfo"] = "Configuration Info";
wwStrings["wwFeCheckboxName"] = "Name";
wwStrings["wwSSAdminSiteUpgradesRemaining"] = "Site Upgrades Remaining:";
wwStrings["wwComponentManagerDesc"] = "Enable, disable, install, or uninstall server components.  Some actions require a restart.";
wwStrings["wwFSDescriptorImplementor"] = "M\u00f3dulo de implementaci\u00f3n de descriptores";
wwStrings["wwOpenHiddenCollection"] = "Open Hidden Collection";
wwStrings["wwrefRefineryStatus/ibr"] = "Status do Inbound Refinery";
wwStrings["wwCpdSearchForItemTitle"] = "Search for Item";
wwStrings["wwDocument"] = "Content";
wwStrings["wwLabelText"] = "Text:";
wwStrings["wwSSArchiveOpTransfer"] = "Transfer";
wwStrings["wwActiveProjectWorkflowsTable"] = "Table containing a list of Active Publisher Project Workflows.";
wwStrings["wwSSAdminUpgradeDiffPage"] = "Content Differences Page";
wwStrings["wwCmuTaskPending"] = "Task Pending";
wwStrings["wwDownloadComponent"] = "Download Component";
wwStrings["wwSSProductVersion"] = "Product Version:";
wwStrings["wwNgEnterAdditionalMembersForWorkflow"] = "Especifique los miembros que actuar\u00e1n como contribuidores o revisores adicionales en este paso:";
wwStrings["wwCmuSectionDesc_pages"] = "Pages Section";
wwStrings["wwNgAdminLC"] = "admin";
wwStrings["wwxDontShowInListsForWebsites"] = "Exclude From Lists";
wwStrings["wwDatabaseVersion"] = "Database Version";
wwStrings["wwAvailableProcessors"] = "Available processors";
wwStrings["wwStopServer"] = "Stop {1}";
wwStrings["wwCheckedOutCon"] = "Checked-Out Content";
wwStrings["wwFeAdvValueTitle"] = "Wert";
wwStrings["wwCopyAccessLists"] = "\u63a1\u7528\u76ee\u7684\u5730\u8cc7\u6599\u593e\u7684\u5b58\u53d6\u6e05\u55ae\u3002";
wwStrings["wwSctrCHFull_Name"] = "Full Name";
wwStrings["wwShowThreadDetails"] = "Thread Details";
wwStrings["wwDisplayingMatches"] = "Displaying matches {1}-{2}.";
wwStrings["wwNoAssociatedVaultFiles"] = "\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30dc\u30fc\u30eb\u30c8 \u30d5\u30a1\u30a4\u30eb\u306f\u3042\u308a\u307e\u305b\u3093\u3002";
wwStrings["wwWizWelcomeText"] = "\n\t\u003cp\u003eBenvenuti alla demo di Task Wizard. Questa procedura guidata \u00e8 composta da risorse che possono essere sostituite dallo\n\tsviluppatore, in modo da creare una procedura guidata personalizzata per qualsiasi attivit\u00e0 utente. Le risorse consentono allo sviluppatore di\n\tconcentrarsi sul contenuto della procedura guidata attivit\u00e0 senza preoccuparsi del layout.\u003c/p\u003e\n\t\u003cp\u003eQuesta procedura guidata attivit\u00e0 accompagna l\'utente attraverso i passaggi necessari per compilare i campi su un modulo. \u00c8 necessario impostare ciascun\n\tcampo prima di passare al campo successivo. Dopo aver selezionato tutte le informazioni necessarie, verr\u00e0 visualizzata\n\tuna schermata di riepilogo.\u003c/p\u003e\n\t\u003cp\u003ePer iniziare, fare clic sul pulsante \'Avanti\' in basso.\u003c/p\u003e\n";
wwStrings["wwWorkflowReviewNotification"] = "Workflow Review Notification";
wwStrings["wwFeatureCodeLabel"] = "Feature Code:";
wwStrings["wwSearchEngineName"] = "Search Engine:";
wwStrings["wwQueryNotification"] = "Query Notification";
wwStrings["wwNgUpdatedContent"] = "\u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0645\u062d\u062f\u062b\u0629";
wwStrings["wwFeatureComponentHeader"] = "Component";
wwStrings["wwEmailFormatText"] = "text";
wwStrings["wwAscending"] = "Ascending";
wwStrings["wwFullTextSearchDesc"] = "Enter words or phrases separated by commas";
wwStrings["wwSSArchiveTypeLabel"] = "Archive Type";
wwStrings["wwSourceInstance"] = "Source Instance:";
wwStrings["wwSctrQueryTRTUsersWhoHaveSeenDocumentsInSecurityGroup"] = "Users Who Have Seen Content Items in Security Group";
wwStrings["wwSSBrowseSection"] = "Browse this section";
wwStrings["wwSSInvalidBrowseTitle"] = "Invalid Action";
wwStrings["wwCpdCreateFolioTemplate"] = "Create Folio Template";
wwStrings["wwCpdContentItemLocked"] = "Content item locked.";
wwStrings["wwContentCheckinSimilar"] = "You may check in a \u003cstrong\u003enew\u003c/strong\u003e document with similar attributes";
wwStrings["wwLabelRoles"] = "Roles:";
wwStrings["wwAllWorkflowItems"] = "All Workflow Items";
wwStrings["wwIncomingProvider"] = "Incoming Provider";
wwStrings["wwMulti2"] = "Multiselect List";
wwStrings["wwDiscussionCountNotPresent"] = "The integer field \'DiscussionCount\' must be created using the configuration\nmanager in order to make the discussion feature functional.";
wwStrings["wwDefaultMasterDomainDesc"] = "\nIf not set, this value is the domain of the NT\nserver machine that is hosting the web server. This value can be set to\noverride the standard behavior, and force the ISAPI filter to designate a\ndifferent domain as its default master domain.\n";
wwStrings["wwSelectQuery"] = "Select Query";
wwStrings["wwLmContentExpiredBetween"] = "Content expired between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwNgAddToMyProjects"] = "Toevoegen aan mijn projecten";
wwStrings["wwSctrQueryTRTUsersWhoHaveSeenDoc"] = "Users Who Have Seen Content";
wwStrings["wwLkReferences"] = "References";
wwStrings["wwNgAppletEnabled"] = "Miniaplicativo ativado";
wwStrings["wwWebLayoutEditor"] = "Web Layout Editor";
wwStrings["wwCpdConvertToAdvanced"] = "Convert to Advanced Folio";
wwStrings["wwAdvanced"] = "Advanced";
wwStrings["wwLatestNotificationAt"] = "Latest Notification At:";
wwStrings["wwNgRegardingProject"] = "Re: {1q}({2}) \ud504\ub85c\uc81d\ud2b8";
wwStrings["wwNoSavedQueriesToView"] = "You have no saved queries.";
wwStrings["wwCmuConfigSection"] = "Serverkonfiguration";
wwStrings["wwRevisionNum"] = "(Revisi\u00f3n {1})";
wwStrings["wwMyPersonalSearches"] = "My Searches";
wwStrings["wwFSProviderDesc"] = "\u0645\u0648\u0641\u0631 \u0645\u062e\u0632\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062a";
wwStrings["wwCmuTaskNameLabel"] = "Name";
wwStrings["wwCmuActionHistoryStatus"] = "Status";
wwStrings["wwDefaultSortOrder"] = "Default Sort Order";
wwStrings["wwInstanceId"] = "Instance Id";
wwStrings["wwItemsMenuLabel"] = "Oggetti";
wwStrings["wwDamClosePopup"] = "\u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0627\u0646\u0628\u062b\u0627\u0642";
wwStrings["wwFsFieldDesc_dDocName"] = "Standard content name field";
wwStrings["wwLdapUseSSL"] = "Use SSL";
wwStrings["wwNgAllProjects"] = "Todos os projetos";
wwStrings["wwTotalAuditMessages"] = "Total Audit Messages: {1}";
wwStrings["wwSSArchiveParams"] = "Change Settings...";
wwStrings["wwCollectionMaxCollections"] = "Maximum Folders Per Virtual Folder";
wwStrings["wwMySubscriptions"] = "My Subscriptions";
wwStrings["wwNgNoExternalMembersForFolder"] = "Er zijn geen externe leden voor deze map.";
wwStrings["wwDownloadFile"] = "Download {1}";
wwStrings["wwAvailableFields"] = "Available Fields";
wwStrings["wwCmuPagesSection"] = "\u30da\u30fc\u30b8";
wwStrings["wwWfUNDO_CHECKOUT"] = "Undo Check-Out";
wwStrings["wwDCTemplateRulesListCaption"] = "Template Selection Rules (In order of evaluation)";
wwStrings["wwCollectionCollectionCriteria"] = "Criteria";
wwStrings["wwCollectionCollections"] = "Virtual Folders";
wwStrings["wwAttachAll"] = "Attach All";
wwStrings["wwNotContainsAsWord"] = "Not Contains Word";
wwStrings["wwCriteria"] = "Criteria";
wwStrings["wwCopy"] = "Copy";
wwStrings["wwUsersData"] = "Users Data";
wwStrings["wwNgProjectRootsEnvVarValue"] = "\u53d8\u91cf\u503c";
wwStrings["wwAssignProjectInfoTitle"] = "Assign Publisher Project Info";
wwStrings["wwLkContainer"] = "Site";
wwStrings["wwDCConfigTimeOutUnits"] = "Minutes";
wwStrings["wwResolution"] = "\ud574\uc0c1\ub3c4";
wwStrings["wwReportCreated"] = "Report Created:";
wwStrings["wwSSRegionDefinitionField"] = "Region Definition Field:";
wwStrings["wwResults"] = "Results";
wwStrings["wwPrimFile"] = "Primary File";
wwStrings["wwSSDefaultDocStringSubtemplateFile"] = "Subtemplate File";
wwStrings["wwLocalClusterNode"] = "Local Cluster Node (Master or Proxy)";
wwStrings["wwServerStatus"] = "Server Status";
wwStrings["wwFeCheckboxValue"] = "Value";
wwStrings["wwSSNoBackupConfigDetailsAvailable"] = "No server details are recorded in this backup archive.";
wwStrings["wwNgPersonalFolderInformationFor"] = "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u062c\u0644\u062f \u0627\u0644\u0634\u062e\u0635\u064a \u0644\u0640 {1q}";
wwStrings["wwAdd"] = "Add";
wwStrings["wwSSCurrentArchiverStatus"] = "Current Archiver Status";
wwStrings["wwNgProjectInformationFor"] = "Informa\u00e7\u00f5es sobre o projeto para {1q} ({2})";
wwStrings["wwCmuAdminSectionItemTable"] = "Items for section \'{1m}\'";
wwStrings["wwLkInfoPage"] = "Link Info";
wwStrings["wwNgFoundAlertsDays"] = "Trovat{1?i:o} {1} avvis{1?i:o} di discussione {2?negli:nell\'} ultim{2?i:o} {2} giorn{2?i:o}.";
wwStrings["wwSSExplainUpgradeOld"] = "There are two steps to upgrade a legacy web site.\u003col\u003e\u003cli\u003e\u003cb\u003eSelect the legacy web site.\u003c/b\u003e  On this page select the legacy web site that you would like to convert to the new format.\u003c/li\u003e\u003cli\u003e\u003cb\u003eAssign Document Information for the Site Studio Project file.\u003c/b\u003e  This will allow you to assign document information to be used to check in the project to the Content Server.\u003cbr\u003e\u003cbr\u003eNote: After assigning the metadata Site Studio will begin the upgrade operation.  Depending upon the size and characteristics of the site, this may take some time.  After the information has been extracted, a new project file will be checked in.  Also note, this operation will not affect the current site\'s Folder structure or information.\u003c/li\u003e\u003c/ol\u003e";
wwStrings["wwCmuSectionDesc_fileextensions"] = "File extension to file format maps";
wwStrings["wwYes"] = "Yes";
wwStrings["wwCmuSectionDesc_contentserver"] = "Content Server Configuration Sections";
wwStrings["wwHelperShowOtherAdminNode"] = "Show \"Other\" Administration Node";
wwStrings["wwFullTextSearch"] = "Full-Text Search";
wwStrings["wwDownloadNative"] = "Download Native";
wwStrings["wwNgProjectsAdmin"] = "Projets de collaboration";
wwStrings["wwCpdNoItemSelected"] = "No item selected.";
wwStrings["wwCmuSubscriptionTypesDefSection"] = "\u8a02\u95b1\u985e\u578b";
wwStrings["wwCmuConfirmExportWithoutPreview"] = "Create export without preview?";
wwStrings["wwSSRemoveDomainMapping"] = "Remove Site Address";
wwStrings["wwCpdAdvancedFolio"] = "Advanced Folio";
wwStrings["wwMustDefineTargetedQuickSearchLabel"] = "Please specify a Targeted Quick Search label.";
wwStrings["wwdOutDate"] = "Expiration Date";
wwStrings["wwCriteriaSubscriptionTitle"] = "Subscription Groups";
wwStrings["wwNgNewDiscussion"] = "\u65b0\u589e\u8a0e\u8ad6";
wwStrings["wwCmuBundleExportDate"] = "Export Date";
wwStrings["wwMetricSymbol-21"] = "{1} z{2}";
wwStrings["wwListTemplateMustSpecifyId"] = "Please specify an ID.";
wwStrings["wwZoneHasAsWordPrefix"] = "Has Word Prefix";
wwStrings["wwSharedDirPath"] = "Shared Directory Path:";
wwStrings["wwMessage"] = "Message:";
wwStrings["wwUsers"] = "Users";
wwStrings["wwNgIllegalCharacterInFolder"] = "\u5728\u6587\u4ef6\u5939\u540d\u4e2d\u5b58\u5728\u975e\u6cd5\u5b57\u7b26\u3002";
wwStrings["wwCpdFolioTemplateCheckinConfirmTitle"] = "Folio Template Check In Confirmation";
wwStrings["wwPostGCMemCheckTime"] = "Time for memory check after garbage collection";
wwStrings["wwNgConfirmInternalDelete"] = "\u9078\u629e\u3057\u305f\u793e\u5185\u30e6\u30fc\u30b6\u30fc\u304a\u3088\u3073\u30b0\u30eb\u30fc\u30d7\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?";
wwStrings["wwSortEnabledComponentsByName"] = "Sort Enabled Components By Name";
wwStrings["wwEmailLinksToSelected"] = "Links por e-mail";
wwStrings["wwSSAdminPageCaption"] = "Site Studio Administration";
wwStrings["wwNew"] = "New";
wwStrings["wwChoose"] = "Choose";
wwStrings["wwServerPageEncodingLabel"] = "Server Page Encoding:";
wwStrings["wwSSInstallNumberReset"] = "(Reset)";
wwStrings["wwCriteriaSubscriptionListDesc"] = "You are subscribed to these groups of items:";
wwStrings["wwStartServer"] = "Start {1}";
wwStrings["wwNgDatabaseIsCaseSensitive"] = "La base de donn\u00e9es est sensible \u00e0 la casse";
wwStrings["wwFsStorageDesc"] = "\nBy configuration, the storage rule is assigned to a revision via the\nxStorageRule metadata field. If this value is not set, the system chooses the\n\'default\' rule. In most usage scenarios, this field is hidden from the user\ninterface and controlled via a content profile. However, if so desired, the\nadministrator may choose to make it visible on the user interface.\n";
wwStrings["wwNgAddProject"] = "Agregar proyecto de colaboraci\u00f3n";
wwStrings["wwFsDuplicationMethods"] = "Duplication Methods";
wwStrings["wwSctrMainPageDPAuthorID"] = "[Author ID]";
wwStrings["wwFsFieldDesc_PartitionRoot"] = "Computed partition root";
wwStrings["wwSSDefaultDocManagerMinXml"] = "Manager Configuration Settings (Minimal Enabled)";
wwStrings["wwSSBackupServerConfigPageTitle"] = "Server Configuration Details";
wwStrings["wwCpdChildrenMoveable"] = "Children moveable:";
wwStrings["wwCpdFolioCheckinConfirmDesc"] = "The following folio has been successfully checked into Content Server. Select a navigation option below and click Finish.";
wwStrings["wwSctrMainPageRLTopDocsByAuthor"] = "Top Content Items by Author";
wwStrings["wwSSArchiveNameLabel"] = "Archive Name";
wwStrings["wwSSDefaultAssetCategoryElementDefinition"] = "all element definitions used in my site";
wwStrings["wwFfwFileTypeHeading"] = "File Type";
wwStrings["wwFeTableAlignLeft"] = "Left";
wwStrings["wwNgDeleteProject"] = "Eliminar proyecto";
wwStrings["wwInternetProperties"] = "Internet Properties";
wwStrings["wwSortedUp"] = "Sorted Up";
wwStrings["wwCpdCannotCopyRootNode"] = "Cannot copy root node.";
wwStrings["wwAvailable"] = "Available";
wwStrings["wwUnableToLoadFile"] = "Unable to load the following file:";
wwStrings["wwFsIsActive"] = "Is Active";
wwStrings["wwLmSkinVariantDefault"] = "Default";
wwStrings["wwArchiverImportFailureTitle"] = "Archiver Import Failure";
wwStrings["wwAddRemoteContentServer"] = "Add Remote Content Server";
wwStrings["wwSctrQuerySTAdvSrch"] = "Advanced Search";
wwStrings["wwLkType_ss_link_node"] = "Site Studio Node";
wwStrings["wwCacheTimeoutDesc"] = "This value specifies the number of minutes the web server filter will cache user data.";
wwStrings["wwTemplatesTable"] = "Table with a list of content list templates, which are used to template how search results are shown.";
wwStrings["wwCpdRemoveContentItem"] = "Remove Content Item";
wwStrings["wwSSCheckinWebContent"] = "Create New Web Asset";
wwStrings["wwAttachNative"] = "Native";
wwStrings["wwFeAddClauseButton"] = "Add clause...";
wwStrings["wwSctrQueryTRTTopSavedSearches"] = "Top Saved Seaches";
wwStrings["wwdCaption"] = "Caption";
wwStrings["wwClosedFolderIcon"] = "Closed folder icon";
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["wwLmContentExpiringBefore"] = "Content expiring before \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwSpecifyUserName"] = "Please specify a user name.";
wwStrings["wwMsLogin"] = "Microsoft Login";
wwStrings["wwLabelRefineryOptions2"] = "Conversion Options:";
wwStrings["wwContentServerConsoleOutput"] = "Console output from the Content Server:";
wwStrings["wwCollectionExploringRoot"] = "Exploring";
wwStrings["wwTargetedQuickSearchClearOption"] = "Clear Selection";
wwStrings["wwNgDiscussionType"] = "\ud1a0\ub860 \uc720\ud615";
wwStrings["wwNgFoldersVersion"] = "Versi\u00f3n de Folders";
wwStrings["wwCollectionMarkedConfigurationNote"] = "Enable and disable system virtual folders.";
wwStrings["wwCollectionVisibleCollection"] = "Hide";
wwStrings["wwCmuSectionDesc_workflowscripts"] = "Workflow Scripts Section";
wwStrings["wwMinorRevSeq"] = "Minor Revision Sequence:";
wwStrings["wwWfMultiNotification"] = "Multiple workflow notification";
wwStrings["wwCmuSectionDesc_subscriptions"] = "Subscriptions Section";
wwStrings["wwCmuActionLabelEditTemplate"] = "Edit Template";
wwStrings["wwCmuActionHistoryStartTime"] = "Start";
wwStrings["wwNoResultsForNamedQueryPlain"] = "Found no items matching the query \u003cb\u003e{1}\u003c/b\u003e.";
wwStrings["wwSctrCHIn_Date"] = "In Date";
wwStrings["wwNewUserInformation"] = "New User Information";
wwStrings["wwNgSearchAgain"] = "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07";
wwStrings["wwFsDescriptorImplementor"] = "Descriptor Implementor";
wwStrings["wwMajorRevLabel"] = "Major Revision Label Sequence:";
wwStrings["wwSctrMainPageDPUserRole"] = "[User Role]";
wwStrings["wwHttpRelativeWebRoot"] = "Http Relative Web Root";
wwStrings["wwSctrMainPageReset"] = "Reset";
wwStrings["wwTempConvTemplateMissing"] = "The template is missing in criteria";
wwStrings["wwCmuActionResults"] = "Results";
wwStrings["wwContentInfoLabel"] = "Content Info";
wwStrings["wwFeParseActionError"] = "Unable to recognize action:";
wwStrings["wwCpdTemplatePropertiesLabel"] = "Properties";
wwStrings["wwToggleSelection"] = "Toggle Selection";
wwStrings["wwRecursiveSearch"] = "include subfolders";
wwStrings["wwJspServerWebAppAdmin"] = "JSP Server Web App Admin";
wwStrings["wwTestEmailFormSubjectDefault"] = "Test email from Content Server";
wwStrings["wwNgProjectLead"] = "\u0e25\u0e35\u0e14\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04";
wwStrings["wwDownloadItems"] = "Fazer download";
wwStrings["wwCpdSubsAdd"] = "Items Added";
wwStrings["wwNgUnsubscribeFromFolderName"] = "\u30d5\u30a9\u30eb\u30c0 {1q} \u306e\u8cfc\u8aad\u3092\u53d6\u308a\u6d88\u3059";
wwStrings["wwSSDocUsageReportPageTitle"] = "View Web Site Objects Report";
wwStrings["wwDCConfigRuleCriteriaText"] = "The number of individual criteria that can be specified per template selection rule.";
wwStrings["wwRefineryConversionFailureOnNoProvider"] = "When the time for transferring a job expires, the conversion should fail.";
wwStrings["wwShowEnabledCompDetails"] = "Enabled Component Details";
wwStrings["wwCmuSectionLabel_subscriptions"] = "Subscriptions";
wwStrings["wwDefaultNetworkRoles"] = "Default Network Roles";
wwStrings["wwPostNewButtonLabel"] = "New Post";
wwStrings["wwContentByUser"] = "Content By {1}";
wwStrings["wwAdminServerFor"] = "Admin Server on {1}";
wwStrings["wwNOETotalResults"] = "Total {1} matching document{1?s}:";
wwStrings["wwNgChangeAccess"] = "Zugriff \u00e4ndern";
wwStrings["wwLkAdminStatus"] = "Status";
wwStrings["wwCpdDownloadXmlRendition"] = "Download XML rendition";
wwStrings["wwMetricPrefix-12"] = "{1} Pico{2}";
wwStrings["wwTargQuickSearchPersonalTable"] = "Table with a list of personalized targeted quick searches.";
wwStrings["wwCpdAddRow"] = "Add row";
wwStrings["wwFsWebPath"] = "Web-viewable Path";
wwStrings["wwLicenseProperties"] = "License Properties";
wwStrings["wwFsFieldDesc_xWebFlag"] = "Flag used to determine existence of a web file";
wwStrings["wwrefConfigurationInformation/ibr"] = "\u69cb\u6210\u60c5\u5831";
wwStrings["wwSubstring"] = "Substring";
wwStrings["wwFeNo"] = "No";
wwStrings["wwCmuUpload"] = "Upload Bundle";
wwStrings["wwScore"] = "Score";
wwStrings["wwRenditionNameRequiredAlert"] = "\u064a\u062c\u0628 \u0625\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0642\u0628\u0644 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0625\u0636\u0627\u0641\u0629 \u062a\u0646\u0633\u064a\u0642";
wwStrings["wwDocProfilesTable"] = "Table with a list of content profiles.  These profiles can be enabled and disabled from this table.";
wwStrings["wwError"] = "Error";
wwStrings["wwFeFieldTabLabel"] = "Field";
wwStrings["wwDCTemplateRulesTemplateCol2"] = "Available Templates";
wwStrings["wwPreviewProviderInfoFor"] = "Preview Provider Information for {1}";
wwStrings["wwFsUpdatePartition"] = "Update";
wwStrings["wwPoweredBy"] = "Powered by Content Management System";
wwStrings["wwItemInfoLine"] = "by {1} at {2}";
wwStrings["wwCollectionUserQueryCollectionConfiguration"] = "Query Folders for {1}";
wwStrings["wwRssServerLogs"] = "Rss Server Logs";
wwStrings["wwLibpathEq"] = "libpath={1}";
wwStrings["wwSSDefaultDocPrimaryFileSubtemplateJsp"] = "default.jsp";
wwStrings["wwEnvironmentKeyDetails_hide_all"] = "Hide";
wwStrings["wwCpdElementLastModifiedDateLabel"] = "Modified";
wwStrings["wwCurrentUserInformation"] = "Current User Information";
wwStrings["wwNgInhibitPropagationUpdates"] = "\u53cd\u6620\u7981\u6b62";
wwStrings["wwStoryboard"] = "\u30b9\u30c8\u30fc\u30ea\u30fc\u30dc\u30fc\u30c9";
wwStrings["wwSpecifyDuplicationMethod"] = "Please specify a duplication method.";
wwStrings["wwSSDefaultDocRegionTemplateJsp"] = "Jsp Region Template";
wwStrings["wwWizSummary"] = "Synth\u00e8se";
wwStrings["wwNo"] = "No";
wwStrings["wwSSAdminSitesUpgradeContinueButton"] = "Continue Upgrade";
wwStrings["wwNgShowOptions"] = "\u986f\u793a\u9078\u9805";
wwStrings["wwMyFolderSettings"] = "My Folder Settings";
wwStrings["wwSSDefaultDocDataFile"] = "Contributor Data File";
wwStrings["wwSavedURLTable"] = "Table containing a list of saved URLs.";
wwStrings["wwEditSystemLinks"] = "Edit System Links";
wwStrings["wwClbraAccessList"] = "User Access List";
wwStrings["wwSSArchiveDetailLastTransfer"] = "Last Transfer:";
wwStrings["wwFeTextFieldDlgTitle"] = "Text Field Options";
wwStrings["wwSignature"] = "Signature";
wwStrings["wwMetricPrefix2"] = "{1} Hecto{2}";
wwStrings["wwMetricSymbol18"] = "{1} E{2}";
wwStrings["wwCollectionRestore"] = "Restore";
wwStrings["wwShowDisabledCompDetails"] = "Disabled Component Details";
wwStrings["wwNgPleaseChooseAWorkflow"] = "Scegliere un flusso di lavoro.";
wwStrings["wwAddPreviewProvider"] = "Add Preview Provider";
wwStrings["wwResultsOptionsTitle"] = "Results Options";
wwStrings["wwSharedClusterNodeBinDir"] = "Instance\'s Shared Cluster Node Bin Directory:";
wwStrings["wwLmContentExpiringBetween"] = "Content expiring between \u003ci\u003e{1t}\u003c/i\u003e and \u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwSSContentLabel"] = "{1} ({2})";
wwStrings["wwCpdActiveBasketNotDefined"] = "Active Content Basket not defined.";
wwStrings["wwSctrCHSiteID"] = "Site ID";
wwStrings["wwNgUnsubscribeFromThisPersonalFolder"] = "Cancelar suscripci\u00f3n a esta carpeta personal";
wwStrings["wwContributionUsers2"] = "Contribution 2";
wwStrings["wwMoreResultsFile"] = "MoreResults.htm";
wwStrings["wwCmuWorkflowDefSection"] = "\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c";
wwStrings["wwLdapSuffix"] = "LDAP Suffix";
wwStrings["wwAdsi"] = "Active Directory Security";
wwStrings["wwCpdLinkType_DIRECT"] = "Direct";
wwStrings["wwMinutesUnitLabel"] = "\u062f\u0642\u064a\u0642\u0629";
wwStrings["wwDCEditTemplateButton"] = "Edit Template";
wwStrings["wwAdminConsoleOutput"] = "Console output from the Admin Server:";
wwStrings["wwRefineryProviderReadOnlyDesc"] = "Use this option to prevent this Content Server from sending new conversion jobs to this Inbound Refinery. Note that this Inbound Refinery will continue to return conversion jobs as the jobs are finished.";
wwStrings["wwUploadResetError"] = "Upload in progress. The applets cannot be reset.";
wwStrings["wwNgEditProject"] = "Samenwerkingsproject bewerken";
wwStrings["wwSctrMainPageRLDocsNotAccessed"] = "Content Items not accessed in period";
wwStrings["wwSSContentMissing2"] = "This content is unavailable (missing XPath parameter)";
wwStrings["wwSctrMainPageSubmit"] = "Submit";
wwStrings["wwSctrQuerySSPTPrimaryPage"] = "Primary Page";
wwStrings["wwFsEventImplementor"] = "Event Implementor";
wwStrings["wwNotifySubjects"] = "Notify Subjects";
wwStrings["wwSSBackLabel"] = "Back";
wwStrings["wwSSLayoutFragmentUsageReport"] = "Page Template Fragments";
wwStrings["wwAnyHost"] = "Any Host that IP Address Filter Allows";
wwStrings["wwComponentUploadSuccess"] = "Successfully uploaded and installed the component.";
wwStrings["wwButtonNext"] = "Next";
wwStrings["wwNgCheckinToUserProjectTitle"] = "\u5167\u5bb9\u5b58\u5165\u8868\u55ae (\u500b\u4eba\u8cc7\u6599\u593e)";
wwStrings["wwWfSTEP_EDIT"] = "Step Edit";
wwStrings["wwTracingIsInEnglish"] = "**To facilitate international support, most tracing messages are in English and do not have translations.";
wwStrings["wwrefViewAgentLog/ibr"] = "Visualizza Registri agente";
wwStrings["wwSSContextMenuSetReplaceable"] = "Set Replaceable";
wwStrings["wwPreviewProviderDesc"] = "Configuring a preview provider.";
wwStrings["wwFeNameMustBeLongerThan2"] = "The name is must be longer than 2 characters.";
wwStrings["wwCpdNewFolioCheckIn"] = "New Folio";
wwStrings["wwdpTriggerFieldDesc"] = "The field that is used to activate the defined profiles.";
wwStrings["wwDCHtmlRenditionDefaultToWebViewable"] = "HTML Rendition (Web-Viewable if no rendition)";
wwStrings["wwCpdSelectFolioProfile"] = "Select Folio Profile";
wwStrings["wwXuiSlimTemplate"] = "Headline View";
wwStrings["wwLastActivityDate"] = "Last Activity Date";
wwStrings["wwSctrResultsPageFoundNoResults"] = "Found no results matching the query.";
wwStrings["wwNtlmConfiguration"] = "NT Domain Security Configuration";
wwStrings["wwNgAnnouncementsLimitedTo"] = "\u986f\u793a {1} \u6700\u8fd1\u7684\u8a0e\u8ad6\u5ba3\u544a{1?s}\u3002";
wwStrings["wwSctrMainPageRLUsersByType"] = "Users by User Type";
wwStrings["wwAccounts"] = "Accounts:";
wwStrings["wwDocumentDesc"] = "Content Section";
wwStrings["wwSSDefaultDocRegionDefinitionXml"] = "Region Definition";
wwStrings["wwEmptyFormatOption"] = "use default";
wwStrings["wwMyPersonalCheckins"] = "My Check Ins";
wwStrings["wwSSHttpRelativeWebsitesRoot"] = "Relative Web Sites Root:";
wwStrings["wwSSMigrationIncludeProject"] = "Include project file in export archive";
wwStrings["wwSpecifyProviderClass"] = "Please specify a value for \'Provider Class\'.";
wwStrings["wwTestEmailFormMessageDefault"] = "Type whatever you want here.";
wwStrings["wwNgAnnouncementPreferences"] = "Grundeinstellungen f\u00fcr Ank\u00fcndigungen";
wwStrings["wwMoveHere"] = "Move Here";
wwStrings["wwSSUpdateOnDemandSites"] = "Update";
wwStrings["wwSSBackupExportDate"] = "Backup Export Date";
wwStrings["wwSctrMainPagePrefabDateLatestWeek"] = "Latest Week";
wwStrings["wwNgWriteLC"] = "\u0e40\u0e02\u0e35\u0e22\u0e19";
wwStrings["wwSSNoUsageDetected"] = "No web site usage detected.";
wwStrings["wwLocalizationAudit"] = "Localization Audit";
wwStrings["wwCmuButtonLabelClearHistory"] = "Clear History";
wwStrings["wwSctrCHUser_Grp"] = "User Group";
wwStrings["wwConfirmRemoveMyViewDescription"] = "Are you certain you wish to remove the \"Description\" column?";
wwStrings["wwContentCheckedOutBy"] = "Content Checked Out By {1q}";
wwStrings["wwNgSelectUserDot"] = "Seleziona utente...";
wwStrings["wwCollectionDefaultRevisionConfigurationNote"] = "Specify the information fields that will be applied upon checking in a revision.";
wwStrings["wwContentManagerDesc"] = "Allows authorized users to manage content in the system.";
wwStrings["wwTdPostReply"] = "Publier la r\u00e9ponse";
wwStrings["wwCmuSectionLabel_schematables"] = "Schema Tables";
wwStrings["wwDatabaseProviderInfoFor"] = "Database Provider Information for {1}";
wwStrings["wwNgRemoveFromMyProjects"] = "Remover de meus projetos";
wwStrings["wwCpdFolioElementsLabel"] = "Folio Elements";
wwStrings["wwCmuExportPreviewTitle"] = "Export Preview";
wwStrings["wwUndoCheckOut"] = "Undo Check Out";
wwStrings["wwFSAdminConfig"] = "Administra\u00e7\u00e3o de armazenamento de arquivos";
wwStrings["wwPrev"] = "[Prev]";
wwStrings["wwCpdFolioRenderers"] = "Renderers";
wwStrings["wwAddContentServer"] = "Add an Existing Local Content Server";
wwStrings["wwWfReviewWorkflowItem"] = "Review workflow item";
wwStrings["wwContentServerOPML"] = "Content Server OPML";
wwStrings["wwLabelProblemReport"] = "Problem Report:";
wwStrings["wwEnableEnterpriseSearch"] = "Enable Enterprise Search on standard query pages";
wwStrings["wwAdminServerEditOrRemoveServer"] = "Edit Or Remove Server";
wwStrings["wwLabelConnectionState"] = "Connection State:";
wwStrings["wwFsAccessImplementor"] = "Access Implementor";
wwStrings["wwSchemaObjectDoesntExist_relationship"] = "The relationship {1q} does not exist.";
wwStrings["wwDCTemplateRulesTemplateSectionTitle"] = "Template and layout for selected rule";
wwStrings["wwNgChooseUserProject"] = "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25";
wwStrings["wwShowDirDetails"] = "Directory Details";
wwStrings["wwVerifyDocTypeDelete"] = "Do you want to permanently delete the document type from the system?";
wwStrings["wwSchemaObjectDoesntExist_view"] = "The view {1q} does not exist.";
wwStrings["wwFeAdvPropsDlgTitle"] = "Advanced Options";
wwStrings["wwProviderName"] = "Provider Name";
wwStrings["wwNgReadLC"] = "Lesen";
wwStrings["wwCmuComponentsSectionDesc"] = "Sectie voor componenten";
wwStrings["wwCmuEditExportRulePage"] = "Edit Export Rule";
wwStrings["wwSmiContentSealedUserLabel_unseal"] = "D\u00e9verrouill\u00e9 par\u00a0:";
wwStrings["wwSimple"] = "Simple";
wwStrings["wwGotoDiscussionLink"] = "{1}";
wwStrings["wwNgCommentOnRevisionNoLink"] = "(\u062a\u0639\u0644\u064a\u0642 \u0639\u0644\u0649 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629 {1})";
wwStrings["wwWfReviewNoAction"] = "\nYou may review this workflow item in the window to the right. You are currently\nnot required to take any actions on this item.\n";
wwStrings["wwLabelId"] = "ID:";
wwStrings["wwLocalGroupServer"] = "Local Group Server";
wwStrings["wwCmuTaskHistoryPage"] = "Action History Page";
wwStrings["wwMetricPrefix15"] = "{1} Peta{2}";
wwStrings["wwNormalCheckin"] = "Normal Check In";
wwStrings["wwAdminActionsSummary"] = "Admin Actions Summary";
wwStrings["wwHelperFlatPopupMenus"] = "Flatten Popup Menus";
wwStrings["wwTraceIsVerboseLabel"] = "Verbose";
wwStrings["wwDialog"] = "Dialog";
wwStrings["wwCmuSectionDesc_usermetadef"] = "User Metadata Definitions Section";
wwStrings["wwSSSiteStudioActionsMenuLabel"] = "Site Studio";
wwStrings["wwNewTemplate"] = "New...";
wwStrings["wwSSContextMenuApplyToAllSections"] = "Apply To All Sections";
wwStrings["wwClbraReviewers"] = "Reviewers";
wwStrings["wwCollectionResetCollectionsWarning"] = "This will reset your folders to the System default.\\nDo you wish to continue?";
wwStrings["wwProcControlScriptPrefix"] = "Script Prefix";
wwStrings["wwLabelShowOnlyKnownAccounts"] = "Show Only Known Accounts";
wwStrings["wwFSResetPartition"] = "R\u00e9initialiser";
wwStrings["wwNoRegisteredProjects"] = "There are no registered publisher projects available to view.";
wwStrings["wwNgProjectMembersFor"] = "{1q} ({2}) \u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 \u30e1\u30f3\u30d0\u30fc";
wwStrings["wwCpdHypertextLabel"] = "HTML Link:";
wwStrings["wwCmuSectionLabel_securitygroups"] = "Security Groups";
wwStrings["wwXSLTRequestFailed"] = "XSLT Validation Failed";
wwStrings["wwSSShowUsageInWebSites"] = "View Web Site Usage Report";
wwStrings["wwQueryActions"] = "Query Actions";
wwStrings["wwCmuDocTypeSectionDesc"] = "Contenttypabschnitt";
wwStrings["wwCmuExportLastExportedDate"] = "Last Export";
wwStrings["wwUseSimpleAuthModel"] = "Use Simple Authorization Model";
wwStrings["wwInstanceStubDirectory"] = "Instance\'s Local Node Directory:";
wwStrings["wwFeAdvPropsTitle"] = "Advanced Options";
wwStrings["wwRefinerySecondsBetweenTransferAttempts"] = "Enter the number of seconds between successive transfer attempts.";
wwStrings["wwDCTemplateRulesNewButt"] = "Add New Rule";
wwStrings["wwLocalClusterNodeIntradocDir"] = "Instance\'s Local Cluster Node Directory";
wwStrings["wwCreateClassicViewSearchResultTemplate"] = "Create Classic View Search Result Template";
wwStrings["wwShowInternetDetails"] = "Internet Configurations";
wwStrings["wwCpdInsertItemByCheckin"] = "Insert Item by Checkin";
wwStrings["wwAllowOverride"] = "Allow Override Format on Check In";
wwStrings["wwConnectionState"] = "Connection State";
wwStrings["wwLabelSmiServerDescription"] = "\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c:";
wwStrings["wwCpdEditSubsFolioModifyDesc"] = "This will notify when attributes are modified in this folio.";
wwStrings["wwNotHasAsWord"] = "Not Contains";
wwStrings["wwCpdRevType_Latest"] = "Latest";
wwStrings["wwCollectionDefaultConfigurationNote"] = "Specify the information field defaults that will be applied upon checking in a new content item.";
wwStrings["wwNgGroupName"] = "Nom du groupe";
wwStrings["wwNgIllegalCharactersInProjectAre"] = "\u540d\u7a31\u4e0d\u53ef\u5305\u542b\u4e0b\u5217\u5b57\u5143:\\, /, %, #, ?, \", \u003c, or \u003e";
wwStrings["wwNoCollaborations"] = "There are currently no collaboration projects available.";
wwStrings["wwCollectionNewCollection"] = "New Folder";
wwStrings["wwVerifyDocDeleteInUse"] = "This content item is referenced by other content items. Are you sure you wish to delete it?";
wwStrings["wwXuiActions"] = "Actions";
wwStrings["wwPostReplyButtonLabel"] = "Post Reply";
wwStrings["wwNgIllegalCharactersAre"] = "\u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0627\u0633\u0645 \u0639\u0644\u0649 \u0627\u0644\u0623\u062d\u0631\u0641 \u0627\u0644\u062a\u0627\u0644\u064a\u0629: \\\u060c \u0623\u0648 /\u060c \u0623\u0648 %\u060c \u0623\u0648 #\u060c \u0623\u0648?";
wwStrings["wwWizSummaryText"] = "\n\t\u003cp\u003e\u062a\u0644\u0643 \u0627\u0644\u0642\u064a\u0645 \u0647\u064a \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u062a\u064a \u0642\u0645\u062a \u0628\u0627\u062e\u062a\u064a\u0627\u0631\u0647\u0627 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0639\u0627\u0644\u062c \u0627\u0644\u0645\u0647\u0627\u0645. \u0625\u0630\u0627 \u0643\u0627\u0646\u062a \u062a\u0644\u0643 \u0627\u0644\u0642\u064a\u0645 \u0645\u0642\u0628\u0648\u0644\u0629\u060c \u0641\u064a\u0631\u062c\u0649 \u0627\u0644\u0646\u0641\u0631 \u0639\u0644\u0649 \"\u0625\u0646\u0647\u0627\u0621\"\n\t\u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0648\u0625\u063a\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u0646\u0627\u0641\u0630\u0629.\u003c/p\u003e\n";
wwStrings["wwNoDiscussionInformationText"] = "There are no items in this discussion.";
wwStrings["wwCpdNodeCreationDisabled"] = "Node creation disabled.";
wwStrings["wwCpdAllowItemCreation"] = "Allow item creation:";
wwStrings["wwNgCollaborationContentYetToBeReleased"] = "\u0625\u0635\u062f\u0627\u0631 \u0645\u0639\u0644\u0642 \u0644\u0645\u062d\u062a\u0648\u0649 \u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u062a\u0648\u0627\u0635\u0644";
wwStrings["wwSSNewDataFile"] = "New Contributor data file";
wwStrings["wwFeChecked"] = "Selected";
wwStrings["wwSSSCCheckSpelling"] = "Check Spelling";
wwStrings["wwSctrCHPageType"] = "Page Type";
wwStrings["wwCmuUploadBundle"] = "Upload";
wwStrings["wwCmuExportSectionItems"] = "Items";
wwStrings["wwNgConfigure"] = "configurar";
wwStrings["wwTestEmailAddress"] = "email address";
wwStrings["wwViewProviders"] = "View Providers";
wwStrings["wwLabelNumberOfConnections"] = "Number of Connections:";
wwStrings["wwCantGetDocFormats"] = "Could not retrieve the default DocFormats result set.";
wwStrings["wwNgProjectID"] = "Project-id:";
wwStrings["wwLastRefreshDate"] = "Last Refresh Date";
wwStrings["wwLabelProviderConnection"] = "Provider Connection:";
wwStrings["wwCollectionLinkTo"] = "Shortcut to";
wwStrings["wwCpdFolioProfileLabel"] = "Default Folio Profile:";
wwStrings["wwChunval"] = "Select List Not Validated";
wwStrings["wwURL"] = "URL";
wwStrings["wwAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwSoapDescriptionLabel"] = "Description:";
wwStrings["wwCmuActionLabelImportHistory"] = "History";
wwStrings["wwSctrCHDoc_Name"] = "Doc Name";
wwStrings["wwShowServerOptionsDetails"] = "Server Options";
wwStrings["wwNgNoProjectWorkflowsToView"] = "Voor dit project is er geen content in een workflow.";
wwStrings["wwNativeFormat"] = "Native Format";
wwStrings["wwNoActiveDBConnection"] = "No active database connections.";
wwStrings["wwNgSelectDesiredPermissions"] = "S\u00e9lectionner les permissions de votre choix :";
wwStrings["wwAllowSignedApplets"] = "Allow Signed Applets";
wwStrings["wwIsAutoNumber"] = "Automatically assign a content ID on check in";
wwStrings["wwConfiguredForWebServerLabel"] = "Configured for Web Server:";
wwStrings["wwPdfwAdminPageAppletForLabel"] = "Beheer van PDF-watermerk voor";
wwStrings["wwEditDatabaseProvider"] = "Edit Database Provider";
wwStrings["wwSctrMainPageDPdID"] = "[dID]";
wwStrings["wwCmuUserMetaDefSectionDesc"] = "\u0e2a\u0e48\u0e27\u0e19\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e21\u0e15\u0e30\u0e14\u0e32\u0e15\u0e49\u0e32\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49";
wwStrings["wwWfRejected"] = "Content item {1q} has been rejected.";
wwStrings["wwCpdEditSubsFolioAddTitle"] = "Add";
wwStrings["wwCmuSubscriptionsDefSection"] = "\u0e01\u0e32\u0e23\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e02\u0e2d\u0e23\u0e31\u0e1a\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25";
wwStrings["wwSSMigrationAutoExport"] = "Automatically export new and changed content";
wwStrings["wwActiveWfTable"] = "Table containing a list of active workflows.";
wwStrings["wwCpdProfileLabel"] = "Profile:";
wwStrings["wwAddOrEditServerData"] = "Add Or Edit Server Data";
wwStrings["wwAttachExtraFile"] = "allegare file originale associato";
wwStrings["wwWfREJECT"] = "Reject";
wwStrings["wwAttachWebViewableFile"] = "Attach Web-Viewable File";
wwStrings["wwShowFeatureDetails"] = "Feature Details";
wwStrings["wwNgPersonalFoldersSettings"] = "Instellingen voor persoonlijke mappen";
wwStrings["wwSSWebSiteLabel"] = "Web Site:";
wwStrings["wwSignedAppletsWarning"] = "(Warning: signed applets will work only with some browsers.)";
wwStrings["wwSSDownloadFragmentLibrary"] = "Download Fragment Library";
wwStrings["wwFSPartitionName"] = "\u0627\u0633\u0645 \u0627\u0644\u0645\u0642\u0637\u0639";
wwStrings["wwSctrMainPageRTTopDocsByType"] = "Top%20Content%20Items%20by%20Content%20Type";
wwStrings["wwSSNewWebAssetCheckIn"] = "Check In New Web Asset";
wwStrings["wwSSBackupConfirmDelete"] = "Are you sure you want to delete this archive?";
wwStrings["wwNgShowingProjectsOnly"] = "\u4ec5\u663e\u793a\u9879\u76ee\u3002";
wwStrings["wwNgSelectInternalGroup"] = "\u793e\u5185\u30b0\u30eb\u30fc\u30d7\u306e\u9078\u629e";
wwStrings["wwCollectionSearchContent"] = "Search for content belonging to folder";
wwStrings["wwibrPostConversionOptions"] = "Post-Conversion Options";
wwStrings["wwFsSlackBytes"] = "Slack Bytes";
wwStrings["wwFilterAdminRemoveConfigWarning"] = "\nThe config value {1q} was found in the Content Server environment.\nThis value is most likely set in the config.cfg, intradoc.cfg, or by a component.\nChanges to {1q} made on this page will be ignored by the Content Server until the value has been removed.\n";
wwStrings["wwFolder"] = "Folder";
wwStrings["wwAuthorDeleteDesc"] = "When enabled, authors are allowed to delete their revisions without delete privilege.";
wwStrings["wwRevisionHistory"] = "Revision History";
wwStrings["wwContentSecurity"] = "Content Security";
wwStrings["wwCmuSectionDesc_securitygroups"] = "Security Groups Definitions Section";
wwStrings["wwReviewSubscription"] = "Review Subscription";
wwStrings["wwHelperPaginateLength"] = "Paginate Length";
wwStrings["wwAddAllToProject"] = "Add All to Publisher Project";
wwStrings["wwNgSubscribeToThisFolder"] = "Assinar esta pasta";
wwStrings["wwContentMgmt"] = "Content Management";
wwStrings["wwServerLogs"] = "Content Server Logs";
wwStrings["wwMajorRevSeq"] = "Major Revision Sequence:";
wwStrings["wwWfRejectMsg"] = "The following content item has been rejected in the workflow:";
wwStrings["wwContentItemInfo"] = "Content Item Info";
wwStrings["wwVerifyFormClear"] = "Go ahead and clear the form?";
wwStrings["wwNext"] = "[Next]";
wwStrings["wwSSDefaultAssetCategoryNamePlaceholderDefinition"] = "Placeholder Definitions";
wwStrings["wwSctrMainPageRLUsersSeenSecurityGroup"] = "Users who have seen Security Group";
wwStrings["wwSSDefaultDocPrimaryFileConversionsDefinitionXml"] = "default.xml";
wwStrings["wwLdapPortLabel"] = "LDAP Port:";
wwStrings["wwAdminServerManagedServerName"] = "Server {1}";
wwStrings["wwWorkflowReviewFrame"] = "Frame containing content to be reviewed for the workflow.";
wwStrings["wwFsCapacityCheckInterval"] = "Capacity Check Interval";
wwStrings["wwEnabled"] = "Enabled";
wwStrings["wwLkSearchForm"] = "Search Links";
wwStrings["wwDCAdminTitle"] = "Dynamic Converter Admin";
wwStrings["wwCollectionUserColumnConfigurationNote"] = "Choose information fields to display in virtual folders.";
wwStrings["wwCmuRoleDefSectionDesc"] = "Sezione Ruoli";
wwStrings["wwXuiMyViewSearchSettings"] = "My Search Result View Settings:";
wwStrings["wwLkType_ss_link_rel"] = "Site Studio Relative";
wwStrings["wwFsMetadataImplementor"] = "Metadata Implementor";
wwStrings["wwCollectionExploreConfigurationNote"] = "Create, modify, remove or explore a virtual folder.";
wwStrings["wwCmuCheckingDependencies"] = "Checking Dependencies";
wwStrings["wwCbEmailConfirmPage"] = "\u0e01\u0e32\u0e23\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19\u0e01\u0e32\u0e23\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e25\u0e34\u0e07\u0e04\u0e4c";
wwStrings["wwNgThereAreNoStepsForMembers"] = "\u0644\u0627 \u062a\u0648\u062c\u062f \u062e\u0637\u0648\u0627\u062a \u064a\u0645\u0643\u0646\u0643 \u0645\u0646 \u062e\u0644\u0627\u0644\u0647\u0627 \u062a\u062d\u062f\u064a\u062f \u0623\u0639\u0636\u0627\u0621 \u0625\u0636\u0627\u0641\u064a\u064a\u0646.";
wwStrings["wwSystemLinksNotUsedDesc"] = "The system links are not applicable to your current layout.";
wwStrings["wwSoapComplexTypeInfo"] = "Complex Type Information";
wwStrings["wwCmuWorkflowTokenDefSectionDesc"] = "\u5de5\u4f5c\u6d41\u7a0b\u6b0a\u6756\u5340\u6bb5";
wwStrings["wwDetails"] = "Details";
wwStrings["wwSSfragmentLibDocName"] = "Fragment Library Content ID";
wwStrings["wwSctrResultsPagePrinterFriendlyVersion"] = "Printer-friendly Version";
wwStrings["wwTempConvFieldValueMissing"] = "The field value is missing in criteria";
wwStrings["wwCpdFolioCloneItemsLabel"] = "Clone Folio Items:";
wwStrings["wwFeAdvPropsDesc"] = "Define the attributes of the form. Enable advanced functionality to configure the form for Content Server processing and use of advanced form elements.";
wwStrings["wwrefViewConversionHistory/ibr"] = "\u6aa2\u8996\u8f49\u63db\u6b77\u7a0b\u8a18\u9304";
wwStrings["wwSearchEngineProperties"] = "Search Engine Properties";
wwStrings["wwLkRecomputeDesc"] = "\nThe managed links are recomputed using the pattern engine. Each link in the\nManagedLinks table will be parsed and reevaluated according to the pattern rules. Links\nare not reextracted from the containing documents.\r";
wwStrings["wwCpdContentBasket"] = "Content Basket";
wwStrings["wwxRegionDefinition"] = "Region Definition";
wwStrings["wwCmuWorkflowScriptsDefSectionDesc"] = "\u0642\u0633\u0645 \u0627\u0633\u0643\u0631\u0628\u062a\u0627\u062a \u0633\u064a\u0631 \u0627\u0644\u0639\u0645\u0644";
wwStrings["wwFeTextAreaWidthError"] = "Width must be a positive number.";
wwStrings["wwCriteriaUnubscribeDesc"] = "\nThe content item, \u003cstrong\u003e\"{1}\"\u003c/strong\u003e, also belongs to one or more subscription\ngroups. You must unsubscribe from the groups listed in the table below to stop receiving notifications\nrelated to this item.\n";
wwStrings["wwRefineryZipRenditionNoDefaultRenditionName"] = "\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e14\u0e35\u0e1f\u0e2d\u0e25\u0e4c\u0e15\u0e0a\u0e38\u0e14\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e1b\u0e25\u0e07 DAM \u0e44\u0e21\u0e48\u0e44\u0e14\u0e49";
wwStrings["wwrefAgentLog/ibr"] = "\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8 \u30ed\u30b0";
wwStrings["wwClbraCreateDate"] = "Create Date";
wwStrings["wwEdit"] = "Edit";
wwStrings["wwSource"] = "Source:";
wwStrings["wwFoundMatchesForNamedQuery"] = "Found {1} item{1?s} matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwSoapEnabled"] = "Enabled";
wwStrings["wwPromptCollectionMoveEnabled"] = "\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0623\u0646 \u064a\u062a\u0645\u0643\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0645\u0646 \u0646\u0642\u0644 \u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a \u0648\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0625\u0644\u0649 \u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a \u0627\u0644\u0623\u062e\u0631\u0649\u061f";
wwStrings["wwNgClear"] = "\u6e05\u9664";
wwStrings["wwDefaultNetworkAccountsLabel"] = "Default Network Accounts:";
wwStrings["wwSSDocInfo"] = "Content Information";
wwStrings["wwFeEditRow"] = "edit";
wwStrings["wwNgProjectDashboardFor"] = "Tablero informativo del proyecto {1q} ({2})";
wwStrings["wwCmuAddDependencies"] = "Add Dependencies";
wwStrings["wwSSNoSitesAvailable"] = "No web sites are available.";
wwStrings["wwSSContextMenuGenerateUniqueFiles"] = "Generate Unique Files";
wwStrings["wwLinkSearch"] = "Managed Links Search";
wwStrings["wwOptionsAndOthers"] = "Options And Others";
wwStrings["wwFeHiddenFieldProp"] = "Hidden Field";
wwStrings["wwNoEntriesForPage"] = "No entries defined for this page.";
wwStrings["wwIndicateSrcProviderCommunication"] = "\nThe source provider status. The source provider is an outgoing provider to the content server holding the original version of this\ncontent.\n";
wwStrings["wwSctrMainPageRLUsersSeenDocsByAuthor"] = "Users who have seen Content Items by Author";
wwStrings["wwSoapServiceInfo"] = "Service Information";
wwStrings["wwSSArchiveType"] = "Archive Type:";
wwStrings["wwWorkflowInfo"] = "Workflow Info";
wwStrings["wwSctrQuerySTAllSrchs"] = "TODAS AS PESQUISAS";
wwStrings["wwEditTemplate"] = "Edit...";
wwStrings["wwCpdFolioClosed"] = "Folios closed";
wwStrings["wwSctrMainPageRLWebSiteAccessByURL"] = "Web Site Accesses by URL";
wwStrings["wwVaultPath"] = "Vault Path:";
wwStrings["wwBigText"] = "Long Text";
wwStrings["wwLkResType"] = "Resource Type";
wwStrings["wwNgNoAlertsInDays"] = "\ucd5c\uadfc {1}\uc77c \ub3d9\uc548 \ubc1b\uc740 \ud1a0\ub860 \uacbd\uace0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.";
wwStrings["wwSearchForProblemReports"] = "Search for Problem Reports";
wwStrings["wwAdminPublishStatic"] = "Publish static layout files";
wwStrings["wwNativeFileLabel"] = "Native File:";
wwStrings["wwFlags"] = "Flags";
wwStrings["wwNgDashboardOptions"] = "\ub300\uc2dc\ubcf4\ub4dc \uc635\uc158";
wwStrings["wwDiscussionSubjectLabel"] = "Subject:";
wwStrings["wwFeInvalidTableName"] = "The specified table name is invalid.";
wwStrings["wwTopBannerLogo"] = "Top banner logo.";
wwStrings["wwLabelProviderDesc"] = "Provider Description:";
wwStrings["wwSctrQueryTRTWebSiteContentAccess"] = "Web Site Content Accesses by Site ID";
wwStrings["wwLabelRenditions"] = "\u8f49\u8b6f:";
wwStrings["wwFileFormatsWizardForInstance"] = "File Formats Wizard for {1}";
wwStrings["wwSSAdminUpgradePathsAltText"] = "View important information about this option";
wwStrings["wwMoveFieldDown"] = "Move Field Down";
wwStrings["wwUseUnicode"] = "Use Unicode";
wwStrings["wwCpdTemplateStructureLabel"] = "Structure";
wwStrings["wwEditingSavedQuery"] = "Editing \"{1}\"";
wwStrings["wwSSContentMissing3"] = "This content is unavailable (Invalid data file)";
wwStrings["wwNgItemsInFolderSubscriptionDesc"] = "\uac00\uc785\uc790\ub294 \ud3f4\ub354\uc5d0 \ucd94\uac00\ub418\ub294 \uac01\uac01\uc758 \uc0c8 \ucee8\ud150\uce20 \ud56d\ubaa9\uc5d0 \ub300\ud574 \uc804\uc790\uc6b0\ud3b8 \uc54c\ub9bc\uc744 \ubc1b\uc2b5\ub2c8\ub2e4.";
wwStrings["wwNgYourChoice"] = "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13";
wwStrings["wwHelperContentExpireToDeleteFieldDesc"] = "Instead of deleting content, expire it when a delete request occurs.";
wwStrings["wwCpdVerifyDocDeleteInUse"] = "Content is currently a member of a folio.  Proceed with delete?";
wwStrings["wwExploreLink"] = "Explore Link";
wwStrings["wwHoursUnitLabel"] = "\u5c0f\u6642";
wwStrings["wwCollectionContentCheckIn"] = "Check In Content";
wwStrings["wwSSNodeId"] = "Section ID";
wwStrings["wwXuiFileName"] = "File Name";
wwStrings["wwCmuSecurityGroupDefSectionDesc"] = "Abschnitt zum Definieren von Sicherheitsgruppen";
wwStrings["wwFeYes"] = "Yes";
wwStrings["wwComponentUploadDesc"] = "To install, uninstall, or download components,\u003cbr\u003ethe content server must be running.";
wwStrings["wwClasspathEq"] = "classpath={1}";
wwStrings["wwConfiguration"] = "Configuration";
wwStrings["wwWfInQueueTable"] = "Table with a list of workflow items that are queued.";
wwStrings["wwSSDefaultAssetCategoryNameStylesheet"] = "CSS";
wwStrings["wwCpdAddAllItemsToActiveBasket"] = "Add all items to active Content Basket";
wwStrings["wwSocketHostAddressSecurityFilter"] = "Server IP Filter";
wwStrings["wwCheckIn"] = "Check In";
wwStrings["wwJdbcDriverName"] = "JDBC Driver Name";
wwStrings["wwBytesShort"] = "B";
wwStrings["wwSubscriptionMsg"] = "New revisions of the following content items have recently been checked in:";
wwStrings["wwGetExpiring"] = "Get Expiring";
wwStrings["wwSSConfigureAspSupportButton"] = "Configure ASP Support";
wwStrings["wwNgUnsubscribeFromThisFolder"] = "\u53d6\u6d88\u8ba2\u9605\u6b64\u6587\u4ef6\u5939";
wwStrings["wwSharedDir"] = "Shared Library and Resources Directory";
wwStrings["wwSSArchiveOperationName"] = "Operation:";
wwStrings["wwCmuSubscriptionTypesDefSectionDesc"] = "Sezione Tipi di sottoscrizione";
wwStrings["wwSSMigrationRules"] = "Replication Rules";
wwStrings["wwSSBackupServerConfigDetails"] = "Server Configuration Details";
wwStrings["wwCheckinActiveFormError"] = "\nYou have attempted to check in an active\nform. To create a new revision, use the Submit control on the\n\u003ca href=\"{1}\"\u003eweb-viewable\u003c/a\u003e rendition.\n";
wwStrings["wwNgDashboard"] = "Tableau de bord";
wwStrings["wwInstanceMenuLabel"] = "Server Menu Label";
wwStrings["wwSSProjectReport"] = "Web Site Project";
wwStrings["wwLabelProviderClass"] = "Provider Class:";
wwStrings["wwFsSaveProviderOnce"] = "This is a new provider and it must be saved before the storage rules can be edited. Please save your current configuration.";
wwStrings["wwCpdInsertHypertext"] = "Insert Hypertext";
wwStrings["wwMySearchResultTemplates"] = "My Search Result Templates";
wwStrings["wwActiveStandardWorkflows"] = "Active Standard Workflows";
wwStrings["wwEditOutgoingProvider"] = "Edit Outgoing Provider";
wwStrings["wwSSDefaultDocSubTemplateJsp"] = "Jsp Subtemplate";
wwStrings["wwCollectionConfirmCollectionDelete"] = "Are you sure you want to remove this folder?\\nThis will remove all revisions of content located in this folder and any subfolders.";
wwStrings["wwNoRevisionCheckedIn"] = "No Revision Checked In";
wwStrings["wwColumns"] = "Columns";
wwStrings["wwCurPageCharset"] = "Page Charset";
wwStrings["wwClbraActiveNotWf"] = "Content yet to be released and not in a workflow";
wwStrings["wwHelperShowOtherUserNode"] = "Show \"Other\" User Node";
wwStrings["wwCpdFolioSubscriptionOptions"] = "Folio Subscription Options";
wwStrings["wwCmuAdminImport"] = "Configuration Import";
wwStrings["wwNgProjectSearchInformation"] = "Informa\u00e7\u00f5es sobre a pesquisa do projeto";
wwStrings["wwUserProfileFor"] = "User Profile for {1}";
wwStrings["wwFeFormName"] = "Name";
wwStrings["wwSSBackupServerConfig"] = "Server Configuration Details";
wwStrings["wwDpOrderSet"] = "Order for {1}";
wwStrings["wwDCTemplateRulesCriteriaEquate"] = "is";
wwStrings["wwSctrMainPageSHSearchReports"] = "Search Reports";
wwStrings["wwSubscribeToRelatedGroups"] = "Subscribe to Related Groups";
wwStrings["wwMetricSymbol-2"] = "{1} c{2}";
wwStrings["wwUseFullGroupNameDesc"] = "\nBy checking this value, groups retrieved from the directory will preserve their\nhierarchy. The groups will have the naming context removed, along with the\nmatching Role or Account Prefix.  Take the following example:\n\u003cbr\u003e\n\u003cbr\u003e\u003cb\u003eNaming Context:\u003c/b\u003e \u003cspan class=xxsmall\u003e  \"dc=mydomain, dc=com\" \u003c/span\u003e\n\u003cbr\u003e\u003cb\u003eRole Prefix:\u003c/b\u003e \u003cspan class=xxsmall\u003e  \"OU=Roles, OU=UCM, OU=Oracle\" \u003c/span\u003e\n\u003cbr\u003e\u003cb\u003eGroup:\u003c/b\u003e \u003cspan class=xxsmall\u003e   \"CN=group1, OU=subDept1, OU=dept2, OU=Roles, OU=UCM, OU=Oracle, dc=mydomain, dc=com\" \u003c/span\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are true, the group will map to the role \"dept2/subDept1/group1\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is false, but \"Use Full Group Names\" is true, the group will map to the role \"Oracle/UCM/Roles/dept2/subDept1/group1\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is true, but \"Use Full Group Names\" is false, the group will map to the role \"group1\".\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are false, the group will map to the role \"group1\"\n\t\u003c/ul\u003e\n\n\t\u003cbr\u003e\u003cb\u003eAnother Example:\u003c/b\u003e\n\t\u003cbr\u003e\u003cb\u003eNaming Context: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"dc=mydomain, dc=com\" \u003c/span\u003e\n\t\u003cbr\u003e\u003cb\u003eAccount Prefix: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"OU=Accounts, OU=UCM, OU=Oracle\" \u003c/span\u003e\n\t\u003cbr\u003e\u003cb\u003eGroup: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"CN=testAcct, OU=subAcct2, OU=acct2, OU=Accounts, OU=UCM, OU=Oracle, dc=mydomain, dc=com\"\u003c/span\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are true, the group will map to the account \"acct2/subAcct2/testAcct\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is false, but \"Use Full Group Names\" is true, the group will map to the ROLE \"Oracle/UCM/Accounts/acct2/subAcct2/testAcct\".\n\t\t\u003cli\u003eIf \"Group Filtering\" is true, but \"Use Full Group Names\" is false, the group will map to the account \"testAcct\".\n\t\t\u003cli\u003eIf \"Group Filtering\" and \"Use Full Group Names\" are false, the group will map to the ROLE \"testAcct\"\n\t\u003c/ul\u003e\n";
wwStrings["wwSSDefaultDocPrimaryFileCss"] = "default.css";
wwStrings["wwForceJobCheck"] = "Force Job Queue Check";
wwStrings["wwCreateHeadlineViewSearchResultTemplate"] = "Create Headline View Search Result Template";
wwStrings["wwCpdCannotDragParentIntoChild"] = "Cannot drag parent into child.";
wwStrings["wwCpdFinish"] = "Finish";
wwStrings["wwSctrMainPageRTUsersSeendID"] = "Users%20Who%20Have%20Seen%20dID";
wwStrings["wwSubmitProblemReport"] = "Submit Problem Report";
wwStrings["wwBasicSubscriptionDisabledDesc"] = "The administrator has disabled direct subscriptions to the content item \u003cstrong\u003e\"{1}\"\u003c/strong\u003e.";
wwStrings["wwSSContextMenuCOAO"] = "Check Out And Open";
wwStrings["wwCmuSectionLabel_aliases"] = "Aliases";
wwStrings["wwCpdAllowFolio"] = "Allow folio:";
wwStrings["wwToNotify"] = "To Notify";
wwStrings["wwCriteriaUnsubscribeTitle"] = "Unsubscribe from Group";
wwStrings["wwSSBackupRestoreMenuItem"] = "Restore backup archive contents";
wwStrings["wwWorkflowRejectNotification"] = "Workflow Content Item Reject Notification";
wwStrings["wwSSWebsiteSectionNote"] = "Note: You will need to reindex to take advantage of this field.";
wwStrings["wwFeIdocSearch"] = "Idoc Resource Search";
wwStrings["wwWfWORK_NOTIFICATION"] = "Work Notification";
wwStrings["wwMustLoginToSubscribe"] = "Must be logged in to subscribe to content.";
wwStrings["wwSSArchiveSiteId"] = "Web Site:";
wwStrings["wwRegistration"] = "Registration";
wwStrings["wwSSAdminUpdateScriptsButton"] = "Update Navigation";
wwStrings["wwSSWebsitesField"] = "Web Sites Field:";
wwStrings["wwIbrHandlePreConvertedJobs"] = "These options tell the Content Server how to handle jobs prior to conversion.";
wwStrings["wwLabelSmiConnectionPasswordConfirm"] = "\u78ba\u8a8d\u9023\u7dda\u5bc6\u78bc:";
wwStrings["wwNgItemsInProjectSubscriptionDesc"] = "Les abonn\u00e9s recevront \u00e9galement une notification par courrier \u00e9lectronique \u00e0 chaque fois qu\'un nouvel \u00e9l\u00e9ment de contenu sera ajout\u00e9 au dossier.";
wwStrings["wwFeTextFieldTypePass"] = "Password";
wwStrings["wwSearchCacheReportStorage"] = "Total {1} rows stored in cache, {2}% full.";
wwStrings["wwWorkflowReview"] = "Workflow Review";
wwStrings["wwRefinerySecondsBetweenTransferAttemptsError"] = "Please enter a valid integer between 1 and 100.";
wwStrings["wwDescending"] = "Descending";
wwStrings["wwLabelOldFolderPath"] = "Source Folder Path:";
wwStrings["wwLibrary"] = "Library";
wwStrings["wwrefInboundRefineryLog/ibr"] = "\u30ea\u30d5\u30a1\u30a4\u30ca\u30ea \u30ed\u30b0";
wwStrings["wwActionsAndLinks"] = "Actions and Links";
wwStrings["wwCpdFolioElementActionMenuTitle"] = "Action";
wwStrings["wwXuiDamTemplate"] = "Thumbnail View";
wwStrings["wwCmuButtonLabelSelectAllSection"] = "Select All";
wwStrings["wwOpenFolderIcon"] = "Open folder icon";
wwStrings["wwEntryRequired"] = "The field {1q} requires a non-empty entry.";
wwStrings["wwCheckedOutContentItems"] = "{1} Checked-Out Content Item{1?s}";
wwStrings["wwSctrQueryTRTAuthorizationFailuresByUser"] = "Authorization Failures by User";
wwStrings["wwSSDefaultDocDoc"] = "Microsoft Word 97-2003 Document";
wwStrings["wwCpdUnknownNodeType"] = "Unknown node type \'{1}\'";
wwStrings["wwLkType_ss_service"] = "Site Studio Service";
wwStrings["wwViewAdminOutput"] = "View Admin Output";
wwStrings["wwTaminoViewDoc"] = "View";
wwStrings["wwCpdSaveFolio"] = "Save folio";
wwStrings["wwUseUnicodeLabel"] = "Use Unicode:";
wwStrings["wwNgFolderSubscriptionDesc"] = "\n\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0625\u0639\u0644\u0627\u0645 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0641\u064a \u0643\u0644 \u0645\u0631\u0629 \u062a\u062a\u0645 \u0625\u062a\u0627\u062d\u0629\n\u0645\u0631\u0627\u062c\u0639\u0629 \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u0627\u0644\u0645\u062c\u0644\u062f \u003cstrong\u003e{1q}\u003c/strong\u003e (\u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u062c\u0644\u062f {2})\u060c \u0641\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0631\u062a\u0628\u0627\u0637 \u0627\u0634\u062a\u0631\u0627\u0643 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0623\u062f\u0646\u0627\u0647.\n\u003ci\u003e\u0644\u0646 \u064a\u0624\u062f\u064a \u0630\u0644\u0643 \u0625\u0644\u0649 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0626\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0644\u0645\u0631\u0627\u062c\u0639\u0627\u062a \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u0623\u064a \u0645\u062c\u0644\u062f \u0641\u0631\u0639\u064a \u0644\u0644\u0645\u062c\u0644\u062f {1q}.\u003c/i\u003e\n";
wwStrings["wwPrjFunctions"] = "Functions:";
wwStrings["wwFsWebParsingGuideDesc"] = "\nThe following rules are applied to web locations where there is expectations of parsing the relative\nURL for security and content ID information. By default, the URL may have its security attributes\npreceded by the \'groups\' specifier and completed by the \'documents\' specifier. After documents, the\nparser assumes that the next directory is the Content Type i.e. dDocType, which is then followed by\nthe dDocName plus extension. However, the parser also recognizes the \'sg\' directory as the beginning\nof the dispersion directory. Once \'sg\' is encountered as a segment in the URL path, the parser searches\nfor the \'d\' segment. If this segment is found, it proceeds to determine the dDocName plus extension\ninformation.\n";
wwStrings["wwFinish"] = "Finish";
wwStrings["wwCmuRoleDefSection"] = "\u89d2\u8272";
wwStrings["wwSSSelectDocsButtonLabel"] = "Select Marked Documents";
wwStrings["wwGetExpired"] = "Get Expired";
wwStrings["wwSSDefaultDocPageTemplateAsp"] = "Asp Page Template";
wwStrings["wwFeConditionClauseDesc"] = "Determine if the table element should be displayed based on the existence of the specified field.";
wwStrings["wwCollectionShowOnlyExisting"] = "Display dynamic folders that only contain content";
wwStrings["wwNgCollaborationProjectListing"] = "Elenco del progetto di collaborazione";
wwStrings["wwAdminPublishSchemaBase"] = "Publish schema configuration";
wwStrings["wwAddExistingServer"] = "Add Existing Server";
wwStrings["wwSSUnmakeDomainDefault"] = "Deselect As Default Address";
wwStrings["wwAuthor"] = "Author";
wwStrings["wwLabelStatus"] = "Status:";
wwStrings["wwSpKeystoreAlias"] = "Alias";
wwStrings["wwVersion"] = "Version";
wwStrings["wwCpdLockContentID"] = "Lock content:";
wwStrings["wwdConversionState"] = "Conversion Job State";
wwStrings["wwMetricPrefix0"] = "{1} {2}";
wwStrings["wwWfContentItemsInQueue"] = "{1} Workflow Content Item{1?s} In Queue";
wwStrings["wwNgFullName"] = "Volledige naam";
wwStrings["wwMetricPrefix-21"] = "{1} Zepto{2}";
wwStrings["wwNgDiscussThisFolder"] = "\u0e2b\u0e32\u0e23\u0e37\u0e2d\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e19\u0e35\u0e49";
wwStrings["wwCollectionContentStyle"] = "Content Style";
wwStrings["wwSctrMainPageRLAuthorizationFailuresByUser"] = "Authorization Failures by User";
wwStrings["wwNgAddExternalGroup"] = "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e20\u0e32\u0e22\u0e19\u0e2d\u0e01...";
wwStrings["wwCmuContentProfilesSection"] = "Perfiles de contenido";
wwStrings["wwNgNewProjectContentLimitedTo"] = "\u064a\u062a\u0645 \u0625\u0638\u0647\u0627\u0631 \u0623\u062d\u062f\u062b {1} \u0639\u0646\u0635\u0631 (\u0639\u0646\u0627\u0635\u0631) \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0645\u062d\u062f\u062b (\u0645\u062d\u062f\u062b\u0629).";
wwStrings["wwSubscriptionCriteriaLabel"] = "Subscription Criteria:";
wwStrings["wwLabelUserName"] = "User Name:";
wwStrings["wwCmuSectionDesc_schemaview"] = "Schema Views Section";
wwStrings["wwCmuSectionLabel_subscriptiontypes"] = "Subscription Types";
wwStrings["wwLkRefreshRefsDesc"] = "\nThis option counts the content references as they are in the managed links table. Each\ncontent item referenced in the table will be tallied and stored in the reference table.\r";
wwStrings["wwSSBackupDownloadMenuItem"] = "Download backup archive as ZIP";
wwStrings["wwLabelSocketServerAddress"] = "Socket Server Address:";
wwStrings["wwFilterAdmin"] = "Filter Administration";
wwStrings["wwCmuSubscriptionsSection"] = "\u8ba2\u9605";
wwStrings["wwSSDefaultDocPrimaryFileScriptVbs"] = "default.vbs";
wwStrings["wwCmuCustomSecurityGroup"] = "Custom Workflow Group";
wwStrings["wwCollectionEmpty"] = "This folder is empty.";
wwStrings["wwSctrQueryTRTTopDocsByDay"] = "Top Content Items by Day";
wwStrings["wwRenditionName"] = "\u8f49\u8b6f\u540d\u7a31";
wwStrings["wwSctrCHAcc"] = "Accesses";
wwStrings["wwSctrCHRev"] = "Revision";
wwStrings["wwSSDefaultDocPrimaryFilePageTemplateHcsp"] = "default.hcsp";
wwStrings["wwAdminAppletsForInstance"] = "Administration Applets for {1}";
wwStrings["wwLabelSeverity"] = "Severity:";
wwStrings["wwDCTemplateRulesDownButt"] = "Move Down";
wwStrings["wwSSAdminReloadProjects"] = "Reload Web Sites";
wwStrings["wwWorkflowContentItemReviewNotification"] = "Workflow Content Item Review Notification";
wwStrings["wwNgAdditionalContributors"] = "Contributeurs suppl\u00e9mentaires :";
wwStrings["wwFfwExtensionsHeading"] = "Extensions";
wwStrings["wwFeNameMissing"] = "The element name is missing and needs to be defined for advanced tags.";
wwStrings["wwShowResourceChanges"] = "Show Resource Changes";
wwStrings["wwDays"] = "{1} Days";
wwStrings["wwDatabaseProperties"] = "Database Properties";
wwStrings["wwFeAdvFieldDesc"] = "\nThe form element may be bound to a field in the XML data island, a metadata field\non the server, or both. The element\'s default value will match that of the field\nbinding unless an alternate value is specified.\n";
wwStrings["wwUniqueId"] = "Unique ID";
wwStrings["wwResultsOnPortalPageLabel"] = "Results on portal page";
wwStrings["wwPromptCollectionInhibitUpdateMeta"] = "Saisissez le nom d\'un champ d\'inhibition pour la fonction de propagation des m\u00e9tadonn\u00e9es\u00a0:";
wwStrings["wwStartPackaging"] = "Start Packaging";
wwStrings["wwNotHasAsSubstring"] = "Not Substring";
wwStrings["wwContinue"] = "Continue";
wwStrings["wwRequiredFeatures"] = "Required Features";
wwStrings["wwRegisterManually"] = "Register Manually";
wwStrings["wwSSCreateWebAssetDesc"] = "In order to create a new web asset it is necessary to choose a Region Definition whose settings will be applied to the new content.  You can limit the displayed Region Definitions by choosing a web site from the list.";
wwStrings["wwSSCompressContributorJavaScriptButton"] = "Compress Contributor JavaScript";
wwStrings["wwLmContentExpiredBewteen"] = "\u0627\u0646\u062a\u0647\u062a \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0628\u064a\u0646 \u003ci\u003e{1t}\u003c/i\u003e \u0648\u003ci\u003e{2t}\u003c/i\u003e";
wwStrings["wwAfter"] = "After";
wwStrings["wwCustomizeDescriptionColumnHeader"] = "Customize Description Column";
wwStrings["wwNgUseAdHocRouting"] = "\u4f7f\u7528\u5373\u5e2d\u8def\u7531";
wwStrings["wwSctrAdminPageViewAccessHistoryReport"] = "View Access History Report";
wwStrings["wwCpdNoArchiveItemAvailableTitle"] = "No Archived Item Available.";
wwStrings["wwUserAgent"] = "User Agent";
wwStrings["wwSSArchiveDetailName"] = "Name:";
wwStrings["wwQueryText"] = "Query Text";
wwStrings["wwLdapFilterGroupsLabel"] = "Filter Groups:";
wwStrings["wwProxied"] = "Proxied";
wwStrings["wwCollectionQueryCollectionSpecificationNote"] = "Specify the name of a virtual folder and associate its search criteria with defaults.";
wwStrings["wwArchiveExportHistory"] = "Archive Export History";
wwStrings["wwCmuActionEvents"] = "Configuration Migration Action Events";
wwStrings["wwLkType_ss_link_page"] = "Site Studio Page";
wwStrings["wwCpdFolioDocName"] = "Folio Content ID";
wwStrings["wwShowAdvancedDescriptionEditorForm"] = "Use Advanced Description Form";
wwStrings["wwLicenseSignatureLabel"] = "License Signature:";
wwStrings["wwLkCreateTs"] = "Create Date";
wwStrings["wwRenInfoNoSetCreated"] = "N\u00e3o foi criado um conjunto de rendi\u00e7\u00f5es com \u00eaxito para este item de conte\u00fado.";
wwStrings["wwJspEnabledGroups"] = "JSP Enabled Groups:";
wwStrings["wwSSAdminDataFileUpgradesRemaining"] = "Data Files Remaining:";
wwStrings["wwSctrQueryTRTWebSiteAccessByURL"] = "Web Site Accesses by URL";
wwStrings["wwAllExpiringContent"] = "All Expiring Content";
wwStrings["wwItemAlreadyAtTop"] = "\uc120\ud0dd\ud55c \ud56d\ubaa9\uc774 \uc774\ubbf8 \ubaa9\ub85d \ub9e8 \uc704\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.";
wwStrings["wwSpecifyRelativeWebRoot"] = "Please specify a value for the relative web root.";
wwStrings["wwSelect"] = "Select";
wwStrings["wwDocType"] = "Doc Type";
wwStrings["wwWfAPPROVE"] = "Approve";
wwStrings["wwWebViewableSelected"] = "Web-Viewable Selected:";
wwStrings["wwSSSCChangeAllButton"] = "Change All";
wwStrings["wwSSArchiveOpBackup"] = "Backup";
wwStrings["wwCmuForceTriggerField"] = "Force trigger field";
wwStrings["wwNgAddExternalUser"] = "Externe gebruiker toevoegen...";
wwStrings["wwNgIncludeAll"] = "\u0627\u0644\u0643\u0644";
wwStrings["wwSchemaNotStableError_search"] = "Choice lists are not fully loaded.  Search aborted.";
wwStrings["wwCollectionOpenWebFolder"] = "Open Web Folder";
wwStrings["wwNgDiscussions"] = "\u0627\u0644\u0646\u0642\u0627\u0634\u0627\u062a";
wwStrings["wwHours"] = "{1} Hours";
wwStrings["wwTasks"] = "Tasks";
wwStrings["wwNotAllowedToChangeOwnRole"] = "You are not allowed to change your role.";
wwStrings["wwFsIsPrimary"] = "Is Primary File Store";
wwStrings["wwSctrMainPageDPSiteID"] = "[Site ID]";
wwStrings["wwSSArchiverMsg"] = "Archiver Message:";
wwStrings["wwDocQueryTitle"] = "Search";
wwStrings["wwExpiredContent"] = "Expired Content";
wwStrings["wwXuiShowAsColumn"] = "Show as column";
wwStrings["wwNoTemplateName"] = "Please enter the name of a template to edit.";
wwStrings["wwNativeExtension"] = "Native File Extension";
wwStrings["wwFindExpiring"] = "Find Expiring Content";
wwStrings["wwPromptInstallFoldersWebDAVComponent"] = "Gostaria de instalar o componente WebDAV Pastas?  Isso s\u00f3 deve estar ativado em servidores de conte\u00fado 10gR3 ou posteriores.";
wwStrings["wwLocalServer"] = "Local Server (Master or Proxy)";
wwStrings["wwAvsStringFieldSortInfo"] = "Only up to the maximum number of results are returned and these results are sorted alphabetically.";
wwStrings["wwCmuPagesSectionDesc"] = "\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e1e\u0e08";
wwStrings["wwFindExpired"] = "Find Expired Content";
wwStrings["wwCpdFolioElementInfoTitle"] = "Element Info";
wwStrings["wwLibPath"] = "Libpath";
wwStrings["wwExclusiveCheckoutDesc"] = "When enabled, Admin privilege is required to check out a content item checked in by another user.";
wwStrings["wwSctrQueryTRTTopDocsAccessedByUsersOfRole"] = "Top Content Items Accessed by Users of Role";
wwStrings["wwWfDocsTable"] = "Table containing content items in the workflow";
wwStrings["wwFeEditTabLabel"] = "Actions";
wwStrings["wwHttpAddress"] = "Http Address";
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["wwFilterLogOptions"] = "Logging Options";
wwStrings["wwFeatureExtensionsEq"] = "Feature Extension={1}";
wwStrings["wwLibraryQueryFolders"] = "Library Folders";
wwStrings["wwSpecifyIntegerForSlack"] = "Please specify an integer value for the slack bytes.";
wwStrings["wwSingleContent"] = "Single content discussion";
wwStrings["wwNgWorkflowsForProject"] = "Flussi di lavoro per il progetto {1q} ({2})";
wwStrings["wwSourceContent"] = "Source Content:";
wwStrings["wwCustomDir"] = "Custom Components Directory";
wwStrings["wwCollectionAdminConfiguration"] = "Folder Configuration";
wwStrings["wwPgUserName"] = "Nom d\'utilisateur";
wwStrings["wwCpdInsertHypertextDesc"] = "Enter a label and HTML link to show up as an item in the folio.";
wwStrings["wwNgCheckinToFolderTitle"] = "\u0646\u0645\u0648\u0630\u062c \u0625\u064a\u062f\u0627\u0639 \u0627\u0644\u0645\u062d\u062a\u0648\u0649  (\u0645\u062c\u0644\u062f)";
wwStrings["wwProviderDesc"] = "Provider Description";
wwStrings["wwLatestNotificationUseAt"] = "Latest Notification Use At:";
wwStrings["wwIbrConfigMenuLabel"] = "Conversion Options";
wwStrings["wwIbrHandlePostConvertedJobs"] = "These options tell the Content Server how to handle jobs after conversion.";
wwStrings["wwWebExtension"] = "Web Extension";
wwStrings["wwLkTargetNode"] = "Target Node";
wwStrings["wwIndexerEngineName"] = "Index Engine Name";
wwStrings["wwTitle"] = "Title";
wwStrings["wwSelectAValue"] = "Select A Value";
wwStrings["wwTestEmailFormRecipients"] = "To:";
wwStrings["wwAddNativeToBasket"] = "\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0623\u0635\u0644\u064a \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629";
wwStrings["wwNgChooseProject"] = "Seleccionar proyecto";
wwStrings["wwContentCategory"] = "Categoria contenuto";
wwStrings["wwTaminoNoXMLResult"] = "No Matching XML";
wwStrings["wwSSArchiveTransfer"] = "Transfer";
wwStrings["wwAdsAuthMethodDesc"] = "\nThis value detemines which method the Active Directory plugin will use to retrieve group and user information for a user.\n\u003cbr\u003e\n\u003cb\u003eADSI\u003c/b\u003e - This method uses the legacy ADSI calls.\n\u003cbr\u003e\n\u003cb\u003eADSI with nested groups\u003c/b\u003e - This method uses the legacy ADSI calls, but will also retrieve all nested group information for the user.\n\u003cbr\u003e\n\u003cb\u003eUser Tokens\u003c/b\u003e - This method reads the group information from the user token that is created when IIS authenticates the user. This includes the users nested group information. This is also the fastest of the above methods and the recommended method.\n";
wwStrings["wwLabelProviderName"] = "Provider Name:";
wwStrings["wwCpdEditSubsFolioChildUpdateDesc"] = "This will notify on any change to content linked to by this folio.";
wwStrings["wwScsLogDetails_Fatal"] = "A fatal error has occurred. The stack trace below shows more information.";
wwStrings["wwLdapPriority"] = "Priority";
wwStrings["wwShowOnlyKnownAccounts"] = "Show only known accounts";
wwStrings["wwSSDefaultDocPrimaryFilePageTemplateAsp"] = "default.asp";
wwStrings["wwEmailAddress"] = "E-mail Address";
wwStrings["wwLibraryDesc"] = "Brings you to the top of the library folder hierarchy.";
wwStrings["wwSpecifyType"] = "Please specify a type.";
wwStrings["wwCustomMetadata"] = "Custom";
wwStrings["wwCmuButtonLabelSaveAs"] = "Save As";
wwStrings["wwHelperShowPageMessage"] = "Show Page Message";
wwStrings["wwSmiConfirmationPage_revoke"] = "Het item \'{1}\' is ingetrokken.";
wwStrings["wwType"] = "Type";
wwStrings["wwField"] = "Field";
wwStrings["wwCpdElementCreateDateLabel"] = "Created";
wwStrings["wwCpdMaxNodes"] = "Maximum nodes:";
wwStrings["wwCmuSectionDesc_workflowtemplates"] = "Workflow Templates Section";
wwStrings["wwImageAssetCheckinForm"] = "\u30a4\u30e1\u30fc\u30b8 \u30a2\u30bb\u30c3\u30c8 \u30c1\u30a7\u30c3\u30af\u30a4\u30f3 \u30d5\u30a9\u30fc\u30e0";
wwStrings["wwScsLogDetails_Error"] = "An error has occurred. The stack trace below shows more information.";
wwStrings["wwSctrCHDoc_Title"] = "Doc Title";
wwStrings["wwAdminSuspendIndexRebuild"] = "Suspend index rebuild";
wwStrings["wwXuiCheckOut"] = "check out...";
wwStrings["wwDatabaseNumWriteActions"] = "Number of Write Actions: {1}";
wwStrings["wwAutoNamePrefix"] = "Auto Name Prefix:";
wwStrings["wwNgAddReviewersContributors"] = "Adicionar revisores/contribuintes";
wwStrings["wwQueryBuilderModifyQueryText"] = "Modify Query Text";
wwStrings["wwInstanceHome"] = "{1} Home";
wwStrings["wwSctrMainPageDPFormat"] = "[Format]";
wwStrings["wwFsProviderInfoFor"] = "File Store Provider Information for {1q}";
wwStrings["wwSSArchiveAdd"] = "Add...";
wwStrings["wwUploadNewComponent"] = "Install New Component";
wwStrings["wwChooseDocAction"] = "Choose an action...";
wwStrings["wwSoapServices"] = "Services";
wwStrings["wwNgPleaseSelectASingleUser"] = "Selecteer slechts \u00e9\u00e9n gebruiker.";
wwStrings["wwXuiDate"] = "Date";
wwStrings["wwNgNoAnnouncements"] = "Er zijn geen aankondigingen voor dit project.";
wwStrings["wwSSDefaultAssetCategoryRegionTemplate"] = "all region templates used in my site";
wwStrings["wwLkNoReferences"] = "There are no managed links to this content item.";
wwStrings["wwCpdCannotAddFolioToItself"] = "Cannot add a folio to itself.";
wwStrings["wwCmuApplicationFieldsSection"] = "\u062d\u0642\u0648\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642";
wwStrings["wwSSContextMenuPrompt"] = "Right click for options";
wwStrings["wwFsStorageRules"] = "Storage Rules";
wwStrings["wwMetricSymbol-3"] = "{1} m{2}";
wwStrings["wwSchemaNotStableError_update"] = "Choice lists are not fully loaded.  Update aborted.";
wwStrings["wwConfirmDeleteCustomizations"] = "Are you certain you wish to delete your customizations? This will revert your settings to the standard look.";
wwStrings["wwLkReferencesToTitle"] = "Links to this content item";
wwStrings["wwOpenCollection"] = "Open Collection";
wwStrings["wwSSBatchFiles"] = "Batch Files";
wwStrings["wwSSOnDemandSiteStatus"] = "Status";
wwStrings["wwWebLayoutPath"] = "Web Layout Path:";
wwStrings["wwCmuAddExportRulePage"] = "Add Export Rule";
wwStrings["wwSSCollectionAddedSuccessfully"] = "The specified collection was successfully added to the system.";
wwStrings["wwWizTextTwoText"] = "\n\t\u003cp\u003eImmettere un valore per Testo due e fare clic su \'Avanti\' per procedere al passaggio successivo.\u003c/p\u003e\n";
wwStrings["wwEnvironmentPackager"] = "Environment Packager";
wwStrings["wwNgSelectedWorkflow"] = "\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01:";
wwStrings["wwFsLinkMethod"] = "link";
wwStrings["wwSSAdminViewSite"] = "View Web Site";
wwStrings["wwWorkflowDocs"] = "Workflow Revisions";
wwStrings["wwCpdFolioListingTitle"] = "Folio Listing";
wwStrings["wwMemoryTotal"] = "Total memory";
wwStrings["wwCpdSelectSourceItemsLabel"] = "Select Source Items";
wwStrings["wwSmiAdminAllFieldsAreRequired"] = "Rellene todos los campos para configurar la conexi\u00f3n del servidor.";
wwStrings["wwSSUrlDataFilesReport"] = "Contributor Data Files";
wwStrings["wwCpdCreateDate"] = "Create date:";
wwStrings["wwFeActionAddNewRow"] = "Add new row";
wwStrings["wwNgProjectConfigurationText"] = "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49\u0e16\u0e39\u0e01\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e44\u0e27\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32:";
wwStrings["wwLkRefresh"] = "Refresh links";
wwStrings["wwHideExtraAdvancedOptions"] = "hide additional options";
wwStrings["wwWfStartedMsg"] = "You have been assigned as a contributor to the following workflow. Please review the workflow content listing to see if items need to be checked in.";
wwStrings["wwCmuLogs"] = "Configuration Migration Logs";
wwStrings["wwSpecifyIntegerForNumConnections"] = "Please specify a positive integer for the number of connections.";
wwStrings["wwSSInstantBackupButton"] = "Create Web Site Backup";
wwStrings["wwCollectionHierarchyCollectionSearchNote"] = "Specify information to search for virtual folders.";
wwStrings["wwNoActiveWorkflows"] = "There are no active standard workflows in the system.";
wwStrings["wwWfMAIL_NOTIFICATION"] = "Mail Notification";
wwStrings["wwSctrQueryTRTTopDocs"] = "Top Content Items";
wwStrings["wwCpdContentListingDescMulitpleSelect"] = "Select items from the list below, then click Next to add them to the folio\'s source item collection";
wwStrings["wwCmuAdminExport"] = "Defined Configuration Export";
wwStrings["wwLabelResultsPerPage"] = "Results Per Page:";
wwStrings["wwAllActiveWorkflows"] = "All Active Workflows";
wwStrings["wwDCEditTemplateTitle"] = "Dynamic Converter - Edit Templates";
wwStrings["wwCollectionSearch"] = "Search Folders";
wwStrings["wwCheckinWhenDoneMsg"] = "\nClick on the \u003cstrong\u003eCheck In\u003c/strong\u003e\nbutton below when your edit is complete.\n";
wwStrings["wwCpdElementNameHeaderLabel"] = "Name";
wwStrings["wwContentHistory"] = "Content History";
wwStrings["wwAllowAuthorDelete"] = "Allow Author to Delete Revision";
wwStrings["wwFeCheckinTitle"] = "Form Check in";
wwStrings["wwSerialNumberLabel"] = "Serial Number:";
wwStrings["wwCachedCheckinItemsTableCaption"] = "Cached Checked-In Items";
wwStrings["wwEditACL"] = "Edit Access List";
wwStrings["wwCheckoutMsg"] = "\nIt is \u003cstrong\u003estrongly\u003c/strong\u003e recommended that\nyou save the file to a directory other than the browser\'s\ndefault directory.\n";
wwStrings["wwCmuActionEventItemLabel"] = "Type";
wwStrings["wwCpdInsertItemBySearch"] = "Insert Item by Search";
wwStrings["wwCpdNone"] = "None";
wwStrings["wwShowAllAdvancedOptions"] = "show additional options";
wwStrings["wwRegistrationForInstance"] = "Registration for {1}";
wwStrings["wwClassPath"] = "Classpath";
wwStrings["wwSchemaGoUp"] = "Go up";
wwStrings["wwAttachSelectedUrlInfo"] = "URL - Info [Attach Selected]";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionPlainTextXml"] = "default.xml";
wwStrings["wwStandardCheckIn"] = "Standard Check In";
wwStrings["wwSctrQueryTRTWebSiteContentAccessByContentID"] = "Web Site Content Accesses to Content ID";
wwStrings["wwRolePrefix"] = "Role Prefix";
wwStrings["wwLkAbortRefresh"] = "Abort refresh activity";
wwStrings["wwCpdDefaultViewer"] = "Default Viewer";
wwStrings["wwCpdTemplateCheckinProfileLabel"] = "Checkin Profile:";
wwStrings["wwCpdFolioItemCreationLabel"] = "Allow Item Creation:";
wwStrings["wwCpdAddItemsToActiveBasket"] = "Add to active Content Basket";
wwStrings["wwNgSendMailNotification"] = "\u0625\u0631\u0633\u0627\u0644 \u0625\u0634\u0639\u0627\u0631 \u0628\u0627\u0644\u0628\u0631\u064a\u062f";
wwStrings["wwFeDynInclude"] = "Create Dynamic Include";
wwStrings["wwFsJdbcStorage"] = "JDBC Storage";
wwStrings["wwCollectionDeleteCompleteInCollections"] = "Remove content items when virtual folder is deleted";
wwStrings["wwCmuSectionLabel_schemarelations"] = "Schema Relations";
wwStrings["wwReviewersForContent"] = "Reviewers For Content Item {1q}";
wwStrings["wwNgProjectChildItemDefaultInformation"] = "Standaardinformatie voor content in project";
wwStrings["wwFeActionInvalid"] = "The action specified is not in a valid format:";
wwStrings["wwNgSelectAProjectLink"] = "Selecionar um link de projeto";
wwStrings["wwFeIsXmlTable"] = "Table is XML data";
wwStrings["wwHelperContentExpireToDelete"] = "Expire Content When Deleting";
wwStrings["wwFeAddRowBtn"] = "Add row";
wwStrings["wwSctrCHAct_Usr_Cnt"] = "Active User Count";
wwStrings["wwPdfwAdminPageAppletForLabelEx"] = "{1} \u7684 PDF \u6c34\u7ebf\u7ba1\u7406";
wwStrings["wwNgNoMembersForProject"] = "\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30e1\u30f3\u30d0\u30fc\u306f\u3044\u307e\u305b\u3093\u3002";
wwStrings["wwDatabasePreserveCase"] = "Database Preserve Case";
wwStrings["wwWebFileSize"] = "Web File Size";
wwStrings["wwAdminReports"] = "System Audit Information";
wwStrings["wwPromptMaxFolders"] = "\uac00\uc0c1 \ud3f4\ub354 \ub2f9 \ucd5c\ub300 \ud3f4\ub354 \uac1c\uc218\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.";
wwStrings["wwCpdAddSelectedItemsToActiveBasket"] = "Add selected items to active Content Basket";
wwStrings["wwNgEmailProjectLead"] = "\u50b3\u9001\u96fb\u5b50\u90f5\u4ef6\u7d66\u5c08\u6848\u9818\u5c0e";
wwStrings["wwFileSize"] = "Size";
wwStrings["wwNgProjectRoots"] = "\u062c\u0630\u0648\u0631 \u0627\u0644\u0645\u0634\u0631\u0648\u0639";
wwStrings["wwFeAddRowAction"] = "Add new row button";
wwStrings["wwAdsUseTokenGroups"] = "User Token";
wwStrings["wwComponentConfigUpdatePage"] = "Update Component Configuration";
wwStrings["wwNgSelectedWorkflowField"] = "Campo de fluxo de trabalho selecionado";
wwStrings["wwViewServerLogs"] = "View Server Logs";
wwStrings["wwCpdEditPneTemplateList"] = "Edit Folio Template List";
wwStrings["wwEnterpriseSearchEnabled"] = "Enterprise Search Enabled";
wwStrings["wwCollectionAdminInheritConfigurationNote"] = "Select information fields that are to be propagated to content.";
wwStrings["wwDownloadRenditions"] = "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9";
wwStrings["wwSwedish"] = "Swedish";
wwStrings["wwDocNameTag"] = "Content ID";
wwStrings["wwNgSubscriptionsForProject"] = "Suscripciones al proyecto {1q} ({2})";
wwStrings["wwSSCertFailureMessage"] = "The class failed to load.";
wwStrings["wwVideoPrefsUpdated"] = "\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u062a\u0641\u0636\u064a\u0644\u0627\u062a \u0627\u0644\u0641\u064a\u062f\u064a\u0648";
wwStrings["wwDpNameTag"] = "Profile Name";
wwStrings["wwHelperShowDescription"] = "Show Description";
wwStrings["wwWorkflowState"] = "Workflow State";
wwStrings["wwSSContentMissing1"] = "This content is unavailable (missing Content ID for xml file)";
wwStrings["wwOrder"] = "Order";
wwStrings["wwRevisionsSubmittedToWorkflow"] = "The following revision{1?s} {1?have:has} been submitted to a workflow:";
wwStrings["wwCpdNoChangesToSave"] = "No changes to save";
wwStrings["wwSSUsageCount"] = "Found {1} occurrences";
wwStrings["wwMetricPrefix-18"] = "{1} Atto{2}";
wwStrings["wwXuiSearchWidgetPageNumber"] = "Page {1}";
wwStrings["wwxWebsiteObjectType"] = "Web Site Object Type";
wwStrings["wwCollectionAdminUserQueryCollectionConfiguration"] = "Default Query Folders";
wwStrings["wwSctrResultsPageDatesTo"] = "to";
wwStrings["wwReleasedDocuments"] = "Released Documents";
wwStrings["wwSctrMainPageRTDocsSeenByUser"] = "Top%20Content%20Items%20Seen%20by%20User";
wwStrings["wwMetricPrefix-15"] = "{1} Femto{2}";
wwStrings["wwInvalidCharsInDocType"] = "Unable to add type. Spaces and special characters are not allowed in document types.";
wwStrings["wwRefreshStatus"] = "Force Status Update";
wwStrings["wwLmSkinVariantRTL"] = "Right-To-Left";
wwStrings["wwUserProfileDesc"] = "Enables users to view or edit their profile.";
wwStrings["wwNgProjectUnsubscribeDesc"] = "Para dejar de recibir notificaciones por correo electr\u00f3nico del contenido del proyecto \u003cstrong\u003e{1q}\u003c/strong\u003e (identificaci\u00f3n de proyecto {2}), haga clic en el v\u00ednculo Cancelar suscripci\u00f3n que se encuentra m\u00e1s adelante.";
wwStrings["wwCachedCheckinItems"] = "Cached Check In Items for {1}";
wwStrings["wwNgNotSpecified"] = "non specificato";
wwStrings["wwAdminLogsForInstance"] = "Administration Log Files for {1}";
wwStrings["wwProjectInformation"] = "Publisher Project Information";
wwStrings["wwWorkflowStepInfoFor"] = "Workflow Step Information For {1q}";
wwStrings["wwNumberEqual"] = "Equals";
wwStrings["wwCreateDiscussionLink"] = "Create Discussion";
wwStrings["wwCmuArchiveDefSection"] = "\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2d\u0e32\u0e23\u0e4c\u0e44\u0e04\u0e1f\u0e4c";
wwStrings["wwCmuNewExportLabel"] = "Create New Template";
wwStrings["wwCmuSectionLabel_schemaview"] = "Schema Views";
wwStrings["wwNativeVersionLabel"] = "Native Version:";
wwStrings["wwPage"] = "Page";
wwStrings["wwCollectionShowHidden"] = "Show hidden when browsing";
wwStrings["wwKeepaliveIncomingProviderDesc"] = "Configure a keepalive incoming socket provider.";
wwStrings["wwStackTrace"] = "Stack Trace";
wwStrings["wwHelperItemsShown"] = "Items Shown";
wwStrings["wwContentQueryCaptureTitle"] = "Content Query Capture";
wwStrings["wwCollectionLabelDefaults"] = "Check In Defaults";
wwStrings["wwLdapIsPrimaryUserBaseLabel"] = "Primary User Base:";
wwStrings["wwTestEmailSuccessful"] = "Message successfully sent.";
wwStrings["wwCpdDescription"] = "Description:";
wwStrings["wwCmuExportID"] = "Name";
wwStrings["wwDCConfigMaxFileTitle"] = "Maximum File Size";
wwStrings["wwHostName"] = "Host Name";
wwStrings["wwFrom"] = "From";
wwStrings["wwIndexedInfoOnly"] = "\nContent has been indexed with Info only. Resubmit\nshould only be performed if the problem has been resolved.\n";
wwStrings["wwProblemReportTable"] = "Table containing a list of problem reports.";
wwStrings["wwSSArchiveDetailDescription"] = "Description:";
wwStrings["wwDCConfigMaxFileUnits"] = "Bytes";
wwStrings["wwBrowse"] = "Browse";
wwStrings["wwCpdEditSubsFolioDeleteDesc"] = "This will notify when anything is deleted from this folio.";
wwStrings["wwFeResetBtn"] = "Reset";
wwStrings["wwNgPleaseSelectAMember"] = "\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0639\u0646\u0635\u0631.";
wwStrings["wwComponentUploadAutoEnabledInfoMsg"] = "\nSince at least one of these was already installed and enabled, Component Manager automatically enabled all of them.\nA restart of the content server is required.\n";
wwStrings["wwCpdName"] = "Name:";
wwStrings["wwCpdFolioItems"] = "Folio Items";
wwStrings["wwProxyInstance"] = "Instance:";
wwStrings["wwText"] = "Text";
wwStrings["wwCollectionExploringCollection"] = "Exploring \"{1}\"";
wwStrings["wwDiscussionReplyToThis"] = "Reply To This";
wwStrings["wwFeAddTemplatedActionsDesc"] = "\nCheck the following option to automatically insert HTML elements (buttons and links)\nused to perform the selected table actions.\n";
wwStrings["wwCpdNoTemplates"] = "No Folio Templates";
wwStrings["wwGuestAccessDescription"] = "Use the navigation items below to access public content only.";
wwStrings["wwListTemplateDownloadNativeText"] = "download native";
wwStrings["wwNgProjectContentLink"] = "Projekt-Content-Verkn\u00fcpfung";
wwStrings["wwWfReviewAdminForceCheckinMsg"] = "You may review this workflow item in the window to the right. You are currently not required to take any actions on this item.\u003cbr\u003e\u003cbr\u003e This item is currently checked out by {1q}. However, since you are an administrator, you can force a check-in to continue the workflow.";
wwStrings["wwCollectionNewContent"] = "New Content";
wwStrings["wwNativeFileLink"] = "Native File Link:";
wwStrings["wwPortalPersonalUrls"] = "Portal Personal URLs";
wwStrings["wwMillisecond"] = "1 Millisecond";
wwStrings["wwSSDefaultDocPrimaryFilePptx"] = "default.pptx";
wwStrings["wwSctrCHUser_Type"] = "User Type";
wwStrings["wwSSDefaultDocRtf"] = "Rich Text Format";
wwStrings["wwCpdTrayArrow"] = "Tray arrow";
wwStrings["wwContains"] = "Contains";
wwStrings["wwWfReadyForStep"] = "Content item {1q} is ready for workflow step {2q}.";
wwStrings["wwPersonalSearchLinks"] = "Personal Search Links";
wwStrings["wwWfStep"] = "Step";
wwStrings["wwCpdOrder"] = "Order";
wwStrings["wwDCConfigRuleCriteriaTitle"] = "Rule Criteria";
wwStrings["wwCmuActionHistoryFinishTime"] = "Finish";
wwStrings["wwSSViewSiteInContextShort"] = "View Web Site";
wwStrings["wwSSContextMenuEdit"] = "Edit";
wwStrings["wwNonZoneFields"] = "Text Fields";
wwStrings["wwSSOnDemandSitesTitle"] = "Manage On-Demand Web Sites";
wwStrings["wwFSIsPrimary"] = "Memorizzazione file \"Is Primary\"";
wwStrings["wwDocumentList"] = "Document List";
wwStrings["wwCOAO_ButtonText"] = "Check Out and Open";
wwStrings["wwFeControlledAction"] = "Action is controlled by the table row presentation.";
wwStrings["wwCollectionMaxContentPerCollection"] = "Maximum Content Per Virtual Folder";
wwStrings["wwWebViewableLink"] = "Web-Viewable Link:";
wwStrings["wwCpdCopyBasketItemsDesc"] = "Choose the Content Basket you want to copy the selected items into";
wwStrings["wwSealedMediaAdminPageDesc"] = "Gebruik deze pagina om de verbindingsgegevens voor de server met verzegelde media te bewerken. Alle velden zijn verplichte velden.";
wwStrings["wwCpdSearchForItemsDesc"] = "Use this search form to locate the items you want to add to the folio\'s source item collection.";
wwStrings["wwCpdMoveBasketItemsDesc"] = "Choose the Content Basket you want to move the selected items into";
wwStrings["wwCpdAddItemsToFolioPageTitle"] = "Add Items To Folio";
wwStrings["wwStartLocalizationAudit"] = "Start auditing";
wwStrings["wwSSLayoutFragmentLibsReport"] = "Fragment Libraries";
wwStrings["wwVideoRenditionSet"] = "Conjunto de interpretaciones de v\u00eddeo";
wwStrings["wwImageAsset"] = "Oggetto immagine";
wwStrings["wwLkHide"] = "Hide";
wwStrings["wwfIndicator"] = "Indicator";
wwStrings["wwLdapAttributeMapLabel"] = "Attribute Map:";
wwStrings["wwAdministrationForServers"] = "Administration for Servers";
wwStrings["wwCmuActionHistorySource"] = "Source";
wwStrings["wwLabelSmiServerWsdlUrl"] = "URL a API WSDL:";
wwStrings["wwDCConfigDefTemplateCol2"] = "Available Templates";
wwStrings["wwDpErrorAtProfile"] = "Error at profile:";
wwStrings["wwNgSelectedUsersAndGroupsLabel"] = "Utenti e gruppi selezionati:";
wwStrings["wwTraceOptionInfo"] = "Tracing Sections Information";
wwStrings["wwCmuV6CompatComponentMissing"] = "\nThe CmuV6Compatibility component is not installed. Please install the\nCmuV6Compatibility component located in the custom/ConfigMigrationUtility\ndirectory to resume proper operation.\n";
wwStrings["wwChildPageHeader"] = "Child page header";
wwStrings["wwCustomizeDescriptionHeader"] = "Customize Description";
wwStrings["wwTestEmailFormNoSubject"] = "You are about to send an email with an empty subject.  Do you wish to continue?";
wwStrings["wwNOEViewOnWeb"] = "View Results On Web";
wwStrings["wwCmuCreateExportTemplate"] = "Create Export Template";
wwStrings["wwKeyValue"] = "Key Value";
wwStrings["wwHelperItemsShownFieldDesc"] = "When pagination display the number of items along with the items being shown.";
wwStrings["wwBasicUnsubscriptionDesc"] = "To stop receiving e-mail notifications about \u003cstrong\u003e\"{1}\"\u003c/strong\u003e, click the Unsubscribe link below.";
wwStrings["wwFeRepeatDesc"] = "\nUse this option to generate an HTML table, which is bound to a specified data table.\n";
wwStrings["wwSSArchiveImport"] = "Import";
wwStrings["wwCpdCreateSlot"] = "Create Slot";
wwStrings["wwSSAvailableRegionDefinitions"] = "Available Region Definitions";
wwStrings["wwCpdAddItemToFolio"] = "Add item to folio";
wwStrings["wwAddOutgoingProvider"] = "Add Outgoing Provider";
wwStrings["wwAllWebviewableToBasket"] = "\u30d0\u30b9\u30b1\u30c3\u30c8\u3078\u306e\u3059\u3079\u3066\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u8ffd\u52a0 \u2015 \uff37\uff45\uff42";
wwStrings["wwAddNewRendition"] = "Neue Wiedergabe hinzuf\u00fcgen";
wwStrings["wwSavedQueriesTable"] = "Table with a list of saved queries.";
wwStrings["wwFsReset"] = "Reset";
wwStrings["wwxWebsiteSection"] = "Web Site Section";
wwStrings["wwCmuTaskHistory"] = "Action History";
wwStrings["wwFeHiddenName"] = "Name";
wwStrings["wwCmuSectionDesc_doctypes"] = "Content Types Section";
wwStrings["wwQueryTransformerLinks"] = "Query Optimizer Links";
wwStrings["wwContentOutput"] = "Content Output";
wwStrings["wwCpdContentIdLabel"] = "Content ID:";
wwStrings["wwSctrMainPageDPUserType"] = "[User Type]";
wwStrings["wwFeatureLevelHeader"] = "Level";
wwStrings["wwCmuSectionDesc_pne"] = "Personalization Data Section";
wwStrings["wwrefAgentManagement/ibr"] = "\u4ee3\u7406\u7a0b\u5f0f\u7ba1\u7406";
wwStrings["wwConfirmNoRenditionSet"] = "\u3053\u306e\u30d3\u30b8\u30e5\u30a2\u30eb \u30a2\u30bb\u30c3\u30c8\u306e\u30ec\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3 \u30bb\u30c3\u30c8\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\\n\\n\'OK\' \u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u30b7\u30b9\u30c6\u30e0\u304c\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u30c7\u30d5\u30a9\u30eb\u30c8 \u30ec\u30f3\u30c7\u30a3\u30b7\u30e7\u30f3 \u30bb\u30c3\u30c8\u3092\u9069\u7528\u3057\u307e\u3059\u3002\\n\'\u30ad\u30e3\u30f3\u30bb\u30eb\' \u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u30c1\u30a7\u30c3\u30af\u30a4\u30f3 \u30d5\u30a9\u30fc\u30e0\u306b\u623b\u308a\u307e\u3059\u3002";
wwStrings["wwCmuEditExportRuleTitle"] = "Edit Export Rule";
wwStrings["wwNgReadGrantedLC"] = "\u8b80\u53d6\u5b58\u53d6\u6b0a\u7372\u51c6";
wwStrings["wwWeblayoutDir"] = "Weblayout Directory";
wwStrings["wwSpecifyIntegerForCapacity"] = "Please specify an integer value for the capacity check interval.";
wwStrings["wwHomePage"] = "Home Page";
wwStrings["wwAdditionalInformation"] = "Additional Information";
wwStrings["wwFeTableCellSpacing"] = "Cell spacing";
wwStrings["wwBasicSubscriptionDesc"] = "\nIf you want to receive an email notification each time a new\nrevision of \u003cstrong\u003e\"{1}\"\u003c/strong\u003e becomes available, click the Subscribe link below.\n";
wwStrings["wwOutputLimitedByMaxRows"] = "** Output is limited by the maximum rows.";
wwStrings["wwMetricSymbol-15"] = "{1} f{2}";
wwStrings["wwNgUnsubscribeFromFolder"] = "Cancelar assinatura da pasta";
wwStrings["wwOverallMemCheckTime"] = "Overall time for memory check";
wwStrings["wwAdminServerManagedServerType"] = "Server Type";
wwStrings["wwImageFileName"] = "Image File Name";
wwStrings["wwAttachSelectedUrlNative"] = "URL - Native [Attach Selected]";
wwStrings["wwRefineryProviderMaxJob"] = "Enter the number of jobs allowed in the pre-converted queue.";
wwStrings["wwSSContributorConsoleEnable"] = "(Enable)";
wwStrings["wwApprovedBy"] = "Approved By:";
wwStrings["wwNgProjectContentLinkStatus"] = "{1q} \u30b3\u30f3\u30c6\u30f3\u30c4\u3078\u79fb\u52d5";
wwStrings["wwAdminCancelIndexRebuild"] = "Cancel index rebuild";
wwStrings["wwRoles"] = "Roles";
wwStrings["wwFsConfig"] = "Configure File Store";
wwStrings["wwUrlInfo"] = "URL - Info";
wwStrings["wwCmuAdminImportPage"] = "Configuration Import Page";
wwStrings["wwSSArchiveDetailLastExport"] = "Last Exported:";
wwStrings["wwCustomizeSearchResultTemplatesAction"] = "Customize";
wwStrings["wwCmuActionEventsCaption"] = "Log for {1q}";
wwStrings["wwSSCertMessageTitle"] = "Site Studio";
wwStrings["wwTestEmailRecipient"] = "Recipient";
wwStrings["wwSearchResultTemplatesFor"] = "Search Result Templates for {1}";
wwStrings["wwOpenAllInDesktopIntegrationSuite"] = "Open All";
wwStrings["wwFeInvalidCharacters"] = "There are invalid characters in the element.";
wwStrings["wwCheckinNewTemplate"] = "Create New Template";
wwStrings["wwWizNext"] = "Siguiente";
wwStrings["wwAttachWeb"] = "Web";
wwStrings["wwdOriginalName"] = "Original Name";
wwStrings["wwLastNotifyDate"] = "Last Notification Attempt";
wwStrings["wwEnvironmentKeyDetails_show_ignored"] = "Show";
wwStrings["wwSSDefaultDocManagerMaxXml"] = "Manager Configuration Settings (Maximum Enabled)";
wwStrings["wwSmiContentSealedUserLabel_revoke"] = "Widerrufen von:";
wwStrings["wwClbraNoRevs"] = "There are currently no revisions in this collaboration project.";
wwStrings["wwCollectionUserDefaultConfiguration"] = "Default Information Field Configuration for {1}";
wwStrings["wwLkRefreshRefs"] = "Refresh references counts";
wwStrings["wwFeTableDlgTitle"] = "Table Options";
wwStrings["wwWebLocation"] = "Web Location";
wwStrings["wwCmuActionLabelEditBundle"] = "Edit Bundle";
wwStrings["wwSSContextMenuMetadataUpdate"] = "Update Document Info";
wwStrings["wwNgNoMembersForUserProject"] = "\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u0639\u0636\u0627\u0621 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u062c\u0644\u062f \u0627\u0644\u0634\u062e\u0635\u064a.";
wwStrings["wwNgCollaborationVersion"] = "Versione di Collaboration Manager";
wwStrings["wwDownloadOPML"] = "Download OPML";
wwStrings["wwIsJspServerEnabled"] = "Enable Java Server Page (JSP)";
wwStrings["wwSSExportArchiveAdd"] = "Add Export Archive...";
wwStrings["wwCpdEditSubsFolioChildUpdateTitle"] = "Child update";
wwStrings["wwLastErrMsg"] = "Last Message";
wwStrings["wwMemoryFree"] = "Free memory";
wwStrings["wwCmuSectionLabel_archives"] = "Archive Definitions";
wwStrings["wwNgAlertPreferences"] = "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e2d\u0e40\u0e25\u0e34\u0e15";
wwStrings["wwBasicSubscriptionListDesc"] = "You are subscribed to these items:";
wwStrings["wwInformation"] = "Information";
wwStrings["wwSubscribedAt"] = "Subscribed At:";
wwStrings["wwFeActionResetForm"] = "Reset form";
wwStrings["wwNgNoLimit"] = "unbegrenzt";
wwStrings["wwEnterpriseSearchable"] = "Enterprise Searchable";
wwStrings["wwAdsUserPassword"] = "User Password";
wwStrings["wwHelperCopyParagraph"] = "Replicates objects.";
wwStrings["wwDownloadOPMLDesc"] = "The OPML format allows you to download multiple RSS feeds at the same time. If your reader supports OPML, click the link below, and import the downloaded file into your reader.";
wwStrings["wwAttributeMapDesc"] = "\nThis will map certain attributes associated with the users LDAP object to user\nattributes in the Content Server. If this is left blank, the provider will use\nthe following attributes:\n\u003cul\u003e\n\t\u003cli\u003e\'mail\' to \'dEmail\'\n\t\u003cli\u003e\'cn\' to \'dFullName\'\n\t\u003cli\u003e\'title\' to \'dUserType\'\n\u003c/ul\u003e\n";
wwStrings["wwSSHttpRelativeFragmentsRoot"] = "Relative Fragments Root:";
wwStrings["wwFullName"] = "Full Name";
wwStrings["wwPromptCollectionReadOnlyMeta"] = "\uc0ac\uc6a9\uc790\uac00 \uac00\uc0c1 \ud3f4\ub354 \ubc0f \ud574\ub2f9 \ucee8\ud150\uce20\uac00 \uc77d\uae30 \uc804\uc6a9\uc778\uc9c0 \uc5ec\ubd80\ub97c \uc9c0\uc815\ud560 \uc218 \uc788\uac8c \ud558\ub824\uba74 \ud574\ub2f9 \uc0ac\ud56d\uc744 \uc9c0\uc815\ud560 \uc815\ubcf4 \ud544\ub4dc\uc758 \uc774\ub984\uc744 \uc785\ub825\ud569\ub2c8\ub2e4.";
wwStrings["wwCpdSimpleFolio"] = "Simple Folio";
wwStrings["wwdWebExtension"] = "Web Extension";
wwStrings["wwNothingSelected"] = "\uc120\ud0dd\ud55c \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.";
wwStrings["wwCpdTemplateFolio"] = "Folio Template:";
wwStrings["wwSctrMainPagePrefabDateYesterday"] = "Yesterday";
wwStrings["wwCmuActionLabelExport"] = "Export";
wwStrings["wwSSMigrationRule3"] = "Adjust archive document release dates to force check-in";
wwStrings["wwTraceEditOptionsDescription"] = "\nTracing in the content server can be activated on a section-by-section basis. Sections can be added by appending extra sections\nto create a comma separated list. The wildcard character * is supported so that schema* will trace all sections that begin with the prefix schema.\nSome tracing sections also support verbose output. Checkmark the verbose option if you wish to see in depth tracing for any\nactive section that supports it. Any options set here will be lost on the next content server restart unless you choose\nan option to save your current choices.\n";
wwStrings["wwLabelHttpServerAddress"] = "HTTP Server Address:";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionImageOnlyXml"] = "default.xml";
wwStrings["wwFSWebUrlFilePath"] = "\u7db2\u5740\u6a94\u6848\u8def\u5f91";
wwStrings["wwRefineryReadOnlyMode"] = "Refinery read-only mode";
wwStrings["wwLayout"] = "Layout";
wwStrings["wwCreate"] = "Create";
wwStrings["wwSSShowWebSite"] = "Show web site";
wwStrings["wwNativeFile"] = "Native File";
wwStrings["wwCmuActionLabelPreview"] = "Preview";
wwStrings["wwSSChooseSectionTitle"] = "Choose Web Site Section";
wwStrings["wwXuiShowInDescription"] = "Show in Description";
wwStrings["wwSctrMainPageStartDate"] = "Start Date:";
wwStrings["wwCmuEvent"] = "Event";
wwStrings["wwShowSchemaCacheDetails"] = "Schema Cache Details";
wwStrings["wwHelperContentExpired"] = "The content \'{1}\' has been expired.";
wwStrings["wwFsJdbcRenditions"] = "Renditions";
wwStrings["wwCmuContentServerSection"] = "Content Server \u8282";
wwStrings["wwEOHintRule"] = "Hint Rules Configuration";
wwStrings["wwSearchForms"] = "Search Forms";
wwStrings["wwLkAbortDesc"] = "Aborts the current refresh activity at the earliest possible moment.";
wwStrings["wwFeTableDifferent"] = "The field is fully qualified and does not belong to the designated table. Please change.";
wwStrings["wwSelectedNativeToBasket"] = "Aggiungi al carrello - File originale";
wwStrings["wwFeDeleteAction"] = "Delete row link";
wwStrings["wwFeTextFieldProps"] = "Text Field";
wwStrings["wwSSCertClassLabelSiteStudio"] = "Oracle Certificate (Site Studio)";
wwStrings["wwApprove"] = "Approve";
wwStrings["wwListTemplateDownloadText"] = "download";
wwStrings["wwCmuAdminExportPage"] = "Configuration Templates Page";
wwStrings["wwDay"] = "1 Day";
wwStrings["wwShowMemDetails"] = "Memory Details";
wwStrings["wwFsMissingStorageRuleName"] = "The storage rule name needs to be specified.";
wwStrings["wwSSArchiveDescription"] = "Archive Description:";
wwStrings["wwSpecifyField"] = "Please specify a value for field {1}.";
wwStrings["wwNoOptionListsInSystem"] = "There are no option lists currently defined in the system.";
wwStrings["wwBuild"] = "Build";
wwStrings["wwCustomizeColumnsHeader"] = "Customize Columns";
wwStrings["wwWorkflowHistory"] = "Workflow History";
wwStrings["wwSchemaNotStableError_checkin"] = "Choice lists are not fully loaded.  Checkin aborted.";
wwStrings["wwProductVersionInfoLabel"] = "Product Build:";
wwStrings["wwSSUploadFragmentLibrary"] = "Upload Fragment Library";
wwStrings["wwDCConfigMaxFileText"] = "The maximum size of file that will be processed by Dynamic Converter.";
wwStrings["wwDCEditTemplateText"] = "Select the template that you would like to edit.";
wwStrings["wwSctrQueryTOTAccessesByUserFordID"] = "Accesses by User for dID";
wwStrings["wwAction"] = "Action";
wwStrings["wwSctrQueryTRTSearchSummary"] = "Search Summary";
wwStrings["wwCpdChangeToDisplayView"] = "Change to display view";
wwStrings["wwSSNoFragmentLibraries"] = "No fragment libraries are available.";
wwStrings["wwSSExplainUpgradeStart"] = "Site Studio can automatically upgrade legacy web sites to be compatible with this version of Site Studio.\u003cbr\u003e\u003cbr\u003ePress the button below to start or resume the upgrade process.\u003cbr\u003e\u003cbr\u003e\u003cb\u003eNote:\u003c/b\u003e This process may take some time.";
wwStrings["wwSavedQueriesForUser"] = "Saved Queries for {1}";
wwStrings["wwSSAdminSiteAddressesPage"] = "Manage Web Site Addresses";
wwStrings["wwFeatureNameHeader"] = "Feature Name";
wwStrings["wwExpiringContent"] = "Expiring Content";
wwStrings["wwPreviewNavigationFrame"] = "Preview Navigation Frame";
wwStrings["wwCpdContinueEditingTemplate"] = "Continue editing the folio template";
wwStrings["wwUseSimpleAuthModelDesc"] = "\nIf this config value is set, the Active Directory plugin will only do the\nauthentication of the user.  This requires that some other method be in place\nfor retrieving the users roles and accounts. A usual scenario for this is to\nhave the Active Directory plugin authenticate the user and then have a User\nProvider in the content server read the roles and accounts (i.e. - from an LDAP\nserver).\n";
wwStrings["wwProviderType"] = "Provider Type";
wwStrings["wwMoveFieldToMainInfo"] = "Move Field To Main Information";
wwStrings["wwNgCollectionCollectionID"] = "ID cartella virtuale";
wwStrings["wwLabelFormat"] = "Format:";
wwStrings["wwEditListTemplates"] = "Edit Content List Templates";
wwStrings["wwCollectionDefinedCollections"] = "Defined Virtual Folders";
wwStrings["wwContentItemsForClbraWorkflow"] = "Content items for collaboration project {2q} in workflow {1q}";
wwStrings["wwSSArchivingStarted"] = "The archiving operation has been initiated for the archive shown below:";
wwStrings["wwNgAnnouncements"] = "\u30a2\u30ca\u30a6\u30f3\u30b9\u30e1\u30f3\u30c8";
wwStrings["wwFSEventImplementor"] = "Implementatie van gebeurtenissen";
wwStrings["wwSearchable"] = "Searchable:";
wwStrings["wwCollectionLabelCriteria"] = "Selection Criteria";
wwStrings["wwSSBrowseBack"] = "Press \u003ca href=\"javascript:history.back()\"\u003ehere\u003c/a\u003e to return to the previous page.";
wwStrings["wwCmuBundleSourceHost"] = "Source";
wwStrings["wwSearchLinks"] = "Search Links";
wwStrings["wwCheckinProfileTitle"] = "Content Check In Form for {1k}";
wwStrings["wwSSActualNodeUsage"] = "Referenced in Sites:";
wwStrings["wwLkNodeAlias"] = "Target Node Label";
wwStrings["wwdExtension"] = "File Extension";
wwStrings["wwDBSearchZoneConfig"] = "Zone Fields Configuration";
wwStrings["wwEntryPoint"] = "Entry Point:";
wwStrings["wwRejectDocument"] = "Reject {1}";
wwStrings["wwrefInboundRefinery/ibr"] = "Inbound Refinery";
wwStrings["wwCpdFolioEditLabel"] = "Edit Folio";
wwStrings["wwSSCompressContributorJavaScript"] = "Compress Contributor JavaScript";
wwStrings["wwCpdNewNodeLabel"] = "New Node";
wwStrings["wwSctrCHDay"] = "Day";
wwStrings["wwSctrMainPagePrefabDateLabel"] = "Prefab Dates";
wwStrings["wwLdapRolePrefixLabel"] = "Role Prefix:";
wwStrings["wwLabelJdbcUser"] = "JDBC User:";
wwStrings["wwSSAdminSitesUpgradeNextButton"] = "Next&nbsp;&nbsp;&gt;";
wwStrings["wwdIsSearchable"] = "Is Searchable";
wwStrings["wwrefConversionSettings/ibr"] = "Conversie-instellingen";
wwStrings["wwMetricPrefix24"] = "{1} Yotta{2}";
wwStrings["wwAdminPagesForInstance"] = "Administration Pages for {1}";
wwStrings["wwUserPersonalization"] = "User Personalization Settings";
wwStrings["wwCpdPasteItem"] = "Paste";
wwStrings["wwNoSubscriptionsToView"] = "There are no subscriptions to view.";
wwStrings["wwOutgoingProviderDesc"] = "Configuring an outgoing provider.";
wwStrings["wwNotZoneHasAsWord"] = "Not Has Word";
wwStrings["wwRejectedBy"] = "Rejected By:";
wwStrings["wwRevisionParenthetical"] = "(Revisi\u00f3n {1})";
wwStrings["wwNgDeleteProjectsConfirmationMessage"] = "\n\u78ba\u5b9a\u8981\u79fb\u9664\u9078\u53d6\u7684\u5c08\u6848\u55ce?\n\u9019\u6a23\u5c07\u6703\u79fb\u9664\u9019\u4e9b\u5c08\u6848\u53ca\u4efb\u4f55\u5b50\u8cc7\u6599\u593e\u4e2d\u5167\u5bb9\u7684\u6240\u6709\u7248\u672c\u3002\n";
wwStrings["wwLdapSourcePath"] = "Source Path";
wwStrings["wwMyWorkflowAssignments"] = "My Workflow Assignments";
wwStrings["wwNative"] = "Native";
wwStrings["wwSSAdminSitesUpgradeCancelButton"] = "Cancel Upgrade";
wwStrings["wwEditSavedQueries"] = "Edit Saved Queries";
wwStrings["wwSSDefaultAssetCategoryNameImage"] = "Images";
wwStrings["wwVerityLogs"] = "Verity Logs";
wwStrings["wwStandardSearchFormActionLabel"] = "Expanded Form";
wwStrings["wwSSNoObjectsAvailable"] = "No Content Items Available";
wwStrings["wwSSAdminMigrationAddImportArchivePage"] = "Add Import Archive";
wwStrings["wwCurrentUrlLabel"] = "Current URL";
wwStrings["wwCpdFolioViewSimpleLabel"] = "View Simple Folio";
wwStrings["wwCmuEmailResults"] = "Email Results";
wwStrings["wwCpdSlotNotSelected"] = "Target not selected";
wwStrings["wwSpecifyHostName"] = "Please specify a value for the server host name.";
wwStrings["wwNgExternalGroupDefaultPermissions"] = "Permiss\u00f5es padr\u00e3o de grupos externos";
wwStrings["wwAddRendition"] = "\u6dfb\u52a0\u91cd\u73b0";
wwStrings["wwPolish"] = "Polish";
wwStrings["wwMemoryMax"] = "Maximum memory";
wwStrings["wwAdminApplets"] = "Admin Applets";
wwStrings["wwRelativeWebRoot"] = "Relative Web Root";
wwStrings["wwSpLabelServerThread"] = "Server Thread Class:";
wwStrings["wwAdditionalComponents"] = "Additional Components";
wwStrings["wwPreviewPage"] = "Preview page with navigation frame and preview frame.";
wwStrings["wwSelectAnItemToMove"] = "\u79fb\u52d5\u3059\u308b\u30a2\u30a4\u30c6\u30e0\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044";
wwStrings["wwNgAddManually"] = "Adicionar manualmente";
wwStrings["wwInfoCollaboration"] = "Information for collaboration project {1q}";
wwStrings["wwChinese-Simplified"] = "Chinese-Simplified";
wwStrings["wwJavaClasspath"] = "Java Classpath";
wwStrings["wwCpdCreateSnapshot"] = "Create snapshot";
wwStrings["wwFeAdvTableEditDesc"] = "\nCheck any of the following options to enable functionality needed to support\nthe table actions described.\n";
wwStrings["wwdFileSize"] = "File Size";
wwStrings["wwCpdGoToFolioView"] = "View the folio";
wwStrings["wwErrorReadingComponentFile"] = "Error reading component information from: {1}";
wwStrings["wwSearchForLinks"] = "Search for Links";
wwStrings["wwSoapNameLabel"] = "Name:";
wwStrings["wwSubmitUpdate"] = "Submit Update";
wwStrings["wwCollectionOwner2"] = "\u0627\u0644\u0645\u0627\u0644\u0643";
wwStrings["wwLabelAttachSelected"] = "Attach Selected:";
wwStrings["wwRemoveValueAndChildren"] = "Remove value {1} and dependent children";
wwStrings["wwIncomingProviderDesc"] = "Configuring an incoming provider.";
wwStrings["wwCmuSectionValue"] = "Value";
wwStrings["wwInvalidUserName"] = "The user name is invalid.";
wwStrings["wwSSBackupRestoreTitle"] = "Backup / Restore Administration";
wwStrings["wwLabelConfirmPassword"] = "Confirm Password:";
wwStrings["wwQueryBuilderOr"] = "OR";
wwStrings["wwLdapEditProvider"] = "Edit LDAP Provider";
wwStrings["wwSSDefaultAssetCategoryStylesheet"] = "all CSS stylesheets used in my site";
wwStrings["wwCmuWorkflowDefSectionDesc"] = "Secci\u00f3n Flujos de trabajo";
wwStrings["wwCommonLinks"] = "Common Links:";
wwStrings["wwFilterDebug"] = "FILTER_DEBUG";
wwStrings["wwibrOptionsPageDescription"] = "Options that affect how the Content Server interacts with Inbound Refinery providers.";
wwStrings["wwmyNativeFileLink"] = "Native File";
wwStrings["wwSpecialFieldsOptionGroup"] = "Special";
wwStrings["wwCpdManageContentBasketsLabel"] = "Manage Content Baskets";
wwStrings["wwViewDocProbReports"] = "View Document Problem Reports";
wwStrings["wwSSDefaultDocPrimaryFilePpt"] = "default.ppt";
wwStrings["wwSctrMainPageRLSearchSummary"] = "Search Summary";
wwStrings["wwRefineryZipRenditionDefaultInvalid"] = "\u0625\u0639\u062f\u0627\u062f \'DefaultPackedConversionSet\' {1q} \u0644\u064a\u0633\u062a \u0642\u064a\u0645\u0629 \u0635\u0627\u0644\u062d\u0629 \u0644\u0642\u0627\u0626\u0645\u0629 \u062e\u064a\u0627\u0631\u0627\u062a \'PackagedConversions\'";
wwStrings["wwRegexNoMatch"] = "{1} does not match the regular expression {2}";
wwStrings["wwDiscussionPageTitle"] = "Discussion on {1}";
wwStrings["wwSctrMainPageRLTopDocsByFormatReference"] = "Top Access Modes by Format";
wwStrings["wwFePleaseSpecifyName"] = "Please specify a name for the element.";
wwStrings["wwLkType_internal"] = "internal";
wwStrings["wwTaminoNoMatchingSeg"] = "No document matches query.";
wwStrings["wwCmuLabelHide"] = "Hide";
wwStrings["wwLabelSecurityGroup"] = "Security Group:";
wwStrings["wwSoapRequestParameters"] = "Request Parameters";
wwStrings["wwLdapAdminPassword"] = "LDAP Admin Password";
wwStrings["wwUpdateLicenseForServer"] = "Update License for {1}";
wwStrings["wwSSArchiveName"] = "Archive Name:";
wwStrings["wwWfName"] = "Workflow";
wwStrings["wwSCORE"] = "Score";
wwStrings["wwSSContextMenuDocUsage"] = "View Web Site Usage Report";
wwStrings["wwSelectAField"] = "Select a Field";
wwStrings["wwIbrProviderStatusLabel"] = "IBR Provider Status";
wwStrings["wwCurrentlyDisabledComponents"] = "Currently Disabled Components";
wwStrings["wwPasswordNotConfirmed"] = "\nThe new password was not correctly confirmed.\nMake sure the confirmation password exactly matches the new password.\n";
wwStrings["wwWizEnterTextOne"] = "\u0623\u062f\u062e\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0623\u0648\u0644";
wwStrings["wwSoapUpdateRequestParameters"] = "Update Request Parameters";
wwStrings["wwSSDefaultDocPrimaryFileManagerMaxXml"] = "default.xml";
wwStrings["wwCmuExportName"] = "Name";
wwStrings["wwDiscussionCountInfo"] = "({2} item{2?s})";
wwStrings["wwDefaultMasterDomain"] = "Default Master Domain";
wwStrings["wwNgProjectSetupRoot"] = "configurar la ra\u00edz {1q}";
wwStrings["wwVerifyProviderDelete"] = "Are you sure you wish to delete this provider?";
wwStrings["wwDCConfigDefTemplateCol1"] = "Template";
wwStrings["wwHasAsWordPrefix"] = "Has Prefix";
wwStrings["wwIdcAdminServerPort"] = "Port number";
wwStrings["wwSSUsageCountOne"] = "Found {1} occurrence";
wwStrings["wwAddNewCustomListTemplate"] = "Add new custom template...";
wwStrings["wwSSDefaultAssetCategoryNameCustomElementForm"] = "Custom Element Forms";
wwStrings["wwVaultDir"] = "Vault Directory";
wwStrings["wwSpecifyReleaseDate"] = "Please specify a release date.";
wwStrings["wwCollectionAdminDefaultInformationFields"] = "System Default Information Field Configuration";
wwStrings["wwSSDefaultAssetCategoryNameManagerSettings"] = "Manager Configuration Settings";
wwStrings["wwFullAccess"] = "Full Access";
wwStrings["wwCpdFolioListingDesc"] = "Select a folio from the search result listing below.";
wwStrings["wwLkAlias"] = "Resource Label";
wwStrings["wwLdapProviderInformationTitle"] = "LDAP Provider Information for";
wwStrings["wwSSAdminLayoutUpgradesRemaining"] = "Layouts Remaining:";
wwStrings["wwLdapSpecifySourcePath"] = "Please specify a value for the source path.";
wwStrings["wwCmuActionEventMessageLabel"] = "Message";
wwStrings["wwCpdFolioClonedItemTemplateCheckinDesc"] = "This template contains items that require cloning.  A folio based off this template must be checked in before editing can continue.";
wwStrings["wwShowAdvancedOptionsQueryBuilder"] = "show advanced options";
wwStrings["wwFormSubmissionSuccess"] = "Form Submission Success";
wwStrings["wwAutomated"] = "Automated";
wwStrings["wwMatches"] = "Matches";
wwStrings["wwStandardSearchFormLabel"] = "Expanded";
wwStrings["wwTdReplyPrefix"] = "RE: {1}";
wwStrings["wwNgExternal"] = "\u5916\u90e8";
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["wwCmuPNESection"] = "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25";
wwStrings["wwSSContextMenuRemoveDataFile"] = "Remove Content";
wwStrings["wwFeAdvValueDesc"] = "\nA value may be bound to a field by specifying the name in the following field. Note that the script\nmust be enclosed in double square brackets and of the form [[field]].\n";
wwStrings["wwdOrder"] = "Order";
wwStrings["wwNoProblemReportForItem"] = "There are no problem reports for this content item.";
wwStrings["wwNgConfirmMessage"] = "Si las opciones de configuraci\u00f3n son correctas, haga clic en \'Finalizar\' para actualizar el formulario de ingreso.";
wwStrings["wwContentExpiredAfter"] = "Content expired after \u003cbr\u003e {1t}";
wwStrings["wwCpdMyPersonalBaskets"] = "My Baskets";
wwStrings["wwFsRuleSuccess"] = "The storage rule has been successfully updated in the system.";
wwStrings["wwFeBasicTemplateHelp"] = "\nThe form below has been defined to be advanced. Add elements to this form to\ncreate a Content Server HCSF Form. All advanced elements need be contained in an \nadvanced form to function properly.\n";
wwStrings["wwFeCustomTabLabel"] = "Variables";
wwStrings["wwWfEnterTs"] = "Enter Date";
wwStrings["wwUnregisterWorkflow"] = "Unregister Workflow";
wwStrings["wwWizardMetadata"] = "Wizard Fields";
wwStrings["wwCmuSchemaRelationsDefSectionDesc"] = "Section Relations de sch\u00e9ma";
wwStrings["wwPreviewPage2"] = "Preview page with preview frame.";
wwStrings["wwAdsUseBasicGroups"] = "ADSI";
wwStrings["wwInstanceName"] = "Instance Name";
wwStrings["wwUserProfile"] = "User Profile";
wwStrings["wwSSDefaultAssetCategoryScript"] = "all client side script files used in my site";
wwStrings["wwSearchDesc"] = "Allows you to search for content.";
wwStrings["wwCmuSectionImportChangeDescription"] = "\nPage has been modified.\nAny changes made on this page or any children pages \nwill be recorded, but not permanently saved.  All changes \nwill be lost when navigating from the definition page.\n";
wwStrings["wwQuickHelpHeaderLinkText"] = "quick help";
wwStrings["wwSctrQueryTOTAccessesByDayFordID"] = "Accesses by Day for dID";
wwStrings["wwThreadInfoDetails"] = "Thread Details";
wwStrings["wwGetCopyAccess"] = "Allow get copy for user with read privilege";
wwStrings["wwSpecifyDocTypeToAdd"] = "Please specify a document type to add.";
wwStrings["wwCpdFolioDefaultProperties"] = "Folio Default Properties";
wwStrings["wwNgClearLocation"] = "\u6e05\u9664\u4f4d\u7f6e";
wwStrings["wwUninstall"] = "Uninstall";
wwStrings["wwViewLog"] = "View Web Server Filter Log";
wwStrings["wwCmuSectionLabel_docformats"] = "Content Formats";
wwStrings["wwSSDefinitionDownloadMenuItem"] = "Download definition bundle archive as ZIP";
wwStrings["wwOptionalSearchCollections"] = "Optional Search Collections";
wwStrings["wwUserProfileLinks"] = "User Profile Links";
wwStrings["wwdDocTitle"] = "Title";
wwStrings["wwCmuNoteLabel"] = "Note";
wwStrings["wwNgProjectDashboardText"] = "geef hier tekst op voor de dashboardpagina van het project";
wwStrings["wwFsPathInformation"] = "Path Information";
wwStrings["wwCollectionAdminConfigurationTitle"] = "Virtual Folder Administration Configuration";
wwStrings["wwCpdNoItemInCopyBuffer"] = "Copy buffer empty.";
wwStrings["wwNgOnLineConferenceCenterSettings"] = "\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e0a\u0e38\u0e21\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c";
wwStrings["wwMetricSymbol21"] = "{1} Z{2}";
wwStrings["wwMetricPrefix6"] = "{1} Mega{2}";
wwStrings["wwSSDefaultDocElementDefinitionWysiwygXml"] = "Wysiwyg Element Definition";
wwStrings["wwTestQuery"] = "Test Query";
wwStrings["wwNgUpdateProjectInformation"] = "\u062a\u062d\u062f\u064a\u062b \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0634\u0631\u0648\u0639";
wwStrings["wwFeTableDesc"] = "\nSelect the type of table you want to create and set the associated options.\n";
wwStrings["wwCmuTaskNameRequired"] = "Task name required.";
wwStrings["wwFeatureVersionHeader"] = "Version";
wwStrings["wwNgWorkflowParameter"] = "Par\u00e1metro de flujo de trabajo";
wwStrings["wwDCEditTemplateTextCol1"] = "Template";
wwStrings["wwHelperQuickLinksFieldDesc"] = "Controls whether freqently used items should appear high in the context menu.";
wwStrings["wwNumBytesPerChar"] = "Number of Bytes Per Character";
wwStrings["wwCpdTemplateID"] = "ID";
wwStrings["wwNativeVersion"] = "Native Version";
wwStrings["wwNoFunctionMatchingActionType"] = "\u3053\u306e actionType \u540d\u306b\u4e00\u81f4\u3059\u308b\u6a5f\u80fd\u306f\u3042\u308a\u307e\u305b\u3093\u3002";
wwStrings["wwClbraAddDescription"] = "\nIn the fields below, collaboration project information that will be displayed and used on check in and update pages\n\tmay be modified. The name and description are used to give a way of identifying the collaboration project to the user.\n\tIn particular, the collaboration name will be used on check in pages in conjunction with the access list.\u003cbr\u003e\u003cbr\u003e\n\n\tThe user access list is used to determine what kind of privileges users have for the collaboration project and content.\n\tA user with admin privilege, (A), has the rights to edit the project. A user with write privilege, (W), has rights to\n\tcheck content into the collaboration project. A user with read privilege, (R), has rights to search and view the content.\n";
wwStrings["wwSctrMainPagePrefabDates"] = "Prefab Dates";
wwStrings["wwActionsLabel"] = "Actions:";
wwStrings["wwListTemplateCantMoveOptionToText1"] = "Unable to add \'{1}\' to your list of Main Information. If you would like to use this field, please add it to Additional Information.";
wwStrings["wwGetCollabList"] = "Get Collaboration List";
wwStrings["wwNynorsk"] = "Nynorsk";
wwStrings["wwTotalThreads"] = "Total Threads: {1}";
wwStrings["wwSSDefaultAssetCategoryCustomElementForm"] = "all custom element forms used in my site";
wwStrings["wwSSDICEditDataFile"] = "Edit Data File";
wwStrings["wwSoapAddComplexType"] = "Add Complex Type";
wwStrings["wwNgRoutingFields"] = "\u8def\u7531\u6b04\u4f4d";
wwStrings["wwNgUserType"] = "\uc0ac\uc6a9\uc790 \uc720\ud615";
wwStrings["wwSctrQueryTRTUsersWhoHaveSeendID"] = "Users Who Have Seen dID";
wwStrings["wwSSDefaultAssetCategoryNameRegionDefinition"] = "Region Definitions";
wwStrings["wwFullAccessDescription"] = "Log in to use the content server with your full access privileges";
wwStrings["wwNgGoToProject"] = "\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0645\u0634\u0631\u0648\u0639";
wwStrings["wwSSSCProblem4"] = "Capitalization:";
wwStrings["wwBackgroundThreadFor"] = "Process for \'{1}\'";
wwStrings["wwSearchProviders"] = "Search Providers";
wwStrings["wwIdcStringBuilderCapacityChanges"] = "IdcStringBuilder capacity changes: {1i} per million";
wwStrings["wwSSDefaultHomeLabel"] = "Home";
wwStrings["wwLdapUseNetscape"] = "Use Netscape SDK";
wwStrings["wwIbrConversionJobStatusLabel"] = "Conversion Job Status";
wwStrings["wwPromptInstallQuickHelpComponent"] = "\u60a8\u8981\u5b89\u88dd QuickHelp \u5143\u4ef6\u55ce?(\u5fc5\u8981)";
wwStrings["wwNgChooseLocation"] = "Scegli posizione";
wwStrings["wwTempConvCriteriaMissing"] = "Criteria is missing for criteria";
wwStrings["wwFsStoreRule"] = "Storage Rule";
wwStrings["wwWfInQueueFor"] = "Workflow In Queue for {1}";
wwStrings["wwWorkflowStartedNotification"] = "Workflow Started Notification";
wwStrings["wwSSSectionLabel"] = "Section:";
wwStrings["wwNgIncludeProjectsOnly"] = "\u4ec5\u9650\u9879\u76ee";
wwStrings["wwSSNewNativeDoc"] = "New native file";
wwStrings["wwClearLocalizationAudit"] = "Clear auditing";
wwStrings["wwCOAO_ErrorNoAppletFound"] = "Unable to find the CheckOutAndOpenInNative Applet.";
wwStrings["wwLogOptions"] = "Log Options";
wwStrings["wwSubscribe"] = "Subscribe";
wwStrings["wwNgPersonalFolderContent"] = "\u5185\u5bb9";
wwStrings["wwWfActionHistory"] = "Workflow Content Action History";
wwStrings["wwEnableDownloadApplet"] = "Enable Download Applet:";
wwStrings["wwNewDocType"] = "New Document Type";
wwStrings["wwNotifiedSubjects"] = "Notified Subjects";
wwStrings["wwSSSiteStudioPublisherDownloadDescription"] = "Site Studio Publisher, an application for publishing Site Studio Websites.";
wwStrings["wwCollectionColumns"] = "Modify Columns";
wwStrings["wwLdapConnectionTimeout"] = "Connection timeout";
wwStrings["wwSubscriptionGroupTable"] = "Table containing a list of subscription groups";
wwStrings["wwAdsUseNestedGroups"] = "ADSI with nested groups";
wwStrings["wwCpdAddLink"] = "Add Link";
wwStrings["wwNgOriginalContentNoLongerInSystem"] = "\u539f\u59cb\u5185\u5bb9\u9879\u5df2\u4e0d\u5728\u7cfb\u7edf\u4e2d\u3002";
wwStrings["wwNoRevisions"] = "This content item has no released revisions.";
wwStrings["wwSctrMainPagePVAll"] = "All";
wwStrings["wwUseFullGroupName"] = "Use Full Group Names";
wwStrings["wwNumberGreaterEqual"] = "Greater or Equal";
wwStrings["wwTitleDisabledComponents"] = "Disabled Components:";
wwStrings["wwSSUsageHideAll"] = "Hide All";
wwStrings["wwSpLabelKeystoreAlias"] = "Alias:";
wwStrings["wwPublisherProblemReportNotification"] = "Publisher Problem Report Notification";
wwStrings["wwCpdSetFolioTemplateCheckinProfileDesc"] = "Select a content profile to be applied to the new folio template, or leave set to \'none\' to check in without a profile.";
wwStrings["wwEditIncomingProvider"] = "Edit Incoming Provider";
wwStrings["wwFeRadioProps"] = "Radio Button";
wwStrings["wwButtonEnable"] = "\u003c\u003c Enable";
wwStrings["wwNgDeleteGrantedLC"] = "\u062a\u0645 \u0645\u0646\u062d \u062d\u0642 \u0627\u0644\u062d\u0630\u0641";
wwStrings["wwWorkflows"] = "Workflows";
wwStrings["wwReject"] = "Reject";
wwStrings["wwRefineryProviderReadOnly"] = "Inbound Refinery Read Only Mode";
wwStrings["wwSSDefaultDocJpg"] = "JPG Image";
wwStrings["wwCollectionUserConfiguration"] = "Folder Configuration for {1}";
wwStrings["wwSSManageWebSiteBackupsButton"] = "Manage Archives";
wwStrings["wwSSContextMenuDataFileNotDefined"] = "Data file not defined";
wwStrings["wwCheckinExistingTemplate"] = "Check In Existing Template";
wwStrings["wwNgUnsubscribeFromProjectName"] = "\u5f9e\u5c08\u6848 {1q} \u53d6\u6d88\u8a02\u95b1";
wwStrings["wwNgProjectDashboard"] = "Dashboard do projeto";
wwStrings["wwSecond"] = "1 Second";
wwStrings["wwFilterDepth"] = "Depth";
wwStrings["wwFormats"] = "Formats";
wwStrings["wwName"] = "Name";
wwStrings["wwNgSubscribeToProject"] = "\u0e2a\u0e21\u0e31\u0e04\u0e23\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04";
wwStrings["wwOSServiceName"] = "Service Name";
wwStrings["wwDisableGzipCompression"] = "Disable GZIP Compression";
wwStrings["wwArchiver"] = "Archiver";
wwStrings["wwComponentUninstallComfirmMsg"] = "Are you sure you want to uninstall the component?";
wwStrings["wwSSDisplayWebsitesMenuLabel"] = "Web Sites";
wwStrings["wwCmuActionHistory"] = "Action History";
wwStrings["wwincludeFolderChildren"] = "Folder and subfolders";
wwStrings["wwSSSiteStudioPublisherDownloadLabel"] = "Site Studio Publisher";
wwStrings["wwDownloadApplet"] = "Download Applet";
wwStrings["wwProblemReport"] = "Problem Report";
wwStrings["wwNgMostRecentItems"] = "\u6700\u65b0\u306e\u30a2\u30a4\u30c6\u30e0";
wwStrings["wwCollectionAdvancedMetaConfigurationNote"] = "Select from the available information fields to be displayed as virtual folders and to be appended to the filename.";
wwStrings["wwCmuExportAction"] = "Export";
wwStrings["wwFormSubmissionError"] = "Form Submission Error";
wwStrings["wwWorkflowInfoForItem"] = "Workflow Info For Item {1q}";
wwStrings["wwPersonalCheckinLinks"] = "Personal Check In Links";
wwStrings["wwCpdItemCheckinTitle"] = "Item Check In";
wwStrings["wwVerifySerialNumberIsCorrect"] = "\nNext, verify that the serial number below matches the number\nshown on the registration information form shipped with your product.\n";
wwStrings["wwThreadInfo"] = "Thread Information";
wwStrings["wwFeBasicFormTemplateDesc"] = "A basic web form to be used by the Content Server.";
wwStrings["wwWizOptionsText"] = "\n\u003cp\u003eUn d\u00e9veloppeur peut utiliser trois options pour contr\u00f4ler l\'affichage de la liste des \u00e9tapes. La premi\u00e8re option modifie la liste des \u00e9tapes de fa\u00e7on \u00e0 ce qu\'elles apparaissent sous la forme d\'onglets au-dessus de l\'Assistant de t\u00e2ches de workflow. Par d\u00e9faut, les \u00e9tapes s\'affichent dans une colonne \u00e0 gauche de l\'Assistant de t\u00e2ches de workflow.\u003c/p\u003e\n \u003cp\u003eLa deuxi\u00e8me option modifie les \u00e9tapes affich\u00e9es dans le panneau de gauche en \u00e9l\u00e9ments num\u00e9rot\u00e9s en remplacement d\'une liste \u00e0 puces.\u003c/p\u003e\n \u003cp\u003eLa troisi\u00e8me option d\u00e9sactive le lien actif correspondant \u00e0 chaque \u00e9tape de fa\u00e7on \u00e0 les ex\u00e9cuter dans l\'ordre. La seule mani\u00e8re de passer \u00e0 l\'\u00e9tape suivante consiste \u00e0 cliquer sur le bouton \'Suivant\'.\u003c/p\u003e\n \u003cp\u003eCes options peuvent \u00eatre d\u00e9finies \u00e0 l\'aide des cases \u00e0 cocher ci-dessous :\u003c/p\u003e\n";
wwStrings["wwCpdItemTypeNotAllowed"] = "Invalid item type.";
wwStrings["wwCpdManageBaskets"] = "Manage Content Baskets";
wwStrings["wwLabelServerHostName"] = "Server Host Name:";
wwStrings["wwFeAdvBlockDesc"] = "\nAn advanced block can either be bound to a result set or be conditionally displayed. When bound to\na result set, the table is expected to be in the following three row format.\n\u003cul\u003e\n\u003cli\u003eThe first row is the header row.\u003c/li\u003e\n\u003cli\u003eThe second row is only displayed if the bound result set contains rows \nand each row of the result set is displayed in the format specified by this row.\u003c/li\u003e\n\u003cli\u003eThe third row is only displayed if the result set contains no values.\u003c/li\u003e\n\u003c/ul\u003e\n";
wwStrings["wwCheckedOutBy"] = "Checked Out By";
wwStrings["wwSctrMainPagePrefabDateLatestMonth"] = "Latest Month";
wwStrings["wwCmuExportActions"] = "Actions";
wwStrings["wwFeSubmitBtn"] = "Submit";
wwStrings["wwUseOptions"] = "Use Options:";
wwStrings["wwSSDefaultAssetCategoryValidationScript"] = "all validation scripts used in my site";
wwStrings["wwLkUpdateTs"] = "Update Date";
wwStrings["wwMyViewLabel"] = "My View:";
wwStrings["wwCpdFolioViewLabel"] = "View Folio";
wwStrings["wwSoapUpdateResponseParameters"] = "Update Response Parameters";
wwStrings["wwCanNotUseList"] = "Can not use the listing component without the Layout Manager.";
wwStrings["wwCpdEditSubsFolioDeleteTitle"] = "Delete";
wwStrings["wwNextPage"] = "Next Page";
wwStrings["wwSpNeedClientAuth"] = "Require Client Authentication";
wwStrings["wwxWebsites"] = "Web Sites";
wwStrings["wwCpdLastModified"] = "Last modified:";
wwStrings["wwListTotalRows"] = "{1} items in listing.";
wwStrings["wwSctrResultsPageMore"] = "More";
wwStrings["wwUserNames"] = "User Names";
wwStrings["wwSSActions"] = "Info";
wwStrings["wwResourceFork"] = "\u0627\u0633\u062a\u062f\u0639\u0627\u0621 \u0646\u0633\u062e Fork \u0627\u0644\u0645\u0648\u0631\u062f";
wwStrings["wwFinalizationTime"] = "Finalization time";
wwStrings["wwNgChooseWorkflowLC"] = "\uc6cc\ud06c\ud50c\ub85c\uc6b0 \uc120\ud0dd";
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["wwLkResType_doc"] = "item";
wwStrings["wwProviderConnection"] = "Provider Connection";
wwStrings["wwInternetFullTextSearchDesc"] = "Enter search terms";
wwStrings["wwCheckInConfirmation"] = "Check In Confirmation for {1q}";
wwStrings["wwContentMetadata"] = "Content Metadata";
wwStrings["wwFeCustomNote"] = "\nNote: There should be only one name/value pair per line in the format \"name=value\".\n";
wwStrings["wwExpDate"] = "Expiration Date";
wwStrings["wwCpdCutItem"] = "Cut";
wwStrings["wwEmailFormatHtml"] = "html";
wwStrings["wwLabelSearchTemplate"] = "Search Template:";
wwStrings["wwButtonDisable"] = "Disable \u003e\u003e";
wwStrings["wwSSRestoreArchiveDescription"] = "Restore Archive on {1}";
wwStrings["wwTargetedQuickSearchEditOption"] = "Edit...";
wwStrings["wwProjectName"] = "Publisher Project Name:";
wwStrings["wwSSDownloadDefinitionBundle"] = "Download Definition Bundle";
wwStrings["wwDTMMessage"] = "Distributed Task Manager Message";
wwStrings["wwMyView"] = "My View";
wwStrings["wwListTemplateCustomIdocDescription"] = "Idoc Script entered into this field is evaluated and included before the table is displayed.";
wwStrings["wwNgUnsubscribeFromThisProject"] = "Abonnement op dit project opheffen";
wwStrings["wwNgInternalUserDefaultPermissions"] = "\u0e01\u0e32\u0e23\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e14\u0e35\u0e1f\u0e2d\u0e25\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e20\u0e32\u0e22\u0e43\u0e19";
wwStrings["wwCmuContentRulesSection"] = "R\u00e8gles de profil de contenu";
wwStrings["wwDigestOnly"] = "Digests Only";
wwStrings["wwSpLabelKeystoreAliasPassword"] = "Alias password:";
wwStrings["wwCollectionVirtualFolderOptions"] = "General Virtual Folder Options";
wwStrings["wwNgPersonalFolderSubscriptionDesc"] = "\nWenn Sie bei jeder neuen Content-Revision im pers\u00f6nlichen Ordner \u003cstrong\u003e{1q}\u003c/strong\u003e\neine E-Mail-Benachrichtigung erhalten m\u00f6chten, klicken Sie auf die Verkn\u00fcpfung \'Abonnieren\'.\n";
wwStrings["wwFeDynIncludeName"] = "Include name";
wwStrings["wwSctrCHSearches"] = "Searches";
wwStrings["wwMetricSymbol9"] = "{1} G{2}";
wwStrings["wwContentActionsMenuItem"] = "Content Actions";
wwStrings["wwCmuImportPreview"] = "Preview";
wwStrings["wwLabel"] = "Label";
wwStrings["wwSearchProbReports"] = "Search Problem Reports";
wwStrings["wwSSContextMenuDocInfo"] = "Document Info";
wwStrings["wwSSChooseWebsitesTitle"] = "Browsing";
wwStrings["wwFeAnd"] = "and";
wwStrings["wwGeneratedBy"] = "Generated By:";
wwStrings["wwFeWrapTabLabel"] = "Wrapper";
wwStrings["wwSctrQueryTRTTopAdvancedSearches"] = "Top Advanced Seaches";
wwStrings["wwSctrQuerySSPTSecondaryPage"] = "Secondary Page";
wwStrings["wwOpenInDesktopIntegrationSuite"] = "Open Selected";
wwStrings["wwSSDefaultDocPrimaryFileTxt"] = "default.txt";
wwStrings["wwNgSearchThisPersonalFolder"] = "\u0e04\u0e49\u0e19\u0e2b\u0e32\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25\u0e19\u0e35\u0e49";
wwStrings["wwQueryBuilder"] = "Query Builder";
wwStrings["wwCmuImportPreviewTitle"] = "Import Preview";
wwStrings["wwSSAdminShowOnDemandSites"] = "Manage On-Demand Web Sites";
wwStrings["wwCmuApplicationFieldsSectionDesc"] = "\u61c9\u7528\u7a0b\u5f0f\u6b04\u4f4d\u5340\u6bb5";
wwStrings["wwSSActionsColumnHeader"] = "Actions";
wwStrings["wwSubmit"] = "Submit";
wwStrings["wwCmuPredefinedAccountsDefSectionDesc"] = "Section Comptes pr\u00e9d\u00e9finis";
wwStrings["wwDCTemplateRulesTemplateCol3"] = "Template Types";
wwStrings["wwWfAssignmentMsg"] = "You have been assigned to the following workflow step:";
wwStrings["wwFeStartEditor"] = "Web Form Editor";
wwStrings["wwSSArchiveTransferProvider"] = "Transfer to Server:";
wwStrings["wwNgExternalUsersAndGroups"] = "Usuarios y grupos externos";
wwStrings["wwIntradocDir"] = "Install Directory";
wwStrings["wwSSDefaultDocPpt"] = "Microsoft PowerPoint 97-2003 Presentation";
wwStrings["wwSpecifyTestQuery"] = "Please specify a test query for this provider.";
wwStrings["wwXuiThumbnail"] = "Thumbnail View";
wwStrings["wwDCConfigConvFormatsText"] = "These are the formats that are eligible for dynamic conversion. Note that only these formats will display an (HTML) conversion link on the Search Result page.";
wwStrings["wwSSDeleteArchiveButton"] = "Delete";
wwStrings["wwSSSelectSiteOption"] = "\u003c\u003c\u003c Select a Web Site \u003e\u003e\u003e";
wwStrings["wwFormSubmitted"] = "Your form has been submitted.";
wwStrings["wwLabelState"] = "State:";
wwStrings["wwSSComponentVersion"] = "Component Build Version:";
wwStrings["wwNgMyProjects"] = "Mes projets";
wwStrings["wwStandardFieldsOptionGroup"] = "Standard";
wwStrings["wwUsernameAlreadyInUse"] = "The user {1q} is already being used.";
wwStrings["wwShowDetails"] = "Show Details";
wwStrings["wwListTemplateMustSelectColumns"] = "Please select at least one column.";
wwStrings["wwFieldName"] = "Field Name";
wwStrings["wwSpConnectionTimeout"] = "Connection Timeout";
wwStrings["wwCpdPickFolioTypeDesc"] = "A Simple Folio is a flat, unstructured container for collecting content items. The Advanced Folio option provides additional functionality and allows the collection space to be organized into a folder-like hierarchy. The structure of an Advanced Folio can be user-defined, or based upon a pre-defined template.";
wwStrings["wwFeTableRowProperties"] = "Table Row Properties";
wwStrings["wwEnableNtlmSecurityLabel"] = "Use Microsoft Security:";
wwStrings["wwGreek"] = "Greek";
wwStrings["wwSSDefaultDocPrimaryFileSubtemplateHcsp"] = "default.hcsp";
wwStrings["wwDefaultTargetedQuickSearchLabel"] = "Targeted Quick Searches";
wwStrings["wwSSSCProblem3"] = "Doubled word:";
wwStrings["wwSSSiteReportFor"] = "Web Site Objects Report for \'{1}\'";
wwStrings["wwNgHideOptions"] = "Ocultar op\u00e7\u00f5es";
wwStrings["wwSharedClusterNode"] = "Shared Cluster Node (Master or Proxy)";
wwStrings["wwNgGroupsLabel"] = "Acesso (grupos):";
wwStrings["wwrefAdditionalRenditions/ibr"] = "Zus\u00e4tzliche Wiedergaben";
wwStrings["wwHideDetails"] = "Hide Details";
wwStrings["wwSctrMainPageRTTopDocsByFormatReference"] = "Top%20Access%20Modes%20by%20Format";
wwStrings["wwNgAnnouncementsForProject"] = "\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {1q} ({2})";
wwStrings["wwRefineryProviderMaxJob2"] = "Maximum Jobs to Queue:";
wwStrings["wwSmiVerifyServerDelete"] = "\u78ba\u5b9a\u8981\u522a\u9664 Sealed Media Server \'{1}\' \u55ce?";
wwStrings["wwNgUseLoginNameForProjectName"] = "Utilizar nombre de inicio de sesi\u00f3n para nombre de proyecto";
wwStrings["wwHttpRelativeCgiRoot"] = "Http Relative Cgi Root";
wwStrings["wwAnyAddress"] = "Any Address";
wwStrings["wwToInteger"] = "To";
wwStrings["wwSortBy"] = "Sort By:";
wwStrings["wwCpdSearchForExistingFoliosTitle"] = "Search for Existing Folio";
wwStrings["wwLdapServerLabel"] = "LDAP Server:";
wwStrings["wwCollectionsGroupActionLabel"] = "Folders Actions:";
wwStrings["wwNgSubscribeToFolderName"] = "Assinar a pasta {1q}";
wwStrings["wwEnable"] = "Enable";
wwStrings["wwSSUpgradeWebsitesFieldsButton"] = "Update Information Fields";
wwStrings["wwNgNoExternalMembersForContentItem"] = "F\u00fcr dieses Content-Objekt sind keine externen Mitglieder vorhanden.";
wwStrings["wwCmuSectionLabel_workflowscripts"] = "Workflow Scripts";
wwStrings["wwSSAdminSitesUpgradePage"] = "Upgrade Legacy Web Sites";
wwStrings["wwCachedCheckinInfo"] = "Cached Check In Information";
wwStrings["wwMetricPrefix-3"] = "{1} Milli{2}";
wwStrings["wwServerFileEncodingLabel"] = "Server File Encoding:";
wwStrings["wwRenditionFileRequiredAlert"] = "\u00c8 necessario selezionare un file prima di fare clic su Aggiungi versione";
wwStrings["wwNgFolderLimit"] = "{1} dossier{1?s}";
wwStrings["wwFeFirstHelp"] = "Add controls here";
wwStrings["wwSctrMainPageRTUsersByRole"] = "Users%20by%20User%20Role";
wwStrings["wwEditPartition"] = "Edit";
wwStrings["wwrefConversionListing/ibr"] = "Liste de conversion";
wwStrings["wwWorkflowName"] = "Workflow Name";
wwStrings["wwJspRevisionIsWebless"] = "The content item may be in webless storage.";
wwStrings["wwNgProjectInformationLinkStatus"] = "{1q} \u60c5\u5831\u3078\u79fb\u52d5";
wwStrings["wwmyViewDescription"] = "Description";
wwStrings["wwUnsorted"] = "Unsorted";
wwStrings["wwCmuExportDescription"] = "Description";
wwStrings["wwDiscussionFullInfoLinkLabel"] = "[Full Info]";
wwStrings["wwSctrMainPageRLTopDocsByType"] = "Top Content by Content Type";
wwStrings["wwSSCompressContributorJavaScriptText"] = "Use this option to compress the Contributor JavaScript after publishing static weblayout files.  The usage of compressed JavaScript code can be enabled by setting the configuration entry \u003ci\u003eSSContributorSourceDir=wcm_min\u003c/i\u003e.";
wwStrings["wwDocInfoFull"] = "Full";
wwStrings["wwChangeLog"] = "Change Log for {1}";
wwStrings["wwWfActionTs"] = "Action Date";
wwStrings["wwCollectionGetFile"] = "Get File";
wwStrings["wwCpdDeleteItem"] = "Delete";
wwStrings["wwNgNewPersonalFolder"] = "Nova pasta pessoal";
wwStrings["wwLdapUseFullGroupNameLabel"] = "Use Full Group Name:";
wwStrings["wwCmuActionEventTable"] = "Configuration Migration Action Events";
wwStrings["wwNgGroupID"] = "Identificaci\u00f3n del grupo";
wwStrings["wwPortuguese"] = "Portuguese";
wwStrings["wwContentServerRequestFailed"] = "Content Server Request Failed";
wwStrings["wwCmuSectionLabel_docmetadef"] = "Content Metadata";
wwStrings["wwVerityHomePage"] = "Verity Home Page";
wwStrings["wwFsShowPathMetaData"] = "Show Path Metadata";
wwStrings["wwIsClbraDoc"] = "Is Collaboration Project";
wwStrings["wwJspServerWebAppAdminPage"] = "JSP Web App Administration Page";
wwStrings["wwNgNewProject"] = "Nuovo progetto";
wwStrings["wwSctrAdminPageAppletLabel"] = "Content Tracker Reports";
wwStrings["wwCollaboration"] = "Collaboration Project";
wwStrings["wwCmuSectionLabel_predefinedaccounts"] = "Predefined Accounts";
wwStrings["wwSSBackupDeleteMenuItem"] = "Delete backup archive";
wwStrings["wwSpecifyResultsPerPage"] = "Please specify a value for the number of results per page.";
wwStrings["wwContentItemCheckOut"] = "Content Item Check Out";
wwStrings["wwSpecifyJdbcPassword"] = "Please specify password for this JDBC connection.";
wwStrings["wwWizFinish"] = "Voltooien";
wwStrings["wwSSShowConstituentDocuments"] = "View Web Site Objects Report";
wwStrings["wwAdminSuspendIndexUpdate"] = "Suspend index update";
wwStrings["wwAttributeMap"] = "Attribute Map";
wwStrings["wwDBProviderDesc"] = "Configuring a database provider.";
wwStrings["wwWorkflowInQueue"] = "Workflow In Queue";
wwStrings["wwCheckOutInfo"] = "Check Out Information";
wwStrings["wwMetricPrefix3"] = "{1} Kilo{2}";
wwStrings["wwRevisionHistoryFor"] = "Revision History for {1q}";
wwStrings["wwCpdAllowExternal"] = "Allow external:";
wwStrings["wwSctrAdminPageAppletForLabel"] = "Content Tracker Reports for";
wwStrings["wwPromptDownloadReadOnly"] = "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14\u0e2a\u0e33\u0e40\u0e19\u0e32\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32 \u0e0b\u0e36\u0e48\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e01\u0e32\u0e23\u0e2d\u0e48\u0e32\u0e19\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48";
wwStrings["wwFeTableMissing"] = "Please specify a table name for the repeat block.";
wwStrings["wwCustomize"] = "Customize";
wwStrings["wwSearchFormType"] = "Search Form Type";
wwStrings["wwSSProjectDefaultMetadataNote"] = "Specify default Document Information that will be applied to Site Studio projects.";
wwStrings["wwNgDisplaySettings"] = "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0639\u0631\u0636";
wwStrings["wwGotoFolder"] = "Go To Folder";
wwStrings["wwSSContextMenuClearReplaceable"] = "Clear Replaceable";
wwStrings["wwFeFieldPresent"] = "Field";
wwStrings["wwDCEditTemplateTextCol2"] = "Available Templates";
wwStrings["wwDiscussCount"] = "Discussion Count";
wwStrings["wwDatabaseName"] = "Database Name";
wwStrings["wwCmuSectionLabel_roles"] = "Roles";
wwStrings["wwCmuDefineExport"] = "Define template";
wwStrings["wwEnableKeywordHighlighting"] = "Enable search keyword highlighting";
wwStrings["wwdInDate"] = "Release Date";
wwStrings["wwSSSiteNamePrompt"] = "Web Site:";
wwStrings["wwLdapSpecifyServer"] = "Please specify a value for the LDAP server.";
wwStrings["wwFsFieldDesc_dWebExtension"] = "Web file extension";
wwStrings["wwRecentContentItems"] = "Recent Content Items";
wwStrings["wwNgOnlineConference"] = "\uc628\ub77c\uc778 \ud68c\uc758";
wwStrings["wwSSDefaultDocFm"] = "Adobe Frame Maker";
wwStrings["wwSoapWsdlList"] = "Wsdl List";
wwStrings["wwSSUsageShowAll"] = "Show All";
wwStrings["wwSSDefaultDocElementDefinitionCustomXml"] = "Custom Element Definition";
wwStrings["wwNgProjectContent"] = "\ucee8\ud150\uce20";
wwStrings["wwDataDir"] = "Server Data State Directory";
wwStrings["wwEditFileStoreProvider"] = "Edit File Store Provider";
wwStrings["wwTitleBatchService"] = "Batch Service Results";
wwStrings["wwFinnish"] = "Finnish";
wwStrings["wwDpOrderNotInteger"] = "The specified order is not an integer.";
wwStrings["wwSSAdminSitesUpgradePauseButton"] = "Pause Upgrade";
wwStrings["wwStartedBy"] = "Started By:";
wwStrings["wwCheckOutConfirm"] = "Check Out Confirmation";
wwStrings["wwTraysLayoutLabel"] = "Trays";
wwStrings["wwAttachLinkToNative"] = "Attach Link to Native";
wwStrings["wwSSDICRejectDataFile"] = "Reject Content Item";
wwStrings["wwDocMetadataDefinitions"] = "Content Information";
wwStrings["wwCheckedOutContent"] = "Checked-Out Content";
wwStrings["wwNgNoInternalMembersForContentItem"] = "Aucun membre interne pour cet \u00e9l\u00e9ment de contenu.";
wwStrings["wwSSOnDemandSiteLoaded"] = "Loaded";
wwStrings["wwLkTargetDocInfoTitle"] = "Target Content Info";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionDynamicListXml"] = "default.xml";
wwStrings["wwSSImportArchiveHeader"] = "Import Archives ============";
wwStrings["wwLkType_cs_service"] = "service";
wwStrings["wwAttachUrlInfo"] = "URL - Info";
wwStrings["wwPreGCMemoryTotal"] = "Total memory before garbage collection";
wwStrings["wwAutoNumberPrefix"] = "Auto Number Prefix";
wwStrings["wwCmuSchemaViewDefSectionDesc"] = "\u0642\u0633\u0645 \u0639\u0631\u0648\u0636 \u0645\u062e\u0637\u0637 \u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a";
wwStrings["wwPersonalUrlTo"] = "Personal URL To {1}";
wwStrings["wwInstallPath"] = "Install Path:";
wwStrings["wwCpdClasses"] = "Classes:";
wwStrings["wwCreateNewTargetedQuickSearchLink"] = "Create New...";
wwStrings["wwMediaServerRedirectError"] = "\u65e0\u6cd5\u5c06\u5143\u6587\u4ef6\u91cd\u5b9a\u5411\u5230\u4ecb\u8d28\u670d\u52a1\u5668\uff0c\u672a\u5728\u8d44\u6e90\u5305\u542b\u4e2d\u8bbe\u7f6e\u8981\u6c42\u7684 {1q} \u53c2\u6570\u3002";
wwStrings["wwHelperShowOtherUserNodeFieldDesc"] = "Displays the \"Other\" menu item for users.  This contains actions grouped by functionality.";
wwStrings["wwWizTextOneLabel"] = "Text Eins:";
wwStrings["wwShowServerDetails"] = "Server Configurations";
wwStrings["wwCollectionUserHierarchicalCollectionConfiguration"] = "Hierarchy Folder Configuration";
wwStrings["wwCpdChildLinks"] = "Folio Links";
wwStrings["wwSnippet"] = "Snippet";
wwStrings["wwComponentUninstallSuccess"] = "Successfully uninstalled the component.";
wwStrings["wwAdminServerSelectServer"] = "Select the Server";
wwStrings["wwRussian"] = "Russian";
wwStrings["wwLabelSmiServerName"] = "\u670d\u52a1\u5668\u540d\u79f0\uff1a";
wwStrings["wwTasksLabel"] = "Tasks:";
wwStrings["wwAllNativeToBasket"] = "Alle Objekte zu Basket hinzuf\u00fcgen \u2013 Urspr\u00fcnglich";
wwStrings["wwSSAdminSiteManagerPage"] = "Manage Site";
wwStrings["wwCpdFolioRoot"] = "Folio Root";
wwStrings["wwDisabled"] = "Disabled";
wwStrings["wwRebuild"] = "Rebuild";
wwStrings["wwSoapComplexTypeElements"] = "Complex Type Elements";
wwStrings["wwPageCollections"] = "Page Folders";
wwStrings["wwHelperShowDescriptionFieldDesc"] = "Automatically show the description for a field along side it.";
wwStrings["wwSSQDView"] = "View";
wwStrings["wwLabelInstanceName"] = "Instance Name:";
wwStrings["wwCmuActionHistoryTitle"] = "Latest Action";
wwStrings["wwSSAdminStartSite"] = "Start Web Site";
wwStrings["wwPostGCMemoryTotal"] = "Total memory after garbage collection";
wwStrings["wwDCTemplatesTitle"] = "Templates";
wwStrings["wwFSVaultPath"] = "Vault \u8def\u5f84";
wwStrings["wwCpdFolioTemplateCheckinConfirmDesc"] = "The following folio template has been successfully checked into Content Server. Select a navigation option below and click Finish.";
wwStrings["wwOK"] = "OK";
wwStrings["wwClbraType"] = "Type";
wwStrings["wwSSBreadcrumbSeparator"] = "--&gt;";
wwStrings["wwSpLabelWantClientAuth"] = "Request Client Authentication:";
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["wwrefLogs/ibr"] = "Logbestanden";
wwStrings["wwListTemplateContentIDLinksTo"] = "The Content ID column will link to:";
wwStrings["wwPromptInstallDocFolderArchivingComponent"] = "Gostaria de preservar a estrutura de pastas dos documentos durante o arquivamento?  Esse recurso n\u00e3o \u00e9 compat\u00edvel com o Site Studio.";
wwStrings["wwSSMigrationSchedule"] = "Replication Schedule";
wwStrings["wwCmuExportSectionDesc"] = "Section Description";
wwStrings["wwSSDefaultDocPrimaryFileDataFile"] = "default.xml";
wwStrings["wwWebLocationLabel"] = "Web Location:";
wwStrings["wwMetricPrefix18"] = "{1} Exa{2}";
wwStrings["wwFeTagIsVisible"] = "Tag Visible";
wwStrings["wwFeOr"] = "or";
wwStrings["wwNgAccessList"] = "Lista de acceso";
wwStrings["wwRev2"] = "\u0e09\u0e1a\u0e31\u0e1a\u0e41\u0e01\u0e49\u0e44\u0e02";
wwStrings["wwSSArchiveDetailDestination"] = "Destination:";
wwStrings["wwSSMigrationRule1"] = "Retain switched region content on target server during import";
wwStrings["wwState"] = "State";
wwStrings["wwDCConfigDefLayoutCol2"] = "Available Layouts";
wwStrings["wwLinksLabel"] = "Links:";
wwStrings["wwNgProjectSearchResults"] = "Projecten zoeken - Resultaten";
wwStrings["wwSpecificSubscriptionDesc"] = "Subscribe only to this item:";
wwStrings["wwMetricPrefix-24"] = "{1} Yocto{2}";
wwStrings["wwRemoteServer"] = "Remote Server (Multiple Masters or Remote Cluster)";
wwStrings["wwVerifyConfigDataBeforeRegisteringMsg"] = "\nBefore starting the registration process, verify that the\nHost Name and Instance Name shown below are correct. The settings can be adjusted by editing the\nsystem\'s config.cfg file or using the System Properties utility. The Host Name is set by entering\nthe value for the HTTP Server Address on the Internet tab of the System Properties utility.\nInstance Name is set via the config entry IDC_Name. The server must be restarted for these\nchanges to take effect.\n";
wwStrings["wwInfo"] = "Info";
wwStrings["wwServerDesc"] = "Server Description";
wwStrings["wwProblemReportsForItem"] = "Problem reports for content item {1}";
wwStrings["wwTdNewPost"] = "\u65b0\u898f\u6295\u7a3f";
wwStrings["wwSoapDataListElements"] = "Data List Elements";
wwStrings["wwProject"] = "Publisher Project";
wwStrings["wwServerPort"] = "Server Port";
wwStrings["wwSSDefaultDocConversionsDefinitionXml"] = "Conversions Definition";
wwStrings["wwNgSortByProjectType"] = "Nach Projekttyp sortieren";
wwStrings["wwNgDatabaseIsISO8859DictionaryOrder"] = "Il database \u00e8 un ordine dizionario ISO8859";
wwStrings["wwMapsTo"] = "Maps To";
wwStrings["wwTestEmailRecipients"] = "Message was sent to the following recipients:";
wwStrings["wwHelperAdminOther"] = "Other";
wwStrings["wwCollectionHiddenCollection"] = "Unhide";
wwStrings["wwFeBeginTagLabel"] = "Before";
wwStrings["wwConfigEntryInfo"] = "Configuration Entry Information";
wwStrings["wwSubscriptionInfo"] = "Subscription Info";
wwStrings["wwFindExpireContent"] = "Find Expired or Expiring Content";
wwStrings["wwNgCollaborationProjectTemplates"] = "Modelos de projeto de colabora\u00e7\u00e3o";
wwStrings["wwCmuBundleLastImportedDate"] = "Last Import";
wwStrings["wwMetricSymbol-6"] = "{1} m{2}";
wwStrings["wwHelperWizardExitedPageMessage"] = "The wizard has been exited.";
wwStrings["wwWizCancel"] = "Cancelar";
wwStrings["wwCmuSectionDesc_archives"] = "Archive Definitions Section";
wwStrings["wwRequired"] = "Required:";
wwStrings["wwSystemLinksForUser"] = "System Links for {1}";
wwStrings["wwWhatsNewDesc"] = "Content created in the last week";
wwStrings["wwAddFileStoreProvider"] = "Add File Store Provider";
wwStrings["wwCmuArchiveDefSectionDesc"] = "Archivdefinitionsabschnitt";
wwStrings["wwSecondsUnitLabel"] = "seg.";
wwStrings["wwPreviewNavBar"] = "Preview Navigation Bar.";
wwStrings["wwEnvironmentKeyIgnores"] = "Number of ignored settings: {1i}";
wwStrings["wwNgPleaseProvideAMessage"] = "\u0e42\u0e1b\u0e23\u0e14\u0e43\u0e2b\u0e49\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21";
wwStrings["wwCpdFolioSavingChanges"] = "Saving Changes";
wwStrings["wwEnglish"] = "English";
wwStrings["wwWizTextTwoLabel"] = "\u30c6\u30ad\u30b9\u30c8\uff12:\u00a0";
wwStrings["wwNgAdditionalMembersMessage"] = "\nChoisissez des membres dans la liste des membres disponibles ou tapez un ID de membre dans le champ.\n Les membres de groupes portent le pr\u00e9fixe \'&#64;\'. Lorsqu\'il y a plusieurs membres, ceux-ci doivent \u00eatre s\u00e9par\u00e9s par une virgule. La liste des membres disponibles est g\u00e9n\u00e9r\u00e9e \u00e0 partir de la liste d\'acc\u00e8s actuelle du projet de collaboration.\n\n";
wwStrings["wwRevHistory"] = "Revision History";
wwStrings["wwCollectionDeleteCollection"] = "Remove Folder";
wwStrings["wwAttachAllUrlInfo"] = "URL - Info [Attach All]";
wwStrings["wwSSDefaultDocCustomConfigurationScript"] = "Custom Configuration Script";
wwStrings["wwEnvironmentKeyDetails_hide_replaced"] = "Hide";
wwStrings["wwCpdCopySelectedItems"] = "Copy selected items";
wwStrings["wwCreateNewTargetedQuickSearch"] = "Create Targeted Quick Search";
wwStrings["wwNoContentInWorkflow"] = "There are no content items in this workflow.";
wwStrings["wwNgUpdateButton"] = "Actualizar";
wwStrings["wwWfReviewCheckinMsg"] = "\nYou currently have this item checked out. You must check it back in using\nthe Check In link below to continue with this workflow.\n";
wwStrings["wwSaveAllNodes"] = "Save for all nodes";
wwStrings["wwCmuSectionName"] = "Name";
wwStrings["wwExpiredContentTable"] = "Table containing a list of expired content items.";
wwStrings["wwSSManageSectionLabel"] = "Manage Archives";
wwStrings["wwNgRemoveFromMyProjectsLinkStatus"] = "\'{1q}\' aus meinen Projekten l\u00f6schen";
wwStrings["wwNgConfigureListingsMessage"] = "Seleccione el m\u00e9todo que se utilizar\u00e1 para determinar cu\u00e1ntos elementos se mostrar\u00e1n en cada zona del tablero informativo:";
wwStrings["wwHome"] = "Home";
wwStrings["wwProblemReportsTable"] = "Table containing a list of problem reports.";
wwStrings["wwCpdNoItems"] = "No items in listing.";
wwStrings["wwCpdEditSubscriptionLabel"] = "Edit Folio Subscription";
wwStrings["wwWizWizardDemo"] = "\u30bf\u30b9\u30af \u30a6\u30a4\u30b6\u30fc\u30c9 \u30c7\u30e2";
wwStrings["wwCpdSubscriptionFolioChildChangeMsg"] = "The following folios have child items that have recently been modified:";
wwStrings["wwRefineryMinutesToTransferConversionJob"] = "Enter the total number of minutes allowed to transfer a single job before action is taken.";
wwStrings["wwFeTextAreaDlgTitle"] = "Text Area Options";
wwStrings["wwDCTemplateRulesLayoutCol1"] = "Layout";
wwStrings["wwFSLinkMethod"] = "\ub9c1\ud06c";
wwStrings["wwCreateNewProvider"] = "Create a New Provider";
wwStrings["wwSpecifyTitle"] = "Please specify a title.";
wwStrings["wwClbraInQueue"] = "Content in workflow in queue";
wwStrings["wwSubscriptionMailSubject"] = "Content Release Notification";
wwStrings["wwRemove"] = "Remove";
wwStrings["wwSSNoCOAOFunction"] = "The main Check Out And Open function could not found.";
wwStrings["wwSSContextMenuDataFileCheckedOut"] = "Data file is currently checked out by user {1}";
wwStrings["wwSctrQueryTRTUsersWhoHaveSeen"] = "Users Who Have Seen";
wwStrings["wwChange"] = "Change";
wwStrings["wwRestartServer"] = "Restart {1}";
wwStrings["wwbytesLong"] = "bytes";
wwStrings["wwLinks"] = "Links";
wwStrings["wwWfMETA_UPDATE"] = "Update";
wwStrings["wwCpdArchiveItemCheckinTitle"] = "Folio Archive Item Checkin";
wwStrings["wwSSSCProblem2"] = "Consider changing:";
wwStrings["wwDCTemplateRulesUpButt"] = "Move Up";
wwStrings["wwdName"] = "Name";
wwStrings["wwInstanceDescription"] = "Server Description";
wwStrings["wwMainInformation"] = "Main Information";
wwStrings["wwMoveFieldUp"] = "Move Field Up";
wwStrings["wwSSAdminSitesUpgradeRestartButton"] = "Restart Upgrade";
wwStrings["wwNgProjectSubscriptionDesc"] = "\n\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 \u003cstrong\u003e{1q}\u003c/strong\u003e (\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 ID {2}) \u3067\u65b0\u898f\u30b3\u30f3\u30c6\u30f3\u30c4 \u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u306b\u306a\u308b\u305f\u3073\u306b\u96fb\u5b50\u30e1\u30fc\u30eb\u901a\u77e5\u3092\u53d7\u4fe1\u3059\u308b\u306b\u306f\u3001\u4e0b\u306e [\u8cfc\u8aad\u3059\u308b] \u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002\n\n";
wwStrings["wwCpdDeleteCancelled"] = "Delete cancelled.";
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["wwSctrQuerySTSvdSrch"] = "Saved Search";
wwStrings["wwFeClauseTitle"] = "Condition Clause";
wwStrings["wwJavaVersion"] = "Java Version";
wwStrings["wwCpdSourceItemsLabel"] = "Source Items";
wwStrings["wwFSIsActive"] = "\u0646\u0634\u0637";
wwStrings["wwListTemplatesFor"] = "Content List Templates for {1}";
wwStrings["wwContentServerError"] = "Content Server Error";
wwStrings["wwSmiConfirmationPage_seal"] = "\u9879 \'{1}\' \u5c01\u88c5\u6210\u529f";
wwStrings["wwSSOnDemandSitesTableCaption"] = "On-Demand Web Sites";
wwStrings["wwSSDefaultNewSectionName"] = "New Section";
wwStrings["wwNgNoProjectsFolder"] = "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04";
wwStrings["wwContentTitleLabel"] = "Title:";
wwStrings["wwSSDisableSiteStudioContribution"] = "Disable Contribution:";
wwStrings["wwIbrProvidersLable"] = "IBR Providers";
wwStrings["wwViewServerOutput"] = "View Server Output";
wwStrings["wwCOAO_ErrorNoWebDAVBaseUrl"] = "Unable to open the content item using either ODMA or WebDAV.\\nThe ODMA client may not be configured to use this server.\\nThe \'webdavbaseurl\' configuration variable is missing.";
wwStrings["wwSctrCHRev_Date"] = "Revision Date";
wwStrings["wwConversionError2"] = "\u062e\u0637\u0623 \u062a\u062d\u0648\u064a\u0644";
wwStrings["wwDCHtmlRenditionDefaultToNative"] = "HTML Rendition (Native if no rendition)";
wwStrings["wwMetricPrefix-2"] = "{1} Centi{2}";
wwStrings["wwCpdTemplateProperties"] = "Template Properties";
wwStrings["wwMyProfile"] = "My Profile";
wwStrings["wwCpdSearchForItemDesc"] = "Use this search form to locate the item you want to add to the folio.";
wwStrings["wwFsFieldDesc_dID"] = "Standard content id field";
wwStrings["wwCmuSectionDesc_workflows"] = "Workflows Section";
wwStrings["wwFsCopyMethod"] = "copy";
wwStrings["wwDCConfigDefTemplateText"] = "Template that will be used if none of the other selection rules match.";
wwStrings["wwCpdArchiveItemCheckinDesc"] = "A matching archived content item was found in the previous snapshot of this folio.";
wwStrings["wwCollectionCreateLink"] = "Create Shortcut";
wwStrings["wwConfigureFilter"] = "Configure Web Server Filter";
wwStrings["wwEndQuote"] = "\'";
wwStrings["wwCmuAllTasks"] = "All Tasks";
wwStrings["wwTestEmailFormInfo"] = "\nUse this form to test the sending of email from the Content Server to its users.\nYou may specify multiple users or aliases by separating them with colons.\n";
wwStrings["wwFeDynIncludeNote"] = "\nNote: Adding an include definition to the page will cause the current document to be\nsaved in Idoc (.idoc) format.\n";
wwStrings["wwLdapNumConnections"] = "Number of connections";
wwStrings["wwSSDefinitionArchiveDescription"] = "Definition Archive for {1} on {2}";
wwStrings["wwPgEditUser"] = "\u7de8\u8f2f\u500b\u4eba\u8cc7\u6599\u593e";
wwStrings["wwCLASSPATH"] = "Classpath";
wwStrings["wwNoErrs"] = "No Errors";
wwStrings["wwEditPreviewProvider"] = "Edit Preview Provider";
wwStrings["wwFeIsBindField"] = "Is Advanced";
wwStrings["wwCpdAddItemsToFolio"] = "Add items to folio";
wwStrings["wwCmuActionOptionsTableCaption"] = "Action Options";
wwStrings["wwSSArchiveDetailType"] = "Type:";
wwStrings["wwNgAddUserDot"] = "Ajouter un utilisateur...";
wwStrings["wwSSShowCertPage"] = "Site Studio Certificate Validation";
wwStrings["wwNgDeleteSelected"] = "Elimina elementi selezionati";
wwStrings["wwIndexError"] = "Index Error:";
wwStrings["wwCollectionMeta"] = "Folder Information";
wwStrings["wwFilterActions"] = "Actions";
wwStrings["wwGroupFilter"] = "Use Group Filtering";
wwStrings["wwSSLegacyWebsites"] = "Legacy Web Sites";
wwStrings["wwSSSCChangeTo"] = "Change to:";
wwStrings["wwWorkflowReviewItem"] = "Review {1}";
wwStrings["wwSctrMainPageDPUserName"] = "[User Name]";
wwStrings["wwSSDefaultDocPrimaryFileRegionTemplateJsp"] = "default.jsp";
wwStrings["wwCpdInsertSelectedItem"] = "Insert Selected Source Item";
wwStrings["wwMinutes"] = "{1} Minutes";
wwStrings["wwSecGroup"] = "Security Group";
wwStrings["wwAdminStartIndexRebuild"] = "Start index rebuild";
wwStrings["wwCmuAdminUploadPage"] = "Configuration Bundle Upload Page";
wwStrings["wwNgConfirmMemberDelete"] = "Weet u zeker dat u de geselecteerde leden wilt verwijderen?";
wwStrings["wwEmail"] = "E-mail";
wwStrings["wwDCTemplateRulesAlertNoBlankRules"] = "Cette page ne contient plus de r\u00e8gles vides sur lesquelles travailler. Enregistrez vos modifications et continuez.";
wwStrings["wwLocalRegistration"] = "Local Registration";
wwStrings["wwAdminReportsForInstance"] = "Administration Reports for {1}";
wwStrings["wwTotalActiveDBConnections"] = "Total Active Database Connections: {1}";
wwStrings["wwCpdSetFolioCheckinProfileTitle"] = "Set Folio Profile";
wwStrings["wwSSAddButton"] = "Add";
wwStrings["wwSctrQueryTRTUsersByUserRole"] = "Users by User Role";
wwStrings["wwSSDefaultDocPrimaryFileDocx"] = "default.docx";
wwStrings["wwSSOnDemandSitesPage"] = "Manage On-Demand Web Sites";
wwStrings["wwEnterPrefix"] = "Please enter a prefix.";
wwStrings["wwIntradocServerPort"] = "Server Port";
wwStrings["wwListTemplateLabel"] = "Content List Template Label";
wwStrings["wwSSPageSecondary"] = "secondary";
wwStrings["wwCpdNext"] = "Next";
wwStrings["wwLkState_Y"] = "Valid";
wwStrings["wwTestEmailFormMessage"] = "Message:";
wwStrings["wwPdfwAdminPageTitle"] = "\u0e40\u0e1e\u0e08\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e25\u0e32\u0e22\u0e19\u0e49\u0e33 PDF";
wwStrings["wwSkipNavBar"] = "Skip navigation bar.";
wwStrings["wwEditSearchResultTemplate"] = "Edit Search Result Template \'{1}\'";
wwStrings["wwFeAddTemplatedActionsNote"] = "\nNote: The HTML control elements can only be generated during the initial creation of\nthe table. After the table code has been created, buttons and links must be added\nmanually and configured using the Web Form Action button in the toolbar.\n";
wwStrings["wwSSDefaultAssetCategoryNameFragment"] = "Fragment Libraries";
wwStrings["wwSSDefaultDocPrimaryFileRegionDefinitionXml"] = "default.xml";
wwStrings["wwNgFoundAnnouncementsDays"] = "\u0e1e\u0e1a {1} \u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e28\u0e43\u0e19\u0e40\u0e27\u0e25\u0e32 {2} \u0e27\u0e31\u0e19\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27";
wwStrings["wwFSProviderTitle"] = "\u0645\u0648\u0641\u0631 \u0645\u062e\u0632\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062a";
wwStrings["wwHelperShowPageMessageFieldDesc"] = "Display a usage message at the top of the page.";
wwStrings["wwSpNumConnections"] = "Number of Connections";
wwStrings["wwNgProjectRootsEnvVarName"] = "\u0627\u0633\u0645 \u0645\u062a\u063a\u064a\u0631 \u0627\u0644\u0628\u064a\u0626\u0629";
wwStrings["wwFolderArchiveCollectionName"] = "\u0627\u0633\u0645 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629:";
wwStrings["wwHelperWizardExited"] = "Wizard Exited \'{1}\'";
wwStrings["wwSSArchiveTypeDefinition"] = "Definition Bundle";
wwStrings["wwHomePageForUser"] = "Home Page for {1}";
wwStrings["wwCollectionUserHierarchicalCollectionInformation"] = "Hierarchical Folder Information";
wwStrings["wwFsPartitions"] = "Partitions";
wwStrings["wwApplicationMetadata"] = "Application";
wwStrings["wwMetricPrefix-1"] = "{1} Deci{2}";
wwStrings["wwFileEncoding"] = "File Encoding";
wwStrings["wwCheckinFormAlreadySubmitted"] = "Check in form has already been submitted.";
wwStrings["wwWizardStep"] = "Page {1}. {2} of {3}";
wwStrings["wwNotBeginsWith"] = "Not Starts";
wwStrings["wwNgProjectCreateDate"] = "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u65e5\u4ed8";
wwStrings["wwCOAO_ErrorCannotODMA"] = "Unable to open the content item using ODMA.";
wwStrings["wwNgProjectNameLabel"] = "Projectnaam:";
wwStrings["wwDateLess"] = "Before";
wwStrings["wwNoActiveClbraWorkflows"] = "There are no active collaboration project workflows in the system.";
wwStrings["wwScsLogDetails_Warning"] = "The content server has generated a diagnostic warning. The stack trace below shows more information.";
wwStrings["wwCancel"] = "Cancel";
wwStrings["wwWebCommonDir"] = "Weblayout Common Directory for Applets";
wwStrings["wwSpecifyAccount"] = "Please specify an account.";
wwStrings["wwCpdLockFolio"] = "Lock folio";
wwStrings["wwCpdBack"] = "Back";
wwStrings["wwCpdArchivedLinks"] = "Archived Folio Membership";
wwStrings["wwSSDefaultAssetCategoryOther"] = "For Flash, video, audio";
wwStrings["wwOpenHiddenItem"] = "Open Hidden Item";
wwStrings["wwPreGCMemCheckTime"] = "Time for memory check before garbage collection";
wwStrings["wwCmuAllBundles"] = "All Bundles";
wwStrings["wwCmuBundleActions"] = "Actions";
wwStrings["wwFsPartitionRoot"] = "Partition Root";
wwStrings["wwdDocAccount"] = "Account";
wwStrings["wwShowBasicForm"] = "show basic form";
wwStrings["wwSctrMainPageTitle"] = "Content Tracker Report Generator";
wwStrings["wwRenditionIsRemote"] = "Cette interpr\u00e9tation se trouve sur un serveur m\u00e9dia distant";
wwStrings["wwNgProjectNameID"] = "{1} ({2})";
wwStrings["wwRevision"] = "Revision";
wwStrings["wwAdministratorMailAddress"] = "Administrator Mail Address:";
wwStrings["wwCreatingNewListTemplate"] = "Create Custom Content List Template";
wwStrings["wwSSUpgradePreviewDocs"] = "Content Items";
wwStrings["wwCmuSectionDesc_workflowtokens"] = "Workflow Tokens Section";
wwStrings["wwSSArchiveDetailLastExportCount"] = "Last Export File Count:";
wwStrings["wwSctrResultsPageDates"] = "Dates:";
wwStrings["wwCpdPersonalTemplateList"] = "Personal Folio Template List";
wwStrings["wwNgProjectsSearchResultCount"] = "{1} projet{1?s} correspondant \u00e0 la requ\u00eate.";
wwStrings["wwCpdCustomElementClasses"] = "Custom Element Classes";
wwStrings["wwZoneHasAsWord"] = "Has Word";
wwStrings["wwSearch"] = "Search";
wwStrings["wwSchemaNotStableWarning_checkin"] = "Choice lists are not fully loaded.  Continue checkin?";
wwStrings["wwCTAdminAppletTitle"] = "Content Tracker Administration";
wwStrings["wwCmuTaskStarting"] = "Starting";
wwStrings["wwFsWeblessStoreDesc"] = "\n";
wwStrings["wwVideoLengthLabel"] = "\ube44\ub514\uc624 \uae38\uc774:";
wwStrings["wwAttachSelectedNative"] = "Native [Attach Selected]";
wwStrings["wwSSInstallNumber"] = "Install Number:";
wwStrings["wwPartialContentServer"] = "Other Server (Refinery or Other Agent)";
wwStrings["wwHelperConfiguration"] = "General Configuration";
wwStrings["wwDocInfoStandardLink"] = "Standard Info";
wwStrings["wwSSDefaultDocPrimaryFileRegionTemplateHcsp"] = "default.hcsp";
wwStrings["wwSSDefaultDocElementDefinitionStaticListXml"] = "Static List Element Definition";
wwStrings["wwLdapSpecifyIntegerForConnectionNum"] = "Please specify a valid positive integer for the number of connections.";
wwStrings["wwSelectionConfirmation"] = "Selection Confirmation";
wwStrings["wwSaveThisNode"] = "Save for node {1q}";
wwStrings["wwConfigForInstance"] = "Configuration Information for {1}";
wwStrings["wwNoSupportApplet"] = "Support applet for check in is missing.";
wwStrings["wwCmuButtonLabelImport"] = "Import";
wwStrings["wwFeTableName"] = "Table";
wwStrings["wwSctrMainPageCriteria"] = "Criteria:";
wwStrings["wwLabelBatchFileSourceInstance"] = "Source Instance:";
wwStrings["wwFeDefaultValue"] = "Off Value";
wwStrings["wwdDocType"] = "Content Type";
wwStrings["wwPromptInstallHelperComponent"] = "Wilt u de component Helper installeren? (vereist)";
wwStrings["wwClbraWfNoActionsToView"] = "There is no active collaboration project content in the workflow in queue.";
wwStrings["wwSortedDown"] = "Sorted Down";
wwStrings["wwDCConfigTimeOutText"] = "Dynamic Conversions that take longer than this amount of time will fail.";
wwStrings["wwCmuSectionDesc_subscriptiontypes"] = "Subscription Types Section";
wwStrings["wwSSAdminBackupRestorePage"] = "Backup and Restore";
wwStrings["wwUserAttribute"] = "User Attribute";
wwStrings["wwSSAdminMigrationParamsPage"] = "Change Replication Settings";
wwStrings["wwDCConfigTimeOutTitle"] = "Time Out";
wwStrings["wwCaptionWrapperSimple"] = "{1}:";
wwStrings["wwCpdMoveBasketItems"] = "Move Content Basket Items";
wwStrings["wwJdbcUser"] = "JDBC User";
wwStrings["wwDefaultAuth"] = "Default Authentication";
wwStrings["wwTargetedQuickSearchExplanation"] = "\u003cb\u003eNote:\u003c/b\u003e Each targeted quick search must include at least one field specified as the target. To specify a field as the target, enter \u003ci\u003e#s\u003c/i\u003e in the input box associated with that field. Multiple fields can be targeted.";
wwStrings["wwSctrMainPageRowsPerPage"] = "Rows per Page:";
wwStrings["wwCpdWorkspaceLabel"] = "Workspace";
wwStrings["wwLabelOldFolderID"] = "Source Collection ID:";
wwStrings["wwHebrew"] = "Hebrew";
wwStrings["wwAccountMapPrefix"] = "Account Map Prefix";
wwStrings["wwAssociatedVaultFiles"] = "Fichiers natifs associ\u00e9s";
wwStrings["wwCpdAllowExternalLabel"] = "Allow External Items:";
wwStrings["wwCpdCannotAddRemoteItemsToBasket"] = "Cannot add remote items to Content Basket";
wwStrings["wwProjectInformationForProject"] = "Publisher Project Information for {1q}";
wwStrings["wwPersonalUrlsForUser"] = "URLs for {1}";
wwStrings["wwCmuActionEventTimeLabel"] = "Time";
wwStrings["wwDatabaseLogs"] = "Database Logs";
wwStrings["wwCpdUndefined"] = "undefined";
wwStrings["wwSSMigrationRule2"] = "Retain region content on target server during import";
wwStrings["wwSpecifyEmailAddr"] = "Please specify an e-mail address.";
wwStrings["wwSSDefaultDocPrimaryFileValidationJs"] = "default.js";
wwStrings["wwCmuSectionLabel_components"] = "Components";
wwStrings["wwFullContentInfo"] = "Volledige contentinformatie";
wwStrings["wwDCConfigDefLayoutCol1"] = "Layout";
wwStrings["wwExpiration"] = "Expiration";
wwStrings["wwSSAdminQuickHelp"] = "Help";
wwStrings["wwSctrMainPageRTUsersByType"] = "Users%20by%20User%20Type";
wwStrings["wwLdapPriorityLabel"] = "Priority:";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionCustomXml"] = "default.xml";
wwStrings["wwSSDefaultAssetCategoryNameDataFile"] = "Contributor Data Files";
wwStrings["wwSSWebSiteUsageDetail"] = "The document was declared in the following web sites:";
wwStrings["wwSSSnapshotFile"] = "Archive Zip File:";
wwStrings["wwrefFilterAdministration/ibr"] = "\ud544\ud130 \uad00\ub9ac";
wwStrings["wwFeFormMethod"] = "Method";
wwStrings["wwCurrentlyQueuedJobs"] = "Jobs Queued";
wwStrings["wwNgFolderCriteriaSubscriptionDescShort"] = "Assinatura da pasta:";
wwStrings["wwShowDatabaseDetails"] = "Database Connection Details";
wwStrings["wwWfSTART_WORKFLOW"] = "Workflow Start";
wwStrings["wwSctAdminPageAppletLabel"] = "\u6570\u636e\u5f15\u64ce\u63a7\u5236\u4e2d\u5fc3";
wwStrings["wwSSStopped"] = "Stopped";
wwStrings["wwSSDefaultDocElementDefinitionPlainTextXml"] = "Plain Text Element Definition";
wwStrings["wwCmuActionLabelExportHistory"] = "History";
wwStrings["wwCpdMaxLinks"] = "Maximum items:";
wwStrings["wwDTMError"] = "Error";
wwStrings["wwClbraName"] = "Name";
wwStrings["wwFeTableRows"] = "Rows";
wwStrings["wwNgProjectConfig"] = "Configuration";
wwStrings["wwProductLibrary"] = "{1} Library";
wwStrings["wwSSManageBackupRestorePageTitle"] = "Manage Archives";
wwStrings["wwCpdContentProfile"] = "Content profile:";
wwStrings["wwDCConfigDefTemplateCol3"] = "Template Types";
wwStrings["wwDefaultNetworkAccounts"] = "Default Network Accounts";
wwStrings["wwCpdSearchActionLabel"] = "Search";
wwStrings["wwLabelCheckedOutBy"] = "Checked Out By:";
wwStrings["wwCpdFolioNodeCreationLabel"] = "Allow Node Creation:";
wwStrings["wwDCConfigConvFormatsTitle"] = "Conversion Formats";
wwStrings["wwSSDefaultDocPptx"] = "Microsoft PowerPoint Presentation";
wwStrings["wwDefaultNetworkAccountsDesc"] = "\nBy default, a user is automatically assigned the #none account. By setting this\nvalue, a different set of accounts can be automatically granted to all users.\nThe accounts should be put into a comma-separated list with no spaces in\nbetween. Ex: #none,publicweb,notices. This entry is ignored if the user is\ndefined as a local user in the Content Server. Note: the #none account grants\nprivileges to documents that have no account assigned and #all grants\nprivileges to all accounts.\n";
wwStrings["wwConversionList"] = "Conversion List";
wwStrings["wwNgConfigureDot"] = "\u914d\u7f6e...";
wwStrings["wwFeCheckboxProps"] = "Checkbox";
wwStrings["wwDiscussionGroupLayoutsLinkLabel"] = "Discussion:";
wwStrings["wwAdminServerConfigVars"] = "Configuration Variables:";
wwStrings["wwFeAdvBindNote"] = "\nNote: Table name is optional. If no table is specified for XML data, the field will become \nan independent element within the XML data island. Table Name is set by default if the form\nelement is inside an advanced display table which is bound to a data source.\n";
wwStrings["wwSSArchiveTypeExport"] = "Export";
wwStrings["wwSSDefaultDocCss"] = "CSS Stylesheet";
wwStrings["wwDefaultQuery"] = "Default Query";
wwStrings["wwFsFieldDesc_dDocType"] = "Standard content type field";
wwStrings["wwSubscriptionGroupItemTable"] = "Table containing a list of content items in this subscription group";
wwStrings["wwNgNoNewProjectContent"] = "\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u062d\u062a\u0648\u064a\u0627\u062a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639.";
wwStrings["wwNoRolesDefined"] = "No roles have been defined.";
wwStrings["wwServerPidLabel"] = "Server Process ID";
wwStrings["wwCpdLinks"] = "Folio Membership";
wwStrings["wwProgressNotDone"] = "Folder Archive Import complete.";
wwStrings["wwEnvironment"] = "Environment";
wwStrings["wwFeActionTypeMissing"] = "The action type must be specified.";
wwStrings["wwReviewLicenseInfo"] = "Please review the information below to make sure that it is correct.";
wwStrings["wwJavaVersionLabel"] = "Java Version:";
wwStrings["wwWfReviewCheckinSelMsg"] = "You currently have this item checked out. You should check it in when finished.";
wwStrings["wwPreviewFrame"] = "Preview frame.";
wwStrings["wwSSWebsiteIDField"] = "Web Site ID Field:";
wwStrings["wwSSCertValidationPageTitle"] = "Site Studio Certificate Validation";
wwStrings["wwJspServerNoWebApp"] = "No Web Application Found.";
wwStrings["wwNgPleaseEnterNumberGreaterThanZero"] = "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0639\u062f\u062f\u064b\u0627 \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0635\u0641\u0631.";
wwStrings["wwNgLabelProjectsToInclude"] = "Inbegrepen projecten:";
wwStrings["wwCollectionAdminMarkedConfiguration"] = "System Folder Configuration";
wwStrings["wwSctrQueryTRTUsersNotActive"] = "Users not active in period";
wwStrings["wwSSDefaultDocPrimaryFileDoc"] = "default.doc";
wwStrings["wwCpdContentListingDescSingleSelect"] = "Select an item from the list below and it will be added to the folio.";
wwStrings["wwDiscussionFullInfoMenuLabel"] = "Full Info";
wwStrings["wwSSArchiveNameHasSpaces"] = "The Archive Name cannot contain spaces.";
wwStrings["wwMetricSymbol12"] = "{1} T{2}";
wwStrings["wwMetricSymbol0"] = "{1} {2}";
wwStrings["wwToRefresh"] = "To Refresh";
wwStrings["wwCpdFolioActionError"] = "Action Error";
wwStrings["wwNoAccountsDefined"] = "No accounts have been defined.";
wwStrings["wwSSDefaultDocElementDefinitionDynamicListXml"] = "Dynamic List Element Definition";
wwStrings["wwSSAdminMigrationReceipt"] = "Archiver Status";
wwStrings["wwAttachSelectedWeb"] = "Web [Attach Selected]";
wwStrings["wwCmuAddTask"] = "Create Task";
wwStrings["wwCpdBasketMissingLabel"] = "Content Basket missing label.";
wwStrings["wwMetricPrefix9"] = "{1} Giga{2}";
wwStrings["wwWizStartTaskWizard"] = "\u555f\u52d5\u5de5\u4f5c\u7cbe\u9748";
wwStrings["wwContentCheckinUserLabel"] = "Checked in by:";
wwStrings["wwCacheInfo"] = "Cache Information";
wwStrings["wwSSDefaultDocPrimaryFileRtf"] = "default.rtf";
wwStrings["wwFeTextFieldCharWidth"] = "Character Width";
wwStrings["wwItem"] = "Item";
wwStrings["wwCollectionDeleteComplete"] = "Remove all revisions of content item when deleted";
wwStrings["wwDefaultNetworkRolesLabel"] = "Default Network Roles:";
wwStrings["wwLogoff"] = "Logout";
wwStrings["wwNgInternalGroupDefaultPermissions"] = "Autorizzazioni predefinite di gruppi interni";
wwStrings["wwNOEAdminDisplayResults"] = "Displaying {1} out of {2} content item{1?s} in the system that will expire soon";
wwStrings["wwCollectionSpecifyParentID"] = "Please specify parent id.";
wwStrings["wwNgPleaseSelectAUserBeforePressingChangeOwner"] = "Selecione um usu\u00e1rio (e n\u00e3o um alias) antes de pressionar Alterar propriet\u00e1rio.";
wwStrings["wwConfirmDeleteItems"] = "Are you sure you wish to delete the selected items?";
wwStrings["wwNgDiscussionDocumentInfoLabel"] = "Infos sommaires sur le document de discussion :";
wwStrings["wwCmuUpdateDatabaseDesign"] = "Update database design";
wwStrings["wwNgWorkflowStepPaneTitle"] = "Etapa do fluxo de trabalho: {1}";
wwStrings["wwMsLoginDesc"] = "Enables users to view restricted content in the system using their Microsoft Network account.";
wwStrings["wwSctrMainPagePrefabDateLatestYear"] = "Latest Year";
wwStrings["wwNgNoMailNotification"] = "\u6ca1\u6709\u90ae\u4ef6\u901a\u77e5";
wwStrings["wwIndexPageTitle"] = "Content Server Index Page";
wwStrings["wwGetConversion"] = "Get Conversion";
wwStrings["wwPreviousPage"] = "Previous Page";
wwStrings["wwSpecifyJdbcConnectionString"] = "Please specify a connection string for this driver.";
wwStrings["wwSSContributorConsole"] = "Contributor Console Enabled:";
wwStrings["wwTimeConverted/ibr"] = "\u8f49\u63db\u7684\u6642\u9593";
wwStrings["wwShowJavaPropertiesDetails"] = "Java Properties";
wwStrings["wwDownloadWeb"] = "Download Web";
wwStrings["wwSSDefaultDocGif"] = "GIF Image";
wwStrings["wwMyWorkflowItems"] = "My Workflows";
wwStrings["wwCgiDebug"] = "CGI_DEBUG";
wwStrings["wwLabelContentItem"] = "Content Item:";
wwStrings["wwCmuWorkflowTemplateDefSection"] = "Mod\u00e8les de workflow";
wwStrings["wwKeyframeN"] = "\u30ad\u30fc\u30d5\u30ec\u30fc\u30e0 {1}";
wwStrings["wwLkType_relative"] = "relative";
wwStrings["wwCpdFolioEditSimpleLabel"] = "Edit Simple Folio";
wwStrings["wwSSImportArchiveAdd"] = "Add Import Archive...";
wwStrings["wwProblemReportNotification"] = "Problem Report Notification";
wwStrings["wwReleaseDate"] = "Release Date";
wwStrings["wwSSDefaultDocStringPageTemplateDoNotModify"] = "DO NOT MODIFY!";
wwStrings["wwSSDefaultDocPrimaryFileCustomConfigurationScript"] = "default.js";
wwStrings["wwSSQDTableHeader"] = "Compare&nbsp;To";
wwStrings["wwFeBindDlgTitle"] = "Data Binding";
wwStrings["wwAdminActionsSuccess"] = "The service {1} completed successfully.";
wwStrings["wwFeEditorTitle"] = "Web Form Editor";
wwStrings["wwAttachSelected"] = "Attach Selected";
wwStrings["wwFeTextFieldMaxChars"] = "Maximum Characters";
wwStrings["wwBasicSubscriptionTitle"] = "Subscription Items";
wwStrings["wwRenditionParameters"] = "Par\u00e1metros de la interpretaci\u00f3n";
wwStrings["wwFSUpgrade"] = "\u5347\u7d1a";
wwStrings["wwRefineryNativeFileSizeMaxCompressError"] = "The threshold side must be possitive.";
wwStrings["wwNgClickAddToAddMembers"] = "\uc120\ud0dd\ud55c \uad8c\ud55c\uacfc \ud568\uaed8 \uc120\ud0dd\ud55c \uad6c\uc131\uc6d0\uc744 \uc561\uc138\uc2a4 \ubaa9\ub85d\uc5d0 \ucd94\uac00\ud558\ub824\uba74 [\ucd94\uac00]\ub97c \ub204\ub974\uc2ed\uc2dc\uc624.";
wwStrings["wwJapanese"] = "Japanese";
wwStrings["wwContentExpiration"] = "Content Expiration";
wwStrings["wwUseLocalGroups"] = "Use Local Groups";
wwStrings["wwKey"] = "Key:";
wwStrings["wwCmuSectionDesc_schematables"] = "Schema Tables Section";
wwStrings["wwEnterLogSizeAlert"] = "The size of the requested log file is not a valid positive integer.";
wwStrings["wwSpLabelKeystorePassword"] = "Keystore password:";
wwStrings["wwFeAdvPropertiesDlg"] = "Advanced Options...";
wwStrings["wwIbrConfigMenuLabel2"] = "Inbound Refinery Conversion Options for {1}";
wwStrings["wwFsWeblessStore"] = "Is Webless file store";
wwStrings["wwrefAgentLogLink/ibr"] = "{1} Logs";
wwStrings["wwCpdLoadFolioActionLabel"] = "Load folio";
wwStrings["wwAttachUrlWeb"] = "URL - Web";
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["wwCpdGoToTemplateInfo"] = "View content information for the folio template";
wwStrings["wwLdapNumConnectionsLabel"] = "Number of connections:";
wwStrings["wwTest"] = "Test";
wwStrings["wwInternetSearchTipString"] = "\nSearch Tips\n\u003cul\u003e\u003cli\u003eUse spaces between terms to allow a result only if all terms are in the content\u003c/li\u003e\n\u003cli\u003eUse quotation marks (\") around two or more words for a phrase search\u003c/li\u003e\n\u003cli\u003eUse a comma (,) between terms to allow a result if either term is in the content\u003c/li\u003e\n\u003cli\u003eUse a minus (-) immediately in front of a term to exclude content items\u003c/li\u003e\n\u003cli\u003eUse parentheses to group search terms\u003c/li\u003e\u003c/ul\u003e\n";
wwStrings["wwJdbcConnectionString"] = "JDBC Connection String";
wwStrings["wwCpdSelectFolioProfileDesc"] = "Select a content profile to use when searching for a folio.";
wwStrings["wwHelperSkipConfirmFieldDesc"] = "Skip confirmation pages and go directly to the next page.";
wwStrings["wwLkType"] = "Link Type";
wwStrings["wwJdbcPassword"] = "JDBC Password";
wwStrings["wwSSNoWebSitesAvailable"] = "No web sites are available.";
wwStrings["wwFeTableCellPadding"] = "Cell padding";
wwStrings["wwDefaultResultCount"] = "Default Result Count";
wwStrings["wwNgSelectedTooManyUsers"] = "\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0627\u062e\u062a\u064a\u0627\u0631 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0627\u062d\u062f. \u0633\u064a\u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u0648\u0644 \u0645\u0633\u062a\u062e\u062f\u0645 \u0641\u0642\u0637.";
wwStrings["wwDpIsCheckinNav"] = "Enable Check-In Link";
wwStrings["wwBottomBannerLogo"] = "Bottom banner logo";
wwStrings["wwLdapServer"] = "LDAP Server";
wwStrings["wwFeActionTitle"] = "Web Form Action";
wwStrings["wwdCheckoutUser"] = "Checkout User";
wwStrings["wwLabelClusterGroup"] = "Cluster Group:";
wwStrings["wwFsJdbcStorageDesc"] = "\nFiles will be stored in the database unless the system has been configured to store specified renditions on the file system.\nUse the options below to force renditions to be stored on the filesystem and not in the database.\n";
wwStrings["wwLabelDescription"] = "Description:";
wwStrings["wwFeCheckin"] = "Form Check in";
wwStrings["wwSpRequestClass"] = "Request Class";
wwStrings["wwProblemReportsSearchResults"] = "Problem Reports Search Results";
wwStrings["wwCpdRemoveable"] = "Removable:";
wwStrings["wwClbraActiveDocs"] = "Active Collaboration Content for Project {1q}";
wwStrings["wwNgUser"] = "gebruiker";
wwStrings["wwSSBackupArchiveInfo"] = "Archive Information";
wwStrings["wwInvalidID"] = "{1} does not contain a valid id";
wwStrings["wwCollectionDeleteImmediate"] = "Remove items immediately when deleted";
wwStrings["wwFeTableWidthPx"] = "pixels";
wwStrings["wwNgDisplayAsAlert"] = "\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e32\u0e23\u0e41\u0e08\u0e49\u0e07\u0e40\u0e15\u0e37\u0e2d\u0e19";
wwStrings["wwMustDefineTargetedQuickSearchKey"] = "Please specify a Targeted Quick Search key.";
wwStrings["wwSSDisplayWebSitesPageTitle"] = "Web Sites";
wwStrings["wwCpdEditFolioTemplate"] = "Edit Folio Template";
wwStrings["wwSSShowHideDetail"] = "Show / Hide Detail";
wwStrings["wwContentServerWarning"] = "Content Server Warning";
wwStrings["wwSSDefaultDocStringRegionTemplateFile"] = "Region Template";
wwStrings["wwSSAdminHelpTitle"] = "Show Help";
wwStrings["wwAttachLinkToDocInfo"] = "Attach Link to Doc Info";
wwStrings["wwProductVersionInfo"] = "Product Build";
wwStrings["wwItemsInSubscriptionTitle"] = "Content Items In Subscription Group";
wwStrings["wwTemplate"] = "Template";
wwStrings["wwFeTextareaName"] = "Name";
wwStrings["wwItemAlreadyAtBottom"] = "\u9078\u629e\u3057\u305f\u30a2\u30a4\u30c6\u30e0\u306f\u65e2\u306b\u30ea\u30b9\u30c8\u306e\u672b\u5c3e\u306b\u3042\u308a\u307e\u3059";
wwStrings["wwNgProjectTemplatesText"] = "I seguenti modelli di progetto sono definiti in questo Content Server:";
wwStrings["wwrefStatusSection/ibr"] = "\u72b6\u6001";
wwStrings["wwAnd"] = "And";
wwStrings["wwUseUpperCaseColumnMap"] = "Use Uppercase Column Map";
wwStrings["wwdSecurityGroup"] = "Security Group";
wwStrings["wwPageContent"] = "Page Content";
wwStrings["wwNgCommentOnRevision"] = "(\u003ca class=\"xuiLinkText1_Sm\" href=\"{1}?IdcService=DOC_INFO&dID={2}\"\u003e{3}\u003c/a\u003e \uac1c\uc815\uc5d0 \ub300\ud55c \uc124\uba85)";
wwStrings["wwNgDeletePersonalFolder"] = "Pers\u00f6nlichen Ordner l\u00f6schen";
wwStrings["wwHelperUsePopupLongDescription"] = "Use Popup Long Description";
wwStrings["wwLabelSmiServerVersion"] = "Sealed Media Server \u7248\u672c:";
wwStrings["wwContentMessage"] = "Content Message";
wwStrings["wwLocalDirectory"] = "Local Directory";
wwStrings["wwAddRenditionToItem"] = "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e44\u0e1b\u0e17\u0e35\u0e48 \'{1}\'";
wwStrings["wwSystemAdmin"] = "System Admin";
wwStrings["wwWorkflowStepInfo"] = "Workflow Step Info";
wwStrings["wwListTemplateLabelHeader"] = "Label";
wwStrings["wwNgAdditionalReviewers"] = "Revisores adicionales:";
wwStrings["wwNgMyProject"] = "Mon projet";
wwStrings["wwWfIsNotifyOnly"] = "Workflow notification for content item {1q} is in step {2q}.";
wwStrings["wwNgAddToMyProjectsLinkStatus"] = "\u65b0\u589e {1q} \u5230\u6211\u7684\u5c08\u6848";
wwStrings["wwRemoveAfterVersionEq"] = "Remove After Build={1}";
wwStrings["wwLkResType_node"] = "node";
wwStrings["wwComponentInstallListDesc"] = "The following items will be installed";
wwStrings["wwCpdCheckinFolio"] = "Check in";
wwStrings["wwNgAddGroupDot"] = "Groep toevoegen...";
wwStrings["wwShouldHaveBeenRedirectedTo"] = "You should have been redirected to";
wwStrings["wwCollectionDynamicVirtualFolderOptions"] = "Dynamic Virtual Folder Options";
wwStrings["wwWizOptions"] = "\u0e15\u0e31\u0e27\u0e40\u0e25\u0e37\u0e2d\u0e01";
wwStrings["wwSSDefaultDocPrimaryFilePsd"] = "default.psd";
wwStrings["wwEmailLink"] = "E-mail link:";
wwStrings["wwSpecifyName"] = "Please specify a content ID.";
wwStrings["wwWfActionHistoryTable"] = "Table containing the workflow content action history";
wwStrings["wwRevXAvailable"] = "\u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629 {1} \u0645\u062a\u0627\u062d\u0629";
wwStrings["wwLkInfoTitle"] = "Link Info";
wwStrings["wwPreview"] = "Preview";
wwStrings["wwSSDefaultDocPrimaryFilePlaceholderDefinitionXml"] = "default.xml";
wwStrings["wwViewAllWfRevisions"] = "View All Workflow Items";
wwStrings["wwTargetedQuickSearches"] = "Targeted Quick Searches";
wwStrings["wwWebServer"] = "Web Server";
wwStrings["wwFSWeblessStore"] = "Stockage du fichier Non Web";
wwStrings["wwMetricSymbol24"] = "{1} Y{2}";
wwStrings["wwArabic"] = "Arabic";
wwStrings["wwSSDefaultAssetCategoryNameNativeDocument"] = "Native Documents";
wwStrings["wwCreateDate"] = "Create Date:";
wwStrings["wwSSSelectAllButtonLabel"] = "Select All Documents";
wwStrings["wwDCConfigDefLayoutText"] = "Layout that will be used if none of the other selection rules match.";
wwStrings["wwSelectionInformation"] = "Selection Information";
wwStrings["wwLkType_ss_link_internal"] = "Site Studio Internal";
wwStrings["wwSctrCHDoc_Type"] = "Doc Type";
wwStrings["wwNgGroupInfo"] = "Informazioni gruppo";
wwStrings["wwWfUsers"] = "Users";
wwStrings["wwCgiSendDumpDesc"] = "Log data and headers sent from the web server filter to the Content Server.";
wwStrings["wwSctrCHSites"] = "Sites";
wwStrings["wwCpdActive"] = "Active";
wwStrings["wwOutgoingProvider"] = "Outgoing Provider";
wwStrings["wwNgAlert"] = "Avviso";
wwStrings["wwCmuActiveExport"] = "Latest Action";
wwStrings["wwSSDefaultDocScriptVbs"] = "VBScript File";
wwStrings["wwNgProjectListing"] = "Elenco progetti";
wwStrings["wwCmuActionResultsSubject"] = "Configuration Migration Action Results";
wwStrings["wwSSDefaultDocScriptJs"] = "Javascript File";
wwStrings["wwCpdAppendBasket"] = "Append Content Basket";
wwStrings["wwXuiSaveSearch"] = "Save Search";
wwStrings["wwSSContextMenuSwitchDataFile"] = "Switch Content";
wwStrings["wwSoapAddWsdl"] = "Add Wsdl";
wwStrings["wwServerOptions"] = "Server Options";
wwStrings["wwCollectionDefaultAdminConfigurationNote"] = "Specify the information field defaults that will be applied for all users.";
wwStrings["wwKeepAccessLists"] = "\u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u0642\u0648\u0627\u0626\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629.";
wwStrings["wwTestEmailFormatDefault"] = "(use system default)";
wwStrings["wwXuiChangeSearchTemplate"] = "Change Search Template";
wwStrings["wwQueryTitle"] = "Query Title";
wwStrings["wwAddToFavorites"] = "Add To Favorites";
wwStrings["wwDamFileCaption"] = "Datei";
wwStrings["wwFeElementType"] = "Action";
wwStrings["wwNgSubscriptions"] = "\u8a02\u95b1";
wwStrings["wwDocumentSelected"] = "Document Selected";
wwStrings["wwRefineryFailedWebIsNative"] = "\nInbound Refinery failed to convert the\ncontent item but released it to the web by copying the native file.\n";
wwStrings["wwWorkflowContentItemNotification"] = "Workflow Content Item Notification";
wwStrings["wwChangeDate"] = "Change Date:";
wwStrings["wwCmuSectionLabel_fileextensions"] = "File Extensions";
wwStrings["wwCmuConfirmDeleteAll"] = "Are you sure you wish to delete all?";
wwStrings["wwFeResetTableAction"] = "Reset table button";
wwStrings["wwFeDynIncludeTitle"] = "Create Dynamic Include";
wwStrings["wwSctrMainPageImproperMonthValue"] = "Improper month value";
wwStrings["wwLdapAttributeTooLargeMsg"] = "The value {1q} is too large for the field {2q}.  Maximum length is {3}.";
wwStrings["wwSctrMainPageDPSecurityGroup"] = "[Security Group]";
wwStrings["wwProductUserProfile"] = "{1} User Profile";
wwStrings["wwSSLayoutFragmentsReport"] = "Fragments";
wwStrings["wwNgUnsubscribeFromPersonalFolder"] = "\u5f9e\u500b\u4eba\u8cc7\u6599\u593e\u53d6\u6d88\u8a02\u95b1";
wwStrings["wwCgiReceiveDumpDesc"] = "Log data and headers sent from the Content Server to the web server filter.";
wwStrings["wwdDocName"] = "Content ID";
wwStrings["wwSctrMainPageEndDate"] = "End Date:";
wwStrings["wwPromptInstallListsComponent"] = "\u00bfDesea instalar el componente Lists? (Necesario)";
wwStrings["wwLabelFolderPath"] = "Folder Path:";
wwStrings["wwFeValueDlgTitle"] = "Value";
wwStrings["wwHelperQuickLinks"] = "Quick Links";
wwStrings["wwPrimaryFileLabel"] = "Primary File";
wwStrings["wwFeChooseField"] = "Choose a field...";
wwStrings["wwSubscriptions"] = "Subscriptions";
wwStrings["wwSelectAll"] = "Select All";
wwStrings["wwLinkToDocument"] = "Link To Document";
wwStrings["wwCmuSectionDesc_applicationfields"] = "Application Fields Section";
wwStrings["wwOperatingSystemProperties"] = "Operating System Properties";
wwStrings["wwLabelProviderType"] = "Provider Type:";
wwStrings["wwHelperDivDoesNotExist"] = "Helper Divider does not exist.  Cannot send a message to the applet on a Mac without the Helper Divider.";
wwStrings["wwNgNoAnnouncementsInDays"] = "F\u00fcr {1?die:den} letzten {1} Tag{1?e} sind keine Ank\u00fcndigungen vorhanden.";
wwStrings["wwSSArchiveNameIllegalChars"] = "The Archive Name contains illegal characters.";
wwStrings["wwCmuActionHistoryName"] = "Name";
wwStrings["wwClbraRevisionsFor"] = "Revisions for collaboration project {1}";
wwStrings["wwGroupShow"] = "Show";
wwStrings["wwSSContextMenuTracker"] = "View Content Tracker Report";
wwStrings["wwWizWelcome"] = "\u6b22\u8fce\u4f7f\u7528";
wwStrings["wwRequestFailed"] = "Request Failed";
wwStrings["wwOsNameLabel"] = "OS Name:";
wwStrings["wwLicenseFeatureCode"] = "Feature Code";
wwStrings["wwSSDefaultAssetCategoryNameSubtemplate"] = "Subtemplates";
wwStrings["wwSrcIsLocal"] = "The source is local.";
wwStrings["wwPromptWebDAVSecretKey"] = "\u5982\u679c\u4f7f\u7528 WebDAV\uff0c\u8bf7\u6307\u5b9a\u7528\u6765\u52a0\u5bc6 Webdav cookie \u4ee5\u907f\u514d\u975e\u6388\u6743\u8bbf\u95ee\u548c\u91cd\u653e\u653b\u51fb\u7684\u952e\u3002";
wwStrings["wwXuiSearchWidgetPrefix"] = "Page";
wwStrings["wwRefineryAdmin"] = "Refinery Administration";
wwStrings["wwEmailProjectTeam"] = "Email Project Team";
wwStrings["wwComponentConfigEditPage"] = "Update Component Configuration";
wwStrings["wwSetAsDefault"] = "Set As Default";
wwStrings["wwJdbcDriver"] = "JDBC Driver";
wwStrings["wwCpdLabelUseUserEncodingForZipRendition"] = "Use native encoding for folio zips.";
wwStrings["wwCpdMoveSelectedItems"] = "Move selected items";
wwStrings["wwdrAgentLog/ibr"] = "Registro agente";
wwStrings["wwNgUserID"] = "Identificaci\u00f3n de usuario";
wwStrings["wwDocumentType"] = "Content Type";
wwStrings["wwWorkInProgTable"] = "Table with a list of content items that being worked on.";
wwStrings["wwFSAccessImplementor"] = "\u30a2\u30af\u30bb\u30b9 \u30a4\u30f3\u30d7\u30ea\u30e1\u30f3\u30bf";
wwStrings["wwCmuSectionLabel_pages"] = "Pages";
wwStrings["wwEnvironmentKeyDetails_hide_ignored"] = "Hide";
wwStrings["wwCpdFolioClonedItemTemplateCheckinTitle"] = "Checking In Cloned Folio";
wwStrings["wwNgFolderDiscussionTitle"] = "Carpeta {1q} (identificaci\u00f3n: {2})";
wwStrings["wwServerHostName"] = "Server Host Name";
wwStrings["wwRefineryProviderReadOnly2"] = "Refinery read-only mode:";
wwStrings["wwLkType_ss_link_abs"] = "Site Studio Absolute";
wwStrings["wwLdapAccountPrefixLabel"] = "Account Prefix:";
wwStrings["wwLinkAdmin"] = "Managed Links Administration";
wwStrings["wwSSUsage"] = "Usage Detail";
wwStrings["wwCpdAttributes"] = "Attributes:";
wwStrings["wwCollectionHierarchicalVirtualFolderOptions"] = "Hierarchical Virtual Folder Options";
wwStrings["wwCollectionHierarchicalCollectionConfiguration"] = "Hierarchical Folders for {1}";
wwStrings["wwMyStellentRssFeeds"] = "My Stellent RSS Feeds";
wwStrings["wwRemoveSelectedItems"] = "Entfernen";
wwStrings["wwSctrMainPageRTUsersSeenContentID"] = "Users%20Who%20Have%20Seen%20Content";
wwStrings["wwNgFolderCriteriaSubscriptionDesc"] = "\u00c9l\u00e9ments d\'un dossier r\u00e9pondant aux crit\u00e8res suivants\u00a0:";
wwStrings["wwFeDynIncludeDesc"] = "\nUse this form to create a dynamic include that can be used as a resource by\ndynamic server pages such as HCSF and HCSP files.\n";
wwStrings["wwDefault"] = "Default";
wwStrings["wwLkAdminPageTitle"] = "Managed Links Administration Page";
wwStrings["wwFeEndTagLabel"] = "After";
wwStrings["wwCmuSectionDesc_config"] = "Server Config Section";
wwStrings["wwSSProjectDefaultMetadataPageTitle"] = "Set Project Default Document Information";
wwStrings["wwClean"] = "Clean";
wwStrings["wwSctrMainPageRLTopDocsByDay"] = "Top Content Items by Day";
wwStrings["wwDownloadAll"] = "Download All";
wwStrings["wwCpdAllowNodeCreation"] = "Allow node creation:";
wwStrings["wwSSCertSuccessMessage"] = "The class loaded successfully.";
wwStrings["wwAdditionalExitCondition"] = "Current Step\'s Additional Exit Condition:";
wwStrings["wwSmiResealDocument"] = "\u91cd\u65b0\u5bc6\u5c01\u6587\u4ef6";
wwStrings["wwTo"] = "To";
wwStrings["wwSctrCHSvd_Srchs"] = "Saved Searches";
wwStrings["wwProblemReportsForContentItem"] = "Problem Reports for Content Item";
wwStrings["wwSSRestoreSectionLabel"] = "Upload Archive";
wwStrings["wwSSNo"] = "No";
wwStrings["wwSSContextMenuWFApprove"] = "Approve Document";
wwStrings["wwSSUpgradeWebsitesFieldsText"] = "The Web Sites information fields can be updated to provide more precise searching capabilities that are compatible with other applications.  This will update the xWebsites and xDontShowInListsForWebsites fields in the system database for all document revisions.  Click the button below to perform this update.";
wwStrings["wwUpdateCompConfig"] = "Update";
wwStrings["wwSctrMainPageRLUsersSeendID"] = "Users who have seen Content Items by dID";
wwStrings["wwCpdNoParentNodeSelected"] = "No parent selected.";
wwStrings["wwRefineryLogs"] = "Inbound Refinery Logs";
wwStrings["wwHomeDesc"] = "Click on this button to get back to this page.";
wwStrings["wwLabelRevision"] = "Revision:";
wwStrings["wwGetCopyAccessDesc"] = "When enabled, a user with Read privilege on a content item can get a copy of the native file.";
wwStrings["wwCollectionUserCollectionConfiguration"] = "Virtual Folder Configuration for {1}";
wwStrings["wwIdcStringBuilderAverageCapacity"] = "IdcStringBuilder average capacity: {1i} bytes";
wwStrings["wwFeInvalidSpaceCharacter"] = "An xml node name may not contain spaces.";
wwStrings["wwLdapUseSSLLabel"] = "SSL Enabled:";
wwStrings["wwNotEquals"] = "Not Matches";
wwStrings["wwDpIsSearchNavToggle"] = "Enable Search Link for {1}";
wwStrings["wwTestEmailFormSend"] = "Send";
wwStrings["wwPromptInitialFolderID"] = "Immettere l\'identificativo della cartella iniziale per questo server: (in milioni)";
wwStrings["wwSSNoDomainMappings"] = "No web site addresses have been configured.";
wwStrings["wwSSArchiveExport"] = "Export";
wwStrings["wwRestartServerToApplyChanges"] = "This server must be restarted before the changes will take place.";
wwStrings["wwLmContentExpiringAfter"] = "Content expiring after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwTestEmailFormNoRecipients"] = "No recipients were specified.  Please fill in this field.";
wwStrings["wwDCNewTemplateTitleLibrary"] = "Dynamic Converter New GUI Template Form";
wwStrings["wwFoundMatchesForQuery"] = "Found {1} item{1?s} matching the query.";
wwStrings["wwNgForceEntriesToLowerCase"] = "\u0641\u0631\u0636 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0623\u062d\u0631\u0641 \u0627\u0644\u0635\u063a\u064a\u0631\u0629 \u0641\u064a \u0627\u0644\u0625\u062f\u062e\u0627\u0644\u0627\u062a";
wwStrings["wwCpdExternalTypeLabel_link"] = "link:";
wwStrings["wwFeTextareaRows"] = "Rows";
wwStrings["wwNgProjectType"] = "Tipo di progetto";
wwStrings["wwCmuSectionDesc_aliases"] = "Aliases Section";
wwStrings["wwSchemaCacheReportItemCount"] = "Total {1} items stored in schema cache";
wwStrings["wwPortalDocumentProfiles"] = "Edit Content Profile Links";
wwStrings["wwSctrQueryTRTTopDocsByAuthor"] = "Top Content Items by Author";
wwStrings["wwNgNoInternalMembersForFolder"] = "No hay miembros internos para esta carpeta.";
wwStrings["wwServerName"] = "Server Name";
wwStrings["wwConnectionError"] = "Connection Error:";
wwStrings["wwCpdChangeToEditView"] = "Change to edit view";
wwStrings["wwFeaturesAndComponents"] = "Features And Components";
wwStrings["wwShowOnlyKnownAccountsDesc"] = "When enabled, the list of accounts on a check in page will contain only globally predefined accounts.";
wwStrings["wwCollectionVerifyChecked"] = "Please check items first.";
wwStrings["wwNgProjectsSearchResultLimited"] = "\uae30\uc900\uc5d0 \ub9de\ub294 {1}\uac1c\uc758 \ud504\ub85c\uc81d\ud2b8\ub9cc \ud45c\uc2dc\ud558\ub3c4\ub85d \uc81c\ud55c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.";
wwStrings["wwCpdLinkType_REFERENCE"] = "Reference";
wwStrings["wwSSBlankTargetArchiveName"] = "The transfer target archive must be specified.";
wwStrings["wwEditingListTemplate"] = "Edit Custom Content List Template \'{1}\'";
wwStrings["wwCollectionCurrentColumns"] = "Current Columns";
wwStrings["wwClbraWorkflowContentTable"] = "Table containing a list of collaboration content items in a workflow queue.";
wwStrings["wwSSServerSideLinks"] = "To Server-Side Links (e.g. &lt;&#33;--$ssNodeLink( 1 )--&gt;)";
wwStrings["wwWorkflowSteps"] = "Workflow Steps:";
wwStrings["wwOf"] = "of {1}";
wwStrings["wwDiscussType"] = "Discussion Type";
wwStrings["wwSctrMainPageRLWebSiteContentAccess"] = "Web Site Content Accesses";
wwStrings["wwSearchResultsRssFeed"] = "Search Results RSS Feed";
wwStrings["wwAddSelected"] = "Add Selected";
wwStrings["wwCollectionSelectCollectionNote"] = "Create a new virtual folder, select a folder to be modified or delete a current folder.";
wwStrings["wwSctrCHCont_ID"] = "Content ID";
wwStrings["wwAllowOverrideFormat"] = "Allow override format on check in";
wwStrings["wwCpdCopyBasketItems"] = "Copy Content Basket Items";
wwStrings["wwAssignInfo"] = "Assign Info";
wwStrings["wwFolderArchivePageName"] = "Archivo de la estructura de carpetas";
wwStrings["wwFsFieldDesc_xStorageRule"] = "Used to determine the storage rule used by the content item";
wwStrings["wwLabelAction"] = "Action:";
wwStrings["wwCmuActionHistoryCaption"] = "Latest Action";
wwStrings["wwMetricSymbol-18"] = "{1} a{2}";
wwStrings["wwSSDefaultDocValidationJs"] = "Javascript Validation File";
wwStrings["wwViewWebVersion"] = "View Web Version";
wwStrings["wwCpdItemCannotBeEmpty"] = "Item cannot be empty.";
wwStrings["wwFoldersLocalCreatedMount"] = "Created Mount";
wwStrings["wwCmuSectionLabel_pne"] = "Personalization Data";
wwStrings["wwShowAdvancedForm"] = "show advanced form";
wwStrings["wwCpdFolioActions"] = "Actions";
wwStrings["wwFsPathMetaDataDesc"] = "\nThe table below lists the current configuration of the path metadata\nthat can be used in path construction. Fields can be tied to algorithms\nand require the existence of content metadata. The field is computed\nwhen it is referenced as a component in the path construction expression.\n";
wwStrings["wwCollectionUserColumnConfiguration"] = "Column Configuration For {1}";
wwStrings["wwNgFinish"] = "Termina";
wwStrings["wwCpdCollectItemsLabel"] = "Collected Items";
wwStrings["wwNgDeleteDeniedLC"] = "derechos de eliminaci\u00f3n denegados";
wwStrings["wwServerIPAddressFilter"] = "Server IP Address Filter:";
wwStrings["wwCmuExportSectionsChangesNotSaved"] = "Section changes not saved, continue?";
wwStrings["wwAll"] = "All";
wwStrings["wwFsProviderTitle"] = "File Store Provider";
wwStrings["wwNgChooseWorkflow"] = "\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u306e\u9078\u629e";
wwStrings["wwCpdFolioTemplateCheckinDesc"] = "Use the form below the check the folio template into the Content Server";
wwStrings["wwSmiRevokeDocument"] = "R\u00e9voquer l\'acc\u00e8s au document";
wwStrings["wwNgAdminGrantedLC"] = "\u0e43\u0e2b\u0e49\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e4c\u0e01\u0e32\u0e23\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a";
wwStrings["wwEditOrRemoveServer"] = "Edit or Remove Content Server";
wwStrings["wwUseLocalGroupsDesc"] = "\nEnable this to allow an NT server to be interrogated\nto see if the user belongs to any of the local groups on that NT server. The\nlocal groups are mapped to roles and accounts as if they were domain\ngroups in the default master domain.\n";
wwStrings["wwEnterSourceAttribute"] = "Please enter an LDAP attribute.";
wwStrings["wwNgCollaborationProjectRoots"] = "Ra\u00edzes do projeto de colabora\u00e7\u00e3o";
wwStrings["wwTestEmailFormFormat"] = "format:";
wwStrings["wwNgAddButton"] = "&nbsp;&nbsp;\u6dfb\u52a0&nbsp;&nbsp;";
wwStrings["wwPluginDebugDesc"] = "Log events inside the plugin filters. This will only work for plugin filters that understand the PLUGIN_DEBUG flag.";
wwStrings["wwXuiPopupEmailSubject"] = "Re: {1}";
wwStrings["wwCpdFolioRevisionType"] = "Version";
wwStrings["wwSctrCHTitle"] = "Title";
wwStrings["wwLabelEnableDownloadApplet"] = "Enable download applet";
wwStrings["wwSSDefaultDocPrimaryFileVsd"] = "default.vsd";
wwStrings["wwMasterServer"] = "Master Server";
wwStrings["wwSctrCHLatest_Acc"] = "Latest Access";
wwStrings["wwVersionInfo"] = "Retrieve Filter Version Info";
wwStrings["wwSSServerSideLinkTokens"] = "To Server-Side Link Tokens (e.g. ssNODELINK/1)";
wwStrings["wwCpdFolioAdministration"] = "Folio Administration";
wwStrings["wwAddToProject"] = "Add to Project";
wwStrings["wwNgProjectProperties"] = "\u0633\u0645\u0627\u062a \u0627\u0644\u0645\u0634\u0631\u0648\u0639";
wwStrings["wwdrConsoleOutput/ibr"] = "Konsolenausgabe";
wwStrings["wwNgRecentContent"] = "Contenido reciente";
wwStrings["wwCheckinError"] = "Check In Error";
wwStrings["wwCgiSendDump"] = "CGI_SEND_DUMP";
wwStrings["wwCpdDragItemsLabel"] = "{1} items";
wwStrings["wwNgClose"] = "\u95dc\u9589";
wwStrings["wwFeActionResetTable"] = "Reset table";
wwStrings["wwAddQueryToProject"] = "Add Query to Publisher Project";
wwStrings["wwListResults"] = "List Results";
wwStrings["wwClbraOnErrorUsers"] = "Users Notified on Error";
wwStrings["wwCmuButtonLabelSave"] = "Save";
wwStrings["wwSourcePath"] = "Source Path:";
wwStrings["wwFeDeleteRow"] = "delete";
wwStrings["wwCpdPublishToFolio"] = "Publish to folio";
wwStrings["wwAddNewServer"] = "Add a New Server";
wwStrings["wwSSPathBasedLinks"] = "To Path-Based URLs (e.g. &lt;&#33;--$ssServerRelativeSiteRoot--&gt;/products/index.htm)";
wwStrings["wwSSDefaultDocPsd"] = "Adobe Photoshop Image";
wwStrings["wwFeTextareaProps"] = "Text Area";
wwStrings["wwSctrCHAcc_Mode"] = "Access Mode";
wwStrings["wwNgSelectUserAppletSettings"] = "S\u00e9lectionner les param\u00e8tres des applets pour les utilisateurs";
wwStrings["wwNoDocsToView"] = "There are no documents to view.";
wwStrings["wwMetricSymbol1"] = "{1} D{2}";
wwStrings["wwSctrMainPageRTUsersSeenDocsByAuthor"] = "Users%20Who%20Have%20Seen%20Content%20Items%20by%20Author";
wwStrings["wwMetadataSearchTitle"] = "Metadata Search";
wwStrings["wwCpdContentID"] = "Content id:";
wwStrings["wwFeProfileCheckinDesc"] = "Choose a check in profile from the list below";
wwStrings["wwNumberOfConnections"] = "Number of Connections";
wwStrings["wwUpdateCompConfigLablel"] = "Update Component Configuration";
wwStrings["wwSSCertValidationTitle"] = "Site Studio Certificate Validation";
wwStrings["wwFeHiddenFieldDlg"] = "Hidden Field Options";
wwStrings["wwSSConfigureJspSupport"] = "Configure JSP Support";
wwStrings["wwTestEmailFormLink"] = "Send Test Email";
wwStrings["wwLkRefreshDesc"] = "\nRefresh the managed links as they are in the ManagedLinks table. Links are determined to be good or \nbroken, but they are not recomputed using the pattern engine.\r";
wwStrings["wwCgiFileName"] = "Cgi File Name";
wwStrings["wwRenditionInfo"] = "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u0646\u0633\u064a\u0642";
wwStrings["wwDimensions"] = "\u0627\u0644\u0623\u0628\u0639\u0627\u062f";
wwStrings["wwPortalDesign"] = "Portal Design";
wwStrings["wwCpdLinkBroken"] = "Item Content is Missing";
wwStrings["wwFeTableHeightPx"] = "pixels";
wwStrings["wwCmuDeleteAllLabel"] = "Delete All";
wwStrings["wwCpdElementDescHeaderLabel"] = "Description";
wwStrings["wwZoneFields"] = "Zone Text Fields";
wwStrings["wwEOCheckOrReplaceQueryHint"] = "Hint Cache Updater";
wwStrings["wwNgDaysAgo"] = "\u5929\u4ee5\u524d";
wwStrings["wwPlayFromTimestamp"] = "Afspelen vanaf {1}";
wwStrings["wwEnableOnUi"] = "Enable On UI:";
wwStrings["wwCpdUndefinedDesc"] = "undefined slot";
wwStrings["wwEditPneDocProfiles"] = "Edit Content Profile Links";
wwStrings["wwPromptForMetaData"] = "Prompts for metadata (using WEI)";
wwStrings["wwSSDefaultDocDocx"] = "Microsoft Word Document";
wwStrings["wwOnlyOriginalContribCheckout"] = "Only Original Contributor Can Check Out:";
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["wwReturnToComponentMgr"] = "\u003ca href=\"{1}\"\u003eClick here\u003c/a\u003e to return to the Component Manager";
wwStrings["wwNgAddReviewers"] = "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e1c\u0e39\u0e49\u0e15\u0e23\u0e27\u0e08\u0e17\u0e32\u0e19";
wwStrings["wwCpdType"] = "Type:";
wwStrings["wwNewDiscussionDocTitle"] = "Discussion about {1}";
wwStrings["wwFramerate"] = "Fr\u00e9quence d\'images";
wwStrings["wwDateGreaterEqual"] = "On or After";
wwStrings["wwManualRegistrationMsg"] = "\nIf your system cannot connect to the license server\nor you have a feature code and signature for this system and wish to enter them manually, use\nthe button below.\n";
wwStrings["wwStatus"] = "Status";
wwStrings["wwChangeView"] = "Change View";
wwStrings["wwListTemplateNoDescriptionColumnWarning"] = "You have specified main or additional information to be used in the description column, but you have not added the description column to your view.  Are you sure you wish to save this template?";
wwStrings["wwCpdSubscriptionFolioAddMsg"] = "Items have recently been added to the following folios:";
wwStrings["wwSoapAddService"] = "Add Service";
wwStrings["wwSSShowArchiveDetails"] = "Show Archive Information";
wwStrings["wwFileFormatsWizard"] = "File Formats Wizard";
wwStrings["wwVideoBandwidthPref"] = "\u89c6\u9891\u5e26\u5bbd\u9996\u9009\u9879\uff1a";
wwStrings["wwNgUpdatePersonalFolderInformation"] = "\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25";
wwStrings["wwNgLimitResultsLabel"] = "\u0e08\u0e33\u0e01\u0e31\u0e14\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e01\u0e31\u0e1a :";
wwStrings["wwLdapSuffixLabel"] = "LDAP Suffix:";
wwStrings["wwWorkflowActions"] = "Workflow Actions";
wwStrings["wwCpdEditPneTemplates"] = "Edit Folio Templates";
wwStrings["wwCpdCannotRemoveWithChildren"] = "Cannot remove a non-empty node.";
wwStrings["wwSSArchiveNameRequired"] = "An Archive Name must be supplied.";
wwStrings["wwCollectionAddCriteria"] = "Add Criteria";
wwStrings["wwFormat"] = "Format";
wwStrings["wwCollectionAdminMountedConfiguration"] = "Local Folders";
wwStrings["wwSctrMainPageDPNoDrillAvailable"] = "No Drill Available";
wwStrings["wwEnvironmentKeyRemoves"] = "Number of removed settings: {1i}";
wwStrings["wwSSArchiveDescriptionRequired"] = "An Archive Description must be supplied.";
wwStrings["wwSubscribeTo"] = "Subscribe to \"{1}\"";
wwStrings["wwOnlineRegistration"] = "Online Registration";
wwStrings["wwCmuConfigSectionDesc"] = "Section Configuration du serveur";
wwStrings["wwdConvActionDate"] = "Last Action at";
wwStrings["wwHour"] = "1 Hour";
wwStrings["wwSchemaDetailsForView"] = "Cache details for view {1q}";
wwStrings["wwFeDisplayNodeError"] = "Unable to find display node for id {1q}";
wwStrings["wwNgPersonalFolderUnsubscribeDesc"] = "\u30d1\u30fc\u30bd\u30ca\u30eb \u30d5\u30a9\u30eb\u30c0 \u003cstrong\u003e{1q}\u003c/strong\u003e \u5185\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5bfe\u3059\u308b\u96fb\u5b50\u30e1\u30fc\u30eb\u901a\u77e5\u306e\u53d7\u4fe1\u3092\u505c\u6b62\u3059\u308b\u306b\u306f\u3001\u4e0b\u306e [\u8cfc\u8aad\u3092\u53d6\u308a\u6d88\u3059] \u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002";
wwStrings["wwProviderClass"] = "Provider Class";
wwStrings["wwSmiSealDocument"] = "\u062e\u062a\u0645 \u0627\u0644\u0645\u0633\u062a\u0646\u062f";
wwStrings["wwSSWorkflowWebSiteContext"] = "Web Site Context";
wwStrings["wwSSDeclaredSiteUsage"] = "Declared in Sites:";
wwStrings["wwLabelSmiConnectionUser"] = "Utilisateur de la connexion\u00a0:";
wwStrings["wwFeClauseSeparator"] = "Clause separator";
wwStrings["wwWorkflowReviewTitle"] = "Workflow Review for {1q}";
wwStrings["wwNgColumnOption"] = "Opzione colonna";
wwStrings["wwWarning"] = "Warning:";
wwStrings["wwMetricPrefix21"] = "{1} Zetta{2}";
wwStrings["wwPromptMaxContent"] = "Immettere il numero massimo di oggetti del contenuto per cartella virtuale:";
wwStrings["wwNgSubscribeToPersonalFolderID"] = "\u30d1\u30fc\u30bd\u30ca\u30eb \u30d5\u30a9\u30eb\u30c0 {1q} \u306e\u8cfc\u8aad";
wwStrings["wwFormSubmissionConfirmation"] = "Form Submission Confirmation";
wwStrings["wwMetricSymbol-9"] = "{1} n{2}";
wwStrings["wwNgInternal"] = "\u5185\u90e8";
wwStrings["wwContentInformation"] = "Content Information";
wwStrings["wwKeyName"] = "Key Name";
wwStrings["wwSSUpdateValues"] = "Update";
wwStrings["wwCbEmailLinksBodyHeading"] = "Die folgende Liste enth\u00e4lt Verkn\u00fcpfungen zu Content-Objektwiedergaben";
wwStrings["wwEnvironmentKeyDetails_show_removed"] = "Show";
wwStrings["wwDatabaseProvider"] = "Database Provider";
wwStrings["wwSoapAddDataList"] = "Add Data List";
wwStrings["wwSpecialFieldsOptGroupLabel"] = "Special";
wwStrings["wwSuccess"] = "Success";
wwStrings["wwSSUpgradeWebsitesFieldsHeader"] = "Update Web Sites Information Fields";
wwStrings["wwProblemReports"] = "Problem Reports";
wwStrings["wwVideoAssetCheckinForm"] = "Eincheckformular f\u00fcr Videoobjekte";
wwStrings["wwSSArchiveStatus"] = "Show Archiver Status";
wwStrings["wwFeIncludeErrNameInUse"] = "The dynamic include name is already in use.";
wwStrings["wwTempConvFieldNameMissing"] = "The field name is missing in criteria";
wwStrings["wwDisable"] = "Disable";
wwStrings["wwSSSetOptions"] = "Set Options";
wwStrings["wwXuiSearchWidgetSuffix"] = "of {1}";
wwStrings["wwAutoAssignContentId"] = "Auto-Assign Content ID on Check In:";
wwStrings["wwSSBackupSectionLabel"] = "Create Web Site Backup Archive";
wwStrings["wwPoundIcon"] = "Pound Icon";
wwStrings["wwWhatsNew"] = "What\'s New";
wwStrings["wwLabelProject"] = "Publisher Project:";
wwStrings["wwCmuImportPreviewPage"] = "Import Preview";
wwStrings["wwContentBasketForUser"] = "Panier de contenu de {1}";
wwStrings["wwLabelSmiServerSealUrl"] = "URL \u304b\u3089\u30b7\u30fc\u30ea\u30f3\u30b0\u3078\u306e API:";
wwStrings["wwDCConfigRenditionTitle"] = "Rendition";
wwStrings["wwSSAdminSitesUpgradeStartButton"] = "Start Upgrade";
wwStrings["wwNewDiscussionInformationText"] = "Enter a comment to create a new discussion.";
wwStrings["wwdRevLabel"] = "Revision Label";
wwStrings["wwLkNoLinks"] = "There are no managed links contained in this content item.";
wwStrings["wwReportResultsTable"] = "Table containing report results";
wwStrings["wwSSProgressCloseButton"] = "Close";
wwStrings["wwSoapTypeLabel"] = "Type:";
wwStrings["wwItemsInSubscriptionDesc"] = "\nSubscribers will receive an e-mail notification each time a new\nrevision of any of the following content items becomes available.\n";
wwStrings["wwClbraRevisions"] = "Collaboration Revisions";
wwStrings["wwSSWebsites"] = "Web Sites";
wwStrings["wwFSCapacityCheckInterval"] = "Intervalo de verifica\u00e7\u00e3o da capacidade";
wwStrings["wwSSAdminSitesPage"] = "Manage Web Sites";
wwStrings["wwDiscussThisItem"] = "Discuss this Item ({1} item{1?s})";
wwStrings["wwCpdElementClassLabel"] = "Element Class:";
wwStrings["wwContentServerType"] = "Content Server Type";
wwStrings["wwCaption"] = "Caption";
wwStrings["wwSSAdminMigrationEditExportArchivePage"] = "Edit Export Archive";
wwStrings["wwCmuContentRulesSectionDesc"] = "Sectie voor contentprofielregels";
wwStrings["wwSctrMainPageRLTopDocsByUserGroup"] = "Top Content Items by User Role";
wwStrings["wwCmuConfirmImportWithoutPreview"] = "Create import without preview?";
wwStrings["wwCollectionInformationFieldDefaultsTitle"] = "Folder Information Field Defaults";
wwStrings["wwClbraActiveContentTable"] = "Table containing a list of active collaboration content items.";
wwStrings["wwNgCollaborationContentItemsInWorkflow"] = "\u5de5\u4f5c\u6d41\u7a0b \'\u003ci\u003e{1}\u003c/i\u003e\' \u4e2d\u7684\u5408\u4f5c\u9805\u76ee\u6587\u4ef6";
wwStrings["wwEnterQueryTitle"] = "Enter a title for this query:";
wwStrings["wwFsFieldDesc_RenditionPrefix"] = "Additional rendition prefix computation";
wwStrings["wwSelectDot"] = "Select...";
wwStrings["wwFsFieldDesc_dDocAccount"] = "Standard account field";
wwStrings["wwCpdDeleteConfirmMsg"] = "Delete node?";
wwStrings["wwrefRefineryAdministration/ibr"] = "Amministrazione di Inbound Refinery";
wwStrings["wwClbraNoActiveRevs"] = "There is no active collaboration project content.";
wwStrings["wwSSContributorSourceDir"] = "Contributor Directory:";
wwStrings["wwMyViewAdvancedScriptDesc"] = "Idoc Script entered into this field is evaluated and included in the Description column of the My View search results template.";
wwStrings["wwSSDefaultDocPrimaryFileJpg"] = "default.jpg";
wwStrings["wwAccountPermDelim"] = "Account Permissions Delimiter";
wwStrings["wwCmuSectionDesc_docformats"] = "Content Formats Section";
wwStrings["wwSctrCHCr_Date"] = "Create Date";
wwStrings["wwFePreview"] = "Web Form Preview";
wwStrings["wwWelcomeTo"] = "Welcome to {1}";
wwStrings["wwNgFindProjectsTitle"] = "Rechercher des projets";
wwStrings["wwSSArchiveExportOptions"] = "Export Options";
wwStrings["wwDescription"] = "Description";
wwStrings["wwCmuSectionLabel_config"] = "Server Config";
wwStrings["wwLdapUseNetscapeLabel"] = "Use Netscape:";
wwStrings["wwCmuPNESectionDesc"] = "Secci\u00f3n Datos de personalizaci\u00f3n";
wwStrings["wwClbraAction"] = "Action";
wwStrings["wwCmuAddExportRuleTitle"] = "Add Export Rule";
wwStrings["wwFeActionElementSelectionError"] = "The current selection cannot be used as a Web Form action.";
wwStrings["wwLabelDatabaseDirectory"] = "Database Directory:";
wwStrings["wwPromptInstallFoldersLocalComponent"] = "Procedere all\'installazione del componente FoldersLocal? (7.5.1 o successiva)";
wwStrings["wwLabelLastActivityDate"] = "Last Activity Date:";
wwStrings["wwNgSubscribeToProjectName"] = "S\'abonner au projet {1q}";
wwStrings["wwBrowserDoesntSupportCheckinApplet"] = "\nThis browser does not support a\ncheck in using an applet.\n";
wwStrings["wwLkInfo"] = "Info";
wwStrings["wwFsFieldDesc_RenditionSpecifier"] = "Additional rendition specifier";
wwStrings["wwSoapDataLists"] = "Data Lists";
wwStrings["wwPromptInstallWebDAVComponent"] = "Procedere all\'installazione del componente WedDAV?  Questa opzione \u00e8 abilitata solo sui server dei contenuti precedenti a 10gR3.";
wwStrings["wwTestEmailFormTitle"] = "Test Email Form";
wwStrings["wwRejectContentItem"] = "Reject Content Item";
wwStrings["wwSctrMainPageImproperDateFormat"] = "Improper date format";
wwStrings["wwClbraInWorkflow"] = "Content in workflow";
wwStrings["wwCollectionSelectAll"] = "Select All";
wwStrings["wwCpdUpdateSubscription"] = "Update";
wwStrings["wwCpdFolioListingResultsTitle"] = "Found {1} item{1?s} matching the query.";
wwStrings["wwNoResultsForNamedQuery"] = "Found no items out of {1} searched matching the query \u003cb\u003e{2}\u003c/b\u003e.";
wwStrings["wwCmuSectionDesc_components"] = "Components Section";
wwStrings["wwProxyResults"] = "Results:";
wwStrings["wwConfigForLabel"] = "Configuration for {1}";
wwStrings["wwNgUpdatedContentPreferences"] = "Preferencias de contenido actualizado";
wwStrings["wwSSdDocTitle"] = "Title";
wwStrings["wwCpdSubscriptionActionTitle"] = "Action";
wwStrings["wwSSSCIgnoreAllButton"] = "Ignore All";
wwStrings["wwNOEAuthorDisplayResults"] = "You have {1} content item{1?s} that will expire soon:";
wwStrings["wwFeFormProps"] = "Form";
wwStrings["wwSctrMainPageTotalPages"] = "Total Pages:";
wwStrings["wwNotifyTarget"] = "Notify Target";
wwStrings["wwAttachAllNative"] = "Native [Attach All]";
wwStrings["wwLdapPort"] = "LDAP Port";
wwStrings["wwVerifyMetadataUrlChange"] = "\nYou are changing the metadata field {1q}\nfrom {2q} to {3q}.\nAre you sure you want to do this?\nThis will change the URL of the web file.\n";
wwStrings["wwWfNoActionsToView"] = "There are no items in the workflow in queue.";
wwStrings["wwWorkflowReviewerDesc"] = "\nReview this workflow item and its related information in\nthe window to the right, then use the action links below to approve or reject the\nitem. If you wish to make changes to the item before approving it, click the Check Out link.\n";
wwStrings["wwNgConfigureDashboard"] = "Configurar dashboard";
wwStrings["wwCurrentlyEnabledComponents"] = "Currently Enabled Components";
wwStrings["wwSSWebsiteSectionField"] = "Web Site Section Field:";
wwStrings["wwSctrQueryTRTTopDocsAccessedByUsersOfType"] = "Top Content Items Accessed by Users of Type";
wwStrings["wwCOAO_ErrorNoJava"] = "Java must be enabled for this feature.";
wwStrings["wwrefTimeoutSettingsForLabel/ibr"] = "{1}\uc758 \ubcc0\ud658 \uc2dc\uac04 \ucd08\uacfc \uac12";
wwStrings["wwSSDefaultAssetCategoryImage"] = "all images used in my site";
wwStrings["wwSSDefaultAssetCategoryFragment"] = "all fragment libraries used in my site";
wwStrings["wwLkSearch"] = "Search";
wwStrings["wwNewCheckIn"] = "New Check In";
wwStrings["wwCpdQuickFolio"] = "Quick Folio";
wwStrings["wwPortalDesignForUser"] = "Portal Design for {1}";
wwStrings["wwPdfwAdminPageAppletLabel"] = "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e25\u0e32\u0e22\u0e19\u0e49\u0e33 PDF";
wwStrings["wwLkGo"] = "Go";
wwStrings["wwContinueCheckin"] = "Continue Check In:";
wwStrings["wwCmuBundleLabel"] = "bundle";
wwStrings["wwCbEmailLinksSubject"] = "Links para as rendi\u00e7\u00f5es de itens de conte\u00fado";
wwStrings["wwSSConfigureAspSupportText"] = "Use this option to check in sample ASP fragments, and to publish ASP-related static weblayout files during the next Content Server restart.  This is necessary if ASP support has been enabled since the Site Studio component was installed.";
wwStrings["wwSSArchiveRemove"] = "Delete";
wwStrings["wwsrfDocSnippet"] = "Snippet";
wwStrings["wwDoctypeIcon"] = "Document Type Icon";
wwStrings["wwLicenseSerialNumber"] = "Serial Number";
wwStrings["wwNgProjectCriteriaSubscriptionDescShort"] = "Suscripci\u00f3n al proyecto:";
wwStrings["wwFeIsIdcField"] = "Bind to Server Metadata";
wwStrings["wwSSDefaultAssetCategoryNameOther"] = "Other Media";
wwStrings["wwCmuSectionLabel_workflowtemplates"] = "Workflow Templates";
wwStrings["wwJsDisabledWarning"] = "You currently have JavaScript disabled for this web site. You must enable scripting in your browser for the content server to function properly.";
wwStrings["wwFeAddTemplatedActions"] = "Add templated actions to the table";
wwStrings["wwNgSomeManualMembersAreInvalid"] = "Alcuni dei nomi dei membri immessi non sono validi e non sono stati aggiunti all\'elenco di accesso.";
wwStrings["wwEditSearchResultTemplates"] = "Edit Search Result Templates";
wwStrings["wwArchiverImportConflictingRevision"] = "Already Present Revision Causing Conflict";
wwStrings["wwFeActionSubmitForm"] = "Submit form";
wwStrings["wwLicenseInfoMsg"] = "\nThe Host Name and Instance Name shown below\nmust match those used to generate your license. Verify that the\ninformation below matches what was sent with your license\ninformation.\n";
wwStrings["wwEmailSend"] = "Send link by e-mail";
wwStrings["wwSpecificUnubscribeDesc"] = "Are you sure you wish to unsubscribe from the item \"{1}\"?";
wwStrings["wwOriginalFile"] = "Original File";
wwStrings["wwSSCaptureQueryButtonLabel"] = "Capture the Query";
wwStrings["wwFeIsXml"] = "Bind to XML Data";
wwStrings["wwFeTableCaption"] = "Caption";
wwStrings["wwHttpServer"] = "HTTP Server";
wwStrings["wwSelectFileTypesHeading"] = "Select File Types";
wwStrings["wwrefPrimaryWebRendition/ibr"] = "Rendi\u00e7\u00e3o prim\u00e1ria para a Web";
wwStrings["wwCollectionShowOnlyUserDeleted"] = "Show only items that user has deleted in trash virtual folder";
wwStrings["wwNgDeleteSelectedMembers"] = "Eliminar miembros seleccionados";
wwStrings["wwLkTargetDoc"] = "Target Content ID";
wwStrings["wwSchemaLoadingValues"] = "Loading values...";
wwStrings["wwCmuSectionDesc_roles"] = "Roles Section";
wwStrings["wwMetricSymbol2"] = "{1} h{2}";
wwStrings["wwSSRestoreButton"] = "Upload Archive";
wwStrings["wwrefThirdPartyAppSettings/ibr"] = "Param\u00e8tres d\'application tierce";
wwStrings["wwVerboseSubscribeFormDesc"] = "\nAlternatively, you can subscribe to this item\nand all similar items in a related subscription group. Use the Action icons in the table below\nto preview and/or subscribe to all content within any of the groups that contain\n\u003cstrong\u003e\"{1}\"\u003c/strong\u003e.\n";
wwStrings["wwSctrQuerySTQuickSrch"] = "Quick Search";
wwStrings["wwSSRestoreArchiveButton"] = "Restore";
wwStrings["wwSmiAdminPage"] = "P\u00e1gina de administraci\u00f3n de Sealed Media";
wwStrings["wwNgNotDefined"] = "\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e23\u0e30\u0e1a\u0e38 (\u0e14\u0e35\u0e1f\u0e2d\u0e25\u0e15\u0e4c {1q})";
wwStrings["wwEnvironmentKeyDetails_show_all"] = "Show";
wwStrings["wwEnableNTLM"] = "Enable NTLM:";
wwStrings["wwCollectionDisableCollection"] = "Disable Folder";
wwStrings["wwFeatureCode"] = "Feature Code";
wwStrings["wwMailServer"] = "Mail Server";
wwStrings["wwCmuSecurityGroupDefSection"] = "Grupos de seguran\u00e7a";
wwStrings["wwFsFieldDesc_dStatus"] = "Status";
wwStrings["wwDiscussionGroupLinkLabel"] = "Discussion";
wwStrings["wwCouldntFindInFormList"] = "Could not find this value in the form list:";
wwStrings["wwSSDeployFragmentLibrary"] = "Deploy Fragment Library";
wwStrings["wwNoUserTargetedQuickSearches"] = "There are no personal Targeted Quick Searches defined.";
wwStrings["wwAccountMapPrefixDesc"] = "\nThe Account Map Prefix specifies the character which must prefix an NT group\nfor it to be considered an account. The default character is \'@\'.  For example,\nif a user is a member of two groups, contributor and @HR, and the Account Map\nPrefix is \'@\', the user will get the role \'contributor\' and the account \'HR\'.\n";
wwStrings["wwContentServerName"] = "Content Server {1}";
wwStrings["wwNgContent"] = "Contenuti";
wwStrings["wwComponentManager"] = "Component Manager";
wwStrings["wwNotifyOnly"] = "Notify Only";
wwStrings["wwUseShortNamesDesc"] = "\nEnabling this will allow the web server filter to strip the [DOMAIN] off of the\n[DOMAIN]\\username style names that result from NT authentication.  The filter\nwill only remove [DOMAIN] if [DOMAIN] is the default master domain (see\n\'Default Master Domain\').\n";
wwStrings["wwSSAdminSitesUpgradeBuildingQueue"] = "Building Upgrade List...";
wwStrings["wwPreviewList"] = "Preview List";
wwStrings["wwWizEnterTextTwoLC"] = "Tekst twee invoeren";
wwStrings["wwCpdPickFolioTypePageTitle"] = "Pick Folio Type";
wwStrings["wwAdditionalConfigVars"] = "Additional Configuration Variables:";
wwStrings["wwCpdAddFolioDesc"] = "You can either put the selected items into an existing folio, or create a new folio.";
wwStrings["wwCpdFolioHeaderCorner"] = "Folio header corner";
wwStrings["wwSSArchiveProgress"] = "Progress";
wwStrings["wwNgCheckinToProjectTitle"] = "Formul\u00e1rio de armazenamento de conte\u00fado (projeto)";
wwStrings["wwNgContentAuthorLC"] = "auteur";
wwStrings["wwAltFile"] = "Alternate File";
wwStrings["wwCollectionInformation"] = "Information";
wwStrings["wwFeTableAlignRight"] = "Right";
wwStrings["wwConfigureNtlm"] = "Configure NT Domain Security";
wwStrings["wwCollectionUserDefaultRevisionConfiguration"] = "Revision Information Field Configuration for {1}";
wwStrings["wwSctrCHFailures"] = "Failures";
wwStrings["wwFsChangingRuleConfigWarning"] = "Changing the configuration of a storage rule may cause the system to no longer find files.\\nDo you wish to continue?";
wwStrings["wwTempConvText5"] = "This section is used to specify which formats are supported by the HTML conversion.  You can add as many file\nformats to the list as necessary; however, only the file types in this list will display an HTML conversion link\non the Search Result page.  Select the file formats from the drop-down list to add them to the\n\u003cstrong\u003eFormats\u003c/strong\u003e text box.";
wwStrings["wwSSExportArchiveHeader"] = "Export Archives ============";
wwStrings["wwNativeBundle"] = "Oorspronkelijke bundel";
wwStrings["wwCpdFolioViewerLabel"] = "Viewer:";
wwStrings["wwPdfwAdminAppletTitle"] = "Administration de PDFWatermark";
wwStrings["wwSSDefaultDocPageTemplateHcsp"] = "Hcsp Page Template";
wwStrings["wwCpdMaxNodeCountReached"] = "Max node count reached.";
wwStrings["wwUndelete"] = "Undo Delete";
wwStrings["wwFeBasicFormTemplate"] = "Content Server Form Template";
wwStrings["wwUpdate"] = "Update";
wwStrings["wwFsStorageRuleLabel"] = "Storage Rule Name";
wwStrings["wwListTemplatesNumberOfColumns"] = "Number of Columns";
wwStrings["wwServerPortLabel"] = "Server Port:";
wwStrings["wwCmuSectionExportChangeDescription"] = "\nPage has been modified.\nAny changes made on this page or any children pages \nwill be recorded, but not permanently saved.  Unless the \ntask is saved or updated, all changes will be lost when \nnavigating from the definition page.\n";
wwStrings["wwSSProjetDetail"] = "Lists the project associated with the web site";
wwStrings["wwNativeFileDescription"] = "Ceci est le fichier source original pour l\'\u00e9l\u00e9ment de contenu";
wwStrings["wwDpDescription"] = "Description";
wwStrings["wwFolderArchiveDef"] = "Configuraci\u00f3n de archivos de carpetas";
wwStrings["wwSoapGenerateWsdls"] = "Generate Wsdls";
wwStrings["wwSearchableInstances"] = "Searchable Instances";
wwStrings["wwUserAdmin"] = "User Admin";
wwStrings["wwNgIncludePersonalContentOnly"] = "Contenu personnel uniquement";
wwStrings["wwNgProjectRootsText"] = "\uc774 \ucee8\ud150\uce20 \uc11c\ubc84\uc5d0\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ud504\ub85c\uc81d\ud2b8 \ub8e8\ud2b8\uac00 \uc9c0\uc815\ub429\ub2c8\ub2e4.";
wwStrings["wwCachedContentInfo"] = "Cached Content Information";
wwStrings["wwCpdContentBasketForUser"] = "Content Basket for user {1q}";
wwStrings["wwAdminTargetedQuickSearches"] = "Targeted Quick Searches Defined by Admins";
wwStrings["wwMyProductivityFeedsDesc"] = "To add a feed, copy an URL defined by the XML button into your favorite RSS feed reader. There are many readers available. If you use Outlook, consider the \u003ca href=\"http://www.intravnews.com\"\u003eIntraVNews\u003c/a\u003e plugin.";
wwStrings["wwSctrCHAuthor"] = "Author";
wwStrings["wwSubscribeToItem"] = "Subscribe to This Item";
wwStrings["wwCpdFolioRenderersLabel"] = "Renderers:";
wwStrings["wwSupportSqlColumnDelete"] = "Support Column Drop";
wwStrings["wwLabelSkin"] = "Skin:";
wwStrings["wwCpdSetFolioCheckinProfileDesc"] = "Select a content profile to be applied to the new folio, or leave set to \'none\' to check in without a profile.";
wwStrings["wwSpLabelTruststorePassword"] = "Truststore password:";
wwStrings["wwMyProjects"] = "My Projects";
wwStrings["wwSerialNumber"] = "Serial Number";
wwStrings["wwFsFieldDesc_dRevisionID"] = "Standard revision id field";
wwStrings["wwProfilesScriptingFieldDesc"] = "Allow script in defining a profile.";
wwStrings["wwCzech"] = "Czech";
wwStrings["wwOracleHomePage"] = "Oracle Home Page";
wwStrings["wwSctrCHSec_Grp"] = "Security Group";
wwStrings["wwClbraRecentDocs"] = "Recent Collaboration Content for Project {1q}";
wwStrings["wwSctrQueryTRTTopDocsSeenByUser"] = "Top Content Items Seen by User";
wwStrings["wwCurrentOptionList"] = "Current Option List";
wwStrings["wwFeDynIncludeGuide"] = "Insert elements here";
wwStrings["wwAdditionalComponentsEq"] = "Additional Components={1}";
wwStrings["wwSearchDir"] = "Search Engine State Directory";
wwStrings["wwNgAlerts"] = "Alertes";
wwStrings["wwFilterPrefix"] = "Prefix";
wwStrings["wwSSQDCompare"] = "Compare";
wwStrings["wwLdapAdminDNLabel"] = "LDAP Admin DN:";
wwStrings["wwRefineryProviderDesc"] = "Use this option \u003ci\u003eonly\u003c/i\u003e if this provider is an Inbound Refinery.";
wwStrings["wwPrjUnregister"] = "Unregister";
wwStrings["wwSSBackupShowServerConfigMenuItem"] = "Show server configuration details";
wwStrings["wwLastSuccessfulNotificationDate"] = "Last Successful Notification";
wwStrings["wwAvsFullTextSearchDesc"] = "Enter words or phrases separated with & (and) or | (or).";
wwStrings["wwVideoPrefsForUser"] = "Pr\u00e9f\u00e9rences vid\u00e9o de {1}";
wwStrings["wwFSDuplicationMethods"] = "\u8907\u88fd\u65b9\u6cd5";
wwStrings["wwEmailMozillaWorkaroundCharacters"] = "\u00e9&";
wwStrings["wwNgNoCollaborations"] = "\u60a8\u65e0\u6743\u8bbf\u95ee\u5339\u914d\u8be5\u641c\u7d22\u6807\u51c6\u7684\u9879\u76ee\u3002";
wwStrings["wwWfDELETE_REV"] = "Delete Revision";
wwStrings["wwEditServer"] = "Edit Server";
wwStrings["wwNotAValidTargetedQuickSearchQuery"] = "Your query must contain \'#s\' to be a valid Targeted Quick Search.";
wwStrings["wwContractTimeLine"] = "Contrair linha do tempo";
wwStrings["wwNgIllegalCharacterInProject"] = "\ud504\ub85c\uc81d\ud2b8 \uc774\ub984\uc5d0 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\ub294 \ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4\uc788\uc2b5\ub2c8\ub2e4.";
wwStrings["wwFolderArchiveArchiveName"] = "Nombre del archivo:";
wwStrings["wwLkRecompute"] = "Recompute links";
wwStrings["wwTargetedQuickSearchKey"] = "Targeted Quick Search Key";
wwStrings["wwSSDownloadBackupButton"] = "Download Web Site Backup...";
wwStrings["wwSearchResultsTable"] = "Table with a list of content items resulting from a search.";
wwStrings["wwCpdEditSubscriptionPage"] = "Edit Folio Subscription";
wwStrings["wwListNavigation"] = "List Navigation:";
wwStrings["wwAllActiveWorkflowsDesc"] = "Click on the icon to view all items in a workflow.";
wwStrings["wwSave"] = "Save";
wwStrings["wwIncomingProviderInfoFor"] = "Incoming Provider Information for {1}";
wwStrings["wwSmiConfirmationPage_unseal"] = "\u9879 \'{1}\' \u53d6\u6d88\u5c01\u88c5\u6210\u529f";
wwStrings["wwWfCHECKIN"] = "Check In";
wwStrings["wwSctrCHUser_Name"] = "User Name";
wwStrings["wwPortalMessage"] = "\n\u003c!--\nThis area is fully Idoc Script capable. Use the condition variable IsLoggedIn\nto determine if page is delivered to an authenticated user.  Use the condition\nvariable IsDynamic to see if content is delivered dynamically.  Delete the\nfile \u003cHomeDir\u003e/data/pages/portal_message.inc to revert back to the default\nportal message.  The static portal page is not updated unless the\n\"Update Portal...\" option is used in WebLayout Editor.\n\nTo view example script below, copy it out of this comment area.\n\n\u003cdiv align=left\u003e\u003cb\u003eExamples of script:\u003c/b\u003e\u003c/div\u003e\u003cbr\u003e\n\t\u003c$if IsLoggedIn$\u003eUserName = \u003ci\u003e\u003c$UserName$\u003e\u003c/i\u003e\u003cbr\u003e\u003c$endif$\u003e\n\t\u003c$if IsDynamic$\u003eCurrent Time = \u003ci\u003e\u003c$dateCurrent()$\u003e\u003c/i\u003e\n\t\u003c$else$\u003eThis is a static page.\n\t\u003c$endif$\u003e\n --\u003e\n";
wwStrings["wwCpdFolioElements"] = "Folio Elements";
wwStrings["wwCmuExportPreview"] = "Preview";
wwStrings["wwAllFiles"] = "All Files";
wwStrings["wwAttachLinkToWebViewable"] = "Attach Link to Web-Viewable";
wwStrings["wwAttachUrlNative"] = "URL - Native";
wwStrings["wwContentSecurityOptions"] = "Content Security Options";
wwStrings["wwSpecifyIntegerForServerPort"] = "Please specify a positive integer for the server port.";
wwStrings["wwDCTemplateCheckinTitle"] = "Dynamic Converter Template Checkin Form";
wwStrings["wwLabelJdbcConnectionString"] = "JDBC Connection String:";
wwStrings["wwFilterDebugDesc"] = "Log events inside the web server filter.";
wwStrings["wwFilterOtherOptions"] = "Other Options";
wwStrings["wwCmuImportAction"] = "Import";
wwStrings["wwSavedQueries"] = "Saved Queries";
wwStrings["wwGo"] = "Go";
wwStrings["wwSubject"] = "Subject";
wwStrings["wwSctrMainPageImproperYearValue"] = "Improper year value";
wwStrings["wwVerifyDocDelete"] = "\nThe content item and all of its revisions will be permanently deleted from the system.\nDelete the content item now?\n";
wwStrings["wwBasicInformation"] = "Basic Information";
wwStrings["wwSSConfigureJspSupportButton"] = "Configure JSP Support";
wwStrings["wwTraceIsVerboseOption"] = "Full Verbose Tracing";
wwStrings["wwNgProjectLeadLC"] = "\u0642\u0627\u0626\u062f \u0627\u0644\u0645\u0634\u0631\u0648\u0639";
wwStrings["wwLkState_N"] = "Invalid";
wwStrings["wwCmuButtonLabelUnselectAllSection"] = "Unselect All";
wwStrings["wwNgThereAreNoActiveWorkflows"] = "\u76ee\u524d\u6c92\u6709\u7528\u65bc\u8def\u7531\u7684\u4f7f\u7528\u4e2d\u5de5\u4f5c\u6d41\u7a0b\u3002";
wwStrings["wwNgOriginalLocation"] = "\u539f\u59cb\u4f4d\u7f6e";
wwStrings["wwCpdEditSubsFolioModifyTitle"] = "Modify";
wwStrings["wwHelperPaginateLengthFieldDesc"] = "The length of items per page when paginating.";
wwStrings["wwCpdSubscriptionFolioEditMsg"] = "The following folios have recently been edited:";
wwStrings["wwSSSiteStudioDesignerDownloadDescription"] = "Site Studio Designer, an application that allows the easy creation of web sites.";
wwStrings["wwFeBasicTemplateFormHelp"] = "Add controls to the form.";
wwStrings["wwEditWebUrlMap"] = "Edit the WebUrlMap";
wwStrings["wwNgConfigureUpdatedContentMessage"] = "\u9078\u53d6\u7528\u65bc\u6c7a\u5b9a\u8981\u986f\u793a\u591a\u5c11\u5df2\u66f4\u65b0\u6587\u4ef6\u7684\u65b9\u6cd5:";
wwStrings["wwFsFileStorage"] = "File system only";
wwStrings["wwGroupFilterDesc"] = "\nEnabling this will add the ability to use a filter to select the groups\nthat will be mapped into the Content Server.  The filtering works by specifying\na set of LDAP-style prefixes for both roles and accounts.  These prefixes are\nLDAP-style strings which specify an area of the tree that roles and/or\naccounts are located.  Each group the user belongs to is checked to see if the group contains one\nof these prefixes as a substring.  If so, the group is considered a role or account depending\non what type of prefix it was.  Along with each prefix is a depth value listed\nin \'[]\' after the prefix.  This value dictates how \'far away\' a group can be\nfrom the prefix to be considered valid.  For example, if we have the setup:\n\u003cbr\u003e\n\u003cbr\u003e\u003cb\u003eRole Prefix: \u003c/b\u003e \u003cspan class=xxsmall\u003e \"OU=Roles, OU=UCM, OU=Oracle\" \u003c/span\u003e\n\u003cbr\u003e\u003cb\u003eDepth: \u003c/b\u003e1\n\u003cbr\u003e\u003cspan class=xxsmall\u003e \"CN=testRole, OU=subOrg2, OU=org1, OU=Roles, OU=UCM, OU=Oracle, dc=mydomain, dc=com\" \u003c/span\u003e\n\u003cbr\u003e\n\u003cbr\u003e\nThe above group matches the Role Prefix, and the remainder of the group name\nafter the Role Prefix is \u003cspan class=xxsmall\u003e \"CN=testRole, OU=subOrg2,\nOU=org1\" \u003c/span\u003e.  This group (testRole) is two organizational units\n(OU) away from the Role Prefix, which translates into a depth of 2. Since the\ndepth is 1 the group does not become a role.  If the depth were 2 or higher,\nthe group would have become a role.  The notion of depth is introduced to\nprevent groups deep in the LDAP tree from inadvertently granting\nprivileges such as \'admin\' to users. If no depth is specified for a prefix, the\ndepth defaults to 0, which means the group must be contained directly with in\nthe prefix.  For example if the Role Prefix is \"OU=Roles, OU=UCM, OU=Oracle\" and the\ndepth defaults to 0, \"CN=roleA, OU=Roles, OU=UCM, OU=Oracle\" would be a valid role, but\n\"CN=roleB, OU=subOrg, OU=Roles, OU=UCM, OU=Oracle\" would not.\n";
wwStrings["wwCbEmailPrompt"] = "Geben Sie E-Mail-Adressen ein. Wenn Sie mehrere Adressen eingeben, trennen Sie sie durch Kommas (nicht durch Leerzeichen).";
wwStrings["wwFeTableSummary"] = "Summary";
wwStrings["wwSSLimitToWebSiteLabel"] = "Limit to Web Site:";
wwStrings["wwSctrQuerySTMiniSrch"] = "Mini Search";
wwStrings["wwSSDefinitionRestoreMenuItem"] = "Restore definition bundle archive contents";
wwStrings["wwFeActionEditRow"] = "Edit row";
wwStrings["wwCpdSetFolioTemplateCheckinProfileTitle"] = "Set Folio Template Profile";
wwStrings["wwNgProjectRootsNotDefined"] = "Einige Projektst\u00e4mme wurden nicht definiert. Klicken Sie auf die oben angef\u00fchrten Verkn\u00fcpfungen, um die Projektstammordner einzurichten.";
wwStrings["wwdDocAuthor"] = "Author";
wwStrings["wwFeSelectProps"] = "Select";
wwStrings["wwSSArchiveTypeBackup"] = "Web Site Backup";
wwStrings["wwCmuSchemaTablesDefSectionDesc"] = "\uc2a4\ud0a4\ub9c8 \ud14c\uc774\ube14 \uc139\uc158";
wwStrings["wwSpecifyPrimFile"] = "Please specify a primary file.";
wwStrings["wwSctrQueryTRTTopDocByAppTypeAndAccessMode"] = "Top Content Items by Application Type and Access Mode";
wwStrings["wwCmuExportPreviewPage"] = "Export Preview";
wwStrings["wwSetDefault"] = "Reset To Default";
wwStrings["wwWorkInProgress"] = "Work In Progress";
wwStrings["wwSpecifyProxiedForEntSearch"] = "An instance must be \'Proxied\' for it to be \'Enterprise Searchable\'.";
wwStrings["wwVideoAsset"] = "\u30d3\u30c7\u30aa \u30a2\u30bb\u30c3\u30c8";
wwStrings["wwCpdFolioCheckinDesc"] = "Use the form below to check the folio into the Content Server.";
wwStrings["wwLabelUnsubscribe"] = "Unsubscribe:";
wwStrings["wwNoContentServersFound"] = "No Content Servers Found.";
wwStrings["wwSSArchiveIsAutomatedExport"] = "Auto Export:";
wwStrings["wwCollectionConfirmCollectionItems"] = "Are you sure you want to remove the selected item or items in this folder?\\nThis will remove all revisions for content.";
wwStrings["wwNgNoNewProjectContentInDays"] = "N\u00e3o h\u00e1 conte\u00fado atualizado localizado no{1?s} \u00faltimo{1?s} {1} dia{1?s}.";
wwStrings["wwCollectionNative"] = "Native";
wwStrings["wwActiveClbraWorkflows"] = "Active Collaboration Project Workflows";
wwStrings["wwCmuFileExtensionsDesc"] = "Extensi\u00f3n de archivo para asignaciones de formato de archivo";
wwStrings["wwApproveRevision"] = "Approve Revision";
wwStrings["wwWfLastActionTs"] = "Last Action Date";
wwStrings["wwSpecifyPassword"] = "Please specify a password.";
wwStrings["wwFsFieldDesc_RenditionId"] = "Rendition specifier";
wwStrings["wwLabelRefineryOptions"] = "Conversion Options";
wwStrings["wwSoapDataListInfo"] = "Data List Information";
wwStrings["wwSSExplainUpgradeDone"] = "The upgrade process has completed.";
wwStrings["wwCollectionOwner"] = "Owner";
wwStrings["wwArchiverImportMaxExceptionArchiveDocuments"] = "\n\u5df2\u64f7\u53d6\u4f8b\u5916\u6587\u4ef6\u7684\u6700\u5927\u6578\u91cf ({1})\u3002\n\u7121\u6cd5\u64f7\u53d6\u6b64\u6587\u4ef6\uff0c\u800c\u4e14\u53ef\u80fd\u6703\u4f7f\u81ea\u52d5\u532f\u5165\u7121\u6cd5\u7e7c\u7e8c\u9032\u884c\u3002\n";
wwStrings["wwInstallDirs"] = "Installation Directories";
wwStrings["wwCombo"] = "Edit And Select List";
wwStrings["wwExitWizard"] = "Exit Wizard";
wwStrings["wwPgNoUsersFolder"] = "Geen gebruikersmap";
wwStrings["wwTreeContainer"] = "Tree Container";
wwStrings["wwCustomFieldsOptGroupLabel"] = "Custom";
wwStrings["wwIsDynamicConverterEnabled"] = "Enable Dynamic Converter";
wwStrings["wwCmuAdmin"] = "Config Migration Admin";
wwStrings["wwNgGroupDescription"] = "Descripci\u00f3n";
wwStrings["wwCpdStatusIcon"] = "Status icon";
wwStrings["wwNgNoInternalMembersForUserProject"] = "F\u00fcr diesen pers\u00f6nlichen Ordner sind keine internen Mitglieder vorhanden.";
wwStrings["wwFsAddNewStorageRule"] = "Add new rule";
wwStrings["wwAdminPublishWeblayout"] = "Publish dynamic layout files";
wwStrings["wwCmuTaskNameSpacesNotAllowed"] = "Spaces not allowed in the task name.";
wwStrings["wwNoProjectsForPreview"] = "There are no Publisher projects available for preview.";
wwStrings["wwAdministrationLinks"] = "Administration Links";
wwStrings["wwNgConfigureAlertsMessage"] = "W\u00e4hlen Sie die Methode zur Festlegung der Anzahl angezeigter Warnungen aus:";
wwStrings["wwMulti"] = "Edit And Multiselect List";
wwStrings["wwPortalDesignFor"] = "Portal Design for {1}";
wwStrings["wwSctrResultsPageAllVersionsTogether"] = "[All Versions Together]";
wwStrings["wwCmuAliasDefSection"] = "\u522b\u540d";
wwStrings["wwCpdFolioUnsavedChanges"] = "Unsaved Changes";
wwStrings["wwMetricSymbol15"] = "{1} P{2}";
wwStrings["wwCpdEditFolio"] = "Edit Folio";
wwStrings["wwSctrQueryTRTTopSearchesInMiniBox"] = "Top Seaches in Mini Box";
wwStrings["wwDCTemplateRulesTitle"] = "Template Selection Rules";
wwStrings["wwCpdSubscriptionActionDesc"] = "Description";
wwStrings["wwUnregisterPreview"] = "Unregister Preview";
wwStrings["wwdMessage/ibr"] = "Konvertierungsmeldung";
wwStrings["wwHierarchy"] = "Folders";
wwStrings["wwCmuButtonLabelPreview"] = "Preview";
wwStrings["wwCollectionImportArchive"] = "Import Archive";
wwStrings["wwRev"] = "Rev.";
wwStrings["wwSSConfigureAspSupport"] = "Configure ASP Support";
wwStrings["wwIbrConversionJobsOut"] = "There {1?are:is} currently {1i} job{1?s} out for conversion";
wwStrings["wwNgMembers"] = "Membros";
wwStrings["wwNgUsersLabel"] = "Acc\u00e8s (Utilisateurs) :";
wwStrings["wwFePluginDynInclude"] = "Create Dynamic Include";
wwStrings["wwNgAdd"] = "Adicionar";
wwStrings["wwCmuFileExtensions"] = "\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50";
wwStrings["wwDCHtmlRendition"] = "HTML Rendition";
wwStrings["wwMetricPrefix-6"] = "{1} Micro{2}";
wwStrings["wwIsDefault"] = "Is Default";
wwStrings["wwFeTextFieldValue"] = "Value";
wwStrings["wwSSDefaultDocElementDefinitionImageOnlyXml"] = "Image Element Definition";
wwStrings["wwCollectionAvailableColumns"] = "Available Columns";
wwStrings["wwCmuSectionLabel_contentprofiles"] = "Content Profiles";
wwStrings["wwDownloadAppletName"] = "Download";
wwStrings["wwFeTableAlign"] = "Alignment";
wwStrings["wwNgCantChangeSecurityGroupWhenInProject"] = "\u0e04\u0e38\u0e13\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e01\u0e25\u0e38\u0e48\u0e21\u0e01\u0e32\u0e23\u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01";
wwStrings["wwNoWorkInProgress"] = "There is no work in progress.";
wwStrings["wwNgDiscussionsForProject"] = "Discussies voor project {1q} ({2})";
wwStrings["wwOpenItem"] = "Open Item";
wwStrings["wwNgChooseMemberFromList"] = "\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e0a\u0e37\u0e48\u0e2d\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e2b\u0e23\u0e37\u0e2d\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e08\u0e32\u0e01\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23";
wwStrings["wwListTemplateId"] = "Content List Template ID";
wwStrings["wwSpanish"] = "Spanish";
wwStrings["wwContributor"] = "Contributor:";
wwStrings["wwConfigure"] = "Configure";
wwStrings["wwSSDocNotReadyForCOAO"] = "The document is not available to be edited with Checkout And Open.";
wwStrings["wwFSWebPath"] = "Caminho do arquivo para a Web";
wwStrings["wwPopUpCalendarTip"] = "Pop up calendar for {1}";
wwStrings["wwOption"] = "Option";
wwStrings["wwDefaultSortField"] = "Default Sort Field";
wwStrings["wwCpdContentInfoLabel"] = "View Content Info";
wwStrings["wwSelectedToBasket"] = "Ajouter au panier";
wwStrings["wwPersonalUrls"] = "Personal URLs";
wwStrings["wwMetricSymbol3"] = "{1} K{2}";
wwStrings["wwLkResType_id"] = "id";
wwStrings["wwGuestAccess"] = "Guest Access";
wwStrings["wwRequiredRoles"] = "Required Roles:";
wwStrings["wwFeAdvProperties"] = "Advanced Properties...";
wwStrings["wwSSDefaultDocPageTemplateJsp"] = "Jsp Page Template";
wwStrings["wwCpdPortalTemplates"] = "Folio Templates";
wwStrings["wwSSViewNodeInContext"] = "View Section in Context";
wwStrings["wwMoreResults"] = "More Results";
wwStrings["wwSSArchives"] = "Site Studio Archives";
wwStrings["wwCpdFolioArchiveRevisionFolioContentLabel"] = "Archive revised folio content:";
wwStrings["wwClose"] = "Close";
wwStrings["wwDCTemplateRulesCriteriaTitle"] = "Criteria for selected rule";
wwStrings["wwSSDefaultDocRegionTemplateHcsp"] = "Hcsp Region Template";
wwStrings["wwWizTaskWizardLaunch"] = "Inicializa\u00e7\u00e3o do Assistente de tarefas";
wwStrings["wwCpdSearchOptionsDesc"] = "Select from the options below if you want to filter by document profile.";
wwStrings["wwCmuDocMetaDefSectionDesc"] = "Abschnitt f\u00fcr Contentmetadatendefinitionen";
wwStrings["wwCmuWorkflowTemplateDefSectionDesc"] = "Se\u00e7\u00e3o de modelos do fluxo de trabalho";
wwStrings["wwSSManageSite"] = "Manage Site";
wwStrings["wwFeatureExtensions"] = "Feature Extensions";
wwStrings["wwSctrMainPageSHAdminReports"] = "Admin Reports";
wwStrings["wwDCConfigTitle"] = "Dynamic Converter Configuration";
wwStrings["wwCollectionEnableCollection"] = "Enable Folder";
wwStrings["wwCmuActionHistoryPage"] = "Latest Action";
wwStrings["wwFsFieldDesc_RevisionLabel"] = "Computed revision label";
wwStrings["wwNgSortByProjectName"] = "Classificar por nome de projeto";
wwStrings["wwUnselectAll"] = "Unselect All";
wwStrings["wwLabelSmiConnectionPassword"] = "\u0643\u0644\u0645\u0629 \u0633\u0631 \u0627\u0644\u0627\u062a\u0635\u0627\u0644:";
wwStrings["wwNgFoundNewProjectContentDays"] = "{1} \u00e9l\u00e9ment{1?s} de contenu mis \u00e0 jour trouv\u00e9{1?s} ce{2?s} {2} dernier{2?s} jour{2?s}.";
wwStrings["wwLabelTestQuery"] = "Test Query:";
wwStrings["wwSctrMainPageSHCustomReports"] = "Custom Reports";
wwStrings["wwVerifyExtraFileDelete"] = "\n\u3053\u306e\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u304b\u3089\u5b8c\u5168\u306b\u524a\u9664\u3055\u308c\u307e\u3059\u3002\n\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?\n";
wwStrings["wwSctrMainPageRLUsersSeenContentID"] = "Users who have seen Content";
wwStrings["wwSSDefaultAssetCategoryPlaceholderDefinition"] = "all placeholder definitions used in my site";
wwStrings["wwFoundXItems"] = "Found {1} item{1?s}";
wwStrings["wwShowBufferPoolDetails"] = "Buffer Pool Details";
wwStrings["wwContentExpiringAfter"] = "Content expiring after \u003cbr\u003e{1t}";
wwStrings["wwFSSymLinkMethod"] = "\uc2ec\ubcfc \ub9c1\ud06c";
wwStrings["wwMoveFieldToAddInfo"] = "Move Field to Additional Information";
wwStrings["wwWorkflowContentItems"] = "Workflow Content Items";
wwStrings["wwPneSearchProfiles"] = "Personal Searches";
wwStrings["wwSctrMainPageRLTopDocsByUserType"] = "Top Content Items by User Type";
wwStrings["wwSSSiteStudioDesignerDownloadLabel"] = "Site Studio Designer";
wwStrings["wwCollaborations"] = "Collaboration Projects";
wwStrings["wwSSAdminUpgradeSitesAdvancedPage"] = "Advanced Upgrade Options";
wwStrings["wwNgBriefFolderLabel"] = "\u7b80\u77ed\u6587\u4ef6\u5939\u4fe1\u606f\uff1a";
wwStrings["wwNgSortByProjectID"] = "Trier par ID de projet";
wwStrings["wwSSArchiveDetailLastImport"] = "Last Imported:";
wwStrings["wwCmuWorkflowScriptsDefSection"] = "Script del flusso di lavoro";
wwStrings["wwFePleaseSpecifyField"] = "Please specify a field.";
wwStrings["wwNgSortByMyProject"] = "\u6309\u6211\u7684\u9879\u76ee\u6392\u5e8f";
wwStrings["wwNgChangeProjectLead"] = "Projectleider wijzigen";
wwStrings["wwRefineryMinutesToTransferConversionJobError"] = "Please enter a valid integer between 1 and 100.";
wwStrings["wwAdditionalActions"] = "Additional Actions:";
wwStrings["wwSMTPPort"] = "SMTP Port:";
wwStrings["wwSSAdminUpgradeConfirmCancel"] = "Are you sure you want to cancel the upgrade operation?";
wwStrings["wwEditCollaboration"] = "Edit collaboration project {1q}";
wwStrings["wwClbraDescription"] = "Description";
wwStrings["wwSSContextMenuShowDiff"] = "View Differences";
wwStrings["wwNgProjectActionsAndLinks"] = "Acciones y v\u00ednculos del proyecto";
wwStrings["wwNgAlertsLimitedTo"] = "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e41\u0e2a\u0e14\u0e07 {1} \u0e2d\u0e40\u0e25\u0e34\u0e15\u0e01\u0e32\u0e23\u0e2d\u0e20\u0e34\u0e1b\u0e23\u0e32\u0e22\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14";
wwStrings["wwEnvironmentKeyDetails_hide_removed"] = "Hide";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionWysiwygXml"] = "default.xml";
wwStrings["wwLkState"] = "State";
wwStrings["wwRefresh"] = "Refresh";
wwStrings["wwSSReportForDoc"] = "Web Site Usage Report for \'{1}\'";
wwStrings["wwSSCertClassLabelEditLive"] = "Ephox Certificate (EditLive!)";
wwStrings["wwLkAdminOptions"] = "Options";
wwStrings["wwNgCreated"] = "Cr\u00e9\u00e9 le";
wwStrings["wwCpdIfEmpty"] = "If Empty";
wwStrings["wwShowContentSecurityDetails"] = "Content Security Details";
wwStrings["wwNgNewFolderDiscussion"] = "Nouvelle discussion sur un dossier";
wwStrings["wwFSProviderInfoFor"] = "\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0645\u0648\u0641\u0631 \u0645\u062e\u0632\u0646 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0644\u0640 {1q}";
wwStrings["wwSSDomainName"] = "Web Site Address";
wwStrings["wwMySavedQueries"] = "My Saved Queries";
wwStrings["wwSSContextMenuViewSecondaryPage"] = "View Secondary Page";
wwStrings["wwClickToAdminRestartPage"] = "\u003ca href=javascript:document.AdminRestartForm.submit()\u003eClick here\u003c/a\u003e to go to the page to restart the server";
wwStrings["wwServerMenuLabel"] = "Server Menu Label:";
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["wwActiveClbraWfTable"] = "Table containing a list of active collaboration workflows.";
wwStrings["wwCpdPickFolioType"] = "Pick Folio Type";
wwStrings["wwPgUserID"] = "Gebruikers-id";
wwStrings["wwNgProjectMembers"] = "Membri di progetto";
wwStrings["wwDCTemplateRulesDeleteButt"] = "Delete Rule";
wwStrings["wwCmuLabelShow"] = "Show";
wwStrings["wwQueryResultsTable"] = "Table containing query results (content items)";
wwStrings["wwWfcontribution"] = "contribution";
wwStrings["wwNgOriginalFolderNoLongerInSystem"] = "\u5143\u306e\u30d5\u30a9\u30eb\u30c0\u306f\u73fe\u5728\u30b7\u30b9\u30c6\u30e0\u306b\u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002";
wwStrings["wwCpdRemoveSelectedItems"] = "Remove selected items";
wwStrings["wwLdapSpecifySuffix"] = "Please specify a value for  the LDAP suffix.";
wwStrings["wwLabelWorkflow"] = "Workflow:";
wwStrings["wwSctrMainPageRTAuthorizationFailuresByUser"] = "Authorization%20Failures%20by%20User";
wwStrings["wwContentMgr"] = "Content Manager";
wwStrings["wwNgFolderUnsubscribeDesc"] = "\u8981\u5bf9\u4e8e\u6587\u4ef6\u5939 \u003cstrong\u003e{1q}\u003c/strong\u003e\uff08\u6587\u4ef6\u5939 ID {2}\uff09\u4e2d\u7684\u5185\u5bb9\u505c\u6b62\u63a5\u6536\u7535\u5b50\u90ae\u4ef6\u901a\u77e5\uff0c\u8bf7\u5355\u51fb\u4e0b\u9762\u7684\u201c\u53d6\u6d88\u8ba2\u9605\u201d\u94fe\u63a5\u3002";
wwStrings["wwSortEnabledComponentsByDefault"] = "Sort Enabled Components By Load Order (default)";
wwStrings["wwDCTemplateRulesAlertNewRule"] = "\u8acb\u5148\u8f38\u5165\u65b0\u898f\u5247\u7684\u540d\u7a31\u3002";
wwStrings["wwConfirm"] = "Confirm";
wwStrings["wwLabelArchiveName"] = "Archive Name:";
wwStrings["wwHelperShowLongDescriptionFieldDesc"] = "Automatically show the detailed description for a field along side it.";
wwStrings["wwNumberGreater"] = "Greater Than";
wwStrings["wwCmuContentProfilesSectionDesc"] = "Sezione Profili del contenuto";
wwStrings["wwAdminServerEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the server itself.";
wwStrings["wwRequiredFeaturesEq"] = "Required Features={1}";
wwStrings["wwSubscriptionType"] = "Subscription Type";
wwStrings["wwSSSiteDocumentsReport"] = "Web Site Objects Report";
wwStrings["wwconversionParams/ibr"] = "\u8ffd\u52a0\u5909\u63db\u30d1\u30e9\u30e1\u30fc\u30bf";
wwStrings["wwRegisteredProjects"] = "Registered Publisher Projects";
wwStrings["wwFolderArchiveUpdate"] = "\u8cc7\u6599\u593e\u5c01\u5b58\u6a94 \'{1}\' \u5df2\u66f4\u65b0";
wwStrings["wwEnvironmentKeyOverwrites"] = "Number of overwritten config values: {1i}";
wwStrings["wwStandardMetadata"] = "Standard";
wwStrings["wwSSDefaultDocPrimaryFileElementFormHcsp"] = "default.hcsp";
wwStrings["wwPluginDebug"] = "PLUGIN_DEBUG";
wwStrings["wwCpdNoSearchItems"] = "No search items to display. Click Search to add items to this listing.";
wwStrings["wwCmuDefinedBundles"] = "Available Bundles";
wwStrings["wwNgProjectOptions"] = "Projectopties";
wwStrings["wwIsOverrideFormat"] = "Allow Override Format on Check In";
wwStrings["wwCpdPrompt"] = "Prompt";
wwStrings["wwResultTemplate"] = "Result Template";
wwStrings["wwNgCollaborationProjects"] = "Samenwerkingsprojecten";
wwStrings["wwServerNoPageEncoding"] = "Not Defined";
wwStrings["wwSSCreateWebAssetHeader"] = "Create New Web Asset";
wwStrings["wwFSSlackBytes"] = "\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0628\u0627\u064a\u062a \u0627\u0644\u0628\u0637\u064a\u0626\u0629";
wwStrings["wwFsPartitionName"] = "Partition Name";
wwStrings["wwCollectionPropagate"] = "Propagate";
wwStrings["wwDatabaseDirectory"] = "Database Directory";
wwStrings["wwSpecifyJdbcUser"] = "Please specify user name for this JDBC connection.";
wwStrings["wwTraceSectionsList"] = "Active Sections";
wwStrings["wwLkNoActivity"] = "Ready";
wwStrings["wwNgCollaborationContentItemsInQueue"] = "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\u0e43\u0e19\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e04\u0e34\u0e27";
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["wwSSLOutgoingProviderDesc"] = "Configure an SSL outgoing socket provider.";
wwStrings["wwLabelAuthor"] = "Author:";
wwStrings["wwOutgoingProviderInfoFor"] = "Outgoing Provider Information for {1}";
wwStrings["wwOriginalInfoLabel"] = "Original Content Info";
wwStrings["wwNgCannotCheckoutProjectFolder"] = "U kunt de projectmap niet uitchecken.";
wwStrings["wwCpdTemplateBasedFolio"] = "Template-Based Folio";
wwStrings["wwCollectionLockCollection"] = "Editable";
wwStrings["wwFeActionDeleteRow"] = "Delete row";
wwStrings["wwibrOptionsPageTitleName"] = "Inbound Refinery Conversion Options";
wwStrings["wwCollectionUpdateCollection"] = "Update Folder Information Fields";
wwStrings["wwdType"] = "Type";
wwStrings["wwNoContentProfileLinks"] = "There are no content profile links to edit.";
wwStrings["wwSpTruststorePassword"] = "Truststore password";
wwStrings["wwNotAvailable"] = "\u8a72\u5f53\u306a\u3057";
wwStrings["wwCpdTemplateEnabledLabel"] = "Template Enabled:";
wwStrings["wwAddContentServerClusterNode"] = "Add an Existing Content Server Cluster Node";
wwStrings["wwProjectContents"] = "Project Contents";
wwStrings["wwNoTitle"] = "No Title";
wwStrings["wwAddIncomingProvider"] = "Add Incoming Provider";
wwStrings["wwNgSelectInternalUser"] = "Seleziona utente interno";
wwStrings["wwNgLabelSubstitution"] = "{1k} :";
wwStrings["wwJspServerStartWebApp"] = "Start Web App";
wwStrings["wwSSArchiveTypeImport"] = "Import";
wwStrings["wwPreviewProvider"] = "Preview Provider";
wwStrings["wwNumInstalledFeatures"] = "Number of Installed Features";
wwStrings["wwCpdNoArchiveItemAvailableDesc"] = "There was an error with recovering the item from a previous revision.";
wwStrings["wwSSAdminFragmentsPage"] = "Manage Fragment Libraries";
wwStrings["wwCpdLocateItemInFolio"] = "Locate Item In Folio";
wwStrings["wwViewSubscriptionDoc"] = "View Content";
wwStrings["wwLkTitle"] = "Links";
wwStrings["wwContentAuthorLabel"] = "Author:";
wwStrings["wwFsVaultRenditions"] = "Vault Files";
wwStrings["wwLogin"] = "Login";
wwStrings["wwLastUsedDate"] = "Last Used Date";
wwStrings["wwVersionAndBuildInformation"] = "Version and Build Information";
wwStrings["wwCpdIsEnabled"] = "Enabled";
wwStrings["wwAttachingAssociatedVaultFilesTo"] = "\u5c06\u5173\u8054\u7684 Vault \u6587\u4ef6\u9644\u52a0\u5230 \'{1}\'";
wwStrings["wwCollectionBasicMetaConfigurationNote"] = "Select from the available information fields to be appended to the filename.";
wwStrings["wwCOAOLauncherFailedMsg"] = "Sorry, you are unable to check out this content.";
wwStrings["wwCurrentStatus"] = "Current Status:";
wwStrings["wwNgOnlineMeetingCenter"] = "Centre de conf\u00e9rences en ligne";
wwStrings["wwFeCheckboxDlgTitle"] = "Checkbox Options";
wwStrings["wwDownloading"] = "Downloading...";
wwStrings["wwFeFormAction"] = "Action";
wwStrings["wwLabelAccount"] = "Account:";
wwStrings["wwSSAdminConfiguration"] = "Site Studio Administration";
wwStrings["wwMyContentBasket"] = "\u6211\u7684\u5167\u5bb9\u7f6e\u7269\u7c43";
wwStrings["wwDCConfigDefTemplateTitle"] = "Default GUI Template";
wwStrings["wwFSUpdatePartition"] = "Bijwerken";
wwStrings["wwNgOrAddMemberManually"] = "\u0623\u0648 \u0642\u0645 \u0628\u0643\u062a\u0627\u0628\u0629 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0623\u0639\u0636\u0627\u0621 \u0623\u062f\u0646\u0627\u0647 (\u064a\u062a\u0645 \u0641\u0635\u0644 \u0627\u0644\u0625\u062f\u062e\u0627\u0644\u0627\u062a \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0641\u0627\u0635\u0644\u0627\u062a) \u0648\u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \"\u0625\u0636\u0627\u0641\u0629 \u064a\u062f\u0648\u064a\u064b\u0627\" \u0644\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0645\u062d\u062f\u062f\u064a\u0646 \u0628\u0627\u0644\u0623\u0630\u0648\u0646 \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0648\u0635\u0648\u0644:";
wwStrings["wwLabelCollectionName"] = "Collection:";
wwStrings["wwRenInfoCantDeleteNative"] = "Het oorspronkelijke bestand kan niet worden verwijderd van de pagina met weergave-informatie.";
wwStrings["wwFsFieldDesc_dReleaseState"] = "Release state";
wwStrings["wwSSDefaultDocPrimaryFileGif"] = "default.gif";
wwStrings["wwMore"] = "More";
wwStrings["wwJspServerStopWebApp"] = "Stop Web App";
wwStrings["wwCpdEnforceRestriction"] = "Enforce restriction:";
wwStrings["wwNgResultsOptionsLabel"] = "Op\u00e7\u00f5es dos resultados de pesquisas";
wwStrings["wwCmuIsOverwrite"] = "Overwrite Duplicates";
wwStrings["wwNgSubscribeToThisProject"] = "Abonnement op dit project starten";
wwStrings["wwValue"] = "Value";
wwStrings["wwCmuPredefinedAccountsDefSection"] = "Contas predefinidas";
wwStrings["wwSSSectionRequired"] = "Please select a section.";
wwStrings["wwSpKeystorePassword"] = "Keystore password";
wwStrings["wwNgMembersLinkStatus"] = "\u79fb\u81f3 {1q} \u7528\u6236";
wwStrings["wwSctAdminPageAppletForLabel"] = "Content Tracker pour";
wwStrings["wwEmailFormat"] = "Email Format:";
wwStrings["wwCmuSectionLabel_contentserver"] = "Content Server Sections";
wwStrings["wwNgFolderOwnerLC"] = "\u8cc7\u6599\u593e\u64c1\u6709\u8005";
wwStrings["wwFoldersLocalBuildMount"] = "Built Mount";
wwStrings["wwCpdFolioTemplateCheckinTitle"] = "Folio Template Check In";
wwStrings["wwFsEditRule"] = "Edit rule...";
wwStrings["wwCpdItemCheckinDesc"] = "Use the form below to check the item to populate the folio.";
wwStrings["wwSctrMainPageRTTopDocsByAuthor"] = "Top%20Content%20Items%20by%20Author";
wwStrings["wwSelectedWebviewableToBasket"] = "\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629 - \u0639\u0646\u0635\u0631 \u0642\u0627\u0628\u0644 \u0644\u0644\u0639\u0631\u0636 \u0639\u0644\u0649 \u0627\u0644\u0648\u064a\u0628";
wwStrings["wwResubmit"] = "Resubmit";
wwStrings["wwTraceEditOptionsTitle"] = "Edit Active Console Output Tracing**";
wwStrings["wwGuestHomePage"] = "Guest Home Page";
wwStrings["wwBokmal"] = "Bokmal";
wwStrings["wwSSReportIntro"] = "The following reports list the objects used by the web site \'{1}\'.";
wwStrings["wwSSWebSitesButtonLabel"] = "Web Sites";
wwStrings["wwGeneralContent"] = "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b";
wwStrings["wwHelperOneItemShown"] = "Item {1} of {2}";
wwStrings["wwNgMembersUC"] = "Membres";
wwStrings["wwInstructionsLabel"] = "Instructions:";
wwStrings["wwAdminCancelIndexUpdate"] = "Cancel index update";
wwStrings["wwIntranetAuthenticationLabel"] = "NTLM";
wwStrings["wwNgNoExternalMembersForProject"] = "\u6ca1\u6709\u6b64\u9879\u76ee\u7684\u5916\u90e8\u6210\u5458\u3002";
wwStrings["wwHelperShowLongDescription"] = "Show Detailed Description";
wwStrings["wwSysadminEmailAddr"] = "E-mail Address for Sysadmin:";
wwStrings["wwSctrMainPageRLLoginFailures"] = "Login Failures";
wwStrings["wwCmuSectionLabel_workflows"] = "Workflows";
wwStrings["wwResultsPerPage"] = "Results Per Page";
wwStrings["wwBandwidthLow"] = "Bajo";
wwStrings["wwWIPContentItems"] = "{1} WIP Content Item{1?s}";
wwStrings["wwNgDeleteButton"] = "\u522a\u9664";
wwStrings["wwJavaProperties"] = "Java Properties";
wwStrings["wwBefore"] = "Before";
wwStrings["wwRequiredApprovals"] = "Required Approvals:";
wwStrings["wwNgSendProjectNotifications"] = "\u53d1\u9001\u9879\u76ee\u901a\u77e5";
wwStrings["wwWfRESUBMIT"] = "Resubmit";
wwStrings["wwCOAO_ErrorAppletWillFail"] = "Check Out and Open failed.";
wwStrings["wwDamWidthCaption"] = "\u753b\u50cf\u5e45\uff1a";
wwStrings["wwNtlm"] = "NT Domain Security";
wwStrings["wwCurrentDocTypes"] = "Current Document Types";
wwStrings["wwdConversion/ibr"] = "Conversion";
wwStrings["wwNgContentLimit"] = "{1} elemento{1?s}";
wwStrings["wwCollectionAvailableFields"] = "Available Fields";
wwStrings["wwFeTextFieldType"] = "Type";
wwStrings["wwCmuAdminPage"] = "Configuration Migration Administration Page";
wwStrings["wwListTemplatesNativeColumnText"] = "download";
wwStrings["wwFsAddPartition"] = "Add Partition";
wwStrings["wwFsSymLinkMethod"] = "symlink";
wwStrings["wwStepName"] = "Step Name";
wwStrings["wwFeCustomFormatError"] = "A custom key is in an unexpected format. It should be key=value.";
wwStrings["wwFeTableBorder"] = "Border size";
wwStrings["wwSoapName"] = "Name";
wwStrings["wwContentItemsInWorkflow"] = "Content Items In Workflow \'\u003ci\u003e{1}\u003c/i\u003e\'";
wwStrings["wwNgActiveWorkflows"] = "\u0639\u0645\u0644\u064a\u0627\u062a \u0633\u064a\u0631 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u0646\u0634\u0637\u0629";
wwStrings["wwActiveWorkflows"] = "Active Workflows";
wwStrings["wwNgAvailableMembers"] = "\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48:";
wwStrings["wwSSDefaultDocPrimaryFilePageTemplateJsp"] = "default.jsp";
wwStrings["wwClosedCaptions"] = "Sottotitoli";
wwStrings["wwSelfReg"] = "Self-Registration";
wwStrings["wwContributorProblemReportNotification"] = "Contributor Problem Report Notification";
wwStrings["wwVideoFormatPrefOrder"] = "\u89c6\u9891\u683c\u5f0f\u9996\u9009\u9879\u987a\u5e8f\uff1a";
wwStrings["wwCmuActionHistoryType"] = "Action";
wwStrings["wwSSOnDemandSiteNotLoaded"] = "Not Loaded";
wwStrings["wwCpdViewFolio"] = "View Folio";
wwStrings["wwDebugTrace"] = "Debug Trace";
wwStrings["wwProfilesScripting"] = "Profile Scripting";
wwStrings["wwFsUpgrade"] = "Upgrade";
wwStrings["wwRemoveFromWfInQueue"] = "Remove From Queue";
wwStrings["wwNgNoProjectsDefined"] = "Nessun progetto definito.";
wwStrings["wwCpdSlotCreationDisabled"] = "Item creation disabled.";
wwStrings["wwSctrResultsPageReportName"] = "Report Name:";
wwStrings["wwActiveConnTimeActiveLabel"] = "Active time:";
wwStrings["wwCmuEnableComponents"] = "Enable imported components";
wwStrings["wwFeEditAction"] = "Edit row link";
wwStrings["wwCpdSearchForExistingFoliosDesc"] = "Use this search form to locate the folio you want to put the selected items into. Your search criteria will automatically be filtered to display folios only.";
wwStrings["wwNgSortByProjectLead"] = "Classificar por l\u00edder do projeto";
wwStrings["wwFeTableWidthPct"] = "percent";
wwStrings["wwDCConfigSettings"] = "Configuration Settings";
wwStrings["wwSctrCHUsers"] = "Users";
wwStrings["wwSSNodeLayoutsReport"] = "Page Templates";
wwStrings["wwCollectionSpecifyOwner"] = "Please specify an owner.";
wwStrings["wwNumberLess"] = "Less Than";
wwStrings["wwCgiDebugDesc"] = "Log summary of data and headers sent between the web server filter and the Content Server.";
wwStrings["wwRevisionsTable"] = "Table containing the revisions of this content item.";
wwStrings["wwLabelServerPort"] = "Server Port:";
wwStrings["wwLastUpdate"] = "Last Update";
wwStrings["wwIncorrectInstanceForLicense"] = "\nThis license was created with an\nInstance Name and Host Name different from the values for your\nsite. Please change the configuration values for your server to\nmatch the values above.  Note: The Host Name is set by entering\nthe value for the HTTP Server Address on the Internet tab of the\nSystem Properties utility. Restart the server and reload this\npage. If you cannot make the changes at this time, save the\nlicense information for later.\n";
wwStrings["wwPostGCMemoryFree"] = "Free memory after garbage collection";
wwStrings["wwSSCreateWebAssetLinkAlt"] = "Create New Web Asset";
wwStrings["wwViewRegisteredProducts"] = "View Registered Products";
wwStrings["wwNoKeyframesMsg"] = "\uc774 \ud45c\uc2dc \uc138\ud2b8\uc5d0 \ub300\ud55c \uc2a4\ud1a0\ub9ac\ubcf4\ub4dc \ud0a4\ud504\ub808\uc784\uc774 \uc0dd\uc131\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.";
wwStrings["wwSSPercentageComplete"] = "Percentage Complete:";
wwStrings["wwGroupHide"] = "Hide";
wwStrings["wwPostReplyToLabel"] = "Post Reply to #{1}";
wwStrings["wwSelectedRenditions"] = "Geselecteerde weergaven";
wwStrings["wwUser"] = "User";
wwStrings["wwSctrQueryTTContentTrackerReport"] = "Content Tracker Report";
wwStrings["wwTaminoNoResultsForQuery"] = "No search results for query.";
wwStrings["wwWizHelp"] = "\u0e27\u0e34\u0e18\u0e35\u0e43\u0e0a\u0e49";
wwStrings["wwFeTableRowProps"] = "Table Row";
wwStrings["wwSubsFor"] = "Subscriptions for {1}";
wwStrings["wwCmuSectionDesc_contentprofiles"] = "Content Profiles Section";
wwStrings["wwdFormat"] = "Format";
wwStrings["wwEnvPkgPageDesc"] = "\nCheck the boxes below to select which parts of the environment to be packaged. This will also gather\ninformation about your Java environment and your operating system.\n";
wwStrings["wwTopMenusLayoutLabel"] = "Top Menus";
wwStrings["wwdConvMessage"] = "Message";
wwStrings["wwFsWebRenditions"] = "Web Files";
wwStrings["wwClearLog"] = "Clear Web Server Filter Log";
wwStrings["wwLabelCaption"] = "Caption:";
wwStrings["wwSourceState"] = "Source State:";
wwStrings["wwFeTableAlignNotSet"] = "&lt;Not set&gt;";
wwStrings["wwProductVersionLabel"] = "Product Version:";
wwStrings["wwCmuExportLastExport"] = "Last Export";
wwStrings["wwLabelPassword"] = "Password:";
wwStrings["wwMyProductivityFeeds"] = "My Productivity Feeds";
wwStrings["wwSSDefaultDocTxt"] = "Text Document";
wwStrings["wwFeWrapDesc"] = "\nIdoc Script placed in the text fields below will be inserted immediately before or after\nthe the tag that renders the form element.\n";
wwStrings["wwCpdSubscriptionFolioRemoveMsg"] = "Items have recently been removed from the following folios:";
wwStrings["wwTempConvText3"] = "\u003cstrong\u003eField Value:\u003c/strong\u003e  The content item\'s metadata information that is associated with the selected Field Name\noption.  The text entered in this field must exactly match the content information that was entered when the file was\nchecked in.  This field will also accept a wildcard match.";
wwStrings["wwQuickSearch"] = "Quick Search";
wwStrings["wwCmuExportSectionName"] = "Section Name";
wwStrings["wwLmContentExpiredAfter"] = "Content expired after \u003ci\u003e{1t}\u003c/i\u003e";
wwStrings["wwComponentInstallList"] = "Component Install List";
wwStrings["wwCpdAddFolioTitle"] = "Add Items To Folio";
wwStrings["wwCmuSectionChildren"] = "Child Sections";
wwStrings["wwMetricPrefix12"] = "{1} Tera{2}";
wwStrings["wwNgAdminDeniedLC"] = "\u7ba1\u7406\u54e1\u5b58\u53d6\u6b0a\u906d\u62d2";
wwStrings["wwCTAdminPageAppletForLabelEx"] = "Content Tracker Administration for {1}";
wwStrings["wwReset"] = "Reset";
wwStrings["wwNoAdminTargetedQuickSearches"] = "There are no Targeted Quick Searches defined by admins in this system.";
wwStrings["wwCpdSubsDelete"] = "Items Deleted";
wwStrings["wwSSDefaultAssetCategoryNameElementDefinition"] = "Element Definitions";
wwStrings["wwSearchResultsGroupActionLabel"] = "Query Result Action:";
wwStrings["wwFeAdvCustomLabel"] = "Variables";
wwStrings["wwLongDescription"] = "Detail";
wwStrings["wwNgChooseAWorkflowFromList"] = "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e08\u0e32\u0e01\u0e25\u0e34\u0e2a\u0e15\u0e4c\u0e15\u0e48\u0e2d\u0e44\u0e1b\u0e19\u0e35\u0e49:";
wwStrings["wwOverride"] = "Override";
wwStrings["wwCpdFolioName"] = "Folio {1q}";
wwStrings["wwNgChooseWorkflowMessageTwo"] = "\n\u0e08\u0e33\u0e19\u0e27\u0e19\u0e02\u0e2d\u0e07\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e19\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e27\u0e34\u0e0b\u0e32\u0e23\u0e4c\u0e14\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e43\u0e2b\u0e49\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e34\u0e49\u0e19\u0e08\u0e30\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\n\t\u0e42\u0e14\u0e22\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e01\u0e31\u0e1a\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01 \u0e04\u0e38\u0e13\u0e08\u0e30\u0e16\u0e39\u0e01\u0e40\u0e2a\u0e19\u0e2d\u0e14\u0e49\u0e27\u0e22\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e27\u0e34\u0e0b\u0e32\u0e23\u0e4c\u0e14\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\n\t\u0e41\u0e15\u0e48\u0e25\u0e30\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e43\u0e2b\u0e49\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01\n";
wwStrings["wwBack"] = "Back";
wwStrings["wwAllowRefineryPassthruOnConversionFailure"] = "When a conversion sent to an Inbound Refinery fails, set the conversion to \'Refinery Passthru\'.";
wwStrings["wwIDC_Name"] = "Instance Name";
wwStrings["wwSctrMainPageSHUserAccessReports"] = "User Access Reports";
wwStrings["wwLabelRelativeWebRoot"] = "Relative Web Root:";
wwStrings["wwHelperUseIconLongDescription"] = "Use Icon For Detailed Descriptions";
wwStrings["wwCmuDefineImport"] = "Import bundle";
wwStrings["wwCollectionRemoveCriteria"] = "Remove Criteria";
wwStrings["wwLdapConnectionTimeoutLabel"] = "Connection timeout:";
wwStrings["wwCpdContinueEditingFolio"] = "Continue editing the folio";
wwStrings["wwLogFiles"] = "Log Files";
wwStrings["wwCmuSubscriptionsSectionDesc"] = "Se\u00e7\u00e3o de assinaturas";
wwStrings["wwXuiViewLabel"] = "View:";
wwStrings["wwVersionEq"] = "Version={1}";
wwStrings["wwFsVaultPath"] = "Vault Path";
wwStrings["wwOsFamilyLabel"] = "OS Family:";
wwStrings["wwAllToBasket"] = "\ubc14\uad6c\ub2c8\uc5d0 \ubaa8\ub4e0 \ud56d\ubaa9 \ucd94\uac00";
wwStrings["wwNgSearchThisProject"] = "\uc774 \ud504\ub85c\uc81d\ud2b8 \uac80\uc0c9";
wwStrings["wwSSPopulatexWebsiteSection"] = "Populate the \"Website Section\" Content Information Field";
wwStrings["wwSSNoRegionDefsAvailable"] = "There are no Region Definitions available.";
wwStrings["wwNgEditProject1q"] = "\u7de8\u8f2f {1q}";
wwStrings["wwRefineryProvider"] = "Handles Inbound Refinery Conversion Jobs";
wwStrings["wwBackgroundThreadFinished"] = "The process has completed.";
wwStrings["wwAllowGetCopyAccess"] = "Allow Get Copy with Read Privilege:";
wwStrings["wwWizEnterTextOneLC"] = "\u8f38\u5165\u6587\u5b57\u4e00";
wwStrings["wwSCSpellerPageNotInFrameset"] = "This page was loaded outside of a frameset.  It might not display properly.";
wwStrings["wwAdminServer"] = "Admin Server";
wwStrings["wwSSAdminComponentPage"] = "General Component Information";
wwStrings["wwDownload"] = "Download";
wwStrings["wwFeTableDifferentFromBlock"] = "The field does not belong to the table of the containing repeat block. Do you wish to continue?";
wwStrings["wwLabelFullName"] = "Full Name:";
wwStrings["wwSSDefaultAssetCategoryNameRegionTemplate"] = "Region Templates";
wwStrings["wwWizTextThreeLabel"] = "Testo tre:";
wwStrings["wwDefaultAuthDesc"] = "\nThis value specifies the default authentication method to apply to users who\nhave never visited the Content Server before. The two valid choices are \'NTLM\' and \'Basic\'.\n\'NTLM\' will use the Microsoft Login method to login users while \'Basic\' will\nattempt to log users into the Content Server.\n";
wwStrings["wwArchiverImportFailure"] = "There was a serious error during the import of a document which may\nprevent that document from being properly synchronized in state with the exporting content server.\n";
wwStrings["wwBasicAuthenticationLabel"] = "Basic";
wwStrings["wwSourceContentId"] = "Source Content ID:";
wwStrings["wwAddWebviewableToBasket"] = "Ajouter le fichier affichable sur le Web au panier";
wwStrings["wwCpdSaveChanges"] = "Save changes";
wwStrings["wwRefNextUpdateAt"] = "Next Update at: {1}";
wwStrings["wwLkDocAlias"] = "Target Content ID Label";
wwStrings["wwNgProjectRootsRootMark"] = "Stammmarkierung";
wwStrings["wwImageRenditionSet"] = "Conjunto de interpretaciones de imagen";
wwStrings["wwRefineryNativeFileSizeMaxCompress"] = "Enter the native file compression threshold in MB; when exceeded the file will be transferred uncompressed.";
wwStrings["wwSSArchiveProvider"] = "Proxied Server:";
wwStrings["wwFeConditionDesc"] = "In the text area below add idoc script clauses. These clauses are\nevaluated to determine if the tag is to be rendered.";
wwStrings["wwReleasedDate"] = "Released Date";
wwStrings["wwSelectedCriteriaSubscriptionDesc"] = "\nYou are subscribed to all content items\nwith the following criteria:\n";
wwStrings["wwSSContextMenuCheckedOutBy"] = "Checked out by user {1}";
wwStrings["wwNoResultsForQuery"] = "Found no items out of {1} searched matching the query.";
wwStrings["wwNgMyPersonalFolder"] = "\u0627\u0644\u0645\u062c\u0644\u062f \u0627\u0644\u0634\u062e\u0635\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u064a ({1})";
wwStrings["wwContentBasketIsEmpty"] = "\u60a8\u7684 [\u5167\u5bb9\u7f6e\u7269\u7c43] \u662f\u7a7a\u7684";
wwStrings["wwNgReadDeniedLC"] = "\uc77d\uae30 \uad8c\ud55c \uac70\ubd80";
wwStrings["wwCollectionCreateNew"] = "New Folder";
wwStrings["wwTdReplyToThis"] = "\uc5ec\uae30\uc5d0 \ud68c\uc2e0";
wwStrings["wwListTemplateConfirmHideAdvancedDescriptionEditor"] = "Are you sure you want to go back to the basic form? Any changes you may have made in the advanced form will be lost.";
wwStrings["wwLdapAttribute"] = "LDAP Attribute";
wwStrings["wwBeginQuote"] = "\'";
wwStrings["wwCpdTemplateNameLabel"] = "Template Name:";
wwStrings["wwNgConfigureWorkflowWizard"] = "Workflow-wizard configureren";
wwStrings["wwLabelJdbcDriver"] = "JDBC Driver:";
wwStrings["wwCollectionInheritFromParent"] = "Inherit Information From Parent";
wwStrings["wwCpdExistingFolio"] = "Existing folio";
wwStrings["wwCollaborationProjects"] = "Collaboration Projects";
wwStrings["wwDpLabelTag"] = "Profile";
wwStrings["wwWebResourcesLayouts"] = "Layout and Skin Web Resources";
wwStrings["wwPromptSetupTrashBinSettings"] = "Gostaria de definir as configura\u00e7\u00f5es opcionais de lixeira?  Consulte a documenta\u00e7\u00e3o para obter informa\u00e7\u00f5es adicionais.";
wwStrings["wwAdvancedSearch"] = "Advanced...";
wwStrings["wwNumberLessEqual"] = "Less or Equal";
wwStrings["wwMoreEllipses"] = "more...";
wwStrings["wwSSLIncomingProviderDesc"] = "Configure an SSL incoming socket provider.";
wwStrings["wwNgManageProjects"] = "\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0627\u062a";
wwStrings["wwIsInWorkflow"] = "Is In Workflow";
wwStrings["wwSmiAdminPasswordNotSameAsPasswordConfirm"] = "Il campo della password e il campo di conferma della password devono contenere valori identici.";
wwStrings["wwSSSCContext"] = "Context:";
wwStrings["wwSctrCHRows_Ret"] = "Rows Returned";
wwStrings["wwMinServerCompatibilityVersionEq"] = "Minimum Server Compatibility Build={1}";
wwStrings["wwPortalSystemLinks"] = "Portal System Links";
wwStrings["wwSSDefaultAssetCategoryNameScript"] = "Scripts";
wwStrings["wwSSSiteAddresses"] = "Web Site Addresses";
wwStrings["wwSSLayoutUsingDocName"] = "Page Templates Using Fragment Library";
wwStrings["wwShowSearchTips"] = "Show Search Tips";
wwStrings["wwVaultFileSize"] = "Vault File Size";
wwStrings["wwNgIsInMyProjects"] = "Est\u00e1 en mis proyectos";
wwStrings["wwPostNewLabel"] = "Post Comment";
wwStrings["wwSecurityGroup"] = "Security Group";
wwStrings["wwMiddleParents"] = "Middle Parents:";
wwStrings["wwFromInteger"] = "From";
wwStrings["wwCpdContentListingTitle"] = "Content Listing";
wwStrings["wwSctrQueryTRTTopDocsByApplType"] = "Top Content Items by Application Type";
wwStrings["wwUninstallComponent"] = "Uninstall Component";
wwStrings["wwFSPartitionRoot"] = "\u5206\u5272\u5340\u6839\u76ee\u9304";
wwStrings["wwSctrQueryTRTUsersWhoHaveSeenDocsByAuthor"] = "Users Who Have Seen Content Items by Author";
wwStrings["wwNgEmail"] = "Adresse \u00e9lectronique";
wwStrings["wwCmuSectionLabel_workflowtokens"] = "Workflow Tokens";
wwStrings["wwSSDefaultAssetCategoryConversionsDefinition"] = "all conversions definitions used in my site";
wwStrings["wwCollectionHierarchyCollectionSpecificationNote"] = "Specify the name of the virtual folder and information fields values.";
wwStrings["wwNgPleaseProvideASubject"] = "\u8bf7\u63d0\u4f9b\u4e3b\u9898\u3002";
wwStrings["wwLinkToMoreResults"] = "Link To More Results";
wwStrings["wwSortComponentsByName"] = "sort these components by name";
wwStrings["wwNgDescription"] = "\u0627\u0644\u0648\u0635\u0641";
wwStrings["wwFeProfileCheckinList"] = "Profile Check In";
wwStrings["wwNgProjectTemplates"] = "\u0e40\u0e17\u0e21\u0e40\u0e1e\u0e25\u0e17\u0e02\u0e2d\u0e07\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04";
wwStrings["wwSSStoppedSitesOption"] = "Stopped Web Sites ==============";
wwStrings["wwSSDefaultDocSubTemplateHcsp"] = "Hcsp Subtemplate";
wwStrings["wwLicenseSupportHotline"] = "\nNote: For license support call the\nSupport Hotline at 888.688.8324 or\n952.903.2020\n";
wwStrings["wwAddCollaboration"] = "Add collaboration project";
wwStrings["wwContentServerMessage"] = "Content Server Message";
wwStrings["wwSSBlankTargetCollectionName"] = "The transfer target collection must be specified.";
wwStrings["wwNoExpiringRevisions"] = "No expiring revisions found.";
wwStrings["wwErrTrace"] = "Error Trace";
wwStrings["wwCmuAdminUpload"] = "Upload Configuration Bundle";
wwStrings["wwCustomFieldsOptionGroup"] = "Custom";
wwStrings["wwCmuSectionLabel_contentprofilerules"] = "Content Profile Rules";
wwStrings["wwConfigPageServerVersioningExplanation"] = "Note: The Minimum Server Compatibility Build and the Remove After Build attributes of the components refer to internal build numbers of the Content Server.  They do not refer to the version number printed on Content Server CDs and documentation.  For example, the current version of this Content Server is {1} while the internal build number is {2}.";
wwStrings["wwSSNoSiteLimit"] = "\u003c\u003c\u003c No Web Site Limit \u003e\u003e\u003e";
wwStrings["wwFsRule_default"] = "default storage";
wwStrings["wwCmuSectionDesc_predefinedaccounts"] = "Predefined Accounts Section";
wwStrings["wwCTAdminPageAppletForLabel"] = "Content Tracker Administration for";
wwStrings["wwXuiPopupEmailBody"] = "";
wwStrings["wwSSDefaultDocPlaceholderDefinitionXml"] = "Placeholder Definition";
wwStrings["wwCheckedOutConByUser"] = "Content Checked Out By User";
wwStrings["wwCheckOut"] = "Check Out";
wwStrings["wwClickToEnableComponents"] = "\u003ca href=javascript:document.ComponentEnableForm.submit()\u003eClick here\u003c/a\u003e to enable the component and go to the page to restart the server";
wwStrings["wwDocSrcInfo"] = "Document Source Information";
wwStrings["wwFsRuleEditFor"] = "Storage Rule {1q}";
wwStrings["wwUnsubscribeFromItem"] = "Unsubscribe from Content Item";
wwStrings["wwNgFolderDescription"] = "Beschreibung f\u00fcr virtuellen Ordner";
wwStrings["wwSpecifyProviderDesc"] = "Please specify a value for \'Provider Description\'.";
wwStrings["wwNetworkAdminGroupDesc"] = "\nBy default, the Content Server maps the Domain\nAdmins NT group in the default master domain to the role admin. By\nsetting this value, a different NT group can be mapped to the admin role.\n";
wwStrings["wwAdsUserNameDesc"] = "\nThis is the name of the user the Active Directory calls should be made as.\nThis user must have rights to read from the Active Directory.  The name should\nbe in the form [domain]\\[userName].  Specifying the username and password\nshould be unnecessary if the server machine the web server is running on has\nread privileges to Active Directory.\n";
wwStrings["wwNgDiscussionLinkStatus"] = "Zu Diskussionen f\u00fcr \'{1q}\' wechseln";
wwStrings["wwNgChooseFolder"] = "Scegli cartella";
wwStrings["wwSSDefinitionDeleteMenuItem"] = "Delete definition bundle archive";
wwStrings["wwHideAdvancedOptionsQueryBuilder"] = "hide advanced options";
wwStrings["wwImage"] = "Image";
wwStrings["wwWfStarted"] = "Workflow {1q} has been started.";
wwStrings["wwSSUsageLayout"] = "Page Template";
wwStrings["wwCheckedOutContentTable"] = "Table with a list of content items that are checked out.";
wwStrings["wwLinkToPreviousResults"] = "Link To Previous Results";
wwStrings["wwDeletePartition"] = "Delete";
wwStrings["wwVerifyServerRemoval"] = "Are you certain you wish to remove this server from the Admin Server?";
wwStrings["wwrefSystemAuditInformation/ibr"] = "\u7cfb\u7edf\u5ba1\u8ba1\u4fe1\u606f";
wwStrings["wwCmuDefinedExports"] = "Export Templates";
wwStrings["wwCpdSaveItemOrder"] = "Save Content Basket ordering";
wwStrings["wwCmuDocFormatsSectionDesc"] = "Sectie voor contentindelingen";
wwStrings["wwEnableAccounts"] = "Enable Accounts:";
wwStrings["wwDeleteQueryBuilderRow"] = "Delete Query Builder Row";
wwStrings["wwNetworkAdminGroup"] = "Network Admin Group";
wwStrings["wwCollectionAdminInheritConfiguration"] = "Information Field Inherit Configuration";
wwStrings["wwProviders"] = "Providers";
wwStrings["wwShowDefaultQuery"] = "Show Default Query";
wwStrings["wwLocalCopyNotSynced"] = "\nThe local copy of this content item has not been\nupdated to the latest revision.  Use \u003ci\u003eGet Native File\u003c/i\u003e or\n\u003ci\u003eCheck Out\u003c/i\u003e to update your local copy of \u003ci\u003e{1}\u003c/i\u003e.\n";
wwStrings["wwTabbedTable"] = "Table with tabs.";
wwStrings["wwNoProblemReportsForCriteria"] = "There are no problem reports matching the criteria.";
wwStrings["wwVerifyLicenseInfo"] = "\nVerify the license information shown in the\nfields below. Click the update button when you are finished.\n";
wwStrings["wwCmuContinueOnError"] = "Continue On Error";
wwStrings["wwCpdCannotRemoveRootNode"] = "Cannot remove root node.";
wwStrings["wwKeepaliveOutgoingProviderDesc"] = "Configure a keepalive outgoing socket provider.";
wwStrings["wwSctrMainPageRTUsersSeenSecurityGroup"] = "Users%20Who%20Have%20Seen%20Content%20Items%20in%20Security%20Group";
wwStrings["wwSSdDocName"] = "Content ID";
wwStrings["wwAttachAllUrlWeb"] = "URL - Web [Attach All]";
wwStrings["wwAdminTasksLabel"] = "Administrator Tasks:";
wwStrings["wwPublisher"] = "Publisher";
wwStrings["wwAddDatabaseProvider"] = "Add Database Provider";
wwStrings["wwClear"] = "Clear";
wwStrings["wwHelp"] = "Help";
wwStrings["wwCmuImportOnly"] = "Import Only";
wwStrings["wwAssociatedFile"] = "Archivo asociado";
wwStrings["wwibrPreConversionOptions"] = "Pre-Conversion Options";
wwStrings["wwCpdMaxLinkCountReached"] = "Max item count reached.";
wwStrings["wwNgNoFolder"] = "\ud3f4\ub354 \uc5c6\uc74c";
wwStrings["wwSSSCSuggestions"] = "Suggestions:";
wwStrings["wwCollectionWebviewable"] = "Webviewable";
wwStrings["wwXuiItemsShown"] = "Items {1}-{2} of {3}";
wwStrings["wwFeFieldMissing"] = "Please specify a field name.";
wwStrings["wwTitleEnabledComponents"] = "Enabled Components:";
wwStrings["wwOpmlDefinitionForAllFeeds"] = "OPML Definition for all feeds.";
wwStrings["wwWizEnterTextThreeLC"] = "Digitar o texto tr\u00eas";
wwStrings["wwTopParent"] = "Top Parent:";
wwStrings["wwCmuBuildComponents"] = "Build Components";
wwStrings["wwFolderArchiveAdd"] = "Se ha agregado el archivo de carpetas \'{1}\'.";
wwStrings["wwCpdCloneItem"] = "Clone item:";
wwStrings["wwNgExternalUserDefaultPermissions"] = "\u0627\u0644\u0623\u0630\u0648\u0646 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629 \u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629 \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645";
wwStrings["wwJspServerProviderInfo"] = "JSP Provider Info for";
wwStrings["wwSctrCHLast_Rev_Date"] = "Last Rev Date";
wwStrings["wwCmuBundleName"] = "Name";
wwStrings["wwCpdTemplateTitle"] = "Title";
wwStrings["wwFeTableProps"] = "Table";
wwStrings["wwCmuDocFormatsSection"] = "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32";
wwStrings["wwConnectionClass"] = "Connection Class";
wwStrings["wwCouldNotLoadNativeVersion"] = "\u003cem\u003eunknown\u003c/em\u003e";
wwStrings["wwSpecialIntegrations"] = "Special Integrations";
wwStrings["wwLabelReleaseDate"] = "Release Date:";
wwStrings["wwMoveUp"] = "Move Up";
wwStrings["wwAdsAuthMethod"] = "Authorization Method";
wwStrings["wwWfReviewInfoMsg"] = "Use the links below to see more info about this item, or the status of the workflow.";
wwStrings["wwCpdLinkBrokenPrompt"] = "Item content is missing.  Attempt to repair with previously archived version?";
wwStrings["wwExpandTimeLine"] = "\u6269\u5c55\u65f6\u95f4\u8868";
wwStrings["wwSSPlaceholderDefinitionsReport"] = "Placeholder Definitions";
wwStrings["wwCmuActionLabelEdit"] = "Edit";
wwStrings["wwDBActiveConnection"] = "Active Database Connections";
wwStrings["wwViewLocalizationAudit"] = "Localization Auditing";
wwStrings["wwFeAdvPropsDesc2"] = "Define attributes of the form element. Enable advanced functionality to provide data binding and additional server-side processing options.";
wwStrings["wwNotifyTargetDesc"] = "\nUse this option if you are the proxied server in a master and proxied server relationship. The \u003ci\u003eUsers\u003c/i\u003e subject\ngives the master server\'s web server access to the security configuration of this server and guarantees that its copy is kept up to date.\nIt should be checked if you wish static content on the proxied server to be directly available through the master server\'s web server.\nThe \u003ci\u003eReleased Documents\u003c/i\u003e subject should be checked if you wish to perform an enterprise search from the master server which\nincludes this proxied server.\n";
wwStrings["wwCreateThumbnailViewSearchResultTemplate"] = "Create Thumbnail View Search Result Template";
wwStrings["wwNgInformation"] = "Informationen";
wwStrings["wwSSDefaultAssetCategoryDataFile"] = "all XML contribution region files used in my site";
wwStrings["wwManualRegistration"] = "Manual Registration";
wwStrings["wwInstanceDirectory"] = "Instance Directory";
wwStrings["wwCmuContentServerSectionDesc"] = "\u0e2a\u0e48\u0e27\u0e19\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e40\u0e0b\u0e34\u0e23\u0e4c\u0e1f\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32";
wwStrings["wwClbraCreatedBy"] = "Created By";
wwStrings["wwHelperSkipConfirm"] = "Skip Confirmation Pages";
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["wwChoice"] = "Select List Validated";
wwStrings["wwCmuConfirmUnsavedExit"] = "All changes will be lost. Continue?";
wwStrings["wwSelectContentServer"] = "Select the Content Server";
wwStrings["wwDCConfigRenditionText"] = "The rendition of a content item to be converted.";
wwStrings["wwNgNeedTaskWizardMessage"] = "\u0e04\u0e38\u0e13\u0e2a\u0e21\u0e1a\u0e31\u0e15\u0e34\u0e19\u0e35\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c\u0e27\u0e34\u0e0b\u0e32\u0e23\u0e4c\u0e3a\u0e14\u0e07\u0e32\u0e19";
wwStrings["wwSSMissingDomainErr"] = "A web site address must be specified.";
wwStrings["wwFeTraceSection"] = "Form Editor";
wwStrings["wwDigestFor"] = "SHA1 Digest for {1}";
wwStrings["wwEntHome"] = "Enterprise Home";
wwStrings["wwFeBlockTabLabel"] = "Type";
wwStrings["wwTurkish"] = "Turkish";
wwStrings["wwNgNoMembersForFolder"] = "\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u306e\u30e1\u30f3\u30d0\u30fc\u306f\u3044\u307e\u305b\u3093\u3002";
wwStrings["wwCpdCannotRemove"] = "Cannot remove.";
wwStrings["wwDamHeightCaption"] = "H\u00f6he:";
wwStrings["wwThumbnail"] = "\uc791\uac8c \ubcf4\uae30";
wwStrings["wwMinorRevLabel"] = "Minor Revision Label Sequence:";
wwStrings["wwServerComponents"] = "Server Components";
wwStrings["wwSpecifySecGroup"] = "Please specify a security group.";
wwStrings["wwCriteriaSubscriptionDesc"] = "Items with the following criteria:";
wwStrings["wwLabelAttachAll"] = "Attach All:";
wwStrings["wwSSNoRegionDefsForSite"] = "There are no Region Definitions associated with the selected web site.";
wwStrings["wwAuditMessage"] = "Audit Messages";
wwStrings["wwGeneralInfo"] = "General Information";
wwStrings["wwGcTime"] = "Time for garbage collection";
wwStrings["wwCpdLinkType"] = "Type";
wwStrings["wwAdsUserName"] = "User Name";
wwStrings["wwRequiresRestart"] = "Requires Restart";
wwStrings["wwFSReset"] = "\u30ea\u30bb\u30c3\u30c8";
wwStrings["wwFeInvalidName"] = "The element name is invalid.";
wwStrings["wwSSDefaultDocPrimaryFileElementDefinitionStaticListXml"] = "default.xml";
wwStrings["wwCTAdminPageAppletLabel"] = "Data Engine Control Center";
wwStrings["wwSSArchiveOpRestore"] = "Restore";
wwStrings["wwClassesDir"] = "Classes Directory";
wwStrings["wwLkSearchResults"] = "Search Results";
wwStrings["wwRegisterUser"] = "Register User";
wwStrings["wwCpdNoBasketsAvailable"] = "No Content Baskets available";
wwStrings["wwSSEditArchiveButton"] = "Update";
wwStrings["wwContentManagerLinks"] = "Content Manager Links";
wwStrings["wwSctrQueryTRTDocsNotAccessed"] = "Content Items Not Accessed";
wwStrings["wwSSAdminUpgradePreviewPage"] = "Upgrade Content Items";
wwStrings["wwCpdMakeActiveBasket"] = "Make active";
wwStrings["wwNgChangeProjectMembers"] = "\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 \u30e1\u30f3\u30d0\u30fc\u306e\u5909\u66f4";
wwStrings["wwLicenseSignature"] = "License Signature";
wwStrings["wwCpdAuthorLabel"] = "Author:";
wwStrings["wwConfirmPassword"] = "Confirm Password";
wwStrings["wwUnsubscribe"] = "Unsubscribe";
wwStrings["wwSSWebAssetLabel"] = "Web Asset:";
wwStrings["wwUpdateCheckin"] = "Update with Check In";
wwStrings["wwSocketServerAddress"] = "Server socket address";
wwStrings["wwDeutsch"] = "Deutsch";
wwStrings["wwCollectionFilename"] = "Filename";
wwStrings["wwActions"] = "Actions";
wwStrings["wwSctrQueryTRTTopDocsAccessedByPeopleOfType"] = "\u7531\u4ee5\u4e0b\u7c7b\u578b\u7684\u4eba\u5458\u8bbf\u95ee\u7684\u6700\u5e38\u8bbf\u95ee\u7684\u6587\u6863";
wwStrings["wwPreviewNavigation"] = "Preview";
wwStrings["wwNgProjectMembersText"] = "placez ici le texte de la page concernant les membres du projet";
wwStrings["wwSSDefaultAssetCategoryNameConversionsDefinition"] = "Conversions Definitions";
wwStrings["wwEnds"] = "Ends";
wwStrings["wwFeTextFieldName"] = "Name";
wwStrings["wwTestEmailFormCcRecipients"] = "Cc:";
wwStrings["wwFeXmlFieldLabel"] = "Field Name";
wwStrings["wwFSPartitions"] = "\u30d1\u30fc\u30c6\u30a3\u30b7\u30e7\u30f3";
wwStrings["wwSpecifyInstanceName"] = "Please specify a value for the instance name.";
wwStrings["wwFeRadioButtonDlgTitle"] = "Radio Button Options";
wwStrings["wwProblemReportInformation"] = "Problem Report Information";
wwStrings["wwLdapIsPrimaryUserBase"] = "Primary User Base";
wwStrings["wwTaminoNoResultsForNamedQuery"] = "No search results for query {1}.";
wwStrings["wwActiveIndex"] = "Active Index";
wwStrings["wwFormCheckoutMsg"] = "\nYou have checked out a form. To check in the\nform, click on the link below, make your changes, and press\nthe Submit button.\n";
wwStrings["wwRenditionsLabel"] = "Renditions:";
wwStrings["wwClbraViewDocs"] = "View Content";
wwStrings["wwNgUpdatedContentForProject"] = "\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a {1q} ({2})";
wwStrings["wwTempConvText4"] = "\u003cstrong\u003eTemplate Content ID:\u003c/strong\u003e The template metadata information.  The text entered in this field must exactly\nmatch the information that was entered in the Content ID field on the Content Check In Form.";
wwStrings["wwEOQueryConverter"] = "Query Converter";
wwStrings["wwPrjUnregisterAll"] = "Unregister All";
wwStrings["wwLdapUserProviderDesc"] = "Configuring an LDAP user provider.";
wwStrings["wwSSBackupServerConfigDetailsPageTitle"] = "Server Configuration Details";
wwStrings["wwSSSCFinished"] = "Spelling check complete";
wwStrings["wwSSMissingSiteErr"] = "Please choose a web site.";
wwStrings["wwCpdLinkLabel"] = "Label:";
wwStrings["wwLabelDatabaseName"] = "Database Name:";
wwStrings["wwAdministration"] = "Administration";
wwStrings["wwLkOriginalUrl"] = "Original URL";
wwStrings["wwIdcLanguage"] = "Language";
wwStrings["wwWeb"] = "Web";
wwStrings["wwSSLayoutFragmentLibsDetail"] = "Lists fragment libraries used by the page templates of the web site";
wwStrings["wwCmuSectionLabel_emtpysection"] = "";
wwStrings["wwNoRevsCheckedOut"] = "There are no revisions checked out.";
wwStrings["wwDCEditTemplates"] = "Edit Templates";
wwStrings["wwWorkflowAdmin"] = "Workflow Admin";
wwStrings["wwSSWebsiteDocsDetail"] = "Lists documents declared to belong to the web site";
wwStrings["wwEnvironmentKeyDetails_show_replaced"] = "Show";
wwStrings["wwDatabaseNumReadActions"] = "Number of Read Actions: {1}";
wwStrings["wwRenditionSet"] = "\u0645\u062c\u0645\u0648\u0639\u0629 \u0627\u0644\u062a\u0646\u0633\u064a\u0642\u0627\u062a";
wwStrings["wwSSCreateWebAssetLinkTitle"] = "Create New Web Asset";
wwStrings["wwFeRowProperties"] = "Row Properties";
wwStrings["wwAccountFilter"] = "Account Filter:";
wwStrings["wwSSSCChangeButton"] = "Change";
wwStrings["wwLabelType"] = "Type:";
wwStrings["wwSSContributorConsoleDisable"] = "(Disable)";
wwStrings["wwDefaultValNotInList"] = "The default value is not in the option list. The default value cannot be deleted.";
wwStrings["wwSpecifyNumberForResults"] = "Please enter a number for results per page.";
wwStrings["wwSSAdminMigrationEditImportArchivePage"] = "Edit Import Archive";
wwStrings["wwConversionError"] = "Conversion Error:";
wwStrings["wwCpdEditSubsFolioAddDesc"] = "This will notify when anything is added to this folio.";
wwStrings["wwGoto"] = "Go To...";
wwStrings["wwRepositoryManager"] = "Repository Manager";
wwStrings["wwOptionList"] = "Option List";
wwStrings["wwProductHome"] = "{1} Home";
wwStrings["wwMap"] = "Map";
wwStrings["wwArchiverImportRevisionBeingImported"] = "Revision Being Imported";
wwStrings["wwHttpServerAddress"] = "HTTP Server Address";
wwStrings["wwMetricSymbol-1"] = "{1} d{2}";
wwStrings["wwMyCheckedOutContent"] = "My Checked-Out Content";
wwStrings["wwEtcDir"] = "Unix \'etc\' Log Directory";
wwStrings["wwEmailLinksToAll"] = "\ubaa8\ub4e0 \ud56d\ubaa9\uc5d0 \uc804\uc790\uc6b0\ud3b8 \ub9c1\ud06c";
wwStrings["wwLmDefaultSkin"] = "Classic";
wwStrings["wwCpdInsertHypertextTitle"] = "Insert Hypertext";
wwStrings["wwPgAddUser"] = "\u0625\u0636\u0627\u0641\u0629 \u0645\u062c\u0644\u062f \u0634\u062e\u0635\u064a";
wwStrings["wwSSDICApproveDataFile"] = "Approve Content Item";
wwStrings["wwDCTemplateRulesNewLabel"] = "New rule name:";
wwStrings["wwFeResultSetName"] = "Bind to table";
wwStrings["wwNumEnabledComponents"] = "Number of Enabled Components";
wwStrings["wwNoProfilesAvailable"] = "No Profiles Currently Available";
wwStrings["wwNgToken"] = "Token:";
wwStrings["wwMetadataOnly"] = "Metadata Only";
wwStrings["wwDatabaseVersionLabel"] = "Database Version:";
wwStrings["wwdOptionListType"] = "Option List Type";
wwStrings["wwDutch"] = "Dutch";
wwStrings["wwCmuWorkflowTokenDefSection"] = "\u0e42\u0e17\u0e40\u0e04\u0e47\u0e19\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c";
wwStrings["wwSSShowServerDetailsButton"] = "Show Server Details";
wwStrings["wwHelpDesc"] = "Gives you access to the online documentation for {1}";
wwStrings["wwIbrProviders"] = "There {1?are:is} {1i} IBR Provider{1?s}";
wwStrings["wwConfirmation"] = "Confirmation";
wwStrings["wwCollectionCollectionMeta"] = "Metadata";
wwStrings["wwDescriptionHeader"] = "Description for \'{1}\'";
wwStrings["wwbytesShort"] = "b";
wwStrings["wwCmuSectionLabel_admintargetedquicksearches"] = "Targeted Quick Searches";
wwStrings["wwSubscriptionTable"] = "Table containing a list of subscriptions";
wwStrings["wwXuiDefaultTemplate"] = "Classic View";
wwStrings["wwDisableGzipCompressionDesc"] = "By default, the content server compresses the HTML response pages for performance reasons. You may wish to disable it if  CGI_RECEIVE_DUMP or CGI_DEBUG is enabled.";
wwStrings["wwViewSubscriptionInfo"] = "View Info";
wwStrings["wwCpdCopyItem"] = "Copy";
wwStrings["wwIndexPageDesc"] = "\nThis is a sample page.  The Page Name must remain index.\nThe Page Properties for this index page should be customized.\n";
wwStrings["wwFeConditionClauseTitle"] = "Condition Clause";
wwStrings["wwCollectionUnselectAll"] = "Unselect All";
wwStrings["wwUpload"] = "Upload";
wwStrings["wwCollectionInfoTitle"] = "Folder Information";
wwStrings["wwClickLinkToLogin"] = "Click the link below to log in.";
wwStrings["wwTruncatedResults"] = "The results have been truncated.";
wwStrings["wwXuiId"] = "ID";
wwStrings["wwCpdNothingSelected"] = "Nothing selected.";
wwStrings["wwdCreateDate"] = "Create Date";
wwStrings["wwListTemplateCannotContainSpaces"] = "The ID may not contain spaces.";
wwStrings["wwSpWantClientAuth"] = "Request Client Authentication";
wwStrings["wwSSBackupArchiveInfoPageTitle"] = "Archive Information";
wwStrings["wwSoapResponseParameters"] = "Response Parameters";
wwStrings["wwCmuCustomActionName"] = "Use Custom Output Bundle Filename";
wwStrings["wwAdminActions"] = "Actions:";
wwStrings["wwFeHiddenValue"] = "Value";
wwStrings["wwCommentOnRevision"] = "(comment on revision \u003ca href=\"{1}?IdcService=DOC_INFO&dDocName={4}&dID={2}\"\u003e{3}\u003c/a\u003e)";
wwStrings["wwSpecifyAuthor"] = "Please specify an author.";
wwStrings["wwArchiverImportMovedToExceptionArchive"] = "The Document Has Been Copied To An Exceptions Archive";
wwStrings["wwNgDeleteProjectConfirmationMessage"] = "\n\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e19\u0e35\u0e49\n\u0e01\u0e32\u0e23\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e19\u0e35\u0e49\u0e08\u0e30\u0e25\u0e1a\u0e23\u0e38\u0e48\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e02\u0e2d\u0e07\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e19\u0e35\u0e49 \u0e23\u0e27\u0e21\u0e16\u0e36\u0e07\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e22\u0e48\u0e2d\u0e22\u0e15\u0e48\u0e32\u0e07\u0e46\n";
wwStrings["wwCollectionSpecifyName"] = "Please specify name of folder.";
wwStrings["wwRssResultsForSiteSection"] = "{1} - {2}";
wwStrings["wwSpecifyRevision"] = "Please specify a revision label.";
wwStrings["wwCmuSchemaViewDefSection"] = "Visualizzazioni schema";
wwStrings["wwWizEnterTextTwo"] = "Introducir texto dos";
wwStrings["wwPersonalConfiguration"] = "Personal Configuration";
wwStrings["wwSSUniqueNodeCounter"] = "Unique Section Counter Value:";
wwStrings["wwSeverity"] = "Severity";
wwStrings["wwSSDownloadArchiveButton"] = "Download ZIP";
wwStrings["wwUserName"] = "User Name";
wwStrings["wwCmuSectionLabel_usermetadef"] = "User Metadata";
wwStrings["wwSchemaNotStableWarning_update"] = "Choice lists are not fully loaded.  Continue update?";
wwStrings["wwMetricSymbol-24"] = "{1} y{2}";
wwStrings["wwNgNoMembersForContentItem"] = "\u6ca1\u6709\u6b64\u5185\u5bb9\u9879\u7684\u6210\u5458\u3002";
wwStrings["wwEmptyBasket"] = "\u7a7a\u7bee\u7b50";
wwStrings["wwLastRequestDate"] = "Last Request Date:";
wwStrings["wwMove"] = "Move";
wwStrings["wwGetNativeFile"] = "Get Native File";
wwStrings["wwNoResultsForQueryPlain"] = "Found no items matching the query.";
wwStrings["wwBytesLong"] = "Bytes";
wwStrings["wwNgConfigureAnnouncementsMessage"] = "\u8868\u793a\u3059\u308b\u30a2\u30ca\u30a6\u30f3\u30b9\u30e1\u30f3\u30c8\u306e\u6570\u3092\u5224\u5225\u3059\u308b\u305f\u3081\u306e\u65b9\u6cd5\u3092\u9078\u629e\u3057\u307e\u3059:";
wwStrings["wwDatabaseTypeLabel"] = "Database Type";
wwStrings["wwNgInternalUsersAndGroups"] = "\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0648\u0646 \u0648\u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u0629";
wwStrings["wwCachedCheckinItemsTable"] = "Table containing cached checked-in items list";
wwStrings["wwSSAdminMigrationPage"] = "Manage Site Replication";
wwStrings["wwHeaderProductName"] = "Content Server";
wwStrings["wwSSDefaultAssetCategoryCustomConfigurationScript"] = "all custom configuration scripts used in my site";
wwStrings["wwSSPagePrimary"] = "primary";
wwStrings["wwUsersDataDesc"] = "Users Data Section";
wwStrings["wwKeyframeSegLength"] = "Maximumaantal weergegeven referentieframes:";
wwStrings["wwSSBackupConfirmRestore"] = "Are you sure you want to restore the contents of this archive?";
wwStrings["wwFsWebUrlPath"] = "Web URL Path";
wwStrings["wwNgWriteDeniedLC"] = "\u5beb\u5165\u5b58\u53d6\u6b0a\u906d\u62d2";
wwStrings["wwdBindingName"] = "Name";
wwStrings["wwComments"] = "Comments";
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["wwLdapSourcePathLabel"] = "Source Path:";
wwStrings["wwWorkflowNotification"] = "Workflow Notification";
wwStrings["wwSSArchiveTransferArchive"] = "Transfer to Archive:";
wwStrings["wwAdvancedOptions"] = "Advanced Options";
wwStrings["wwDatabaseType"] = "Database Type";
wwStrings["wwWizTextThreeText"] = "\u003cp\u003eSelecteer een waarde uit de lijst en klik op Volgende om door te gaan.\u003c/p\u003e";
wwStrings["wwSSSubTemplatesAndRegionTemplatesReport"] = "Subtemplates and Region Templates";
wwStrings["wwNgProjectLeadLabel"] = "L\u00edder do projeto:";
wwStrings["wwHelperEnvironmentConfigParagraph"] = "Configure the environmental settings.  Some of these changes may occur immediately not needing a restart of the server.";
wwStrings["wwN_A"] = "Not applicable";
wwStrings["wwSSRunningSitesOption"] = "Running Web Sites ==============";
wwStrings["wwTargQuickSearchAdminTable"] = "Table with a list of targeted quick searches defined by administrators.";
wwStrings["wwNotConverted"] = "\u5909\u63db\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f";
wwStrings["wwSSDefaultDocPrimaryFileFm"] = "default.fm";
wwStrings["wwContentItemsForWorkflow"] = "Content Items For Workflow {1q}";
wwStrings["wwCpdLastModifiedDate"] = "Modified Date";
wwStrings["wwLkShow"] = "Show";
wwStrings["wwSSCertCheckButtonLabel"] = "Check";
wwStrings["wwLkType_external"] = "external";
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["wwSSIsPrimary"] = "Page";
wwStrings["wwSoapWsdlInfo"] = "Wsdl Information";
wwStrings["wwSctrResultsPageVersionsSeparated"] = "[Versions Separated]";
wwStrings["wwWizSteps"] = "Stappen";
wwStrings["wwListTemplateIdHeader"] = "ID";
wwStrings["wwLabelTotalDocsCaptured"] = "Total Captured In Archive:";
wwStrings["wwDownloadConfirmation"] = "Download Confirmation";
wwStrings["wwCollectionAdminUserDefaultConfiguration"] = "Information Field Placement Configuration";
wwStrings["wwUserSuccessfullyRegistered"] = "The user {1q} was successfully added to the database.";
wwStrings["wwNgNoAlerts"] = "\u6c92\u6709\u9019\u500b\u5c08\u6848\u7684\u8a0e\u8ad6\u8b66\u793a\u3002";
wwStrings["wwSctrMainPageDPDocType"] = "[Content Type]";
wwStrings["wwSctrMainPageDPContentID"] = "[Content ID]";
wwStrings["wwNgAddInternalGroup"] = "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e25\u0e38\u0e48\u0e21\u0e20\u0e32\u0e22\u0e43\u0e19...";
wwStrings["wwEnableUploadApplet"] = "Enable upload applet";
wwStrings["wwFeInvalidStartCharacter"] = "The initial character is not valid for an xml node.";
wwStrings["wwStopLocalizationAudit"] = "Stop auditing";
wwStrings["wwFeTextAreaMaxCharError"] = "Maximum characters must be a positive number.";
wwStrings["wwSSLayoutFragmentsDetail"] = "Lists fragments used by the page templates of the web site";
wwStrings["wwNgSortByProjectCreationDate"] = "\ud504\ub85c\uc81d\ud2b8 \ub0a0\uc9dc\ubcc4 \uc815\ub82c";
wwStrings["wwNgCloseLC"] = "fermer";
wwStrings["wwSSViewSiteInContext"] = "View Web Site in Context";
wwStrings["wwComponentInstallPage"] = "Component Install Page";
wwStrings["wwSctrMainPageRLUsersNotActive"] = "Users not active in period";
wwStrings["wwDelete"] = "Delete";
wwStrings["wwSSDefaultDocVsd"] = "Microsoft Visio Document";
wwStrings["wwSctrQueryTRTUsersByUserType"] = "Users by User Type";
wwStrings["wwSctrCHUser_Cnt"] = "User Count";
wwStrings["wwSSDefaultAssetCategoryRegionDefinition"] = "all region definitions used in my site";
wwStrings["wwFeTableColumns"] = "Columns";
wwStrings["wwWfLastAction"] = "Last Action";
wwStrings["wwCpdExternalItemsNotAllowed"] = "External items not allowed";
wwStrings["wwSSAdminStopSite"] = "Stop Web Site";
wwStrings["wwUseShortIndexName"] = "Use Short Index Name";
wwStrings["wwBriefContentLabel"] = "Brief Content Info:";
wwStrings["wwCpdNoFolioItems"] = "No Folio Items.";
wwStrings["wwReturnToComponentMgrAfterUninstall"] = "\u003ca href=javascript:document.SetRestartRequiredForm.submit()\u003eClick here\u003c/a\u003e to return to the Component Manager";
wwStrings["wwIllegalCharsInUserName"] = "\nUnable to add the user.\nSpecial characters are not allowed in user name.\n";
wwStrings["wwMyRssFeeds"] = "My RSS Feeds";
wwStrings["wwCollectionUserHierarchicalCollectionSearch"] = "Hierarchy Folder Search";
wwStrings["wwNgUnsubscribeFromPersonalFolderName"] = "Annulla la sottoscrizione alla cartella personale {1q}";
wwStrings["wwDiscussionInfoLabel"] = "Discussion Info";
wwStrings["wwCpdNativeFileLinkLabel"] = "Native File";
wwStrings["wwNgCollaborationProjectPreferences"] = "\ud611\uc5c5(collaboration)\uae30\ubcf8\uc124\uc815";
wwStrings["wwLkReferencesFromTitle"] = "Links contained in this content item";
wwStrings["wwNgSelectPersonalFolderOwner"] = "Eigenaar van persoonlijke map selecteren";
wwStrings["wwCmuSectionLabel_applicationfields"] = "Application Fields";
wwStrings["wwSSShowProjectStates"] = "Show Project States";
wwStrings["wwrefTimeoutSettings/ibr"] = "Param\u00e8tres de d\u00e9lai d\'attente";
wwStrings["wwLabelClusterNodeName"] = "Cluster Node Name:";
wwStrings["wwCoreFieldsOptGroupLabel"] = "Standard";
wwStrings["wwMoveFieldToAvailFields"] = "Move Field to Available Fields";
wwStrings["wwContributionUsers1"] = "Contribution 1";
wwStrings["wwCpdSearchOptionsProfileLabel"] = "Document Profile:";
wwStrings["wwCpdAllowEmpty"] = "Allow empty:";
wwStrings["wwSSNodeLayoutsDetail"] = "Lists page templates referenced by sections of the web site";
wwStrings["wwSSAdminSitesUpgradeAdvancedPage"] = "Advanced Upgrade Options";
wwStrings["wwInstall"] = "Install";
wwStrings["wwNgThisProjectInTrash"] = "\u6b64\u5c08\u6848\u5df2\u522a\u9664\uff0c\u73fe\u4f4d\u65bc\u8cc7\u6e90\u56de\u6536\u7b52\u5167\u3002";
wwStrings["wwCheckinFormInvalidFile"] = "Please check the file path. It may be invalid.";
wwStrings["wwNgSubscribeToPersonalFolder"] = "Assinar pasta pessoal";
wwStrings["wwDate"] = "Date";
wwStrings["wwSSDefaultAssetCategoryNativeDocument"] = "all native contribution region files used in my site";
wwStrings["wwCpdDisplayFunctionNotDefined"] = "Display function not defined for {1q}";
wwStrings["wwCmuExport"] = "Configuration Templates";
wwStrings["wwSocketHostNameSecurityFilter"] = "Server Hostname Filter";
wwStrings["wwGenericResultSetTable"] = "Generic table containing data.";
wwStrings["wwWebUrlMaps"] = "WebUrlMaps";
wwStrings["wwProjectLinksLabel"] = "\u0e25\u0e34\u0e07\u0e04\u0e4c\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04:";
wwStrings["wwMinute"] = "1 Minute";
wwStrings["wwFSConfig"] = "Configura memorizzazione del file";
wwStrings["wwRegisterOnline"] = "Register Online";
wwStrings["wwCmuActionLabelDownloadBundle"] = "Download";
wwStrings["wwFsAlgorithm"] = "Generation Algorithm";
wwStrings["wwDamResolutionCaption"] = "\ud574\uc0c1\ub3c4:";
wwStrings["wwWebViewableRendition"] = "Web-Viewable File";
wwStrings["wwDamFileSizeLabel"] = "Taille du fichier\u00a0:";
wwStrings["wwDocumentInfo"] = "Content Information";
wwStrings["wwCollectionWebViewable"] = "Web Viewable (Browse only)";
wwStrings["wwCmuActionLabelImport"] = "Import";
wwStrings["wwCpdDeleteWithChildrenConfirmMsg"] = "Delete node containing children?";
wwStrings["wwCmuSchemaRelationsDefSection"] = "\u7d50\u69cb\u63cf\u8ff0\u95dc\u4fc2";
wwStrings["wwOptionsForServer"] = "Options for {1}";
wwStrings["wwMoveFieldToCols"] = "Move Field to Columns";
wwStrings["wwNgSelectExternalUser"] = "Seleziona utente esterno";
wwStrings["wwNgGroup"] = "\u7fa4\u7d44";
wwStrings["wwHelperUsePopupLongDescriptionFieldDesc"] = "Use popup for detailed information on fields.";
wwStrings["wwFeTableAlignCenter"] = "Center";
wwStrings["wwXuiHide"] = "Hide";
wwStrings["wwNgShowingPersonalContentOnly"] = "\uac1c\uc778 \ucee8\ud150\uce20\ub9cc \ud45c\uc2dc\ud569\ub2c8\ub2e4.";
wwStrings["wwNone"] = "None";
wwStrings["wwSSRemoveArchiveConfirm"] = "Are you sure you want to delete the selected archive?";
wwStrings["wwCollectionExportArchive"] = "Export Archive";
wwStrings["wwSystemConfiguration"] = "System Configuration";
wwStrings["wwMetricSymbol-12"] = "{1} p{2}";
wwStrings["wwAttach"] = "Attach";
wwStrings["wwFeIsCondition"] = "Conditional Display Table";
wwStrings["wwSearchOptions"] = "Search Options:";
wwStrings["wwSSAdminSitesUpgradeItemsRemaining"] = "Items Remaining:";
wwStrings["wwCmuDocMetaDefSection"] = "\u30b3\u30f3\u30c6\u30f3\u30c4 \u30e1\u30bf\u30c7\u30fc\u30bf";
wwStrings["wwFalse"] = "FALSE";
wwStrings["wwSSUpgradeDataFiles"] = "Upgrade Data Files";
wwStrings["wwIsReferenced"] = "Is Referenced";
wwStrings["wwDocInfoTitle"] = "Content Information";
wwStrings["wwPromptInstallBackgroundThreadComponent"] = "\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e04\u0e2d\u0e21\u0e42\u0e1e\u0e40\u0e19\u0e19\u0e15\u0e4c BackgroundThread \u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48 (\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19)";
wwStrings["wwdIsEnabled"] = "Is Enabled";
wwStrings["wwCmuAdminBundlePage"] = "Configuration Bundles Page";
wwStrings["wwActionDate"] = "Action Date";
wwStrings["wwStandardSearch"] = "Standard Search";
wwStrings["wwNgAddInternalUser"] = "Aggiungi utente interno...";
wwStrings["wwSSUsageLocation"] = "Usage Location";
wwStrings["wwServerHostnameFilter"] = "Server Hostname Filter:";
wwStrings["wwFeSelectBindField"] = "Bind to data...";
wwStrings["wwSSAdminDefaultMetadataPage"] = "Set Default Project Document Information";
wwStrings["wwCheckedOutContentForUser"] = "Checked-Out Content for {1}";
wwStrings["wwFeXmlTableLabel"] = "Table Name";
wwStrings["wwProductContentMgr"] = "{1} Content Manager";
wwStrings["wwSSCreateWebAssetPageTitle"] = "Create New Web Asset";
wwStrings["wwSSWebsiteObjectTypeField"] = "Web Site Object Type Field:";
wwStrings["wwSSDefaultAssetCategoryNameCustomConfigurationScript"] = "Custom Configuration Scripts";
wwStrings["wwAttachNativeFile"] = "Attach Native File";
wwStrings["wwWizBack"] = "Voltar";
wwStrings["wwAttachAllUrlNative"] = "URL - Native [Attach All]";
wwStrings["wwFsFieldDesc_dExtension"] = "Native file extension";
wwStrings["wwInt"] = "Integer";
wwStrings["wwLkAdmin"] = "Managed Links Administration";
wwStrings["wwdConvJobID"] = "Conversion Job ID";
wwStrings["wwVerifyProviderReset"] = "This action will reset the provider back to the original default provider. Do you wish to continue?";
wwStrings["wwNgChooseWorkflowMessageOne"] = "\n\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e43\u0e19\u0e25\u0e34\u0e2a\u0e15\u0e4c\u0e16\u0e39\u0e01\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e42\u0e14\u0e22\u0e1c\u0e39\u0e49\u0e14\u0e39\u0e41\u0e25\u0e23\u0e30\u0e1a\u0e1a\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\n\t\u0e01\u0e25\u0e38\u0e48\u0e21\u0e01\u0e32\u0e23\u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e02\u0e2d\u0e07\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c\u0e15\u0e49\u0e2d\u0e07\u0e15\u0e23\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e25\u0e38\u0e48\u0e21\u0e01\u0e32\u0e23\u0e23\u0e31\u0e01\u0e29\u0e32\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e02\u0e2d\u0e07\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e19\u0e35\u0e49\n\t\u0e41\u0e25\u0e30\u0e1e\u0e32\u0e23\u0e32\u0e21\u0e34\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e27\u0e34\u0e23\u0e4c\u0e01\u0e42\u0e1f\u0e25\u0e27\u0e4c \"\u0e04\u0e37\u0e2d\u0e42\u0e1b\u0e23\u0e40\u0e08\u0e04\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\" \u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\n";
wwStrings["wwDownloadNativeAppletName"] = "Download Native";
wwStrings["wwCpdCreateEditableRev"] = "Create editable revision";
wwStrings["wwRegistrationStart"] = "Registration Start";
wwStrings["wwXuiCustomTemplate"] = "My View";
wwStrings["wwNgChangeMailNotification"] = "modificar notificaci\u00f3n de correo electr\u00f3nico";
wwStrings["wwNgProjectRootExtraInfo"] = "\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21: {1}";
wwStrings["wwUserConfigurationDefaults"] = "User Configuration Defaults";
wwStrings["wwCheckOverrideOption"] = "\nCheck the override option if you wish the field\nto remain unchanged when values are imported from an external user base.\n";
wwStrings["wwPreviewForDoc"] = "Preview for {1}";
wwStrings["wwFfwConversionHeading"] = "Conversion";
wwStrings["wwConfigRsNotLoaded"] = "Le jeu de r\u00e9sultats de configuration, \'{1}\', n\'a pas pu se charger.";
wwStrings["wwCpdAllowNestedFoliosLabel"] = "Allow Nested Folios:";
wwStrings["wwCollectionConfigurationNote"] = "Specify basic behavior associated with user interaction.";
wwStrings["wwCpdDownloadPDFRendition"] = "Download PDF rendition";
wwStrings["wwPromptColMeta"] = "Typ de naam van het informatieveld voor de verzamelings-id:";
wwStrings["wwSctrQueryTRTTopQuickSearches"] = "Top Quick Seaches";
wwStrings["wwViewRegisteredProductsMsg"] = "\nTo access license registration information for all of your\norganization\'s Content Server products, enter the serial number for any product in the\nfield below, and press the View Registered Products Button.\n";
wwStrings["wwResultCountMustBeInteger"] = "Please specify an integer for the Result Count.";
wwStrings["wwSctrCHRelativeURL"] = "Relative URL";
wwStrings["wwLoginDesc"] = "Enables users to view restricted content in the system.";
wwStrings["wwExclusiveCheckout"] = "Allow only original contributor to check out";
wwStrings["wwUserTargetedQuickSearches"] = "Personal Targeted Quick Searches";
wwStrings["wwLicensePageMsg"] = "\nThis page is used to update the license for the Content Server instance {1} or\n\u003ca href=\"#ViewRegistration\"\u003eview registration\u003c/a\u003e information for all Content Server products\nregistered to your organization. License registration can be done automatically via the\nInternet or manually.\n";
wwStrings["wwCpdSaveTemplate"] = "Save template";
wwStrings["wwSSDefaultAssetCategoryNameValidationScript"] = "Validation Scripts";
wwStrings["wwCmuActionLabelDeleteTask"] = "Delete";
wwStrings["wwAddNewServerDesc"] = "Add an existing content server to this Admin Server. The new server can be a proxy server, a remote master server, or a node in a cluster.";
wwStrings["wwWebResourcesSchema"] = "Schema Resources Directory";
wwStrings["wwSctrMainPageRLTopDocsByFormat"] = "Top Content Items by Format";
wwStrings["wwSctrMainPageSHDocumentUsageReports"] = "Content Usage Reports";
wwStrings["wwSSUpgradeViewContent"] = "({1}Show Content{2})";
wwStrings["wwMetricSymbol6"] = "{1} M{2}";
wwStrings["wwCheckin"] = "Check In";
wwStrings["wwCpdContentItemHeaderLabel"] = "Content Item";
wwStrings["wwLabelDocNameTag"] = "Content ID:";
wwStrings["wwSmiUnsealDocument"] = "Verzegeling van document ongedaan maken";
wwStrings["wwrefProviders/ibr"] = "Proveedores";
wwStrings["wwAllowedActions"] = "Allowed Actions";
wwStrings["wwTempConvText1"] = "This section is used to specify the content item and template criteria that will determine which template\nis displayed when the file is converted into HTML.  Use the Content Information page to gather the information\nneeded to complete the following fields:";
wwStrings["wwCollectionRoot"] = "/";
wwStrings["wwCpdSearchOptions"] = "Search Options";
wwStrings["wwCpdDownloadZipRendition"] = "Download zip rendition";
wwStrings["wwCmuSubscriptionsDefSectionDesc"] = "\u8a02\u95b1\u5340\u6bb5";
wwStrings["wwSSAddArchiveButton"] = "Add Archive";
wwStrings["wwCpdMyUncommittedFolios"] = "My Uncommitted Folios";
wwStrings["wwSSDataFileWorkflowReviewRendition"] = "Default Web Site Rendition";
wwStrings["wwSSSCIgnoreButton"] = "Ignore";
wwStrings["wwContentExpiringBetween"] = "Content expiring between \u003cbr\u003e{1t}\u003cbr\u003e and \u003cbr\u003e{2t}";
wwStrings["wwCacheReportNumberOfPendingQueries"] = "Total {1} distinct search queries being executed";
wwStrings["wwFeFieldDlgTitle"] = "Field";
wwStrings["wwSSAdminUpgradePageButton"] = "Go to Web Sites Upgrade Page";
wwStrings["wwNgAccess"] = "\u30a2\u30af\u30bb\u30b9\u6a29";
wwStrings["wwNgWriteGrantedLC"] = "derechos de escritura concedidos";
wwStrings["wwProvider"] = "Provider";
wwStrings["wwProblemReportInfoForContent"] = "Problem Report Information for Content Item";
wwStrings["wwShowMore"] = "More...";
wwStrings["wwNgUnsubscribeFromProject"] = "\u5f9e\u5c08\u6848\u53d6\u6d88\u8a02\u95b1";
wwStrings["wwXuiItemsShownNoTotal"] = "Items {1}-{2}";
wwStrings["wwWfReviewWorkflowContent"] = "Review workflow content";
wwStrings["wwSearchResults"] = "Search Results";
wwStrings["wwFeDefaultValueLabel"] = "Use default";
wwStrings["wwAddQueryBuilderRow"] = "Add Query Builder Row";
wwStrings["wwDefaultNetworkRolesDesc"] = "\nBy default, a user is automatically assigned the guest role. By setting this value, a different set of roles can be automatically granted to all users.\nThe roles should be put into a comma-separated list with no spaces in between. Ex: guest,role1,role2. This entry is ignored if the user is defined as a local user in the content server.\n";
wwStrings["wwCpdFolioNotAllowed"] = "Folio type not allowed.";
wwStrings["wwFeIsRepeat"] = "Multi-line Data Table";
wwStrings["wwDpOrder"] = "Order";
wwStrings["wwLabelWorkflowName"] = "Workflow Name:";
wwStrings["wwCpdFolioCheckinConfirmTitle"] = "Folio Check In Confirmation";
wwStrings["wwFilterOptions"] = "General Options";
wwStrings["wwJdbc"] = "JDBC";
wwStrings["wwSeconds"] = "{1} Seconds";
wwStrings["wwSSArchiveImportOptions"] = "Import Options";
wwStrings["wwLabelTitle"] = "Title:";
wwStrings["wwFolderArchiveRemove"] = "\u0e21\u0e35\u0e01\u0e32\u0e23\u0e25\u0e1a\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e2d\u0e32\u0e23\u0e4c\u0e44\u0e04\u0e1f\u0e4c \'{1}\' \u0e41\u0e25\u0e49\u0e27";
wwStrings["wwCpdWebViewableLinkLabel"] = "Web Viewable Rendition";
wwStrings["wwRegisterLogin"] = "Register Login";
wwStrings["wwSctrMainPageRTTopDocsByUserType"] = "Top%20Content%20Items%20by%20User%20Type";
wwStrings["wwNgProjectIDLabel"] = "Project-id:";
wwStrings["wwLabelServerOptions"] = "Server Options:";
wwStrings["wwAccount"] = "Account";
wwStrings["wwAccessDatabase"] = "Access Database";
wwStrings["wwNOEDisplayResults"] = "Display {1} out of {2} matching document{1?s}:";
wwStrings["wwComponent"] = "Component";
wwStrings["wwNgProjectsSearchResultCountNone"] = "\u627e\u4e0d\u5230\u5339\u914d\u8be5\u6807\u51c6\u7684\u9879\u76ee\u3002";
wwStrings["wwCpdEmptyString"] = "(Empty)";
wwStrings["wwCmuAliasDefSectionDesc"] = "Aliasabschnitt";
wwStrings["wwDocUsedAsTemplate"] = "Document used as a template:";
wwStrings["wwNgProjectCriteriaSubscriptionDesc"] = "\u6b78\u5c6c\u65bc\u5305\u542b\u4e0b\u5217\u6e96\u5247\u4e4b\u5c08\u6848\u7684\u9805\u76ee:";
wwStrings["wwLmDefaultLayout"] = "Classic";
wwStrings["wwProductVersion"] = "Product Version";
wwStrings["wwDocumentTypes"] = "Document Types";
wwStrings["wwCmuDocTypeSection"] = "Tipos de contenido";
wwStrings["wwClickToDisableComponents"] = "\u003ca href=javascript:document.ComponentDisableForm.submit()\u003eClick here\u003c/a\u003e to disable the component and go to the page to restart the server";
wwStrings["wwNgPleaseSelectAnItem"] = "S\u00e9lectionnez un \u00e9l\u00e9ment.";
wwStrings["wwSSCreateProjectFiles"] = "Create Project Files";
wwStrings["wwSSAdminUpgradeNoDiff"] = "No Differences Detected";
wwStrings["wwCantAddRemoteItemsToBasket"] = "\u65e0\u6cd5\u5c06\u4ece\u8fdc\u7a0b\u5b9e\u4f8b\u9009\u62e9\u7684\u9879\u6dfb\u52a0\u5230\u6b64\u670d\u52a1\u5668\u4e0a\u7684\u7bee\u7b50\u3002\u6b64\u64cd\u4f5c\u5c06\u8df3\u8fc7\u8fd9\u4e9b\u9879\u3002";
wwStrings["wwSctrMainPageImproperDayValue"] = "Improper day value";
wwStrings["wwAttachSelectedUrlWeb"] = "URL - Web [Attach Selected]";
wwStrings["wwNgProjectInformationText"] = "\u3053\u3053\u306b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u60c5\u5831\u30da\u30fc\u30b8\u306b\u95a2\u3059\u308b\u30c6\u30ad\u30b9\u30c8\u3092\u5165\u529b\u3057\u307e\u3059";
wwStrings["wwSchemaNotStableWarning_search"] = "Choice lists are not fully loaded.  Continue search?";
wwStrings["wwFsFileStorageDesc"] = "\nFiles will be stored on the file system only. The location of the files is specified by the storage path information below.\nFiles are stored in both the vault and weblayout directories unless the \'Is Webless\' option is checked. The webless filestore\nwill apply only to files that require conversion and is tied to the metadata field xWebFlag.\n";
wwStrings["wwNgFolderID"] = "Identificaci\u00f3n de carpeta";
wwStrings["wwContentCheckinSimilarButton"] = "Check In Similar";
wwStrings["wwCompleteFormSubmit"] = "Complete Form Submit";
wwStrings["wwSSNoProvidersDefined"] = "No providers are available.";
wwStrings["wwNoExpiredRevisions"] = "No expired revisions found.";
wwStrings["wwEnvPkgFileLocation"] = "\nThe environment package is currently being built. This may take\nseveral minutes. Please be patient. It will be located at \u003ca href=\"{1}\"\u003e{2}\u003c/a\u003e when completed.\n";
wwStrings["wwNgSelectExternalGroup"] = "\uc678\ubd80 \uadf8\ub8f9 \uc120\ud0dd";
wwStrings["wwStartStopServer"] = "Start/Stop Content Server";
wwStrings["wwSctrMainPageDPUserID"] = "[User ID]";
wwStrings["wwSctrMainPageRLTopDocs"] = "Top Content";
wwStrings["wwCollectionUnlockCollection"] = "Read-Only";
wwStrings["wwNgProjectLimit"] = "{1} Projekt{1?e}";
wwStrings["wwNgSearchWithinProject"] = "\u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0645\u0634\u0631\u0648\u0639 {1q} ({2})";
wwStrings["wwCmuComponentsSection"] = "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8";
wwStrings["wwWorkflow"] = "Workflow";
wwStrings["wwLabelFormats"] = "Formats:";
wwStrings["wwCOAOLauncher"] = "Check-out and Open Launcher";
wwStrings["wwResendMail"] = "Resend Mail";
wwStrings["wwFilestoreInfo"] = "File Store Provider Information";
wwStrings["wwDpIsSearchNav"] = "Enable Search Link";
wwStrings["wwHelperUserOther"] = "Other";
wwStrings["wwNothingSelectedForDownload"] = "Nothing has been selected for download.";
wwStrings["wwdrRefineryNameLabel/ibr"] = "Nome do software de convers\u00e3o:";
wwStrings["wwComponentCompatibilityRange"] = "Compatible with Build ({1}-{2})";
wwStrings["wwSSDefaultDocPrimaryFileXls"] = "default.xls";
wwStrings["wwCpdInsertSelectedItems"] = "Insert Selected Source Items";
wwStrings["wwCpdSubsModify"] = "Items Modified";
wwStrings["wwFSWebUrlPath"] = "Chemin d\'acc\u00e8s URL Web";
wwStrings["wwBrowseContent"] = "Browse Content";
wwStrings["wwListTemplateThumbnailLinksTo"] = "The thumbnail will link to:";
wwStrings["wwMyPersonalUrls"] = "My URLs";
wwStrings["wwSize"] = "Grootte";
wwStrings["wwAlternateUsernameSuggestion"] = "We suggest {1q} as a close match.";
wwStrings["wwSmiContentSealedUserLabel_seal"] = "\u5bc6\u5c01\u8005:";
wwStrings["wwCmuDisplayRefreshLabel"] = "Page Refresh (In Seconds):";
wwStrings["wwSSAddSiteAddress"] = "Add Web Site Address";
wwStrings["wwBatchResultsTable"] = "Table containing result of batch services.";
wwStrings["wwSctrQueryTRTWebContentAccessForSiteID"] = "Web Site Content Accesses for Site ID";
wwStrings["wwHelperMenuPlaceInfoLastFieldDesc"] = "Place the information menu items last in popup menus.";
wwStrings["wwCollectionUserConfigurationNote"] = "Behavioral options affecting how content is displayed and managed.";
wwStrings["wwFSNoPartitions"] = "\ud604\uc7ac \uc2dc\uc2a4\ud15c\uc5d0 \uc815\uc758\ub41c \ud30c\ud2f0\uc158\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.";
wwStrings["wwVerifyRevisionDelete"] = "\nThis revision will be permanently deleted from the system.\nDelete the revision now?\n";
wwStrings["wwNumDisabledComponents"] = "Number of Disabled Components";
wwStrings["wwSSArchiveDetailHasServerConfig"] = "Has Server Configuration Information:";
wwStrings["wwMetricPrefix-9"] = "{1} Nano{2}";
wwStrings["wwCmuActionLabelConfirmDelete"] = "Delete item?";
wwStrings["wwFsNoPartitions"] = "There are currently no partitions defined in the system.";
wwStrings["wwDCEditTemplateSection"] = "Template to Edit";
wwStrings["wwTempConvText2"] = "\u003cstrong\u003eField Name:\u003c/strong\u003e  A metadata field used to identify the content item that is entered in the\nField Value text box.";
wwStrings["wwLastNotifiedDate"] = "Last Notified Date";
wwStrings["wwRegisteredFunctions"] = "Registered Functions";
wwStrings["wwPreGCMemoryFree"] = "Free memory before garbage collection";
wwStrings["wwSctrQueryTRTWebSiteAccessByURLForSiteID"] = "Web Site Accesses by URL for Site ID";
wwStrings["wwSpecifyProviderName"] = "Please specify a value for \'Provider Name\'.";
wwStrings["wwNgWorkflowSettings"] = "\u5de5\u4f5c\u6d41\u8bbe\u7f6e";
wwStrings["wwDCGeneralConfigTitle"] = "General Configuration";
wwStrings["wwFeResetTableBtn"] = "Reset Table";
wwStrings["wwGeneralConfiguration"] = "General Configuration";
wwStrings["wwDansk"] = "Dansk";
wwStrings["wwdDefaultValue"] = "Default Value";
wwStrings["wwAppletPermissionDenied"] = "Applet does not have permission to perform this activity.";
wwStrings["wwMyContent"] = "My Content Server";
wwStrings["wwSSDefaultDocPrimaryFileManagerMinXml"] = "default.xml";
wwStrings["wwDiscussionInfoTitle"] = "Discussion Info";
wwStrings["wwContentManagementSystem"] = "Content Management System";
wwStrings["wwInstalledFeaturesHeader"] = "Installed Features";
wwStrings["wwNgAlertText"] = "\u9884\u8b66\u6587\u672c";
wwStrings["wwNgSubscribeToFolder"] = "\ud3f4\ub354\uc5d0 \uac00\uc785";
wwStrings["wwFeAction"] = "Action";
wwStrings["wwVerifyContinueCheckin"] = "\nCheck in is already in progress.\nDo you wish to continue the check in?\n";
wwStrings["wwContentBasket"] = "Contentmandje";
wwStrings["wwCmuSectionDesc_docmetadef"] = "Content Metadata Definitions Section";
wwStrings["wwCpdSearchForItemsTitle"] = "Search for Items";
wwStrings["wwDCConfigRuleCriteriaUnits"] = "Criteria per rule";
wwStrings["wwRemainingReviewers"] = "Remaining Reviewers:";
wwStrings["wwNgDeleteLC"] = "suppression";
wwStrings["wwSctrCHUser_Role"] = "User Role";
wwStrings["wwThreadIDCaptionLabel"] = "Thread-{1}";
wwStrings["wwSSNoBackupArchives"] = "No backup archives are available.";
wwStrings["wwAccountPermDelimLabel"] = "Account Permissions Delimiter:";
wwStrings["wwNgSortByLabel"] = "\u6392\u5e8f\u65b9\u6cd5\uff1a";
wwStrings["wwAttachAllWeb"] = "Web [Attach All]";
wwStrings["wwMustSpecifyAQuery"] = "Please construct a search query.";
wwStrings["wwServerProcessID"] = "Server Process ID";
wwStrings["wwUploadAppletName"] = "Upload";
wwStrings["wwQuery"] = "Query";
wwStrings["wwLabelSubscriptionType"] = "Subscription Type:";
wwStrings["wwNoEnabledComponents"] = "No Enabled Components";
wwStrings["wwNgPersonalFolderInformation"] = "Informa\u00e7\u00f5es sobre a pasta pessoal";
wwStrings["wwClbraWorkflowDescription"] = "\nThe fields below are used by the tokens of a parameterized workflow. Only a criteria workflow that has been designated\nas a collaboration project workflow can use these values. Consequently, on check in when a user specifies a collaboration\nproject and the content item matches the workflow criteria, the system uses the values defined below to determine which\nusers may act and when.\n";
wwStrings["wwSaveOptionMsg"] = "\nUse the right mouse button on the link below\nto choose a save option.\n";
wwStrings["wwDpIsCheckinNavToggle"] = "Enable Check-In Link for {1}";
wwStrings["wwSoapConfirmDelete"] = "Are you sure you want to delete this item?";
wwStrings["wwFsAdminConfig"] = "File Store Administration";
wwStrings["wwRemoveValue"] = "Remove value {1}";
wwStrings["wwAdsiConfiguration"] = "Active Directory Configuration";
wwStrings["wwRenInfoItemInGenwww"] = "De verwerking van de weergave is nog niet voltooid. Informatie over de weergave komt beschikbaar zodra de conversie is voltooid.";
wwStrings["wwSSDefaultDocXlsx"] = "Microsoft Excel Workbook";
wwStrings["wwQuickHelp"] = "Quick Help";
wwStrings["wwActionsForLabel"] = "Actions for {1}";
wwStrings["wwAdminActionsLabel"] = "Admin Actions";
wwStrings["wwSSDefaultAssetCategoryManagerSettings"] = "all manager configuration settings files used for my site";
wwStrings["wwFeCustomDesc"] = "\nEnter name/value pairs to create and/or set Idoc Script variables that can be used for \nadvanced control of element display. These variables are inserted immediately before\nthe code that renders the element and are available to any Idoc Script within that code.\n";
wwStrings["wwClbraContentTable"] = "Table containing a list of recent collaboration content items.";
wwStrings["wwDCConfigDefLayoutTitle"] = "Default Layout Template";
wwStrings["wwSctrQueryTRTLoginFailures"] = "Login Failures";
wwStrings["wwLabelAdminServerFieldIsBlank"] = "This required field is blank:";
wwStrings["wwNgNoExternalMembersForUserProject"] = "Aucun membre externe pour ce dossier personnel.";
wwStrings["wwSctrMainPageRLDocsSeenByUser"] = "Content Items seen by user";
wwStrings["wwSSArchiveDetailHasDocConfig"] = "Export Content Configuration Information:";
wwStrings["wwCmuButtonLabelExport"] = "Export";
wwStrings["wwStarts"] = "Starts";
wwStrings["wwFSCopyMethod"] = "kopieren";
wwStrings["wwNgCollaborationProjectsConfiguration"] = "\ud611\uc5c5(collaboration)\ud504\ub85c\uc81d\ud2b8 \uad6c\uc131";
wwStrings["wwSctrCHApp_Type"] = "Application Type";
wwStrings["wwPageTopPrintLabel"] = "Printed by \u003ci\u003e{1}\u003c/i\u003e on \u003ci\u003e{2}\u003c/i\u003e at {3}";
wwStrings["wwEditOrRemoveDesc"] = "This will alter the Admin Server\'s data, but it will not alter the configuration values for the Content Server itself.";
wwStrings["wwSupportSqlColumnChange"] = "Support Column Change";
wwStrings["wwSSUsageFragmentId"] = "Used Fragment";
wwStrings["wwSSBackupArchiveDescription"] = "Archive of site {1} on {2}";
wwStrings["wwListTemplateMainInformationLinksTo"] = "The Main Information will link to:";
wwStrings["wwJdbcDriverVersion"] = "Jdbc Driver Version";
wwStrings["wwUrlNative"] = "URL - Native";
wwStrings["wwNotEndsWith"] = "Not Ends";
wwStrings["wwCollectionConfiguration"] = "Folder Configuration";
wwStrings["wwWizEnterTextThree"] = "\u0623\u062f\u062e\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u062b\u0627\u0644\u062b";
wwStrings["wwAdminPublishSchema"] = "Publish schema configuration and data";
wwStrings["wwSpecifyJdbcDriver"] = "Please specify a JDBC driver.";
wwStrings["wwCmuUserMetaDefSection"] = "Metadados do usu\u00e1rio";
wwStrings["wwUseAccounts"] = "Use Accounts";
wwStrings["wwCOAOLauncherSuccessMsg"] = "Checking out content and opening application.";
wwStrings["wwNgShowingMembers"] = "\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e21\u0e32\u0e0a\u0e34\u0e01 {1} \u0e16\u0e36\u0e07 {2} \u0e02\u0e2d\u0e07 {3}";
wwStrings["wwFeTableWidth"] = "Width";
wwStrings["wwPrintViewLabel"] = "Print View";
wwStrings["wwCpdFolioChangesSaved"] = "Changes Saved";
wwStrings["wwNgModifyAccessDot"] = "Zugriff \u00e4ndern...";
wwStrings["wwCmuRootSectionLabel"] = "Root Sections";
wwStrings["wwWfReviewCheckedOutBy"] = "This item is currently checked out by \u003ca href=\"mailto:{2}\"\u003e{1}\u003c/a\u003e. No further action can be taken until it is checked in.";
wwStrings["wwNgDashboardLinkStatus"] = "Ir para dashboard de {1q}";
wwStrings["wwSSQDResultsView"] = "View Content";
wwStrings["wwSSArchiveDetailSite"] = "Site:";
wwStrings["wwLabelWorkflowStep"] = "Workflow Step:";
wwStrings["wwWfReviewNoRevCheckoutCheckinMsg"] = "There is currently no revision. You must check out this item, then check in content to start the workflow.";
wwStrings["wwSSArchiveTransferCollection"] = "Transfer to Collection:";
wwStrings["wwNgUserInfo"] = "\u4f7f\u7528\u8005\u8cc7\u8a0a";
wwStrings["wwCpdCollectedItems"] = "Collected Items";
wwStrings["wwSSContentMissing4"] = "This content is unavailable (Dynamic Conversion failed)";
wwStrings["wwDocInfoWorkflowTitle"] = "Workflow Content Information";
wwStrings["wwLocalDataTable"] = "Table containing local data keys and values.";
wwStrings["wwSSDefaultDocElementFormHcsp"] = "Custom Element Form";
wwStrings["wwFeFormDlgTitle"] = "Form";
wwStrings["wwCmuImport"] = "Configuration Bundles";
wwStrings["wwLkResource"] = "Resource";
wwStrings["wwNgConfirmExternalDelete"] = "\u00bfSeguro que desea eliminar los grupos y usuarios externos seleccionados?";
wwStrings["wwSSMakeDomainDefault"] = "Select As Default Address";
wwStrings["wwTemplateConversions"] = "Dynamic Converter Admin";
wwStrings["wwActiveProjectWorkflows"] = "Active Publisher Project Workflows";
wwStrings["wwFeIsAdvanced"] = "Enable advanced functionality";
wwStrings["wwArchiveName"] = "Archive Name";
wwStrings["wwAuthorDelete"] = "Allow author to delete revision";
wwStrings["wwReadOnly"] = "Read Only";
wwStrings["wwSctrCHMax_Rev"] = "Max Revision";
wwStrings["wwPrefix"] = "Prefix";
wwStrings["wwUsernameMaxLength"] = "The user name may not exceed {1} characters.";
wwStrings["wwSSAdminMigrationAddExportArchivePage"] = "Add Export Archive";
wwStrings["wwSctrResultsPageDefaultTitle"] = "Stellent Access Reports";
wwStrings["wwNativeRendition"] = "Native File";
wwStrings["wwSSUsageFragmentLibrary"] = "Used Fragment Library";
wwStrings["wwCmuSectionDesc_admintargetedquicksearches"] = "Targeted Quick Searches Section";
wwStrings["wwVerifyUserDelete"] = "Are you sure you wish to permanently delete the user from the system?";
wwStrings["wwNgProjectInformation"] = "Informa\u00e7\u00f5es sobre projeto";
wwStrings["wwCpdToggleRowReorder"] = "Toggle row reorder";
wwStrings["wwBandwidthHigh"] = "Alta";
wwStrings["wwSctrCHSrch_Txt"] = "Search Text";
wwStrings["wwSpLabelNeedClientAuth"] = "Require Client Authentication:";
wwStrings["wwUseSSL"] = "Use Secure Sockets Layer:";
wwStrings["wwDamFileNameLabel"] = "\u0e0a\u0e37\u0e48\u0e2d\u0e44\u0e1f\u0e25\u0e4c:";
wwStrings["wwSuccessfulLicenseUpdate"] = "You have successfully updated your license information.";
wwStrings["wwFeTextFieldTypeText"] = "Text";
wwStrings["wwCollectionParentCollectionID"] = "Virtual Folder Parent ID";
wwStrings["wwrefViewDetailedStatus/ibr"] = "Detaillierten Status anzeigen";
wwStrings["wwInfoUpdateFormTitle"] = "Info Update Form for {1q}";
wwStrings["wwFrench"] = "French";
wwStrings["wwArchiverLogs"] = "Archiver Logs";
wwStrings["wwSSManageSiteAddresses"] = "Manage Web Site Addresses";
wwStrings["wwLdapAddProvider"] = "Add LDAP Provider";
wwStrings["wwViewNativeVersion"] = "View Native Version";
wwStrings["wwSysAdminAddress"] = "sysadmin Email";
wwStrings["wwSSDefaultDocXls"] = "Microsoft Excel 97-2003 Workbook";
wwStrings["wwClbraWelcomeNotification"] = "Welcome to collaboration project {1q}";
wwStrings["wwDocInfoTitle2"] = "Content Information for {1q}";
wwStrings["wwNotHasAsWordPrefix"] = "Not Has Prefix";
wwStrings["wwCmuActionEventSectionLabel"] = "Section";
wwStrings["wwDownloadSelected"] = "Download Selected";
wwStrings["wwShowSearchCacheDetails"] = "Search Cache Details";
wwStrings["wwdOptionListKey"] = "Option List";
wwStrings["wwSSAdminUpgradeAdvancedOptions"] = "Advanced Options...";
wwStrings["wwUpdateProblemReport"] = "Update Problem Report";
wwStrings["wwListTemplateMustSpecifyLabel"] = "Please specify a label.";
wwStrings["wwSctrMainPageRLUsersByRole"] = "Users by User Role";
wwStrings["wwChinese-Traditional"] = "Chinese-Traditional";
wwStrings["wwSpServerThread"] = "Server Thread Class";
wwStrings["wwWfReviewFileCannotBeViewedInBrowser"] = "\nThis content item cannot be viewed in your browser.\nYou must \u003ca target=\"_top\" href=\"{1}\"\u003edownload it\u003c/a\u003e first, then you may approve or reject it.\n";
wwStrings["wwNgSubscribeToThisPersonalFolder"] = "Suscribirse a esta carpeta personal";
wwStrings["wwContentServerAdministration"] = "Content Server Administration";
wwStrings["wwSSArchiveOpExport"] = "Export";
wwStrings["wwCmuSelectBundle"] = "Select Bundle";
wwStrings["wwFSMetadataImplementor"] = "\u30e1\u30bf\u30c7\u30fc\u30bf \u30a4\u30f3\u30d7\u30ea\u30e1\u30f3\u30bf";
wwStrings["wwSSArchiveCollection"] = "Collection:";
wwStrings["wwLkTracingSection"] = "Link Management tracing of link extraction and handling";
wwStrings["wwCurrentStep"] = "Current Step:";
wwStrings["wwProductAdministration"] = "{1} Administration";
wwStrings["wwContentServerQueryResults"] = "Content Server Query Results [{1}]";
wwStrings["wwNgNoInternalMembersForProject"] = "\u6c92\u6709\u6b64\u5c08\u6848\u7684\u5167\u90e8\u7528\u6236\u3002";
wwStrings["wwSoapWsdls"] = "Soap Wsdls";
wwStrings["wwOnlineRegistrationMsg"] = "\nFor online registration use the button below. This will connect to the\nlicense server.\n";
wwStrings["wwCmuSchemaTablesDefSection"] = "Tablas de esquema";
wwStrings["wwCheckInTitle"] = "Content Check In Form";
wwStrings["wwQueryTransformer"] = "Oracle Query Optimizer";
wwStrings["wwSSxWebsiteObjectType"] = "Web Site Object Type";
wwStrings["wwCollectionMountedConfigurationNote"] = "Specify virtual folders to be replicated to directories on host system.";
wwStrings["wwFeTableHeight"] = "Height";
wwStrings["wwFsResetPartition"] = "Reset";
wwStrings["wwLabelInstanceId"] = "Instance Id:";
wwStrings["wwSctrCHNodeID"] = "Node ID";
wwStrings["wwSctrMainPageSHWebSiteAccessReports"] = "Web Site Access Reports";
wwStrings["wwCmuActionEventsPage"] = "Configuration Migration Action Events Page";
wwStrings["wwSctrQueryTTContentTrackerReportDocDashboard"] = "Content Access Report - Content Dashboard";
wwStrings["wwNgPhone"] = "Telefoon";
wwStrings["wwAssignInfoFormTitle"] = "Assign Info Form";
wwStrings["wwStagingWorkflowUnregistrationPending"] = "Staging workflow unregistration is pending.";
wwStrings["wwTargetedQSKeyHeader"] = "Key";
wwStrings["wwOr"] = "Or";
wwStrings["wwSSAdminUpgradeDiffTitle"] = "Content Differences";
wwStrings["wwSSDefaultDocPrimaryFileScriptJs"] = "default.js";
wwStrings["wwDocQueryWithinTitle"] = "Search within the results where the query is {1q}";
wwStrings["wwCmuSectionDesc_contentprofilerules"] = "Content Profile Rules Section";
wwStrings["wwAllExpiredContent"] = "All Expired Content";
wwStrings["wwSearchEmptyResultWarning"] = "Search Query Returns Empty Result";
wwStrings["wwCollectionCollectionName"] = "Virtual Folder Name";
wwStrings["wwCpdDeleteRow"] = "Delete row";
wwStrings["wwSctrCHActions"] = "Actions";
wwStrings["wwCmuTaskDescriptionLabel"] = "Description";
wwStrings["wwFilterCacheTimeout"] = "Cache Timeout";
wwStrings["wwDocQueryProfileTitle"] = "Search for {1k}";
wwStrings["wwPleaseSelectAnAction"] = "Select an action";
wwStrings["wwUseShortNames"] = "Use Short Names";
wwStrings["wwCmuSectionDescription"] = "Description";
wwStrings["wwEditContentServer"] = "Edit an Existing Content Server";
wwStrings["wwLabelName"] = "Name";
wwStrings["wwFsProviderDesc"] = "File Store Provider";
wwStrings["wwSSBackupArchives"] = "Web Site Backup Archives";
wwStrings["wwClbraNoContentInWorkflow"] = "There is no collaboration project content in workflow {1q}.";
wwStrings["wwPassword"] = "Password";
wwStrings["wwdConvProvider"] = "Job Submitted to Provider";
wwStrings["wwClbraEditAccessListText"] = "To edit the collaboration project\'s user access list click on the \u003cb\u003eEdit\u003c/b\u003e button below.";
wwStrings["wwDownloadInformation"] = "Download Information";
wwStrings["wwCmuAdminSections"] = "Configuration Migration Admin Sections";
wwStrings["wwCmuForceOverwrite"] = "Force overwrite";
wwStrings["wwFeCustomValueLabel"] = "Use custom";
wwStrings["wwSelectUserOrAlias"] = "Select user or alias";
wwStrings["wwContentExpiredBefore"] = "Content expired before \u003cbr\u003e {1t}";
wwStrings["wwFsFieldDesc_dSecurityGroup"] = "Security group";
wwStrings["wwNoServersFound"] = "No Content Servers Found.";
wwStrings["wwFeValueLabel"] = "Set value";
wwStrings["wwdIsRequired"] = "Is Required";
wwStrings["wwSSContextMenuSwitchRegionTemplate"] = "Switch Region Template";
wwStrings["wwLdapAdminDN"] = "LDAP Admin DN";
wwStrings["wwWfTIMED_UPDATE"] = "Timed Update";
wwStrings["wwNoAuthor"] = "No Author";
wwStrings["wwQueryBuilderActionLabel"] = "Query Builder Form";
wwStrings["wwNgProjectName"] = "Nome do projeto";
wwStrings["wwCustomizeMyView"] = "Customize My View";
wwStrings["wwSctrMainPageRTTopDocsByFormat"] = "Top%20Content%20Items%20by%20Application%20Type";
wwStrings["wwEditTargetedQuickSearch"] = "Edit Targeted Quick Search";
wwStrings["wwFeActionDesc"] = "Select an action to apply to the currently selected element.";
wwStrings["wwVideoPreferences"] = "Pr\u00e9f\u00e9rences vid\u00e9o";
wwStrings["wwSSSiteDomainPrompt"] = "Address:";
wwStrings["wwPromptCollectionHiddenMeta"] = "\u0e2b\u0e32\u0e01\u0e04\u0e38\u0e13\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e43\u0e0a\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e30\u0e1a\u0e38\u0e44\u0e14\u0e49\u0e27\u0e48\u0e32\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e40\u0e2a\u0e21\u0e37\u0e2d\u0e19\u0e41\u0e25\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e43\u0e19\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e1a\u0e1a\u0e0b\u0e48\u0e2d\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e21\u0e2d\u0e07\u0e40\u0e2b\u0e47\u0e19\u0e44\u0e14\u0e49 \u0e43\u0e2b\u0e49\u0e1b\u0e49\u0e2d\u0e19\u0e0a\u0e37\u0e48\u0e2d\u0e02\u0e2d\u0e07\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e02\u0e49\u0e2d\u0e21\u0e39\u0e25\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e30\u0e1a\u0e38\u0e27\u0e48\u0e32\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e40\u0e2a\u0e21\u0e37\u0e2d\u0e19\u0e41\u0e25\u0e30\u0e40\u0e19\u0e37\u0e49\u0e2d\u0e2b\u0e32\u0e43\u0e19\u0e42\u0e1f\u0e25\u0e40\u0e14\u0e2d\u0e23\u0e4c\u0e40\u0e1b\u0e47\u0e19\u0e0b\u0e48\u0e2d\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e21\u0e2d\u0e07\u0e40\u0e2b\u0e47\u0e19\u0e44\u0e14\u0e49";
wwStrings["wwMilliseconds"] = "{1} Milliseconds";
wwStrings["wwHungarian"] = "Hungarian";
wwStrings["wwUrlWeb"] = "URL - Web";
wwStrings["wwLmContentExpiringBewteen"] = "Contenu expirant entre le \u003ci\u003e{1t}\u003c/i\u003e et le \u003ci\u003e{2t}\u003c/i\u003e";

