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

📄 autoexportresources.java

📁 Rapla是一个灵活的多用户资源管理系统。它提供的一些功能有:日历GUI
💻 JAVA
字号:
/*******************************************
 * Autogenerated file. Please do not edit. *
 * Edit the *Resources.xml file.           *
 *******************************************/

package org.rapla.plugin.autoexport;
import java.util.ListResourceBundle;
import java.util.ResourceBundle;

public class AutoExportResources extends ListResourceBundle {
  public Object[][] getContents() { return contents; }
  public void setParent(ResourceBundle parent) { super.setParent(parent); }
  static final Object[][] contents = { {"",""} 
   , { "autoexport","autoexport"}
   , { "autoexport.description","Export calendar to HTML"}
   , { "autoexport.option.description","The following views are currently stored:"}
   , { "calendar_list","exported calendars"}
   , { "file.enter_name","Name for the view"}
   , { "hint_to_option","Export successfull!<br/>You can edit the list of views in options/autoexport."}
   , { "show_navigation","Show navigation bar"}
  };
}

⌨️ 快捷键说明

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