jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/resources/motif_it.properties
author alexsch
Wed, 05 Oct 2016 18:42:34 +0400
changeset 41774 e9156811f79c
parent 25859 3317bb8137f4
permissions -rw-r--r--
8165485: Bad rendering of Swing UI controls with Motif L&F on HiDPI display 8147600: [hidpi] invalid rendering of Swing UI controls (radiobuttons, choice etc.) Reviewed-by: serb
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 Motif 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.acceptAllFileFilter.textAndMnemonic=*
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    22
FileChooser.cancelButton.textAndMnemonic=Annulla
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    23
FileChooser.saveButton.textAndMnemonic=Salva
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    24
FileChooser.openButton.textAndMnemonic=OK
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    25
FileChooser.saveDialogTitle.textAndMnemonic=Salva
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    26
FileChooser.openDialogTitle.textAndMnemonic=Apri
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    27
FileChooser.updateButton.textAndMnemonic=Aggiorna
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    28
FileChooser.helpButton.textAndMnemonic=?
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    29
FileChooser.pathLabel.textAndMnemonic=&Percorso o nome cartella:
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    30
FileChooser.filterLabel.textAndMnemonic=Filt&ro
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12655
diff changeset
    31
FileChooser.foldersLabel.textAndMnemonic=Car&telle
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    32
FileChooser.filesLabel.textAndMnemonic=F&ile
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 12655
diff changeset
    33
FileChooser.enterFileNameLabel.textAndMnemonic=Immettere il &nome file: 
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    34
FileChooser.enterFolderNameLabel.textAndMnemonic=Nome cartella:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
12655
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    36
FileChooser.cancelButtonToolTip.textAndMnemonic=Chiude la finestra di dialogo di selezione file.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    37
FileChooser.saveButtonToolTip.textAndMnemonic=Salva il file selezionato.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    38
FileChooser.openButtonToolTip.textAndMnemonic=Apre il file selezionato.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    39
FileChooser.updateButtonToolTip.textAndMnemonic=Aggiorna lista directory.
4edb87e1eb0b 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch
parents: 10413
diff changeset
    40
FileChooser.helpButtonToolTip.textAndMnemonic=Guida FileChooser.