📄 labelsbundle_nl.java
字号:
/* * Copyright 2005-2007 JavaAtWork All rights reserved. * Use is subject to license terms. */package com.javaatwork.mydownloader.language;import java.util.ListResourceBundle;/** * Class for the Dutch labels. * * @author Johannes Postma */public class LabelsBundle_nl extends ListResourceBundle { /** the Dutch labels */ static final Object[][] contents = { {"filename", "Bestandsnaam"}, {"copy", "Kopieer"}, {"download", "Download"}, {"yes", "Ja"}, {"yes_to_all", "Ja voor allemaal"}, {"no", "Nee"}, {"file_already_exists", "Bestand '<filename>' bestaat reeds."}, {"replace_existing_file", "Wilt u het bestaande bestand vervangen:"}, {"last_modified", "Laatst aangepast:"}, {"file_exists", "Bestand bestaat reeds"}, {"bytes_retrieved", "Bytes ontvangen:"}, {"directory_does_not_exist", "Directory '<directory>' bestaat niet."}, {"downloading", "Downloaden"}, {"file_not_found", "Bestand '<filename>' kan niet gevonden worden"}, {"error_occurred_during_download", "Fout opgetreden tijdens het downloaden van bestand '<filename>'"}, {"permission", "Permissie '<filename>'."}, {"error_occurred", "Fout opgetreden met bestand '<filename>'."}, {"message", "bericht"}, {"of", "van"}, {"file", "Bestand:"}, {"files", "Bestanden:"}, {"progress", "Voortgang:"}, {"cancel", "Annuleer"}, {"size", "Grootte:"}, {"status", "Status:"}, // JFileChooser {"lookInLabelText", "Zoeken in:"}, {"filesOfTypeLabelText", "Bestandstype:"}, {"upFolderToolTipText", "Eén niveau naar boven"}, {"fileNameLabelText", "Bestandsnaam:"}, {"homeFolderToolTipText", "Home"}, {"newFolderToolTipText", "Nieuwe map maken"}, {"listViewButtonToolTipText", "Lijst"}, {"detailsViewButtonToolTipText", "Details"}, {"saveButtonText", "Opslaan"}, {"openButtonText", "Openen"}, {"cancelButtonText", "Annuleren"}, {"updateButtonText", "Wijzigen"}, {"helpButtonText", "Help"}, {"saveButtonToolTipText", "Opslaan geselecteerde bestand"}, {"openButtonToolTipText", "Open geselecteerde bestand"}, {"cancelButtonToolTipText", "Verlaat dialoog"}, {"updateButtonToolTipText", "Wijzig directory structuur"}, {"helpButtonToolTipText", "Help dialoog"}, {"myDialogTitle", "Opslaan"}, {"defaultFileFilterText", "Alle bestanden"}, {"viewMenuLabelText", "Weergave"}, {"refreshActionLabelText", "Vernieuwen"}, {"newFolderActionLabelText", "Nieuwe map"}, {"listViewActionLabelText", "Lijst"}, {"detailsViewActionLabelText", "Details"}, {"saveInLabelText", "Opslaan in:"}, {"fileDateHeaderText", "Gewijzigd op"}, {"fileNameHeaderText", "Bestand"}, {"fileSizeHeaderText", "Grootte"} }; /** * Returns an array of Dutch labels * * @return An array of Dutch labels */ public Object[][] getContents() { return contents; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -