summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/media/src/main/res/values-or/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/android-components/components/feature/media/src/main/res/values-or/strings.xml')
-rw-r--r--mobile/android/android-components/components/feature/media/src/main/res/values-or/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/mobile/android/android-components/components/feature/media/src/main/res/values-or/strings.xml b/mobile/android/android-components/components/feature/media/src/main/res/values-or/strings.xml
new file mode 100644
index 0000000000..3df7c6ed41
--- /dev/null
+++ b/mobile/android/android-components/components/feature/media/src/main/res/values-or/strings.xml
@@ -0,0 +1,12 @@
+<?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">ମିଡ଼ିଆ</string>
+
+ <!-- Title of notification shown when the device's camera is shared with a website (WebRTC) -->
+ <string name="mozac_feature_media_sharing_camera">କ୍ୟାମେରା ଅନ ଅଛି</string>
+ <!-- Title of notification shown when the device's microphone is shared with a website (WebRTC) -->
+ <string name="mozac_feature_media_sharing_microphone">ମାଇକ୍ରୋଫୋନ ଅନ ଅଛି</string>
+
+
+ </resources>