home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / en-US.jar / locale / en-US / global / downloadProgress.dtd < prev    next >
Text File  |  2002-07-11  |  4KB  |  96 lines

  1. <!-- extracted from downloadProgress.xul -->
  2.  
  3. <!ENTITY downloadWindow.title "Saving File"> 
  4. <!ENTITY location "Saving From:"> 
  5. <!ENTITY saving   "To:"> 
  6. <!ENTITY status   "Status:"> 
  7.  
  8. <!ENTITY timeElapsed "Elapsed Time:">
  9. <!ENTITY timeLeft    "Time Left:">
  10. <!ENTITY progress    "Progress:">
  11.  
  12. <!ENTITY dialogCancel.label "Cancel"> 
  13. <!ENTITY pauseButtonText  "Pause">
  14. <!ENTITY resumeButtonText "Resume">
  15. <!ENTITY close "Close">
  16.  
  17.  
  18. <!ENTITY confirmCancel "Are you sure you want to cancel the saving of this file?">
  19.  
  20. <!-- LOCALIZATION NOTE (progressMsg):
  21.  
  22.     This string is used to generate the status message used during
  23.     file download.
  24.  
  25.     #1 will be replaced by the number of bytes downloaded thus far
  26.     #2 will be replaced by the total number of bytes to be downloaded
  27.     #3 will be replaced by the download rate (in KB per second) -->
  28. <!ENTITY progressMsg "#1KB of #2KB (at #3KB/sec)">
  29.  
  30. <!-- LOCALIZATION NOTE (unknownTime):
  31.     
  32.     This string is used when the time remaining is unknown. -->
  33. <!ENTITY unknownTime "Unknown">
  34.  
  35. <!-- LOCALIZATION NOTE (longTimeFormat):
  36.  
  37.     This string is used to format elapsed/remaining times when the
  38.     time exceeds 1 hour in length.
  39.  
  40.     #1 will be replaced by the number of hours
  41.     #2 will be replaced by the number of minutes
  42.     #3 will be replaced by the number of seconds -->
  43. <!ENTITY longTimeFormat "#1:#2:#3">
  44.  
  45. <!-- LOCALIZATION NOTE (shortTimeFormat):
  46.  
  47.     This string is used to format elapsed/remaining times when the
  48.     time is less than 1 hour in length.  Note that you can leave
  49.     "#1" out of this string to omit the leading "00:" if you so choose.
  50.  
  51.     #1 will be replaced by the number of hours
  52.     #2 will be replaced by the number of minutes
  53.     #3 will be replaced by the number of seconds -->
  54. <!ENTITY shortTimeFormat "#2:#3">
  55.  
  56. <!-- LOCALIZATION NOTE (completeMsg):
  57.  
  58.     This string is displayed when the download is complete.  The insert
  59.     "#1" is replaced by the elapsed time, formatted according to the
  60.     xxxTimeFormat strings defined above).  You can omit "#1" if you don't
  61.     want the elapsed time in the message.
  62.  
  63.     #1 will be replaced by the elapsed time -->
  64. <!ENTITY completeMsg "Download complete (elapsed time was #1)">
  65.  
  66. <!-- LOCALIZATION NOTE (percentMsg):
  67.  
  68.     This string is used to format the text to the right of the progress
  69.     meter.
  70.  
  71.     #1 will be replaced by the percentage of the file that has been saved -->
  72. <!ENTITY percentMsg "#1%">
  73.  
  74. <!-- LOCALIZATION NOTE (pausedMsg):
  75.     This string is used to indicate that the download is paused -->
  76.  
  77. <!ENTITY pausedMsg "Download Paused">
  78.  
  79. <!-- Error messages -->
  80. <!ENTITY diskFullMsg "There is not enough free space to store the file.  Free up space and try again, or choose a different target location.">
  81. <!ENTITY accessErrorMsg "You do not have permission to write to the target location, or, the disk is write-protected.  Choose a different target location.">
  82. <!ENTITY writeErrorMsg "There was an error writing to the target location.">
  83. <!ENTITY readErrorMsg "There was an error reading from the source location.">
  84.  
  85. <!ENTITY keepProgressDialogUpMsg.label "Keep this window open after the download is complete.">
  86. <!ENTITY openFolder.label "Reveal Location">
  87. <!ENTITY open.label "Launch File">
  88.  
  89. <!-- LOCALIZATION NOTE (filesFolder):
  90.      This is the name of the folder that is created parallel to a HTML file 
  91.      when it is saved "With Images". The ^BASE^ section is replaced with the
  92.      leaf name of the file being saved (minus extension). -->
  93. <!ENTITY filesFolder  "^BASE^_files">
  94.  
  95.  
  96.