From be91286caaafc6fa3d8bfe906ad2fdee68584449 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 28 Dec 2003 02:05:04 +0000 Subject: Do not use the %-[.] format to strftime since this is a GNUism. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1531 df743ca5-7f9a-e211-a948-0013205c9059 --- 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 7198af09f..52aca64f8 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gal2 PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.1 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 000000000..bcd97ad6f --- /dev/null +++ b/x11-toolkits/gal2/files/patch-po_da.po @@ -0,0 +1,16 @@ +--- po/da.po.orig Sat Dec 27 21:03:49 2003 ++++ po/da.po Sat Dec 27 21:04:00 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 000000000..84357c392 --- /dev/null +++ b/x11-toolkits/gal2/files/patch-po_zh_CN.po @@ -0,0 +1,41 @@ +--- po/zh_CN.po.orig Sat Dec 27 21:03:52 2003 ++++ po/zh_CN.po Sat Dec 27 21:04:17 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