summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/media/src/main/res/values-en-rCA/strings.xml
blob: 1961f7bdbe7b523b10874b49eabff73de718ff05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
    <!-- Name of the "notification channel" used for displaying media notification. See https://developer.android.com/training/notify-user/channels -->
    <string name="mozac_feature_media_notification_channel">Media</string>

    <!-- Title of notification shown when the device's camera is shared with a website (WebRTC) -->
    <string name="mozac_feature_media_sharing_camera">Camera is on</string>
    <!-- Title of notification shown when the device's microphone is shared with a website (WebRTC) -->
    <string name="mozac_feature_media_sharing_microphone">Microphone is on</string>
    <!-- Title of notification shown when the device's camera and microphone is shared with a website (WebRTC) -->
    <string name="mozac_feature_media_sharing_camera_and_microphone">Camera and microphone are on</string>

    <!-- Text of notification shown when the device's camera is shared with a website (WebRTC) -->
    <string name="mozac_feature_media_sharing_camera_text">Tap to open the tab that’s using your camera.</string>
    <!-- Text of notification shown when the device's microphone is shared with a website (WebRTC) -->
    <string name="mozac_feature_media_sharing_microphone_text">Tap to open the tab that’s using your microphone.</string>
    <!-- Text of notification shown when the device's camera and microphone is shared with a website (WebRTC) -->
    <string name="mozac_feature_media_sharing_camera_and_microphone_text">Tap to open the tab that’s using your microphone and camera.</string>


    <!-- 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-->
    <string name="mozac_feature_media_sharing_camera_reminder_text">Reminder: %1$s is still using your camera. Tap to open the tab.</string>
    <!-- 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-->
    <string name="mozac_feature_media_sharing_microphone_reminder_text" moz:RemovedIn="124" tools:ignore="UnusedResources">Reminder: %1$s is still using your microphone. Tap to open the tab</string>
    <!-- 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-->
    <string name="mozac_feature_media_sharing_microphone_reminder_text_2">Reminder: %1$s is still using your microphone. Tap to open the tab.</string>
    <!-- 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-->
    <string name="mozac_feature_media_sharing_camera_and_microphone_reminder_text" moz:RemovedIn="124" tools:ignore="UnusedResources">Reminder: %1$s is still using your microphone and camera. Tap to open the tab</string>
    <!-- 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-->
    <string name="mozac_feature_media_sharing_camera_and_microphone_reminder_text_2">Reminder: %1$s is still using your microphone and camera. Tap to open the tab.</string>

    <!--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. -->
    <string name="mozac_feature_media_notification_action_play">Play</string>

    <!--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. -->
    <string name="mozac_feature_media_notification_action_pause">Pause</string>

    <!-- Neutral title of the media notification for when a website that is open in private mode. -->
    <string name="mozac_feature_media_notification_private_mode">A site is playing media</string>
</resources>