1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 4 <string name="result_message_not_important_for_accessibility">This item was not found to be important for accessibility.</string> 5 6 <string name="result_message_no_content_desc">This item has no <tt>android:contentDescription</tt>.</string> 7 8 <string name="result_message_no_content_desc_generic">This item has no content description.</string> 9 10 <string name="result_message_not_visible">This item is not visible.</string> 11 12 <string name="result_message_not_enabled">This item isn\'t enabled.</string> 13 14 <string name="result_message_not_text_view">This item is not a <tt>TextView</tt>.</string> 15 16 <string name="result_message_no_screencapture">Screen capture data could not be obtained.</string> 17 18 <string name="result_message_view_not_within_screencapture">This item\'s on-screen location (<tt>%1$s</tt>) was not within the screen capture on-screen location (<tt>%2$s</tt>).</string> 19 20 <string name="result_message_screencapture_data_hidden">Screen capture information for this item was hidden.</string> 21 22 <string name="result_message_screencapture_uniform_color">Screen capture has a uniform colour.</string> 23 24 <string name="clickable">clickable</string> 25 26 <string name="result_message_sdk_version_not_applicable">This check is not applicable on devices running Android %1$s and above.</string> 27 28 <string name="result_message_addendum_view_potentially_obscured">This item may be obscured by other on-screen content. Consider manually testing this item\'s contrast.</string> 29 30 <string name="check_title_clickablespan">Link</string> 31 32 <string name="result_message_clickablespan_no_determined_type">This item\'s type is undetermined.</string> 33 34 <string name="result_message_urlspan_invalid_url">Verify that the URL within this item\'s <tt>URLSpan</tt> is valid.</string> 35 36 <string name="result_message_urlspan_not_clickablespan">This item should use a <tt>URLSpan</tt> in place of a <tt>ClickableSpan</tt>.</string> 37 38 <string name="check_title_duplicate_clickable_bounds">Clickable items</string> 39 40 <string name="result_message_brief_same_view_bounds">Multiple %1$s items share this location on the screen.</string> 41 42 <string name="result_message_same_view_bounds">This %1$s item has the same on-screen location (<tt>%2$s</tt>) as %3$d other item(s) with those properties.</string> 43 44 <string name="result_message_view_bounds">This %1$s item also has an on-screen location of <tt>%2$s</tt>.</string> 45 46 <string name="non_clickable">non-clickable</string> 47 48 <string name="long_clickable">long clickable</string> 49 50 <string name="clickable_and_long_clickable">clickable and long clickable</string> 51 52 <string name="actionable">actionable</string> 53 54 <string name="result_message_addendum_conflicting_elements_list">Conflicting element(s): <tt>%1$s</tt>.</string> 55 56 <string name="check_title_duplicate_speakable_text">Item descriptions</string> 57 58 <string name="result_message_brief_same_speakable_text">Multiple items have the same description.</string> 59 60 <string name="result_message_same_speakable_text">This %1$s item\'s speakable text: \"<tt>%2$s</tt>\" is identical to that of %3$d other item(s).</string> 61 62 <string name="result_message_speakable_text">This %1$s item also has speakable text: \"<tt>%2$s</tt>\".</string> 63 64 <string name="check_title_editable_content_desc">Editable item label</string> 65 66 <string name="result_message_editable_textview_content_desc">This editable <tt>TextView</tt> has an <tt>android:contentDescription</tt>. A screen reader may read this attribute instead of the editable content when the user is navigating.</string> 67 68 <string name="result_message_not_editable_textview">This item is not an editable <tt>TextView</tt>.</string> 69 70 <string name="check_title_image_contrast">Image contrast</string> 71 72 <string name="result_message_not_imageview">This item is not an <tt>ImageView</tt>.</string> 73 74 <string name="result_message_brief_image_contrast_not_sufficient">Consider increasing the contrast ratio between this image\'s foreground and background.</string> 75 76 <string name="result_message_image_contrast_not_sufficient">The image\'s contrast ratio is %1$.2f. This ratio is based on an estimated foreground colour of <tt>%3$s</tt> and an estimated background colour of <tt>%4$s</tt>. Consider increasing this ratio to %2$.2f or greater.</string> 77 78 <string name="result_message_image_contrast_not_sufficient_confirmed">The image\'s contrast ratio is %1$.2f. This ratio is based on the provided foreground colour of <tt>%3$s</tt> and provided background colour of <tt>%4$s</tt>. Consider increasing this ratio to %2$.2f or greater.</string> 79 80 <string name="result_message_image_customized_contrast_not_sufficient">The image\'s contrast ratio is %1$.2f. This ratio is based on an estimated foreground colour of <tt>%3$s</tt> and an estimated background colour of <tt>%4$s</tt>. Consider increasing this ratio to the modified ratio of %2$.2f or greater.</string> 81 82 <string name="result_message_image_customized_contrast_not_sufficient_confirmed">The image\'s contrast ratio is %1$.2f. This ratio is based on the provided foreground colour of <tt>%3$s</tt> and provided background colour of <tt>%4$s</tt>. Consider increasing this ratio to the modified ratio of %2$.2f or greater.</string> 83 84 <string name="check_title_redundant_description">Item type label</string> 85 86 <string name="result_message_english_locale_only">This check only runs on devices with locales set to English.</string> 87 88 <string name="result_message_brief_content_desc_contains_redundant_word">This item\'s <tt>android:contentDescription</tt> might contain unnecessary text.</string> 89 90 <string name="result_message_brief_content_desc_contains_redundant_word_generic">This item\'s content description might contain unnecessary text.</string> 91 92 <string name="result_message_content_desc_ends_with_view_type">This item\'s <tt>android:contentDescription</tt>, \"<tt>%1$s</tt>\" ends with the item\'s type.</string> 93 94 <string name="result_message_content_desc_contains_redundant_word">This item\'s <tt>android:contentDescription</tt>, ‘<tt>%1$s</tt>’ contains the item type ‘<tt>%2$s</tt>’.</string> 95 96 <string name="result_message_content_desc_contains_redundant_word_generic">This item\'s content description, \'<tt>%1$s</tt>\' contains the item type \'<tt>%2$s</tt>\'.</string> 97 98 <string name="result_message_content_desc_contains_action">This item\'s <tt>android:contentDescription</tt>, 99 \'<tt>%1$s</tt>\', 100 contains the action \'<tt>%2$s</tt>\'.</string> 101 102 <string name="result_message_content_desc_contains_action_generic">This item\'s content description, 103 \'<tt>%1$s</tt>\', 104 contains the action \'<tt>%2$s</tt>\'.</string> 105 106 <string name="result_message_content_desc_contains_state">This item\'s <tt>android:contentDescription</tt>, 107 \'<tt>%1$s</tt>\', 108 contains the state \'<tt>%2$s</tt>\'.</string> 109 110 <string name="result_message_content_desc_contains_state_generic">This item\'s content description, 111 \'<tt>%1$s</tt>\', 112 contains the state \'<tt>%2$s</tt>\'.</string> 113 114 <string name="button_item_type">button</string> 115 116 <string name="checkbox_item_type">tick box</string> 117 118 <string name="checkbox_item_type_separate_words">tick box</string> 119 120 <string name="checked_state">ticked</string> 121 122 <string name="unchecked_state">unticked</string> 123 124 <string name="selected_state">selected</string> 125 126 <string name="unselected_state">unselected</string> 127 128 <string name="click_action">click</string> 129 130 <string name="swipe_action">swipe</string> 131 132 <string name="tap_action">tap</string> 133 134 <string name="check_title_speakable_text_present">Item label</string> 135 136 <string name="result_message_should_not_focus">This item would not be focused by a screen reader.</string> 137 138 <string name="result_message_web_content">Web content is not evaluated.</string> 139 140 <string name="result_message_unsupported_compose_content">Composable content is not evaluated in this environment.</string> 141 142 <string name="result_message_unsupported_flutter_content">Flutter content is not evaluated in this environment.</string> 143 144 <string name="result_message_missing_speakable_text">This item may not have a label readable by screen readers.</string> 145 146 <string name="check_title_text_contrast">Text contrast</string> 147 148 <string name="result_message_textview_empty">This <tt>TextView</tt> is empty.</string> 149 150 <string name="result_message_could_not_get_text_color">This item\'s text colour could not be determined.</string> 151 152 <string name="result_message_could_not_get_background_color">This item\'s background colour could not be determined.</string> 153 154 <string name="result_message_text_must_be_opaque">This item\'s text colour is not opaque.</string> 155 156 <string name="result_message_background_must_be_opaque">This item\'s background colour is not opaque.</string> 157 158 <string name="result_message_addendum_opacity_description">Its actual opacity is %1$.2f%%.</string> 159 160 <string name="result_message_brief_text_contrast_not_sufficient">Consider increasing this item\'s text foreground to background contrast ratio.</string> 161 162 <string name="result_message_textview_contrast_not_sufficient">The item\'s text contrast ratio is %1$.2f. This ratio is based on a text colour of <tt>%2$s</tt> and background colour of <tt>%3$s</tt>. Consider increasing this item\'s text contrast ratio to %4$.2f or greater.</string> 163 164 <string name="result_message_customized_textview_contrast_not_sufficient">The item\'s text contrast ratio is %1$.2f. This ratio is based on a text colour of <tt>%2$s</tt> and background colour of <tt>%3$s</tt>. Consider using colours that result in a contrast ratio greater than the modified ratio of %4$.2f.</string> 165 166 <string name="result_message_textview_upper_bound_contrast_not_sufficient">The item\'s maximum possible text contrast ratio is %1$.2f based on a text colour of <tt>%2$s</tt> and non-opaque background colour of <tt>%3$s</tt>. Consider increasing this item\'s text contrast ratio to %4$.2f or greater.</string> 167 168 <string name="result_message_customized_textview_upper_bound_contrast_not_sufficient">The item\'s maximum possible text contrast ratio is %1$.2f based on a text colour of <tt>%2$s</tt> and non-opaque background colour of <tt>%3$s</tt>. Consider using colours that result in a contrast ratio greater than the modified ratio of %4$.2f.</string> 169 170 <string name="result_message_textview_lower_bound_contrast_not_sufficient">The item\'s minimum possible text contrast ratio is %1$.2f based on a text colour of <tt>%2$s</tt> and non-opaque background colour of <tt>%3$s</tt>. Consider increasing this item\'s text contrast ratio to %4$.2f or greater.</string> 171 172 <string name="result_message_customized_textview_lower_bound_contrast_not_sufficient">The item\'s minimum possible text contrast ratio is %1$.2f based on a text colour of <tt>%2$s</tt> and non-opaque background colour of <tt>%3$s</tt>. Consider using colours that result in a contrast ratio greater than the modified ratio of %4$.2f.</string> 173 174 <string name="result_message_textview_heuristic_contrast_not_sufficient">The item\'s text contrast ratio is %1$.2f. This ratio is based on an estimated foreground colour of <tt>%2$s</tt> and an estimated background colour of <tt>%3$s</tt>. Consider using colours that result in a contrast ratio greater than %4$.2f for small text, or %5$.2f for large text.</string> 175 176 <string name="result_message_textview_heuristic_contrast_not_sufficient_when_text_size_available">The item\'s text contrast ratio is %1$.2f. This ratio is based on an estimated foreground colour of <tt>%2$s</tt> and an estimated background colour of <tt>%3$s</tt>. Consider increasing this item\'s text contrast ratio to %4$.2f or greater.</string> 177 178 <string name="result_message_textview_heuristic_contrast_not_sufficient_confirmed">The item\'s text contrast ratio is %1$.2f. This ratio is based on the provided foreground colour of <tt>%2$s</tt> and provided background colour of <tt>%3$s</tt>. Consider using colours that result in a contrast ratio greater than %4$.2f for small text, or %5$.2f for large text.</string> 179 180 <string name="result_message_textview_heuristic_contrast_not_sufficient_when_text_size_available_confirmed">The item\'s text contrast ratio is %1$.2f. This ratio is based on the provided foreground colour of <tt>%2$s</tt> and provided background colour of <tt>%3$s</tt>. Consider increasing this item\'s text contrast ratio to %4$.2f or greater.</string> 181 182 <string name="result_message_textview_heuristic_customized_contrast_not_sufficient">The item\'s text contrast ratio is %1$.2f. This ratio is based on an estimated foreground colour of <tt>%2$s</tt> and an estimated background colour of <tt>%3$s</tt>. Consider increasing this item\'s text contrast ratio to the modified ratio of %4$.2f or greater.</string> 183 184 <string name="result_message_textview_heuristic_customized_contrast_not_sufficient_confirmed">The item\'s text contrast ratio is %1$.2f. This ratio is based on the provided foreground colour of <tt>%2$s</tt> and provided background colour of <tt>%3$s</tt>. Consider increasing this item\'s text contrast ratio to the modified ratio of %4$.2f or greater.</string> 185 186 <string name="result_message_contrast_sufficient_confirmed">This item\'s foreground and background colours meet the suggested contrast ratio.</string> 187 188 <string name="result_message_customized_contrast_sufficient_confirmed">This item\'s foreground and background colours meet the modified contrast ratio.</string> 189 190 <string name="question_id_message_confirm_foreground_background_colors">Are the detected foreground and background colours correct?</string> 191 192 <string name="question_option_message_both_correct">Both correct</string> 193 194 <string name="question_option_message_foreground_incorrect">Foreground incorrect</string> 195 196 <string name="question_option_message_background_incorrect">Background incorrect</string> 197 198 <string name="question_option_message_both_incorrect">Foreground and background incorrect</string> 199 200 <string name="question_option_message_unknown">Unknown</string> 201 202 <string name="question_id_message_provide_foreground_color">What is the correct foreground colour?</string> 203 204 <string name="question_id_message_provide_background_color">What is the correct background colour?</string> 205 206 <string name="check_title_touch_target_size">Touch target</string> 207 208 <string name="result_message_not_clickable">This view is not clickable.</string> 209 210 <string name="result_message_brief_small_touch_target">Consider making this clickable item larger.</string> 211 212 <string name="result_message_small_touch_target_width_and_height">This item\'s size is <tt>%1$ddp</tt> x <tt>%2$ddp</tt>. Consider making this touch target <tt>%3$ddp</tt> wide and <tt>%4$ddp</tt> high or larger.</string> 213 214 <string name="result_message_small_touch_target_height">This item\'s height is <tt>%1$ddp</tt>. Consider making the height of this touch target <tt>%2$ddp</tt> or larger.</string> 215 216 <string name="result_message_small_touch_target_width">This item\'s width is <tt>%1$ddp</tt>. Consider making the width of this touch target <tt>%2$ddp</tt> or larger.</string> 217 218 <string name="result_message_customized_small_touch_target_width_and_height">This item\'s size is <tt>%1$ddp</tt> x <tt>%2$ddp</tt>. Consider increasing this touch target to at least the modified minimum size of <tt>%3$ddp</tt> x <tt>%4$ddp</tt>.</string> 219 220 <string name="result_message_customized_small_touch_target_height">This item\'s height is <tt>%1$ddp</tt>. Consider increasing the height of this touch target to at least the modified minimum height of <tt>%2$ddp</tt>.</string> 221 222 <string name="result_message_customized_small_touch_target_width">This item\'s width is <tt>%1$ddp</tt>. Consider increasing the width of this touch target to at least the modified minimum width of <tt>%2$ddp</tt>.</string> 223 224 <string name="result_message_addendum_touch_delegate">A <tt>TouchDelegate</tt> has been detected on one of this item\'s ancestors. This message can be ignored if the delegate is of sufficient size and handles touches for this item.</string> 225 226 <string name="result_message_addendum_touch_delegate_with_hit_rect">A <tt>TouchDelegate</tt> with size <tt>%1$ddp</tt> x <tt>%2$ddp</tt> has been detected for this item. Consider increasing the size of its hit <tt>Rect</tt>.</string> 227 228 <string name="result_message_addendum_clickable_ancestor">A parent container may be handling touch events for this item. If selecting the larger container performs the same action as selecting this item, consider defining this item as not clickable. If a different action is performed, consider increasing the size of this item.</string> 229 230 <string name="result_message_addendum_clipped_by_ancestor">A parent container may be clipping the size of this item, which has a drawing area of <tt>%1$ddp</tt> x <tt>%2$ddp</tt>. Consider increasing the size of this item\'s clipping ancestor, or allowing a larger parent container to handle actions on behalf of this item.</string> 231 232 <string name="result_message_addendum_against_scrollable_edge">This item may be only partially visible within a scrollable container.</string> 233 234 <string name="result_message_addendum_web_touch_target_size">This item originates from web content, and additional verification of touch target size is recommended.</string> 235 236 <string name="check_title_class_name_not_supported">Unsupported item type</string> 237 238 <string name="result_message_class_name_not_supported_brief">This item\'s type may not be supported.</string> 239 240 <string name="result_message_class_name_not_supported_detail">This item\'s type <tt>%1$s</tt> may not be resolvable by accessibility services. Consider using a type defined by the Android SDK.</string> 241 242 <string name="result_message_class_name_is_empty">This item\'s type may not be reported to accessibility services. Consider using a type defined by the Android SDK.</string> 243 244 <string name="result_message_class_name_is_unknown">This item\'s type could not be determined.</string> 245 246 <string name="check_title_accessibility_traversal">Traversal order</string> 247 248 <string name="result_message_traversal_cycle">This item may be part of a traversal ordering cycle due to its <tt>%1$s</tt> attribute. Traversal behaviour with screen readers may be unpredictable.</string> 249 250 <string name="result_message_traversal_over_constrained">Traversal ordering for this item may be over constrained based on its <tt>android:accessibilityTraversalBefore</tt> and <tt>android:accessibilityTraversalAfter</tt> attributes. Traversal behaviour with screen readers may be unpredictable.</string> 251 252 <string name="result_message_brief_unpredictable_traversal">Traversal behaviour with screen readers may be unpredictable.</string> 253 254 <string name="result_message_disruptive_announcement">A disruptive accessibility announcement has been used.</string> 255 256 <string name="check_view_banned_word">Banned word</string> 257 258 <string name="result_message_banned_word">This item\'s text may contain an inappropriate word: <tt>%1$s</tt></string> 259 260 <string name="result_message_brief_banned_word">Consider removing inappropriate words from this item\'s text</string> 261 262 <string name="check_title_text_style">Text style</string> 263 264 <string name="result_message_styled_text">This item may use %1$s font for a long passage of text. Consider removing the style from the font to improve readability.</string> 265 266 <string name="result_message_brief_styled_text">Consider removing %1$s styling on longer passages of text.</string> 267 268 <string name="italic_text">italic</string> 269 270 <string name="underline_text">underline</string> 271 272 <string name="italic_underline_text">italic and underline</string> 273 274 <string name="result_message_no_typeface_info">This item\'s typeface could not be determined.</string> 275 276 <string name="check_title_link_test">Link text</string> 277 278 <string name="result_message_brief_link_text_not_descriptive">Consider using more descriptive text in the link.</string> 279 280 <string name="result_message_link_text_not_descriptive">The link text <tt>%1$s</tt> may not independently convey the link\'s purpose.</string> 281 282 <string name="check_title_reading_score">Readability</string> 283 284 <string name="result_message_low_reading_score">This item\'s text has an approximate readability score of %1$.0f, which is lower than the recommended score of %2$.0f. Consider using simpler words or sentences to make the text easier to read.</string> 285 286 <string name="result_message_brief_low_reading_score">This text may have a low readability score.</string> 287 288 <string name="result_message_short_text">This item\'s text is too short to be evaluated.</string> 289 290 <string name="result_message_item_exposed_needs_manual_assessment">This screen needs manual inspection to ensure that all items are exposed to accessibility services.</string> 291 292 <string name="result_message_has_unexposed_items">This screen may have items that are not exposed to accessibility services.</string> 293 294 <string name="result_message_is_unexposed_item_screen_region">The region with on-screen location <tt>%1$s</tt> contains at least one item that is not exposed to accessibility services.</string> 295 296 <string name="check_title_item_exposed">Exposed items</string> 297 298 <string name="result_message_brief_is_unexposed_item_screen_region">Consider exposing items in this region to accessibility services.</string> 299 300 <string name="check_title_text_size">Text scaling</string> 301 302 <string name="result_message_no_text_size_unit">Text size unit could not be obtained.</string> 303 304 <string name="result_message_brief_text_size_unit">This item\'s text size unit is <tt>%1$s</tt>.</string> 305 306 <string name="result_message_item_type_with_text_size_unit"><tt>%1$s</tt> with text size unit of <tt>%2$s</tt>.</string> 307 308 <string name="result_message_small_fixed_text_size">This text is small, and may be difficult for some users to read. Consider using a larger size or specifying the text size in scaled pixels (<tt>sp</tt>).</string> 309 310 <string name="result_message_fixed_text_size">Consider specifying the text size in scaled pixels (<tt>sp</tt>).</string> 311 312 <string name="result_message_brief_fixed_width_text_view_with_scaled_text">This <tt>TextView</tt> has a fixed width and scalable text.</string> 313 314 <string name="result_message_brief_fixed_width_text_view_with_scaled_text_compose">This <tt>Text</tt> has a fixed width and scalable text.</string> 315 316 <string name="result_message_brief_fixed_height_text_view_with_scaled_text">This <tt>TextView</tt> has a fixed height and scalable text.</string> 317 318 <string name="result_message_brief_fixed_height_text_with_scaled_text_compose">This <tt>Text</tt> has a fixed height and scalable text.</string> 319 320 <string name="result_message_brief_fixed_size_text_view_with_scaled_text">This <tt>TextView</tt> has a fixed size and scalable text.</string> 321 322 <string name="result_message_brief_fixed_size_text_with_scaled_text_compose">This <tt>Text</tt> has a fixed size and scalable text.</string> 323 324 <string name="result_message_brief_fixed_width_view_group_with_scaled_text">This <tt>ViewGroup</tt> has a fixed width and contains a <tt>TextView</tt> with scalable text.</string> 325 326 <string name="result_message_brief_fixed_width_parent_with_scaled_text_compose">This element has a fixed width and contains a <tt>Text</tt> element with scalable text.</string> 327 328 <string name="result_message_brief_fixed_height_view_group_with_scaled_text">This <tt>ViewGroup</tt> has a fixed height and contains a <tt>TextView</tt> with scalable text.</string> 329 330 <string name="result_message_brief_fixed_height_parent_with_scaled_text_compose">This element has a fixed height and contains a <tt>Text</tt> element with scalable text.</string> 331 332 <string name="result_message_brief_fixed_size_view_group_with_scaled_text">This <tt>ViewGroup</tt> has a fixed size and contains a <tt>TextView</tt> with scalable text.</string> 333 334 <string name="result_message_brief_fixed_size_parent_with_scaled_text_compose">This element has a fixed size and contains a <tt>Text</tt> element with scalable text.</string> 335 336 <string name="result_message_fixed_size_text_view_with_scaled_text">Consider modifying the <tt>LayoutParams</tt> to allow for text expansion.</string> 337 338 <string name="result_message_fixed_size_text_with_scaled_text_compose">Consider modifying the size modifiers using <tt>sizeIn</tt> to allow for text expansion.</string> 339 340 <string name="check_title_unexposed_text">Unexposed text</string> 341 342 <string name="result_message_unexposed_text">Ensure that this item\'s accessibility label includes its visible text.</string> 343 344 <string name="result_message_text_detected_in_image_view">OCR results were detected inside this ImageView.</string> 345 346 <string name="result_message_brief_unexposed_text">Possible text detected: %1$s</string> 347 348 <string name="result_message_brief_text_detected_in_image_view">Possible text: %1$s</string> 349 350 <string name="result_message_text_detected_in_surface_view">This <tt>SurfaceView</tt> may not expose its content to accessibility services.</string> 351 352 <string name="result_message_brief_multiple_unexposed_texts">Possible unexposed texts detected, including \'%1$s\'.</string> 353 354 <string name="result_message_multiple_unexposed_texts">This item may not expose its content to accessibility services.</string> 355 356 <string name="result_message_ocr_result_not_available">OCR results are not available.</string> 357 358 <string name="result_message_no_matching_ocr_results">No OCR results were detected inside this item.</string> 359 360 <string name="result_message_multiple_best_match_views">One OCR result was detected inside multiple focusable items.</string> 361 362 <string name="result_message_single_ocr_character_without_text">An OCR result with a single character was detected, but no text exists at that location.</string> 363 364 <string name="question_message_screen_has_unexposed_items">Does this screen contain important items that are not outlined?</string> 365 366 <string name="question_message_identify_unexposed_items">Select regions of the screen with unidentified items.</string> 367 368 <string name="value_checked">ticked</string> 369 370 <string name="value_not_checked">not ticked</string> 371 372 <string name="value_on">on</string> 373 374 <string name="value_off">off</string> 375 376 <string name="template_containers_quantity_other">%1$s showing %2$d items.</string> 377 378 <string name="template_labeled_item">%1$s for %2$s</string> 379 380 <string name="value_listview">List</string> 381 382</resources> 383