From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../localizationnote/html/locnote1html.html | 11 +++++++++++ .../localizationnote/html/locnote1htmlrules.xml | 7 +++++++ .../localizationnote/html/locnote2html.html | 22 ++++++++++++++++++++++ .../localizationnote/html/locnote2htmlrules.xml | 4 ++++ .../localizationnote/html/locnote3html.html | 12 ++++++++++++ .../localizationnote/html/locnote3htmlrules.xml | 3 +++ .../localizationnote/html/locnote4html.html | 16 ++++++++++++++++ .../localizationnote/html/locnote4htmlrules.xml | 3 +++ .../localizationnote/html/locnote5html.html | 21 +++++++++++++++++++++ .../localizationnote/html/locnote5htmlrules.xml | 15 +++++++++++++++ .../localizationnote/html/locnote6html.html | 21 +++++++++++++++++++++ .../localizationnote/html/locnote6htmlrules.xml | 15 +++++++++++++++ .../localizationnote/html/locnote7html.html | 10 ++++++++++ .../localizationnote/html/locnote8html.html | 21 +++++++++++++++++++++ .../localizationnote/html/locnote8htmlrules.xml | 16 ++++++++++++++++ .../localizationnote/html/locnote9html.html | 20 ++++++++++++++++++++ 16 files changed, 217 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote7html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote9html.html (limited to 'testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html') diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1html.html new file mode 100644 index 000000000..6c33dd2d0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1html.html @@ -0,0 +1,11 @@ + + + + + Example + + + + The {0} has been disabled. + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1htmlrules.xml new file mode 100644 index 000000000..87b8415aa --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote1htmlrules.xml @@ -0,0 +1,7 @@ + + + +The variable {0} has three possible values: 'printer', 'stacker' and 'stapler options'. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2html.html new file mode 100644 index 000000000..21937ae3f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2html.html @@ -0,0 +1,22 @@ + + + + + Example + + + +
+

FileNotFound

+

+ Indicates that the resource file {0} could not be loaded. +

+ Cannot find the file {0}. +
+
+

FileNotFound

+

A division by 0 was going to be computed.

+ Invalid parameter. +
+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2htmlrules.xml new file mode 100644 index 000000000..2da2d203e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote2htmlrules.xml @@ -0,0 +1,4 @@ + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3html.html new file mode 100644 index 000000000..380ab5f88 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3html.html @@ -0,0 +1,12 @@ + + + + + EXAMPLE + + + + Cannot find {0} on {1}. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3htmlrules.xml new file mode 100644 index 000000000..898225e43 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote3htmlrules.xml @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4html.html new file mode 100644 index 000000000..8cc2ffe19 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4html.html @@ -0,0 +1,16 @@ + + + + + EXAMPLE + + + +

+ Cannot find the file {0}. +

+

+ Invalid parameter. +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4htmlrules.xml new file mode 100644 index 000000000..2e0f1173e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote4htmlrules.xml @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5html.html new file mode 100644 index 000000000..1db258ab1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5html.html @@ -0,0 +1,21 @@ + + + + + + EXAMPLE + + +

+ This is a hippoptamus: + Hippo in the Chobe River + . +

+

+ This is an elephant: + Elephants taking a mud bath + . +

+

The {0} has been disabled.

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5htmlrules.xml new file mode 100644 index 000000000..c9d00868a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote5htmlrules.xml @@ -0,0 +1,15 @@ + + +Do not translate the word "Chobe" + + +This text will be displayed over the image. + + + +The variable +{0} +has three possible values: 'printer', 'stacker' and 'stapler options'. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6html.html new file mode 100644 index 000000000..eea2ad93e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6html.html @@ -0,0 +1,21 @@ + + + + + EXAMPLE + + + + + This is a hippoptamus: + Hippo in the Chobe River + . + + + This is an elephant: + Elephants taking a mud bath + . + + The {0} has been disabled. + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6htmlrules.xml new file mode 100644 index 000000000..d8a1ee4a7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote6htmlrules.xml @@ -0,0 +1,15 @@ + + +This text will be displayed over the image. + + +Do not translate the word "Chobe" + + + +The variable +{0} +has three possible values: 'printer', 'stacker' and 'stapler options'. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote7html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote7html.html new file mode 100644 index 000000000..4741c323d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote7html.html @@ -0,0 +1,10 @@ + + + + + LocNote test: Default + + +

This is a motherboard.

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8html.html new file mode 100644 index 000000000..8913b8ead --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8html.html @@ -0,0 +1,21 @@ + + + + + EXAMPLE + + + + + This is a hippoptamus: + Hippo in the Chobe River + . + + + This is an elephant: + Elephants taking a mud bath + . + + The {0} has been disabled. + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8htmlrules.xml new file mode 100644 index 000000000..7d6c81f1e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote8htmlrules.xml @@ -0,0 +1,16 @@ + +DisableInfo + +This text will be displayed over the image. + + +Do not translate the word "Chobe" + + + +The variable +{0} +has three possible values: 'printer', 'stacker' and 'stapler options'. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote9html.html b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote9html.html new file mode 100644 index 000000000..9adbbcd23 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/html/locnote9html.html @@ -0,0 +1,20 @@ + + + + + + Example + + +

The {0} has been disabled.

+ + + -- cgit v1.2.3