getting much closer to working

This commit is contained in:
JT Smith 2006-12-03 01:51:35 +00:00
parent 8da3e259a0
commit becec72418
9 changed files with 131 additions and 111 deletions

View file

@ -5,6 +5,15 @@ our $I18N =
'assetName' =>
{ lastUpdated => 1160157064, message => 'Wiki' },
mostPopularLabel => {message=>q|Most Popular|, lastUpdated=>0},
recentChangesLabel => {message=>q|Recent Changes|, lastUpdated=>0},
searchLabel=>{message=>q|Search|, lastUpdated=>0},
resultsLabel=>{message=>q|Results|, lastUpdated=>0},
notWhatYouWanted=>{message=>q|Didn't find what you were looking for?|, lastUpdated=>0},
nothingFoundLabel=>{message=>q|Your search returned no results.|, lastUpdated=>0},
addPageLabel=>{message=>q|Add a new page.|, lastUpdated=>0},
wikiHomeLabel=>{message=>q|Wiki Home|, lastUpdated=>0},
'approval workflow description' => {
message => q|Choose a workflow to be executed on each page as it gets submitted.|,
lastUpdated => 0,
@ -54,10 +63,10 @@ our $I18N =
'richEditor label' =>
{ lastUpdated => 1160157064, message => q|Rich Editor| },
'pageTemplateId hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Which template to use to display pages.| },
'pageTemplateId label' =>
{ lastUpdated => 1160157064, message => q|Page Template| },
'pageTemplateId hoverHelp' => { lastUpdated => 1160157064, message => q|Which template to use to display pages?| },
'pageTemplateId label' => { lastUpdated => 1160157064, message => q|Page Template| },
'pageEditTemplateId hoverHelp' => { lastUpdated => 1160157064, message => q|Which template to use to edit pages?| },
'pageEditTemplateId label' => { lastUpdated => 1160157064, message => q|Page Edit Template| },
'frontPageTemplateId hoverHelp' =>
{ lastUpdated => 1161031607, message => q|Which template to use for the front page.| },
@ -112,12 +121,6 @@ our $I18N =
'actionN created' =>
{ lastUpdated => 1160505291, message => q|Created| },
'recentChanges title' =>
{ lastUpdated => 1161116593, message => q|Recent changes| },
'search submit' =>
{ lastUpdated => 1161031607, message => q|Search| },
'search title' =>
{ lastUpdated => 1161031607, message => q|Search| },
};
1;

View file

@ -2,30 +2,23 @@ package WebGUI::i18n::English::Asset_WikiPage;
our $I18N =
{
'assetName' =>
{ lastUpdated => 1160157064, message => 'Wiki Page' },
'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' },
'func edit link text' =>
{ lastUpdated => 1160157064, message => q|Edit this page| },
'func view link text' =>
{ lastUpdated => 1160157064, message => q|View this page| },
'func pageHistory link text' =>
{ lastUpdated => 1160425002, message => q|View this page's history| },
'func protect link text' =>
{ lastUpdated => 1160425002, message => q|Protect this page| },
'func unprotect link text' =>
{ lastUpdated => 1160425002, message => q|Unprotect this page| },
'func delete link text' =>
{ lastUpdated => 1161121377, message => q|Delete this page| },
'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.| },
'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"| },
'pageHistory title' => { lastUpdated => 1161113157, message => q|History of "%s"| },
};
1;