diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:40:09 +0000 |
commit | c1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch) | |
tree | 81b15ef2846efcdbb09422dd283399e769cb7ef9 /l10n-ko/browser/browser/webrtcIndicator.ftl | |
parent | Releasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff) | |
download | firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ko/browser/browser/webrtcIndicator.ftl')
-rw-r--r-- | l10n-ko/browser/browser/webrtcIndicator.ftl | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/l10n-ko/browser/browser/webrtcIndicator.ftl b/l10n-ko/browser/browser/webrtcIndicator.ftl index c77288cb4e..e00f114f0e 100644 --- a/l10n-ko/browser/browser/webrtcIndicator.ftl +++ b/l10n-ko/browser/browser/webrtcIndicator.ftl @@ -123,10 +123,24 @@ webrtc-allow-share-screen = { $origin } 사이트가 화면을 볼 수 있도록 # another audio output connection. webrtc-allow-share-speaker = { $origin } 사이트가 다른 스피커를 사용하도록 허용하시겠습니까? webrtc-allow-share-camera-and-microphone = { $origin } 사이트가 카메라와 마이크를 사용하도록 허용하시겠습니까? -webrtc-allow-share-camera-and-audio-capture = { $origin } 사이트가 카메라를 사용하고 이 탭의 소리를 듣을 수 있도록 허용하시겠습니까? +webrtc-allow-share-camera-and-audio-capture = { $origin } 사이트가 카메라를 사용하고 이 탭의 소리를 들을 수 있도록 허용하시겠습니까? webrtc-allow-share-screen-and-microphone = { $origin } 사이트가 마이크를 사용하고 화면을 볼 수 있도록 허용하시겠습니까? webrtc-allow-share-screen-and-audio-capture = { $origin } 사이트가 이 탭의 소리를 듣고 화면을 볼 수 있도록 허용하시겠습니까? +## Special phrasing for sharing devices when the origin is a file url. + +webrtc-allow-share-audio-capture-with-file = 이 로컬 파일이 이 탭의 소리를 들을 수 있도록 허용하시겠습니까? +webrtc-allow-share-camera-with-file = 이 로컬 파일이 카메라를 사용하도록 허용하시겠습니까? +webrtc-allow-share-microphone-with-file = 이 로컬 파일이 마이크를 사용하도록 허용하시겠습니까? +webrtc-allow-share-screen-with-file = 이 로컬 파일이 화면을 볼 수 있도록 허용하시겠습니까? +# "Speakers" is used in a general sense that might include headphones or +# another audio output connection. +webrtc-allow-share-speaker-with-file = 이 로컬 파일이 다른 스피커를 사용하도록 허용하시겠습니까? +webrtc-allow-share-camera-and-microphone-with-file = 이 로컬 파일이 카메라와 마이크를 사용하도록 허용하시겠습니까? +webrtc-allow-share-camera-and-audio-capture-with-file = 이 로컬 파일이 카메라를 사용하고 이 탭의 소리를 들을 수 있도록 허용하시겠습니까? +webrtc-allow-share-screen-and-microphone-with-file = 이 로컬 파일이 마이크를 사용하고 화면을 볼 수 있도록 허용하시겠습니까? +webrtc-allow-share-screen-and-audio-capture-with-file = 이 로컬 파일이 이 탭의 소리를 듣고 화면을 볼 수 있도록 허용하시겠습니까? + ## Variables: ## $origin (String): the first party origin. ## $thirdParty (String): the third party origin. |