update report menu item names

This commit is contained in:
zhaowei8188127 2014-01-07 21:17:34 +08:00
parent a8676e257b
commit 771353e634
3 changed files with 8 additions and 6 deletions

View File

@ -150,11 +150,11 @@ HAFlow.Main.prototype.initReportListTree = function() {
});
this.menu.reportTreeMenu.newReportMenuItem = new dijit.MenuItem({
id: "newReportMenuItem",
label: myfile.newReport
label: myfile.newGridReport
});
this.menu.reportTreeMenu.newFloatReportMenuItem = new dijit.MenuItem({
id: "newFloatReportMenuItem",
label: myfile.newReport
label: myfile.newFloatReport
});
this.menu.reportTreeMenu.newReportDirectoryMenuItem = new dijit.MenuItem({
id: "newReportDirectoryMenuItem",

View File

@ -67,7 +67,8 @@ myfile={
"deleteNode":"Delete Node",
"HDFSPath":"HDFS Path",
"saveConfiguration":"Save Configuration",
"newReport":"New Report",
"newGridReport":"New Grid Report",
"newFloatReport":"New Float Report",
"newReportDirectory":"New Report Directory",
"console":"Console",
"information":"Property",
@ -78,5 +79,5 @@ myfile={
"path":"Path",
"size":"Size",
"flowInfo":"Flow Info"
}
};

View File

@ -69,7 +69,8 @@
"deleteNode":"删除节点",
"HDFSPath":"HDFS路径",
"saveConfiguration":"保存配置",
"newReport":"新建报表",
"newGridReport":"新建表格报表",
"newFloatReport":"新建自由报表",
"newReportDirectory":"新建报表文件夹",
"console":"控制台",
"information":"配置信息",
@ -80,5 +81,5 @@
"path":"路径",
"size":"大小",
"flowInfo":"流程信息",
}
};