basic_no.properties

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

PROPERTIES
64
字号
#--------------------------------------------------------------------------------------------------# Copyright (c) 1996-2002 Borland Software Corporation. All Rights Reserved.#--------------------------------------------------------------------------------------------------# This properties file is used to create a PropertyResourceBundle# It contains Locale specific strings used in Swing# Currently, the following components need this for support:##    ColorChooser#    FileChooser#    OptionPane## 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.fileDescriptionText=Generell filFileChooser.directoryDescriptionText=KatalogFileChooser.newFolderErrorText=Feil ved opprettelse av ny mappeFileChooser.newFolderErrorSeparator= : FileChooser.acceptAllFileFilterText=Alle Filer (*.*)FileChooser.cancelButtonText=AvbrytFileChooser.saveButtonText=LagreFileChooser.openButtonText=\u00c5pneFileChooser.updateButtonText=OppdaterFileChooser.helpButtonText=Hjelp## file chooser tooltips ###FileChooser.cancelButtonToolTipText=Avbryt 'file chooser' dialogFileChooser.saveButtonToolTipText=Lagre valgt filFileChooser.openButtonToolTipText=\u00c5pne valgt filFileChooser.updateButtonToolTipText=Oppdater kataloglisteFileChooser.helpButtonToolTipText='FileChooser' hjelp############ COLOR CHOOSER STRINGS #############ColorChooser.previewText=Forh\u00e5ndsvisningColorChooser.okText=OKColorChooser.cancelText=AvbrytColorChooser.resetText=AngreColorChooser.swatchesNameText=SwatchesColorChooser.swatchesRecentText=Siste:ColorChooser.hsbNameText=HSBColorChooser.hsbHueText=HColorChooser.hsbSaturationText=SColorChooser.hsbBrightnessText=BColorChooser.hsbRedText=RColorChooser.hsbGreenText=GColorChooser.hsbBlueText=BColorChooser.rgbNameText=RGBColorChooser.rgbRedText=R\u00f8dColorChooser.rgbGreenText=Gr\u00f8nnColorChooser.rgbBlueText=Bl\u00e5############ OPTION PANE STRINGS #############OptionPane.yesButtonText=JaOptionPane.noButtonText=NeiOptionPane.okButtonText=OKOptionPane.cancelButtonText=Avbryt

⌨️ 快捷键说明

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