24 lines
1.4 KiB
Perl
24 lines
1.4 KiB
Perl
package WebGUI::i18n::English::Asset_WikiPage;
|
|
|
|
our $I18N =
|
|
{
|
|
'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' },
|
|
|
|
'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;
|