< prev index next >

src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_sv.properties

Print this page
rev 1494 : 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
Reviewed-by: rupashka
rev 1495 : 7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f
Reviewed-by: rupashka
rev 1497 : 8008764: 7uX l10n resource file translation update
Reviewed-by: naoto
rev 1512 : 8055176: 7u71 l10n resource file translation update
Reviewed-by: yhuang
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Windows 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.lookInLabelText=Leta i:
  22 FileChooser.saveInLabelText=Spara i:
  23 FileChooser.fileNameLabelText=Filnamn:
  24 FileChooser.folderNameLabelText=Mapp:
  25 FileChooser.filesOfTypeLabelText=Filformat:
  26 FileChooser.upFolderToolTipText=Upp en niv\u00E5
  27 FileChooser.upFolderAccessibleName=Upp
  28 FileChooser.homeFolderToolTipText=Hem
  29 FileChooser.homeFolderAccessibleName=Hem
  30 FileChooser.newFolderToolTipText=Skapa ny mapp
  31 FileChooser.newFolderAccessibleName=Ny mapp
  32 FileChooser.newFolderActionLabelText=Ny mapp
  33 FileChooser.listViewButtonToolTipText=Lista
  34 FileChooser.listViewButtonAccessibleName=Lista
  35 FileChooser.listViewActionLabelText=Lista
  36 FileChooser.detailsViewButtonToolTipText=Detaljer
  37 FileChooser.detailsViewButtonAccessibleName=Detaljer
  38 FileChooser.viewMenuButtonToolTipText = Menyn Visa
  39 FileChooser.viewMenuButtonAccessibleName = Menyn Visa
  40 FileChooser.detailsViewActionLabelText=Detaljer
  41 FileChooser.refreshActionLabelText=F\u00F6rnya
  42 FileChooser.viewMenuLabelText=Vy
  43 FileChooser.fileNameHeaderText=Namn
  44 FileChooser.fileSizeHeaderText=Storlek
  45 FileChooser.fileTypeHeaderText=Typ
  46 FileChooser.fileDateHeaderText=\u00C4ndrad
  47 FileChooser.fileAttrHeaderText=Attribut
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used be the Windows 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=Leta &i:
  22 FileChooser.saveInLabel.textAndMnemonic=Spara i:
  23 FileChooser.fileNameLabel.textAndMnemonic=Fil&namn:
  24 FileChooser.folderNameLabel.textAndMnemonic=Mapp&namn:
  25 FileChooser.filesOfTypeLabel.textAndMnemonic=Filer av &typen:
  26 FileChooser.upFolderToolTip.textAndMnemonic=Upp en niv\u00E5
  27 FileChooser.upFolderAccessibleName=Upp
  28 FileChooser.homeFolderToolTip.textAndMnemonic=Hem
  29 FileChooser.homeFolderAccessibleName=Hem
  30 FileChooser.newFolderToolTip.textAndMnemonic=Skapa ny mapp
  31 FileChooser.newFolderAccessibleName=Ny mapp
  32 FileChooser.newFolderActionLabel.textAndMnemonic=Ny mapp
  33 FileChooser.listViewButtonToolTip.textAndMnemonic=Lista
  34 FileChooser.listViewButtonAccessibleName=Lista
  35 FileChooser.listViewActionLabel.textAndMnemonic=Lista
  36 FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detaljer
  37 FileChooser.detailsViewButtonAccessibleName=Detaljer
  38 FileChooser.viewMenuButtonToolTipText = Menyn Visa
  39 FileChooser.viewMenuButtonAccessibleName = Menyn Visa
  40 FileChooser.detailsViewActionLabel.textAndMnemonic=Detaljer
  41 FileChooser.refreshActionLabel.textAndMnemonic=F\u00F6rnya
  42 FileChooser.viewMenuLabel.textAndMnemonic=Vy
  43 FileChooser.fileNameHeader.textAndMnemonic=Namn
  44 FileChooser.fileSizeHeader.textAndMnemonic=Storlek
  45 FileChooser.fileTypeHeader.textAndMnemonic=Typ
  46 FileChooser.fileDateHeader.textAndMnemonic=\u00C4ndrad
  47 FileChooser.fileAttrHeader.textAndMnemonic=Attribut
< prev index next >