home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / USER.Z / Formatter.strings < prev    next >
Text (UTF-16)  |  1996-08-28  |  1KB  |  16 lines

  1. /* Presented when user typed illegal characters
  2.    No valid object */
  3. "Invalid number" = "Nombre non valable";
  4.  
  5. /* Presented when user value smaller than minimum */
  6. "Fell short of minimum" = "Inférieur au minimum";
  7.  
  8. /* Presented when user value larger than maximum */
  9. "Maximum exceeded" = "Maximum dépassé";
  10.  
  11. /* Presented when value is a float, but floats not allowed */
  12. "Floating Point not allowed" = "Nombres décimaux non autorisés";
  13.  
  14. /* Presented when string cannot be converted to an NSDate */
  15. "Invalid date string" = "Chaîne de date non valable";
  16.