home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / Keyboard.app / English.lproj / Keyboard.strings
Text File  |  1994-08-11  |  2KB  |  99 lines

  1. /* nahh... don't save */
  2. "Don't Save";
  3.  
  4. /* Alert Panel Title */
  5. "Quit";
  6.  
  7. /* This is the title of the inspector popup when nothing is selected */
  8. "Nothing";
  9.  
  10. /* Edited Windows Exist */
  11. "There are edited windows.";
  12.  
  13. /* does the user want to save changes first? */
  14. "Save changes to %s?";
  15.  
  16. /* OK */
  17. "OK";
  18.  
  19. /* sure... save changes */
  20. "Save";
  21.  
  22. /* This is the title of the inspector popup when there's an internal error */
  23. "Error";
  24.  
  25. /* Cancel Action */
  26. "Cancel";
  27.  
  28. /* Ignore the changes that have been made and quit anyway */
  29. "Quit Anyway";
  30.  
  31. /* Review Unsaved Changes Before Quitting */
  32. "Review Unsaved";
  33.  
  34. /* title of alert asking if user wants to save work before closing the window */
  35. "Close";
  36.  
  37.  
  38. /* NOTE - these errors should be *extremely* rare.  Don't worry too much about
  39.     localizing them properly */
  40.  
  41. /* the temporary save file couldn't be written to or created */
  42. "Couldn't save keymap because a temporary file couldn't be created.\n%s";
  43.  
  44. /* There was an error while trying to remove the original (backup) file */
  45. "Couldn't save keymap because the original file couldn't be written to.\n%s";
  46.  
  47. /* A really bad error that should never be able to happen.  If there was a problem it should happen before this one. */
  48. "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";
  49.  
  50.  
  51. /* Function key names for the charcode palette */
  52. "F1";
  53. "F2";
  54. "F3";
  55. "F4";
  56. "F5";
  57. "F6";
  58. "F7";
  59. "F8";
  60. "F9";
  61. "F10";
  62. "F11";
  63. "F12";
  64.  
  65. "Insert";
  66. "Delete";
  67. "Home";
  68. "End";
  69. "Page Up";
  70. "Page Down";
  71. "Print Screen";
  72.  
  73. "Scroll Lock";
  74. "Pause";
  75. "SysReq";
  76. "Break";
  77.  
  78.  
  79. /* The following aren added for HIL - ITF Keyboards */
  80. "Reset";
  81. "Stop";
  82. "Menu";
  83.  
  84. "User";
  85. "System";
  86. "Print";
  87. "Clear line";
  88. "Clear display";
  89.  
  90. "Insert line";
  91. "Delete Line";
  92. "Insert char";
  93. "Delete char";
  94.  
  95. "Prev";
  96. "Next";
  97. "Select";
  98.  
  99.