i18n fixes
This commit is contained in:
parent
ab77d9e10a
commit
31de49f9d8
3 changed files with 13 additions and 10 deletions
|
|
@ -19,6 +19,9 @@
|
|||
- fixed #10680: i18n PayDriver_Ogone::use test mode help
|
||||
- fixed #10681: i18n PassiveAnalytics::regexp 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
|
||||
- fixed #10629: WebGUI::ProfileField create new field bug
|
||||
|
|
|
|||
|
|
@ -255,8 +255,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'crumb_url' => {
|
||||
message => q|The title of a page in the crumb trail.|,
|
||||
lastUpdated => 0,
|
||||
message => q|The url of a page in the crumb trail.|,
|
||||
lastUpdated => 1248191458,
|
||||
},
|
||||
|
||||
'updatedTime' => {
|
||||
|
|
|
|||
|
|
@ -82,15 +82,15 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'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.|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1248191573,
|
||||
},
|
||||
|
||||
'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.|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1248191575,
|
||||
},
|
||||
|
||||
'topStoryUrl' => {
|
||||
|
|
@ -172,15 +172,15 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'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.|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1248191627,
|
||||
},
|
||||
|
||||
'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.|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1248191629,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue