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