home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a063 / 4.img / LOCALES / US_ENGL / COMMON.LOC next >
Encoding:
Text File  |  1992-05-17  |  2.6 KB  |  71 lines

  1. ; comment character is a semicolon.
  2. [file format]
  3.     ; left and right brackets will delimit section titles. 
  4.     ; Any special character, including the comment character 
  5.     ; and the section-title delimiters, may be interpreted 
  6.     ; literally by preceding them with the escape character. 
  7.     ; In addition, any line that ends with the escape character 
  8.     ; will be continued onto the next line.
  9.     version=4.2        ; First International Release 
  10.     list_separator=,    ; commas will separate the members of a list. 
  11.     escape=\        ; backslash is the escape symbol.
  12. [language] 
  13.     language=english
  14. [copyright]
  15. copyright= "Sybase version 4.2. \
  16. Confidential Property of Sybase, Inc. \
  17. (c) Copyright 1987,1991 Sybase, Inc. \
  18. All rights reserved. \
  19. Use, duplication, or disclosure by the United States Government is subject \
  20. to restrictions as set forth in subparagraph (c) (1) (ii) of the Rights \
  21. in Technical Data and Computer Software clause at DFARS 52.227-7013. \
  22. Sybase, Inc., 6475 Christie Avenue, Emeryville, CA 94608., USA"
  23.  
  24.  
  25. [datetime] 
  26.     months= January, February, March, April, May, June, July, August, \
  27.     September, October, November, December 
  28.  
  29.     shortmonths= Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, \
  30.         Nov, Dec 
  31.  
  32.     ; The list of day-names must begin with the local equivalent of 
  33.     ; Monday, which is the first day of the week in most places. 
  34.  
  35.     days= Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday 
  36.  
  37.     firstday = 7    ; Sunday is the first day of a US week. 
  38.  
  39.     ; The date format specifier consists of the 3 characters 
  40.     ; 'm', 'd', and 'y' in any order. The order of these characters 
  41.     ; determines the appearance of the month, day, and year in 
  42.     ; a datetime string. Each of the characters 'm', 'd', and 'y' 
  43.     ; must appear exactly once. 
  44.  
  45.     dateformat=mdy 
  46.  
  47.     ; The time format specifier consists of the number "12" or "24", 
  48.     ; to designate the 12-hour or 24-hour time system. 
  49.  
  50.     timeformat=12
  51. [money] 
  52.     ; The currency format specifier consists of two parts: 
  53.     ; 
  54.     ;    1) The letter "B" or "A", which means that the currency 
  55.     ;       symbol should appear before or after the amount, 
  56.     ;       respectively. 
  57.     ;
  58.     ;    2) The currency symbol. It may consist of more than one 
  59.     ;       character (e.g. "kr" for kroner). If the currency 
  60.     ;       symbol is unavailable on your keyboard, it may 
  61.     ;       be described as a hexadecimal character constant 
  62.     ;       (e.g. 0x23 or 0xe322). 
  63.     ;
  64.     ; More than one money format may be specified. DB-Library 
  65.     ; will properly ignore any specified currency symbol when 
  66.     ; converting from character to money. Character strings 
  67.     ; without a currency symbol will also be accepted. 
  68.  
  69.     moneyformat=B,$ 
  70.     moneyformat=A,DM 
  71.