tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

strings.xml (1309B)


      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">Mostrar texto oculto</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">Limpar texto</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">Cargando</string>
     20  <!-- Content description for the dismiss icon of a Snackbar -->
     21  <string name="mozac_compose_base_snackbar_dismiss_content_description">Rexeitar a mensaxe</string>
     22  <!-- Content description for the close icon of a Banner -->
     23  <string name="mozac_compose_base_close_button_content_description">Pechar</string>
     24 </resources>