webgui/lib/WebGUI/i18n/English/Asset_WikiPage.pm
2006-12-05 02:14:11 +00:00

18 lines
1 KiB
Perl

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| },
'deleteLabel' => { lastUpdated => 1161121377, message => q|Delete| },
};
1;