diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-28 10:02:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-28 10:02:33 +0800 |
commit | 565f9065fd8a73f5c1f301825107c22da212b18d (patch) | |
tree | c11258a253e639b642bf48863a67f14e0c6197bf /x11-toolkits/gal2/files | |
parent | e58e682dfae3b8a18a2d986fd2de1801b3d8281b (diff) | |
download | freebsd-ports-gnome-565f9065fd8a73f5c1f301825107c22da212b18d.tar.gz freebsd-ports-gnome-565f9065fd8a73f5c1f301825107c22da212b18d.tar.zst freebsd-ports-gnome-565f9065fd8a73f5c1f301825107c22da212b18d.zip |
Do not use the %-[.] format to strftime since this is a GNUism.
PR: 60617
Diffstat (limited to 'x11-toolkits/gal2/files')
-rw-r--r-- | x11-toolkits/gal2/files/patch-po_da.po | 16 | ||||
-rw-r--r-- | x11-toolkits/gal2/files/patch-po_zh_CN.po | 41 |
2 files changed, 57 insertions, 0 deletions
diff --git a/x11-toolkits/gal2/files/patch-po_da.po b/x11-toolkits/gal2/files/patch-po_da.po new file mode 100644 index 000000000000..0baf35467230 --- /dev/null +++ b/x11-toolkits/gal2/files/patch-po_da.po @@ -0,0 +1,16 @@ +--- po/da.po.orig Sat Dec 27 20:57:22 2003 ++++ po/da.po Sat Dec 27 20:57:29 2003 +@@ -46,11 +46,11 @@ + + #: gal/e-table/e-cell-date.c:96 + msgid "%b %d %l:%M %p" +-msgstr "%-d. %b. %H:%M" ++msgstr "%d. %b. %H:%M" + + #: gal/e-table/e-cell-date.c:98 + msgid "%b %d %Y" +-msgstr "%-d. %b %Y" ++msgstr "%d. %b %Y" + + #: gal/e-table/e-cell-pixbuf.c:392 + msgid "Selected Column" diff --git a/x11-toolkits/gal2/files/patch-po_zh_CN.po b/x11-toolkits/gal2/files/patch-po_zh_CN.po new file mode 100644 index 000000000000..7d52a30f8c8a --- /dev/null +++ b/x11-toolkits/gal2/files/patch-po_zh_CN.po @@ -0,0 +1,41 @@ +--- po/zh_CN.po.orig Sat Dec 27 20:58:11 2003 ++++ po/zh_CN.po Sat Dec 27 20:58:38 2003 +@@ -31,32 +31,32 @@ + # gal/e-table/e-cell-date.c:58 + #: gal/e-table/e-cell-date.c:58 + msgid "%l:%M %p" +-msgstr "%-H:%M" ++msgstr "%H:%M" + + # gal/e-table/e-cell-date.c:66 + #: gal/e-table/e-cell-date.c:66 + msgid "Today %l:%M %p" +-msgstr "今天 %-H:%M" ++msgstr "今天 %H:%M" + + # gal/e-table/e-cell-date.c:81 + #: gal/e-table/e-cell-date.c:76 + msgid "Yesterday %l:%M %p" +-msgstr "昨天 %-H:%M" ++msgstr "昨天 %H:%M" + + # gal/e-table/e-cell-date.c:96 + #: gal/e-table/e-cell-date.c:88 + msgid "%a %l:%M %p" +-msgstr "%A %-H:%M" ++msgstr "%A %H:%M" + + # gal/e-table/e-cell-date.c:104 + #: gal/e-table/e-cell-date.c:96 + msgid "%b %d %l:%M %p" +-msgstr "%-m月%-d日 %-H:%M" ++msgstr "%m月%d日 %H:%M" + + # gal/e-table/e-cell-date.c:106 + #: gal/e-table/e-cell-date.c:98 + msgid "%b %d %Y" +-msgstr "%Y年%-m月%-d日" ++msgstr "%Y年%m月%d日" + + #: gal/e-table/e-cell-pixbuf.c:392 + msgid "Selected Column" |