diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /l10n-hy-AM/dom/chrome/accessibility | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.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 = Սեղմել նախնիին |