home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / setupwpbdv10j.exe / wpbdv10j62.exe / wpbd / resources / CostReportTableModel.properties < prev    next >
Text File  |  2010-09-13  |  2KB  |  49 lines

  1. # CostTableModel.java  
  2. #   
  3. # Copyright (C) 2009 Eugene K. Ressler
  4. #   
  5. # This program is distributed in the hope that it will be useful,  
  6. # but WITHOUT ANY WARRANTY; without even the implied warranty of  
  7. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
  8. # GNU General Public License for more details.  
  9. #   
  10. # You should have received a copy of the GNU General Public License  
  11. # along with this program.  If not, see <http://www.gnu.org/licenses/>.  
  12.  
  13. columnIds.text=Type of Cost|Item|Cost Calculation|Cost
  14. materialCost.text=Material Cost (M)
  15. connectionCost.text=Connection Cost (C)
  16. productCost.text=Product Cost (P)
  17. siteCost.text=Site Cost (S)
  18. totalCost.text=Total Cost
  19.  
  20. csBars.text=Carbon Steel Bars
  21. csTubes.text=Carbon Steel Tubes
  22. hssBars.text=High Strength Steel Bars
  23. hssTubes.text=High Strength Steel Tubes
  24. qtsBars.text=Quenched & Tempered Steel Bars
  25. qtsTubes.text=Quenched & Tembered Steel Tubes
  26.  
  27. deckCost.text=Deck Cost
  28. excavationCost.text=Excavation Cost
  29. abutmentCost.text=Abutment Cost
  30. pierCost.text=Pier Cost
  31. anchorageCost.text=Cable Anchorage Cost
  32.  
  33. sum.text=M + C + P + S
  34. sumNote.text=%s + %s + %s + %s = 
  35.  
  36. materialCostNote.text=(%.1f kg) x (%s per kg) x (2 Trusses) = 
  37. connectionCostNote.text=(%d Joints) x (%s per joint) x (2 Trusses) = 
  38. productCostNote.text=($600 per Product) = 
  39.  
  40. deckCostNote.text=(%d 4-meter panels) x (%s per panel) = 
  41. excavationCostNote.text=(%s cubic meters) x (%s per cubic meter) = 
  42. abutmentCostNote.text=(2 %s abutments) x (%s per abutment) = 
  43. arch.text=arch
  44. standard.text=standard
  45. noPierNote.text=No pier = 
  46. pierNote.text=(1 %s-meter pier) = 
  47. anchorageNote.text=(%d cable anchorages) x (%s per anchorage) = 
  48. noAnchoragesNote.text=No anchorages = 
  49.