very close now

This commit is contained in:
JT Smith 2006-12-05 02:14:11 +00:00
parent 737cbf0fef
commit 5800dc1596
12 changed files with 228 additions and 216 deletions

View file

@ -73,10 +73,11 @@ our $I18N =
'frontPageTemplateId label' =>
{ lastUpdated => 1161031607, message => q|Front Page Template| },
'recentChangesTemplateId hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Which template to use for the recent changes display.| },
'recentChangesTemplateId label' =>
{ lastUpdated => 1160157064, message => q|Recent Changes Template| },
'recentChangesTemplateId hoverHelp' => { lastUpdated => 1160157064, message => q|Which template to use for the recent changes display.| },
'recentChangesTemplateId label' => { lastUpdated => 1160157064, message => q|Recent Changes Template| },
'mostPopularTemplateId hoverHelp' => { lastUpdated => 1160157064, message => q|Which template should be used to display the most popular listing?| },
'mostPopularTemplateId label' => { lastUpdated => 1160157064, message => q|Most Popular Template| },
'pageHistoryTemplateId hoverHelp' =>
{ lastUpdated => 1160505291, message => q|Which template to use for the page history display.| },
@ -88,14 +89,15 @@ our $I18N =
'searchTemplateId label' =>
{ lastUpdated => 1161031607, message => q|Search Template| },
'recentChangesCount hoverHelp' =>
{ lastUpdated => 1161031607, message => q|Maximum number of changes to display on the recent changes page.| },
'recentChangesCount label' =>
{ lastUpdated => 1161031607, message => q|Recent Changes Count| },
'recentChangesCountFront hoverHelp' =>
{ lastUpdated => 1161031607, message => q|Maximum number of changes to display on the front page.| },
'recentChangesCountFront label' =>
{ lastUpdated => 1161031607, message => q|Front Page Recent Changes Count| },
'recentChangesCount hoverHelp' => { lastUpdated => 1161031607, message => q|Maximum number of changes to display on the recent changes page.| },
'recentChangesCount label' => { lastUpdated => 1161031607, message => q|Recent Changes Count| },
'recentChangesCountFront hoverHelp' => { lastUpdated => 1161031607, message => q|Maximum number of changes to display on the front page.| },
'recentChangesCountFront label' => { lastUpdated => 1161031607, message => q|Front Page Recent Changes Count| },
'mostPopularCount hoverHelp' => { lastUpdated => 1161031607, message => q|Maximum number of popular page links to display on the most popular page.| },
'mostPopularCount label' => { lastUpdated => 1161031607, message => q|Most Popular Count| },
'mostPopularCountFront hoverHelp' => { lastUpdated => 1161031607, message => q|Maximum number of popular page links to display on the front page.| },
'mostPopularCountFront label' => { lastUpdated => 1161031607, message => q|Front Page Most Popular Count| },
'func addPage link text' =>
{ lastUpdated => 1160157064, message => q|Add a new page| },

View file

@ -2,24 +2,17 @@ package WebGUI::i18n::English::Asset_WikiPage;
our $I18N =
{
'protectQuestionLabel' => { lastUpdated => 1160157064, message => 'Protect this page from editing?' },
'titleLabel' => { lastUpdated => 1160157064, message => 'Title' },
'contentLabel' => { lastUpdated => 1160157064, message => 'Content' },
'attachmentLabel' => { lastUpdated => 1160157064, message => 'Attachment(s)' },
'editing' => { lastUpdated => 1160157064, message => 'Editing' },
'assetName' => { lastUpdated => 1160157064, message => 'Wiki Page' },
'page received' => { lastUpdated => 1160157064, message => q|Your page has been received and is being processed so it can be added to the site. It will be available for further editing after being processed. Please be patient.| },
'editLabel' => { lastUpdated => 1160157064, message => q|Edit| },
'viewLabel' => { lastUpdated => 1160157064, message => q|View| },
'historyLabel' => { lastUpdated => 1160425002, message => q|History| },
'protectLabel' => { lastUpdated => 1160425002, message => q|Protect| },
'unprotectLabel' => { lastUpdated => 1160425002, message => q|Unprotect| },
'deleteLabel' => { lastUpdated => 1161121377, message => q|Delete| },
'func wikiPurgeRevision link text' => { lastUpdated => 1161121377, message => q|Delete this revision of this page| },
'func delete link confirm' => { lastUpdated => 1161121377, message => q|Are you sure you want to delete this page? Deletions cannot be stored within version tags and take place immediately.| },
'func wikiPurgeRevision link confirm' => { lastUpdated => 1161121377, message => q|Are you sure you want to delete this revision of this page? The revision will be permanently erased.| },
'pageHistory title' => { lastUpdated => 1161113157, message => q|History of "%s"| },
};
1;