/
githubmirror
/
jdk11u-dev
Обзор
Документация
Войти
/
githubmirror
/
jdk11u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/demo/share/jfc/Notepad/resources/Notepad.properties
63 строки
1 KB
Erik Joelsson
8187443: Forest Consolidation: Move files to unified layout
12 сен 2017, 20:03
12 сен 2017, 20:03
3789983
Код
Авторство
О чём код?
# # Resource strings for Notepad example Title=Notepad ElementTreeFrameTitle=Elements # 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=File openLabel=Open openImage=resources/open.gif newLabel=New newImage=resources/new.gif saveLabel=Save saveImage=resources/save.gif exitLabel=Exit # # edit Menu definition # # cut -> JTextComponent.cutAction # copy -> JTextComponent.copyAction # paste -> JTextComponent.pasteAction editLabel=Edit cutLabel=Cut cutImage=resources/cut.gif copyLabel=Copy copyImage=resources/copy.gif pasteLabel=Paste pasteImage=resources/paste.gif undoLabel=Undo redoLabel=Redo # # debug Menu definition # debugLabel=Debug dumpLabel=Dump model to System.err showElementTreeLabel=Show Elements # 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=Create a new file openTooltip=Open a file saveTooltip=Save to a file cutTooltip=Move selection to clipboard copyTooltip=Copy selection to clipboard pasteTooltip=Paste clipboard to selection