📄 jfreereportresources_sv.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_de.java
* ----------------------------
*
* $Id: JFreeReportResources_sv.java,v 1.6.2.1 2003/08/24 14:18:11 taqua Exp $
*
* Changes
* -------
*
*
*/
package com.jrefinery.report.resources;
import java.awt.event.KeyEvent;
/**
* Swedish Language Resources.
*
* @author Thomas Dilts
*/
public class JFreeReportResources_sv 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", "Spara som PDF..."},
{"action.save-as.description", "Spara till PDF format"},
{"action.save-as.mnemonic", new Integer(KeyEvent.VK_A)},
{"action.export-to-excel.name", "Exportera till Excel..."},
{"action.export-to-excel.description", "Spara till MS-Excel format"},
{"action.export-to-excel.mnemonic", new Integer(KeyEvent.VK_E)},
{"action.export-to-html.name", "Exportera till html..."},
{"action.export-to-html.description", "Spara till HTML format"},
{"action.export-to-html.mnemonic", new Integer(KeyEvent.VK_H)},
{"action.export-to-csv.name", "Exportera till CSV..."},
{"action.export-to-csv.description", "Spara till CSV format"},
{"action.export-to-csv.mnemonic", new Integer(KeyEvent.VK_C)},
{"action.export-to-plaintext.name", "Spara som text file..."},
{"action.export-to-plaintext.description", "Spara till vanlig text fil"},
{"action.export-to-plaintext.mnemonic", new Integer(KeyEvent.VK_T)},
{"action.page-setup.name", "Sida inst鋖lningar"},
{"action.page-setup.description", "Sida inst鋖lningar"},
{"action.page-setup.mnemonic", new Integer(KeyEvent.VK_G)},
{"action.print.name", "Skriva ut..."},
{"action.print.description", "Skriva ut rapporten"},
{"action.print.mnemonic", new Integer(KeyEvent.VK_P)},
{"action.close.name", "St鋘ga"},
{"action.close.description", "St鋘ga f鰎handsgransknings-f鰊ster"},
{"action.close.mnemonic", new Integer(KeyEvent.VK_C)},
{"action.gotopage.name", "G
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -