|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<root> |
| 3 | + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> |
| 4 | + <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> |
| 5 | + <xsd:element name="root" msdata:IsDataSet="true"> |
| 6 | + <xsd:complexType> |
| 7 | + <xsd:choice maxOccurs="unbounded"> |
| 8 | + <xsd:element name="metadata"> |
| 9 | + <xsd:complexType> |
| 10 | + <xsd:sequence> |
| 11 | + <xsd:element name="value" type="xsd:string" minOccurs="0" /> |
| 12 | + </xsd:sequence> |
| 13 | + <xsd:attribute name="name" use="required" type="xsd:string" /> |
| 14 | + <xsd:attribute name="type" type="xsd:string" /> |
| 15 | + <xsd:attribute name="mimetype" type="xsd:string" /> |
| 16 | + <xsd:attribute ref="xml:space" /> |
| 17 | + </xsd:complexType> |
| 18 | + </xsd:element> |
| 19 | + <xsd:element name="assembly"> |
| 20 | + <xsd:complexType> |
| 21 | + <xsd:attribute name="alias" type="xsd:string" /> |
| 22 | + <xsd:attribute name="name" type="xsd:string" /> |
| 23 | + </xsd:complexType> |
| 24 | + </xsd:element> |
| 25 | + <xsd:element name="data"> |
| 26 | + <xsd:complexType> |
| 27 | + <xsd:sequence> |
| 28 | + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
| 29 | + <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> |
| 30 | + </xsd:sequence> |
| 31 | + <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> |
| 32 | + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> |
| 33 | + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> |
| 34 | + <xsd:attribute ref="xml:space" /> |
| 35 | + </xsd:complexType> |
| 36 | + </xsd:element> |
| 37 | + <xsd:element name="resheader"> |
| 38 | + <xsd:complexType> |
| 39 | + <xsd:sequence> |
| 40 | + <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
| 41 | + </xsd:sequence> |
| 42 | + <xsd:attribute name="name" type="xsd:string" use="required" /> |
| 43 | + </xsd:complexType> |
| 44 | + </xsd:element> |
| 45 | + </xsd:choice> |
| 46 | + </xsd:complexType> |
| 47 | + </xsd:element> |
| 48 | + </xsd:schema> |
| 49 | + <resheader name="resmimetype"> |
| 50 | + <value>text/microsoft-resx</value> |
| 51 | + </resheader> |
| 52 | + <resheader name="version"> |
| 53 | + <value>2.0</value> |
| 54 | + </resheader> |
| 55 | + <resheader name="reader"> |
| 56 | + <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
| 57 | + </resheader> |
| 58 | + <resheader name="writer"> |
| 59 | + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
| 60 | + </resheader> |
| 61 | + <data name="CommunicationTestModule" xml:space="preserve"> |
| 62 | + <value>Communication Tests</value> |
| 63 | + </data> |
| 64 | + <data name="CommunicationTestsHeader" xml:space="preserve"> |
| 65 | + <value>Communication Tests</value> |
| 66 | + </data> |
| 67 | + <data name="NewTest" xml:space="preserve"> |
| 68 | + <value>New Test</value> |
| 69 | + </data> |
| 70 | + <data name="EditTest" xml:space="preserve"> |
| 71 | + <value>Edit Test</value> |
| 72 | + </data> |
| 73 | + <data name="DeleteTest" xml:space="preserve"> |
| 74 | + <value>Delete Test</value> |
| 75 | + </data> |
| 76 | + <data name="DeleteTestWarning" xml:space="preserve"> |
| 77 | + <value>Are you sure you want to delete this test?</value> |
| 78 | + </data> |
| 79 | + <data name="TestDefinitions" xml:space="preserve"> |
| 80 | + <value>Test Definitions</value> |
| 81 | + </data> |
| 82 | + <data name="TestName" xml:space="preserve"> |
| 83 | + <value>Name</value> |
| 84 | + </data> |
| 85 | + <data name="TestDescription" xml:space="preserve"> |
| 86 | + <value>Description</value> |
| 87 | + </data> |
| 88 | + <data name="ScheduleType" xml:space="preserve"> |
| 89 | + <value>Schedule Type</value> |
| 90 | + </data> |
| 91 | + <data name="OnDemand" xml:space="preserve"> |
| 92 | + <value>On Demand</value> |
| 93 | + </data> |
| 94 | + <data name="Weekly" xml:space="preserve"> |
| 95 | + <value>Weekly</value> |
| 96 | + </data> |
| 97 | + <data name="Monthly" xml:space="preserve"> |
| 98 | + <value>Monthly</value> |
| 99 | + </data> |
| 100 | + <data name="DaysOfWeek" xml:space="preserve"> |
| 101 | + <value>Days of Week</value> |
| 102 | + </data> |
| 103 | + <data name="DayOfMonth" xml:space="preserve"> |
| 104 | + <value>Day of Month</value> |
| 105 | + </data> |
| 106 | + <data name="Time" xml:space="preserve"> |
| 107 | + <value>Time</value> |
| 108 | + </data> |
| 109 | + <data name="ChannelsToTest" xml:space="preserve"> |
| 110 | + <value>Channels to Test</value> |
| 111 | + </data> |
| 112 | + <data name="SMS" xml:space="preserve"> |
| 113 | + <value>SMS</value> |
| 114 | + </data> |
| 115 | + <data name="Email" xml:space="preserve"> |
| 116 | + <value>Email</value> |
| 117 | + </data> |
| 118 | + <data name="Voice" xml:space="preserve"> |
| 119 | + <value>Voice</value> |
| 120 | + </data> |
| 121 | + <data name="Push" xml:space="preserve"> |
| 122 | + <value>Push</value> |
| 123 | + </data> |
| 124 | + <data name="Active" xml:space="preserve"> |
| 125 | + <value>Active</value> |
| 126 | + </data> |
| 127 | + <data name="Inactive" xml:space="preserve"> |
| 128 | + <value>Inactive</value> |
| 129 | + </data> |
| 130 | + <data name="ResponseWindow" xml:space="preserve"> |
| 131 | + <value>Response Window</value> |
| 132 | + </data> |
| 133 | + <data name="ResponseWindowMinutes" xml:space="preserve"> |
| 134 | + <value>Response Window (minutes)</value> |
| 135 | + </data> |
| 136 | + <data name="CreateTest" xml:space="preserve"> |
| 137 | + <value>Create Test</value> |
| 138 | + </data> |
| 139 | + <data name="SaveChanges" xml:space="preserve"> |
| 140 | + <value>Save Changes</value> |
| 141 | + </data> |
| 142 | + <data name="Cancel" xml:space="preserve"> |
| 143 | + <value>Cancel</value> |
| 144 | + </data> |
| 145 | + <data name="RecentTestRuns" xml:space="preserve"> |
| 146 | + <value>Recent Test Runs</value> |
| 147 | + </data> |
| 148 | + <data name="RunNow" xml:space="preserve"> |
| 149 | + <value>Run Now</value> |
| 150 | + </data> |
| 151 | + <data name="RunCode" xml:space="preserve"> |
| 152 | + <value>Run Code</value> |
| 153 | + </data> |
| 154 | + <data name="Started" xml:space="preserve"> |
| 155 | + <value>Started</value> |
| 156 | + </data> |
| 157 | + <data name="Status" xml:space="preserve"> |
| 158 | + <value>Status</value> |
| 159 | + </data> |
| 160 | + <data name="UsersTested" xml:space="preserve"> |
| 161 | + <value>Users Tested</value> |
| 162 | + </data> |
| 163 | + <data name="Responses" xml:space="preserve"> |
| 164 | + <value>Responses</value> |
| 165 | + </data> |
| 166 | + <data name="ViewReport" xml:space="preserve"> |
| 167 | + <value>View Report</value> |
| 168 | + </data> |
| 169 | + <data name="ReportHeader" xml:space="preserve"> |
| 170 | + <value>Communication Test Report</value> |
| 171 | + </data> |
| 172 | + <data name="RunDetails" xml:space="preserve"> |
| 173 | + <value>Run Details</value> |
| 174 | + </data> |
| 175 | + <data name="PerUserResults" xml:space="preserve"> |
| 176 | + <value>Per-User Results</value> |
| 177 | + </data> |
| 178 | + <data name="User" xml:space="preserve"> |
| 179 | + <value>User</value> |
| 180 | + </data> |
| 181 | + <data name="Contact" xml:space="preserve"> |
| 182 | + <value>Contact</value> |
| 183 | + </data> |
| 184 | + <data name="Carrier" xml:space="preserve"> |
| 185 | + <value>Carrier</value> |
| 186 | + </data> |
| 187 | + <data name="VerificationStatus" xml:space="preserve"> |
| 188 | + <value>Verification Status</value> |
| 189 | + </data> |
| 190 | + <data name="Responded" xml:space="preserve"> |
| 191 | + <value>Responded</value> |
| 192 | + </data> |
| 193 | + <data name="NoResponse" xml:space="preserve"> |
| 194 | + <value>No Response</value> |
| 195 | + </data> |
| 196 | + <data name="NotSent" xml:space="preserve"> |
| 197 | + <value>Not Sent</value> |
| 198 | + </data> |
| 199 | + <data name="ResponseRate" xml:space="preserve"> |
| 200 | + <value>Response Rate</value> |
| 201 | + </data> |
| 202 | + <data name="ThankYouResponse" xml:space="preserve"> |
| 203 | + <value>Your communication test response has been recorded. Thank you.</value> |
| 204 | + </data> |
| 205 | + <data name="TestResponseReceived" xml:space="preserve"> |
| 206 | + <value>Resgrid received your communication test response. Thank you.</value> |
| 207 | + </data> |
| 208 | +</root> |
0 commit comments