< prev index next >

src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties

Print this page
rev 1468 : 7034940: message drop 2 translation integration
Reviewed-by: yhuang
rev 1480 : 6501385: ColorChooser demo - two elemets have same mnemonic in it locale, GTK L&F
Reviewed-by: yhuang
rev 1486 : 7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka, alexp
rev 1487 : 7175367: NLS: 7u6 message drop10 integration
Reviewed-by: yhuang
rev 1492 : 7032018: The file list in JFileChooser does not have an accessible name
Reviewed-by: rupashka, coffeys
rev 1493 : 7182226: NLS: jdk7u6 message drop20 integration
Reviewed-by: yhuang
rev 1497 : 8008764: 7uX l10n resource file translation update
Reviewed-by: naoto
rev 1582 : 8020708: NLS mnemonics missing in SwingSet2/JInternalFrame demo
Reviewed-by: malenkov, leonidr
rev 1583 : 8026741: jdk8 l10n resource file translation update 5
Reviewed-by: naoto, yhuang
rev 1584 : 8080628: No mnemonics on Open and Save buttons in JFileChooser
Reviewed-by: serb, alexsch

*** 13,76 **** # support. # # MNEMONIC NOTE: # Many of strings in this file are used by widgets that have a # mnemonic, for example: ! # ColorChooser.rgbNameText=RGB ! # ColorChooser.rgbMnemonic=71 ! # ColorChooser.rgbDisplayedMnemonicIndex=1 # Indicates that the tab in the ColorChooser for RGB colors will have # the text 'RGB', further the mnemonic character will be 'g' and that # a decoration will be provided under the 'G'. This will typically # look like: RGB # - - # 71 corresponds to the decimal value of the VK constant defined - # in java/awt/KeyEvent.java. VK_G is defined as: - # - # public static final int VK_G = 0x47; - # - # 0x47 is a hex number and needs to be converted to decimal. - # A simple way to calculate this for a-z is to add 64 to the index of - # the letter in the alphabet. As 'a' is in the 1st letter the mnemonic - # for 'a' is 65, 'b' is 66... - # - # The xxDisplayedMnemonicIndex is used to indicate the index of the - # character that should be underlined in the String, with 0 - # corresponding to the first character in the String. # # One important thing to remember is that the mnemonic MUST exist in # the String, if it does not exist you should add text that makes it # exist. This will typically take the form 'XXXX (M)' where M is the # character for the mnemonic. # # @author Steve Wilson ############ FILE CHOOSER STRINGS ############# ! FileChooser.fileDescriptionText=Generisk fil ! FileChooser.directoryDescriptionText=Katalog ! FileChooser.newFolderErrorText=Fel uppstod n\u00E4r ny mapp skapades FileChooser.newFolderErrorSeparator= : ! FileChooser.newFolderParentDoesntExistTitleText=Kan inte skapa mappen ! FileChooser.newFolderParentDoesntExistText=Kan inte skapa mappen.\n\nSystemet kan inte hitta angiven s\u00F6kv\u00E4g. ! FileChooser.renameErrorTitleText=Ett fel intr\u00E4ffade vid f\u00F6rs\u00F6k att \u00E4ndra namn p\u00E5 fil eller mapp ! FileChooser.renameErrorText=Kan inte namn\u00E4ndra {0} ! FileChooser.renameErrorFileExistsText=Kan inte namn\u00E4ndra {0}: En fil med angivet namn finns redan. Ange ett annat filnamn. ! FileChooser.acceptAllFileFilterText=Alla filer ! FileChooser.cancelButtonText=Avbryt ! FileChooser.cancelButtonMnemonic=67 ! FileChooser.saveButtonText=Spara ! FileChooser.saveButtonMnemonic=83 ! FileChooser.openButtonText=\u00D6ppna ! FileChooser.openButtonMnemonic=79 ! FileChooser.saveDialogTitleText=Spara ! FileChooser.openDialogTitleText=\u00D6ppna ! FileChooser.updateButtonText=Uppdatera ! FileChooser.updateButtonMnemonic=85 ! FileChooser.helpButtonText=Hj\u00E4lp ! FileChooser.helpButtonMnemonic=72 ! FileChooser.directoryOpenButtonText=\u00D6ppna ! FileChooser.directoryOpenButtonMnemonic=79 # File Size Units FileChooser.fileSizeKiloBytes={0} KB FileChooser.fileSizeMegaBytes={0} MB FileChooser.fileSizeGigaBytes={0} GB --- 13,56 ---- # support. # # MNEMONIC NOTE: # Many of strings in this file are used by widgets that have a # mnemonic, for example: ! # ColorChooser.rgbNameTextAndMnemonic=R&GB ! # # Indicates that the tab in the ColorChooser for RGB colors will have # the text 'RGB', further the mnemonic character will be 'g' and that # a decoration will be provided under the 'G'. This will typically # look like: RGB # - # # One important thing to remember is that the mnemonic MUST exist in # the String, if it does not exist you should add text that makes it # exist. This will typically take the form 'XXXX (M)' where M is the # character for the mnemonic. # # @author Steve Wilson ############ FILE CHOOSER STRINGS ############# ! FileChooser.fileDescription.textAndMnemonic=Generisk fil ! FileChooser.directoryDescription.textAndMnemonic=Katalog ! FileChooser.newFolderError.textAndMnemonic=Fel uppstod n\u00E4r ny mapp skapades FileChooser.newFolderErrorSeparator= : ! FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=Kan inte skapa mappen ! FileChooser.newFolderParentDoesntExist.textAndMnemonic=Kan inte skapa mappen.\n\nSystemet kan inte hitta angiven s\u00F6kv\u00E4g. ! FileChooser.renameErrorTitle.textAndMnemonic=Ett fel intr\u00E4ffade vid f\u00F6rs\u00F6k att \u00E4ndra namn p\u00E5 fil eller mapp ! FileChooser.renameError.textAndMnemonic=Kan inte namn\u00E4ndra {0} ! FileChooser.renameErrorFileExists.textAndMnemonic=Kan inte namn\u00E4ndra {0}: En fil med angivet namn finns redan. Ange ett annat filnamn. ! FileChooser.acceptAllFileFilter.textAndMnemonic=Alla filer ! FileChooser.cancelButton.textAndMnemonic=Avbryt ! FileChooser.saveButton.textAndMnemonic=Spara ! FileChooser.openButton.textAndMnemonic=\u00D6ppna ! FileChooser.saveDialogTitle.textAndMnemonic=Spara ! FileChooser.openDialogTitle.textAndMnemonic=\u00D6ppna ! FileChooser.updateButton.textAndMnemonic=Upp&datera ! FileChooser.helpButton.textAndMnemonic=&Hj\u00E4lp ! FileChooser.directoryOpenButton.textAndMnemonic=\u00D6ppna # File Size Units FileChooser.fileSizeKiloBytes={0} KB FileChooser.fileSizeMegaBytes={0} MB FileChooser.fileSizeGigaBytes={0} GB
*** 81,212 **** FileChooser.other.newFolder=Ny mapp FileChooser.other.newFolder.subsequent=Ny mapp.{0} ## file chooser tooltips ### ! FileChooser.cancelButtonToolTipText=Avbryt filvalsdialogruta ! FileChooser.saveButtonToolTipText=Spara vald fil ! FileChooser.openButtonToolTipText=\u00D6ppna vald fil ! FileChooser.updateButtonToolTipText=Uppdatera kataloglistan ! FileChooser.helpButtonToolTipText=Hj\u00E4lp - Filv\u00E4ljare ! FileChooser.directoryOpenButtonToolTipText=\u00D6ppna vald katalog ############ COLOR CHOOSER STRINGS ############# ! ColorChooser.previewText=Granska ! ColorChooser.okText=OK ! ColorChooser.cancelText=Avbryt ! ColorChooser.resetText=\u00C5terst\u00E4ll ! # VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic ! ColorChooser.resetMnemonic=82 ! ColorChooser.sampleText=Exempeltext Exempeltext ! ColorChooser.swatchesNameText=Prov ! ColorChooser.swatchesMnemonic=83 ! ColorChooser.swatchesDisplayedMnemonicIndex=0 ! ColorChooser.swatchesRecentText=Senaste: ! ColorChooser.hsbNameText=HSB ! # Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX ! # constant, and an index into the text to render the mnemonic as. The ! # mnemonic is xxxMnemonic and the index of the character to underline is ! # xxxDisplayedMnemonicIndex. ! ColorChooser.hsbMnemonic=72 ! ColorChooser.hsbDisplayedMnemonicIndex=0 ! ColorChooser.hsbHueText=H ! ColorChooser.hsbSaturationText=S ! ColorChooser.hsbBrightnessText=B ! ColorChooser.hsbRedText=R ! ColorChooser.hsbGreenText=G ! ColorChooser.hsbBlueText=B ! ColorChooser.rgbNameText=RGB ! ColorChooser.rgbMnemonic=71 ! ColorChooser.rgbDisplayedMnemonicIndex=1 ! ColorChooser.rgbRedText=R\u00F6d ! ColorChooser.rgbRedMnemonic=68 ! ColorChooser.rgbGreenText=Gr\u00F6n ! ColorChooser.rgbGreenMnemonic=78 ! ColorChooser.rgbBlueText=Bl\u00E5 ! ColorChooser.rgbBlueMnemonic=66 ############ OPTION PANE STRINGS ############# - # Mnemonic keys correspond to KeyEvent.VK_XXX constant # We only define mnemonics for YES/NO, but for completeness you can # define mnemonics for any of the buttons. ! OptionPane.yesButtonText=Ja ! OptionPane.yesButtonMnemonic=89 ! OptionPane.noButtonText=Nej ! OptionPane.noButtonMnemonic=78 ! OptionPane.okButtonText=OK ! OptionPane.okButtonMnemonic=0 ! OptionPane.cancelButtonText=Avbryt ! OptionPane.cancelButtonMnemonic=0 ! OptionPane.titleText=V\u00E4lj ett alternativ # Title for the dialog for the showInputDialog methods. Only used if # the developer uses one of the variants that doesn't take a title. ! OptionPane.inputDialogTitle=Indata # Title for the dialog for the showMessageDialog methods. Only used if # the developer uses one of the variants that doesn't take a title. ! OptionPane.messageDialogTitle=Meddelande ############ Printing Dialog Strings ############ ! PrintingDialog.titleProgressText=Skriver ut ! PrintingDialog.titleAbortingText=Skriver ut (avbryter) ! PrintingDialog.contentInitialText=Utskrift p\u00E5g\u00E5r... # The following string will be formatted by a MessageFormat # and {0} will be replaced by page number being printed ! PrintingDialog.contentProgressText=Utskriven sida {0}... ! PrintingDialog.contentAbortingText=Utskriften avbryts... ! PrintingDialog.abortButtonText=Avbryt ! PrintingDialog.abortButtonMnemonic=65 ! PrintingDialog.abortButtonDisplayedMnemonicIndex=0 ! PrintingDialog.abortButtonToolTipText=Avbryt utskrift ############ Internal Frame Strings ############ InternalFrame.iconButtonToolTip=Minimera InternalFrame.maxButtonToolTip=Maximera InternalFrame.restoreButtonToolTip=\u00C5terst\u00E4ll InternalFrame.closeButtonToolTip=St\u00E4ng ############ Internal Frame Title Pane Strings ############ ! InternalFrameTitlePane.restoreButtonText=\u00C5terst\u00E4ll ! InternalFrameTitlePane.moveButtonText=Flytta ! InternalFrameTitlePane.sizeButtonText=Storlek ! InternalFrameTitlePane.minimizeButtonText=Minimera ! InternalFrameTitlePane.maximizeButtonText=Maximera ! InternalFrameTitlePane.closeButtonText=St\u00E4ng ############ Text strings ############# # Used for html forms ! FormView.submitButtonText=Skicka fr\u00E5ga ! FormView.resetButtonText=\u00C5terst\u00E4ll ! FormView.browseFileButtonText=Bl\u00E4ddra... ############ Abstract Document Strings ############ ! AbstractDocument.styleChangeText=format\u00E4ndring ! AbstractDocument.additionText=till\u00E4gg ! AbstractDocument.deletionText=borttagning ! AbstractDocument.undoText=\u00C5ngra ! AbstractDocument.redoText=G\u00F6r om ############ Abstract Button Strings ############ ! AbstractButton.clickText=klicka ############ Abstract Undoable Edit Strings ############ ! AbstractUndoableEdit.undoText=\u00C5ngra ! AbstractUndoableEdit.redoText=G\u00F6r om ############ Combo Box Strings ############ ! ComboBox.togglePopupText=v\u00E4xlaPopup ############ Progress Monitor Strings ############ ! ProgressMonitor.progressText=P\u00E5g\u00E5r... ############ Split Pane Strings ############ ! SplitPane.leftButtonText=v\u00E4nster knapp ! SplitPane.rightButtonText=h\u00F6ger knapp # Used for Isindex IsindexView.prompt=Detta \u00E4r ett s\u00F6kbart index. Ange s\u00F6kord: ############ InternalFrameTitlePane Strings ############ InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera --- 61,193 ---- FileChooser.other.newFolder=Ny mapp FileChooser.other.newFolder.subsequent=Ny mapp.{0} ## file chooser tooltips ### ! FileChooser.cancelButtonToolTip.textAndMnemonic=Avbryt filvalsdialogruta ! FileChooser.saveButtonToolTip.textAndMnemonic=Spara vald fil ! FileChooser.openButtonToolTip.textAndMnemonic=\u00D6ppna vald fil ! FileChooser.updateButtonToolTip.textAndMnemonic=Uppdatera kataloglistan ! FileChooser.helpButtonToolTip.textAndMnemonic=Hj\u00E4lp - Filv\u00E4ljare ! FileChooser.directoryOpenButtonToolTip.textAndMnemonic=\u00D6ppna vald katalog ! ! FileChooser.filesListAccessibleName=Fillista ! FileChooser.filesDetailsAccessibleName=Fildetaljer ############ COLOR CHOOSER STRINGS ############# ! ColorChooser.preview.textAndMnemonic=Granska ! ColorChooser.ok.textAndMnemonic=OK ! ColorChooser.cancel.textAndMnemonic=Avbryt ! ColorChooser.reset.textAndMnemonic=&\u00C5terst\u00E4ll ! ColorChooser.sample.textAndMnemonic=Exempeltext Exempeltext ! ColorChooser.swatches.textAndMnemonic=&Prov ! ColorChooser.swatchesRecent.textAndMnemonic=Senaste: ! ColorChooser.hsb.textAndMnemonic=&HSB ! ColorChooser.hsbHue.textAndMnemonic=H ! ColorChooser.hsbSaturation.textAndMnemonic=S ! ColorChooser.hsbBrightness.textAndMnemonic=B ! ColorChooser.hsbRed.textAndMnemonic=R ! ColorChooser.hsbGreen.textAndMnemonic=G ! ColorChooser.hsbBlue.textAndMnemonic=B ! ColorChooser.hsv.textAndMnemonic=&HSV ! ColorChooser.hsvHue.textAndMnemonic=Nyans ! ColorChooser.hsvSaturation.textAndMnemonic=M\u00E4ttnad ! ColorChooser.hsvValue.textAndMnemonic=V\u00E4rde ! ColorChooser.hsvTransparency.textAndMnemonic=Transparens ! ColorChooser.hsl.textAndMnemonic=HS&L ! ColorChooser.hslHue.textAndMnemonic=Nyans ! ColorChooser.hslSaturation.textAndMnemonic=M\u00E4ttnad ! ColorChooser.hslLightness.textAndMnemonic=Ljusstyrka ! ColorChooser.hslTransparency.textAndMnemonic=Transparens ! ColorChooser.rgb.textAndMnemonic=R&GB ! ColorChooser.rgbRed.textAndMnemonic=R\u00F6&d ! ColorChooser.rgbGreen.textAndMnemonic=Gr\u00F6&n ! ColorChooser.rgbBlue.textAndMnemonic=&Bl\u00E5 ! ColorChooser.rgbAlpha.textAndMnemonic=Alfa ! ColorChooser.rgbHexCode.textAndMnemonic=&F\u00E4rgkod ! ColorChooser.cmyk.textAndMnemonic=C&MYK ! ColorChooser.cmykCyan.textAndMnemonic=Cyan ! ColorChooser.cmykMagenta.textAndMnemonic=Magenta ! ColorChooser.cmykYellow.textAndMnemonic=Gul ! ColorChooser.cmykBlack.textAndMnemonic=Svart ! ColorChooser.cmykAlpha.textAndMnemonic=Alfa ############ OPTION PANE STRINGS ############# # We only define mnemonics for YES/NO, but for completeness you can # define mnemonics for any of the buttons. ! OptionPane.yesButton.textAndMnemonic=&Ja ! OptionPane.noButton.textAndMnemonic=&Nej ! OptionPane.okButton.textAndMnemonic=OK ! #OptionPane.okButtonMnemonic=0 ! OptionPane.cancelButton.textAndMnemonic=Avbryt ! #OptionPane.cancelButtonMnemonic=0 ! OptionPane.title.textAndMnemonic=V\u00E4lj ett alternativ # Title for the dialog for the showInputDialog methods. Only used if # the developer uses one of the variants that doesn't take a title. ! OptionPane.inputDialog.titleAndMnemonic=Indata # Title for the dialog for the showMessageDialog methods. Only used if # the developer uses one of the variants that doesn't take a title. ! OptionPane.messageDialog.titleAndMnemonic=Meddelande ############ Printing Dialog Strings ############ ! PrintingDialog.titleProgress.textAndMnemonic=Skriver ut ! PrintingDialog.titleAborting.textAndMnemonic=Skriver ut (avbryter) ! PrintingDialog.contentInitial.textAndMnemonic=Utskrift p\u00E5g\u00E5r... # The following string will be formatted by a MessageFormat # and {0} will be replaced by page number being printed ! PrintingDialog.contentProgress.textAndMnemonic=Utskriven sida {0}... ! PrintingDialog.contentAborting.textAndMnemonic=Utskriften avbryts... ! PrintingDialog.abortButton.textAndMnemonic=&Avbryt ! PrintingDialog.abortButtonToolTip.textAndMnemonic=Avbryt utskrift ############ Internal Frame Strings ############ InternalFrame.iconButtonToolTip=Minimera InternalFrame.maxButtonToolTip=Maximera InternalFrame.restoreButtonToolTip=\u00C5terst\u00E4ll InternalFrame.closeButtonToolTip=St\u00E4ng ############ Internal Frame Title Pane Strings ############ ! InternalFrameTitlePane.restoreButton.textAndMnemonic=&\u00C5terst\u00E4ll ! InternalFrameTitlePane.moveButton.textAndMnemonic=&Flytta ! InternalFrameTitlePane.sizeButton.textAndMnemonic=&Storlek ! InternalFrameTitlePane.minimizeButton.textAndMnemonic=Mi&nimera ! InternalFrameTitlePane.maximizeButton.textAndMnemonic=Ma&ximera ! InternalFrameTitlePane.closeButton.textAndMnemonic=&St\u00E4ng ############ Text strings ############# # Used for html forms ! FormView.submitButton.textAndMnemonic=Skicka fr\u00E5ga ! FormView.resetButton.textAndMnemonic=\u00C5terst\u00E4ll ! FormView.browseFileButton.textAndMnemonic=Bl\u00E4ddra... ############ Abstract Document Strings ############ ! AbstractDocument.styleChange.textAndMnemonic=format\u00E4ndring ! AbstractDocument.addition.textAndMnemonic=till\u00E4gg ! AbstractDocument.deletion.textAndMnemonic=borttagning ! AbstractDocument.undo.textAndMnemonic=\u00C5ngra ! AbstractDocument.redo.textAndMnemonic=G\u00F6r om ############ Abstract Button Strings ############ ! AbstractButton.click.textAndMnemonic=klicka ############ Abstract Undoable Edit Strings ############ ! AbstractUndoableEdit.undo.textAndMnemonic=\u00C5ngra ! AbstractUndoableEdit.redo.textAndMnemonic=G\u00F6r om ############ Combo Box Strings ############ ! ComboBox.togglePopup.textAndMnemonic=v\u00E4xlaPopup ############ Progress Monitor Strings ############ ! ProgressMonitor.progress.textAndMnemonic=P\u00E5g\u00E5r... ############ Split Pane Strings ############ ! SplitPane.leftButton.textAndMnemonic=v\u00E4nster knapp ! SplitPane.rightButton.textAndMnemonic=h\u00F6ger knapp # Used for Isindex IsindexView.prompt=Detta \u00E4r ett s\u00F6kbart index. Ange s\u00F6kord: ############ InternalFrameTitlePane Strings ############ InternalFrameTitlePane.iconifyButtonAccessibleName=Minimera
< prev index next >