move MessageBoard labels into its own help file

This commit is contained in:
Colin Kuskie 2005-03-02 23:30:07 +00:00
parent 236f36d6b6
commit 2471a4bd37
2 changed files with 37 additions and 6 deletions

View file

@ -191,6 +191,37 @@ A conditional indicating whether there is more than one forum.
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
lastUpdated => 1066055963
}
'title' => {
message => q|Title|,
lastUpdated => 1109806115,
}
'views' => {
message => q|Views|,
lastUpdated => 1109806115,
}
'rating' => {
message => q|Rating|,
lastUpdated => 1109806115,
}
'threads' => {
message => q|Threads|,
lastUpdated => 1109806115,
}
'replies' => {
message => q|Replies|,
lastUpdated => 1109806115,
}
'lastpost' => {
message => q|Last Post|,
lastUpdated => 1109806115,
}
};
1;