UNPKG

16 kBJavaScriptView Raw
1if (window.Type && window.Type.registerNamespace) {
2Type.registerNamespace('Strings');} else {
3if(typeof(window['Strings']) == 'undefined') {
4window['Strings'] = new Object(); window['Strings']. __namespace = true;
5}
6
7}
8
9Strings.OfficeOM=function Strings_OfficeOM() {
10}
11if (Strings.OfficeOM.registerClass) Strings.OfficeOM.registerClass('Strings.OfficeOM');
12Strings.OfficeOM.L_APICallFailed='API Call Failed';
13Strings.OfficeOM.L_APINotSupported='API Not Supported';
14Strings.OfficeOM.L_ActivityLimitReached='Activity limit has been reached.';
15Strings.OfficeOM.L_AddBindingFromPromptDefaultText='Please make a selection.';
16Strings.OfficeOM.L_AddinIsAlreadyRequestingToken='Add-in is already requesting an access token.';
17Strings.OfficeOM.L_AddinIsAlreadyRequestingTokenMessage='The operation failed because this add-in is already requesting an access token.';
18Strings.OfficeOM.L_ApiNotFoundDetails='The method or property {0} is part of the {1} requirement set, which is not available in your version of {2}.';
19Strings.OfficeOM.L_AppNameNotExist='Add-in Name for {0} doesn\'t exist.';
20Strings.OfficeOM.L_AppNotExistInitializeNotCalled='Application {0} does not exist. Microsoft.Office.WebExtension.initialize(reason) is not called.';
21Strings.OfficeOM.L_AttemptingToSetReadOnlyProperty='Attempting to set read-only property \'{0}\'.';
22Strings.OfficeOM.L_BadSelectorString='The string passed into the selector is improperly formatted or unsupported.';
23Strings.OfficeOM.L_BindingCreationError='Binding Creation Error';
24Strings.OfficeOM.L_BindingNotExist='The specified binding does not exist.';
25Strings.OfficeOM.L_BindingToMultipleSelection='Noncontiguous selections are not supported.';
26Strings.OfficeOM.L_BrowserAPINotSupported='This browser does not support the requested API.';
27Strings.OfficeOM.L_CallbackNotAFunction='Callback must be of type function, was of type {0}.';
28Strings.OfficeOM.L_CannotApplyPropertyThroughSetMethod='Changes to property \'{0}\' cannot be applied through an \"object.set\" method.';
29Strings.OfficeOM.L_CannotNavigateTo='The object is located in a place where navigation is not supported.';
30Strings.OfficeOM.L_CannotRegisterEvent='The event handler cannot be registered.';
31Strings.OfficeOM.L_CannotWriteToSelection='Cannot write to the current selection.';
32Strings.OfficeOM.L_CellDataAmountBeyondLimits='Note: The number of cells in a table is suggested to be below 20,000 cells.';
33Strings.OfficeOM.L_CellFormatAmountBeyondLimits='Note: The formatting sets set by a Formatting API call is suggested to be below 100.';
34Strings.OfficeOM.L_CloseFileBeforeRetrieve='Call closeAsync on the current File before retrieving another.';
35Strings.OfficeOM.L_CoercionTypeNotMatchBinding='The specified coercion type is not compatible with this binding type.';
36Strings.OfficeOM.L_CoercionTypeNotSupported='The specified coercion type is not supported.';
37Strings.OfficeOM.L_ColIndexOutOfRange='The column index value is out of the allowed range. Use a value (0 or higher) that\'s less than the number of columns.';
38Strings.OfficeOM.L_ConfirmCancelMessage='Sorry, we can\'t continue.';
39Strings.OfficeOM.L_ConfirmDialog='The domain {0} is acting as Microsoft Office and can run Office add-ins, which can access your personal data. If you trust the domain to run as Office and access your data, click OK to continue.';
40Strings.OfficeOM.L_ConfirmDialogApiTrustsParent='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}.';
41Strings.OfficeOM.L_ConfirmRefreshMessage='To continue, remove the add-in and add it again, or refresh the page.';
42Strings.OfficeOM.L_ConnectionFailureWithDetails='The request failed with status code of {0}, error code {1} and the following error message: {2}';
43Strings.OfficeOM.L_ConnectionFailureWithStatus='The request failed with status code of {0}.';
44Strings.OfficeOM.L_ContinueButton='Continue';
45Strings.OfficeOM.L_CustomFunctionDefinitionMissing='A property with this name that represents the function\'s definition must exist on Excel.Script.CustomFunctions.';
46Strings.OfficeOM.L_CustomFunctionImplementationMissing='The property with this name on Excel.Script.CustomFunctions that represents the function\'s definition must contain a \'call\' property that implements the function.';
47Strings.OfficeOM.L_CustomFunctionNameCannotSplit='The function name must contain a non-empty namespace and a non-empty short name.';
48Strings.OfficeOM.L_CustomFunctionNameContainsBadChars='The function name may only contain letters, digits, underscores, and periods.';
49Strings.OfficeOM.L_CustomXmlError='Custom XML Error.';
50Strings.OfficeOM.L_CustomXmlExceedQuotaMessage='XPath limits selection to 1024 items.';
51Strings.OfficeOM.L_CustomXmlExceedQuotaName='Selection Limit Reached';
52Strings.OfficeOM.L_CustomXmlNodeNotFound='The specified node was not found.';
53Strings.OfficeOM.L_CustomXmlOutOfDateMessage='The data is out of date. Retrieve the object again.';
54Strings.OfficeOM.L_CustomXmlOutOfDateName='Data Not Current';
55Strings.OfficeOM.L_DataNotMatchBindingSize='The supplied data object does not match the size of the current selection.';
56Strings.OfficeOM.L_DataNotMatchBindingType='The specified data object is not compatible with the binding type.';
57Strings.OfficeOM.L_DataNotMatchCoercionType='The type of the specified data object is not compatible with the current selection.';
58Strings.OfficeOM.L_DataNotMatchSelection='The supplied data object is not compatible with the shape or dimensions of the current selection.';
59Strings.OfficeOM.L_DataReadError='Data Read Error';
60Strings.OfficeOM.L_DataStale='Data Not Current';
61Strings.OfficeOM.L_DataWriteError='Data Write Error';
62Strings.OfficeOM.L_DataWriteReminder='Data Write Reminder';
63Strings.OfficeOM.L_DialogAddressNotTrusted='The domain of the URL is not included in the AppDomains element in the manifest, and is not subdomain of source location.';
64Strings.OfficeOM.L_DialogAlreadyOpened='The operation failed because this add-in already has an active dialog.';
65Strings.OfficeOM.L_DialogInvalidScheme='The URL scheme is not supported. Use HTTPS instead.';
66Strings.OfficeOM.L_DialogNavigateError='Dialog Navigation Error';
67Strings.OfficeOM.L_DialogOK='OK';
68Strings.OfficeOM.L_DialogParentIsMinimized='The operation failed because parent window is minimized.';
69Strings.OfficeOM.L_DialogRequireHTTPS='The HTTP protocol is not supported. Use HTTPS instead';
70Strings.OfficeOM.L_DisplayDialogError='Display Dialog Error';
71Strings.OfficeOM.L_DocumentIsInactive='The operation failed because the document containing this add-in is inactive.';
72Strings.OfficeOM.L_DocumentReadOnly='The requested operation is not allowed on the current document mode.';
73Strings.OfficeOM.L_ElementMissing='We couldn\'t format the table cell because some parameter values are missing. Double-check the parameters and try again.';
74Strings.OfficeOM.L_EventHandlerAdditionFailed='Failed to add the event handler.';
75Strings.OfficeOM.L_EventHandlerNotExist='The specified event handler was not found for this binding.';
76Strings.OfficeOM.L_EventHandlerRemovalFailed='Failed to remove the event handler.';
77Strings.OfficeOM.L_EventRegistrationError='Event Registration Error';
78Strings.OfficeOM.L_FileTypeNotSupported='The specified file type is not supported.';
79Strings.OfficeOM.L_FormatValueOutOfRange='The value is out of the allowed range.';
80Strings.OfficeOM.L_FormattingReminder='Formatting Reminder';
81Strings.OfficeOM.L_FunctionCallFailed='Function {0} call failed, error code: {1}.';
82Strings.OfficeOM.L_GetDataIsTooLarge='The requested data set is too large.';
83Strings.OfficeOM.L_GetDataParametersConflict='The specified parameters conflict.';
84Strings.OfficeOM.L_GetSelectionNotSupported='The current selection is not supported.';
85Strings.OfficeOM.L_HostError='Host Error';
86Strings.OfficeOM.L_ImplicitGetAuthContextMissing='The function to get authentication context is missing';
87Strings.OfficeOM.L_ImplicitNotLoaded='The module is not loaded before acquire a token';
88Strings.OfficeOM.L_InValidOptionalArgument='invalid optional argument';
89Strings.OfficeOM.L_IndexOutOfRange='Index out of range.';
90Strings.OfficeOM.L_InitializeNotReady='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.';
91Strings.OfficeOM.L_InternalError='Internal Error';
92Strings.OfficeOM.L_InternalErrorDescription='An internal error has occurred.';
93Strings.OfficeOM.L_InvalidAPICall='Invalid API Call';
94Strings.OfficeOM.L_InvalidApiArgumentsMessage='Invalid input arguments.';
95Strings.OfficeOM.L_InvalidApiCallInContext='Invalid API call in the current context.';
96Strings.OfficeOM.L_InvalidArgument='The argument \'{0}\' doesn\'t work for this situation, is missing, or isn\'t in the right format.';
97Strings.OfficeOM.L_InvalidArgumentGeneric='The argument(s) passed into the function don\'t work for this situation, are missing, or aren\'t in the right format.';
98Strings.OfficeOM.L_InvalidBinding='Invalid Binding';
99Strings.OfficeOM.L_InvalidBindingError='Invalid Binding Error';
100Strings.OfficeOM.L_InvalidBindingOperation='Invalid Binding Operation';
101Strings.OfficeOM.L_InvalidCellsValue='One or more of the cells parameters have values that aren\'t allowed. Double-check the values and try again.';
102Strings.OfficeOM.L_InvalidCoercion='Invalid Coercion Type';
103Strings.OfficeOM.L_InvalidColumnsForBinding='The specified columns are invalid.';
104Strings.OfficeOM.L_InvalidDataFormat='The format of the specified data object is invalid.';
105Strings.OfficeOM.L_InvalidDataObject='Invalid Data Object';
106Strings.OfficeOM.L_InvalidFormat='Invalid Format Error';
107Strings.OfficeOM.L_InvalidFormatValue='One or more of the format parameters have values that aren\'t allowed. Double-check the values and try again.';
108Strings.OfficeOM.L_InvalidGetColumns='The specified columns are invalid.';
109Strings.OfficeOM.L_InvalidGetRowColumnCounts='The specified rowCount or columnCount values are invalid.';
110Strings.OfficeOM.L_InvalidGetRows='The specified rows are invalid.';
111Strings.OfficeOM.L_InvalidGetStartRowColumn='The specified startRow or startColumn values are invalid.';
112Strings.OfficeOM.L_InvalidGrant='Preauthorization missing.';
113Strings.OfficeOM.L_InvalidGrantMessage='Missing grant for this add-in.';
114Strings.OfficeOM.L_InvalidNamedItemForBindingType='The specified binding type is not compatible with the supplied named item.';
115Strings.OfficeOM.L_InvalidNode='Invalid Node';
116Strings.OfficeOM.L_InvalidObjectPath='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.';
117Strings.OfficeOM.L_InvalidOperationInCellEditMode='Excel is in cell-editing mode. Please exit the edit mode by pressing ENTER or TAB or selecting another cell, and then try again.';
118Strings.OfficeOM.L_InvalidOrTimedOutSession='Invalid Or Timed Out Session';
119Strings.OfficeOM.L_InvalidOrTimedOutSessionMessage='Your Office session has expired or is invalid. To continue, refresh the page.';
120Strings.OfficeOM.L_InvalidParameters='Function {0} has invalid parameters.';
121Strings.OfficeOM.L_InvalidReadForBlankRow='The specified row is blank.';
122Strings.OfficeOM.L_InvalidRequestContext='Cannot use the object across different request contexts.';
123Strings.OfficeOM.L_InvalidResourceUrl='Invalid application resource Url provided.';
124Strings.OfficeOM.L_InvalidResourceUrlMessage='Invalid resource Url specified in the manifest.';
125Strings.OfficeOM.L_InvalidSSOAddinMessage='The identity API is not supported for this add-in.';
126Strings.OfficeOM.L_InvalidSelectionForBindingType='A binding cannot be created with the current selection and the specified binding type.';
127Strings.OfficeOM.L_InvalidSetColumns='The specified columns are invalid.';
128Strings.OfficeOM.L_InvalidSetRows='The specified rows are invalid.';
129Strings.OfficeOM.L_InvalidSetStartRowColumn='The specified startRow or startColumn values are invalid.';
130Strings.OfficeOM.L_InvalidTableOptionValue='One or more of the tableOptions parameters have values that aren\'t allowed. Double-check the values and try again.';
131Strings.OfficeOM.L_InvalidValue='Invalid Value';
132Strings.OfficeOM.L_MemoryLimit='Memory Limit Exceeded';
133Strings.OfficeOM.L_MissingParameter='Missing Parameter';
134Strings.OfficeOM.L_MissingRequiredArguments='missing some required arguments';
135Strings.OfficeOM.L_ModalDialogOpeng='The operation failed because this add-in already has an active modal dialog.';
136Strings.OfficeOM.L_MultipleNamedItemFound='Multiple objects with the same name were found.';
137Strings.OfficeOM.L_NamedItemNotFound='The named item does not exist.';
138Strings.OfficeOM.L_NavOutOfBound='The operation failed because the index is out of range.';
139Strings.OfficeOM.L_NetworkProblem='Network Problem';
140Strings.OfficeOM.L_NetworkProblemRetrieveFile='A network problem has prevented retrieval of the file.';
141Strings.OfficeOM.L_NewWindowCrossZone='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.';
142Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink='configure your browser';
143Strings.OfficeOM.L_NewWindowCrossZoneErrorString='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.';
144Strings.OfficeOM.L_NoCapability='You don\'t have sufficient permissions for this action.';
145Strings.OfficeOM.L_NoHttpsWAC='This Office session is not using a secure connection. We recommend that you take extra precautions.';
146Strings.OfficeOM.L_NonUniformPartialGetNotSupported='Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.';
147Strings.OfficeOM.L_NonUniformPartialSetNotSupported='Coordinate parameters cannot be used with coercion type Table when the table contains merged cells.';
148Strings.OfficeOM.L_NotImplemented='Function {0} is not implemented.';
149Strings.OfficeOM.L_NotSupported='Function {0} is not supported.';
150Strings.OfficeOM.L_NotSupportedBindingType='The specified binding type {0} is not supported.';
151Strings.OfficeOM.L_NotSupportedEventType='The specified event type {0} is not supported.';
152Strings.OfficeOM.L_NotTrustedWAC='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.';
153Strings.OfficeOM.L_OperationCancelledError='Operation Cancelled';
154Strings.OfficeOM.L_OperationCancelledErrorMessage='The operation was cancelled by the user.';
155Strings.OfficeOM.L_OperationNotSupported='The operation is not supported.';
156Strings.OfficeOM.L_OperationNotSupportedOnMatrixData='Selected content needs to be in table format. Format the data as a table and try again.';
157Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType='Operation is not supported on this binding type.';
158Strings.OfficeOM.L_OsfControlTypeNotSupported='OsfControl type not supported.';
159Strings.OfficeOM.L_OutOfRange='Out of Range';
160Strings.OfficeOM.L_OverwriteWorksheetData='The set operation failed because the supplied data object will overwrite or shift data.';
161Strings.OfficeOM.L_PermissionDenied='Permission Denied';
162Strings.OfficeOM.L_PropertyDoesNotExist='Property \'{0}\' does not exist on the object.';
163Strings.OfficeOM.L_PropertyNotLoaded='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.';
164Strings.OfficeOM.L_ReadSettingsError='Read Se
\No newline at end of file