1 # Resource strings for Notepad example
   2 
   3 Title=\u30E1\u30E2\u5E33
   4 ElementTreeFrameTitle=\u8981\u7D20
   5 
   6 # file Menu definition
   7 #
   8 # Each of the strings that follow form a key to be
   9 # used as the basis of a menu item definition.
  10 #
  11 # open ->  Notepad.openAction
  12 # new  ->  Notepad.newAction
  13 # save ->  Notepad.saveAction
  14 # exit ->  Notepad.exitAction
  15 
  16 fileLabel=\u30D5\u30A1\u30A4\u30EB
  17 openLabel=\u958B\u304F
  18 openImage=resources/open.gif
  19 newLabel=\u65B0\u898F
  20 newImage=resources/new.gif
  21 saveLabel=\u4FDD\u5B58
  22 saveImage=resources/save.gif
  23 exitLabel=\u7D42\u4E86
  24 
  25 #
  26 # edit Menu definition
  27 #
  28 # cut   -> JTextComponent.cutAction
  29 # copy  -> JTextComponent.copyAction
  30 # paste -> JTextComponent.pasteAction
  31 
  32 editLabel=\u7DE8\u96C6
  33 cutLabel=\u5207\u53D6\u308A
  34 cutImage=resources/cut.gif
  35 copyLabel=\u30B3\u30D4\u30FC
  36 copyImage=resources/copy.gif
  37 pasteLabel=\u8CBC\u4ED8\u3051
  38 pasteImage=resources/paste.gif
  39 undoLabel=\u5143\u306B\u623B\u3059
  40 redoLabel=\u3084\u308A\u76F4\u3057
  41 
  42 #
  43 # debug Menu definition
  44 #
  45 
  46 debugLabel=\u30C7\u30D0\u30C3\u30B0
  47 dumpLabel=\u30E2\u30C7\u30EB\u3092System.err\u306B\u30C0\u30F3\u30D7
  48 showElementTreeLabel=\u8981\u7D20\u306E\u8868\u793A
  49 
  50 # toolbar definition
  51 #
  52 # Each of the strings that follow form a key to be
  53 # used as the basis of the tool definition.  Actions
  54 # are of course sharable, and in this case are shared
  55 # with the menu items.
  56 
  57 newTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u898F\u4F5C\u6210\u3059\u308B
  58 openTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F
  59 saveTooltip=\u30D5\u30A1\u30A4\u30EB\u306B\u4FDD\u5B58
  60 cutTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u79FB\u52D5
  61 copyTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC
  62 pasteTooltip=\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3092\u9078\u629E\u306B\u8CBC\u4ED8\u3051