First semi-usable version of wiki asset. This should probably be improved

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.
This commit is contained in:
Drake 2006-10-13 20:08:56 +00:00
parent d0bacc8988
commit 1674bcfe10
11 changed files with 987 additions and 0 deletions

View file

@ -0,0 +1,31 @@
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;