Fix translate accounts/page/accounts_home/accounts_home.js

This commit is contained in:
Bárbara Perretti 2013-10-15 15:22:20 -03:00
parent c4e70c38b6
commit 8bf1374abf

View File

@ -88,12 +88,12 @@ wn.module_page["Accounts"] = [
{ {
"label": wn._("Period Closing Voucher"), "label": wn._("Period Closing Voucher"),
"doctype": "Period Closing Voucher", "doctype": "Period Closing Voucher",
description: "Close Balance Sheet and book Profit or Loss." description: wn._("Close Balance Sheet and book Profit or Loss.")
}, },
{ {
"page":"voucher-import-tool", "page":"voucher-import-tool",
"label": wn._("Voucher Import Tool"), "label": wn._("Voucher Import Tool"),
"description": "Import accounting entries from CSV." "description": wn._("Import accounting entries from CSV.")
}, },
] ]
}, },
@ -105,7 +105,7 @@ wn.module_page["Accounts"] = [
"label": wn._("Accounts Settings"), "label": wn._("Accounts Settings"),
"route": "Form/Accounts Settings", "route": "Form/Accounts Settings",
"doctype":"Accounts Settings", "doctype":"Accounts Settings",
"description": "Settings for Accounts" "description": wn._("Settings for Accounts")
}, },
{ {
"label": wn._("Sales Taxes and Charges Master"), "label": wn._("Sales Taxes and Charges Master"),
@ -150,7 +150,7 @@ wn.module_page["Accounts"] = [
{ {
"doctype":"C-Form", "doctype":"C-Form",
"label": wn._("C-Form"), "label": wn._("C-Form"),
description: "C-Form records", description: wn._("C-Form records"),
country: "India" country: "India"
} }
] ]