home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / en-US.jar / locale / en-US / global / downloadProgress.dtd < prev    next >
Extensible Markup Language  |  2001-03-23  |  2KB  |  69 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- extracted from downloadProgress.xul -->
  3.  
  4. <!ENTITY downloadWindow.title "Saving File"> 
  5. <!ENTITY location "Saving From:"> 
  6. <!ENTITY saving   "To:"> 
  7. <!ENTITY status   "Status:"> 
  8.  
  9. <!ENTITY timeElapsed "Elapsed Time:">
  10. <!ENTITY timeLeft    "Time Left:">
  11.  
  12. <!ENTITY dialogCancel.label "Cancel"> 
  13.  
  14. <!ENTITY confirmCancel "Are you sure you want to cancel the saving of this file?">
  15.  
  16. <!-- LOCALIZATION NOTE (progressMsg):
  17.  
  18.     This string is used to generate the status message used during
  19.     file download.
  20.  
  21.     #1 will be replaced by the number of bytes downloaded thus far
  22.     #2 will be replaced by the total number of bytes to be downloaded
  23.     #3 will be replaced by the download rate (in Kbytes per second) -->
  24. <!ENTITY progressMsg "#1K of #2K bytes (at #3K bytes/sec)">
  25.  
  26. <!-- LOCALIZATION NOTE (unknownTime):
  27.     
  28.     This string is used when the time remaining is unknown. -->
  29. <!ENTITY unknownTime "">
  30.  
  31. <!-- LOCALIZATION NOTE (longTimeFormat):
  32.  
  33.     This string is used to format elapsed/remaining times when the
  34.     time exceeds 1 hour in length.
  35.  
  36.     #1 will be replaced by the number of hours
  37.     #2 will be replaced by the number of minutes
  38.     #3 will be replaced by the number of seconds -->
  39. <!ENTITY longTimeFormat "#1:#2:#3">
  40.  
  41. <!-- LOCALIZATION NOTE (shortTimeFormat):
  42.  
  43.     This string is used to format elapsed/remaining times when the
  44.     time is less than 1 hour in length.  Note that you can leave
  45.     "#1" out of this string to omit the leading "00:" if you so choose.
  46.  
  47.     #1 will be replaced by the number of hours
  48.     #2 will be replaced by the number of minutes
  49.     #3 will be replaced by the number of seconds -->
  50. <!ENTITY shortTimeFormat "#2:#3">
  51.  
  52. <!-- LOCALIZATION NOTE (completeMsg):
  53.  
  54.     This string is displayed when the download is complete.  The insert
  55.     "#1" is replaced by the elapsed time, formatted according to the
  56.     xxxTimeFormat strings defined above).  You can omit "#1" if you don't
  57.     want the elapsed time in the message.
  58.  
  59.     #1 will be replaced by the elapsed time -->
  60. <!ENTITY completeMsg "Download complete (elapsed time was #1)">
  61.  
  62. <!-- LOCALIZATION NOTE (percentMsg):
  63.  
  64.     This string is used to format the text to the right of the progress
  65.     meter.
  66.  
  67.     #1 will be replaced by the percentage of the file that has been saved -->
  68. <!ENTITY percentMsg "#1%">
  69.