From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../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 +++++++++++++ .../html-its/localizationnote/xml/locnote10xml.xml | 33 ++++++++++++++++++++++ .../html-its/localizationnote/xml/locnote11xml.xml | 18 ++++++++++++ .../localizationnote/xml/locnote11xmlrules.xml | 16 +++++++++++ .../html-its/localizationnote/xml/locnote1xml.xml | 13 +++++++++ .../html-its/localizationnote/xml/locnote2xml.xml | 19 +++++++++++++ .../html-its/localizationnote/xml/locnote3xml.xml | 12 ++++++++ .../html-its/localizationnote/xml/locnote4xml.xml | 16 +++++++++++ .../html-its/localizationnote/xml/locnote5xml.xml | 15 ++++++++++ .../localizationnote/xml/locnote5xmlrules.xml | 9 ++++++ .../html-its/localizationnote/xml/locnote6xml.xml | 21 ++++++++++++++ .../html-its/localizationnote/xml/locnote7xml.xml | 20 +++++++++++++ .../html-its/localizationnote/xml/locnote8xml.xml | 17 +++++++++++ .../html-its/localizationnote/xml/locnote9xml.xml | 8 ++++++ 29 files changed, 434 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 create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote10xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote11xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote11xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote1xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote2xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote3xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote4xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote5xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote5xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote6xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote7xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote8xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote9xml.xml (limited to 'testing/web-platform/tests/conformance-checkers/html-its/localizationnote') 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 0000000000..80dcb4304e --- /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 0000000000..87b8415aac --- /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 0000000000..ba74660628 --- /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 0000000000..2da2d203e9 --- /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 0000000000..0f60fd02e5 --- /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 0000000000..898225e430 --- /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 0000000000..9b25c07f26 --- /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 0000000000..2e0f1173e0 --- /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 0000000000..81db733a6a --- /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 0000000000..c9d00868a2 --- /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 0000000000..2757da4e6a --- /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 0000000000..d8a1ee4a70 --- /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 0000000000..4741c323d7 --- /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 0000000000..4b019c1526 --- /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 0000000000..7d6c81f1ed --- /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 0000000000..9adbbcd23e --- /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.

+ + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote10xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote10xml.xml new file mode 100644 index 0000000000..aefe57b3a7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote10xml.xml @@ -0,0 +1,33 @@ + + + +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'. + + + + + + +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/xml/locnote11xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote11xml.xml new file mode 100644 index 0000000000..20a697e98e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote11xml.xml @@ -0,0 +1,18 @@ + + + + + + +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/xml/locnote11xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote11xmlrules.xml new file mode 100644 index 0000000000..43b00c70cd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote11xmlrules.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/xml/locnote1xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote1xml.xml new file mode 100644 index 0000000000..4b50997572 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote1xml.xml @@ -0,0 +1,13 @@ + + + + + The variable {0} has three possible values: 'printer', + 'stacker' and 'stapler options'. + + + + + The {0} has been disabled. + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote2xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote2xml.xml new file mode 100644 index 0000000000..166215d649 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote2xml.xml @@ -0,0 +1,19 @@ + + + + + + + + + + Indicates that the resource file {0} could not be loaded. + Cannot find the file {0}. + + + A division by 0 was going to be computed. + Invalid parameter. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote3xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote3xml.xml new file mode 100644 index 0000000000..3336af33d4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote3xml.xml @@ -0,0 +1,12 @@ + + + + + + + + Cannot find {0} on {1}. + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote4xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote4xml.xml new file mode 100644 index 0000000000..a98b30eba1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote4xml.xml @@ -0,0 +1,16 @@ + + + + + + + + + Cannot find the file {0}. + + + Invalid parameter. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote5xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote5xml.xml new file mode 100644 index 0000000000..dac3607a35 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote5xml.xml @@ -0,0 +1,15 @@ + + + + + Do not translate the word "Chobe" + + + + + 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/xml/locnote5xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote5xmlrules.xml new file mode 100644 index 0000000000..8eb7b345b4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote5xmlrules.xml @@ -0,0 +1,9 @@ + + + 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/xml/locnote6xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote6xml.xml new file mode 100644 index 0000000000..2df88380c1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote6xml.xml @@ -0,0 +1,21 @@ + + + + + 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'. + + + + + 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/xml/locnote7xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote7xml.xml new file mode 100644 index 0000000000..65021f8b26 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote7xml.xml @@ -0,0 +1,20 @@ + + + + + + + + + + +Indicates that the resource file {0} could not be loaded. + +Cannot find the file {0}. + + +A division by 0 was going to be computed. +Invalid parameter. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote8xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote8xml.xml new file mode 100644 index 0000000000..41049c9681 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote8xml.xml @@ -0,0 +1,17 @@ + + + + + Host {0} cannot be found. + + + The connection with {0} has been lost. + + + {0} not found. + + + Cannot log with this username. + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote9xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote9xml.xml new file mode 100644 index 0000000000..c726ea1d22 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/localizationnote/xml/locnote9xml.xml @@ -0,0 +1,8 @@ + + + +

Everything started when + Zebulon discovered that he had a doppelgänger + who was a serious baseball aficionado.

+ +
-- cgit v1.2.3