Discussion:
[CalendarX-users] Translation Message ID's for previous/next links
George Lee
2006-10-07 18:43:51 UTC
Permalink
Hi,

Right now the msgid's for phrases like "previous month" and "next
month" look like this:


# label "previous month" on link to the previous month view
msgid "previous month"
msgstr "previous month"

# label "next month" on link to the next month view
msgid "next month"
msgstr "next month"


I think this should be changed to something like

msgid "label_prevstr_month"
msgstr "previous month"

msgid "label_nextstr_month"
msgstr "next month"


Peace,
George

Loading...