home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / USER.Z / utilities.strings < prev    next >
Text File  |  1996-09-09  |  398b  |  16 lines

  1.  
  2. "0 bytes";
  3. "%d bytes";
  4.  
  5. /**** the two following indicate where to put the number - it's more complicated due the various formats we chose internally for floating point numbers ****/
  6. "100B-1kB" = "%.1fKB";
  7. "1-10kB" = "%.1fKB";
  8. "10-100kB" = "%.1fKB";
  9. "less-1MB" = "%dKB";
  10. "1-10MB" = "%.1fMB";
  11. "10-100MB" = "%.1fMB";
  12. "less-1GB" = "%dMB";
  13. "1-10GB" = "%.1fGB";
  14. "10-100GB" = "%.1fGB";
  15. "xxxGB" = "%dGB";
  16.