?? demoresources_fr.java
字號:
/* ===============
* JFreeChart Demo
* ===============
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Project Lead: David Gilbert (david.gilbert@object-refinery.com);
*
* (C) Copyright 2000-2003, by Object Refinery Limited and Contributors.
*
* This program is free software; you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation;
* either version 2 of the License, or (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this program;
* if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307, USA.
*
* ---------------------
* DemoResources_fr.java
* ---------------------
* (C) Copyright 2002, by Anthony Boulestreau.
*
* Original Author: Anthony Boulestreau;
* Contributor(s): -;
*
* $Id: DemoResources_fr.java,v 1.2 2003/06/05 07:22:20 mungady Exp $
*
* Changes
* -------
* 26-Mar-2002 : Version 1 (AB);
* 24-Oct-2002 : Fixed errors reported by Checkstyle (DG);
*
*/
package org.jfree.chart.demo.resources;
import java.util.ListResourceBundle;
/**
* Localised resources for France.
*
* @author AB
*/
public class DemoResources_fr extends ListResourceBundle {
/**
* Returns the array of strings in the resource bundle.
*
* @return the resources.
*/
public Object[][] getContents() {
return CONTENTS;
}
/** The resources to be localised. */
private static final Object[][] CONTENTS = {
// about frame...
{"about.title", "A propos de..."},
{"about.version.label", "Version"},
// menu labels...
{"menu.file", "Fichier"},
{"menu.file.mnemonic", new Character('F')},
{"menu.file.exit", "Sortie"},
{"menu.file.exit.mnemonic", new Character('x')},
{"menu.help", "Aide"},
{"menu.help.mnemonic", new Character('H')},
{"menu.help.about", "A propos de..."},
{"menu.help.about.mnemonic", new Character('A')},
// dialog messages...
{"dialog.exit.title", "Confirmation de fermeture..."},
{"dialog.exit.message", "Etes vous certain de vouloir sortir?"},
// labels for the tabs in the main window...
{"tab.bar", "Diagrammes en Barre"},
{"tab.pie", "Diagrammes en Secteur"},
{"tab.xy", "Diagrammes XY"},
{"tab.time", "Diagrammes de S閞ies Temporelles"},
{"tab.other", "Autres Diagrammes"},
{"tab.test", "Diagrammes de Test"},
{"tab.combined", "Diagrammes Combin閟"},
// sample chart descriptions...
{"chart1.title", "Diagramme en Barre Horizontale: "},
{"chart1.description", "Affiche des barre horizontale
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -