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

Java example source code file (Notepad_zh_CN.properties)

This example Java source code file (Notepad_zh_CN.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\=\\u5143\\u7d20, menu, notepad, resource, title=\u8bb0\u4e8b\u672c

The Notepad_zh_CN.properties Java example source code

#
# Resource strings for Notepad example

Title=\u8BB0\u4E8B\u672C
ElementTreeFrameTitle=\u5143\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=\u6587\u4EF6
openLabel=\u6253\u5F00
openImage=resources/open.gif
newLabel=\u65B0\u5EFA
newImage=resources/new.gif
saveLabel=\u4FDD\u5B58
saveImage=resources/save.gif
exitLabel=\u9000\u51FA

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

editLabel=\u7F16\u8F91
cutLabel=\u526A\u5207
cutImage=resources/cut.gif
copyLabel=\u590D\u5236
copyImage=resources/copy.gif
pasteLabel=\u7C98\u8D34
pasteImage=resources/paste.gif
undoLabel=\u64A4\u6D88
redoLabel=\u91CD\u505A

#
# debug Menu definition
#

debugLabel=\u8C03\u8BD5
dumpLabel=\u5C06\u6A21\u578B\u8F6C\u50A8\u5230 System.err
showElementTreeLabel=\u663E\u793A\u5143\u7D20

# 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=\u521B\u5EFA\u65B0\u6587\u4EF6
openTooltip=\u6253\u5F00\u6587\u4EF6
saveTooltip=\u4FDD\u5B58\u6587\u4EF6
cutTooltip=\u526A\u5207\u9009\u5B9A\u5185\u5BB9\u5230\u526A\u5E16\u677F\u4E2D
copyTooltip=\u590D\u5236\u9009\u5B9A\u5185\u5BB9\u5230\u526A\u5E16\u677F\u4E2D
pasteTooltip=\u7C98\u8D34\u9009\u5B9A\u5185\u5BB9\u5230\u526A\u5E16\u677F\u4E2D

Other Java examples (source code examples)

Here is a short list of links related to this Java Notepad_zh_CN.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.