home *** CD-ROM | disk | FTP | other *** search
- ; comment character is a semicolon.
- ;
- ; FRENCH COMMON.LOC
- ; SCCS information: @(#)common.loc.7 1.2 10/24/91
- ;
- [file format]
- ; left and right brackets will delimit section titles.
- ; Any special character, including the comment character
- ; and the section-title delimiters, may be interpreted
- ; literally by preceding them with the escape character.
- ; In addition, any line that ends with the escape character
- ; will be continued onto the next line.
- version=4.2 ; First International Release
- list_separator=, ; commas will separate the members of a list.
- escape=\ ; backslash is the escape symbol.
- [language]
- language=Français
- [copyright]
- copyright= "Sybase version 4.2. Copyright 1990.\
- Tous droits réservés. Ce logiciel est diffusé dans\
- le cadre d'un accord de licence ou de non-divulgation et ne peut\
- être utilisé ou copié qu'en conformité avec les\
- stipulations de cet accord.\
- Sybase, Inc. 6475 Christie Avenue, Emeryville, CA 94608, USA"
-
- [datetime]
- months= janvier,février,mars,avril,mai,juin,juillet,\
- août,septembre,octobre,novembre,décembre
-
- shortmonths= jan,fév,mar,avr,mai,jun,jul,aoû,sep,\
- oct,nov,déc
-
- ; The list of day-names must begin with the local equivalent of
- ; Monday, which is the first day of the week in most places.
-
- days= lundi,mardi,mercredi,jeudi,vendredi,samedi,dimanche
-
- firstday = 1 ; Monday is the first day of a French week.
-
- ; The date format specifier consists of the 3 characters
- ; 'm', 'd', and 'y' in any order. The order of these characters
- ; determines the appearance of the month, day, and year in
- ; a datetime string. Each of the characters 'm', 'd', and 'y'
- ; must appear exactly once.
-
- dateformat=dmy
-
- ; The time format specifier consists of the number "12" or "24",
- ; to designate the 12-hour or 24-hour time system.
-
- timeformat=24
- [money]
- ; The currency format specifier consists of two parts:
- ;
- ; 1) The letter "B" or "A", which means that the currency
- ; symbol should appear before or after the amount,
- ; respectively.
- ;
- ; 2) The currency symbol. It may consist of more than one
- ; character (e.g. "kr" for kroner). If the currency
- ; symbol is unavailable on your keyboard, it may
- ; be described as a hexadecimal character constant
- ; (e.g. 0x23 or 0xe322).
- ;
- ; More than one money format may be specified. DB-Library
- ; will properly ignore any specified currency symbol when
- ; converting from character to money. Character strings
- ; without a currency symbol will also be accepted.
-
- ;moneyformat=B,$
- moneyformat=A,F