basic_fr.properties

来自「java写的浏览器」· PROPERTIES 代码 · 共 32 行

PROPERTIES
32
字号
# 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 David "Dwayne" Bernard

############ FILE CHOOSER STRINGS #############
FileChooser.fileDescriptionText=Fichier Standard
FileChooser.directoryDescriptionText=R閜ertoire
FileChooser.newFolderErrorText=Erreur cr閍tion d'un nouveau r閜ertoire
FileChooser.newFolderErrorSeparator= : 
FileChooser.acceptAllFileFilterText=Tous les Fichiers (*.*)
FileChooser.cancelButtonText=Annuler
FileChooser.saveButtonText=Enregistrer
FileChooser.openButtonText=Ouvrir
FileChooser.updateButtonText=Rafraichir
FileChooser.helpButtonText=Aide

## file chooser tooltips ###
FileChooser.cancelButtonToolTipText=Fermer la boite de dialogue
FileChooser.saveButtonToolTipText=Enregistrer le fichier s閘ectionn

⌨️ 快捷键说明

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