More template i18n.

This commit is contained in:
Colin Kuskie 2008-12-24 23:00:01 +00:00
parent 6301d337c1
commit e66e2d04cc
8 changed files with 46 additions and 3 deletions

View file

@ -541,6 +541,12 @@ our $I18N = {
lastUpdated => 1109696029,
},
'date posted' => {
message => q|Date Posted|,
lastUpdated => 1229907194,
context => q|i18n lable for Collaboration template|,
},
'location' => {
message => q|Location|,
lastUpdated => 1109696029,
@ -1689,6 +1695,12 @@ the Collaboration Asset, the user will be notified.|,
lastUpdated => 1221247761,
},
'has posted to one of your subscriptions' => {
message => q|has posted to one of your subscriptions|,
context => q|i18n label for the notification template. "user" has posted..|,
lastUpdated => 1229910435,
},
};
1;