tor-browser

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

strings.xml (1716B)


      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  <!-- Text for context menu item to save / download the link. -->
     11  <string name="mozac_feature_contextmenu_download_link">Unduh tautan</string>
     12  <!-- Text for context menu item to share the link with an other app. -->
     13  <string name="mozac_feature_contextmenu_share_link">Ngbagiang tautan</string>
     14  <!-- Text for context menu item to share the image with an other app. -->
     15  <string name="mozac_feature_contextmenu_share_image">Ngbagiang gambar</string>
     16  <!-- Text for context menu item to save / download the image. -->
     17  <string name="mozac_feature_contextmenu_save_image">Raksa gambar</string>
     18  <!-- Text for context menu item to save / download the file. -->
     19  <string name="mozac_feature_contextmenu_save_file_to_device">Raksa berkas ka piranti</string>
     20  <!-- Text for context menu item to add to a contact. -->
     21  <string name="mozac_feature_contextmenu_add_to_contact">Tambah ka kontak</string>
     22  <!-- Action shown in a text selection context menu. This will prompt a search using the selected text. -->
     23  <string name="mozac_selection_context_menu_search_2">Rereh</string>
     24  <!-- Action shown in a text selection context menu. This will prompt a share of the selected text. -->
     25  <string name="mozac_selection_context_menu_share">Bagiang</string>
     26  <!-- Action shown in a text selection context menu. This will prompt a new email from the selected text. -->
     27  <string name="mozac_selection_context_menu_email">Rerepél</string>
     28 </resources>