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

📄 jfreereportresources_es.java

📁 Java的Web报表库
💻 JAVA
字号:
/**
 * ========================================
 * JFreeReport : a free Java report library
 * ========================================
 *
 * Project Info:  http://www.jfree.org/jfreereport/index.html
 * Project Lead:  David Gilbert (david.gilbert@object-refinery.com)
 *
 * (C) Copyright 2000-2003, by Simba Management Limited and Contributors.
 *
 * This library is free software; you can redistribute it and/or modify it under the terms
 * of the GNU Lesser General Public License as published by the Free Software Foundation;
 * either version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License along with this
 * library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 * Boston, MA 02111-1307, USA.
 *
 * ----------------------------
 * JFreeReportResources_es.java
 * ----------------------------
 * (C)opyright 2000-2002, by Simba Management Limited and Contributors.
 *
 * Original Author:  Ramon Juanes;
 * Contributor(s):   -;
 *
 * $Id: JFreeReportResources_es.java,v 1.7 2003/06/29 16:59:27 taqua Exp $
 *
 */
package com.jrefinery.report.resources;

import java.awt.event.KeyEvent;

/**
 * Spanish Language Resources.
 *
 * @author Ramon Juanes
 */
public class JFreeReportResources_es extends JFreeReportResources
{

  /**
   * Returns the array of strings in the resource bundle.
   *
   * @return an array of localised resources.
   */
  public Object[][] getContents()
  {
    return CONTENTS;
  }

  /** The resources to be localised. */
  private static final Object[][] CONTENTS =
      {
        {"action.save-as.name", "Guardar como..."},
        {"action.save-as.description", "Guardar en formato PDF"},
        {"action.save-as.mnemonic", new Integer(KeyEvent.VK_G)},

        {"action.page-setup.name", "Configurar P醙ina"},
        {"action.page-setup.description", "Configurar P醙ina"},
        {"action.page-setup.mnemonic", new Integer(KeyEvent.VK_P)},

        {"action.print.name", "Imprimir..."},
        {"action.print.description", "Imprimir el documento"},
        {"action.print.mnemonic", new Integer(KeyEvent.VK_I)},

        {"action.close.name", "Cerrar"},
        {"action.close.description", "Cerrar ventana de vista previa"},
        {"action.close.mnemonic", new Integer(KeyEvent.VK_C)},

        {"action.gotopage.name", "Ir a ..."},
        {"action.gotopage.description", "Visualizar una p醙ina determinada."},

        {"dialog.gotopage.message", "Introduce un n鷐ero de p醙ina"},
        {"dialog.gotopage.title", "Ir a la p醙ina ..."},

        {"action.about.name", "Acerca de..."},
        {"action.about.description", "Acerca de JFreeReport"},
        {"action.about.mnemonic", new Integer(KeyEvent.VK_A)},

        {"action.firstpage.name", "Inicio"},
        {"action.firstpage.description", "Ir a la primera p醙ina"},

        {"action.lastpage.name", "Final"},
        {"action.lastpage.description", "Ir a la 鷏tima p醙ina"},

        {"action.back.name", "Anterior"},
        {"action.back.description", "Ir a la p醙ina anterior"},

        {"action.forward.name", "Siguiente"},
        {"action.forward.description", "Ir a la p醙ina siguiente"},

        {"action.zoomIn.name", "Aumentar Zoom"},
        {"action.zoomIn.description", "Aumentar el zoom"},

        {"action.zoomOut.name", "Disminuir Zoom"},
        {"action.zoomOut.description", "Disminuir el zoom"},

        {"preview-frame.title", "Vista preliminar"},

        {"menu.file.name", "Archivo"},
        {"menu.file.mnemonic", new Character('A')},

        {"menu.help.name", "Ayuda"},
        {"menu.help.mnemonic", new Character('Y')},

        {"file.save.pdfdescription", "Ficheros PDF"},
        {"statusline.pages", "P醙ina {0} de {1}"},
        {"statusline.error", "Error al generar el documento: {0}"},
        {"error.processingfailed.title", "Error en la ejecuci髇"},
        {"error.processingfailed.message", "Error de ejecuci髇: {0}"},
        {"error.savefailed.message", "Error de gravaci髇: {0}"},
        {"error.savefailed.title", "Error en la gravaci髇"},
        {"error.printfailed.message", "Error de impresi髇: {0}"},
        {"error.printfailed.title", "Error en la impresi髇"},

        {"tabletarget.page", "P醙ina {0}"},

        {"pdfsavedialog.dialogtitle", "Guardar documento en formato PDF ..."},
        {"pdfsavedialog.filename", "Nombre fichero"},
        {"pdfsavedialog.author", "Autor"},
        {"pdfsavedialog.title", "T韙ulo"},
        {"pdfsavedialog.selectFile", "Buscar"},
        {"pdfsavedialog.security", "Datos de Seguridad y Cifrado"},

        {"pdfsavedialog.securityNone", "Sin seguridad"},
        {"pdfsavedialog.security40bit", "Cifrar con clave de 40 bits"},
        {"pdfsavedialog.security128bit", "Cifrar con clave de 128 bits"},
        {"pdfsavedialog.userpassword", "Contrase馻 de usuario"},
        {"pdfsavedialog.userpasswordconfirm", "Confirmar"},
        {"pdfsavedialog.userpasswordNoMatch", "Error al confirmar la contrase馻 de usuario."},
        {"pdfsavedialog.ownerpassword", "Contrase馻 de propietario"},
        {"pdfsavedialog.ownerpasswordconfirm", "Confirmar"},
        {"pdfsavedialog.ownerpasswordNoMatch",
         "Error al confirmar la contrase馻 de propietario."},

        {"pdfsavedialog.errorTitle", "Error"},
        {"pdfsavedialog.targetIsEmpty", "Introduce el nombre del fichero PDF."},
        {"pdfsavedialog.targetIsNoFile", "Destino no v醠ido."},
        {"pdfsavedialog.targetIsNotWritable", "No se puede escribir el fichero."},
        {"pdfsavedialog.targetOverwriteConfirmation",
         "Ya existe un fichero: ''{0}'' . 緿esea sobreescribirlo?"},
        {"pdfsavedialog.targetOverwriteTitle", "Aviso"},


        {"pdfsavedialog.allowCopy", "Copiable"},
        {"pdfsavedialog.allowPrinting", "Imprimible"},
        {"pdfsavedialog.allowDegradedPrinting", "Imprimible en baja calidad"},
        {"pdfsavedialog.allowScreenreader", "Autorizar 'Screenreaders'"},
        {"pdfsavedialog.allowAssembly", "Reensamblable"},
        {"pdfsavedialog.allowModifyContents", "Contenido modificable"},
        {"pdfsavedialog.allowModifyAnnotations", "Anotaciones modificables"},
        {"pdfsavedialog.allowFillIn", "Campos formularios rellenables"},

        {"pdfsavedialog.option.noprinting", "No imprimible"},
        {"pdfsavedialog.option.degradedprinting", "Imprimible en baja calidad"},
        {"pdfsavedialog.option.fullprinting", "Inprimible"},

        {"pdfsavedialog.cancel", "Cancelar"},
        {"pdfsavedialog.confirm", "Aceptar"},

      };


  /**
   * Debugging method, prints all defined contents.
   *
   * @param args not used
   */
  public static void main(final String[] args)
  {
    ResourceCompareTool.main(new String[]{"es"});
  }

}

⌨️ 快捷键说明

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