aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/locale/en.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-02 12:16:51 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-02 12:16:51 +0200
commit3b87805d50bef3e73e857dd8025a4383e5f6651d (patch)
tree067a1edb6582813931e249b0c29c19d1fd962d3e /client-web/source/locale/en.ts
parent2accfbcda2aac18195ca9ec2017c91ea243bbf94 (diff)
downloadkeks-meet-3b87805d50bef3e73e857dd8025a4383e5f6651d.tar
keks-meet-3b87805d50bef3e73e857dd8025a4383e5f6651d.tar.bz2
keks-meet-3b87805d50bef3e73e857dd8025a4383e5f6651d.tar.zst
get rid of trackhandle and use mediastream everwhere
Diffstat (limited to 'client-web/source/locale/en.ts')
-rw-r--r--client-web/source/locale/en.ts8
1 files changed, 7 insertions, 1 deletions
diff --git a/client-web/source/locale/en.ts b/client-web/source/locale/en.ts
index 897ac15..db16fe7 100644
--- a/client-web/source/locale/en.ts
+++ b/client-web/source/locale/en.ts
@@ -1,3 +1,8 @@
+/*
+ This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2024 metamuffin <metamuffin.org>
+*/
import { LanguageStrings } from "./mod.ts";
export const PO_EN_US: LanguageStrings = {
@@ -53,9 +58,10 @@ export const PO_EN_US: LanguageStrings = {
mute: "Mute",
video_stream: "video stream",
audio_stream: "audio stream",
+ local: "Local",
disable: "Disable",
enable: "Enable",
- status_await_track: "Awaiting track…",
+ status_await_stream: "Awaiting stream…",
notification_perm_explain: "For keks-meet to send notifications, it needs you to grant permission: ",
grant: "Grant",
clear_prefs: "Want to clear all settings? Use this:",