diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /dom/locales/en-US/chrome/nsWebBrowserPersist.properties | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'dom/locales/en-US/chrome/nsWebBrowserPersist.properties')
-rw-r--r-- | dom/locales/en-US/chrome/nsWebBrowserPersist.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dom/locales/en-US/chrome/nsWebBrowserPersist.properties b/dom/locales/en-US/chrome/nsWebBrowserPersist.properties new file mode 100644 index 000000000..cd7be6e06 --- /dev/null +++ b/dom/locales/en-US/chrome/nsWebBrowserPersist.properties @@ -0,0 +1,17 @@ +# 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/. + +readError=%S could not be saved, because the source file could not be read.\n\nTry again later, or contact the server administrator. +writeError=%S could not be saved, because an unknown error occurred.\n\nTry saving to a different location. +launchError=%S could not be opened, because an unknown error occurred.\n\nTry saving to disk first and then opening the file. +diskFull=There is not enough room on the disk to save %S.\n\nRemove unnecessary files from the disk and try again, or try saving in a different location. +readOnly=%S could not be saved, because the disk, folder, or file is write-protected.\n\nWrite-enable the disk and try again, or try saving in a different location. +accessError=%S could not be saved, because you cannot change the contents of that folder.\n\nChange the folder properties and try again, or try saving in a different location. +SDAccessErrorCardReadOnly=Cannot download file because the SD card is in use. +SDAccessErrorCardMissing=Cannot download file because the SD card is missing. +helperAppNotFound=%S could not be opened, because the associated helper application does not exist. Change the association in your preferences. +noMemory=There is not sufficient memory to complete the action you requested.\n\nQuit some applications and try again. +title=Downloading %S +fileAlreadyExistsError=%S could not be saved, because a file already exists with the same name as the ‘_files’ directory.\n\nTry saving to a different location. +fileNameTooLongError=%S could not be saved, because the file name was too long.\n\nTry saving with a shorter file name. |