home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / JBuilder8.iso / Solaris / resource / jre / demo / plugin / jfc / Notepad / resources / Notepad_zh_CN.properties < prev    next >
Encoding:
Text File  |  2002-09-06  |  2.3 KB  |  89 lines

  1. # @(#)Notepad_zh_CN.properties    1.2 99/08/05
  2. #
  3. # Resource strings for Notepad example
  4.  
  5. Title=\u5199\u5b57\u677f
  6. ElementTreeFrameTitle=\u5143\u7d20
  7. ViewportBackingStore=false
  8.  
  9. # menubar definition
  10. #
  11. # Each of the strings that follow form a key to be 
  12. # used to the actual menu definition.
  13. menubar=file edit debug
  14.  
  15. # file Menu definition
  16. #
  17. # Each of the strings that follow form a key to be
  18. # used as the basis of a menu item definition.
  19. #
  20. # open ->  Notepad.openAction
  21. # new  ->  Notepad.newAction
  22. # save ->  Notepad.saveAction
  23. # exit ->  Notepad.exitAction
  24. file=new open save - exit
  25. openImage=resources/open.gif
  26. newImage=resources/new.gif
  27. saveImage=resources/save.gif
  28.  
  29. #Menu labels
  30. fileLabel=\u6587\u4ef6
  31. openLabel=\u6253\u5f00
  32. newLabel=\u65b0\u5efa
  33. saveLabel=\u4fdd\u5b58
  34. exitLabel=\u9000\u51fa
  35.  
  36. #
  37. # edit Menu definition
  38. #
  39. # cut   -> JTextComponent.cutAction
  40. # copy  -> JTextComponent.copyAction
  41. # paste -> JTextComponent.pasteAction
  42. edit=cut copy paste - undo redo
  43. cutAction=cut-to-clipboard
  44. cutImage=resources/cut.gif
  45. copyAction=copy-to-clipboard
  46. copyImage=resources/copy.gif
  47. pasteAction=paste-from-clipboard
  48. pasteImage=resources/paste.gif
  49. undoAction=Undo
  50. redoAction=Redo
  51. editLabel=\u7f16\u8f91
  52. cutLabel=\u526a\u5207
  53. copyLabel=\u62f7\u8d1d
  54. pasteLabel=\u7c98\u8d34
  55. undoLabel=\u64a4\u6d88
  56. redoLabel=\u91cd\u505a
  57.  
  58. #
  59. # debug Menu definition
  60. #
  61. debug=dump showElementTree
  62. debugLabel=\u8c03\u8bd5
  63. dumpAction=dump-model
  64. dumpLabel=\u5c06\u6a21\u5f0f\u8f6c\u50a8\u5230System.err
  65. showElementTreeLabel=\u663e\u793a\u5143\u7d20
  66.  
  67. # toolbar definition
  68. #
  69. # Each of the strings that follow form a key to be
  70. # used as the basis of the tool definition.  Actions
  71. # are of course sharable, and in this case are shared
  72. # with the menu items.
  73. toolbar=new open save - cut copy paste
  74.  
  75. newTooltip=\u521b\u5efa\u65b0\u6587\u4ef6
  76. openTooltip=\u6253\u5f00\u6587\u4ef6
  77. saveTooltip= \u4fdd\u5b58\u6587\u4ef6
  78. cutTooltip=\u526a\u5207\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d
  79. copyTooltip=\u62f7\u8d1d\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d
  80. pasteTooltip=\u7c98\u8d34\u9009\u62e9\u7684\u5185\u5bb9\u5230\u526a\u5e16\u677f\u4e2d
  81.  
  82. #Additional strings for l10n
  83. UndoAddition=\u64a4\u6d88\u6dfb\u52a0
  84. UndoDeletion=\u64a4\u6d88\u5220\u9664
  85. RedoAddition=\u91cd\u505a\u6dfb\u52a0
  86. RedoDeletion=\u91cd\u505a\u5220\u9664
  87. ElementsLabel=\u7ec4\u6210\u5f53\u524d\u6587\u6863\u7684\u5143\u7d20
  88.  
  89.