|
183 | 183 | <source>the JSON nodes should be equal to:</source> |
184 | 184 | <target></target> |
185 | 185 | </trans-unit> |
186 | | - <trans-unit id="the-json-nodes-should-not-be-equal-to"> |
187 | | - <source>the JSON nodes should not be equal to:</source> |
188 | | - <target></target> |
189 | | - </trans-unit> |
190 | 186 | <trans-unit id="the-json-node-should-be-null"> |
191 | 187 | <source>the JSON node :node should be null</source> |
192 | 188 | <target></target> |
|
199 | 195 | <source>the JSON node :node should be false</source> |
200 | 196 | <target></target> |
201 | 197 | </trans-unit> |
202 | | - <trans-unit id="the-json-node-should-be-the-string"> |
203 | | - <source>the JSON node :node should be the string :text</source> |
| 198 | + <trans-unit id="the-json-node-should-be-equal-to-the-string"> |
| 199 | + <source>the JSON node :node should be equal to the string :text</source> |
204 | 200 | <target></target> |
205 | 201 | </trans-unit> |
206 | | - <trans-unit id="the-json-node-should-be-the-number"> |
207 | | - <source>the JSON node :node should be the number :number</source> |
| 202 | + <trans-unit id="the-json-node-should-be-equal-to-the-number"> |
| 203 | + <source>the JSON node :node should be equal to the number :number</source> |
208 | 204 | <target></target> |
209 | 205 | </trans-unit> |
210 | 206 | <trans-unit id="the-json-node-should-have-n-elements"> |
|
243 | 239 | <source>the JSON should be valid according to the schema :filename</source> |
244 | 240 | <target></target> |
245 | 241 | </trans-unit> |
| 242 | + <trans-unit id="the-json-should-be-invalid-according-to-the-schema"> |
| 243 | + <source>the JSON should be invalid according to the schema :filename</source> |
| 244 | + <target></target> |
| 245 | + </trans-unit> |
246 | 246 | <trans-unit id="the-json-should-be-eqal-to"> |
247 | 247 | <source>the JSON should be equal to:</source> |
248 | 248 | <target></target> |
|
347 | 347 | </trans-unit> |
348 | 348 |
|
349 | 349 | <!-- XmlContext.php --> |
| 350 | + <trans-unit id="the-xml-should-not-use-the-namespace"> |
| 351 | + <source>the XML should not use the namespace :namespace</source> |
| 352 | + <target></target> |
| 353 | + </trans-unit> |
| 354 | + <trans-unit id="the-xml-should-use-the-namespace"> |
| 355 | + <source>the XML should use the namespace :namespace</source> |
| 356 | + <target></target> |
| 357 | + </trans-unit> |
350 | 358 | <trans-unit id="the-xml-feed-should-be-valid-accoriding-to-its-dtd"> |
351 | 359 | <source>the XML feed should be valid according to its DTD</source> |
352 | 360 | <target></target> |
|
375 | 383 | <source>the RSS2 feed should be valid</source> |
376 | 384 | <target></target> |
377 | 385 | </trans-unit> |
| 386 | + <trans-unit id="print-last-xml-response"> |
| 387 | + <source>print last XML response</source> |
| 388 | + <target></target> |
| 389 | + </trans-unit> |
| 390 | + <trans-unit id="the-xml-attribute-on-element-should-be-equal-to"> |
| 391 | + <source>the XML attribute :attribute on element :element should be equal to :text</source> |
| 392 | + <target></target> |
| 393 | + </trans-unit> |
| 394 | + <trans-unit id="the-xml-attribute-on-element-should-not-be-equal-to"> |
| 395 | + <source>the XML attribute :attribute on element :element should not be equal to :text</source> |
| 396 | + <target></target> |
| 397 | + </trans-unit> |
| 398 | + <trans-unit id="the-xml-attribute-on-element-should-exists"> |
| 399 | + <source>the XML attribute :attribute on element :element should exist(s)</source> |
| 400 | + <target></target> |
| 401 | + </trans-unit> |
| 402 | + <trans-unit id="the-xml-attribute-on-element-should-not-exists"> |
| 403 | + <source>the XML attribute :attribute on element :element should not exist(s)</source> |
| 404 | + <target></target> |
| 405 | + </trans-unit> |
| 406 | + <trans-unit id="the-xml-element-should-be-equal-to"> |
| 407 | + <source>the XML element :element should be equal to :text</source> |
| 408 | + <target></target> |
| 409 | + </trans-unit> |
| 410 | + <trans-unit id="the-xml-element-should-not-be-equal-to"> |
| 411 | + <source>the XML element :element should not be equal to :text</source> |
| 412 | + <target></target> |
| 413 | + </trans-unit> |
| 414 | + <trans-unit id="the-xml-element-should-contain"> |
| 415 | + <source>the XML element :element should contain :text</source> |
| 416 | + <target></target> |
| 417 | + </trans-unit> |
| 418 | + <trans-unit id="the-xml-element-should-not-contain"> |
| 419 | + <source>the XML element :element should not contain :text</source> |
| 420 | + <target></target> |
| 421 | + </trans-unit> |
| 422 | + <trans-unit id="the-xml-element-should-exists"> |
| 423 | + <source>the XML element :element should exist(s)</source> |
| 424 | + <target></target> |
| 425 | + </trans-unit> |
| 426 | + <trans-unit id="the-xml-element-should-not-exists"> |
| 427 | + <source>the XML element :element should not exist(s)</source> |
| 428 | + <target></target> |
| 429 | + </trans-unit> |
| 430 | + <trans-unit id="the-xml-element-should-have-elements"> |
| 431 | + <source>the XML element :element should have :count element(s)</source> |
| 432 | + <target></target> |
| 433 | + </trans-unit> |
| 434 | + <trans-unit id="the-response-should-be-in-xml"> |
| 435 | + <source>the response should be in XML</source> |
| 436 | + <target></target> |
| 437 | + </trans-unit> |
| 438 | + <trans-unit id="the-response-should-not-be-in-xml"> |
| 439 | + <source>the response should not be in XML</source> |
| 440 | + <target></target> |
| 441 | + </trans-unit> |
378 | 442 | </body> |
379 | 443 | </file> |
380 | 444 | </xliff> |
0 commit comments