home *** CD-ROM | disk | FTP | other *** search
- /* Alert panel titles. */
- "Range error";
- "FS error" = "File system error";
-
-
- /* Alert panel button labels. */
- "OK";
- "Cancel";
-
-
- /* Text of alert panels complaining about plot values. */
- "Right must be > left"
- = "The right window edge must have a larger value than the left edge.";
- "Top must be > bottom"
- = "The top window edge must have a larger value than the bottom edge.";
- "# orbits must be int >= 1"
- = "Number of orbits must be an integer greater than or equal to 1.";
- "# pts/orbit must be int >= 1"
- = "Number of points per orbit must be an integer greater than or equal to 1.";
- "Phase angle must be 0<=a<=pi"
- = "Phase angle must be a value between 0 and pi (3.141592654...).";
-
-
- /* Text of alert panels complaining about errors when writing TIFF files. */
- "Couldn't write TIFF to"
- = "Couldn't write the TIFF image to '%s'.";
-
-
- /* Hénon panel button titles. */
- "Plot";
- "Stop";