1 #
   2 # Resource strings for Notepad example
   3 
   4 Title=メモ帳
   5 ElementTreeFrameTitle=要素
   6 
   7 # file Menu definition
   8 #
   9 # Each of the strings that follow form a key to be
  10 # used as the basis of a menu item definition.
  11 #
  12 # open ->  Notepad.openAction
  13 # new  ->  Notepad.newAction
  14 # save ->  Notepad.saveAction
  15 # exit ->  Notepad.exitAction
  16 
  17 fileLabel=ファイル
  18 openLabel=開く
  19 openImage=resources/open.gif
  20 newLabel=新規
  21 newImage=resources/new.gif
  22 saveLabel=保存
  23 saveImage=resources/save.gif
  24 exitLabel=終了
  25 
  26 #
  27 # edit Menu definition
  28 #
  29 # cut   -> JTextComponent.cutAction
  30 # copy  -> JTextComponent.copyAction
  31 # paste -> JTextComponent.pasteAction
  32 
  33 editLabel=編集
  34 cutLabel=切取り
  35 cutImage=resources/cut.gif
  36 copyLabel=コピー
  37 copyImage=resources/copy.gif
  38 pasteLabel=貼付け
  39 pasteImage=resources/paste.gif
  40 undoLabel=元に戻す
  41 redoLabel=やり直し
  42 
  43 #
  44 # debug Menu definition
  45 #
  46 
  47 debugLabel=デバッグ
  48 dumpLabel=モデルをSystem.errにダンプ
  49 showElementTreeLabel=要素の表示
  50 
  51 # toolbar definition
  52 #
  53 # Each of the strings that follow form a key to be
  54 # used as the basis of the tool definition.  Actions
  55 # are of course sharable, and in this case are shared
  56 # with the menu items.
  57 
  58 newTooltip=ファイルを新規作成する
  59 openTooltip=ファイルを開く
  60 saveTooltip=ファイルに保存
  61 cutTooltip=選択をクリップボードに移動
  62 copyTooltip=選択をクリップボードにコピー
  63 pasteTooltip=クリップボードを選択に貼付け