mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 654733 - Stop using 'computer' in offline storage notifications (entity changes) [r=wjohnston]
This commit is contained in:
parent
b281811c02
commit
77730ba55f
@ -51,7 +51,7 @@ var OfflineApps = {
|
||||
}];
|
||||
|
||||
const priority = notificationBox.PRIORITY_INFO_LOW;
|
||||
let message = strings.formatStringFromName("offlineApps.available", [host], 1);
|
||||
let message = strings.formatStringFromName("offlineApps.available2", [host], 1);
|
||||
notification = notificationBox.appendNotification(message, notificationID, "", priority, buttons);
|
||||
notification.documents = [aRequest];
|
||||
}
|
||||
|
@ -2347,7 +2347,7 @@ var XPInstallObserver = {
|
||||
}
|
||||
else {
|
||||
notificationName = "xpinstall";
|
||||
messageString = strings.formatStringFromName("xpinstallPromptWarning", [brandShortName, host], 2);
|
||||
messageString = strings.formatStringFromName("xpinstallPromptWarning2", [brandShortName, host], 2);
|
||||
|
||||
buttons = [{
|
||||
label: strings.GetStringFromName("xpinstallPromptAllowButton"),
|
||||
|
@ -109,7 +109,7 @@ ContentPermissionPrompt.prototype = {
|
||||
}
|
||||
}];
|
||||
|
||||
let message = browserBundle.formatStringFromName(entityName + ".siteWantsTo",
|
||||
let message = browserBundle.formatStringFromName(entityName + ".wantsTo",
|
||||
[request.uri.host], 1);
|
||||
let newBar = notificationBox.appendNotification(message,
|
||||
request.type,
|
||||
|
@ -122,7 +122,7 @@ popupButtonAlwaysAllow2=Always Show
|
||||
popupButtonNeverWarn2=Never Show
|
||||
|
||||
# XPInstall
|
||||
xpinstallPromptWarning=%S prevented this site (%S) from asking you to install software on your device.
|
||||
xpinstallPromptWarning2=%S prevented this site (%S) from asking you to install software on your device.
|
||||
xpinstallPromptAllowButton=Allow
|
||||
xpinstallDisabledMessageLocked=Software installation has been disabled by your system administrator.
|
||||
xpinstallDisabledMessage2=Software installation is currently disabled. Press Enable and try again.
|
||||
@ -141,12 +141,12 @@ identity.ownerUnknown2=(unknown)
|
||||
# Geolocation UI
|
||||
geolocation.allow=Share
|
||||
geolocation.dontAllow=Don't share
|
||||
geolocation.siteWantsTo=%S wants your location.
|
||||
geolocation.wantsTo=%S wants your location.
|
||||
|
||||
# Desktop notification UI
|
||||
desktopNotification.allow=Allow
|
||||
desktopNotification.dontAllow=Don't allow
|
||||
desktopNotification.siteWantsTo=%S wants to use notifications.
|
||||
desktopNotification.wantsTo=%S wants to use notifications.
|
||||
|
||||
# New Tab Popup
|
||||
# LOCALIZATION NOTE (newtabpopup): Semi-colon list of plural forms.
|
||||
@ -159,19 +159,19 @@ typeError=Error:
|
||||
typeWarning=Warning:
|
||||
|
||||
# Offline web applications
|
||||
offlineApps.available=%S wants to store data on your device for offline use.
|
||||
offlineApps.available2=%S wants to store data on your device for offline use.
|
||||
offlineApps.allow=Allow
|
||||
offlineApps.never=Don't Allow
|
||||
offlineApps.notNow=Not Now
|
||||
|
||||
# New-style ContentPermissionPrompt values
|
||||
offlineApps.dontAllow=Don't Allow
|
||||
offlineApps.siteWantsTo=%S wants to store data on your device for offline use.
|
||||
offlineApps.wantsTo=%S wants to store data on your device for offline use.
|
||||
|
||||
# IndexedDB Quota increases
|
||||
indexedDBQuota.allow=Allow
|
||||
indexedDBQuota.dontAllow=Don't Allow
|
||||
indexedDBQuota.siteWantsTo=%S wants to store a lot of data on your device for offline use.
|
||||
indexedDBQuota.wantsTo=%S wants to store a lot of data on your device for offline use.
|
||||
|
||||
# Bookmark List
|
||||
bookmarkList.desktop=Desktop Bookmarks
|
||||
|
Loading…
x
Reference in New Issue
Block a user