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

  1. ; comment character is a semicolon.
  2. ;
  3. ; GERMAN COMMON.LOC
  4. ; SCCS information: @(#)common.loc.7    1.2    6/19/90
  5. ;
  6. [file format]
  7.     ; left and right brackets will delimit section titles. 
  8.     ; Any special character, including the comment character 
  9.     ; and the section-title delimiters, may be interpreted 
  10.     ; literally by preceding them with the escape character. 
  11.     ; In addition, any line that ends with the escape character 
  12.     ; will be continued onto the next line.
  13.     version=4.2        ; First International Release 
  14.     list_separator=,    ; commas will separate the members of a list. 
  15.     escape=\        ; backslash is the escape symbol.
  16. [language] 
  17.     language=german
  18. copyright =  "Copyright (C) 1990 Sybase, Inc.\
  19.     All rights reserved.\
  20.     Use, duplication, or disclosure by the United States\
  21.     Government is subject to restrictions as set forth in\
  22.     subparagraph (c) (1) (ii) of the Rights in Technical\
  23.     Data and Computer Software clause at CFR 52.227-7013.\
  24.     Sybase, Inc. 6475 Christie Avenue, Emeryville, CA 94608, USA"
  25.  
  26. [datetime] 
  27.     months= januar,februar,mΣrz,april,mai,juni,juli,august, \
  28.         september,oktober,november,dezember
  29.  
  30.     shortmonths= jan,feb,mrz,apr,mai,jun,jul,aug,sep,oct,nov,dez
  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= montag,dienstag,mittwoch,donnerstag,freitag,samstag,sonntag
  36.  
  37.     firstday = 1    ; Monday is the first day of a German 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=dmy 
  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.