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

  1. ; comment character is a semicolon.
  2. ;
  3. ; FRENCH COMMON.LOC
  4. ; SCCS information: @(#)common.loc.7    1.2     10/24/91
  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=Français
  18. [copyright]
  19.     copyright= "Sybase version 4.2. Copyright 1990.\
  20.  Tous droits réservés. Ce logiciel est diffusé dans\
  21.  le cadre d'un accord de licence ou de non-divulgation et ne peut\
  22.  être utilisé ou copié qu'en conformité avec les\
  23.  stipulations de cet accord.\
  24.  Sybase, Inc. 6475 Christie Avenue, Emeryville, CA 94608, USA"
  25.  
  26. [datetime] 
  27.     months= janvier,février,mars,avril,mai,juin,juillet,\
  28.     août,septembre,octobre,novembre,décembre
  29.  
  30.     shortmonths= jan,fév,mar,avr,mai,jun,jul,aoû,sep,\
  31.         oct,nov,déc
  32.  
  33.     ; The list of day-names must begin with the local equivalent of 
  34.     ; Monday, which is the first day of the week in most places. 
  35.  
  36.     days= lundi,mardi,mercredi,jeudi,vendredi,samedi,dimanche
  37.  
  38.     firstday = 1    ; Monday is the first day of a French week. 
  39.  
  40.     ; The date format specifier consists of the 3 characters 
  41.     ; 'm', 'd', and 'y' in any order. The order of these characters 
  42.     ; determines the appearance of the month, day, and year in 
  43.     ; a datetime string. Each of the characters 'm', 'd', and 'y' 
  44.     ; must appear exactly once. 
  45.  
  46.     dateformat=dmy 
  47.  
  48.     ; The time format specifier consists of the number "12" or "24", 
  49.     ; to designate the 12-hour or 24-hour time system. 
  50.  
  51.     timeformat=24
  52. [money] 
  53.     ; The currency format specifier consists of two parts: 
  54.     ; 
  55.     ;       1) The letter "B" or "A", which means that the currency 
  56.     ;          symbol should appear before or after the amount, 
  57.     ;          respectively. 
  58.     ;
  59.     ;       2) The currency symbol. It may consist of more than one 
  60.     ;          character (e.g. "kr" for kroner). If the currency 
  61.     ;          symbol is unavailable on your keyboard, it may 
  62.     ;          be described as a hexadecimal character constant 
  63.     ;          (e.g. 0x23 or 0xe322). 
  64.     ;
  65.     ; More than one money format may be specified. DB-Library 
  66.     ; will properly ignore any specified currency symbol when 
  67.     ; converting from character to money. Character strings 
  68.     ; without a currency symbol will also be accepted. 
  69.  
  70.     ;moneyformat=B,$
  71.     moneyformat=A,F
  72.