*sigh* re-add these two files, they are still used

git-svn-id: svn://10.0.0.236/trunk@125036 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2002-07-11 21:35:39 +00:00
parent 4f9e6e6cb8
commit 5853ea409d
2 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,95 @@
<!-- extracted from downloadProgress.xul -->
<!ENTITY downloadWindow.title "Saving File">
<!ENTITY location "Saving From:">
<!ENTITY saving "To:">
<!ENTITY status "Status:">
<!ENTITY timeElapsed "Elapsed Time:">
<!ENTITY timeLeft "Time Left:">
<!ENTITY progress "Progress:">
<!ENTITY dialogCancel.label "Cancel">
<!ENTITY pauseButtonText "Pause">
<!ENTITY resumeButtonText "Resume">
<!ENTITY close "Close">
<!ENTITY confirmCancel "Are you sure you want to cancel the saving of this file?">
<!-- LOCALIZATION NOTE (progressMsg):
This string is used to generate the status message used during
file download.
#1 will be replaced by the number of bytes downloaded thus far
#2 will be replaced by the total number of bytes to be downloaded
#3 will be replaced by the download rate (in KB per second) -->
<!ENTITY progressMsg "#1KB of #2KB (at #3KB/sec)">
<!-- LOCALIZATION NOTE (unknownTime):
This string is used when the time remaining is unknown. -->
<!ENTITY unknownTime "Unknown">
<!-- LOCALIZATION NOTE (longTimeFormat):
This string is used to format elapsed/remaining times when the
time exceeds 1 hour in length.
#1 will be replaced by the number of hours
#2 will be replaced by the number of minutes
#3 will be replaced by the number of seconds -->
<!ENTITY longTimeFormat "#1:#2:#3">
<!-- LOCALIZATION NOTE (shortTimeFormat):
This string is used to format elapsed/remaining times when the
time is less than 1 hour in length. Note that you can leave
"#1" out of this string to omit the leading "00:" if you so choose.
#1 will be replaced by the number of hours
#2 will be replaced by the number of minutes
#3 will be replaced by the number of seconds -->
<!ENTITY shortTimeFormat "#2:#3">
<!-- LOCALIZATION NOTE (completeMsg):
This string is displayed when the download is complete. The insert
"#1" is replaced by the elapsed time, formatted according to the
xxxTimeFormat strings defined above). You can omit "#1" if you don't
want the elapsed time in the message.
#1 will be replaced by the elapsed time -->
<!ENTITY completeMsg "Download complete (elapsed time was #1)">
<!-- LOCALIZATION NOTE (percentMsg):
This string is used to format the text to the right of the progress
meter.
#1 will be replaced by the percentage of the file that has been saved -->
<!ENTITY percentMsg "#1&#037;">
<!-- LOCALIZATION NOTE (pausedMsg):
This string is used to indicate that the download is paused -->
<!ENTITY pausedMsg "Download Paused">
<!-- Error messages -->
<!ENTITY diskFullMsg "There is not enough free space to store the file. Free up space and try again, or choose a different target location.">
<!ENTITY accessErrorMsg "You do not have permission to write to the target location, or, the disk is write-protected. Choose a different target location.">
<!ENTITY writeErrorMsg "There was an error writing to the target location.">
<!ENTITY readErrorMsg "There was an error reading from the source location.">
<!ENTITY keepProgressDialogUpMsg.label "Keep this window open after the download is complete.">
<!ENTITY openFolder.label "Reveal Location">
<!ENTITY open.label "Launch File">
<!-- LOCALIZATION NOTE (filesFolder):
This is the name of the folder that is created parallel to a HTML file
when it is saved "With Images". The ^BASE^ section is replaced with the
leaf name of the file being saved (minus extension). -->
<!ENTITY filesFolder "^BASE^_files">

View File

@@ -0,0 +1,46 @@
close=Close
unknown=Unknown Error
error=Close. Press Close button to close dialog.
FilePickerTitle=Save File
# LOCALIZATION NOTE (noDefaultPluginTitle):
#
# This dialog is displayed when all of the following conditions are
# met.
#
# 1. The user visits a page with a plugin
# 2. There is no plugin for this content type
# 3. The user has somehow removed the "default plugin" from her
# mozilla distribution.
#
# The "default plugin" is how we're allowing users to download plugins
# from Netscape's plugin-finder page. It will be shipped with NS6,
# but as many users are in the habit of mucking about with their
# plugins directory, it's possible they might accidentally remove the
# default plugin. This dialog warns them if they do so.
noDefaultPluginTitle=No Plugin Downloader Plugin!
# LOCALIZATION NOTE (noDefaultPluginCheckboxMessage):
#
# This message tells the user that if they check this checkbox, they
# will never see this dialog again. In actuality, they can see the dialog
# again if they remove the pref "plugin.display_plugin_downloader_dialog"
# from their prefs file, but the dialog says nothing about this.
#
# Localizable URLs
noDefaultPluginCheckboxMessage=I know I need the Plugin Downloader Plugin, but don't show me this dialog again.
# LOCALIZATION NOTE (BadPluginTitle):
#
# This dialog is displayed when plugin throws unhandled exception
BadPluginTitle=Illegal Operation in Plugin
# LOCALIZATION NOTE (BadPluginMessage):
#
# This is the message for the BadPlugin dialog.
#
# Localizable URLs
BadPluginMessage=The plugin performed an illegal operation. You are strongly advised to restart Navigator.
# LOCALIZATION NOTE (BadPluginCheckboxMessage):
#
# This message tells the user that if they check this checkbox, they
# will never see this dialog again.
#
# Localizable URLs
BadPluginCheckboxMessage=Don't show this message again during this session.