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

📄 labelsbundle_es.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 Spanish labels. *  * @author Johannes Postma */public class LabelsBundle_es extends ListResourceBundle {	/** the Spanish labels */	static final Object[][] contents = {		{"filename", "Nombre del fichero"},		{"copy", "Copia"},		{"download", "Descarga"},		{"yes", "Si"},		{"yes_to_all", "Si a todo"},		{"no", "No"},		{"file_already_exists", "El fichero '<filename>' ya existe."},		{"replace_existing_file", "Desea remplazar el archivo existente:"},		{"last_modified", "Última modificación:"},		{"file_exists", "El fichero ya existe"},		{"bytes_retrieved", "Bytes descargados:"},		{"directory_does_not_exist", "El directorio '<directory>' no existe."},		{"downloading", "Descargando"},		{"file_not_found", "El fichero '<filename>' no se puede encontrar"},		{"error_occurred_during_download", "Ocurrió un error durante la descarga del fichero '<filename>'"},		{"permission", "Permiso '<filename>'."},		{"error_occurred", "Ocurrió un error con el archivo '<filename>'."},		{"message", "mensaje"},		{"of", "de"},		{"file", "Fichero:"},		{"files", "Ficheros:"},		{"progress", "Progreso:"},		{"cancel", "Cancelar"},		{"size", "Tamaño:"},		{"status", "Estado:"},				// JFileChooser		{"lookInLabelText", "Mirar en:"},		{"filesOfTypeLabelText", "Archivos del Tipo:"},		{"upFolderToolTipText", "Subir un nivel"},		{"fileNameLabelText", "Nombre archivo:"},		{"homeFolderToolTipText", "Home"},		{"newFolderToolTipText", "Crear una nueva carpeta"},		{"listViewButtonToolTipText", "Lista"},		{"detailsViewButtonToolTipText", "Detalles"},		{"saveButtonText", "Grabar"},		{"openButtonText", "Abrir"},		{"cancelButtonText", "Cancelar"},		{"updateButtonText", "Actualizar"},		{"helpButtonText", "Ayuda"},		{"saveButtonToolTipText", "Grabar archivos Seleccionados"},		{"openButtonToolTipText", "Abrir archivos seleccionados"},		{"cancelButtonToolTipText", "Interrumpir dialogo de Archivo"},		{"updateButtonToolTipText", "Actualizar directorio"},		{"helpButtonToolTipText", "Seleccionar archivo de ayuda"},		{"myDialogTitle", "Guardar"},		{"defaultFileFilterText", "Todos ficheros"},		{"viewMenuLabelText", "Vista"},		{"refreshActionLabelText", "Actualizar"},		{"newFolderActionLabelText", "Nueva Carpeta"},		{"listViewActionLabelText", "Lista"},		{"detailsViewActionLabelText", "Detalles"},		{"saveInLabelText", "Guardar En:"},		{"fileDateHeaderText", "Modificado"},		{"fileNameHeaderText", "Fichero"},		{"fileSizeHeaderText", "Tamaño"}		};		/**	 * Returns an array of Spanish labels	 * 	 * @return An array of Spanish labels	 */	public Object[][] getContents() {		return contents;	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -