From 51cd97861cd8ad90eee4e25c0bce243c1c963474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Tue, 26 Apr 2016 16:38:12 -0700 Subject: [ios] Announce zoom level, visible annotations after zooming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Announce the zoom level and number of visible annotations after zooming using VoiceOver’s swipe up or swipe down gesture. Works toward #4821. --- .../ios/resources/Base.lproj/Localizable.strings | 3 +++ .../resources/Base.lproj/Localizable.stringsdict | 27 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 platform/ios/resources/Base.lproj/Localizable.stringsdict (limited to 'platform/ios/resources') diff --git a/platform/ios/resources/Base.lproj/Localizable.strings b/platform/ios/resources/Base.lproj/Localizable.strings index 35efb812d9..c4569fe239 100644 --- a/platform/ios/resources/Base.lproj/Localizable.strings +++ b/platform/ios/resources/Base.lproj/Localizable.strings @@ -43,6 +43,9 @@ /* Accessibility label */ "MAP_A11Y_LABEL" = "Map"; +/* Map accessibility value */ +"MAP_A11Y_VALUE" = "Zoom %1$dx\n%2$ld annotation(s) visible"; + /* Action in attribution sheet */ "MAP_FEEDBACK" = "Improve This Map"; diff --git a/platform/ios/resources/Base.lproj/Localizable.stringsdict b/platform/ios/resources/Base.lproj/Localizable.stringsdict new file mode 100644 index 0000000000..68204839f9 --- /dev/null +++ b/platform/ios/resources/Base.lproj/Localizable.stringsdict @@ -0,0 +1,27 @@ + + + + + MAP_A11Y_VALUE + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + ld + zero + Zoom %dx +no annotations visible + one + Zoom %dx +%d annotation visible + other + Zoom %dx +%d annotations visible + + + + -- cgit v1.2.1