31 lines
1.3 KiB
Perl
31 lines
1.3 KiB
Perl
package WebGUI::i18n::English::Asset_WikiPage;
|
|
|
|
our $I18N =
|
|
{
|
|
'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.| },
|
|
|
|
'pageHistory title' =>
|
|
{ lastUpdated => 1161113157, message => q|History of "%s"| },
|
|
};
|
|
|
|
1;
|