From 3b87805d50bef3e73e857dd8025a4383e5f6651d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 2 Apr 2024 12:16:51 +0200 Subject: get rid of trackhandle and use mediastream everwhere --- client-web/source/locale/en.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'client-web/source/locale/en.ts') 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 +*/ 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:", -- cgit v1.2.3-70-g09d2