jfreereportresources_ca.java

来自「swing编写的库存管理程序。毕业设计类」· Java 代码 · 共 102 行

JAVA
102
字号
/**
 * ========================================
 * 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_ca.java
 * ----------------------------
 * (C)opyright 2000-2002, by Simba Management Limited and Contributors.
 *
 * Original Author:  Marc Casas;
 * Contributor(s):   -;
 *
 * $Id: JFreeReportResources_ca.java,v 1.2 2003/09/14 19:33:24 taqua Exp $
 *
 */
package org.jfree.report.modules.gui.base.resources;

import java.awt.event.KeyEvent;

/**
 * Catalan Language Resources.
 *
 * @author Marc Casas
 */
public class JFreeReportResources_ca extends JFreeReportResources
{
  /**
   * Default Constructor.
   */
  public JFreeReportResources_ca()
  {
  }

  /**
   * 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.close.name", "Tancar"},
        {"action.close.description", "Tancar finestra de vista pr鑦ia"},
        {"action.close.mnemonic", new Integer(KeyEvent.VK_C)},

        {"action.gotopage.name", "Anar a ..."},
        {"action.gotopage.description", "Visualitzar una p鄃ina determinada."},

        {"dialog.gotopage.message", "Introdueix un n鷐ero de p鄃ina"},
        {"dialog.gotopage.title", "Anar a la p鄃ina ..."},

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

        {"action.firstpage.name", "Inici"},
        {"action.firstpage.description", "Anar a la primera p鄃ina"},

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

        {"action.back.name", "Anterior"},
        {"action.back.description", "Anar a la p鄃ina anterior"},

        {"action.forward.name", "Seg黣nt"},
        {"action.forward.description", "Anar a la p鄃ina seg黣nt"},

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

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

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

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

        {"menu.navigation.name", "Navegaci

⌨️ 快捷键说明

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