strings.xml (1306B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <!-- 4 This Source Code Form is subject to the terms of the Mozilla Public 5 License, v. 2.0. If a copy of the MPL was not distributed with this 6 file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources> 10 <!-- 11 TextField Design System Component 12 13 The default content description (not visible, for screen readers etc.): Eye trailing icon button in TextField used to show hidden password text. 14 --> 15 <string name="text_field_eye_trailing_icon_default_content_description">Gizli metni göster</string> 16 <!-- The default content description (not visible, for screen readers etc.): Cross trailing icon button in TextField used to clear input. --> 17 <string name="text_field_cross_trailing_icon_default_content_description">Metni temizle</string> 18 <!-- Announcement made by the screen reader when the progress bar is shown and a page is loading --> 19 <string name="mozac_compose_base_progress_loading">Yükleniyor</string> 20 <!-- Content description for the dismiss icon of a Snackbar --> 21 <string name="mozac_compose_base_snackbar_dismiss_content_description">Mesajı kapat</string> 22 <!-- Content description for the close icon of a Banner --> 23 <string name="mozac_compose_base_close_button_content_description">Kapat</string> 24 </resources>