diff options
Diffstat (limited to 'comm/suite/locales/en-US/chrome/common/permissions')
4 files changed, 118 insertions, 0 deletions
diff --git a/comm/suite/locales/en-US/chrome/common/permissions/cookieViewer.dtd b/comm/suite/locales/en-US/chrome/common/permissions/cookieViewer.dtd new file mode 100644 index 0000000000..93bf2348c0 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/permissions/cookieViewer.dtd @@ -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/. --> + +<!ENTITY tab.cookiesonsystem.label "Stored Cookies"> +<!ENTITY tab.bannedservers.label "Cookie Websites"> +<!ENTITY div.bannedservers.label "Manage websites that can and cannot store cookies on your computer."> +<!ENTITY div.cookiesonsystem.label "View and remove cookies that are stored on your computer."> +<!ENTITY treehead.cookiename.label "Cookie Name"> +<!ENTITY treehead.cookiedomain.label "Website"> +<!ENTITY treehead.cookieexpires.label "Expires"> +<!ENTITY treehead.infoselected.label "Information about the selected Cookie"> +<!ENTITY button.removecookie.label "Remove Cookie"> +<!ENTITY button.removecookie.accesskey "R"> +<!ENTITY button.removeallcookies.label "Remove All Cookies"> +<!ENTITY button.removeallcookies.accesskey "e"> + +<!ENTITY search.placeholder "Search Cookies"> +<!ENTITY focusSearch.key "f"> +<!ENTITY selectAll.key "a"> + +<!ENTITY props.name.label "Name:"> +<!ENTITY props.value.label "Content:"> +<!ENTITY props.domain.label "Host:"> +<!ENTITY props.path.label "Path:"> +<!ENTITY props.secure.label "Send For:"> +<!ENTITY props.expires.label "Expires:"> + +<!ENTITY treehead.sitename.label "Website"> +<!ENTITY treehead.scheme.label "Scheme"> +<!ENTITY treehead.status.label "Status"> +<!ENTITY windowtitle.label "Cookie Manager"> + +<!ENTITY blockSite.label "Block"> +<!ENTITY blockSite.accesskey "B"> +<!ENTITY allowSite.label "Allow"> +<!ENTITY allowSite.accesskey "A"> +<!ENTITY allowSiteSession.label "Session"> +<!ENTITY allowSiteSession.accesskey "S"> +<!ENTITY removepermission.label "Remove Website"> +<!ENTITY removepermission.accesskey "R"> +<!ENTITY removeallpermissions.label "Remove All Websites"> +<!ENTITY removeallpermissions.accesskey "e"> + +<!ENTITY futureCookies.label "Don't allow websites that set removed cookies to set future cookies"> +<!ENTITY futureCookies.accesskey "D"> diff --git a/comm/suite/locales/en-US/chrome/common/permissions/cookieViewer.properties b/comm/suite/locales/en-US/chrome/common/permissions/cookieViewer.properties new file mode 100644 index 0000000000..37db53c69e --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/permissions/cookieViewer.properties @@ -0,0 +1,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=website can set cookies +cannot=website cannot set cookies +canSession=website can set session cookies +domain=Domain for which this cookie applies: +host=Server which set the cookie: +hostColon=Host: +domainColon=Domain: +forSecureOnly=Encrypted connections only +forAnyConnection=Any type of connection +expireAtEndOfSession=At end of session +allowedURLSchemes=Check the entered url. Also you can only add permissions for http or https schemes +errorAddPermission=Permission for site could not be added +deleteAllCookies=Are you sure you want to delete all the cookies? +deleteAllCookiesTitle=Remove All Cookies +deleteAllCookiesYes=&Remove +deleteAllCookiesSites=Are you sure you want to delete all of the cookie websites? +deleteAllSitesTitle=Remove All Websites +deleteAllSitesYes=&Remove +deleteSelectedCookies=Are you sure you want to delete the selected cookies? +deleteSelectedCookiesTitle=Remove Selected Cookies +deleteSelectedCookiesYes=&Remove +deleteSelectedCookiesSites=Are you sure you want to delete the selected cookie websites? +deleteSelectedSitesTitle=Remove Selected Websites +deleteSelectedSitesYes=&Remove diff --git a/comm/suite/locales/en-US/chrome/common/permissions/permissionsManager.dtd b/comm/suite/locales/en-US/chrome/common/permissions/permissionsManager.dtd new file mode 100644 index 0000000000..576cbd55ae --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/permissions/permissionsManager.dtd @@ -0,0 +1,19 @@ +<!-- 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/. --> + +<!ENTITY windowtitle.label "Exceptions"> +<!ENTITY treehead.sitename.label "Website"> +<!ENTITY treehead.status.label "Status"> +<!ENTITY remove.label "Remove Website"> +<!ENTITY remove.accesskey "R"> +<!ENTITY removeall.label "Remove All Websites"> +<!ENTITY removeall.accesskey "e"> +<!ENTITY address.label "Address of website:"> +<!ENTITY address.accesskey "d"> +<!ENTITY block.label "Block"> +<!ENTITY block.accesskey "B"> +<!ENTITY session.label "Allow for Session"> +<!ENTITY session.accesskey "S"> +<!ENTITY allow.label "Allow"> +<!ENTITY allow.accesskey "A"> diff --git a/comm/suite/locales/en-US/chrome/common/permissions/permissionsManager.properties b/comm/suite/locales/en-US/chrome/common/permissions/permissionsManager.properties new file mode 100644 index 0000000000..8974f4d2b1 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/common/permissions/permissionsManager.properties @@ -0,0 +1,23 @@ +# 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/. + +installpermissionstext=You can specify which websites are allowed to install extensions and updates. Type the exact address of the website you want to allow and then click Allow. +installpermissionstitle=Allowed Websites - Software Installation +installpermissionshelp=advanced_pref_installation +popuppermissionstext=You can specify which websites are allowed to open popup windows. Type the exact address of the website you want to allow and then click Allow. +popuppermissionstitle=Allowed Websites - Popups +popuppermissionshelp=pop_up_blocking +imagepermissionstext=You can specify which websites are allowed to load images. Type the exact address of the website you want to manage and then click Block or Allow. +imagepermissionstitle=Exceptions - Images +imagepermissionshelp=images-help-managing +offline-apppermissionstext=You can specify which websites are allowed to store data for offline use. Type the exact address of the website you want to manage and then click Block or Allow. +offline-apppermissionstitle=Offline Data +offline-apppermissionshelp=offline_apps + +can=Allow +canSession=Allow for Session +cannot=Block + +alertInvalidTitle=Invalid Website Entered +alertInvalid=The website %S is invalid. |