diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-04 05:29:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-04 05:29:12 +0800 |
commit | f4253288b35b1554ef8b4450f8e585941ce257e0 (patch) | |
tree | fc9a4122af664a5ed903e069abe78f15c45e6412 /x11/gnomepanel | |
parent | cc67c2679d316576b8c43bf1229117b88f1b867a (diff) | |
download | marcuscom-ports-f4253288b35b1554ef8b4450f8e585941ce257e0.tar marcuscom-ports-f4253288b35b1554ef8b4450f8e585941ce257e0.tar.gz marcuscom-ports-f4253288b35b1554ef8b4450f8e585941ce257e0.tar.bz2 marcuscom-ports-f4253288b35b1554ef8b4450f8e585941ce257e0.tar.lz marcuscom-ports-f4253288b35b1554ef8b4450f8e585941ce257e0.tar.xz marcuscom-ports-f4253288b35b1554ef8b4450f8e585941ce257e0.tar.zst marcuscom-ports-f4253288b35b1554ef8b4450f8e585941ce257e0.zip |
Fix Korean date formatting to pretty up the date applet.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5613 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/files/patch-po_ko.po | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/x11/gnomepanel/files/patch-po_ko.po b/x11/gnomepanel/files/patch-po_ko.po new file mode 100644 index 000000000..7dbd45da7 --- /dev/null +++ b/x11/gnomepanel/files/patch-po_ko.po @@ -0,0 +1,38 @@ +--- po/ko.po.orig Wed Sep 21 02:37:42 2005 ++++ po/ko.po Fri Feb 3 15:58:18 2006 +@@ -98,7 +98,7 @@ + #. + #: ../applets/clock/clock.c:279 + msgid "%a %b %e" +-msgstr "%b %e일 (%a)" ++msgstr "%B %e일 (%a)" + + #. translators: reverse the order of these arguments + #. * if the time should come before the +@@ -125,7 +125,7 @@ + #. Show date in tooltip + #: ../applets/clock/clock.c:378 + msgid "%A %B %d" +-msgstr "%b %e일 %A" ++msgstr "%B %e일 %A" + + #: ../applets/clock/clock.c:390 + msgid "Click to view your appointments and tasks" +@@ -139,7 +139,7 @@ + #. we will display the start date in the most abbreviated way possible. + #: ../applets/clock/clock.c:598 + msgid "%b %d" +-msgstr "%b %e일" ++msgstr "%B %e일" + + #: ../applets/clock/clock.c:925 + msgid "Tasks" +@@ -171,7 +171,7 @@ + + #: ../applets/clock/clock.c:1767 + msgid "%A, %B %d %Y" +-msgstr "%Y년 %b %e일 %A" ++msgstr "%Y년 %B %e일 %A" + + #: ../applets/clock/clock.c:1824 + #, c-format |