diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /l10n-hy-AM/dom/chrome/accessibility | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-hy-AM/dom/chrome/accessibility')
3 files changed, 13 insertions, 0 deletions
diff --git a/l10n-hy-AM/dom/chrome/accessibility/mac/accessible.properties b/l10n-hy-AM/dom/chrome/accessibility/mac/accessible.properties index 53e0971fff..db36649041 100644 --- a/l10n-hy-AM/dom/chrome/accessibility/mac/accessible.properties +++ b/l10n-hy-AM/dom/chrome/accessibility/mac/accessible.properties @@ -15,6 +15,10 @@ collapse= Հավաքել expand = Ընդարձակել activate= Ակտիվացնել cycle = Ցիկլ +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Սեղմել նախակալին # Universal Access API support # (Mac Only) @@ -27,6 +31,7 @@ term = տերմինը definition = որոշիչը # The Role Description for an input type="search" text field searchTextField = որոնել տեքստի դաշտում +# Role Description (exposed as AXTitle) for datepickers # The Role Description for WAI-ARIA Landmarks application = հավելված search = փնտրել diff --git a/l10n-hy-AM/dom/chrome/accessibility/unix/accessible.properties b/l10n-hy-AM/dom/chrome/accessibility/unix/accessible.properties index 79a284f10b..61d64bd583 100644 --- a/l10n-hy-AM/dom/chrome/accessibility/unix/accessible.properties +++ b/l10n-hy-AM/dom/chrome/accessibility/unix/accessible.properties @@ -15,3 +15,7 @@ collapse= Հավաքել expand = Ընդարձակել activate= Ակտիվացնել cycle = Ցիկլ +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Սեղմել նախնիին diff --git a/l10n-hy-AM/dom/chrome/accessibility/win/accessible.properties b/l10n-hy-AM/dom/chrome/accessibility/win/accessible.properties index b6afa96ec7..38681f4f62 100644 --- a/l10n-hy-AM/dom/chrome/accessibility/win/accessible.properties +++ b/l10n-hy-AM/dom/chrome/accessibility/win/accessible.properties @@ -15,3 +15,7 @@ collapse= Հավաքել expand = Ընդարձակել activate= Ակտիվացնել cycle = Ցիկլ +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Սեղմել նախնիին |