diff options
Diffstat (limited to 'l10n-zh-TW/suite/chrome/common/sitePermissions.properties')
-rw-r--r-- | l10n-zh-TW/suite/chrome/common/sitePermissions.properties | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/l10n-zh-TW/suite/chrome/common/sitePermissions.properties b/l10n-zh-TW/suite/chrome/common/sitePermissions.properties new file mode 100644 index 0000000000..339caba8e2 --- /dev/null +++ b/l10n-zh-TW/suite/chrome/common/sitePermissions.properties @@ -0,0 +1,46 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (state.current.allowed, +# state.current.allowedForSession, +# state.current.allowedTemporarily, +# state.current.blockedTemporarily, +# state.current.blocked, +# state.current.hide): +# This label is used to display active permission states in the site +# identity popup (which does not have a lot of screen space). +state.current.allowed = 已允許 +state.current.allowedForSession = 已於此次瀏覽階段允許 +state.current.allowedTemporarily = 暫時允許 +state.current.blockedTemporarily = 暫時封鎖 +state.current.blocked = 已封鎖 + +state.current.prompt = 總是詢問 +state.current.hide = 隱藏提示 + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSameDomain, +# state.multichoice.allowForSession, +# state.multichoice.block): +# Used to label permission state checkboxes in the page info dialog. +state.multichoice.alwaysAsk = 總是詢問 +state.multichoice.allow = 允許 +state.multichoice.allowForSameDomain = 允許同網域 +state.multichoice.allowForSession = 此次瀏覽階段允許 +state.multichoice.block = 封鎖 + +permission.cookie.label = 設定 Cookie +permission.desktop-notification2.label = 接收通知 +permission.image.label = 載入圖片 +permission.camera.label = 使用攝影機 +permission.microphone.label = 使用麥克風 +permission.screen.label = 分享畫面 +permission.install.label = 安裝附加元件 +permission.popup.label = 開啟彈出型視窗 +permission.geo.label = 取得您的位置 +permission.indexedDB.label = 使用離線儲存空間 +permission.focus-tab-by-prompt.label = 切換至此分頁 +permission.persistent-storage.label = 將資料儲存於持續性儲存空間 +permission.flash-plugin.label = 執行 Adobe Flash |