From db7ef9102f7d1748c0ed82d8eb111774a3fee231 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 23 Jun 2008 17:29:57 +0000 Subject: [PATCH] Monotone-Parent: 9788a56d4a666ff0e884a4516969eeff08276d4c Monotone-Revision: 36eea899c37b0f581bdc6a21780d9744e51c34e5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-23T17:29:57 Monotone-Branch: ca.inverse.sogo --- UI/MainUI/Dutch.lproj/Locale | 35 +++++++++++++++++++++++++++++ UI/MainUI/Spanish.lproj/Locale | 40 ++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 UI/MainUI/Dutch.lproj/Locale create mode 100644 UI/MainUI/Spanish.lproj/Locale diff --git a/UI/MainUI/Dutch.lproj/Locale b/UI/MainUI/Dutch.lproj/Locale new file mode 100644 index 000000000..3b2e36d84 --- /dev/null +++ b/UI/MainUI/Dutch.lproj/Locale @@ -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"; +} diff --git a/UI/MainUI/Spanish.lproj/Locale b/UI/MainUI/Spanish.lproj/Locale new file mode 100644 index 000000000..e718ee9bc --- /dev/null +++ b/UI/MainUI/Spanish.lproj/Locale @@ -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$"; +}