strings.xml (1339B)
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources> 6 <!-- TextField Design System Component --> 7 <!-- The default content description (not visible, for screen readers etc.): Eye trailing icon button in TextField used to show hidden password text. --> 8 <string name="text_field_eye_trailing_icon_default_content_description">Show hidden text</string> 9 <!-- The default content description (not visible, for screen readers etc.): Cross trailing icon button in TextField used to clear input. --> 10 <string name="text_field_cross_trailing_icon_default_content_description">Clear text</string> 11 <!-- Announcement made by the screen reader when the progress bar is shown and a page is loading --> 12 <string name="mozac_compose_base_progress_loading">Loading</string> 13 <!-- Content description for the dismiss icon of a Snackbar --> 14 <string name="mozac_compose_base_snackbar_dismiss_content_description">Dismiss message</string> 15 <!-- Content description for the close icon of a Banner --> 16 <string name="mozac_compose_base_close_button_content_description">Close</string> 17 </resources>