tor-browser

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

strings.xml (2534B)


      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 file,
      6  You can obtain one at http://mozilla.org/MPL/2.0/.
      7 -->
      8 
      9 <resources>
     10  <!-- Description for the "bookmarks" WebExtensions API permission. -->
     11  <string name="mozac_feature_addons_permissions_bookmarks_description">Kavi tya sama marka</string>
     12  <!-- The version on of add-on. -->
     13  <string name="mozac_feature_addons_version">Versión</string>
     14  <!-- The developer website (Homepage) of the add-on. -->
     15  <string name="mozac_feature_addons_home_page">Tutu xina</string>
     16  <!-- The rating of the add-on. -->
     17  <string name="mozac_feature_addons_rating">Calificación</string>
     18  <!-- The settings of the add-on. -->
     19  <string name="mozac_feature_addons_settings">Sama</string>
     20  <!-- Indicates the add-on is enabled. -->
     21  <string name="mozac_feature_addons_settings_on">Kuna</string>
     22  <!-- Indicates the add-on is enabled. -->
     23  <string name="mozac_feature_addons_enabled">Kuna</string>
     24  <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the disabled section. -->
     25  <string name="mozac_feature_addons_disabled_section">Kasi</string>
     26  <!-- This is a button to remove (i.e. uninstall) an add-on. -->
     27  <string name="mozac_feature_addons_remove">Xitaá</string>
     28  <!-- This is a button to add (install) an add-on . -->
     29  <string name="mozac_feature_addons_permissions_dialog_add">Chika</string>
     30  <!-- This is a button to cancel the add-on installation . -->
     31  <string name="mozac_feature_addons_permissions_dialog_cancel">Kunchatu</string>
     32  <!-- This is the label of a button to cancel an ongoing add-on installation. -->
     33  <string name="mozac_feature_addons_install_addon_dialog_cancel">Kunchatu</string>
     34  <!-- This is the title of page where all the add-ons are listed -->
     35  <string name="mozac_feature_addons_addons">Komplementos</string>
     36  <!-- Label for add-ons sub menu item for add-ons manager -->
     37  <string name="mozac_feature_addons_addons_manager">Komplementos</string>
     38  <!-- Displayed in the "Status" field for the updater when there was an error during the add-on update. -->
     39  <string name="mozac_feature_addons_updater_status_error">Vaá</string>
     40  <!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated -->
     41  <string name="mozac_feature_addons_updater_dialog_status">Nixi kaa</string>
     42 </resources>