Merge pull request #954 from jrogelstad/20438
[xtuple] / enyo-client / application / source / 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 // Place strings you want to localize here.  In your app, use the key and
7 // localize it using "key string".loc().  HINT: For your key names, use the
8 // english string with an underscore in front.  This way you can still see
9 // how your UI will look and you'll notice right away when something needs a
10 // localized string added to this file!
11
12 (function () {
13   "use strict";
14
15   var lang = XT.stringsFor("en_US", {
16
17     // ********
18     // Models
19     // ********
20
21     "_analysis": "Analysis",
22     "_all": "All",
23     "_annualy": "Annually",
24     "_asset": "Asset",
25     "_assigned": "Assigned",
26     "_automatic": "Automatic",
27     "_automaticOverride": "Override Allowed",
28     "_biWeekly": "Bi-Weekly",
29     "_closed": "Closed",
30     "_commission": "Commission",
31     "_completed": "Completed",
32     "_concept": "Concept",
33     "_confirmed": "Confirmed",
34     "_daily": "Daily",
35     "_database": "Database",
36     "_databaseInformation": "Database Information",
37     "_effectiveDate": "Effective Date",
38     "_equity": "Equity",
39     "_expense": "Expense",
40     "_expirationDate": "Expiration Date",
41     "_exportVcf": "Export VCF",
42     "_feedback": "Feedback",
43     "_hourly": "Hourly",
44     "_individual": "Individual",
45     "_information": "Information",
46     "_inProcess": "In Process",
47     "_liability": "Liability",
48     "_manual": "Manual",
49     "_monthly": "Monthly",
50     "_new": "New",
51     "_organization": "Organization",
52     "_resolved": "Resolved",
53     "_revenue": "Revenue",
54     "_salaried": "Salaried",
55     "_systemConfiguration": "System Configuration",
56     "_weekly": "Weekly",
57
58     // ********
59     // Labels
60     // ********
61     "_above": "Above",
62     "_abbreviation": "Abbreviation",
63     "_abbreviationLong": "Abbreviation Long",
64     "_abbreviationShort": "Abbreviation Short",
65     "_account": "Account",
66     "_accounting": "Accounting",
67     "_accountNumber": "Account Number",
68     "_accountNumberGeneration": "Account Number Generation",
69     "_accountType": "Account Type",
70     "_accounts": "Accounts",
71     "_active": "Active",
72     "_actual": "Actual",
73     "_actualClose": "Actual Close",
74     "_actualExpenses": "Actual Expenses",
75     "_actualExpensesTotal": "Total Expenses Actual",
76     "_actualHours": "Actual Hours",
77     "_actualHoursTotal": "Total Hours Actual",
78     "_additional": "Additional",
79     "_address": "Address",
80     "_address1": "Address1",
81     "_address2": "Address2",
82     "_address3": "Address3",
83     "_addressCharacteristic": "Address Characteristic",
84     "_addressComment": "Address Comment",
85     "_addresses": "Addresses",
86     "_advanced" : "Advanced",
87     "_alarms": "Alarms",
88     "_allocatedCredit": "Allocated Credit",
89     "_allowableItems": "Allowable Items",
90     "_altEmphasisColor": "Alt Emphasis Color",
91     "_alternate": "Alternate",
92     "_alternateAddresses": "Alternate Addresses",
93     "_amEx": "AmEx",
94     "_amount": "Amount",
95     "_and": "and",
96     "_array": "Array",
97     "_ascending": "Ascending",
98     "_assignDate": "Assign Date",
99     "_assignedTo": "Assigned To",
100     "_attach": "Attach",
101     "_authorize": "Authorize",
102     "_averageCost": "Average Cost",
103     "_backorder": "Accepts Backorders",
104     "_balance": "Balance",
105     "_balanceExpensesTotal": "Balance Expenses Total",
106     "_balanceExpenses": "Balance Expenses",
107     "_balanceHours": "Balance Hours",
108     "_balanceForward": "Balance Forward",
109     "_balanceHoursTotal": "Balance Hours Total",
110     "_balanceMethod": "Balance Method",
111     "_basis": "Basis",
112     "_bcc": "Bcc",
113     "_billingContact": "Billing Contact",
114     "_billingRate": "Billing Rate",
115     "_billTo": "Bill To",
116     "_billtoAddress1": "Bill To Address",
117     "_billtoName": "Bill To Name",
118     "_blanketPurchaseOrders": "Uses Blanket Purchase Orders",
119     "_body": "Body",
120     "_boolean": "Boolean",
121     "_breeder": "Breeder",
122     "_budgeted": "Budgeted",
123     "_budgetedExpenses": "Budgeted Expenses",
124     "_budgetedExpensesTotal": "Total Expenses Budgeted",
125     "_budgetedHours": "Budgeted Hours",
126     "_budgetedHoursTotal": "Total Hours Budgeted",
127     "_byProduct": "By Product",
128     "_canCreateUsers": "Can Create Users",
129     "_category": "Category",
130     "_cc": "Cc",
131     "_ccv": "CCV",
132     "_changeAll?": "Would you like to update the address across them all?",
133     "_changeLog": "Change Log",
134     "_characteristic": "Characteristic",
135     "_characteristicType": "Characteristic Type",
136     "_characteristicOption": "Characteristic Option",
137     "_class": "Class",
138     "_classCode": "Class Code",
139     "_classCodes": "Class Codes",
140     "_close": "Close",
141     "_closeDate": "Close Date",
142     "_code": "Code",
143     "_configure": "Configure",
144     "_commentType": "Comment Type",
145     "_commentsEditable": "Comments Editable",
146     "_company": "Company",
147     "_competitor": "Competitor",
148     "_completeDate": "Complete Date",
149     "_configureSO": "Configure Sales Orders",
150     "_contact": "Contact",
151     "_contactRelations": "Contacts",
152     "_contacts": "Contacts",
153     "_coProduct": "Co-Product",
154     "_copyToShipTo": "Ship To",
155     "_costCategories": "Cost Categories",
156     "_costCategory": "Cost Category",
157     "_costMethod": "Cost Method",
158     "_costing": "Costing",
159     "_costs": "Costs",
160     "_county": "County",
161     "_correspondenceContact": "Correspondence Contact",
162     "_countries": "Countries",
163     "_created": "Created",
164     "_createdBy": "Created By",
165     "_credit": "Credit",
166     "_creditCard": "Credit Card",
167     "_creditCards": "Credit Cards",
168     "_creditHolding": "On Credit Holding",
169     "_creditLimit": "Credit Limit",
170     "_creditRating": "Credit Rating",
171     "_creditStatus": "Credit Status",
172     "_creditWarning": "On Credit Warning",
173     "_crm": "CRM",
174     "_cRM": "CRM",
175     "_currencies": "Currencies",
176     "_currency": "Currency",
177     "_currencyAbbreviation": "Currency Abbreviation",
178     "_currencyName": "Currency Name",
179     "_currencyNumber": "Currency Number",
180     "_currencySymbol": "Currency Symbol",
181     "_custPO": "Customer PO",
182     "_customerPartNumber": "Customer P/N",
183     "_custPrice": "Cust. Price",
184     "_customer": "Customer",
185     "_customerGroup": "Customer Groups",
186     "_customerType": "Customer Type",
187     "_customerTypes": "Customer Types",
188     "_customerPrice": "Customer Price",
189     "_customers": "Customers",
190     "_customerProspect": "Customer / Prospect",
191     "_data": "Data",
192     "_dataState": "Data State",
193     "_date": "Date",
194     "_dateRange": "Date Range",
195     "_days": "Days",
196     "_deactivate": "Deactivate",
197     "_default": "Default",
198     "_defaults": "Defaults",
199     "_defaultTaxZone": "Default Tax Zone",
200     "_deferred": "Deferred",
201     "_descending": "Descending",
202     "_detach": "Detach",
203     "_detail": "Detail",
204     "_description": "Description",
205     "_description1": "Description1",
206     "_description2": "Description2",
207     "_discount": "Discount",
208     "_discover": "Discover",
209     "_disableExport": "Disable Export",
210     "_document": "Document",
211     "_documentDate": "Document Date",
212     "_documentNumber": "Document #",
213     "_documentType": "Document Type",
214     "_dueDate": "Due Date",
215     "_dueDays": "Due Days",
216     "_effective": "Effective",
217     "_email": "Email",
218     "_emailAddresses": "Email Addresses",
219     "_emailProfile": "Email Profile",
220     "_emphasisColor": "Emphasis Color",
221     "_employee": "Employee",
222     "_employeeGroup": "Employee Group",
223     "_employeeGroups": "Employee Groups",
224     "_employees": "Employees",
225     "_end": "End",
226     "_endBalance": "End Balance",
227     "_ending": "Ending",
228     "_endingLabel": "Ending Label",
229     "_enterNew": "Enter New",
230     "_equals": "Equals",
231     "_error": "Error",
232     "_errorColor": "Error Color",
233     "_eventRecipient": "Event Recipient",
234     "_excludeProspects": "Exclude Prospects",
235     "_expenseCategories": "Expense Categories",
236     "_expenseCategory": "Expense Category",
237     "_expenses": "Expenses",
238     "_expiredColor": "Expired Color",
239     "_expires": "Expires",
240     "_expireDate": "Expire Date",
241     "_exportContact": "Export Contact",
242     "_extended": "Extended",
243     "_extensions": "Extensions",
244     "_extPrice": "Ext Price",
245     "_extendedPrice": "Extended Price",
246     "_extendedDescription": "Extended Description",
247     "_extendedPriceScale": "Extended Price Scale",
248     "_externalReference": "External Reference",
249     "_delivery": "Delivery",
250     "_department": "Department",
251     "_departments": "Departments",
252     "_fax": "Fax",
253     "_file": "File",
254     "_files": "Files",
255     "_filter": "Filter",
256     "_filterBy": "Filter By",
257     "_financials": "Financials",
258     "_firstName": "First Name",
259     "_flag": "Flag",
260     "_fob": "F.O.B.",
261     "_for": "For",
262     "_fractional": "Fractional",
263     "_freightClass": "Freight Class",
264     "_frequency": "Frequency",
265     "_freeFormBill": "Allow Free-Form Bill-To",
266     "_freeFormShip": "Allow Free-Form Ship-Tos",
267     "_freight": "Freight",
268     "_freightWeight": "Freight Weight",
269     "_from": "From",
270     "_fromDate": "From Date",
271     "_futureColor": "Future Color",
272     "_gateway": "Gateway",
273     "_goodStanding": "In Good Standing",
274     "_graceDays": "Grace Days",
275     "_grantedPrivileges": "Granted Privileges",
276     "_grantedUserAccountRoles": "Granted User Account Roles",
277     "_groupSequence": "Group Sequence",
278     "_groups": "Groups",
279     "_header": "Header",
280     "_history": "History",
281     "_holdType": "Hold Type",
282     "_home": "Home",
283     "_honorific": "Honorific",
284     "_honorifics": "Honorifics",
285     "_hours": "Hours",
286     "_hrs": "hrs.",
287     "_image": "Image",
288     "_images": "Images",
289     "_inactive": "Inactive",
290     "_incident": "Incident",
291     "_incidentCategories": "Incident Categories",
292     "_incidentCategory": "Incident Category",
293     "_incidentChangedStatus": "The status of the following incident has been changed to {status}",
294     "_incidentCreatedStatus": "The following incident has been created with status {status}",
295     "_incidentCreated": "The following incident has been CREATED",
296     "_incidentEmailProfile": "Incident Email Profiles",
297     "_incidentEmailProfiles": "Incident Email Profiles",
298     "_incidentHistory": "Incident History",
299     "_incidentNewComment": "A new COMMENT has been added to the following incident",
300     "_incidentRelations": "Incidents",
301     "_incidentResolution": "Incident Resolution",
302     "_incidentResolutions": "Incident Resolutions",
303     "_incidents": "Incidents",
304     "_incidentSeverities": "Incident Severities",
305     "_incidentSeverity": "Incident Severity",
306     "_incidentStatus": "Status",
307     "_incidentUpdated": "The following incident has been UPDATED",
308     "_inventoryHistory": "Inventory History",
309     "_initials": "Initials",
310     "_inventoryUnit": "Inventory Unit",
311     "_isActive": "Active",
312     "_isAddresses": "Addresses",
313     "_isBase": "Base",
314     "_isContacts": "Contacts",
315     "_isDebit": "Debit",
316     "_isDefault": "Default",
317     "_isDeleted": "Deleted",
318     "_isEmployees": "Employees",
319     "_isEvent": "Event",
320     "_isFractional": "Fractional",
321     "_isIncidents": "Incidents",
322     "_isItemWeight": "Item Weight",
323     "_isItems": "Items",
324     "_isMessage": "Message",
325     "_isOpportunities": "Opportunities",
326     "_isPicklist": "Picklist",
327     "_isPosted": "Posted",
328     "_isPrinted": "Printed",
329     "_isPublic": "Public",
330     "_isSold": "Sold",
331     "_issueItem": "Issue Item",
332     "_isSearchable": "Searchable",
333     "_isSystem": "System",
334     "_item": "Item",
335     "_itemConversion": "Item Conversion",
336     "_itemNumber": "Item Number",
337     "_itemGroup": "Item Group",
338     "_itemGroups": "Item Groups",
339     "_itemSite": "Item Site",
340     "_itemSites": "Item Sites",
341     "_itemType": "Item Type",
342     "_itemUnitConversion": "Item Unit Conversion",
343     "_itemUnitType": "Item Unit Type",
344     "_items": "Items",
345     "_jobTitle": "Job Title",
346     "_kit": "Kit",
347     "_language": "Language",
348     "_lastName": "Last Name",
349     "_latestComment": "Latest Comment",
350     "_ledgerAccount": "Ledger Account",
351     "_ledgerAccounts": "Ledger Accounts",
352     "_limitToList": "Limit to List",
353     "_line1": "Line1",
354     "_line2": "Line2",
355     "_line3": "Line3",
356     "_lineItems": "Line Items",
357     "_lineNumber": "Line Number",
358     "_lines": "Lines",
359     "_list" : "List",
360     "_listPrice": "List Price",
361     "_listPriceDiscount": "List Price Discount",
362     "_locale": "Locale",
363     "_login": "Login",
364     "_logout": "Logout",
365     "_lotSerial": "Lot/Serial",
366     "_manager": "Manager",
367     "_mainAddress": "Main Address",
368     "_manufactured": "Manufactured",
369     "_manufacturing": "Manufacturing",
370     "_map": "Map",
371     "_margin": "Margin",
372     "_markup": "Markup",
373     "_mask": "Mask",
374     "_masterCard": "MasterCard",
375     "_match": "Match",
376     "_maximum": "Maximum",
377     "_menu": "Menu",
378     "_messageRecipient": "Message Recipient",
379     "_middleName": "Middle Name",
380     "_miscCharge": "Misc. Charge",
381     "_miscellaneous": "Miscellaneous",
382     "_module": "Module",
383     "_monthExpired": "Expiration Month",
384     "_multiple": "Multiple",
385     "_mustRemoveDependentExtensions": "Removing Dependent Extensions",
386     "_name": "Name",
387     "_neither": "Neither",
388     "_nextNumber": "Next Number",
389     "_nextCheckNumber": "Next Check Number",
390     "_notes": "Notes",
391     "_notSold": "Not Sold",
392     "_number": "Number",
393     "_object": "Object",
394     "_offset": "Offset",
395     "_other": "Other",
396     "_openBalance": "Open Balance",
397     "_openDate": "Open Date",
398     "_openItems": "Open Items",
399     "_opportunities": "Opportunities",
400     "_opportunity": "Opportunity",
401     "_opportunityRelations": "Opportunities",
402     "_opportunitySource": "Opportunity Source",
403     "_opportunitySources": "Opportunity Sources",
404     "_opportunityStage": "Opportunity Stage",
405     "_opportunityStages": "Opportunity Stages",
406     "_opportunityType": "Opportunity Type",
407     "_opportunityTypes": "Opportunity Types",
408     "_open": "Open",
409     "_options": "Options",
410     "_order": "Order",
411     "_orderDate": "Order Date",
412     "_orderNumber": "Order Number",
413     "_orderNotes": "Order Notes",
414     "_orderType": "Order Type",
415     "_ordered": "Ordered",
416     "_outsideProcess": "Outside Process",
417     "_owner": "Owner",
418     "_packDate": "Pack Date",
419     "_packing": "Packing",
420     "_paid": "Paid",
421     "_partialShip": "Accepts Partial Shipments",
422     "_partner": "Partner",
423     "_pattern": "Pattern",
424     "_password": "Password",
425     "_path": "Path",
426     "_pending": "Pending",
427     "_percent": "Percent",
428     "_period": "Period",
429     "_phantom": "Phantom",
430     "_phone": "Phone",
431     "_plannerCode": "Planner Code",
432     "_plannerCodes": "Planner Codes",
433     "_planning": "Planning",
434     "_pleaseLogin": "Please Login",
435     "_policy": "Policy",
436     "_post": "Post",
437     "_postbooks": "PostBooks",
438     "_price": "Price",
439     "_priceMode": "Price Mode",
440     "_priceUnit": "Price UOM",
441     "_priceUnitRatio": "Price Unit Ratio",
442     "_primaryContact": "Primary Contact",
443     "_primaryEmail": "Primary Email",
444     "_printed": "Printed",
445     "_priority": "Priority",
446     "_priorities": "Priorities",
447     "_privilege": "Privilege",
448     "_privileges": "Privileges",
449     "_probability": "Probability",
450     "_productCategories": "Product Categories",
451     "_productCategory": "Product Category",
452     "_product": "Product",
453     "_products": "Products",
454     "_profit": "Profit",
455     "_project": "Project",
456     "_projectAssignedTo": "Project Assigned To",
457     "_projectOwner": "Project Owner",
458     "_projectRelations": "Projects",
459     "_projectStatus": "Project Status",
460     "_projectTask": "Project Task",
461     "_projectTasks": "Project Tasks",
462     "_projectTaskStatus": "Project Task Status",
463     "_projects": "Projects",
464     "_promiseDate": "Promised Date",
465     "_properName": "Proper Name",
466     "_propername": "Propername",
467     "_prospect": "Prospect",
468     "_prospects": "Prospects",
469     "_proximo": "Proximo",
470     "_public": "Public",
471     "_purchaseOrderDate": "Purchased",
472     "_purchased": "Purchased",
473     "_purchaseOrderNumber": "Purchase Order",
474     "_qualifier": "Qualifier",
475     "_quantity": "Quantity",
476     "_quantityAfter": "Quantity After",
477     "_quantityBefore": "Quantity Before",
478     "_quantityOrd": "Qty Ordered",
479     "_quantityUnit": "Qty UOM",
480     "_quantityUnitRatio": "Qty Unit Ratio",
481     "_quantityShip": "Qty Shipped",
482     "_quote": "Quote",
483     "_quoteDate": "Quote Date",
484     "_quoteLine": "Quote Line",
485     "_quotes": "Quotes",
486     "_purchaseOrder": "Purchase Order",
487     "_regular": "Regular",
488     "_recurrences": "Recurrences",
489     "_recurring": "Recurring",
490     "_reEnterPassword": "Re-Enter Password",
491     "_reference": "Reference",
492     "_relationships": "Relationships",
493     "_replyTo": "Reply To",
494     "_requireCCV": "Require CCV",
495     "_required": "Required",
496     "_resolution": "Resolution",
497     "_return": "Return",
498     "_roles": "Roles",
499     "_salesOrder": "Sales Order",
500     "_salesOrders": "Sales Orders",
501     "_salesOrderLine": "Sales Order Line",
502     "_salesOrderDate": "Sales Order Date",
503     "_salesRep": "Sales Rep",
504     "_salesReps": "Sales Reps",
505     "_saleType": "Sale Type",
506     "_saleTypes": "Sale Types",
507     "_schedule": "Schedule",
508     "_schedDate": "Sched Date",
509     "_scheduleDate": "Schedule Date",
510     "_secondaryContact": "Secondary Contact",
511     "_selectOrganization": "Select Organization",
512     "_sense": "Sense",
513     "_sequence": "Sequence",
514     "_series": "Series",
515     "_sessionTimedOut": "Your session has timed out",
516     "_settings": "Settings",
517     "_setup": "Setup",
518     "_severity": "Severity",
519     "_shared": "Shared",
520     "_shift": "Shift",
521     "_shifts": "Shifts",
522     "_shipping": "Shipping",
523     "_shipCharge": "Shipping Charges",
524     "_shipComplete": "Ship Complete",
525     "_shipForm": "Shipping Form",
526     "_shipVia": "Ship Via",
527     "_shipVias": "Ship Vias",
528     "_shipTo": "Ship To",
529     "_shiptoAddress1": "Ship To Address",
530     "_shiptoName": "Ship To Name",
531     "_shiptoPhone": "Ship To Phone",
532     "_shipZone": "Ship Zone",
533     "_shipZones": "Ship Zones",
534     "_shippingNotes": "Shipping Notes",
535     "_site": "Site",
536     "_siteCode": "Site Code",
537     "_siteType": "Site Type",
538     "_siteTypes": "Site Types",
539     "_sites": "Sites",
540     "_showClosed": "Show Closed",
541     "_showCompleted": "Show Complete",
542     "_showCompletedOnly": "Show Complete Only",
543     "_showExpired": "Show Expired",
544     "_showUnReleased": "Show Unreleased",
545     "_showOnlyTopLevel": "Show Only Top Level",
546     "_showInactive": "Show Inactive",
547     "_sold": "Sold",
548     "_soldRanking": "Sold Ranking",
549     "_source": "Source",
550     "_sourceType": "Source Type",
551     "_stage": "Stage",
552     "_standardCost": "Standard Cost",
553     "_start": "Start",
554     "_startDate": "Start Date",
555     "_states": "States",
556     "_status": "Status",
557     "_string": "String",
558     "_subject": "Subject",
559     "_subtotal": "Subtotal",
560     "_suffix": "Suffix",
561     "_summary": "Summary",
562     "_symbol": "Symbol",
563     "_system": "System",
564     "_target": "Target",
565     "_targetClose": "Target Close",
566     "_targetType": "Target Type",
567     "_task": "Task",
568     "_tasks": "Tasks",
569     "_tax": "Tax",
570     "_taxCode": "Tax Code",
571     "_taxType": "Tax Type",
572     "_taxAssignment": "Tax Assignment",
573     "_taxAuthority": "Tax Authority",
574     "_taxClass": "Tax Class",
575     "_taxRate": "Tax Rate",
576     "_taxRegistration": "Tax Registrations",
577     "_taxZone": "Tax Zone",
578     "_terms": "Terms",
579     "_testMode": "Test Mode",
580     "_text": "Text",
581     "_time": "Time",
582     "_to": "To",
583     "_toDate": "To Date",
584     "_toDo": "To Do",
585     "_toDoRelations": "To Dos",
586     "_toDoStatus": "To Do Status",
587     "_toDos": "To Dos",
588     "_tooling": "Tooling",
589     "_total": "Total",
590     "_totals": "Totals",
591     "_toUnit": "To Unit",
592     "_transactionDate": "Transaction Date",
593     "_transactionType": "Transaction Type",
594     "_transactionSuccessful": "Transaction Successful",
595     "_trigger": "Trigger",
596     "_type": "Type",
597     "_unit": "Unit",
598     "_unitPrice": "Net Unit Price",
599     "_unitCosts": "Unit Costs",
600     "_units": "Units",
601     "_unitType": "Unit Type",
602     "_unknown": "(unknown)",
603     "_unitCost": "Unit Cost",
604     "_unsupportedGateway": "Unsupported Gateway",
605     "_uom": "UOM",
606     "_updated": "Updated",
607     "_updatedBy": "Updated By",
608     "_url": "Link",
609     "_urls": "Links",
610     "_useDescription": "Use Description",
611     "_useEnhancedAuth": "Use Enhanced Authentication",
612     "_user": "User",
613     "_userAccount": "User Account",
614     "_userAccounts": "User Accounts",
615     "_userAccountRole": "User Account Role",
616     "_userAccountRoles": "User Account Roles",
617     "_username": "Username",
618     "_userPreference": "User Preference",
619     "_userPreferences": "User Preferences",
620     "_usesPurchaseOrders": "Uses Purchase Orders",
621     "_validator": "Validator",
622     "_value": "Value",
623     "_valueAfter": "Value After",
624     "_valueBefore": "Value Before",
625     "_vendor": "Vendor",
626     "_vendorType": "Vendor Type",
627     "_version": "Version",
628     "_visa": "Visa",
629     "_voucher": "Voucher",
630     "_wage": "Wage",
631     "_wageType": "Wage Type",
632     "_warningColor": "Warning Color",
633     "_web": "Web",
634     "_webAddress": "Web Address",
635     "_welcome": "Welcome",
636     "_wholesalePrice": "Wholesale Price",
637     "_workOrder": "Work Order",
638     "_workOrders": "Work Orders",
639     "_xtuplePostbooks": "PostBooks",
640     "_yearExpired": "Expiration Year",
641
642     // ********
643     // Placeholders
644     // ********
645
646     "_noAccountName": "No Account Name",
647     "_noAddress": "No Address",
648     "_noCategory": "No Category",
649     "_noCloseTarget": "No Close Target",
650     "_noContact": "No Contact",
651     "_noEmail": "No Email",
652     "_noExpiration": "No Expiration",
653     "_noJobTitle": "No Job Title",
654     "_noName": "No Name",
655     "_noNumber": "No Number",
656     "_noPhone": "No Phone",
657     "_noPriority": "No Priority",
658     "_noPurchaseOrder": "No Purchase Order Number",
659     "_noSalesRep": "No Sales Rep",
660     "_noSchedule": "No Schedule",
661     "_noSeverity": "No Severity",
662     "_noStage": "No Stage",
663     "_noStatus": "No Status",
664     "_noTerms": "No Terms",
665     "_noType": "No Type",
666
667     // ********
668     // Permissions
669     // ********
670     "_alterPackDate": "Alter Pack Date",
671     "_alterTransactionDates": "Alter Transartion Dates",
672     "_configureCC": "Configure Credit Cards",
673     "_configureCRM": "Configure CRM",
674     "_configureImportExport": "Configure Import Export",
675     "_configurePM": "Configure Project",
676     "_createAdjustmentTrans": "Create Adjustment Transactions",
677     "_createExpenseTrans": "Create Expense Transactions",
678     "_createNewCurrency": "Create New Currency",
679     "_createReceiptTrans": "Create Receipt Transactions",
680     "_createScrapTrans": "Create Scrap Transactions",
681     "_createSOForHoldCustomer": "Create for Customers on Hold",
682     "_createSOForWarnCustomer": "Create for Customers on Warn",
683     "_deleteCountSlips": "Delete Count Slips",
684     "_deleteCountTags": "Delete Count Tags",
685     "_deleteItemMasters": "Delete Item Masters",
686     "_deleteItemSites": "Delete Item Sites",
687     "_editOthersComments": "Edit Others Comments",
688     "_editOwnComments": "Edit Own Comments",
689     "_editOwner": "Edit Owner",
690     "_enterCountSlips": "Enter Count Slips",
691     "_enterCountTags": "Enter Count Tags",
692     "_enterMiscCounts": "Enter Miscellaneous Counts",
693     "_enterReceipts": "Enter Receipts",
694     "_enterReturns": "Enter Returns",
695     "_enterShippingInformation": "Enter Shipping Information",
696     "_firmSalesOrder": "Firm Sales Order Line",
697     "_freezeInventory": "Freeze Inventory",
698     "_issueStockToShipping": "Issue Stock to Shipping",
699     "_maintainAddresses": "Maintain Addresses",
700     "_maintainAllCRMAccounts": "Maintain All Accounts",
701     "_maintainAllContacts": "Maintain All Contacts",
702     "_maintainAllIncidents": "Maintain All Incidents",
703     "_maintainAllOpportunities": "Maintain All Opportunities",
704     "_maintainAllProjects": "Maintain All Projects",
705     "_maintainAllToDoItems": "Maintain All To-Do Items",
706     "_maintainCharacteristics": "Maintain Characteristics",
707     "_maintainClassCodes": "Maintain Class Codes",
708     "_maintainCommentTypes": "Maintain Comment Types",
709     "_maintainCostCategories": "Maintain Cost Categories",
710     "_maintainCountries": "Maintain Countries",
711     "_maintainCurrencies": "Maintain Currencies",
712     "_maintainCurrencyRates": "Maintain Currency Rates",
713     "_maintainCustomerGroups": "Maintain Customer Groups",
714     "_maintainCustomerMasters": "Maintain Customers",
715     "_maintainDepartments": "Maintain Departments",
716     "_maintainEmployees": "Maintain Employees",
717     "_maintainExtensions": "Maintain Extensions",
718     "_maintainFreightClasses": "Maintain Freight Classes",
719     "_maintainImages": "Maintain Images",
720     "_maintainItemMasters": "Maintain Item Masters",
721     "_maintainItemSites": "Maintain Item Sites",
722     "_maintainLocations": "Maintain Locations",
723     "_maintainPackingListBatch": "Maintain Packing List Batch",
724     "_maintainProductCategories": "Maintain Product Categories",
725     "_maintainQuotes": "Maintain Quotes",
726     "_maintainSalesOrders": "Maintain Sales Orders",
727     "_maintainSaleTypes": "Maintain Sale Types",
728     "_maintainSalesReps": "Maintain Sales Reps",
729     "_maintainSiteTypes": "Maintain Site Types",
730     "_maintainShifts": "Maintain Shifts",
731     "_maintainStates": "Maintain States",
732     "_maintainUOMs": "Maintain Units of Measure",
733     "_maintainUsers": "Maintain Users",
734     "_maintainIncidentCategories": "Maintain Incident Categories",
735     "_maintainIncidentPriorities": "Maintain Incident Priorities",
736     "_maintainIncidentResolutions": "Maintain Incident Resolutions",
737     "_maintainIncidentSeverities": "Maintain Incident Severities",
738     "_maintainOpportunitySources": "Maintain Opportunity Sources",
739     "_maintainOpportunityStages": "Maintain Opportunity Stages",
740     "_maintainOpportunityTypes": "Maintain Opportunity Types",
741     "_maintainPartners": "Maintain Partners",
742     "_maintainPersonalCRMAccounts": "Maintain Personal Accounts",
743     "_maintainPersonalContacts": "Maintain Personal Contacts",
744     "_maintainPersonalIncidents": "Maintain Personal Incidents",
745     "_maintainPersonalOpportunities": "Maintain Personal Opportunities",
746     "_maintainPersonalProjects": "Maintain Personal Projects",
747     "_maintainPersonalToDoItems": "Maintain Personal To-Do Items",
748     "_maintainPreferencesSelf": "Maintain Personal Preferences",
749     "_maintainTaxAssignments": "Maintain Tax Assignments",
750     "_maintainTaxClasses": "Maintain Tax Classes",
751     "_maintainTaxCodes": "MaintainTaxCodes",
752     "_maintainTaxReconciliations": "Maintain Tax Reconciliations",
753     "_maintainTaxRegistrations": "Maintain Tax Registrations",
754     "_maintainTaxTypes": "Maintain Tax Types",
755     "_maintainTaxZones": "Maintain Tax Zones",
756     "_maintainTerms": "Maintain Terms ",
757     "_maintainTitles": "Maintain Titles",
758     "_maintainWarehouses": "Maintain Sites",
759     "_overridePrice": "Override Price",
760     "_overrideSODate": "Override Order Date",
761     "_overrideTax": "Override Tax Type",
762     "_reassignToDoItems": "Edit Assign To",
763     "_recallInvoicedShipment": "Recall Invoiced Shipment",
764     "_recallOrders": "Recall Orders",
765     "_returnStockFromShipping": "Return Stock from Shipping",
766     "_shipOrders": "Ship Orders",
767     "_showMarginsOnSalesOrder": "Show Margins",
768     "_updateCustomerCreditStatus": "Update Credit Status",
769     "_viewAddresses": "View Addresses",
770     "_viewAllCRMAccounts": "View All Accounts",
771     "_viewAllContacts": "View All Contacts",
772     "_viewAllIncidents": "View All Incidents",
773     "_viewAllOpportunities": "View All Opportunities",
774     "_viewAllProjects": "View All Projects",
775     "_viewAllToDoItems": "View All To-Do Items",
776     "_viewCharacteristics": "View Characteristics",
777     "_viewCostCategories": "View Cost Categories",
778     "_viewCosts": "View Costs",
779     "_viewClassCodes": "View Class Codes",
780     "_viewCurrencyRates": "View Currency Rates",
781     "_viewCustomerGroups": "View Customer Groups",
782     "_viewCustomerMasters": "View Customers",
783     "_viewDepartments": "View Departments",
784     "_viewEmployees": "View Employees",
785     "_viewFreightClasses": "View Freight Classes",
786     "_viewInventoryHistory": "View Inventory History",
787     "_viewInventoryValue": "View Inventory Value",
788     "_viewItemMasters": "View Item Masters",
789     "_viewItemSites": "View Item Sites",
790     "_viewLocations": "View Locations",
791     "_viewPackingListBatch": "View Packing List Batch",
792     "_viewPersonalCRMAccounts": "View Personal Accounts",
793     "_viewPersonalContacts": "View Personal Contacts",
794     "_viewPersonalIncidents": "View Personal Incidents",
795     "_viewPersonalOpportunities": "View Personal Opportunities",
796     "_viewPersonalProjects": "View Personal Projects",
797     "_viewPersonalToDoItems": "View Personal To-Do Items",
798     "_viewProductCategories": "View Product Categories",
799     "_viewQOH": "View Quantity on Hand",
800     "_viewQuotes": "View Quotes",
801     "_viewSaleTypes": "View Sale Types",
802     "_viewSalesOrders": "View Sales Orders",
803     "_viewSalesReps": "View Sales Reps",
804     "_viewShipping": "View Shipping",
805     "_viewSiteTypes": "View Site Types",
806     "_viewTaxAssignments": "View Tax Assignments",
807     "_viewTaxClasses": "View Tax Classes",
808     "_viewTaxCodes": "View Tax Codes",
809     "_viewTaxReconciliations": "View Tax Reconciliations",
810     "_viewTaxRegistrations": "View Tax Registrations",
811     "_viewTaxTypes": "View Tax Types",
812     "_viewTaxZones": "View Tax Zones",
813     "_viewTerms": "View Terms",
814     "_viewUOMs": "View Units of Measure",
815     "_viewTitles": "View Honorifics",
816     "_viewWarehouses": "View Sites",
817
818     // ********
819     // Messages
820     // ********
821
822     "_accountExists": "This number is currently assigned to an Account.",
823     "_automaticFreight": "Manually clearing the freight will enable automatic Freight recalculations.",
824     "_continue?": " Do you want to continue?",
825     "_convertAccount": "Convert this Account to a Customer?",
826     "_convertAccountEmployee": "Convert this Account to an Employee?",
827     "_convertAccountProspect": "Convert this Account to a Prospect?",
828     "_convertAccountSalesRep": "Convert this Account to a SalesRep?",
829     "_convertAccountTaxAuthority": "Convert this Account to a Tax Authority?",
830     "_convertProspect": "Convert this Prospect to a Customer?",
831     "_creditWarn": "This customer is on credit warn.",
832     "_creditHold": "This customer is on credit hold.",
833     "_customerExists": "A customer with this number already exists.",
834     "_customerOrProspect": "Would you like to create a new Customer or a new Prospect?",
835     "_exitPageWarning": "You are about to leave the xTuple application.",
836     "_manualFreight": "Manually editing the freight will disable automatic freight recalculations.",
837     "_mustSave": "You must save your changes before proceeding.",
838     "_noPriceFound": "This item is marked as exclusive and no qualifying price was found.",
839     "_noPurchase": "This item may not be purchased in this date. Please select another date or item.",
840     "_noReschedule": "No Items can be rescheduled because there are no valid price schedules for the date entered.",
841     "_partialReschedule": "Some exclusive items may not be rescheduled because there is no valid price schedule for the date entered.",
842     "_prospectExists": "This number is currently assigned to a Prospect.",
843     "_recalculateAll?": "Do you want to recalculate all prices line items, taxes, and freight ?",
844     "_rescheduleAll": "Changing this date will update the Schedule Date on all editable line items.",
845     "_updateFractional": "The quantity ordered and unit of measure selected will result in a fractional inventory qty for this item. This item does not allow fractional quantities; the quantity will be updated accordingly.",
846     "_updatePrice?": "You have changed the price basis, do you want to update the Price?",
847     "_whatToDo": "What would you like to do?"
848   });
849
850   if (typeof exports !== 'undefined') {
851     exports.language = lang;
852   }
853 }());