From 4bb63884f116db1124dca6f15b27cbf6ceced66e Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Fri, 27 Jul 2001 23:05:55 +0000 Subject: changed strftime format translation from "%A %b de %B" to "%A %d de %B". 2001-07-27 Damon Chaplin * es.po: changed strftime format translation from "%A %b de %B" to "%A %d de %B". It was showing the abbreviated month name instead of the day number. svn path=/trunk/; revision=11464 --- po/ChangeLog | 6 ++++++ po/es.po | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'po') diff --git a/po/ChangeLog b/po/ChangeLog index 33b93f1b78..f8f4567aba 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2001-07-27 Damon Chaplin + + * es.po: changed strftime format translation from "%A %b de %B" to + "%A %d de %B". It was showing the abbreviated month name instead of + the day number. + 2001-07-27 Andras Timar * hu.po: Updated Hungarian translation. diff --git a/po/es.po b/po/es.po index a07ce5a750..cb0a3d5fd1 100644 --- a/po/es.po +++ b/po/es.po @@ -3096,7 +3096,7 @@ msgstr "%02i divisi #: calendar/gui/e-day-view-top-item.c:285 calendar/gui/e-day-view.c:1328 #: calendar/gui/e-week-view-main-item.c:325 calendar/gui/print.c:1602 msgid "%A %d %B" -msgstr "%A %b de %B" +msgstr "%A %d de %B" #. strftime format %a = abbreviated weekday name, %d = day of month, #. %b = abbreviated month name. Don't use any other specifiers. -- cgit v1.2.3