mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
String quoting corrections by Matias Adrian <matiasasb@gmail.com>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25989 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
30046a6cd9
commit
14ac9b0e0a
2 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Resources/Languages/Spanish: Quoting corrections by Matias
|
||||
Adrian <matiasasb@gmail.com>.
|
||||
|
||||
2008-01-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/autogsdoc.m: Fix bug recording sources and outputs in
|
||||
|
|
|
@ -18,21 +18,21 @@
|
|||
NSDateFormatString = "%A, %d %B, %Y";
|
||||
NSDateTimeOrdering = DMYH;
|
||||
NSEarlierTimeDesignations = (antes, menos, hace); /* Not sure */
|
||||
NSHourNameDesignations = ((0, medianoche), (12, mediod\U00eda), (10, ma\U00f1ana), (14, tarde), (19, noche));
|
||||
NSHourNameDesignations = ((0, medianoche), (12, "mediod\U00eda"), (10, "ma\U00f1ana"), (14, tarde), (19, noche));
|
||||
NSLaterTimeDesignations = (pasado); /* Not sure */
|
||||
NSMonthNameArray = (enero, febrero, marzo, abril, mayo, junio, julio, agosto, septiembre, octubre, noviembre, diciembre);
|
||||
NSNextDayDesignations = (ma\U00f1ana);
|
||||
NSNextNextDayDesignations = (pasado ma\U00f1ana);
|
||||
NSNextDayDesignations = ("ma\U00f1ana");
|
||||
NSNextNextDayDesignations = ("pasado ma\U00f1ana");
|
||||
NSPriorDayDesignations = (ayer);
|
||||
NSShortDateFormatString = "%d/%m/%Y";
|
||||
NSShortMonthNameArray = (ene, feb, mar, apr, may, jun, jul, ago, sep, oct, nov, dic);
|
||||
NSShortTimeDateFormatString = "%d %b, %Y %H:%M";
|
||||
NSShortWeekDayNameArray = (dom, lun, mar, mi\U00e9, jue, vie, s\U00e1b);
|
||||
NSShortWeekDayNameArray = (dom, lun, mar, "mi\U00e9", jue, vie, "s\U00e1b");
|
||||
NSThisDayDesignations = (hoy);
|
||||
NSTimeDateFormatString = "%a %d %b %H:%M:%S %z %Y";
|
||||
NSTimeFormatString = "%H:%M:%S";
|
||||
NSWeekDayNameArray = (domingo, lunes, martes, mi\U00e9rcoles, jueves, viernes, s\U00e1bado);
|
||||
NSYearMonthWeekDesignations = (a\U00f1o, mes, semana);
|
||||
NSWeekDayNameArray = (domingo, lunes, martes, "mi\U00e9rcoles", jueves, viernes, "s\U00e1bado");
|
||||
NSYearMonthWeekDesignations = ("a\U00f1o", mes, semana);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue