home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / Henon / Source / English.lproj / Strings.strings
Encoding:
Text File  |  1995-06-12  |  926 b   |  31 lines

  1. /* Alert panel titles.                                                        */
  2. "Range error";
  3. "FS error" = "File system error";
  4.  
  5.  
  6. /* Alert panel button labels.                                                */
  7. "OK";
  8. "Cancel";
  9.  
  10.  
  11. /* Text of alert panels complaining about plot values.                        */
  12. "Right must be > left"
  13.     = "The right window edge must have a larger value than the left edge.";
  14. "Top must be > bottom"
  15.     = "The top window edge must have a larger value than the bottom edge.";
  16. "# orbits must be int >= 1"
  17.     = "Number of orbits must be an integer greater than or equal to 1.";
  18. "# pts/orbit must be int >= 1"
  19.     = "Number of points per orbit must be an integer greater than or equal to 1.";
  20. "Phase angle must be 0<=a<=pi"
  21.     = "Phase angle must be a value between 0 and pi (3.141592654...).";
  22.  
  23.  
  24. /* Text of alert panels complaining about errors when writing TIFF files.    */
  25. "Couldn't write TIFF to"
  26.     = "Couldn't write the TIFF image to '%s'.";
  27.  
  28.  
  29. /* Hénon panel button titles.                                                */
  30. "Plot";
  31. "Stop";