fpstring.pas 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. $Id$
  3. This file is part of the Free Pascal Integrated Development Environment
  4. Copyright (c) 2000 by Florian Klaempfl
  5. Strings for menus, dialogs etc
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. {$mode objfpc}
  13. unit fpstring;
  14. interface
  15. uses
  16. fpconst;
  17. {$ifdef FPC}
  18. resourcestring
  19. {$else}
  20. const
  21. {$endif}
  22. { menu entries }
  23. menu_file = '~F~ile';
  24. menu_file_new = '~N~ew';
  25. menu_file_template = 'New from ~t~emplate...';
  26. menu_file_open = '~O~pen...';
  27. menu_file_save = '~S~ave';
  28. menu_file_saveas = 'Save ~a~s...';
  29. menu_file_saveall = 'Save a~l~l';
  30. menu_file_changedir = '~C~hange dir...';
  31. menu_file_dosshell = '~D~OS shell';
  32. menu_file_exit = 'E~x~it';
  33. menu_edit = '~E~dit';
  34. menu_edit_copywin = 'Cop~y~ to Windows';
  35. menu_edit_pastewin = 'Paste from ~W~indows';
  36. menu_edit_undo = '~U~ndo';
  37. menu_edit_redo = '~R~edo';
  38. menu_edit_cut = 'Cu~t~';
  39. menu_edit_copy = '~C~opy';
  40. menu_edit_paste = '~P~aste';
  41. menu_edit_clear = 'C~l~ear';
  42. menu_edit_showclipboard= '~S~how clipboard';
  43. menu_search = '~S~earch';
  44. menu_search_find = '~F~ind...';
  45. menu_search_replace = '~R~eplace...';
  46. menu_search_searchagain= '~S~earch again';
  47. menu_search_jumpline = '~G~o to line number...';
  48. menu_search_findproc = 'Find ~p~rocedure...';
  49. menu_search_objects = '~O~bjects';
  50. menu_search_modules = 'Mod~u~les';
  51. menu_search_globals = 'G~l~obals';
  52. menu_search_symbol = 'S~y~mbol';
  53. menu_run = '~R~un';
  54. menu_run_run = '~R~un';
  55. menu_run_stepover = '~S~tep over';
  56. menu_run_traceinto = '~T~race into';
  57. menu_run_conttocursor = '~G~oto Cursor';
  58. menu_run_untilreturn = '~U~ntil return';
  59. menu_run_parameters = 'P~a~rameters...';
  60. menu_run_resetdebugger = '~P~rogram reset';
  61. menu_compile = '~C~ompile';
  62. menu_compile_compile = '~C~ompile';
  63. menu_compile_make = '~M~ake';
  64. menu_compile_build = '~B~uild';
  65. menu_compile_target = '~T~arget...';
  66. menu_compile_primaryfile = '~P~rimary file...';
  67. menu_compile_clearprimaryfile = 'C~l~ear primary file';
  68. menu_compile_information = '~I~nformation...';
  69. menu_compile_compilermessages = 'C~o~mpiler messages';
  70. menu_debug = '~D~ebug';
  71. menu_debug_output = '~O~utput';
  72. menu_debug_userscreen = '~U~ser screen';
  73. menu_debug_breakpoint = '~B~reakpoint';
  74. menu_debug_callstack = '~C~all stack';
  75. menu_debug_registers = '~R~egisters';
  76. menu_debug_addwatch = '~A~dd Watch';
  77. menu_debug_watches = '~W~atches';
  78. menu_debug_breakpointlist = 'Breakpoint ~L~ist';
  79. menu_debug_gdbwindow = '~G~DB window';
  80. menu_tools = '~T~ools';
  81. menu_tools_messages = '~M~essages';
  82. menu_tools_msgnext = 'Goto ~n~ext';
  83. menu_tools_msgprev = 'Goto ~p~revious';
  84. menu_tools_grep = '~G~rep';
  85. menu_tools_calculator = '~C~alculator';
  86. menu_tools_asciitable = 'Ascii ~t~able';
  87. menu_options = '~O~ptions';
  88. menu_options_mode = 'Mode~.~..';
  89. menu_options_compiler = '~C~ompiler...';
  90. menu_options_memory = '~M~emory sizes...';
  91. menu_options_linker = '~L~inker...';
  92. menu_options_debugger = 'De~b~ugger...';
  93. menu_options_directories = '~D~irectories...';
  94. menu_options_browser = 'Bro~w~ser...';
  95. menu_options_tools = '~T~ools...';
  96. menu_options_env = '~E~nvironment';
  97. menu_options_env_preferences = '~P~references...';
  98. menu_options_env_editor= '~E~ditor...';
  99. menu_options_env_desktop = '~D~esktop...';
  100. menu_options_env_mouse = '~M~ouse...';
  101. menu_options_env_startup = '~S~tartup...';
  102. menu_options_env_colors= '~C~olors';
  103. menu_options_open = '~O~pen...';
  104. menu_options_save = '~S~ave';
  105. menu_options_saveas = 'Save ~a~s...';
  106. menu_window = '~W~indow';
  107. menu_window_tile = '~T~ile';
  108. menu_window_cascade = 'C~a~scade';
  109. menu_window_closeall = 'Cl~o~se all';
  110. menu_window_resize = '~S~ize/Move';
  111. menu_window_zoom = '~Z~oom';
  112. menu_window_next = '~N~ext';
  113. menu_window_previous = '~P~revious';
  114. menu_window_close = '~C~lose';
  115. menu_window_list = '~L~ist...';
  116. menu_window_update = '~R~efresh display';
  117. menu_help = '~H~elp';
  118. menu_help_contents = '~C~ontents';
  119. menu_help_index = '~I~ndex';
  120. menu_help_topicsearch = '~T~opic search';
  121. menu_help_prevtopic = '~P~revious topic';
  122. menu_help_using = '~U~sing help';
  123. menu_help_files = '~F~iles...';
  124. menu_help_about = '~A~bout...';
  125. { short cut entries in menu }
  126. menu_key_file_open = 'F3';
  127. menu_key_file_save = 'F2';
  128. menu_key_file_exit = 'Alt+X';
  129. menu_key_edit_undo = 'Alt+BkSp';
  130. menu_key_edit_cut = 'Shift+Del';
  131. menu_key_edit_copy = 'Ctrl+Ins';
  132. menu_key_edit_paste = 'Shift+Ins';
  133. menu_key_edit_clear = 'Ctrl+Del';
  134. menu_key_run_run = 'Ctrl+F9';
  135. menu_key_run_stepover = 'F8';
  136. menu_key_run_traceinto = 'F7';
  137. menu_key_run_conttocursor = 'F4';
  138. menu_key_run_resetdebugger = 'Ctrl+F2';
  139. menu_key_compile_compile = 'Alt+F9';
  140. menu_key_compile_make = 'F9';
  141. menu_key_compile_compilermessages = 'F12';
  142. menu_key_debug_userscreen = 'Alt+F5';
  143. menu_key_debug_breakpoint = 'Ctrl+F8';
  144. menu_key_debug_callstack = 'Ctrl+F3';
  145. menu_key_debug_addwatch = 'Ctrl+F7';
  146. menu_key_tools_messages= 'F11';
  147. menu_key_tools_msgnext = 'Alt+F8';
  148. menu_key_tools_msgprev = 'Alt+F7';
  149. menu_key_tools_grep = 'Shift+F2';
  150. menu_key_window_resize = 'Ctrl+F5';
  151. menu_key_window_zoom = 'F5';
  152. menu_key_window_next = 'F6';
  153. menu_key_window_previous = 'Shift+F6';
  154. menu_key_window_close = 'Alt+F3';
  155. menu_key_window_list = 'Alt+0';
  156. menu_key_help_helpindex= 'Shift+F1';
  157. menu_key_help_topicsearch = 'Ctrl+F1';
  158. menu_key_help_prevtopic= 'Alt+F1';
  159. { status line entries }
  160. status_help = '~F1~ Help';
  161. status_help_on_help = '~F1~ Help on help';
  162. status_help_previoustopic = '~Alt+F1~ Previous topic';
  163. status_help_index = '~Shift+F1~ Help index';
  164. status_help_close = '~Esc~ Close help';
  165. status_save = '~F2~ Save';
  166. status_open = '~F3~ Open';
  167. status_compile = '~Alt+F9~ Compile';
  168. status_make = '~F9~ Make';
  169. status_localmenu = '~Alt+F10~ Local menu';
  170. status_transferchar = '~Ctrl+Enter~ Transfer char';
  171. status_msggotosource = '~'+EnterSign+'~ Goto source';
  172. status_msgtracksource = '~Space~ Track source';
  173. status_close = '~Esc~ Close';
  174. status_calculatorpaste = '~Ctrl+Enter~ Transfer result';
  175. { error messages }
  176. error_saving_cfg_file = 'Error saving configuration.';
  177. error_saving_dsk_file = 'Error saving desktop file.'#13+
  178. 'Desktop layout could not be stored.';
  179. error_user_screen_not_avail = 'Sorry, user screen not available.';
  180. implementation
  181. end.
  182. {
  183. $Log$
  184. Revision 1.1 2000-01-23 21:25:17 florian
  185. + start of internationalization support
  186. }