wiki
This commit is contained in:
parent
d67a28fee2
commit
d1d368dcd1
2 changed files with 125 additions and 0 deletions
31
lib/WebGUI/i18n/English/Asset_WikiPage.pm
Normal file
31
lib/WebGUI/i18n/English/Asset_WikiPage.pm
Normal 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| },
|
||||
'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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue