Monotone-Parent: 9788a56d4a666ff0e884a4516969eeff08276d4c

Monotone-Revision: 36eea899c37b0f581bdc6a21780d9744e51c34e5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-06-23T17:29:57
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-06-23 17:29:57 +00:00
parent 8f08599db1
commit db7ef9102f
2 changed files with 75 additions and 0 deletions

View File

@ -0,0 +1,35 @@
/* German */
{
NSLanguageName = "Dutch";
NSFormalName = "Nederlands";
NSLocaleCode = "nl"; /* ISO 639-1 */
NSLanguageCode = "nld"; /* ISO 639-2 */
NSParentContext = "";
NSCurrencySymbol = " €";
NSDateFormatString = "%A %e %B %Y";
NSDateTimeOrdering = DMYH;
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
NSDecimalSeparator = ",";
NSEarlierTimeDesignations = (vorige, vorige, vorige, vorige);
NSHourNameDesignations = ((0, Middernacht), (12, Middag), (10, Ochtend), (14, Namiddag), (19, Avond));
NSInternationalCurrencyString = EUR; /* ISO 4217 */
NSLaterTimeDesignations = (volgende, volgende, volgende, volgende);
NSMonthNameArray = (Januari, Februari, Maart, April, Mei, Juni, Juli, Augustus, September, Oktober, November, December);
NSNextDayDesignations = (morgen);
NSNextNextDayDesignations = (overmorgen);
NSPriorDayDesignations = (gisteren);
NSShortDateFormatString = "%e/%m/%y";
NSShortMonthNameArray = (Jan, Feb, Maa, Apr, Mei, Jun, Jul, Aug, Sep, Okt, Nov, Dec);
NSShortTimeDateFormatString = "%e/%m/%y %H:%M";
NSShortWeekDayNameArray = (Zo, Ma, Di, Wo, Do, Vr, Za);
NSThisDayDesignations = (vandaag);
NSThousandsSeparator = " "; /* space */
NSTimeDateFormatString = "%A %e %B %Y %H:%M:%S %Z";
NSTimeFormatString = "%H:%M:%S"; /* no space before and after colons*/
NSWeekDayNameArray = (Zondag, Maandag, Dinsdag, Woensdag, Donderdag, Vrijdag, Zaterdag);
NSYearMonthWeekDesignations = (Jaar, Maand, Week);
NSAMPMDesignation = (AM, PM);
NSPositiveCurrencyFormatString = "$ 9,999.00";
NSNegativeCurrencyFormatString = "$ -9,999.00";
}

View File

@ -0,0 +1,40 @@
/* Spanish */
/* this file is in UTF-8 format! */
/* Author: erny@yaco.es */
/* Based on: rev 1397 */
/* Last update: 2008-04-02 */
{
NSLanguageName = "Spanish";
NSFormalName = "Castellano";
NSLocaleCode = "es"; /* ISO 639-1 */
NSLanguageCode = "spa; Castillan"; /* ISO 639-2 */
NSParentContext = "";
NSAMPMDesignation = (AM, PM);
NSCurrencySymbol = "€";
NSDateFormatString = "%A %e %B %Y";
NSDateTimeOrdering = DMYH;
NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
NSDecimalSeparator = ".";
NSEarlierTimeDesignations = ("pasado","último","anterior");
NSHourNameDesignations = ((0, "medianoche"), (10, "mañana"), (12, "mediodía"), (14, "tarde"), (19, "noche"));
NSInternationalCurrencyString = EUR; /* ISO 4217 */
NSLaterTimeDesignations = ("próximo","siguiente","que viene");
NSMonthNameArray = (Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre);
NSNextDayDesignations = ("mañana");
NSNextNextDayDesignations = ("pasado mañana");
NSPriorDayDesignations = (ayer);
NSShortDateFormatString = "%e/%m/%y";
NSShortMonthNameArray = (Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic);
NSShortTimeDateFormatString = "%e/%m/%y %H:%M";
NSShortWeekDayNameArray = ("Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb");
NSThisDayDesignations = ("hoy");
NSThousandsSeparator = ".";
NSTimeDateFormatString = "%A %e %B %Y %H:%M:%S %Z";
NSTimeFormatString = "%H:%M:%S";
NSWeekDayNameArray = ("Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado");
NSYearMonthWeekDesignations = ("año", "mes", "semana");
NSPositiveCurrencyFormatString = "$9,999.00$";
NSNegativeCurrencyFormatString = "-$9,999.00$";
}