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