motif_de.properties

来自「简易的Java聊天室程序」· PROPERTIES 代码 · 共 36 行

PROPERTIES
36
字号
# This properties file is used to create a PropertyResourceBundle# It contains Locale specific strings used be the Motif Look and Feel.# Currently, the following components need this for support:##    FileChooser## When this file is read in, the strings are put into the # defaults table.  This is an implementation detail of the current# workings of Swing.  DO NOT DEPEND ON THIS.  # This may change in future versions of Swing as we improve localization # support.## %I% %G%# @author Steve Wilson############ FILE CHOOSER STRINGS #############FileChooser.acceptAllFileFilterText=*FileChooser.cancelButtonText=AbbrechenFileChooser.saveButtonText=SpeichernFileChooser.openButtonText=OKFileChooser.updateButtonText=AktualisierenFileChooser.helpButtonText=HilfeFileChooser.pathLabelText=Geben Sie den Pfad- oder Ordnernamen ein:FileChooser.filterLabelText=FilterFileChooser.foldersLabelText=OrdnerFileChooser.filesLabelText=DateienFileChooser.enterFileNameLabelText=Geben Sie den Dateinamen ein:FileChooser.cancelButtonToolTipText= Abbrechen des Dateiauswahl-DialogsFileChooser.saveButtonToolTipText= Speichern der ausgew\u00e4hlten DateiFileChooser.openButtonToolTipText= \u00d6ffnen der ausgew\u00e4hlten DateiFileChooser.updateButtonToolTipText= Aktualisieren der OrdnerlisteFileChooser.helpButtonToolTipText= Hilfe zum Dateiauswahl-Dialog

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?