diff options
Diffstat (limited to 'l10n-ko/browser/browser/addonNotifications.ftl')
-rw-r--r-- | l10n-ko/browser/browser/addonNotifications.ftl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/l10n-ko/browser/browser/addonNotifications.ftl b/l10n-ko/browser/browser/addonNotifications.ftl index 273997daf9..acf2bb8077 100644 --- a/l10n-ko/browser/browser/addonNotifications.ftl +++ b/l10n-ko/browser/browser/addonNotifications.ftl @@ -40,6 +40,7 @@ site-permission-install-first-prompt-midi-message = 이 액세스는 안전하 ## xpinstall-disabled-locked = 시스템 관리자로 인해 소프트웨어 설치 기능을 사용할 수 없습니다. +xpinstall-disabled-by-policy = 조직에서 소프트웨어 설치를 비활성화했습니다. xpinstall-disabled = 소프트웨어 설치 기능을 사용할 수 없습니다. 사용 허가를 선택한 후 다시 시도하세요. xpinstall-disabled-button = .label = 사용함 @@ -51,6 +52,13 @@ xpinstall-disabled-button = addon-install-blocked-by-policy = { $addonName }({ $addonId }) 부가 기능이 시스템 관리자에 의해 차단되었습니다. # This message is shown when the installation of add-ons from a domain is blocked by enterprise policy. addon-domain-blocked-by-policy = 시스템 관리자가 이 사이트에서 컴퓨터에 소프트웨어를 설치하도록 요청하는 것을 차단했습니다. +# This message is shown when the installation of an add-on is blocked by enterprise policy. +# Variables: +# $addonName (String): the name of the add-on. +# $addonId (String): the ID of add-on. +addon-installation-blocked-by-policy = { $addonName }({ $addonId }) 부가 기능이 조직에 의해 차단되었습니다. +# This message is shown when the installation of add-ons from a domain is blocked by enterprise policy. +addon-install-domain-blocked-by-policy = 조직이 이 사이트에서 컴퓨터에 소프트웨어를 설치하도록 요청하는 것을 차단했습니다. addon-install-full-screen-blocked = 전체 화면 모드에서 또는 전체 화면 모드로 전환 중에는 부가 기능을 설치할 수 없습니다. # Variables: # $addonName (String): the localized name of the sideloaded add-on. |