diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:21:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:21:19 +0000 |
commit | 520a92573ce79e3628762e4ce06e284d50c2e548 (patch) | |
tree | dd7bece82fdce266f06a6a2a6043264255631ee7 /l10n-hy-AM/dom/chrome/accessibility | |
parent | Adding debian version 115.10.0esr-1~deb12u1. (diff) | |
download | firefox-esr-520a92573ce79e3628762e4ce06e284d50c2e548.tar.xz firefox-esr-520a92573ce79e3628762e4ce06e284d50c2e548.zip |
Merging upstream version 115.11.0esr.
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 = Սեղմել նախնիին |