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

📄 jfreereportresources_fr.java

📁 Java的Web报表库
💻 JAVA
字号:
/**
 * ========================================
 * JFreeReport : a free Java report library
 * ========================================
 *
 * Project Info:  http://www.jfree.org/jfreereport/index.html
 * Project Lead:  Thomas Morgner;
 *
 * (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_fr.java
 * ----------------------------
 * (C)opyright 2000-2002, by Simba Management Limited and Contributors.
 *
 * Original Author:  PR;
 * Contributor(s):   Thomas Morgner;
 *
 * $Id: JFreeReportResources_fr.java,v 1.10.2.1 2003/08/24 14:18:11 taqua Exp $
 *
 */
package com.jrefinery.report.resources;

import java.awt.event.KeyEvent;

/**
 * French Language Resources.
 *
 * @author PR
 */
public class JFreeReportResources_fr extends JFreeReportResources
{
  /**
   * Returns an array of localised resources.
   *
   * @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", "Enregistrer en PDF..."},
        {"action.save-as.description", "Enregistrer au format PDF"},
        {"action.save-as.mnemonic", new Integer(KeyEvent.VK_P)},

        {"action.export-to-excel.name", "Exporter en Excel..."},
        {"action.export-to-excel.description", "Enregistrer au format MS-Excel"},
        {"action.export-to-excel.mnemonic", new Integer(KeyEvent.VK_E)},

        {"action.export-to-html.name", "Exporter en html..."},
        {"action.export-to-html.description", "Enregistrer au format HTML"},
        {"action.export-to-html.mnemonic", new Integer(KeyEvent.VK_H)},

        {"action.export-to-csv.name", "Exporter en CSV..."},
        {"action.export-to-csv.description", "Enregistrer au format CSV"},
        {"action.export-to-csv.mnemonic", new Integer(KeyEvent.VK_C)},

        {"action.export-to-plaintext.name", "Enregistrer en text..."},
        {"action.export-to-plaintext.description", "Enregistrer au format PlainText"},
        {"action.export-to-plaintext.mnemonic", new Integer(KeyEvent.VK_T)},

        {"action.page-setup.name", "Mise en page"},
        {"action.page-setup.description", "Mise en page"},
        {"action.page-setup.mnemonic", new Integer(KeyEvent.VK_M)},

        {"action.print.name", "Impression..."},
        {"action.print.description", "Impression du rapport"},
        {"action.print.mnemonic", new Integer(KeyEvent.VK_I)},

        {"action.close.name", "Fermer"},
        {"action.close.description", "Fermer l'aper鐄 avant impression"},
        {"action.close.mnemonic", new Integer(KeyEvent.VK_F)},

        {"action.gotopage.name", "Aller 

⌨️ 快捷键说明

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