table of contents with internationalization
This commit is contained in:
parent
854ce5999b
commit
56e5b7ef2b
117 changed files with 628 additions and 228 deletions
|
|
@ -33,7 +33,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(511,"Asset_Event"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Event"),
|
||||
icon=>'calendar.gif',
|
||||
tableName=>'EventsCalendar_event',
|
||||
className=>'WebGUI::Asset::Event',
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('file',"Asset_File"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_File"),
|
||||
tableName=>'FileAsset',
|
||||
className=>'WebGUI::Asset::File',
|
||||
properties=>{
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('image',"Asset_Image"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Image"),
|
||||
tableName=>'ImageAsset',
|
||||
className=>'WebGUI::Asset::File::Image',
|
||||
properties=>{
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ Returns the displayable name of this asset.
|
|||
=cut
|
||||
|
||||
sub getName {
|
||||
return WebGUI::International::get('file pile',"Asset_FilePile");
|
||||
return WebGUI::International::get('assetName',"Asset_FilePile");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('post',"Asset_Post"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Post"),
|
||||
icon=>'post.gif',
|
||||
tableName=>'Post',
|
||||
className=>'WebGUI::Asset::Post',
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('thread',"Asset_Thread"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Thread"),
|
||||
icon=>'thread.gif',
|
||||
tableName=>'Thread',
|
||||
className=>'WebGUI::Asset::Post::Thread',
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('redirect',"Asset_Redirect"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Redirect"),
|
||||
uiLevel => 9,
|
||||
icon=>'redirect.gif',
|
||||
tableName=>'redirect',
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>'Rich Editor',
|
||||
assetName=>WebGUI::International::get('assetName','Asset_RichEdit'),
|
||||
icon=>'richEdit.gif',
|
||||
uiLevel => 5,
|
||||
tableName=>'RichEdit',
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(3,"Asset_Shortcut"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Shortcut"),
|
||||
icon=>'shortcut.gif',
|
||||
tableName=>'Shortcut',
|
||||
className=>'WebGUI::Asset::Shortcut',
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('snippet',"Asset_Snippet"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Snippet"),
|
||||
uiLevel => 5,
|
||||
icon=>'snippet.gif',
|
||||
tableName=>'snippet',
|
||||
|
|
@ -104,7 +104,7 @@ sub getEditForm {
|
|||
}
|
||||
$tabform->getTab("properties")->codearea(
|
||||
-name=>"snippet",
|
||||
-label=>WebGUI::International::get('snippet', 'Asset_Snippet'),
|
||||
-label=>WebGUI::International::get('assetName', 'Asset_Snippet'),
|
||||
-hoverHelp=>WebGUI::International::get('snippet description', 'Asset_Snippet'),
|
||||
-value=>$self->getValue("snippet")
|
||||
);
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('template',"Asset_Template"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Template"),
|
||||
icon=>'template.gif',
|
||||
tableName=>'template',
|
||||
className=>'WebGUI::Asset::Template',
|
||||
|
|
@ -171,7 +171,7 @@ sub getEditForm {
|
|||
);
|
||||
$tabform->getTab("properties")->codearea(
|
||||
-name=>"template",
|
||||
-label=>WebGUI::International::get('template', 'Asset_Template'),
|
||||
-label=>WebGUI::International::get('assetName', 'Asset_Template'),
|
||||
-hoverHelp=>WebGUI::International::get('template description', 'Asset_Template'),
|
||||
-value=>$self->getValue("template")
|
||||
);
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ sub definition {
|
|||
}
|
||||
);
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(1,"Asset_Article"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Article"),
|
||||
icon=>'article.gif',
|
||||
autoGenerateForms=>1,
|
||||
tableName=>'Article',
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get('collaboration system',"Asset_Collaboration"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Collaboration"),
|
||||
icon=>'collaboration.gif',
|
||||
tableName=>'Collaboration',
|
||||
className=>'WebGUI::Asset::Wobject::Collaboration',
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(1,"Asset_DataForm"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_DataForm"),
|
||||
uiLevel => 5,
|
||||
tableName=>'DataForm',
|
||||
icon=>'dataForm.gif',
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(2,"Asset_EventsCalendar"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_EventsCalendar"),
|
||||
uiLevel => 9,
|
||||
icon=>'calendar.gif',
|
||||
tableName=>'EventsCalendar',
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get("folder","Asset_Folder"),
|
||||
assetName=>WebGUI::International::get("assetName","Asset_Folder"),
|
||||
uiLevel => 5,
|
||||
icon=>'folder.gif',
|
||||
tableName=>'Folder',
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(3,"Asset_HttpProxy"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_HttpProxy"),
|
||||
uiLevel => 5,
|
||||
icon=>'httpProxy.gif',
|
||||
tableName=>'HttpProxy',
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get("layout","Asset_Layout"),
|
||||
assetName=>WebGUI::International::get("assetName","Asset_Layout"),
|
||||
icon=>'layout.gif',
|
||||
tableName=>'Layout',
|
||||
className=>'WebGUI::Asset::Wobject::Layout',
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ sub definition {
|
|||
}
|
||||
);
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(2,"Asset_MessageBoard"),
|
||||
assetName=>WebGUI::International::get(assetName,"Asset_MessageBoard"),
|
||||
icon=>'messageBoard.gif',
|
||||
tableName=>'MessageBoard',
|
||||
className=>'WebGUI::Asset::Wobject::MessageBoard',
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get("navigation","Asset_Navigation"),
|
||||
assetName=>WebGUI::International::get("assetName","Asset_Navigation"),
|
||||
icon=>'navigation.gif',
|
||||
tableName=>'Navigation',
|
||||
className=>'WebGUI::Asset::Wobject::Navigation',
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(1,"Asset_Poll"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Poll"),
|
||||
tableName=>'Poll',
|
||||
icon=>'poll.gif',
|
||||
className=>'WebGUI::Asset::Wobject::Poll',
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(1,"Asset_Product"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_Product"),
|
||||
icon=>'product.gif',
|
||||
tableName=>'Product',
|
||||
className=>'WebGUI::Asset::Wobject::Product',
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(1,"Asset_SQLReport"),
|
||||
assetName=>WebGUI::International::get('assetName',"Asset_SQLReport"),
|
||||
uiLevel => 9,
|
||||
icon=>'sqlReport.gif',
|
||||
tableName=>'SQLReport',
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $definition = shift;
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(1,'Asset_Survey'),
|
||||
assetName=>WebGUI::International::get('assetName','Asset_Survey'),
|
||||
uiLevel => 5,
|
||||
icon=>'survey.gif',
|
||||
tableName => 'Survey',
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ sub definition {
|
|||
}
|
||||
);
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(2,'Asset_SyndicatedContent'),
|
||||
assetName=>WebGUI::International::get('assetName','Asset_SyndicatedContent'),
|
||||
uiLevel=>6,
|
||||
autoGenerateForms=>1,
|
||||
icon=>'syndicatedContent.gif',
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ my $httpHeaderFieldType;
|
|||
$httpHeaderFieldType = 'hidden';
|
||||
}
|
||||
push(@{$definition}, {
|
||||
assetName=>WebGUI::International::get(1, "Asset_WSClient"),
|
||||
assetName=>WebGUI::International::get('assetName', "Asset_WSClient"),
|
||||
uiLevel=>9,
|
||||
icon=>'web_services.gif',
|
||||
tableName=>'WSClient',
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ our $HELP = {
|
|||
body => 'snippet add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'snippet',
|
||||
title => 'assetName',
|
||||
description => 'snippet description',
|
||||
namespace => 'Asset_Snippet',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ our $HELP = {
|
|||
namespace => 'Asset_Template',
|
||||
},
|
||||
{
|
||||
title => 'template',
|
||||
title => 'assetName',
|
||||
description => 'template description',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -116,6 +116,8 @@ sub getOperations {
|
|||
'addUsersToGroupSave' => 'WebGUI::Operation::Group',
|
||||
'viewHelp' => 'WebGUI::Operation::Help',
|
||||
'viewHelpIndex' => 'WebGUI::Operation::Help',
|
||||
'viewHelpTOC' => 'WebGUI::Operation::Help',
|
||||
'viewHelpChapter' => 'WebGUI::Operation::Help',
|
||||
'viewMessageLog' => 'WebGUI::Operation::MessageLog',
|
||||
'viewMessageLogMessage' => 'WebGUI::Operation::MessageLog',
|
||||
'editProfile' => 'WebGUI::Operation::Profile',
|
||||
|
|
|
|||
|
|
@ -20,17 +20,33 @@ use WebGUI::Session;
|
|||
use WebGUI::URL;
|
||||
use WebGUI::Utility;
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub _load {
|
||||
my $namespace = shift;
|
||||
$namespace =~ s/[^\w\d\s]//g;
|
||||
my $cmd = "WebGUI::Help::".$namespace;
|
||||
my $load = sprintf 'use %-s; $%-s::HELP;', $cmd, $cmd;
|
||||
my $hash = eval($load);
|
||||
unless ($@) {
|
||||
return $hash
|
||||
}
|
||||
else {
|
||||
WebGUI::ErrorHandler::error("Help failed to compile: $namespace. ".$@);
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub _get {
|
||||
my $id = shift;
|
||||
my $namespace = shift;
|
||||
$namespace =~ s/[^\w\d\s]//g;
|
||||
$id =~ s/[^\w\d\s\/]//g;
|
||||
my $cmd = "WebGUI::Help::".$namespace;
|
||||
my $load = "use ".$cmd;
|
||||
eval($load);
|
||||
$cmd = "\$".$cmd."::HELP->{'".$id."'}";
|
||||
return eval($cmd);
|
||||
my $help = _load($namespace);
|
||||
if (keys %{ $help } ) {
|
||||
return $help->{$id};
|
||||
}
|
||||
else {
|
||||
return "Unable to load help for $namespace -> $id\n";
|
||||
}
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -38,6 +54,29 @@ sub _link {
|
|||
return WebGUI::URL::page('op=viewHelp;hid='.WebGUI::URL::escape($_[0]).';namespace='.$_[1]);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub _linkTOC {
|
||||
return WebGUI::URL::page('op=viewHelpChapter;namespace='.$_[0]);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub _getHelpName {
|
||||
my $file = shift;
|
||||
my $helpName;
|
||||
WebGUI::ErrorHandler::warn("file=$file");
|
||||
if ($file =~ /^Asset_/) {
|
||||
$helpName = WebGUI::International::get('assetName',$file);
|
||||
}
|
||||
elsif ($file =~ /^Macro_/) {
|
||||
$helpName = WebGUI::International::get('macroName',$file);
|
||||
}
|
||||
else {
|
||||
$helpName = WebGUI::International::get('topicName',$file);
|
||||
}
|
||||
WebGUI::ErrorHandler::warn("helpName=$helpName");
|
||||
return $helpName;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_viewHelp {
|
||||
return WebGUI::Privilege::insufficient() unless (WebGUI::Grouping::isInGroup(7));
|
||||
|
|
@ -58,6 +97,7 @@ sub www_viewHelp {
|
|||
}
|
||||
my $body = WebGUI::Asset::Template->new("PBtmplHelp000000000001")->process(\%vars);
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95));
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpTOC'),WebGUI::International::get('help contents'));
|
||||
return $ac->render(
|
||||
WebGUI::Macro::process($body),
|
||||
WebGUI::International::get(93).': '.$i18n->get($help->{title})
|
||||
|
|
@ -76,20 +116,12 @@ sub www_viewHelpIndex {
|
|||
foreach my $file (@files) {
|
||||
if ($file =~ /(.*?)\.pm$/) {
|
||||
my $namespace = $1;
|
||||
my $cmd = "WebGUI::Help::".$namespace;
|
||||
my $load = "use ".$cmd;
|
||||
eval($load);
|
||||
unless ($@) {
|
||||
$cmd = "\$".$cmd."::HELP";
|
||||
my $help = eval($cmd);
|
||||
foreach my $key (keys %{$help}) {
|
||||
push @helpIndex, [$namespace, $key,
|
||||
WebGUI::International::get($help->{$key}{title},$namespace)];
|
||||
$i++;
|
||||
}
|
||||
} else {
|
||||
WebGUI::ErrorHandler::error("Help failed to compile: $namespace. ".$@);
|
||||
}
|
||||
my $help = _load($namespace);
|
||||
foreach my $key (keys %{$help}) {
|
||||
push @helpIndex, [$namespace, $key,
|
||||
WebGUI::International::get($help->{$key}{title},$namespace)];
|
||||
$i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
my $output = '<table width="100%" class="content"><tr><td valign="top">';
|
||||
|
|
@ -105,7 +137,57 @@ sub www_viewHelpIndex {
|
|||
}
|
||||
}
|
||||
$output .= '</td></tr></table>';
|
||||
return WebGUI::AdminConsole->new("help")->render($output);
|
||||
my $ac = WebGUI::AdminConsole->new("help");
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpTOC'),WebGUI::International::get('help contents'));
|
||||
return $ac->render($output, join ': ',WebGUI::International::get(93), WebGUI::International::get('help index'));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_viewHelpTOC {
|
||||
return WebGUI::Privilege::insufficient() unless (WebGUI::Grouping::isInGroup(7));
|
||||
my @helpIndex;
|
||||
my $i;
|
||||
my $dir = $session{config}{webguiRoot}.$session{os}{slash}."lib".$session{os}{slash}."WebGUI".$session{os}{slash}."Help";
|
||||
opendir (DIR,$dir) or WebGUI::ErrorHandler::fatal("Can't open Help directory!");
|
||||
my @files = grep { /\.pm$/} readdir(DIR);
|
||||
closedir(DIR);
|
||||
my $third = round(@files/3 + 0.50);
|
||||
my @entries;
|
||||
foreach my $file (@files) {
|
||||
$file =~ s/\.pm$//;
|
||||
push @entries, [_getHelpName($file), $file];
|
||||
}
|
||||
$i = 0;
|
||||
my $output = '<table width="100%" class="content"><tr><td valign="top">';
|
||||
@entries = sort { $a->[0] cmp $b->[0] } @entries;
|
||||
foreach my $helpEntry (@entries) {
|
||||
my ($helpName, $helpFile) = @{ $helpEntry };
|
||||
$output .= '<p><a href="'._linkTOC($helpFile).'">'.$helpName."</a></p>\n";
|
||||
$i++;
|
||||
if ($i % $third == 0) {
|
||||
$output .= '</td><td valign="top">';
|
||||
}
|
||||
}
|
||||
$output .= '</td></tr></table>';
|
||||
my $ac = WebGUI::AdminConsole->new("help");
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95));
|
||||
return $ac->render($output, join ': ',WebGUI::International::get(93), WebGUI::International::get('help toc'));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_viewHelpChapter {
|
||||
return WebGUI::Privilege::insufficient() unless (WebGUI::Grouping::isInGroup(7));
|
||||
my $namespace = $session{form}{namespace};
|
||||
my $help = _load($namespace);
|
||||
my @entries = sort keys %{ $help };
|
||||
my $output = '';
|
||||
foreach my $id (@entries) {
|
||||
$output .= '<p><a href="'._link($id,$namespace).'">'.WebGUI::International::get($help->{$id}{title},$namespace).'</a></p>';
|
||||
}
|
||||
my $ac = WebGUI::AdminConsole->new("help");
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpIndex'),WebGUI::International::get(95));
|
||||
$ac->addSubmenuItem(WebGUI::URL::page('op=viewHelpTOC'),WebGUI::International::get('help contents'));
|
||||
return $ac->render($output, join ': ',WebGUI::International::get(93), _getHelpName($namespace));
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -764,6 +764,10 @@ config file must be enabled for this function to be available.</p>
|
|||
context => q|Help body for Page Export operation|
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Assets|,
|
||||
lastUpdated => 1128920336,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@ NOTE: You can create a multi-paged article by placing the separator macro (^
|
|||
},
|
||||
|
||||
|
||||
'1' => {
|
||||
'assetName' => {
|
||||
message => q|Article|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1128830974
|
||||
},
|
||||
|
||||
'72' => {
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@ package WebGUI::i18n::English::Asset_Collaboration;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'collaboration system' => {
|
||||
'assetName' => {
|
||||
message => q|Collaboration System|,
|
||||
context => q|label for Asset Manager|,
|
||||
lastUpdated => 1107391162,
|
||||
lastUpdated => 1128831039,
|
||||
},
|
||||
|
||||
'preview' => {
|
||||
|
|
|
|||
|
|
@ -131,9 +131,9 @@ or to return to the page where the it was created.|,
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
'assetName' => {
|
||||
message => q|Data Form|,
|
||||
lastUpdated => 1052045252
|
||||
lastUpdated => 1128831089
|
||||
},
|
||||
|
||||
'88' => {
|
||||
|
|
|
|||
|
|
@ -213,8 +213,8 @@ The description of this event.
|
|||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Don\'t delete anything, I made a mistake.'
|
||||
},
|
||||
'511' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'assetName' => {
|
||||
'lastUpdated' => 1128639297,
|
||||
'message' => 'Event'
|
||||
},
|
||||
'702' => {
|
||||
|
|
|
|||
|
|
@ -102,8 +102,8 @@ The title of an individual event.
|
|||
'lastUpdated' => 1038190379,
|
||||
'message' => 'Event Template'
|
||||
},
|
||||
'2' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'assetName' => {
|
||||
'lastUpdated' => 1128832357,
|
||||
'message' => 'Events Calendar'
|
||||
},
|
||||
'560' => {
|
||||
|
|
|
|||
|
|
@ -62,10 +62,10 @@ The type of the file (PDF, etc.)
|
|||
lastUpdated => 1106762088
|
||||
},
|
||||
|
||||
'file' => {
|
||||
'assetName' => {
|
||||
message => q|File|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
lastUpdated => 1121703035,
|
||||
lastUpdated => 1128640132,
|
||||
},
|
||||
|
||||
'new file description' => {
|
||||
|
|
|
|||
|
|
@ -72,10 +72,10 @@ have the following properties:
|
|||
lastUpdated => 1107387324,
|
||||
},
|
||||
|
||||
'file pile' => {
|
||||
'assetName' => {
|
||||
message => q|File Pile|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
lastUpdated => 1121702938,
|
||||
lastUpdated => 1128639521,
|
||||
},
|
||||
|
||||
'upload files' => {
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ If this Asset is a File, the URL to the actual file for downloading.
|
|||
lastUpdated => 1121790331,
|
||||
},
|
||||
|
||||
'folder' => {
|
||||
'assetName' => {
|
||||
message => q|Folder|,
|
||||
context => q|label for Asset Manager|,
|
||||
lastUpdated => 1121703567,
|
||||
|
|
|
|||
|
|
@ -91,9 +91,9 @@ Any text after the <b>Stop At</b> string.
|
|||
lastUpdated => 1119244033,
|
||||
},
|
||||
|
||||
'3' => {
|
||||
'assetName' => {
|
||||
message => q|HTTP Proxy|,
|
||||
lastUpdated => 1031510000
|
||||
lastUpdated => 1128831337
|
||||
},
|
||||
|
||||
'9' => {
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ as File Assets. Below are the properties that are specific to Image Assets:</P>
|
|||
lastUpdated => 1119409764,
|
||||
},
|
||||
|
||||
'image' => {
|
||||
'assetName' => {
|
||||
message => q|Image|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
lastUpdated => 1121703104,
|
||||
lastUpdated => 1128639970,
|
||||
},
|
||||
|
||||
'new file description' => {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
package WebGUI::i18n::English::Asset_Layout;
|
||||
|
||||
our $I18N = {
|
||||
'layout' => {
|
||||
'assetName' => {
|
||||
message => q|Page|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1128832065,
|
||||
context=>q|The name of the layout asset.|
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -177,9 +177,9 @@ A conditional indicating whether there is more than one forum.
|
|||
lastUpdated => 1066584548
|
||||
},
|
||||
|
||||
'2' => {
|
||||
'assetName' => {
|
||||
message => q|Message Board|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1128831826
|
||||
},
|
||||
|
||||
'73' => {
|
||||
|
|
|
|||
|
|
@ -117,9 +117,9 @@ our $I18N = {
|
|||
lastUpdated => 1077078456
|
||||
},
|
||||
|
||||
'navigation' => {
|
||||
'assetName' => {
|
||||
message => q|Navigation|,
|
||||
lastUpdated => 1077078526,
|
||||
lastUpdated => 1128834268,
|
||||
context => q|Title of the navigation manager in the admin console.|
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -163,9 +163,9 @@ width is 150 pixels.|,
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
'assetName' => {
|
||||
message => q|Poll|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1128831777
|
||||
},
|
||||
|
||||
'4' => {
|
||||
|
|
|
|||
|
|
@ -441,10 +441,10 @@ user subscribed to.
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'post' => {
|
||||
'assetName' => {
|
||||
message => q|Post|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
lastUpdated => 1121703104,
|
||||
lastUpdated => 1128829703,
|
||||
},
|
||||
|
||||
'new file description' => {
|
||||
|
|
|
|||
|
|
@ -233,9 +233,9 @@ The WebGUI management controls for this related product.
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
'assetName' => {
|
||||
message => q|Product|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1128831682
|
||||
},
|
||||
|
||||
'18' => {
|
||||
|
|
|
|||
|
|
@ -30,10 +30,10 @@ The URL where the user will be redirected.
|
|||
lastUpdated => 1119574089,
|
||||
},
|
||||
|
||||
'redirect' => {
|
||||
'assetName' => {
|
||||
message => q|Redirect|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
lastUpdated => 1121703197,
|
||||
lastUpdated => 1128829970,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -416,6 +416,11 @@ option is set to Yes, then all whitespace entered into the form will be preserve
|
|||
lastUpdated => 1119584875,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Rich Edit|,
|
||||
lastUpdated => 1128830747,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -99,9 +99,9 @@ A question mark ? in the query represents a placeholder. Note that the ? is not
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
'assetName' => {
|
||||
message => q|SQL Report|,
|
||||
lastUpdated => 1031514049
|
||||
lastUpdated => 1128834150
|
||||
},
|
||||
|
||||
'4' => {
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ A property or value must be quoted if it contains spaces. Feel free to use the c
|
|||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'3' => {
|
||||
'assetName' => {
|
||||
message => q|Shortcut|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ package WebGUI::i18n::English::Asset_Snippet;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'snippet' => {
|
||||
'assetName' => {
|
||||
message => q|Snippet|,
|
||||
lastUpdated => 1104629663,
|
||||
lastUpdated => 1128830080,
|
||||
context => 'Default name of all snippets'
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -545,9 +545,9 @@ The default label for survey.url.
|
|||
lastUpdated => 1110068088,
|
||||
},
|
||||
|
||||
'1' => {
|
||||
'assetName' => {
|
||||
message => q|Survey|,
|
||||
lastUpdated => 1033942924
|
||||
lastUpdated => 1128832543
|
||||
},
|
||||
|
||||
'88' => {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ our $I18N = {
|
|||
'lastUpdated' => 1031514049,
|
||||
'message' => 'URL to RSS File'
|
||||
},
|
||||
'2' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'assetName' => {
|
||||
'lastUpdated' => 1128832427,
|
||||
'message' => 'Syndicated Content'
|
||||
},
|
||||
'3' => {
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@ our $I18N = {
|
|||
lastUpdated => 1107391135,
|
||||
},
|
||||
|
||||
'template' => {
|
||||
'assetName' => {
|
||||
message => q|Template|,
|
||||
context => q|label for Template Add/Edit Form|,
|
||||
lastUpdated => 1107391162,
|
||||
lastUpdated => 1128830570,
|
||||
},
|
||||
|
||||
'edit template' => {
|
||||
|
|
|
|||
|
|
@ -166,10 +166,10 @@ The description of the collaboration system that this post is a part of.
|
|||
lastUpdated => 1111768115,
|
||||
},
|
||||
|
||||
'thread' => {
|
||||
'assetName' => {
|
||||
message => q|Thread|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
lastUpdated => 1121703197,
|
||||
lastUpdated => 1128829674,
|
||||
},
|
||||
|
||||
'new file description' => {
|
||||
|
|
|
|||
|
|
@ -120,9 +120,9 @@ property allows you to override the default MIME type for this page.|,
|
|||
lastUpdated => 1055348597
|
||||
},
|
||||
|
||||
'1' => {
|
||||
'assetName' => {
|
||||
message => q|Web Services Client|,
|
||||
lastUpdated => 1033575504
|
||||
lastUpdated => 1128834404
|
||||
},
|
||||
|
||||
'72' => {
|
||||
|
|
|
|||
|
|
@ -692,7 +692,12 @@ Usually the RDN looks something like:</p>
|
|||
message => q|LDAP Connections|,
|
||||
lastUpdated =>1092930637,
|
||||
context => q|Title of the ldap connection manager for the admin console.|
|
||||
},
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|LDAP Authentication|,
|
||||
lastUpdated => 1128919880
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -236,6 +236,11 @@ our $I18N = {
|
|||
lastUpdated => 1071507752
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|WebGUI Authentication|,
|
||||
lastUpdated => 1128919828,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -493,6 +493,10 @@ A radio button tied to this plugin.<br>
|
|||
lastUpdated => 0,
|
||||
context => q|The label for the view shopping cart link in the confirm checkout screen.|
|
||||
},
|
||||
'topicName' => {
|
||||
message => q|Commerce|,
|
||||
lastUpdated => 1128920490,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AOIHits;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|AOI Hits|,
|
||||
lastUpdated => 1128837648,
|
||||
},
|
||||
|
||||
'aoi hits title' => {
|
||||
message => q|AOI Hits Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AOIRank;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|AOI Rank|,
|
||||
lastUpdated => 1128837912,
|
||||
},
|
||||
|
||||
'aoi rank title' => {
|
||||
message => q|AOI Rank Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -122,6 +122,11 @@ The URL for executing this admin function.
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'macroName' => {
|
||||
message => q|AdminBar|,
|
||||
lastUpdated => 1128837324
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AdminText;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Admin Text|,
|
||||
lastUpdated => 1128837612,
|
||||
},
|
||||
|
||||
'admin text title' => {
|
||||
message => q|Admin Text Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AdminToggle;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Admin Toggle|,
|
||||
lastUpdated => 1128837629,
|
||||
},
|
||||
|
||||
'admin toggle title' => {
|
||||
message => q|Admin Toggle Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_AssetProxy;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Asset Proxy|,
|
||||
lastUpdated => 1128837929,
|
||||
},
|
||||
|
||||
'asset proxy title' => {
|
||||
message => q|Asset Proxy Macro|,
|
||||
lastUpdated => 1112315917,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_At_username;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|User Name|,
|
||||
lastUpdated => 1128837946,
|
||||
},
|
||||
|
||||
'username title' => {
|
||||
message => q|User Name Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_CanEditText;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Can Edit Text|,
|
||||
lastUpdated => 1128837964,
|
||||
},
|
||||
|
||||
'can edit text title' => {
|
||||
message => q|Can Edit Text Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_D_date;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Date|,
|
||||
lastUpdated => 1128837997,
|
||||
},
|
||||
|
||||
'date title' => {
|
||||
message => q|Date Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_EditableToggle;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Editable Toggle|,
|
||||
lastUpdated => 1128838139,
|
||||
},
|
||||
|
||||
'editable toggle title' => {
|
||||
message => q|Editable Toggle Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ package WebGUI::i18n::English::Macro_Env;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'env title' => {
|
||||
message => q|Environment Variable Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
'macroName' => {
|
||||
message => q|Environment Variable|,
|
||||
lastUpdated => 1128838196,
|
||||
},
|
||||
|
||||
'env body' => {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_Execute;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Execute|,
|
||||
lastUpdated => 1128838230,
|
||||
},
|
||||
|
||||
'execute title' => {
|
||||
message => q|Execute Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_Extras;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Extras|,
|
||||
lastUpdated => 1128838281,
|
||||
},
|
||||
|
||||
'extras title' => {
|
||||
message => q|Extras Macro|,
|
||||
lastUpdated => 1112466752,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_FileUrl;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|File Url|,
|
||||
lastUpdated => 1128838332,
|
||||
},
|
||||
|
||||
'file url title' => {
|
||||
message => q|File Url Macro|,
|
||||
lastUpdated => 1112315917,
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ package WebGUI::i18n::English::Macro_FormParam;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Form Parameter|,
|
||||
lastUpdated => 1128838349,
|
||||
},
|
||||
|
||||
'form param title' => {
|
||||
message => q|Form Parameter Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_GroupAdd;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'group add title' => {
|
||||
message => q|Group Add Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Group Add|,
|
||||
lastUpdated => 1128838422,
|
||||
},
|
||||
|
||||
'group add title' => {
|
||||
message => q|Group Add Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'group add body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_GroupDelete;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'group delete title' => {
|
||||
message => q|Group Delete Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Group Delete|,
|
||||
lastUpdated => 1128838485,
|
||||
},
|
||||
|
||||
'group delete title' => {
|
||||
message => q|Group Delete Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'group delete body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_GroupText;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'group text title' => {
|
||||
message => q|Group Text Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Group Text|,
|
||||
lastUpdated => 1128838520,
|
||||
},
|
||||
|
||||
'group text title' => {
|
||||
message => q|Group Text Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'group text body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_H_homeLink;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'home link title' => {
|
||||
message => q|Home Link Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Home Link|,
|
||||
lastUpdated => 1128838633,
|
||||
},
|
||||
|
||||
'home link title' => {
|
||||
message => q|Home Link Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'home link body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Hash_userId;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'user id title' => {
|
||||
message => q|User Id Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|User Id|,
|
||||
lastUpdated => 1128838613,
|
||||
},
|
||||
|
||||
'user id title' => {
|
||||
message => q|User Id Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'user id body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_If;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'if title' => {
|
||||
message => q|If Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|If|,
|
||||
lastUpdated => 1128838656,
|
||||
},
|
||||
|
||||
'if title' => {
|
||||
message => q|If Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'if body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Include;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'include title' => {
|
||||
message => q|Include Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Include|,
|
||||
lastUpdated => 1128838682,
|
||||
},
|
||||
|
||||
'include title' => {
|
||||
message => q|Include Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'include body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_International;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'international title' => {
|
||||
message => q|International Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|International|,
|
||||
lastUpdated => 1128838702,
|
||||
},
|
||||
|
||||
'international title' => {
|
||||
message => q|International Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'international body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_JavaScript;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'java script title' => {
|
||||
message => q|JavaScript Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|JavaScript|,
|
||||
lastUpdated => 1128839022,
|
||||
},
|
||||
|
||||
'java script title' => {
|
||||
message => q|JavaScript Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'java script body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_L_loginBox;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'login box title' => {
|
||||
message => q|Login Box Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Login Box|,
|
||||
lastUpdated => 1128839093,
|
||||
},
|
||||
|
||||
'login box title' => {
|
||||
message => q|Login Box Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'login box body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_LastModified;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'last modified title' => {
|
||||
message => q|LastModified Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|LastModified|,
|
||||
lastUpdated => 1128839043,
|
||||
},
|
||||
|
||||
'last modified title' => {
|
||||
message => q|LastModified Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'last modified body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_LoginToggle;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'login toggle title' => {
|
||||
message => q|Login Toggle Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Login Toggle|,
|
||||
lastUpdated => 1128839147,
|
||||
},
|
||||
|
||||
'login toggle title' => {
|
||||
message => q|Login Toggle Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'login toggle body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Page;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'page title' => {
|
||||
message => q|Page Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Page|,
|
||||
lastUpdated => 1128839316,
|
||||
},
|
||||
|
||||
'page title' => {
|
||||
message => q|Page Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'page body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_PageTitle;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'page title title' => {
|
||||
message => q|PageTitle Macro|,
|
||||
lastUpdated => 1112503983,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Page Title|,
|
||||
lastUpdated => 1128839334,
|
||||
},
|
||||
|
||||
'page title title' => {
|
||||
message => q|Page Title Macro|,
|
||||
lastUpdated => 1128839384,
|
||||
},
|
||||
|
||||
'page title body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_PageUrl;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'page url title' => {
|
||||
message => q|Page URL Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Page URL|,
|
||||
lastUpdated => 1128839374,
|
||||
},
|
||||
|
||||
'page url title' => {
|
||||
message => q|Page URL Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'page url body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q|Message indicatin the available configurations.|
|
||||
}
|
||||
'macroName' => {
|
||||
message => q|Product|,
|
||||
lastUpdated => 1128918830,
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Quote;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'quote title' => {
|
||||
message => q|Quote Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Quote|,
|
||||
lastUpdated => 1128918940,
|
||||
},
|
||||
|
||||
'quote title' => {
|
||||
message => q|Quote Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'quote body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_RandomAssetProxy;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'random asset proxy title' => {
|
||||
message => q|Random Asset Proxy Macro|,
|
||||
lastUpdated => 1112315917,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Random Asset Proxy|,
|
||||
lastUpdated => 1128918962,
|
||||
},
|
||||
|
||||
'random asset proxy title' => {
|
||||
message => q|Random Asset Proxy Macro|,
|
||||
lastUpdated => 1112315917,
|
||||
},
|
||||
|
||||
'random asset proxy body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_RawHeadTags;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'raw head tags title' => {
|
||||
message => q|Raw Head Tags Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Raw Head Tags|,
|
||||
lastUpdated => 1128918979,
|
||||
},
|
||||
|
||||
'raw head tags title' => {
|
||||
message => q|Raw Head Tags Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'raw head tags body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_RootTitle;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'root title title' => {
|
||||
message => q|Root Title Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Root Title|,
|
||||
lastUpdated => 1128918994,
|
||||
},
|
||||
|
||||
'root title title' => {
|
||||
message => q|Root Title Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'root title body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_SQL;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'sql title' => {
|
||||
message => q|SQL Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|SQL|,
|
||||
lastUpdated => 1128919058,
|
||||
},
|
||||
|
||||
'sql title' => {
|
||||
message => q|SQL Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'sql body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Slash_gatewayUrl;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'gateway url title' => {
|
||||
message => q|Gateway URL Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Gateway URL|,
|
||||
lastUpdated => 1128919030,
|
||||
},
|
||||
|
||||
'gateway url title' => {
|
||||
message => q|Gateway URL Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'gateway url body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Spacer;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'spacer title' => {
|
||||
message => q|Spacer Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Spacer|,
|
||||
lastUpdated => 1128919040,
|
||||
},
|
||||
|
||||
'spacer title' => {
|
||||
message => q|Spacer Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'spacer body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_Splat_random;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'random title' => {
|
||||
message => q|Random Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Random|,
|
||||
lastUpdated => 1128919051,
|
||||
},
|
||||
|
||||
'random title' => {
|
||||
message => q|Random Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'random body' => {
|
||||
message => q|
|
||||
|
|
|
|||
|
|
@ -2,10 +2,15 @@ package WebGUI::i18n::English::Macro_StyleSheet;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'style sheet title' => {
|
||||
message => q|Style Sheet Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
'macroName' => {
|
||||
message => q|Style Sheet|,
|
||||
lastUpdated => 1128919083,
|
||||
},
|
||||
|
||||
'style sheet title' => {
|
||||
message => q|Style Sheet Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'style sheet body' => {
|
||||
message => q|
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue