01: /*******************************************
02: * Autogenerated file. Please do not edit. *
03: * Edit the *Resources.xml file. *
04: *******************************************/package org.rapla.plugin.autoexport;
05:
06: import java.util.ListResourceBundle;
07: import java.util.ResourceBundle;
08:
09: public class AutoExportResources extends ListResourceBundle {
10: public Object[][] getContents() {
11: return contents;
12: }
13:
14: public void setParent(ResourceBundle parent) {
15: super .setParent(parent);
16: }
17:
18: static final Object[][] contents = {
19: { "", "" },
20: { "autoexport", "autoexport" },
21: { "autoexport.description", "Export calendar to HTML" },
22: { "autoexport.option.description",
23: "The following views are currently stored:" },
24: { "calendar_list", "exported calendars" },
25: { "file.enter_name", "Name for the view" },
26: { "hint_to_option",
27: "Export successfull!<br/>You can edit the list of views in options/autoexport." },
28: { "show_navigation", "Show navigation bar" } };
29: }
|