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 /toolkit/locales/en-US/chrome/global/filepicker.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 'toolkit/locales/en-US/chrome/global/filepicker.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/filepicker.properties | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/filepicker.properties b/toolkit/locales/en-US/chrome/global/filepicker.properties new file mode 100644 index 000000000..9c9be1f78 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/filepicker.properties @@ -0,0 +1,55 @@ +# 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: The extensions to which these descriptions refer +# now live in toolkit/content/filepicker.properties +allTitle=All Files +htmlTitle=HTML Files +textTitle=Text Files +imageTitle=Image Files +xmlTitle=XML Files +xulTitle=XUL Files +appsTitle=Applications +audioTitle=Audio Files +videoTitle=Video Files + +dirTextInputLabel=Directory name: +dirTextInputAccesskey=n + +confirmTitle=Confirm +confirmFileReplacing=%S already exists.\nDo you want to replace it? +openButtonLabel=Open +saveButtonLabel=Save +selectFolderButtonLabel=Select +noButtonLabel=No +formatLabel=Format: + +errorOpenFileDoesntExistTitle=Error opening %S +errorOpenFileDoesntExistMessage=File %S doesn’t exist +errorDirDoesntExistTitle=Error accessing %S +errorDirDoesntExistMessage=Directory %S doesn’t exist + +errorOpeningFileTitle=Error opening %S +openWithoutPermissionMessage_file=File %S is not readable + +errorSavingFileTitle=Error saving %S +saveParentIsFileMessage=%S is a file, can’t save %S +saveParentDoesntExistMessage=Path %S doesn’t exist, can’t save %S + +saveWithoutPermissionMessage_file=File %S is not writable. +saveWithoutPermissionMessage_dir=Cannot create file. Directory %S is not writable. + +errorNewDirDoesExistTitle=Error creating %S +errorNewDirDoesExistMessage=A file named %S already exists, directory cannot be created. + +errorCreateNewDirTitle=Error creating %S +errorCreateNewDirMessage=Directory %S could not be created +errorCreateNewDirIsFileMessage=Directory cannot be created, %S is a file +errorCreateNewDirPermissionMessage=Directory cannot be created, %S not writable + +promptNewDirTitle=Create new directory +promptNewDirMessage=Directory name: + +errorPathProblemTitle=Unknown Error +errorPathProblemMessage=An unknown error occurred (path %S) |