alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (Notepad_ja.properties)

This example Java source code file (Notepad_ja.properties) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

actions, each, elementtreeframetitle\=\\u8981\\u7d20, menu, notepad, resource, title\=\\u30e1\\u30e2\\u5e33

The Notepad_ja.properties Java example source code

#
# Resource strings for Notepad example

Title=\u30E1\u30E2\u5E33
ElementTreeFrameTitle=\u8981\u7D20

# file Menu definition
#
# Each of the strings that follow form a key to be
# used as the basis of a menu item definition.
#
# open ->  Notepad.openAction
# new  ->  Notepad.newAction
# save ->  Notepad.saveAction
# exit ->  Notepad.exitAction

fileLabel=\u30D5\u30A1\u30A4\u30EB
openLabel=\u958B\u304F
openImage=resources/open.gif
newLabel=\u65B0\u898F
newImage=resources/new.gif
saveLabel=\u4FDD\u5B58
saveImage=resources/save.gif
exitLabel=\u7D42\u4E86

#
# edit Menu definition
#
# cut   -> JTextComponent.cutAction
# copy  -> JTextComponent.copyAction
# paste -> JTextComponent.pasteAction

editLabel=\u7DE8\u96C6
cutLabel=\u5207\u53D6\u308A
cutImage=resources/cut.gif
copyLabel=\u30B3\u30D4\u30FC
copyImage=resources/copy.gif
pasteLabel=\u8CBC\u4ED8\u3051
pasteImage=resources/paste.gif
undoLabel=\u5143\u306B\u623B\u3059
redoLabel=\u3084\u308A\u76F4\u3057

#
# debug Menu definition
#

debugLabel=\u30C7\u30D0\u30C3\u30B0
dumpLabel=\u30E2\u30C7\u30EB\u3092System.err\u306B\u30C0\u30F3\u30D7
showElementTreeLabel=\u8981\u7D20\u306E\u8868\u793A

# toolbar definition
#
# Each of the strings that follow form a key to be
# used as the basis of the tool definition.  Actions
# are of course sharable, and in this case are shared
# with the menu items.

newTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u65B0\u898F\u4F5C\u6210\u3059\u308B
openTooltip=\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F
saveTooltip=\u30D5\u30A1\u30A4\u30EB\u306B\u4FDD\u5B58
cutTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u79FB\u52D5
copyTooltip=\u9078\u629E\u3092\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\u30B3\u30D4\u30FC
pasteTooltip=\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u3092\u9078\u629E\u306B\u8CBC\u4ED8\u3051

Other Java examples (source code examples)

Here is a short list of links related to this Java Notepad_ja.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.