diff options
author | Fixed date-formatted in ja.po. T.Aihana <aihana@gnome.gr.jp> | 2004-02-11 13:45:28 +0800 |
---|---|---|
committer | Takeshi Aihana <aihana@src.gnome.org> | 2004-02-11 13:45:28 +0800 |
commit | 4be3a6a968c8186a042ce1816ef3ed1c63a0561b (patch) | |
tree | 7edb2ddfca23930d60410b0fad52a7a1da2adc1e | |
parent | 609cd7fb1da4893cb9243b5b7d26bd27ecd94209 (diff) | |
download | gsoc2013-evolution-4be3a6a968c8186a042ce1816ef3ed1c63a0561b.tar.gz gsoc2013-evolution-4be3a6a968c8186a042ce1816ef3ed1c63a0561b.tar.zst gsoc2013-evolution-4be3a6a968c8186a042ce1816ef3ed1c63a0561b.zip |
svn path=/trunk/; revision=24697
2004-02-11 Fixed date-formatted in ja.po. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=24697
-rw-r--r-- | po/ja.po | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: evolution HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-11 14:37+0900\n" -"PO-Revision-Date: 2004-02-11 14:31+0900\n" +"POT-Creation-Date: 2004-02-11 14:32+0900\n" +"PO-Revision-Date: 2004-02-11 14:45+0900\n" "Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n" "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n" "MIME-Version: 1.0\n" @@ -3740,7 +3740,7 @@ msgstr "日" #: calendar/gui/calendar-commands.c:431 msgid "%A %d %B %Y" -msgstr "%Y年 %B%d日 %A" +msgstr "%Y年 %B%e日 %A" #. strftime format %a = abbreviated weekday name, %d = day of month, #. %b = abbreviated month name. Don't use any other specifiers. @@ -5749,7 +5749,7 @@ msgstr "%02i 分分割" #: calendar/gui/e-day-view-top-item.c:688 calendar/gui/e-day-view.c:1348 #: calendar/gui/e-week-view-main-item.c:320 calendar/gui/print.c:1514 msgid "%A %d %B" -msgstr "%B%d日 %A" +msgstr "%B%e日 %A" #. strftime format %d = day of month, %b = abbreviated month name. #. Don't use any other specifiers. @@ -6309,7 +6309,7 @@ msgstr "進行中" #: calendar/gui/e-meeting-time-sel-item.c:452 #: calendar/gui/e-meeting-time-sel.c:2060 msgid "%A, %B %d, %Y" -msgstr "%Y年 %B%d日 %A" +msgstr "%Y年 %B%e日 %A" #. This is a strftime() format string %a = abbreviated weekday #. name, %m = month number, %d = month day, %Y = full year. |