From 1f966a6d96a0fb796842eba67a1c29132cd442bf Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 28 Dec 2003 02:02:33 +0000 Subject: Do not use the %-[.] format to strftime since this is a GNUism. PR: 60617 --- x11-toolkits/gal2/Makefile | 1 + x11-toolkits/gal2/files/patch-po_da.po | 16 ++++++++++++ x11-toolkits/gal2/files/patch-po_zh_CN.po | 41 +++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 x11-toolkits/gal2/files/patch-po_da.po create mode 100644 x11-toolkits/gal2/files/patch-po_zh_CN.po (limited to 'x11-toolkits') diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 610697fe166a..7b873cd49cb0 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gal2 PORTVERSION= 1.99.10 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.99 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" -- cgit v1.2.3