diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-05 18:36:34 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-05 18:36:34 +0800 |
commit | 01bce237162e6ace3e8b466290f2f9f20fa034b1 (patch) | |
tree | e6548d819986e5c7cc7f20f5ae9ef00cb7376a70 | |
parent | c8d11592e475658a7799ac8349bb799d96d2cc0f (diff) | |
download | gsoc2013-evolution-01bce237162e6ace3e8b466290f2f9f20fa034b1.tar.gz gsoc2013-evolution-01bce237162e6ace3e8b466290f2f9f20fa034b1.tar.zst gsoc2013-evolution-01bce237162e6ace3e8b466290f2f9f20fa034b1.zip |
** Part of fix for bug #344516
2007-11-05 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #344516
* he.po: Updated translation of date format for formatting.
svn path=/trunk/; revision=34498
-rw-r--r-- | po/ChangeLog | 6 | ||||
-rw-r--r-- | po/he.po | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index a703b8a0b0..47f133c0b2 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2007-11-05 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #344516 + + * he.po: Updated translation of date format for formatting. + 2007-11-04 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gl.po: Updated Galician Translation. @@ -7690,7 +7690,7 @@ msgstr "%A, %B %d, %Y" #: ../calendar/gui/e-meeting-time-sel-item.c:468 #: ../calendar/gui/e-meeting-time-sel.c:2149 msgid "%a %m/%d/%Y" -msgstr "%a %m/%d/%Y" +msgstr "%a %d/%m/%Y" #. This is a strftime() format string %m = month number, #. %d = month day, %Y = full year. |