Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

outlook_strings.debug.js 3.1KB

1234567891011121314151617181920212223242526272829303132
  1. Type.registerNamespace('_u');
  2. _u.ExtensibilityStrings=function _u_ExtensibilityStrings() {
  3. }
  4. _u.ExtensibilityStrings.registerClass('_u.ExtensibilityStrings');
  5. _u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text='The attachment cannot be deleted because attachment with the attachment index cannot be found.';
  6. _u.ExtensibilityStrings.l_EwsRequestOversized_Text='The request exceeds the 1 MB size limit. Please modify your EWS request.';
  7. _u.ExtensibilityStrings.l_ElevatedPermissionNeededForMethod_Text='Elevated permission is required to call the method: \'{0}\'.';
  8. _u.ExtensibilityStrings.l_AttachmentErrorName_Text='Attachment Error';
  9. _u.ExtensibilityStrings.l_InvalidEventDates_Text='The end date occurs before the start date.';
  10. _u.ExtensibilityStrings.l_DisplayNameTooLong_Text='One or more of the display names provided is too long.';
  11. _u.ExtensibilityStrings.l_NumberOfRecipientsExceeded_Text='The total number of recipients in the field can\'t exceed {0}.';
  12. _u.ExtensibilityStrings.l_HtmlSanitizationFailure_Text='The HTML santization has failed.';
  13. _u.ExtensibilityStrings.l_DataWriteErrorName_Text='Data Write Error';
  14. _u.ExtensibilityStrings.l_ElevatedPermissionNeeded_Text='Elevated permission is required to access protected members of the JavaScript API for Office.';
  15. _u.ExtensibilityStrings.l_ExceededMaxNumberOfAttachments_Text='Attachments cannot be added because the message already has the maximum number of attachments';
  16. _u.ExtensibilityStrings.l_InternalProtocolError_Text='Internal protocol error: \'{0}\'.';
  17. _u.ExtensibilityStrings.l_AttachmentDeletedBeforeUploadCompletes_Text='The user removed the attachment before upload has completed.';
  18. _u.ExtensibilityStrings.l_OffsetNotfound_Text='An offset for this time stamp couldn\'t be found.';
  19. _u.ExtensibilityStrings.l_AttachmentExceededSize_Text='The attachment cannot be added because it is too big.';
  20. _u.ExtensibilityStrings.l_InvalidEndTime_Text='The end time cannot be before the start time.';
  21. _u.ExtensibilityStrings.l_ParametersNotAsExpected_Text='The given parameters do not match the expected format.';
  22. _u.ExtensibilityStrings.l_AttachmentUploadGeneralFailure_Text='The attachment cannot be added to the item.';
  23. _u.ExtensibilityStrings.l_NoValidRecipientsProvided_Text='No valid recipients were provided.';
  24. _u.ExtensibilityStrings.l_InvalidAttachmentId_Text='The attachment ID was invalid.';
  25. _u.ExtensibilityStrings.l_CannotAddAttachmentBeforeUpgrade_Text='Attachments cannot be added while the full reply or forward is being retrieved from the server.';
  26. _u.ExtensibilityStrings.l_EmailAddressTooLong_Text='One or more of the email addresses provided is too long.';
  27. _u.ExtensibilityStrings.l_InvalidAttachmentPath_Text='The attachment path was invalid.';
  28. _u.ExtensibilityStrings.l_AttachmentDeleteGeneralFailure_Text='The attachment cannot be deleted from the item.';
  29. _u.ExtensibilityStrings.l_InternalFormatError_Text='There was an internal format error.';
  30. _u.ExtensibilityStrings.l_InvalidDate_Text='The input doesn\'t resolve to a valid date.';
  31. _u.ExtensibilityStrings.l_CursorPositionChanged_Text='The user changed the position of the cursor while the data was being inserted.';