📄 notificationresources.java
字号:
/*******************************************
* Autogenerated file. Please do not edit. *
* Edit the *Resources.xml file. *
*******************************************/
package org.rapla.plugin.notification;
import java.util.ListResourceBundle;
import java.util.ResourceBundle;
public class NotificationResources extends ListResourceBundle {
public Object[][] getContents() { return contents; }
public void setParent(ResourceBundle parent) { super.setParent(parent); }
static final Object[][] contents = { {"",""}
, { "appointment.add","New appointment for [{0}]:"}
, { "appointment.change","Appointment changed for [{0}] from:"}
, { "appointment.remove","Removed appointment for [{0}]:"}
, { "complete_reservation","complete event"}
, { "mail_body","The following allocation changes have been made:"}
, { "mail_subject","Rapla: Allocation change of [{0}]"}
, { "modified_by","modified by {0}"}
, { "moved_to","to"}
, { "notification.option.description","mail for every allocation-change of the listed resources and persons"}
, { "notification_options","notification options"}
, { "notify_if_owner","Also notify on modification of own events."}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -