somewhat before release; the default page selector doesn't quite work the way it should, and there aren't icons, and there are a few features missing, and some code duplication, &c.
31 lines
1,011 B
Perl
31 lines
1,011 B
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| },
|
|
|
|
'actionN edited' =>
|
|
{ lastUpdated => 1160505291, message => q|Edited| },
|
|
'actionN trashed' =>
|
|
{ lastUpdated => 1160505291, message => q|Deleted| },
|
|
'actionN protected' =>
|
|
{ lastUpdated => 1160505291, message => q|Protected| },
|
|
'actionN unprotected' =>
|
|
{ lastUpdated => 1160505291, message => q|Unprotected| },
|
|
'actionN created' =>
|
|
{ lastUpdated => 1160505291, message => q|Created| },
|
|
};
|
|
|
|
1;
|