home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / webdata / usa / lib / lang.inc < prev    next >
Text File  |  1997-08-25  |  17KB  |  343 lines

  1. <%
  2. '<!--Microsoft Outlook Web Access-->
  3. '<!--Lang.inc : This file contains localizable strings used in VB script
  4. '<!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->
  5.  
  6.  
  7. L_ForwardPrefix_Text = "FW: " 'Text used in subject field for responses. Note space at end. 
  8. L_ReplyPrefix_Text = "RE: "   'Text used in subject field for responses. Note space at end.
  9.  
  10. L_NewMessage_Text = "New Message" 'Text used  in title of new message window. 
  11. L_NewPost_Text = "New Post" 'Text used in title of new post window 
  12. L_AnonymousUser_Text = "Anonymous" 'This is set in PR_SENT_REPRESENTING_NAME 
  13. 'HDR - Strings used in header responses
  14. L_HeaderFrom_Text            = "From:" 'Text used in response header
  15. L_HeaderTo_Text              = "To:" 'Text used in response header
  16. L_HeaderCc_Text              = "Cc:" 'Text used in response header
  17. L_HeaderBcc_Text             = "Bcc:" 'Text used in response header
  18. L_HeaderSENT_Text            = "Sent:" 'Text used in response header
  19. L_HeaderPostedTo_Text        = "Posted To:" 'Text used in response header
  20. L_HeaderPostedBy_Text        = "Posted By:" 'Text used in response header
  21. L_HeaderConversation_Text    = "Conversation:" 'Text used in response header
  22. L_HeaderPostedAt_Text        = "Posted At:" 'Text used in response header
  23. L_HeaderSubject_Text         = "Subject:" 'Text used in response header
  24.  
  25. L_HeaderKeywords_Text        = "Keywords:" 'Text used in response header
  26. L_HeaderImportance_Text      = "Importance:" 'Text used in response header
  27. L_HeaderSensitivity_Text     = "Sensitivity:" 'Text used in response header
  28.  
  29. L_HeaderWhen_Text            = "When:" 'Text used in response header
  30. L_HeaderWhere_Text            = "Where:" 'Text used in response header
  31. L_OriginalMessage_Text        = "Original Message" 'Text used in rply,fwd msg body
  32. L_UntitledAttach_Text = "Untitled"
  33. L_From_StaticText            = "From:"
  34. L_BCC_StaticText             = "Bcc:" 
  35. L_Subject_StaticText         = "Subject:" 
  36. L_CC_StaticText              = "Cc:" 
  37. L_TO_StaticText              = "To:" 
  38. L_Sent_StaticText            = "Sent:" 
  39. L_Keywords_StaticText        = "Keywords:" 
  40. L_Importance_StaticText      = "Importance:"
  41. L_PostedTo_StaticText        = "Posted To:"
  42. L_Conversation_StaticText    = "Conversation:"
  43. L_PostedBy_StaticText        = "Posted By:"
  44. L_Posted_StaticText         = "Posted:"
  45. L_PostTo_StaticText          = "Post to:"
  46.  
  47. L_Required_StaticText        = "Required:" 
  48. L_Optional_StaticText        = "Optional:" 
  49.  
  50. L_Location_StaticText        = "Location:" 
  51. L_When_StaticText            = "When:" 
  52. L_AllDayEvent_StaticText     = "All day event" 
  53.  
  54. L_BodyWhen_Text                = "When"
  55. L_BodyWhere_Text            = "Where"
  56.  
  57. L_Accept_StaticText        = "Accepted"
  58. L_Decline_staticText    = "Declined"
  59.  
  60. L_Free_StaticText          = "Free"
  61. L_Tentative_StaticText     = "Tentative"
  62. L_Busy_StaticText          = "Busy"
  63. L_OOF_StaticText           = "Out Of Office"
  64.  
  65. L_TentativePlanner_StaticText     = "Tentative" 'used in meeting request planner tab
  66.  
  67. L_PreviousDay_StaticText    = "Previous Day"
  68. L_NextDay_StaticText        = "Next Day"
  69.  
  70. L_AllAttendees_StaticText      = "All Attendees"
  71. L_StartTime_StaticText         = "Meeting Start Time:"
  72. L_EndTime_StaticText           = "Meeting End Time:"
  73. L_GeneralOptions_StaticText     = "General Options"
  74. L_ViewOptions_StaticText    = "View Options"
  75. L_TrackingOptions_StaticText     = "Tracking Options"
  76.  
  77. L_Low_Text                = "Low" 'Text used for importance
  78. L_High_Text                = "High" 'Text used for importance
  79. L_Normal_Text            = "Normal" 'Text used for importance and sensitivity
  80. L_Personal_Text            = "Personal" 'Text used for sensitivity
  81. L_Priv_Text                = "Private" 'Text used for sensitivity
  82. L_Confidential_Text        = "Confidential" 'Text used for sensitivity
  83.  
  84. L_Low_StaticText           = "Low" 
  85. L_High_StaticText           = "High" 
  86. L_Normal_StaticText        = "Normal" 
  87. L_Personal_StaticText       = "Personal" 
  88. L_Priv_StaticText           = "Private" 
  89. L_Confidential_StaticText  = "Confidential" 
  90. L_MoveCopy_StaticText        = "Move Copy"
  91. L_MSOutlookWebAccess_StaticText = "Microsoft Outlook Web Access"
  92.  
  93.  
  94. L_SaveCopyIn_Text        = "Save sent messages to:  Sent Items"
  95. L_ReportTime_Text        = "Time" 'Text used for delivery and nondelivery reports
  96. L_Reason_Text            = "Reason" 'Text used for delivery and nondelivery reports 
  97. L_ExtraInfo_Text        = "Extra Info" 'Text used for delivery and nondelivery reports
  98. L_Message_Text            = "Message"
  99. L_Options_Text            = "Options"
  100. L_Attachments_Text        = "Attachments"
  101. L_ReadReceipt_Text        = "Tell me when this message has been read"
  102. L_DeliveryReceipt_Text        = "Tell me when this message has been delivered"
  103. L_MessageSettings_Text        = "Message Settings"
  104.  
  105. L_Post_ToolTip        = "Post"
  106. L_Save_ToolTip        = "Save"
  107. L_Send_ToolTip        = "Send"
  108. L_Delete_ToolTip    = "Delete"
  109. L_Reply_ToolTip        = "Reply to sender"
  110. L_ReplyAll_ToolTip    = "Reply to all"
  111. L_ReplyFolder_ToolTip= "Reply to folder"
  112. L_Forward_ToolTip    = "Forward"
  113. L_NextMsg_ToolTip    = "Read next item"
  114. L_PrevMsg_ToolTip    = "Read previous item"
  115. L_MoveCopy_ToolTip    = "Move/Copy"
  116. L_Help_ToolTip        = "Get help information on the current window"
  117. L_CheckNames_ToolTip = "Check Names"
  118. L_EditSeries_ToolTip = "Edit Series"
  119. L_EmptyDelItms_ToolTip = "Empty Deleted Items Folder"
  120. L_SendUpdate_ToolTip="Send Update"
  121.  
  122. L_Accept_ToolTip        = "Accept"
  123. L_Tentative_ToolTip        = "Tentative"
  124. L_Decline_ToolTip        = "Decline"
  125.  
  126. L_DeleteAppt_ToolTip    = "Remove from Calendar"
  127.  
  128. L_InviteAttendees_ToolTip = "Invite Attendees"
  129. L_CancelInvitation_ToolTip = "Cancel Invitation"
  130.  
  131. L_AcceptPrefix_Text        = "Accepted: "
  132. L_TentativePrefix_Text    = "Tentative: "
  133. L_DeclinePrefix_Text    = "Declined: "
  134. L_CancelPrefix_Text        = "Canceled: "
  135. L_UpdatePrefix_Text        = "Updated: "
  136.  
  137. L_EditResp_Text            ="Edit the response before sending"
  138. L_SendResp_Text            ="Send the response now"
  139. L_DontResp_Text            ="Don't send a response"
  140.  
  141. L_NoAttendeeAccept_Text            ="No attendees have accepted."
  142. L_NoAttendeeTentative_Text        ="No attendees have tentatively accepted."
  143. L_NoAttendeeDecline_Text        ="No attendees have declined."
  144.  
  145. L_UpOneFolder_Text   = "Up one folder" 'Text used for folder picker 
  146. L_DetailsName_Text          = "Name" 'Text used in details page in finduser
  147. L_DetailsAlias_Text         = "Alias" 'Text used in details page in finduser
  148. L_DetailsDepartment_Text      = "Department" 'Text used in details page in finduser
  149. L_DetailsOffice_Text          = "Office" 'Text used in details page in finduser
  150. L_DetailsPhone_Text           = "Phone" 'Text used in details page in finduser
  151. L_AttachInstruct_Text  ="To add an attachment, type in a path or hit the browse button.  Then hit the Add Attachment Now button to add the attachment to the list below"
  152.  
  153.  
  154. L_YES_Text             = "Yes"
  155. L_NO_Text              = "No"
  156.  
  157.  
  158. L_Inbox_Text           = "Inbox" 'Text for inbox folder
  159. L_Mailbox_Text         = "Mailbox"
  160. L_Outbox_Text          = "Outbox" 'Text for outbox folder
  161. L_DeletedItems_Text   = "Deleted Items" 'Text for deleted items folder
  162. L_SentItems_Text      = "Sent Items" 'Text for sent items folder
  163. L_PublicFolders_Text  = "Public Folders" 
  164. L_Folder_Text          = "Folder"
  165. L_Folders_Text         = "Folders"
  166. L_Kilobytes_Text    = "KB" 
  167.  
  168.  
  169. L_Sunday_Text        = "Sunday"
  170. L_Monday_Text        = "Monday"
  171. L_Tuesday_Text        = "Tuesday"
  172. L_Wednesday_Text    = "Wednesday"
  173. L_Thursday_Text        = "Thursday"
  174. L_Friday_Text        = "Friday"
  175. L_Saturday_Text        = "Saturday"
  176.  
  177. L_Jan_Text = "January"
  178. L_Feb_Text = "February"
  179. L_Mar_Text = "March"
  180. L_Apr_Text = "April"
  181. L_May_Text = "May"
  182. L_Jun_Text = "June"
  183. L_Jul_Text = "July"
  184. L_Aug_Text = "August"
  185. L_Sep_Text = "September"
  186. L_Oct_Text = "October"
  187. L_Nov_Text = "November"
  188. L_Dec_Text = "December"
  189.  
  190. L_YourMessage_Text = "Your message"
  191. L_On_Text = "on"
  192. L_DRdelivered_Text = "was delivered to the following recipient(s):"
  193. L_IPNRNread_Text = "was read on"
  194. L_NDRmessageNotReach_Text = "did not reach some or all of the intended recipients."
  195. L_NDRrecipientNotReach_Text = "The following recipient(s) could not be reached:"
  196. L_NDRnoTransport_Text = "No transport provider was available for delivery to this recipient."
  197.  
  198. L_MessageSaved_Message = "Message saved." 'Used in Jscript
  199.  
  200. 'Strings used in the When field of Appointments and Meeting requests.
  201. L_When_Field_Day_Text        = "day"            'text used in the When field
  202. L_When_Field_Days_Text        = "days"        'text used in the When field
  203. L_When_Field_Every_Text        = "every"        'text used in the When field
  204. L_When_Field_OfEvery_Text    = "of every"    'text used in the When field
  205. L_When_Field_WeeksOn_Text    = "week(s) on"    'text used in the When field
  206. L_When_Field_WeekDay_Text    = "weekday"        'text used in the When field
  207. L_When_Field_WeekendDay_Text    = "weekend day"    'text used in the When field
  208. L_When_Field_Months_Text    = "month(s)"    'text used in the When field
  209. L_When_Field_Occurs_Text    = "Occurs"        'text used in the When field
  210. L_When_Field_Effective_Text    = "effective"    'text used in the When field
  211. L_When_Field_From_Text        = "from"        'text used in the When field
  212. L_When_Field_To_Text        = "to"            'text used in the When field
  213. L_When_Field_The_Text        = "the"            'text used in the When field
  214. L_When_Field_Until_Text        = "until"        'text used in the When field
  215. L_When_Field_For1Day_Text    = "for 1 day"    'text used in the When field
  216. L_When_Field_For2Days_Text    = "for 2 days"    'text used in the When field
  217.  
  218. L_When_Field_First_Text        = "first"        'text used in the When field
  219. L_When_Field_Second_Text    = "second"        'text used in the When field
  220. L_When_Field_Third_Text        = "third"        'text used in the When field
  221. L_When_Field_Fourth_Text    = "fourth"        'text used in the When field
  222. L_When_Field_Last_Text        = "last"        'text used in the When field
  223.  
  224. ' date/time format strings used to construct "when" field in appointments
  225. L_WhenDate_Text = "dddd'','' MMMM d'','' yyyy" ' date format string for appointments
  226. L_WhenDate1_Text = "M/dd/yy"                   ' date format string for appointments
  227. L_WhenTime_Text = "h'':''mm tt" ' time format string for appointments
  228. L_WhenTime1_Text= "H'':''mm"    ' 24-hour time format string for appointments
  229.  
  230. 'Error Strings
  231. L_Error_ErrorMessage                   = "Error."
  232. L_errFailedToCreateApp_ErrorMessage    = "Failed to create application object"
  233.  
  234. L_errFailedToAuthenticate_ErrorMessage = "Failed to Authenticate User."
  235.  
  236.  
  237. L_errPageDisabled_ErrorMessage         = "This page has been disabled, please see your administrator." 
  238. L_errFailedToGetInbox_ErrorMessage     = "Failed to get Inbox"
  239. L_errOpeningAddressEntry_ErrorMessage  = "Error opening address entry"
  240. L_errInternalErrorRendObj_ErrorMessage = "Internal error creating rendering object"
  241. L_errInternalErrorDataSrc_ErrorMessage = "Internal error setting data source"
  242. L_errCreateItemPermision_ErrorMessage  = "You do not have permission to create items in this folder."
  243. L_errMessage004_ErrorMessage           = "There were problems sending the message. Try again or cancel."
  244. L_errMessageDeleted_ErrorMessage       = "Your message does not exist in this folder. It may have been deleted."
  245. L_errFailedToCreateSession_ErrorMessage = "Internal error: failed to create MAPI.Session."
  246. L_errFailedConnect_ErrorMessage         = "Failed to connect to the Microsoft Exchange Server, "
  247. L_errHTTPDisabled_ErrorMessage          = "HTTP access for this account has been disabled by an administrator."
  248. L_errCannotGetMessageObj_ErrorMessage   = "Cannot get Messages Object"
  249. L_errFailDeleteFolder_ErrorMessage      = "The folder could not be deleted."
  250. L_errDeletedItemExists_ErrorMessage     = "An item of the same name already exists in the deleted items folder."
  251. L_errNoMoreMessages_ErrorMessage        = "There are no more messages in that direction."
  252. L_errAddrBookInvalid_ErrorMessage       = "Internal Error: Address book hierarchy is invalid."
  253. L_errRenderPropError_ErrorMessage       = "An internal error occurred while rendering a property."
  254. L_errRenderLink_ErrorMessage            = "Error rendering link."
  255. L_errFailOpenMessage_ErrorMessage       = "Failed to open this message."
  256. L_errMessageTimedOut_ErrorMessage        = "Your message was lost when your session timed out. Any prior saves you made to this message may be retrieved from the folder."
  257. L_errMessageTimedOut2_ErrorMessage        = "Your session timed out before this message could be opened.  After closing this window you will need to refresh the browser in order to update your messages."
  258. L_errFailGettingAttachment_ErrorMessage = "Failed getting attachment."
  259. L_errFailOpenFolder_ErrorMessage        = "Failed to open folder."
  260. L_errFailMoveFolder_ErrorMessage        = "This folder cannot be moved."
  261. L_errFailMoveMessage_ErrorMessage       = "Failed to move message."
  262. L_errFailUpdateMessage_ErrorMessage     = "Failed to update message."
  263. L_errFailCreateMessage_ErrorMessage     = "Failed to create message."
  264. L_errFailSendMessage_ErrorMessage       = "Failed to send message."
  265. L_errFailDeleteMessage_ErrorMessage     = "Unable to delete message"
  266. L_errNoRecipients_ErrorMessage          = "You must enter at least one name in the To, CC, or BCC box."
  267. L_errFailOOFSettings_ErrorMessage       = "Unable to save out of office settings."
  268. L_errMtgRqNoRecipients_ErrorMessage        = "You must enter at least one name in the To box."
  269.  
  270. L_errApplicNull_ErrorMessage            = "Unable to access Application"
  271. L_errFailAddFormat_ErrorMessage         = "Unable to add format"
  272. L_errFailGetViews_ErrorMessage          = "Unable to get views available to render"
  273. L_errFailGetStores_ErrorMessage         = "Unable to get stores collection"
  274.  
  275. L_errFailDeleteAccess_ErrorMessage      = "Unable to access item to be deleted"
  276. L_errFailGetPubFolder_ErrorMessage      = "Unable to get public folder"
  277. L_errFailGetAnonPubFolders_ErrorMessage = "Unable to get Published Folder List"
  278. L_errFailCreateFolder_ErrorMessage      = "Unable to create folder"
  279. L_errFolderNotReplicated_ErrorMessage   = "Either this folder has not been replicated, or the folder's server is down."
  280. L_errGeneralErr_ErrorMessage            = "General Error"
  281.  
  282. L_errInitPage_ErrorMessage              = "Unable to initialize page"
  283. L_errNoPermissions_ErrorMessage         = "You don't have permissions"
  284. L_errPage_ErrorMessage                  = "Unable to get page"
  285.  
  286. L_errRenderer_ErrorMessage              = "Unable to get renderer"
  287. L_errRenderFolder_ErrorMessage          = "Unable to render folder"
  288. L_errFolderDeleted_ErrorMessage            = "This folder may have been deleted."
  289. L_errRenderView_ErrorMessage            = "Unable to render this view"
  290.  
  291.  
  292. L_errCopyFolder_ErrorMessage               = "The folder could not be copied."
  293. L_errCopyMessage_ErrorMessage              = "The message could not be copied."
  294. L_errMoveMessage_ErrorMessage              = "The message could not be moved."
  295. L_errOpenFolder_ErrorMessage               = "The folder could not be opened."
  296. L_errCopyFolderExists_ErrorMessage         = "A folder with the same name already exists under this folder."
  297. L_errCopyFolderToSubfolder_ErrorMessage    = "A folder cannot be copied onto one of its subfolders."
  298. L_errCopyFolderPermission_ErrorMessage     = "You do not have the necessary permission to create subfolders in this folder."
  299. L_errCopyMessagePermission_ErrorMessage    = "You do not have the necessary permission to create messages in this folder."
  300. L_errUnknown_ErrorMessage                  = "An unknown error has occurred."
  301. L_errNoViewFolderPermissions_ErrorMessage  = "You don't have the necessary permissions to view this folder."
  302. L_errMoveMessagePermission_ErrorMessage    = "You do not have the necessary permission to move this message."
  303.  
  304. L_strEnterFolderName_Message          = "Enter the name of the folder you want to create." 
  305. L_strDefaultFolderName_Text        = "New Folder"
  306. L_strFolderNameTooLong_Message        = "Folder names need to be less than 256 characters long."
  307. L_strFolderNameAllSpaces_Message        = "Error! Folder names can't be all spaces."
  308. L_strDeleteFolder_Message             = "Are you sure you want to delete the current folder and its subfolders?"
  309. L_strTotalMessages_StatusBar            = "Total messages: " 'Text displayed in status bar with count of messages appended to it.
  310. L_strAlreadyAtBeginning_Message       = "You are already at the beginning of your messages."
  311. L_strAlreadyAtEnd_Message             = "You are already at the end of your messages."
  312. L_strOnlyHaveOnePage_Message          = "You only have one page of messages."
  313. L_strEnterNumberBetween_Message       = "Please enter a number in the valid range."
  314. L_strAttachmentsNotSupported_Message  = "This version of your browser does not support adding file attachments." 
  315. L_ConfirmEmptyDelItemFldr_Message = "Are you sure you want to permanently delete all the items and subfolders in the Deleted Items folder?"
  316. L_errFailSetDefaultPatterns_ErrorMessage = "Unable to set default formats and patterns"
  317.  
  318.  
  319. %>
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.