1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Metal Look and Feel.
   3 # Currently, the following components need this for support:
   4 #
   5 #    FileChooser
   6 #
   7 # When this file is read in, the strings are put into the
   8 # defaults table.  This is an implementation detail of the current
   9 # workings of Swing.  DO NOT DEPEND ON THIS.
  10 # This may change in future versions of Swing as we improve localization
  11 # support.
  12 #
  13 # Refer to the note in basic.properties for a description as to what
  14 # the mnemonics correspond to and how to calculate them.
  15 #
  16 # @author Steve Wilson
  17 
  18 
  19 ############ FILE CHOOSER STRINGS #############
  20 
  21 FileChooser.lookInLabel.textAndMnemonic=찾는 위치(&I):
  22 FileChooser.saveInLabel.textAndMnemonic=저장 위치:
  23 FileChooser.fileNameLabel.textAndMnemonic=파일 이름(&N):
  24 FileChooser.folderNameLabel.textAndMnemonic=폴더 이름(&N):
  25 FileChooser.filesOfTypeLabel.textAndMnemonic=파일 유형(&T):
  26 FileChooser.upFolderToolTip.textAndMnemonic=한 레벨 위로
  27 FileChooser.upFolderAccessibleName=위로
  28 FileChooser.homeFolderToolTip.textAndMnemonic=홈
  29 FileChooser.homeFolderAccessibleName=홈
  30 FileChooser.newFolderToolTip.textAndMnemonic=새 폴더 생성
  31 FileChooser.newFolderAccessibleName=새 폴더
  32 FileChooser.newFolderActionLabel.textAndMnemonic=새 폴더
  33 FileChooser.listViewButtonToolTip.textAndMnemonic=목록
  34 FileChooser.listViewButtonAccessibleName=목록
  35 FileChooser.listViewActionLabel.textAndMnemonic=목록
  36 FileChooser.detailsViewButtonToolTip.textAndMnemonic=세부 정보
  37 FileChooser.detailsViewButtonAccessibleName=세부 정보
  38 FileChooser.detailsViewActionLabel.textAndMnemonic=세부 정보
  39 FileChooser.refreshActionLabel.textAndMnemonic=새로 고침
  40 FileChooser.viewMenuLabel.textAndMnemonic=보기
  41 FileChooser.fileNameHeader.textAndMnemonic=이름
  42 FileChooser.fileSizeHeader.textAndMnemonic=크기
  43 FileChooser.fileTypeHeader.textAndMnemonic=유형
  44 FileChooser.fileDateHeader.textAndMnemonic=수정 날짜
  45 FileChooser.fileAttrHeader.textAndMnemonic=속성
  46 FileChooser.saveButton.textAndMnemonic=저장
  47 FileChooser.openButton.textAndMnemonic=열기
  48 
  49 ############ Used by MetalTitlePane if rendering window decorations############
  50 MetalTitlePane.restore.titleAndMnemonic=복원(&R)
  51 MetalTitlePane.iconify.titleAndMnemonic=최소화(&E)
  52 MetalTitlePane.maximize.titleAndMnemonic=최대화(&X)
  53 MetalTitlePane.close.titleAndMnemonic=닫기(&C)