⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 labelsbundle_nl.java

📁 MyDownloader 是一款使用 http 协议(RFC 1867)用于下载一个或多个文件到本地的简单易用的收费 Java 程序.使用托拽操作,你可以在一个页面内下载多个文件.在下载文件的过程当中
💻 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 + -