mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 22:20:59 +00:00
Fixup eol and mark some files as non-text where they may be unicode
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8116c34930
commit
b394550bf7
2 changed files with 38 additions and 38 deletions
Binary file not shown.
|
@ -1,38 +1,38 @@
|
|||
/* French -*-c-*- */
|
||||
{
|
||||
NSLanguageName = "French";
|
||||
NSLanguageCode = FRE;
|
||||
NSFormalName = "Fran\u00e7ais";
|
||||
NSParentContext = "Default";
|
||||
|
||||
NSCurrencySymbol = "EUR";
|
||||
NSPositiveCurrencyFormatString = "EUR9,999.00";
|
||||
NSNegativeCurrencyFormatString = "EUR-9,999.00";
|
||||
NSInternationalCurrencyString = "EUR";
|
||||
|
||||
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\u00e8s-midi" ), (19, soir));
|
||||
NSLaterTimeDesignations = ("apr\u00e8s");
|
||||
NSMonthNameArray = (Janvier, "F\u00e9vrier", Mars, Avril, Mai, Juin, Juillet, "Ao\u00fbt", Septembre, Octobre, Novembre, "D\u00e9cembre");
|
||||
NSNextDayDesignations = (demain);
|
||||
NSNextNextDayDesignations = ("apr\u00e8s 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\u00e9e", mois, semaine);
|
||||
}
|
||||
|
||||
|
||||
/* French -*-c-*- */
|
||||
{
|
||||
NSLanguageName = "French";
|
||||
NSLanguageCode = FRE;
|
||||
NSFormalName = "Fran\u00e7ais";
|
||||
NSParentContext = "Default";
|
||||
|
||||
NSCurrencySymbol = "EUR";
|
||||
NSPositiveCurrencyFormatString = "EUR9,999.00";
|
||||
NSNegativeCurrencyFormatString = "EUR-9,999.00";
|
||||
NSInternationalCurrencyString = "EUR";
|
||||
|
||||
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\u00e8s-midi" ), (19, soir));
|
||||
NSLaterTimeDesignations = ("apr\u00e8s");
|
||||
NSMonthNameArray = (Janvier, "F\u00e9vrier", Mars, Avril, Mai, Juin, Juillet, "Ao\u00fbt", Septembre, Octobre, Novembre, "D\u00e9cembre");
|
||||
NSNextDayDesignations = (demain);
|
||||
NSNextNextDayDesignations = ("apr\u00e8s 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\u00e9e", mois, semaine);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue