motif_es.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=CancelarFileChooser.saveButtonText= GuardarFileChooser.openButtonText=AceptarFileChooser.updateButtonText=ActualizarFileChooser.helpButtonText=AyudaFileChooser.pathLabelText=Introducir v\u00eda de acceso o nombre de carpeta:FileChooser.filterLabelText=FiltroFileChooser.foldersLabelText=CarpetasFileChooser.filesLabelText=ArchivosFileChooser.enterFileNameLabelText=Introducir nombre de archivo:FileChooser.cancelButtonToolTipText=Cancelar cuadro de di\u00e1logo selector de archivos.FileChooser.saveButtonToolTipText=Guardar archivo seleccionado.FileChooser.openButtonToolTipText=Abrir archivo seleccionado.FileChooser.updateButtonToolTipText=Actualizar lista de directorios.FileChooser.helpButtonToolTipText=Ayuda del selector de archivos.

⌨️ 快捷键说明

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