home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JSAMPLES.Z / TextRes.java < prev    next >
Text File  |  1998-05-08  |  7KB  |  103 lines

  1. /*
  2.  * Copyright (c) 1997-1998 Borland International, Inc. All Rights Reserved.
  3.  * 
  4.  * This SOURCE CODE FILE, which has been provided by Borland as part
  5.  * of a Borland product for use ONLY by licensed users of the product,
  6.  * includes CONFIDENTIAL and PROPRIETARY information of Borland.  
  7.  *
  8.  * USE OF THIS SOFTWARE IS GOVERNED BY THE TERMS AND CONDITIONS 
  9.  * OF THE LICENSE STATEMENT AND LIMITED WARRANTY FURNISHED WITH
  10.  * THE PRODUCT.
  11.  *
  12.  * IN PARTICULAR, YOU WILL INDEMNIFY AND HOLD BORLAND, ITS RELATED
  13.  * COMPANIES AND ITS SUPPLIERS, HARMLESS FROM AND AGAINST ANY CLAIMS
  14.  * OR LIABILITIES ARISING OUT OF THE USE, REPRODUCTION, OR DISTRIBUTION
  15.  * OF YOUR PROGRAMS, INCLUDING ANY CLAIMS OR LIABILITIES ARISING OUT OF
  16.  * OR RESULTING FROM THE USE, MODIFICATION, OR DISTRIBUTION OF PROGRAMS
  17.  * OR FILES CREATED FROM, BASED ON, AND/OR DERIVED FROM THIS SOURCE
  18.  * CODE FILE.
  19.  */
  20. package borland.samples.intl.application.resources;
  21.  
  22. import java.util.*;
  23.  
  24. public class TextRes extends ListResourceBundle {
  25.   static final Object[][] contents = {
  26.      {"postal_code_editmask","cccccccccccccccccccc"},
  27.      {"province_editmask","cccccccccccccccccccccccccccccc"},
  28.      {"phone_editmask","cccccccccccccccccccc"},
  29.      {"month_year_editmask","MM/yy"},
  30.      {"value_required","<value required>"},
  31.      {"OK","OK"},
  32.      {"format_error","Please check the format of the value you entered"},
  33.      {"enter_value","Please enter a {0} value"},
  34.      {"card_expired","Credit card has already expired"},
  35.      {"read_only","You cannot modify this value"},
  36.      // needed in case translated descriptions are not available for a particular locale
  37.      {"1001","JBuilder is a scalable, visual Java development tool for creating high-performance, platform-independent client/server and multi-tier applications that span the enterprise. JBuilder's highly productive, component-based environment is designed for all levels of development projects ranging from applets and applications that require client/server database connectivity to enterprise-wide, distributed computing solutions."},
  38.      {"1002","Delphi has won over 30 awards for technical innovation based on its unique combination of the world's fastest optimizing native code compiler, high productivity object-oriented component architecture and scalable database technology."},
  39.      {"1003","IntraBuilder is the first complete set of visual JavaScript tools that let corporate developers easily create, maintain, and deploy live, data-driven Intranet applications. Combining Borland's robust database tools with JavaScript, the powerful Web scripting language developed by Netscape, IntraBuilder users can quickly create cross-platform Web database solutions - without complex programming."},
  40.      {"1004","C++ Builder for Windows 95 and NT gives you the speed of visual development, the productivity of reusable components and the power of C++. C++Builder complements existing tools and code, provides scalable database connectivity, and delivers the most complete Desktop and Client/Server application development solution for C++ developers."},
  41.      {"1005","Borland C++ maximizes your productivity with parallel 32/16-bit development from one IDE. Enjoy faster build time with new incremental linking technology. Use industry standard OWL and MFC - source code is in the box! Speed development with the fully programmable Object Scripting IDE and the best ANSI/ISO C++ implementation available. Award-winning Borland C++ 4.5 is included for Windows 3.1-hosted development. Also compatible with Borland C++Builder!"},
  42.      {"2001","Insulated sports water bottle with flexible straw and cap. Keeps 32 oz. of your favorite sports drink cool for hours.  Made of plastic with removable insulation imprinted with Borland logo."},
  43.      {"2002","Limited Edition Borland monogrammed golf balls. Improve your golf game RADically with these high-tech balls by Titleist.  Available in boxed sets of 3."},
  44.      {"2003","Borland Collector's Edition mousepad. Glide your mouse along at turbo speed on this specially-designed mousepad. Order now--supplies are limited!"}, 
  45.      {"2004","Fill once, go anywhere with the Borland ceramic commuter coffee mug. With its wide, stable base and narrow brim, there's no need to worry about spilling your favorite Java all over your desktop. 16 oz. capacity, available in Black, Burgundy, Maroon, or Emerald."},
  46.      {"2005","Prove your point with the Borland ball-point pen. Lightweight, extra-wide barrel is easy on your fingertips. Accepts standard ink refills, available in Burgundy, Black, or Emerald."},
  47.      {"3001","Go to the game in style with the Borland two-tone baseball cap. One size fits all, available in Beige/Charcoal, Lt. Grey/Dk. Grey, and Burgundy/Burgundy."},
  48.      {"3002","Slip into this attractive nylon jacket and you'll stay comfortably warm in wind and rain. The Borland logo is embroidered to match the contrast lining. Avaliable in Lt. Blue/Charcoal and White/Black.  Sizes: L, XL."},
  49.      {"3003","Strike a stylish note without giving up comfort in the perennially popular Borland logo polo shirt. Available in a rainbow of  colors: White, Red, Blue, Teal, Violet, Emerald, and Black. Sizes: M, L, XL. "},
  50.      {"3004","Exercise in style and comfort with the Borland logo sport shorts. 100% nylon with cotton-lining side and rear pockets.  Available in Blue, Red, and White.  Sizes: S, M, L."},
  51.      {"3005","Classic Borland sweatshirt. The perfect gift for the techno-savvy athlete. Made of 100% cotton with the Borland logo embroidered on left front. Available in Lt. Grey, White, and Navy. Sizes: M, L, XL."},
  52.      {"N/A","<N/A>"},
  53.      {"one_for_all","one size fits all"},
  54.      {"S","S"},
  55.      {"M","M"},
  56.      {"L","L"},
  57.      {"XL","XL"},
  58.      {"white_black","White/Black"},
  59.      {"white","White"},
  60.      {"black","Black"},
  61.      {"burgundy","Burgundy"},
  62.      {"maroon","Maroon"},
  63.      {"emerald","Emerald"},
  64.      {"beige_charcoal","Beige/Charcoal"},
  65.      {"ltGrey_dkGrey","Lt. Grey/Dk. Grey"},
  66.      {"burgundy_burgundy","Burgundy/Burgundy"},
  67.      {"black_aqua","Black/Aqua"},
  68.      {"navy_gold","Navy/Gold"},
  69.      {"red_black","Red/Black"},
  70.      {"ltblue_charcoal","Lt. Blue/Charcoal"},
  71.      {"ltGrey","Lt. Grey"},
  72.      {"navy","Navy"},
  73.      {"blue","Blue"},
  74.      {"red","Red"},
  75.      {"teal","Teal"},
  76.      {"violet","Violet"},
  77.      {"phone","Phone"},
  78.      {"fax","Fax"},
  79.      {"province","State"},
  80.      {"e_mail","e-mail"},
  81.      {"last_name","Last Name"},
  82.      {"country","Country"},
  83.      {"address2","Address 2"},
  84.      {"address1","Address 1"},
  85.      {"first_name","First Name"},
  86.      {"postal_code","Zip code"},
  87.      {"middle_name","Middle Name"},
  88.      {"city","City"},
  89.      {"local_price","Local Price"},
  90.      {"description","Description"},
  91.      {"quantity","Quantity"},
  92.      {"sku","Item No."},
  93.      {"extd_price","Ext'd Price"},
  94.      {"size","Size"},
  95.      {"color","Color"},
  96.      {"unit_price","Unit Price"},
  97.   };
  98.  
  99.   protected Object[][] getContents() {
  100.     return contents;
  101.   }
  102. }
  103.