Merge pull request #1 from shackbarth/keith1
[xtuple] / enyo-client / extensions / source / sales / client / en / strings.js
1 /*jshint node:true, indent:2, curly:false, eqeqeq:true, immed:true,
2 latedef:true, newcap:true, noarg:true, regexp:true, undef:true,
3 strict:true, trailing:true, white:true */
4 /*global XT:true */
5
6 (function () {
7   "use strict";
8
9   var lang = XT.stringsFor("en_US", {
10     "_acceptsBackOrders": "Accepts Back Orders",
11     "_acceptsPartialShipments": "Accepts Partial Shipments",
12     "_allowASAPShipSchedules": "Allow ASAP Schedule Dates",
13     "_allowDiscounts": "Allow Price Discounts",
14     "_allowFreeFormShiptos": "Allow Free Form Ship-Tos",
15     "_authorizedCredit": "Authorized Credit",
16     "_autoAllocateCreditMemos": "Allocate Credit Memos to New Sales Order on Save",
17     "_autoSelectForBilling": "Check 'Select for Billing' option on Ship Order",
18     "_bookings": "Bookings",
19     "_bookingsNext30Days": "Bookings Next 30 Days",
20     "_convert": "Convert",
21     "_creditControl": "Credit Control",
22     "_creditMemo": "Credit Memo",
23     "_current": "Current",
24     "_currentDate": "Current Date",
25     "_customerAddress": "Customer Address",
26     "_customerDefaults": "Customer Defaults",
27     "_customerTypes": "Customer Types",
28     "_cutOffDay": "Cutoff Day",
29     "_dateControl": "Date Control",
30     "_disableSalesOrderPriceOverride": "Disallow Override of Sale Price on Sales Order",
31     "_doNotUpdate": "Do Not Update",
32     "_enableSOShipping": "Enable Shipping Interface from Sales Order screen",
33     "_firmSalesOrdersWhenAddedToPackingList": "Firm Sales Orders when added to Packing List Batch",
34     "_fiveYears": "Five Years",
35     "_freightPricing": "Freight Pricing",
36     "_hideSOMiscCharge": "Hide Misc. Charge on Sales Order screen",
37     "_ignoreIfDiscounted": "Ignore if Discounted",
38     "_includePackageWeight": "Include Package Weight in Freight Calculation",
39     "_invoice": "Invoice",
40     "_invoiceDateSource": "Invoice Date Source",
41     "_maintainCustomerEmailProfiles": "Maintain Customer Email Profiles",
42     "_maintainSalesEmailProfiles": "Maintain Sales Email Profiles",
43     "_postCustomerChanges": "Post Customer Changes",
44     "_postSalesOrderChanges": "Post Sales Order Changes",
45     "_priceControl": "Price Control",
46     "_priceEffectiveDate": "Price Effective Date",
47     "_pricing": "Pricing",
48     "_pricingOnLineItemEdits": "Pricing on Line Item edits",
49     "_printCreditMemos": "Print Credit Memos",
50     "_printSalesOrder": "Print Sales Order",
51     "_process": "Process",
52     "_processCreditCards": "Process Credit Cards",
53     "_prompt": "Prompt",
54     "_restrictCreditMemos": "Restrict Credit Memos to Items on their Apply-to Document",
55     "_sales": "Sales",
56     "_salesDescription": "Customer and Sales Order Management",
57     "_salesHistory": "Sales History",
58     "_salesHistoryLast30Days": "Sales History Last 30 Days",
59     "_salesOrder": "Sales Order",
60     "_salesOrderAck": "Sales Order Acknowledgement",
61     "_scheduled": "Scheduled",
62     "_scheduledDate": "Scheduled Date",
63     "_shipControl": "Ship Control",
64     "_shipDate": "Ship Date",
65     "_shipTo": "Ship To",
66     "_showQuotesAfterConverted": "Show Quotes after Conversion to SO",
67     "_showSaveAndAddbutton": "Show 'Save and Add to Packing List' Button on Sales Order",
68     "_termsType": "Terms Type",
69     "_thisWeek": "This Week",
70     "_thisMonth": "This Month",
71     "_thisYear": "This Year",
72     "_timeFrame": "Time Frame",
73     "_twoYears": "Two Years",
74     "_today": "Today",
75     "_update": "Update",
76     "_useCalculatedFreightPricing": "Use calculated Freight values by default",
77     "_usePromiseDates": "Enable Promise Dates",
78     "_viewSalesHistory": "View Sales History"
79   });
80
81   if (typeof exports !== 'undefined') {
82     exports.language = lang;
83   }
84 }());