diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 04:09:19 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 04:09:19 +0800 |
commit | 7cc7dc0b7e8d39694c6f128553dfb0cc37656b22 (patch) | |
tree | b7930f773806ec9af8dcdba24ca6c3cb68d5c477 /po | |
parent | 301528d84bf582d956c0e9b768e4f60259f0cf88 (diff) | |
download | gsoc2013-evolution-7cc7dc0b7e8d39694c6f128553dfb0cc37656b22.tar.gz gsoc2013-evolution-7cc7dc0b7e8d39694c6f128553dfb0cc37656b22.tar.zst gsoc2013-evolution-7cc7dc0b7e8d39694c6f128553dfb0cc37656b22.zip |
Fixes #387844
svn path=/trunk/; revision=33770
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 10 | ||||
-rw-r--r-- | po/zh_HK.po | 2 | ||||
-rw-r--r-- | po/zh_TW.po | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index e98482c995..8b21ebb670 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,13 @@ +2007-07-09 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #387844 + * zh_HK.po: + * zh_TW.po: Updated the msgstr for date format + at e-dateedit.c 1444 + + Committing on behalf of Makuchaku <mayank.gnu@gmail.com> + + 2007-07-07 Jorge Gonzalez <jorgegonz@svn.gnome.org> * es.po: Updated Spanish translation diff --git a/po/zh_HK.po b/po/zh_HK.po index 356089b184..d4819e87d2 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -20776,7 +20776,7 @@ msgstr "%H:%M" #. This is a strftime() format. %I = hour (1-12), %M = minute, %p = am/pm string. #: ../widgets/misc/e-dateedit.c:1441 ../widgets/misc/e-dateedit.c:1768 msgid "%I:%M %p" -msgstr "%p %I:%M" +msgstr "%I %M:%p" #: ../widgets/misc/e-dateedit.c:1634 msgid "Invalid Date Value" diff --git a/po/zh_TW.po b/po/zh_TW.po index 16a2d96cc5..b19e95d274 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -20892,7 +20892,7 @@ msgstr "%H:%M" #. This is a strftime() format. %I = hour (1-12), %M = minute, %p = am/pm string. #: ../widgets/misc/e-dateedit.c:1441 ../widgets/misc/e-dateedit.c:1768 msgid "%I:%M %p" -msgstr "%p %I:%M" +msgstr "%I %M:%p" #: ../widgets/misc/e-dateedit.c:1634 msgid "Invalid Date Value" |