0N/A#
0N/A# Resource strings for Notepad example
0N/A
3516N/ATitle=\u30E1\u30E2\u5E33
3516N/AElementTreeFrameTitle=\u8981\u7D20
0N/A
0N/A# file Menu definition
0N/A#
0N/A# Each of the strings that follow form a key to be
0N/A# used as the basis of a menu item definition.
0N/A#
0N/A# open -> Notepad.openAction
0N/A# new -> Notepad.newAction
0N/A# save -> Notepad.saveAction
0N/A# exit -> Notepad.exitAction
5056N/A
3516N/AfileLabel=\u30D5\u30A1\u30A4\u30EB
3516N/AopenLabel=\u958B\u304F
0N/AopenImage=resources/open.gif
3516N/AnewLabel=\u65B0\u898F
0N/AnewImage=resources/new.gif
3516N/AsaveLabel=\u4FDD\u5B58
0N/AsaveImage=resources/save.gif
3516N/AexitLabel=\u7D42\u4E86
0N/A
0N/A#
0N/A# edit Menu definition
0N/A#
0N/A# cut -> JTextComponent.cutAction
0N/A# copy -> JTextComponent.copyAction
0N/A# paste -> JTextComponent.pasteAction
5056N/A
3516N/AeditLabel=\u7DE8\u96C6
3516N/AcutLabel=\u5207\u53D6\u308A
0N/AcutImage=resources/cut.gif
3516N/AcopyLabel=\u30B3\u30D4\u30FC
0N/AcopyImage=resources/copy.gif
3516N/ApasteLabel=\u8CBC\u4ED8\u3051
0N/ApasteImage=resources/paste.gif
3516N/AundoLabel=\u5143\u306B\u623B\u3059
5784N/AredoLabel=\u3084\u308A\u76F4\u3057
0N/A
0N/A#
0N/A# debug Menu definition
0N/A#
5056N/A
3516N/AdebugLabel=\u30C7\u30D0\u30C3\u30B0
3516N/AdumpLabel=\u30E2\u30C7\u30EB\u3092System.err\u306B\u30C0\u30F3\u30D7
3516N/AshowElementTreeLabel=\u8981\u7D20\u306E\u8868\u793A
0N/A
0N/A# toolbar definition
0N/A#
0N/A# Each of the strings that follow form a key to be
0N/A# used as the basis of the tool definition. Actions
0N/A# are of course sharable, and in this case are shared
0N/A# with the menu items.
5056N/A
3516N/AnewTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u898F\u4F5C\u6210\u3059\u308B
3516N/AopenTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F
3516N/AsaveTooltip=\u30D5\u30A1\u30A4\u30EB\u306B\u4FDD\u5B58
3516N/AcutTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u79FB\u52D5
3516N/AcopyTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC
3516N/ApasteTooltip=\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3092\u9078\u629E\u306B\u8CBC\u4ED8\u3051