mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
c00fd9b00a
commit
e98cee3eb7
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>
|
2008-01-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Tools/autogsdoc.m: Fix bug recording sources and outputs in
|
* Tools/autogsdoc.m: Fix bug recording sources and outputs in
|
||||||
|
|
|
@ -18,21 +18,21 @@
|
||||||
NSDateFormatString = "%A, %d %B, %Y";
|
NSDateFormatString = "%A, %d %B, %Y";
|
||||||
NSDateTimeOrdering = DMYH;
|
NSDateTimeOrdering = DMYH;
|
||||||
NSEarlierTimeDesignations = (antes, menos, hace); /* Not sure */
|
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 */
|
NSLaterTimeDesignations = (pasado); /* Not sure */
|
||||||
NSMonthNameArray = (enero, febrero, marzo, abril, mayo, junio, julio, agosto, septiembre, octubre, noviembre, diciembre);
|
NSMonthNameArray = (enero, febrero, marzo, abril, mayo, junio, julio, agosto, septiembre, octubre, noviembre, diciembre);
|
||||||
NSNextDayDesignations = (ma\U00f1ana);
|
NSNextDayDesignations = ("ma\U00f1ana");
|
||||||
NSNextNextDayDesignations = (pasado ma\U00f1ana);
|
NSNextNextDayDesignations = ("pasado ma\U00f1ana");
|
||||||
NSPriorDayDesignations = (ayer);
|
NSPriorDayDesignations = (ayer);
|
||||||
NSShortDateFormatString = "%d/%m/%Y";
|
NSShortDateFormatString = "%d/%m/%Y";
|
||||||
NSShortMonthNameArray = (ene, feb, mar, apr, may, jun, jul, ago, sep, oct, nov, dic);
|
NSShortMonthNameArray = (ene, feb, mar, apr, may, jun, jul, ago, sep, oct, nov, dic);
|
||||||
NSShortTimeDateFormatString = "%d %b, %Y %H:%M";
|
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);
|
NSThisDayDesignations = (hoy);
|
||||||
NSTimeDateFormatString = "%a %d %b %H:%M:%S %z %Y";
|
NSTimeDateFormatString = "%a %d %b %H:%M:%S %z %Y";
|
||||||
NSTimeFormatString = "%H:%M:%S";
|
NSTimeFormatString = "%H:%M:%S";
|
||||||
NSWeekDayNameArray = (domingo, lunes, martes, mi\U00e9rcoles, jueves, viernes, s\U00e1bado);
|
NSWeekDayNameArray = (domingo, lunes, martes, "mi\U00e9rcoles", jueves, viernes, "s\U00e1bado");
|
||||||
NSYearMonthWeekDesignations = (a\U00f1o, mes, semana);
|
NSYearMonthWeekDesignations = ("a\U00f1o", mes, semana);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue