diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-02 10:53:45 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-02 10:53:45 +0200 |
commit | 2accfbcda2aac18195ca9ec2017c91ea243bbf94 (patch) | |
tree | 955a102e7f5e84bd21c87f6d36a883e5f429cec5 /client-web/source/locale | |
parent | 1cbb982e0910f9ed9c425e5a87967b2295d1ee32 (diff) | |
download | keks-meet-2accfbcda2aac18195ca9ec2017c91ea243bbf94.tar keks-meet-2accfbcda2aac18195ca9ec2017c91ea243bbf94.tar.bz2 keks-meet-2accfbcda2aac18195ca9ec2017c91ea243bbf94.tar.zst |
fix weird behaviour in disabled settings
Diffstat (limited to 'client-web/source/locale')
-rw-r--r-- | client-web/source/locale/de.ts | 2 | ||||
-rw-r--r-- | client-web/source/locale/en.ts | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client-web/source/locale/de.ts b/client-web/source/locale/de.ts index 31ab6fe..eee093c 100644 --- a/client-web/source/locale/de.ts +++ b/client-web/source/locale/de.ts @@ -64,7 +64,7 @@ export const PO_DE_DE: LanguageStrings = { warn_redirect: "Interne Option, die der Server bei einer Weiterleitung setzt.", image_view_popup: "Öffne Bilder in einem neuen Tab", webrtc_debug: "Zeige erweiterte Informationen zu WebRTC zeugs", - + screencast_audio: "Anwendungsaudio bei Bildschirmübertragung aufzeichnen", microphone_enabled: "Füge eine Mikrofonspur beim start hinzu.", screencast_enabled: "Füge eine Bildschirmspur beim start hinzu.", camera_enabled: "Füge eine Kameraspur beim start hinzu.", diff --git a/client-web/source/locale/en.ts b/client-web/source/locale/en.ts index 3bf5f7e..897ac15 100644 --- a/client-web/source/locale/en.ts +++ b/client-web/source/locale/en.ts @@ -64,7 +64,7 @@ export const PO_EN_US: LanguageStrings = { warn_redirect: "Internal option that is set by a server redirect.", image_view_popup: "Open image in popup instead of new tab", webrtc_debug: "Show additional information for WebRTC related stuff", - + screencast_audio: "Include audio when sharing your screen.", microphone_enabled: "Add one microphone track on startup", screencast_enabled: "Add one screencast track on startup", camera_enabled: "Add one camera track on startup", @@ -82,7 +82,7 @@ export const PO_EN_US: LanguageStrings = { notify_chat: "Send notifications for incoming chat messages", notify_join: "Send notifications when users join", notify_leave: "Send notifications when users leave", - enable_onbeforeunload: "Prompt for confirmation when leaving the site while local resources are active", + enable_onbeforeunload: "Prompt for confirmation when leaving the site while local resources are shared", room_watches: "Known rooms (as semicolon seperated list of name=secret pairs)", username: "Username", } |