i18n fixes
This commit is contained in:
parent
ab77d9e10a
commit
31de49f9d8
3 changed files with 13 additions and 10 deletions
|
|
@ -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