diff options
author | Damon Chaplin <damon@ximian.com> | 2001-07-28 07:05:55 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-07-28 07:05:55 +0800 |
commit | 4bb63884f116db1124dca6f15b27cbf6ceced66e (patch) | |
tree | aa85e1ed9bd6be91b0668ae104b0f4491a51780f | |
parent | 0e63c483d69dcba865cef034bbcbcfe101b0d4d0 (diff) | |
download | gsoc2013-evolution-4bb63884f116db1124dca6f15b27cbf6ceced66e.tar gsoc2013-evolution-4bb63884f116db1124dca6f15b27cbf6ceced66e.tar.gz gsoc2013-evolution-4bb63884f116db1124dca6f15b27cbf6ceced66e.tar.bz2 gsoc2013-evolution-4bb63884f116db1124dca6f15b27cbf6ceced66e.tar.lz gsoc2013-evolution-4bb63884f116db1124dca6f15b27cbf6ceced66e.tar.xz gsoc2013-evolution-4bb63884f116db1124dca6f15b27cbf6ceced66e.tar.zst gsoc2013-evolution-4bb63884f116db1124dca6f15b27cbf6ceced66e.zip |
changed strftime format translation from "%A %b de %B" to "%A %d de %B".
2001-07-27 Damon Chaplin <damon@ximian.com>
* 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
-rw-r--r-- | po/ChangeLog | 6 | ||||
-rw-r--r-- | po/es.po | 2 |
2 files changed, 7 insertions, 1 deletions
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 <damon@ximian.com> + + * 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 <timar@gnome.hu> * hu.po: Updated Hungarian translation. @@ -3096,7 +3096,7 @@ msgstr "%02i divisiónes por minuto" #: 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. |