Do not use the %-[.] format to strftime since this is a GNUism.
PR: 60617
This commit is contained in:
parent
d4a1aee4af
commit
1f966a6d96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96722
3 changed files with 58 additions and 0 deletions
|
@ -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
|
||||
|
|
16
x11-toolkits/gal2/files/patch-po_da.po
Normal file
16
x11-toolkits/gal2/files/patch-po_da.po
Normal file
|
@ -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"
|
41
x11-toolkits/gal2/files/patch-po_zh_CN.po
Normal file
41
x11-toolkits/gal2/files/patch-po_zh_CN.po
Normal file
|
@ -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"
|
Loading…
Reference in a new issue