webgui/lib/WebGUI/i18n/English/Asset_WikiMaster.pm
Drake 1674bcfe10 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.
2006-10-13 20:08:56 +00:00

58 lines
2.6 KiB
Perl

package WebGUI::i18n::English::Asset_WikiMaster;
our $I18N =
{
'assetName' =>
{ lastUpdated => 1160157064, message => 'Wiki' },
'groupToEditPages hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Choose a group of users who will be able to edit pages in this wiki instance. They will not, by default, be able to delete pages or revisions, or edit protected pages.| },
'groupToEditPages label' =>
{ lastUpdated => 1160157064, message => q|Who can edit pages?| },
'groupToAdminister hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Choose a group of users who will be able to perform administrative actions on pages in this wiki instance; such actions include deletion of pages and page revisions, and protecting and unprotecting of pages.| },
'groupToAdminister label' =>
{ lastUpdated => 1160157064, message => q|Who can administer?| },
'richEditor hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Which rich editor to use for editing pages in this wiki instance.| },
'richEditor label' =>
{ lastUpdated => 1160157064, message => q|Rich Editor| },
'defaultPage hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Which page to display by default when someone browses to the wiki's main URL.| },
'defaultPage label' =>
{ lastUpdated => 1160157064, message => q|Default Page| },
'pageTemplateId hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Which template to use to display pages.| },
'pageTemplateId label' =>
{ lastUpdated => 1160157064, message => q|Page Template| },
'recentChangesTemplateId hoverHelp' =>
{ lastUpdated => 1160157064, message => q|Which template to use for the recent changes display.| },
'recentChangesTemplateId label' =>
{ lastUpdated => 1160157064, message => q|Recent Changes Template| },
'pageHistoryTemplateId hoverHelp' =>
{ lastUpdated => 1160505291, message => q|Which template to use for the page history display.| },
'pageHistoryTemplateId label' =>
{ lastUpdated => 1160505291, message => q|Page History Template| },
'pageListTemplateId hoverHelp' =>
{ lastUpdated => 1160417517, message => q|Which template to use for displaying lists of pages.| },
'pageListTemplateId label' =>
{ lastUpdated => 1160417517, message => q|Page List Template| },
'func addPage link text' =>
{ lastUpdated => 1160157064, message => q|Add a new page| },
'func listPages link text' =>
{ lastUpdated => 1160417517, message => q|List all pages| },
'func recentChanges link text' =>
{ lastUpdated => 1160768887, message => q|Show recent changes| },
'listPages title' =>
{ lastUpdated => 1160417517, message => q|List of pages| },
};
1;