blob: d4a7af1e1649557893a0cc3d9b6963823e99fd0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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/.
# note this section of the code may require some tinkering in other languages =(
# format in dialog: site [can/cannot] set cookies
can=網站可以設定 Cookie
cannot=網站不能設定 Cookie
canSession=網站可設定 Session Cookie
domain=這個 Cookie 會在這個網域內使用:
host=設定這個 Cookie 的主機:
hostColon=主機:
domainColon=網域:
forSecureOnly=僅限加密安全連線
forAnyConnection=任何類型的連線
expireAtEndOfSession=連線結束時
allowedURLSchemes=請檢查輸入的網址,您也可以僅針對 http 或 https 通訊協定新增權限
errorAddPermission=無法為此網站新增權限
deleteAllCookies=您確定要刪除所有的 Cookie 嗎?
deleteAllCookiesTitle=刪除全部 Cookie
deleteAllCookiesYes=移除(&R)
deleteAllCookiesSites=您確定要刪除所有的 Cookie 網站嗎?
deleteAllSitesTitle=移除所有網站
deleteAllSitesYes=移除(&R)
deleteSelectedCookies=您確定要刪除所選的 Cookie 嗎?
deleteSelectedCookiesTitle=移除所選擇的 Cookie
deleteSelectedCookiesYes=移除(&R)
deleteSelectedCookiesSites=您確定要刪除所選的 Cookie 網站嗎?
deleteSelectedSitesTitle=移除選擇的網站
deleteSelectedSitesYes=移除(&R)
|