package ColorAndFont;
|
|
import PbuliClass.Systems;
|
|
public class buttonTitle {
|
static String serch="ËÑË÷";
|
static String refresh="Ë¢ÐÂ";
|
static String addOne="ÐÂÔö";
|
static String alert="ÐÞ¸Ä";
|
static String delete="ɾ³ý";
|
static String deleteall="ȫɾ";
|
static String alertall="È«²¿ÐÞ¸Ä";
|
static String Import="µ¼Èë";
|
static String outport="µ¼³ö";
|
static String template="ÏÂÔØÄ£°å";
|
static String more="¸ü¶àÉèÖÃ";
|
static String save="±£´æ";
|
static String analysis="µçÁ¿·ÖÎö";
|
static String home="Ê×Ò³";
|
static String next="ÏÂÒ»Ò³";
|
static String previous="ÉÏÒ»Ò³";
|
static String last="ĩҳ";
|
static String treat="´¦Àí";
|
static String treatAll="È«²¿´¦Àí";
|
static String nodell="δ´¦Àí";
|
static String okdell="δ´¦Àí";
|
static String anchorManage="»ùÕ¾¹ÜÀí";
|
static String unlimited="ÎÞÏÞÖÆ";
|
|
public static String getSerch() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
serch="serch";
|
}
|
return serch;
|
}
|
public static String getRefresh() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
refresh="refresh";
|
}
|
return refresh;
|
}
|
public static String getAddOne() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
addOne="add";
|
}
|
return addOne;
|
}
|
public static String getAlert() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
alert="alert";
|
}
|
return alert;
|
}
|
public static String getDelete() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
delete="delete";
|
}
|
return delete;
|
}
|
public static String getDeleteall() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
deleteall="deleteAll";
|
}
|
return deleteall;
|
}
|
public static String getAlertall() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
alertall="alertAll";
|
}
|
return alertall;
|
}
|
public static String getImport() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
Import="Import";
|
}
|
return Import;
|
}
|
public static String getOutport() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
outport="outport";
|
}
|
return outport;
|
}
|
public static String getTemplate() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
template="template";
|
}
|
return template;
|
}
|
public static String getMore() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
more="more";
|
}
|
return more;
|
}
|
public static String getSave() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
save="save";
|
}
|
return save;
|
}
|
public static String getAnalysis() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
analysis="analysis";
|
}
|
return analysis;
|
}
|
public static String getHome() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
home="home";
|
}
|
return home;
|
}
|
public static String getNext() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
next="next";
|
}
|
return next;
|
}
|
public static String getPrevious() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
previous="previous";
|
}
|
return previous;
|
}
|
public static String getLast() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
last="last";
|
}
|
return last;
|
}
|
public static String getTreat() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
treat="treat";
|
}
|
return treat;
|
}
|
public static String getTreatAll() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
treatAll="treatAll";
|
}
|
return treatAll;
|
}
|
public static String getNodell() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
nodell="nodell";
|
}
|
return nodell;
|
}
|
public static String getOkdell() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
okdell="okdell";
|
}
|
return okdell;
|
}
|
public static String getAnchorManage() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
anchorManage="anchorManage";
|
}
|
return anchorManage;
|
}
|
public static String getUnlimited() {
|
if(Systems.sys().getLanguage().equals("English")) {
|
unlimited="unlimited";
|
}
|
return unlimited;
|
}
|
|
|
}
|