i18n fixes

This commit is contained in:
Colin Kuskie 2009-07-21 15:44:57 +00:00
parent ab77d9e10a
commit 31de49f9d8
3 changed files with 13 additions and 10 deletions

View file

@ -19,6 +19,9 @@
- fixed #10680: i18n PayDriver_Ogone::use test mode help - fixed #10680: i18n PayDriver_Ogone::use test mode help
- fixed #10681: i18n PassiveAnalytics::regexp help - fixed #10681: i18n PassiveAnalytics::regexp help
- fixed #10682: i18 PassiveAnalytics::User help - fixed #10682: i18 PassiveAnalytics::User help
- fixed #10683: i18n Asset_Story::crumb_url
- fixed #10684: i18n Asset_StoryTopic::deleteIcon
- fixed #10685: i18n Asset_StoryTopic::rssUrl
7.7.15 7.7.15
- fixed #10629: WebGUI::ProfileField create new field bug - fixed #10629: WebGUI::ProfileField create new field bug

View file

@ -255,8 +255,8 @@ our $I18N = {
}, },
'crumb_url' => { 'crumb_url' => {
message => q|The title of a page in the crumb trail.|, message => q|The url of a page in the crumb trail.|,
lastUpdated => 0, lastUpdated => 1248191458,
}, },
'updatedTime' => { 'updatedTime' => {

View file

@ -82,15 +82,15 @@ our $I18N = {
}, },
'deleteIcon' => { 'deleteIcon' => {
message => q|An icon to delete this story. If the user is not allowed to delete the icon, or their UI level is set too low, this variable will be empty.|, message => q|An icon to delete this story. If the user is not allowed to delete the story, or their UI level is set too low, this variable will be empty.|,
context => q|Template variable.|, context => q|Template variable.|,
lastUpdated => 0, lastUpdated => 1248191573,
}, },
'editIcon' => { 'editIcon' => {
message => q|An icon to edit this story. If the user is not allowed to edit the icon, or their UI level is set too low, this variable will be empty.|, message => q|An icon to edit this story. If the user is not allowed to edit the story, or their UI level is set too low, this variable will be empty.|,
context => q|Template variable.|, context => q|Template variable.|,
lastUpdated => 0, lastUpdated => 1248191575,
}, },
'topStoryUrl' => { 'topStoryUrl' => {
@ -172,15 +172,15 @@ our $I18N = {
}, },
'rssUrl' => { 'rssUrl' => {
message => q|The URL for the RSS feed for this Story Archive.|, message => q|The URL for the RSS feed for this Story Topic.|,
context => q|Template variable.|, context => q|Template variable.|,
lastUpdated => 0, lastUpdated => 1248191627,
}, },
'atomUrl' => { 'atomUrl' => {
message => q|The URL for the Atom feed for this Story Archive.|, message => q|The URL for the Atom feed for this Story Topic.|,
context => q|Template variable.|, context => q|Template variable.|,
lastUpdated => 0, lastUpdated => 1248191629,
}, },
}; };