mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
New file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a87318eae
commit
8f22765244
1 changed files with 38 additions and 0 deletions
38
Resources/Languages/French
Normal file
38
Resources/Languages/French
Normal file
|
@ -0,0 +1,38 @@
|
|||
/* French -*-c-*- */
|
||||
{
|
||||
NSLanguageName = "French";
|
||||
NSLanguageCode = FRE;
|
||||
NSFormalName = "Français";
|
||||
NSParentContext = "Default";
|
||||
|
||||
NSCurrencySymbol = "F";
|
||||
NSPositiveCurrencyFormatString = "9,999.00$";
|
||||
NSNegativeCurrencyFormatString = "-9,999.00$";
|
||||
NSInternationalCurrencyString = "FF";
|
||||
|
||||
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
|
||||
NSDecimalSeparator = ",";
|
||||
NSThousandsSeparator = " ";
|
||||
|
||||
NSAMPMDesignation = (AM, PM);
|
||||
NSDateFormatString = "%A %d %B %Y";
|
||||
NSDateTimeOrdering = DMYH;
|
||||
NSEarlierTimeDesignations = (avant);
|
||||
NSHourNameDesignations = ((0, minuit), (12, midi), (10, matin), (14, "après-midi" ), (19, soir));
|
||||
NSLaterTimeDesignations = ("après");
|
||||
NSMonthNameArray = (Janvier, "Février", Mars, Avril, Mai, Juin, Juillet, "Août", Septembre, Octobre, Novembre, "Décembre");
|
||||
NSNextDayDesignations = (demain);
|
||||
NSNextNextDayDesignations = ("après demain");
|
||||
NSPriorDayDesignations = (hier);
|
||||
NSShortDateFormatString = "%d/%m/%Y"; /* 20/11/1974 */
|
||||
NSShortMonthNameArray = (Jan, Fev, Mar, Avr, Mai, Jun, Jui, Aou, Sep, Oct, Nov, Dec);
|
||||
NSShortTimeDateFormatString = "%d %b %Y %H:%M"; /* 20 Nov 1974 17:33 */
|
||||
NSShortWeekDayNameArray = (Dim, Lun, Mar, Mer, Jeu, Ven, Sam);
|
||||
NSThisDayDesignations = ("Aujourd'hui");
|
||||
NSTimeDateFormatString = "%a %d %b %H:%M:%S %z %Y"; /* Gio 22 Feb 15:33:42 +0100 2001 */
|
||||
NSTimeFormatString = "%H:%M:%S"; /* 21:21:08 */
|
||||
NSWeekDayNameArray = (Dimanche, Lundi, Mardi, Mercredi, Jeudi, Vendredi, Samedi);
|
||||
NSYearMonthWeekDesignations = ("année", mois, semaine);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue