added translations to report py file.

This commit is contained in:
81552433qqcom
2014-09-11 16:15:27 +08:00
committed by Anand Doshi
parent 351be9ca42
commit 951da0ca3d
32 changed files with 164 additions and 153 deletions

View File

@@ -28,7 +28,7 @@ erpnext.SupportAnalytics = frappe.views.GridReportWithPlot.extend({
filters: [
{fieldtype:"Select", label: __("Fiscal Year"), link:"Fiscal Year",
default_value: "Select Fiscal Year..."},
default_value: __("Select Fiscal Year") + "..."},
{fieldtype:"Date", label: __("From Date")},
{fieldtype:"Label", label: __("To")},
{fieldtype:"Date", label: __("To Date")},