home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / DEMOS.Z / IntegerFormatter.strings < prev    next >
Text File  |  1996-09-09  |  360b  |  10 lines

  1. /* Message shown when an integer that is out of range is entered by the user. */
  2. "Value out of allowed range" = "Value out of allowed range";
  3.  
  4. /* Message shown the integer entered by the user has extra characters at the end. */
  5. "Junk at end" = "Junk at end";
  6.  
  7. /* Message shown when the user's input is not an integer */
  8. "Need an integer" = "Need an integer";
  9.  
  10.