Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-8"?>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<resources>
<!--
TextField Design System Component
The default content description (not visible, for screen readers etc.): Eye trailing icon button in TextField used to show hidden password text.
-->
<string name="text_field_eye_trailing_icon_default_content_description">Tampil teks kaengkebang</string>
<!-- The default content description (not visible, for screen readers etc.): Cross trailing icon button in TextField used to clear input. -->
<string name="text_field_cross_trailing_icon_default_content_description">Resikin</string>
<!-- Announcement made by the screen reader when the progress bar is shown and a page is loading -->
<string name="mozac_compose_base_progress_loading">Ngamuat</string>
<!-- Content description for the dismiss icon of a Snackbar -->
<string name="mozac_compose_base_snackbar_dismiss_content_description">Nolak pabesen</string>
<!-- Content description for the close icon of a Banner -->
<string name="mozac_compose_base_close_button_content_description">Sineb</string>
<!-- Title shown in the dialog that lists every clickable link inside a LinkText composable when the text contains more than one link. -->
<string name="mozac_compose_base_link_text_links_title">Cantélan</string>
<!-- Announcement appended to the LinkText content description so screen readers know that interactive links are present in the text. -->
<string name="mozac_compose_base_link_text_links_available">Cantélan wénten</string>
<!-- Label for the button that dismisses the LinkText links dialog without selecting a link. -->
<string name="mozac_compose_base_link_text_dismiss">Tutup</string>
<!--
Accessibility services actions labels. These will be appended to accessibility actions like "Double tap to.." but not by or applications but by services like Talkback.
Action label for elements that can be collapsed if interacting with them. Talkback will append this to say "Double tap to collapse".
-->
<string name="mozac_compose_base_a11y_action_label_collapse">Alitin malih</string>
<!-- Current state for elements that can be collapsed if interacting with them. Talkback will dictate this after a state change. -->
<string name="mozac_compose_base_a11y_state_label_collapsed">Alitin malih</string>
<!-- Action label for elements that can be expanded if interacting with them. Talkback will append this to say "Double tap to expand". -->
<string name="mozac_compose_base_a11y_action_label_expand">kembang</string>
<!-- Current state for elements that can be expanded if interacting with them. Talkback will dictate this after a state change. -->
<string name="mozac_compose_base_a11y_state_label_expanded">kembangang</string>
</resources>