/* This is the title of the inspector popup when nothing is selected */
"Nothing";
/* Edited Windows Exist */
"There are edited windows.";
/* does the user want to save changes first? */
"Save changes to %s?";
/* OK */
"OK";
/* sure... save changes */
"Save";
/* This is the title of the inspector popup when there's an internal error */
"Error";
/* Cancel Action */
"Cancel";
/* Ignore the changes that have been made and quit anyway */
"Quit Anyway";
/* Review Unsaved Changes Before Quitting */
"Review Unsaved";
/* title of alert asking if user wants to save work before closing the window */
"Close";
/* NOTE - these errors should be *extremely* rare. Don't worry too much about
localizing them properly */
/* the temporary save file couldn't be written to or created */
"Couldn't save keymap because a temporary file couldn't be created.\n%s";
/* There was an error while trying to remove the original (backup) file */
"Couldn't save keymap because the original file couldn't be written to.\n%s";
/* A really bad error that should never be able to happen. If there was a problem it should happen before this one. */
"Error renaming temporary save file! Your original file was removed, and the new version saved in the filename %s. However due to the error [%s], the temporary file was unable to be renamed to your original filename: %s\n";
/* Function key names for the charcode palette */
"F1";
"F2";
"F3";
"F4";
"F5";
"F6";
"F7";
"F8";
"F9";
"F10";
"F11";
"F12";
"Insert";
"Delete";
"Home";
"End";
"Page Up";
"Page Down";
"Print Screen";
"Scroll Lock";
"Pause";
"SysReq";
"Break";
/* The following aren added for HIL - ITF Keyboards */