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

📄 labelsbundle_it_it.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 Italian labels. *  * @author Johannes Postma */public class LabelsBundle_it_IT extends ListResourceBundle {	/** the Italian labels */	static final Object[][] contents = {		{"filename", "Nome File"},		{"copy", "Copia"},		{"download", "Download"},		{"yes", "Si"},		{"yes_to_all", "Si per tutt"},		{"no", "No"},		{"file_already_exists", "Il file '<filename>' è già presente."},		{"replace_existing_file", "Desideri sostituire il file esistente:"},		{"last_modified", "Ultima modifica:"},		{"file_exists", "Il file è già presente"},		{"bytes_retrieved", "Il file è già presente:"},		{"directory_does_not_exist", "La cartella '<directory>' non esiste."},		{"downloading", "Download in corso"},		{"file_not_found", "Il file '<filename>' non può essere trovato"},		{"error_occurred_during_download", "Si è verificato un errore durante il download del file '<filename>'"},		{"permission", "Permessi '<filename>'."},		{"error_occurred", "Si è verificato un errore con il file '<filename>'."},		{"message", "Messaggio"},		{"of", "di"},		{"file", "File:"},		{"files", "Files:"},		{"progress", "Progresso:"},		{"cancel", "Cancella"},		{"size", "Dimensione:"},		{"status", "Stato:"},	};		/**	 * Returns an array of Italian labels	 * 	 * @return An array of Italian labels	 */	public Object[][] getContents() {		return contents;	}}

⌨️ 快捷键说明

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