tor-browser

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

strings.xml (3704B)


      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  <!-- Name of the "notification channel" used for displaying media notification. See https://developer.android.com/training/notify-user/channels -->
     11  <string name="mozac_feature_media_notification_channel">Media</string>
     12  <!-- Title of notification shown when the device's camera is shared with a website (WebRTC) -->
     13  <string name="mozac_feature_media_sharing_camera">Kamera është e hapur</string>
     14  <!-- Title of notification shown when the device's microphone is shared with a website (WebRTC) -->
     15  <string name="mozac_feature_media_sharing_microphone">Mikrofoni është i hapur</string>
     16  <!-- Title of notification shown when the device's camera and microphone is shared with a website (WebRTC) -->
     17  <string name="mozac_feature_media_sharing_camera_and_microphone">Kamera dhe mikrofoni janë  hapur</string>
     18  <!-- Text of notification shown when the device's camera is shared with a website (WebRTC) -->
     19  <string name="mozac_feature_media_sharing_camera_text">Prekeni,   hapet skeda  po përdor kamerën tuaj.</string>
     20  <!-- Text of notification shown when the device's microphone is shared with a website (WebRTC) -->
     21  <string name="mozac_feature_media_sharing_microphone_text">Prekeni,   hapet skeda  po përdor mikrofonin tuaj.</string>
     22  <!-- Text of notification shown when the device's camera and microphone is shared with a website (WebRTC) -->
     23  <string name="mozac_feature_media_sharing_camera_and_microphone_text">Prekeni,   hapet skeda  po përdor mikrofonin dhe kamerën tuaj.</string>
     24  <!-- Text of reminder notification shown when the device's camera is shared with a website (WebRTC). %1$s is a placeholder that will be replaced by the app name -->
     25  <string name="mozac_feature_media_sharing_camera_reminder_text">Kujtues: %1$s ende po përdor kamerën tuaj. Prekeni   hapet skeda.</string>
     26  <!-- Text of reminder notification shown when the device's microphone is shared with a website (WebRTC) %1$s is a placeholder that will be replaced by the app name -->
     27  <string name="mozac_feature_media_sharing_microphone_reminder_text_2">Kujtues: %1$s ende po përdor mikrofonin tuaj. Prekeni   hapet skeda.</string>
     28  <!-- Text of reminder notification shown when the device's camera and microphone is shared with a website (WebRTC) %1$s is a placeholder that will be replaced by the app name -->
     29  <string name="mozac_feature_media_sharing_camera_and_microphone_reminder_text_2">Kujtues: %1$s ende po përdor mikrofonin dhe skedën tuaj. Prekeni   hapet skeda.</string>
     30  <!-- This is the title of the "play" action media shown in the media notification while web content is playing media. Clicking it will resume playing paused media. On most modern Android system only an icon is visible. But screen readers may read this title. -->
     31  <string name="mozac_feature_media_notification_action_play">Luaje</string>
     32  <!-- This is the title of the "pause" action shown in the media notification while web content is playing media. Clicking it will pause currently playing media. On most modern Android system only an icon is visible. But screen readers may read this title. -->
     33  <string name="mozac_feature_media_notification_action_pause">Ndalesë</string>
     34  <!-- Neutral title of the media notification for when a website that is open in private mode. -->
     35  <string name="mozac_feature_media_notification_private_mode">Një sajt po luan media</string>
     36 </resources>