Going on and add to repo not committed files

This commit is contained in:
Claudio Boggian
2024-06-24 11:10:18 +02:00
parent 7c44cd7872
commit 9b3e1a3c35
512 changed files with 1311366 additions and 123 deletions
@@ -0,0 +1,204 @@
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_APICallFailed = "b0XAi[API Call Failed]";
Strings.OfficeOM.L_APINotSupported = "fDdv0[API Not Supported]";
Strings.OfficeOM.L_ActivityLimitReached = "pPfY4[Activity limit has been reached.]";
Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "74Jq6[Please make a selection.]";
Strings.OfficeOM.L_AddinIsAlreadyRequestingToken = "lH0QV[Add-in is already requesting an access token.]";
Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage = "eRmK1[The operation failed because this add-in is already requesting an access token.]";
Strings.OfficeOM.L_ApiNotFoundDetails = "iU4jD[The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.]";
Strings.OfficeOM.L_AppNameNotExist = "5XTUX[Add-in Name for {0} doesn't exist.]";
Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "91S29[Application {0} does not exist. Microsoft.Office.WebExtension.initialize(reason) is not called.]";
Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty = "8V2vD[Attempting to set read-only property '{0}'.]";
Strings.OfficeOM.L_BadSelectorString = "hw7oa[The string passed into the selector is improperly formatted or unsupported.]";
Strings.OfficeOM.L_BindingCreationError = "Ef1V2[Binding Creation Error]";
Strings.OfficeOM.L_BindingNotExist = "wLGkW[The specified binding does not exist.]";
Strings.OfficeOM.L_BindingToMultipleSelection = "b0tWL[Noncontiguous selections are not supported.]"
Strings.OfficeOM.L_BrowserAPINotSupported = "w9Nwv[This browser does not support the requested API.]";
Strings.OfficeOM.L_CallbackNotAFunction = "mjEM1[Callback must be of type function, was of type {0}.]";
Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod = "Z072K[Changes to property '{0}' cannot be applied through an \"object.set\" method.]";
Strings.OfficeOM.L_CannotNavigateTo = "2J8ro[The object is located in a place where navigation is not supported.]";
Strings.OfficeOM.L_CannotRegisterEvent = "7oStX[The event handler cannot be registered.]";
Strings.OfficeOM.L_CannotWriteToSelection = "D5d2y[Cannot write to the current selection.]";
Strings.OfficeOM.L_CellDataAmountBeyondLimits = "alZIi[Note: The number of cells in a table is suggested to be below 20,000 cells.]";
Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "2JRcC[Note: The formatting sets set by a Formatting API call is suggested to be below 100.]";
Strings.OfficeOM.L_CloseFileBeforeRetrieve = "hjT2v[Call closeAsync on the current File before retrieving another.]";
Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "JWuud[The specified coercion type is not compatible with this binding type.]";
Strings.OfficeOM.L_CoercionTypeNotSupported = "0MWOX[The specified coercion type is not supported.]";
Strings.OfficeOM.L_ColIndexOutOfRange = "uM06f[The column index value is out of the allowed range. Use a value (0 or higher) that's less than the number of columns.]";
Strings.OfficeOM.L_ConfirmCancelMessage = "D96le[Sorry, we can't continue.]";
Strings.OfficeOM.L_ConfirmDialog = "Upu3v[Do you trust the domain {0} where this Office session is hosted?]";
Strings.OfficeOM.L_ConfirmDialogApiTrustsParent = "78heL[You are about to send and receive potentially sensitive information from {0}. Only click OK if you trust the following website recieving the sensitive information: {1}.]";
Strings.OfficeOM.L_ConfirmRefreshMessage = "zOCSK[To continue, remove the add-in and add it again, or refresh the page.]";
Strings.OfficeOM.L_ConnectionFailureWithDetails = "y3r7A[The request failed with status code of {0}, error code {1} and the following error message: {2}]";
Strings.OfficeOM.L_ConnectionFailureWithStatus = "Lwa49[The request failed with status code of {0}.]";
Strings.OfficeOM.L_ContinueButton = "PLBUf[Continue]";
Strings.OfficeOM.L_CustomFunctionDefinitionMissing = "WVXyy[A property with this name that represents the function's definition must exist on Excel.Script.CustomFunctions.]";
Strings.OfficeOM.L_CustomFunctionImplementationMissing = "DhY5m[The property with this name on Excel.Script.CustomFunctions that represents the function's definition must contain a 'call' property that implements the function.]";
Strings.OfficeOM.L_CustomFunctionNameCannotSplit = "1DC6K[The function name must contain a non-empty namespace and a non-empty short name.]";
Strings.OfficeOM.L_CustomFunctionNameContainsBadChars = "D57c3[The function name may only contain letters, digits, underscores, and periods.]";
Strings.OfficeOM.L_CustomXmlError = "ot553[Custom XML Error.]";
Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "7LzPb[XPath limits selection to 1024 items.]";
Strings.OfficeOM.L_CustomXmlExceedQuotaName = "h7F10[Selection Limit Reached]";
Strings.OfficeOM.L_CustomXmlNodeNotFound = "4BiJh[The specified node was not found.]";
Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "hxMK6[The data is out of date. Retrieve the object again.]";
Strings.OfficeOM.L_CustomXmlOutOfDateName = "WoZSL[Data Not Current]";
Strings.OfficeOM.L_DataNotMatchBindingSize = "Zl27R[The supplied data object does not match the size of the current selection.]";
Strings.OfficeOM.L_DataNotMatchBindingType = "w5I7k[The specified data object is not compatible with the binding type.]";
Strings.OfficeOM.L_DataNotMatchCoercionType = "bz76D[The type of the specified data object is not compatible with the current selection.]";
Strings.OfficeOM.L_DataNotMatchSelection = "B3NE5[The supplied data object is not compatible with the shape or dimensions of the current selection.]";
Strings.OfficeOM.L_DataReadError = "O6ydk[Data Read Error]";
Strings.OfficeOM.L_DataStale = "CPq31[Data Not Current]";
Strings.OfficeOM.L_DataWriteError = "Xc0RN[Data Write Error]";
Strings.OfficeOM.L_DataWriteReminder = "6x3Rl[Data Write Reminder]";
Strings.OfficeOM.L_DialogAddressNotTrusted = "giVvL[The domain of the URL is not included in the AppDomains element in the manifest, and is not subdomain of source location.]";
Strings.OfficeOM.L_DialogAlreadyOpened = "0B7Sm[The operation failed because this add-in already has an active dialog.]";
Strings.OfficeOM.L_DialogInvalidScheme = "bewBN[The URL scheme is not supported. Use HTTPS instead.]";
Strings.OfficeOM.L_DialogNavigateError = "uzg7N[Dialog Navigation Error]";
Strings.OfficeOM.L_DialogOK = "W6D5r[OK]";
Strings.OfficeOM.L_DialogRequireHTTPS = "C4rnP[The HTTP protocol is not supported. Use HTTPS instead]";
Strings.OfficeOM.L_DisplayDialogError = "SSMcd[Display Dialog Error]";
Strings.OfficeOM.L_DocumentReadOnly = "0B9PP[The requested operation is not allowed on the current document mode.]";
Strings.OfficeOM.L_ElementMissing = "vJblV[We couldn't format the table cell because some parameter values are missing. Double-check the parameters and try again.]";
Strings.OfficeOM.L_EventHandlerAdditionFailed = "UGMId[Failed to add the event handler.]";
Strings.OfficeOM.L_EventHandlerNotExist = "QAdgx[The specified event handler was not found for this binding.]";
Strings.OfficeOM.L_EventHandlerRemovalFailed = "CgVwO[Failed to remove the event handler.]";
Strings.OfficeOM.L_EventRegistrationError = "Kbn76[Event Registration Error]";
Strings.OfficeOM.L_FileTypeNotSupported = "1kAhf[The specified file type is not supported.]";
Strings.OfficeOM.L_FormatValueOutOfRange = "4djk9[The value is out of the allowed range.]";
Strings.OfficeOM.L_FormattingReminder = "v38SS[Formatting Reminder]";
Strings.OfficeOM.L_FunctionCallFailed = "irDYb[Function {0} call failed, error code: {1}.]";
Strings.OfficeOM.L_GetDataIsTooLarge = "3wF2f[The requested data set is too large.]";
Strings.OfficeOM.L_GetDataParametersConflict = "tUoF2[The specified parameters conflict.]";
Strings.OfficeOM.L_GetSelectionNotSupported = "zo4sV[The current selection is not supported.]";
Strings.OfficeOM.L_HostError = "JvjsU[Host Error]";
Strings.OfficeOM.L_ImplicitGetAuthContextMissing = "UCttS[The function to get authentication context is missing]";
Strings.OfficeOM.L_ImplicitNotLoaded = "TEGkn[The module is not loaded before acquire a token]";
Strings.OfficeOM.L_InValidOptionalArgument = "jH9Lh[invalid optional argument]";
Strings.OfficeOM.L_IndexOutOfRange = "2bW7M[Index out of range.]";
Strings.OfficeOM.L_InitializeNotReady = "DxSvU[Office.js has not been fully loaded yet. Please try again later or make sure to add your initialization code on the Office.initialize function.]";
Strings.OfficeOM.L_InternalError = "h7nOm[Internal Error]";
Strings.OfficeOM.L_InternalErrorDescription = "PHbpo[An internal error has occurred.]";
Strings.OfficeOM.L_InvalidAPICall = "QJGpq[Invalid API Call]";
Strings.OfficeOM.L_InvalidApiArgumentsMessage = "e70ja[Invalid input arguments.]";
Strings.OfficeOM.L_InvalidApiCallInContext = "WrlkT[Invalid API call in the current context.]";
Strings.OfficeOM.L_InvalidArgument = "alUhT[The argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.]";
Strings.OfficeOM.L_InvalidArgumentGeneric = "buJV5[The argument(s) passed into the function don't work for this situation, are missing, or aren't in the right format.]";
Strings.OfficeOM.L_InvalidBinding = "L8oie[Invalid Binding]";
Strings.OfficeOM.L_InvalidBindingError = "qB3Jp[Invalid Binding Error]";
Strings.OfficeOM.L_InvalidBindingOperation = "bB7Xj[Invalid Binding Operation]";
Strings.OfficeOM.L_InvalidCellsValue = "SN2YP[One or more of the cells parameters have values that aren't allowed. Double-check the values and try again.]";
Strings.OfficeOM.L_InvalidCoercion = "cESfX[Invalid Coercion Type]";
Strings.OfficeOM.L_InvalidColumnsForBinding = "FrmaY[The specified columns are invalid.]";
Strings.OfficeOM.L_InvalidDataFormat = "n3nbz[The format of the specified data object is invalid.]";
Strings.OfficeOM.L_InvalidDataObject = "gFTdx[Invalid Data Object]";
Strings.OfficeOM.L_InvalidFormat = "aPhpJ[Invalid Format Error]";
Strings.OfficeOM.L_InvalidFormatValue = "0DFva[One or more of the format parameters have values that aren't allowed. Double-check the values and try again.]";
Strings.OfficeOM.L_InvalidGetColumns = "gwsNB[The specified columns are invalid.]";
Strings.OfficeOM.L_InvalidGetRowColumnCounts = "6atwJ[The specified rowCount or columnCount values are invalid.]";
Strings.OfficeOM.L_InvalidGetRows = "KshdR[The specified rows are invalid.]";
Strings.OfficeOM.L_InvalidGetStartRowColumn = "ghnzE[The specified startRow or startColumn values are invalid.]";
Strings.OfficeOM.L_InvalidGrant = "hWgqe[Preauthorization missing.]";
Strings.OfficeOM.L_InvalidGrantMessage = "FEmXG[Missing grant for this add-in.]";
Strings.OfficeOM.L_InvalidNamedItemForBindingType = "MIUqA[The specified binding type is not compatible with the supplied named item.]";
Strings.OfficeOM.L_InvalidNode = "gLELC[Invalid Node]";
Strings.OfficeOM.L_InvalidObjectPath = 'Zg5om[The object path \'{0}\' isn\'t working for what you\'re trying to do. If you\'re using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object\'s lifetime.]';
Strings.OfficeOM.L_InvalidOperationInCellEditMode = "cvg0M[Excel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.]";
Strings.OfficeOM.L_InvalidOrTimedOutSession = "qvnk3[Invalid Or Timed Out Session]";
Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage = "e6MqN[Your Office session has expired or is invalid. To continue, refresh the page.]";
Strings.OfficeOM.L_InvalidParameters = "KDV1q[Function {0} has invalid parameters.]";
Strings.OfficeOM.L_InvalidReadForBlankRow = "O14g9[The specified row is blank.]";
Strings.OfficeOM.L_InvalidRequestContext = "EU97A[Cannot use the object across different request contexts.]";
Strings.OfficeOM.L_InvalidResourceUrl = "ZwZqf[Invalid application resource Url provided.]";
Strings.OfficeOM.L_InvalidResourceUrlMessage = "RrzgS[Invalid resource Url specified in the manifest.]";
Strings.OfficeOM.L_InvalidSSOAddinMessage = "aCWF7[The identity API is not supported for this add-in.]";
Strings.OfficeOM.L_InvalidSelectionForBindingType = "hyH3U[A binding cannot be created with the current selection and the specified binding type.]";
Strings.OfficeOM.L_InvalidSetColumns = "behcV[The specified columns are invalid.]";
Strings.OfficeOM.L_InvalidSetRows = "69Jdb[The specified rows are invalid.]";
Strings.OfficeOM.L_InvalidSetStartRowColumn = "Ji62P[The specified startRow or startColumn values are invalid.]";
Strings.OfficeOM.L_InvalidTableOptionValue = "1fSev[One or more of the tableOptions parameters have values that aren't allowed. Double-check the values and try again.]";
Strings.OfficeOM.L_InvalidValue = "E49El[Invalid Value]";
Strings.OfficeOM.L_MemoryLimit = "g04mA[Memory Limit Exceeded]";
Strings.OfficeOM.L_MissingParameter = "6kQRP[Missing Parameter]";
Strings.OfficeOM.L_MissingRequiredArguments = "ryfbX[missing some required arguments]";
Strings.OfficeOM.L_MultipleNamedItemFound = "jv5aI[Multiple objects with the same name were found.]";
Strings.OfficeOM.L_NamedItemNotFound = "JwpG3[The named item does not exist.]";
Strings.OfficeOM.L_NavOutOfBound = "Kt5jt[The operation failed because the index is out of range.]";
Strings.OfficeOM.L_NetworkProblem = "hHZXB[Network Problem]";
Strings.OfficeOM.L_NetworkProblemRetrieveFile = "HAmZT[A network problem has prevented retrieval of the file.]";
Strings.OfficeOM.L_NewWindowCrossZone = "E0xzi[The security settings in your browser prevent us from creating a dialog box. Try a different browser, or {0} so that '{1}' and the domain shown in your address bar are in the same security zone.]";
Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "oLNBU[configure your browser]";
Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "hVPer[Browser restrictions prevented us from creating the dialog box. The domain of dialog box and the domain of the add-in host are not in the same security zone.]";
Strings.OfficeOM.L_NoCapability = "s8tih[You don't have sufficient permissions for this action.]";
Strings.OfficeOM.L_NoHttpsWAC = "17bQh[This Office session is not using a secure connection. We recommend that you take extra precautions.]";
Strings.OfficeOM.L_NonUniformPartialGetNotSupported = "JBWje[Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.]";
Strings.OfficeOM.L_NonUniformPartialSetNotSupported = "P7IAe[Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.]";
Strings.OfficeOM.L_NotImplemented = "7GO2I[Function {0} is not implemented.]";
Strings.OfficeOM.L_NotSupported = "SFggQ[Function {0} is not supported.]";
Strings.OfficeOM.L_NotSupportedBindingType = "HHVb8[The specified binding type {0} is not supported.]";
Strings.OfficeOM.L_NotSupportedEventType = "obnbJ[The specified event type {0} is not supported.]";
Strings.OfficeOM.L_NotTrustedWAC = "qPDtm[This add-in has been disabled to help keep you safe. To continue using the add-in, validate that this item is hosted in a trusted domain or open it in the Office desktop app.]";
Strings.OfficeOM.L_OperationCancelledError = "GC4nA[Operation Cancelled]";
Strings.OfficeOM.L_OperationCancelledErrorMessage = "IJWHv[The operation was cancelled by the user.]";
Strings.OfficeOM.L_OperationNotSupported = "w712q[The operation is not supported.]";
Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "uhnQC[Selected content needs to be in table format. Format the data as a table and try again.]";
Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "1GZNH[Operation is not supported on this binding type.]";
Strings.OfficeOM.L_OsfControlTypeNotSupported = "N1OVz[OsfControl type not supported.]";
Strings.OfficeOM.L_OutOfRange = "0AgiF[Out of Range]";
Strings.OfficeOM.L_OverwriteWorksheetData = "DOAPX[The set operation failed because the supplied data object will overwrite or shift data.]";
Strings.OfficeOM.L_PermissionDenied = "pMeM6[Permission Denied]";
Strings.OfficeOM.L_PropertyDoesNotExist = "P3fDW[Property '{0}' does not exist on the object.]";
Strings.OfficeOM.L_PropertyNotLoaded = "WhYjj[The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call \"context.sync()\" on the associated request context.]";
Strings.OfficeOM.L_ReadSettingsError = "NO2AI[Read Settings Error]";
Strings.OfficeOM.L_RedundantCallbackSpecification = "1w72s[Callback cannot be specified both in argument list and in optional object.]";
Strings.OfficeOM.L_RequestPayloadSizeLimitExceededMessage = 'bb5qc[The request payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".]';
Strings.OfficeOM.L_RequestTimeout = "idn5S[The call took too long to execute.]";
Strings.OfficeOM.L_RequestTokenUnavailable = "JVQl2[This API has been throttled to slow the call frequency.]";
Strings.OfficeOM.L_ResponsePayloadSizeLimitExceededMessage = '5Njh3[The response payload size has exceeded the limit. Please refer to the documentation: "https://docs.microsoft.com/office/dev/add-ins/concepts/resource-limits-and-performance-optimization#excel-add-ins".]';
Strings.OfficeOM.L_RowIndexOutOfRange = "LTTpG[The row index value is out of the allowed range. Use a value (0 or higher) that's less than the number of rows.]";
Strings.OfficeOM.L_RunMustReturnPromise = 'mP1s6[The batch function passed to the ".run" method didn\'t return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()".]';
Strings.OfficeOM.L_SSOClientError = "n1N0M[Error occurred in the authentication request from Office.]";
Strings.OfficeOM.L_SSOClientErrorMessage = "M4SP0[An unexpected error occurred in the client.]";
Strings.OfficeOM.L_SSOConnectionLostError = "GNT1c[A connection was lost during the sign in process.]";
Strings.OfficeOM.L_SSOConnectionLostErrorMessage = "bEwSl[A connection was lost during the sign in process, and the user may not be signed in. This was likely due to the user's browser configuration settings, such as security zones.]";
Strings.OfficeOM.L_SSOServerError = "ohQDw[Error occurred in the authentication provider.]";
Strings.OfficeOM.L_SSOServerErrorMessage = "DT0X4[An unexpected error occurred on the server.]";
Strings.OfficeOM.L_SSOUnsupportedPlatform = "VqlnB[API is not supported in this platform.]";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategory = "Mn1uW[This add-in does not support user consent.]";
Strings.OfficeOM.L_SSOUserConsentNotSupportedByCurrentAddinCategoryMessage = "dzFYy[The operation failed because this add-in does not support user consent in this category]";
Strings.OfficeOM.L_SaveSettingsError = "ZAA78[Save Settings Error]";
Strings.OfficeOM.L_SelectionCannotBound = "zv7Cl[Cannot bind to the current selection.]";
Strings.OfficeOM.L_SelectionNotSupportCoercionType = "11oVN[The current selection is not compatible with the specified coercion type.]";
Strings.OfficeOM.L_SetDataIsTooLarge = "pvjqC[The specified data object is too large.]";
Strings.OfficeOM.L_SetDataParametersConflict = "7TbVm[The specified parameters conflict.]";
Strings.OfficeOM.L_SettingNameNotExist = "jt3Yw[The specified setting name does not exist.]";
Strings.OfficeOM.L_SettingsAreStale = "Pnv04[Settings could not be saved because they are not current.]";
Strings.OfficeOM.L_SettingsCannotSave = "6SC7B[The settings could not be saved.]";
Strings.OfficeOM.L_SettingsStaleError = "WpB5P[Settings Stale Error]";
Strings.OfficeOM.L_ShowWindowDialogNotification = "tI0ZW[{0} wants to display a new window.]";
Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "LozuO[Allow]";
Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "AvQkU[Ignore]";
Strings.OfficeOM.L_ShuttingDown = "WOU0s[Operation failed because the data is not current on the server.]";
Strings.OfficeOM.L_SliceSizeNotSupported = "cO53f[The specified slice size is not supported.]";
Strings.OfficeOM.L_SpecifiedIdNotExist = "zgKaF[The specified ID does not exist.]";
Strings.OfficeOM.L_Timeout = "8Yazn[The operation has timed out.]";
Strings.OfficeOM.L_TooManyArguments = "542tY[too many arguments]";
Strings.OfficeOM.L_TooManyIncompleteRequests = "2TC32[Wait until the previous call completes.]";
Strings.OfficeOM.L_TooManyOptionalFunction = "w74Tz[multiple optional functions in parameter list]";
Strings.OfficeOM.L_TooManyOptionalObjects = "u95nH[multiple optional objects in parameter list]";
Strings.OfficeOM.L_UnknownBindingType = "ew2fB[The binding type is not supported.]";
Strings.OfficeOM.L_UnsupportedDataObject = "hGI3v[The supplied data object type is not supported.]";
Strings.OfficeOM.L_UnsupportedEnumeration = "YOCbm[Unsupported Enumeration]";
Strings.OfficeOM.L_UnsupportedEnumerationMessage = "fKjXV[The enumeration isn't supported in the current host application.]";
Strings.OfficeOM.L_UnsupportedUserIdentity = "FzJ4D[User identity type is not supported.]";
Strings.OfficeOM.L_UnsupportedUserIdentityMessage = "WLfEA[The identity type of the user is not supported.]";
Strings.OfficeOM.L_UserAborted = "2C3rH[User aborted the consent request.]";
Strings.OfficeOM.L_UserAbortedMessage = "u0vEn[The user did not consent the add-in permissions.]";
Strings.OfficeOM.L_UserClickIgnore = "jeIUr[The user chose to ignore the dialog box.]";
Strings.OfficeOM.L_UserNotSignedIn = "1L2Tr[No user is signed into Office.]";
Strings.OfficeOM.L_ValueNotLoaded = 'yUa7O[The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.]';
Strings.OfficeOM.L_WorkbookHiddenMessage = "IHOef[The JavaScript API request failed because the workbook was hidden. Please unhide the workbook and try again.]";
Strings.OfficeOM.L_WriteNotSupportedWhenModalDialogOpen = "c0r1k[Write operation is not supported for Office when a modal dialog is open.]";
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
Type.registerNamespace("_u");
_u.ExtensibilityStrings = function()
{
};
_u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings");
_u.ExtensibilityStrings.l_APICallFailedDueToItemChange_Text = "aFLze[The selected item has been changed.]";
_u.ExtensibilityStrings.l_API_Not_Supported_By_ExtensionPoint_Error_Text = "MuQhq[API not supported for extension point.]";
_u.ExtensibilityStrings.l_API_Not_Supported_For_Shared_Folders_Error = "RXvzX[API not supported for shared folders.]";
_u.ExtensibilityStrings.l_ActionsDefinitionMultipleActionsError_Text = "CQ61F[Only a single action is currently supported.]";
_u.ExtensibilityStrings.l_ActionsDefinitionWrongNotificationMessageError_Text = "b6zSp[Actions can't be defined for this notification message type.]";
_u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text = "h0ho0[The attachment cannot be deleted from the item.]";
_u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text = "9bYDV[The user removed the attachment before upload has completed.]";
_u.ExtensibilityStrings.l_AttachmentErrorName_Text = "e6S9w[Attachment Error]";
_u.ExtensibilityStrings.l_AttachmentExceededSize_Text = "D63AU[The attachment cannot be added because it is too big.]";
_u.ExtensibilityStrings.l_AttachmentItemIdTooLong_Text = "JMMxW[One or more of the attachment IDs is too long.]";
_u.ExtensibilityStrings.l_AttachmentNameTooLong_Text = "nSRcp[One or more of the attachment names is too long.]";
_u.ExtensibilityStrings.l_AttachmentNotSupported_Text = "Ufjta[The attachment type is not supported.]";
_u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text = "0gPAl[The attachment cannot be added to the item.]";
_u.ExtensibilityStrings.l_AttachmentUrlTooLong_Text = "n2mx3[One or more of the attachment URLs is too long.]";
_u.ExtensibilityStrings.l_Attachment_Download_Failed_Generic_Error = "b44U3[Downloading the attachment failed.]";
_u.ExtensibilityStrings.l_Attachment_Resource_Not_Found = "33F1J[The attachment was not found.]";
_u.ExtensibilityStrings.l_Attachment_Resource_UnAuthorizedAccess = "tKtUN[Unauthorized access to the attachment.]";
_u.ExtensibilityStrings.l_CallSaveAsyncBeforeToken_Text = "VtZoQ[The token can't be retrieved until the item is saved.]";
_u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text = "hnh2D[Attachments cannot be added while the full reply or forward is being retrieved from the server.]";
_u.ExtensibilityStrings.l_CannotPersistPropertyInUnsavedDraftError_Text = "lFfPt[Notifications can't be persisted in unsaved drafts. Save the item before you call this API.]";
_u.ExtensibilityStrings.l_CursorPositionChanged_Text = "PjcFc[The user changed the position of the cursor while the data was being inserted.]";
_u.ExtensibilityStrings.l_DataWriteErrorName_Text = "xgx03[Data Write Error]";
_u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "dLsV2[The attachment cannot be deleted because attachment with the attachment index cannot be found.]";
_u.ExtensibilityStrings.l_DisplayNameTooLong_Text = "PlGmA[One or more of the display names provided is too long.]";
_u.ExtensibilityStrings.l_DisplayReplyFormHtmlBodyRequired_Text = "sh4OA[The 'htmlBody' is required.]";
_u.ExtensibilityStrings.l_DuplicateNotificationKey_Text = "4irY6[A notification with the provided key already exists.]";
_u.ExtensibilityStrings.l_Duplicate_Category_Error_Text = "xKaYc[One of the categories provided is already in the master category list.]";
_u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text = "vpN0m[Elevated permission is required to call the method: '{0}'.]";
_u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text = "O3YaN[Elevated permission is required to access protected members of the JavaScript API for Office.]";
_u.ExtensibilityStrings.l_EmailAddressTooLong_Text = "LwH7z[One or more of the email addresses provided is too long.]";
_u.ExtensibilityStrings.l_EwsRequestOversized_Text = "uboan[The request exceeds the 1 MB size limit. Please modify your EWS request.]";
_u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text = "PKXEO[Attachments cannot be added because the message already has the maximum number of attachments]";
_u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text = "1o9wQ[The HTML santization has failed.]";
_u.ExtensibilityStrings.l_Insufficient_Item_Permissions_Text = "UnS7g[The user doesn't have the permissions required to perform this operation.]";
_u.ExtensibilityStrings.l_InternalFormatError_Text = "ex0FM[There was an internal format error.]";
_u.ExtensibilityStrings.l_InternalProtocolError_Text = "DZrmo[Internal protocol error: '{0}'.]";
_u.ExtensibilityStrings.l_Internal_Server_Error_Text = "33YvC[The Exchange server returned an error. Please look at the diagnostics object for more information.]";
_u.ExtensibilityStrings.l_Internet_Not_Connected_Error_Text = "mlqpV[The user is no longer connected to the network. Please check your network connection and try again.]";
_u.ExtensibilityStrings.l_InvalidActionType_Text = "5RL6t[The value of the parameter 'actionType' is invalid. The accepted value is \"showTaskPane\".]";
_u.ExtensibilityStrings.l_InvalidAttachmentId_Text = "39s5K[The attachment ID was invalid.]";
_u.ExtensibilityStrings.l_InvalidAttachmentPath_Text = "tMziE[The attachment path was invalid.]";
_u.ExtensibilityStrings.l_InvalidCommandIdError_Text = "J0XLq[The value of the parameter 'commandId' is invalid.]";
_u.ExtensibilityStrings.l_InvalidDate_Text = "DzuqP[The input doesn't resolve to a valid date.]";
_u.ExtensibilityStrings.l_InvalidEndTime_Text = "Ds0l1[The end time cannot be before the start time.]";
_u.ExtensibilityStrings.l_InvalidEventDates_Text = "QOLgI[The end date occurs before the start date.]";
_u.ExtensibilityStrings.l_InvalidParameterValueError_Text = "R0u0v[The value of the '{0}' parameter is invalid.]";
_u.ExtensibilityStrings.l_InvalidSelection_Text = "7hTkk[The selection is invalid.]";
_u.ExtensibilityStrings.l_InvalidTime_Text = "3FI84[The input doesn't resolve to a valid time.]";
_u.ExtensibilityStrings.l_Invalid_Category_Error_Text = "Q7VEm[Invalid categories were provided.]";
_u.ExtensibilityStrings.l_ItemNotFound_Text = "ohyMY[The item does not exist or has not been created.]";
_u.ExtensibilityStrings.l_Item_Not_Saved_Error_Text = "W6yB6[The id can't be retrieved until the item is saved.]";
_u.ExtensibilityStrings.l_KeyNotFound_Text = "sA1mw[The specified key was not found.]";
_u.ExtensibilityStrings.l_MessageInDifferentStoreError_Text = "SE3Zc[The EWS ID can't be retrieved because the message is saved in a different store.]";
_u.ExtensibilityStrings.l_Missing_Extended_Permissions_For_API = "f3ulw[Extended Permission missing for the API call.]";
_u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text = "GUfK9[No valid recipients were provided.]";
_u.ExtensibilityStrings.l_NotificationKeyNotFound_Text = "3Z6DW[There are no notifications with the provided key.]";
_u.ExtensibilityStrings.l_NullOrEmptyParameterError_Text = "TUp25[The parameter '{0}' is mandatory and it can't be null or empty.]";
_u.ExtensibilityStrings.l_NumberOfNotificationsExceeded_Text = "WMQ17[The notification couldn't be added because the notification limit has been reached.]";
_u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text = "zpupz[The total number of recipients in the field can't exceed {0}.]";
_u.ExtensibilityStrings.l_OffsetNotfound_Text = "7Oysv[An offset for this time stamp couldn't be found.]";
_u.ExtensibilityStrings.l_Olk_Http_Error_Text = "5QU73[The request has failed. Please look at the diagnostics object for the HTTP error code.]";
_u.ExtensibilityStrings.l_OnlineMeetingsUserDenied_Text = "zKLUo[User denied.]";
_u.ExtensibilityStrings.l_ParameterValueTooLongError_Text = "wqO9W[The value of the '{0}' parameter is too long. The maximum number of characters is '{1}'.]";
_u.ExtensibilityStrings.l_ParametersNotAsExpected_Text = "X5aEC[The given parameters do not match the expected format.]";
_u.ExtensibilityStrings.l_PersistedNotificationArrayReadError_Text = "vriVR[The API call you made failed because the persisted notifications couldn't be retrieved.]";
_u.ExtensibilityStrings.l_PersistedNotificationArraySaveError_Text = "xo4Kx[The API call you made failed because notifications couldn't be persisted.]";
_u.ExtensibilityStrings.l_RecurrenceErrorMaxOccurrences_Text = "X1pSJ[The recurring series exceeds the maximum limit of 999 occurrences.]";
_u.ExtensibilityStrings.l_RecurrenceErrorZeroOccurrences_Text = "bqfrU[The recurring series has no occurrences in the specified date range.]";
_u.ExtensibilityStrings.l_RecurrenceInvalidTimeZone_Text = "98QT7[The specified time zone is not supported.]";
_u.ExtensibilityStrings.l_RecurrenceUnsupportedAlternateCalendar_Text = "zXCzp[The recurrence pattern was set by the user using an alternate calendar that is not supported.]";
_u.ExtensibilityStrings.l_Recurrence_Error_Instance_SetAsync_Text = "XlOSr[A recurrence pattern can't be set for a single occurrence in a series.]";
_u.ExtensibilityStrings.l_Recurrence_Error_Properties_Invalid_Text = "UMYct[The recurrence pattern isn't valid. Please check that the specified recurrence properties align with the recurrence type.]";
_u.ExtensibilityStrings.l_SaveError_Text = "1d3LS[Connection error occurred while trying to save the item on the server.]";
_u.ExtensibilityStrings.l_SessionDataObjectMaxLengthExceeded_Text = "jj6oj[The 'sessionData' object surpassed its maximum length of '{0}' characters.]";
_u.ExtensibilityStrings.l_TokenAccessDeniedWithoutItemContext_Text = "rGcCz[A REST token is only available with ReadWriteMailbox permission when there is no item context.]"
File diff suppressed because one or more lines are too long