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

📄 jfreereportresources_nl.java

📁 Java的Web报表库
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/**
 * ========================================
 * 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_nl.java
 * ----------------------------
 * (C)opyright 2000-2002, by Simba Management Limited and Contributors.
 *
 * Original Author:  Hendri Smit;
 * Contributor(s):   -;
 *
 * $Id: JFreeReportResources_nl.java,v 1.4.2.2 2003/08/24 14:18:11 taqua Exp $
 */
package com.jrefinery.report.resources;

import java.awt.event.KeyEvent;

/**
 * Dutch Language Resources.
 *
 * @author Hendri Smit
 */
public class JFreeReportResources_nl 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", "Opslaan als PDF..."},
        {"action.save-as.description", "Opslaan in PDF-formaat"},
        {"action.save-as.mnemonic", new Integer(KeyEvent.VK_L)},

        {"action.page-setup.name", "Pagina-instelling..."},
        {"action.page-setup.description", "Pagina instellen"},
        {"action.page-setup.mnemonic", new Integer(KeyEvent.VK_G)},

        {"action.export-to-plaintext.name", "Opslaan als Tekst Bestand..."},
        {"action.export-to-plaintext.description", "Opslaan als Tekst zonder opmaak"},
        {"action.export-to-plaintext.mnemonic", new Integer(KeyEvent.VK_T)},

        {"action.export-to-excel.name", "Exporteren naar Excel..."},
        {"action.export-to-excel.description", "Opslaan in MS-Excel formaat"},
        {"action.export-to-excel.mnemonic", new Integer(KeyEvent.VK_X)},

        {"action.export-to-html.name", "Exporteren naar HTML..."},
        {"action.export-to-html.description", "Opslaan in HTML formaat"},
        {"action.export-to-html.mnemonic", new Integer(KeyEvent.VK_H)},

        {"action.export-to-csv.name", "Exporteren naar CSV..."},
        {"action.export-to-csv.description", "Opslaan in CSV formaat"},
        {"action.export-to-csv.mnemonic", new Integer(KeyEvent.VK_C)},

        {"action.print.name", "Afdrukken..."},
        {"action.print.description", "Afdrukken"},
        {"action.print.mnemonic", new Integer(KeyEvent.VK_D)},

        {"action.close.name", "Sluiten"},
        {"action.close.description", "Sluit afdrukvoorbeeld"},
        {"action.close.mnemonic", new Integer(KeyEvent.VK_S)},

        {"action.gotopage.name", "Ga naar..."},
        {"action.gotopage.description", "Ga naar opgegeven pagina"},

        {"dialog.gotopage.message", "Geef pagina nummer"},
        {"dialog.gotopage.title", "Ga naar pagina ..."},

        {"action.about.name", "Info..."},
        {"action.about.description", "Informatie over de applicatie"},
        {"action.about.mnemonic", new Integer(KeyEvent.VK_I)},

        {"action.firstpage.name", "Begin"},
        {"action.firstpage.description", "Ga naar de eerste pagina"},

        {"action.lastpage.name", "Einde"},
        {"action.lastpage.description", "Ga naar de laatste pagina"},

        {"action.back.name", "Terug"},
        {"action.back.description", "Ga naar de vorige pagina"},

        {"action.forward.name", "Verder"},
        {"action.forward.description", "Ga naar de volgende pagina"},

        {"action.zoomIn.name", "Vergroten"},
        {"action.zoomIn.description", "Inzoomen"},

        {"action.zoomOut.name", "Verkleinen"},
        {"action.zoomOut.description", "Uitzoomen"},

        {"menu.navigation.name", "Navigatie"},
        {"menu.navigation.mnemonic", new Character ('N')},

        {"menu.zoom.name", "In-/Uitzoomen"},
        {"menu.zoom.mnemonic", new Character ('Z')},

        {"preview-frame.title", "Afdrukvoorbeeld"},

        {"menu.file.name", "Bestand"},
        {"menu.file.mnemonic", new Character('B')},

        {"menu.help.name", "Help"},
        {"menu.help.mnemonic", new Character('H')},

        {"file.save.pdfdescription", "PDF Documenten"},
        {"statusline.pages", "Pagina {0} van {1}"},
        {"statusline.error", "Er is een fout ontstaan in de report generatie: {0}"},
        {"statusline.repaginate", "Paginanummering berekenen..."},
        {"error.processingfailed.title", "Fout tijdens report generatie"},
        {"error.processingfailed.message", "Report generatie mislukt: {0}"},
        {"error.savefailed.message", "Opslaan als PDF mislukt: {0}"},
        {"error.savefailed.title", "Fout tijdens opslaan"},
        {"error.printfailed.message", "Afdrukken mislukt: {0}"},
        {"error.printfailed.title", "Fout tijdens afdrukken"},
        {"error.validationfailed.message", "Validatie van gebruikersinvoer mislukt."},
        {"error.validationfailed.title", "Fout tijdens validatie"},

        {"tabletarget.page", "Pagina {0}"},

        {"pdfsavedialog.warningTitle", "Waarschuwing"},
        {"pdfsavedialog.dialogtitle", "Opslaan in PDF formaat..."},
        {"pdfsavedialog.filename", "Bestandsnaam"},
        {"pdfsavedialog.author", "Auteur"},
        {"pdfsavedialog.title", "Titel"},
        {"pdfsavedialog.selectFile", "Selecteer Bestand"},
        {"pdfsavedialog.security", "Beveiligingsinstellingen en Encryptie"},
        {"pdfsavedialog.encoding", "Encoderen"},

        {"pdfsavedialog.securityNone", "Geen Beveiliging"},
        {"pdfsavedialog.security40bit", "Encryptie met 40 bit sleutels"},
        {"pdfsavedialog.security128bit", "Encryptie met 128 bit sleutels"},
        {"pdfsavedialog.userpassword", "Gebruikerswachtwoord"},
        {"pdfsavedialog.userpasswordconfirm", "Herhalen"},
        {"pdfsavedialog.userpasswordNoMatch", "De gebruikerswachtwoorden komen niet overeen."},
        {"pdfsavedialog.ownerpassword", "Eigenaarswachtwoord"},
        {"pdfsavedialog.ownerpasswordconfirm", "Herhalen"},
        {"pdfsavedialog.ownerpasswordNoMatch", "De eigenaarswachtwoorden komen niet overeen."},

        {"pdfsavedialog.ownerpasswordEmpty", "Het eigenaarswachtwoord is leeg. Gebruikers kunnen "
      + "beveiligingsinstellingen wijzigen. Doorgaan?"},

        {"pdfsavedialog.errorTitle", "Fout"},
        {"pdfsavedialog.targetIsEmpty", "Geef een bestandsnaam voor het PDF bestand."},
        {"pdfsavedialog.targetIsNoFile", "Doelbestand is ongeldig."},
        {"pdfsavedialog.targetIsNotWritable", "Doelbestand kan niet worden beschreven."},

⌨️ 快捷键说明

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