home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This is the source file for the localizable strings in Graph. The strings
- * in this file are loaded on demand into the NXStringTable instance managed
- * by the GraphApp object.
- */
-
-
- /* Button title for the common OK and Cancel buttons */
- "ok button" = "OK";
- "cancel button" = "Cancel";
-
-
- /* Name of untitled documents */
- "untitled doc" = "UNTITLED";
-
-
- /*
- * The title and message shown in the Alert that appears when a file
- * cannot be opened.
- */
- "open alert title" = "Open";
- "open alert message" = "The file %s could not be opened.";
-
-
- /*
- * The title and message shown in the Alert that appears when a file
- * cannot be saved.
- */
- "save alert title" = "Save";
- "save alert message" = "The file %s could not be created.";
-
-
- /*
- * The title, message and buttons in the Alert that appears when a file
- * with unsaved changes is closed.
- */
- "close alert title" = "Close";
- "close alert message" = "%s has unsaved changes. Save them?";
- "save button" = "Save";
- "dont save button" = "Don't Save";
-
-
- /*
- * The title, message and buttons in the Alert that appears when the user
- * quits with unsaved changes in documents.
- */
- "quit alert title" = "Quit";
- "quit alert message" = "Some documents have unsaved changes";
- "review button" = "Review Unsaved";
- "quit button" = "Quit Anyway";
-
-
- /*
- * The title, message and buttons in the Alert that appears when the user
- * reverts to saved with unsaved changes in documents.
- */
- "revert alert title" = "Revert to Saved";
- "revert alert message" = "%s has unsaved changes. Are you sure you want to undo changes?";
- "revert button" = "Revert";
-
-
- /*
- * The title and message shown in the Alert that appears when the text of
- * an expression cannot be parsed.
- */
- "parse alert title" = "Invalid Expression";
- "parse alert message" = "The expresion you entered is not valid. Please type in an expression in terms of the variable 'x'.";
- "3D parse alert message" = "The expresion you entered is not valid. Please type in an expression in terms of the variables 'u' and 'v'.";
-
- /*
- * The version message in the info panel; %s is filled by the actual version number.
- */
- "version" = "version %s";
-
-
-