jdk/src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_it.properties
author mfang
Mon, 25 Mar 2013 16:49:25 -0700
changeset 17184 342467f0c6c2
parent 12655 4edb87e1eb0b
permissions -rw-r--r--
8010521: jdk8 l10n resource file translation update 2 Reviewed-by: naoto, yhuang
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
# This properties file is used to create a PropertyResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# It contains Locale specific strings used be the Windows Look and Feel.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Currently, the following components need this for support:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#    FileChooser
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# When this file is read in, the strings are put into the 
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# defaults table.  This is an implementation detail of the current
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# workings of Swing.  DO NOT DEPEND ON THIS.  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# This may change in future versions of Swing as we improve localization 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# support.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# Refer to the note in basic.properties for a description as to what
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# the mnemonics correspond to and how to calculate them.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# @author Steve Wilson
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
############ FILE CHOOSER STRINGS #############
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    21
FileChooser.lookInLabel.textAndMnemonic=Cerca &in:
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    22
FileChooser.saveInLabel.textAndMnemonic=Salva in:
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    23
FileChooser.fileNameLabel.textAndMnemonic=&Nome file:
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12655
diff changeset
    24
FileChooser.folderNameLabel.textAndMnemonic=&Nome cartella:
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    25
FileChooser.filesOfTypeLabel.textAndMnemonic=&Tipo file:
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    26
FileChooser.upFolderToolTip.textAndMnemonic=Cartella superiore
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
FileChooser.upFolderAccessibleName=Superiore
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    28
FileChooser.homeFolderToolTip.textAndMnemonic=Home
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    29
FileChooser.homeFolderAccessibleName=Home
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    30
FileChooser.newFolderToolTip.textAndMnemonic=Crea nuova cartella
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
FileChooser.newFolderAccessibleName=Nuova cartella
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    32
FileChooser.newFolderActionLabel.textAndMnemonic=Nuova cartella
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    33
FileChooser.listViewButtonToolTip.textAndMnemonic=Lista
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    34
FileChooser.listViewButtonAccessibleName=Lista
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    35
FileChooser.listViewActionLabel.textAndMnemonic=Lista
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    36
FileChooser.detailsViewButtonToolTip.textAndMnemonic=Dettagli
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
FileChooser.detailsViewButtonAccessibleName=Dettagli
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    38
FileChooser.viewMenuButtonToolTipText = Visualizza menu
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 2
diff changeset
    39
FileChooser.viewMenuButtonAccessibleName = Visualizza menu
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    40
FileChooser.detailsViewActionLabel.textAndMnemonic=Dettagli
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    41
FileChooser.refreshActionLabel.textAndMnemonic=Aggiorna
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    42
FileChooser.viewMenuLabel.textAndMnemonic=Visualizza
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    43
FileChooser.fileNameHeader.textAndMnemonic=Nome
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    44
FileChooser.fileSizeHeader.textAndMnemonic=Dimensioni
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    45
FileChooser.fileTypeHeader.textAndMnemonic=Tipo
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    46
FileChooser.fileDateHeader.textAndMnemonic=Modificato
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    47
FileChooser.fileAttrHeader.textAndMnemonic=Attributi