2nd update from Kristi's edits
This commit is contained in:
parent
b6991a7a8a
commit
f9d5dcd9ee
11 changed files with 57 additions and 40 deletions
|
|
@ -134,7 +134,7 @@ our $HELP = {
|
|||
},
|
||||
|
||||
'manage ad spaces' => {
|
||||
title => 'add ad space',
|
||||
title => 'manage ad spaces',
|
||||
body => 'add ad space body',
|
||||
source => 'www_manageAdSpaces',
|
||||
fields => [
|
||||
|
|
|
|||
|
|
@ -55,9 +55,6 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'webgui.version'
|
||||
},
|
||||
{
|
||||
'name' => 'webgui.version'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,14 +8,22 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'settings',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'aoi rank',
|
||||
namespace => 'Macro_AOIRank',
|
||||
},
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -11,10 +11,15 @@ our $HELP = {
|
|||
{
|
||||
tag => 'metadata manage',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'settings',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'aoi hits',
|
||||
namespace => 'Macro_AOIHits',
|
||||
},
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
|
|
|
|||
|
|
@ -139,6 +139,12 @@ our $I18N = {
|
|||
context => q|a menu label for manageing ad spaces|
|
||||
},
|
||||
|
||||
'manage ad spaces title' => {
|
||||
message => q|Manage ad spaces|,
|
||||
lastUpdated => 1165364029,
|
||||
context => q|a title for the manage ad spaces screen|
|
||||
},
|
||||
|
||||
'add an ad' => {
|
||||
message => q|Add an ad.|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -385,10 +385,10 @@ a URL will be made from the parent's URL and the <b>Menu Title</b>.</p>|,
|
|||
},
|
||||
|
||||
'108 description' => {
|
||||
message => q|<p>The owner of a asset is usually the person who created the asset. This user always has full edit and viewing rights on the asset.</p>
|
||||
message => q|<p>The owner of an asset is usually the person who created the asset. This user always has full edit and viewing rights of the asset.</p>
|
||||
<p><b>NOTE:</b> The owner can only be changed by an administrator.
|
||||
</p>|,
|
||||
lastUpdated => 1146629493,
|
||||
lastUpdated => 1165364456,
|
||||
},
|
||||
|
||||
'872 description' => {
|
||||
|
|
@ -412,10 +412,10 @@ a URL will be made from the parent's URL and the <b>Menu Title</b>.</p>|,
|
|||
},
|
||||
|
||||
'make package description' => {
|
||||
message => q|<p>Many WebGUI tasks are very repetitive. Automating such tasks in Webgui, such as
|
||||
message => q|<p>Many WebGUI tasks are very repetitive. Automating such tasks in WebGUI, such as
|
||||
creating an Asset, or sets of Assets, is done by creating a package that can be reused
|
||||
through the site. Check yes if you want this Asset to be available as a package.</p>|,
|
||||
lastUpdated => 1119149899,
|
||||
throughout the site. Check yes if you want this Asset to be available as a package.</p>|,
|
||||
lastUpdated => 1165365151,
|
||||
},
|
||||
|
||||
'make prototype description' => {
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'search template description' => {
|
||||
message => q|Controls the layout, look, and appearence of the Event Management System Search Page.|,
|
||||
lastUpdated => 1131394072,
|
||||
message => q|Controls the layout, look, and appearance of the Event Management System Search Page.|,
|
||||
lastUpdated => 1165364261,
|
||||
context => q|Describes this template field selector|
|
||||
},
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'add/edit help body' => {
|
||||
message => q|<p>The Event Management System (EMS) provides registration and payment for events inside WebGUI. You can assign two groups who are allowed to do event management, one to add events to the manager and another to approve them. You will also be able to setup several templates for the display of the list of events and the event checkout form.</p>
|
||||
message => q|<p>WebGUI allows registration and payments to be made directly from the site with the Event Management System (EMS). You can assign two groups who are allowed to do event management, one to add events to the manager and another to approve them. You will also be able to set up several templates for the display of the list of events and the event checkout form.</p>
|
||||
<p>Each event for sale is a Product from the Commerce System.</p>|,
|
||||
lastUpdated => 1131394070,
|
||||
context => q|Body for Add/Edit Event Managment System Help|
|
||||
|
|
@ -39,8 +39,8 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'display template description' => {
|
||||
message => q|Controls the layout, look, and appearence of an Event Management System.|,
|
||||
lastUpdated => 1131394072,
|
||||
message => q|Controls the layout, look, and appearance of an Event Management System.|,
|
||||
lastUpdated => 1165364241,
|
||||
context => q|Describes this template field selector|
|
||||
},
|
||||
|
||||
|
|
@ -51,8 +51,8 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'checkout template description' => {
|
||||
message => q|Controls the layout, look, and appearence of the Checkout screen in the Event Management System.|,
|
||||
lastUpdated => 1145400973,
|
||||
message => q|Controls the layout, look, and appearance of the Checkout screen in the Event Management System.|,
|
||||
lastUpdated => 1165364248,
|
||||
context => q|Describes this template field selector|
|
||||
},
|
||||
|
||||
|
|
@ -63,8 +63,8 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'manage purchases template description' => {
|
||||
message => q|Controls the layout, look, and appearence of the Manage Purchases screen in the Event Management System.|,
|
||||
lastUpdated => 1145400970,
|
||||
message => q|Controls the layout, look, and appearance of the Manage Purchases screen in the Event Management System.|,
|
||||
lastUpdated => 1165364251,
|
||||
context => q|Describes this template field selector|
|
||||
},
|
||||
|
||||
|
|
@ -75,8 +75,8 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'view purchase template description' => {
|
||||
message => q|Controls the layout, look, and appearence of the View Purchase screen in the Event Management System.|,
|
||||
lastUpdated => 1145401024,
|
||||
message => q|Controls the layout, look, and appearance of the View Purchase screen in the Event Management System.|,
|
||||
lastUpdated => 1165364253,
|
||||
context => q|Describes this template field selector|
|
||||
},
|
||||
|
||||
|
|
@ -87,8 +87,8 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'add/edit event template description' => {
|
||||
message => q|Controls the layout, look, and appearence of an individual Event in the Event Management System.|,
|
||||
lastUpdated => 1131394072,
|
||||
message => q|Controls the layout, look, and appearance of an individual Event in the Event Management System.|,
|
||||
lastUpdated => 1165364256,
|
||||
context => q|Describes the event template field selector|
|
||||
},
|
||||
|
||||
|
|
@ -302,8 +302,8 @@ our $I18N = { ##hashref of hashes
|
|||
},
|
||||
|
||||
'global prerequisite description' => {
|
||||
message => q|When set to yes, you may assign events belonging to another instance of an Event Management System Asset as a prerequisite event for one of the events defined in this instance os the asset. When set to no, only events defined within this instance of the asset may be used as prerequisites.|,
|
||||
lastUpdated => 1138312761,
|
||||
message => q|When set to yes, you may assign events belonging to another instance of an Event Management System Asset as a prerequisite event for one of the events defined in this instance of the asset. When set to no, only events defined within this instance of the asset may be used as prerequisites.|,
|
||||
lastUpdated => 1165364300,
|
||||
},
|
||||
|
||||
'price must be greater than zero' => {
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@ our $I18N = {
|
|||
|
||||
'timeRowTemplateId hoverhelp' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Template to user for building rows in the time tracker|
|
||||
message => q|Template to use for building rows in the time tracker|
|
||||
},
|
||||
|
||||
'groupToManage hoverhelp' => {
|
||||
|
|
@ -313,8 +313,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'timetracking add/edit body' => {
|
||||
lastUpdated => 0,
|
||||
message => q|The Time Tracking Asset lets you define a set of tasks and then to track how well they are accomplished against an original estimate for the task.|,
|
||||
lastUpdated => 1165365096,
|
||||
message => q|The Time Tracking Asset lets you define a set of tasks and then track how well they are accomplished against an original estimate for the task.|,
|
||||
},
|
||||
|
||||
'report.nextWeek.url' => {
|
||||
|
|
|
|||
|
|
@ -80,8 +80,8 @@ is displayed as part of a Layout Asset, the Layout Asset's <b>Style Template</b>
|
|||
},
|
||||
|
||||
'85 description' => {
|
||||
message => q|A content area in which you can place as much content as you wish. For instance, even before a FAQ there is usually a paragraph describing what is contained in the FAQ. |,
|
||||
lastUpdated => 1119410887,
|
||||
message => q|A content area in which you can place as much content as you wish. For instance, even before an FAQ there is usually a paragraph describing what is contained in the FAQ. |,
|
||||
lastUpdated => 1165364350,
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -11,11 +11,12 @@ our $I18N = {
|
|||
<p><b>^AdSpace;</b><br />
|
||||
<b>^AdSpace(adName);</b><br />
|
||||
This macro is used to display advertisements from the AdSpace system on a page. The macro
|
||||
takes a single argument, wihch is the name of the Ad Space from the AdSpace manager to display.
|
||||
takes a single argument, which is the name of the Ad Space from the AdSpace manager to display
|
||||
from the AdSpace manager.
|
||||
As a convenience, the AdSpace manager will display the macro code to put into a page to
|
||||
display each Ad Space.</p>
|
||||
|,
|
||||
lastUpdated => 1144979672,
|
||||
lastUpdated => 1165363527,
|
||||
},
|
||||
|
||||
'macroName' => {
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ package WebGUI::i18n::English::Workflow_Activity;
|
|||
|
||||
our $I18N = {
|
||||
'description help' => {
|
||||
message => q|Put a long explaination here of what this activity is doing.|,
|
||||
message => q|Put a long explanation here of what this activity is doing.|,
|
||||
context => q|the hover help for the description field|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1165363730,
|
||||
},
|
||||
|
||||
'description' => {
|
||||
|
|
@ -32,9 +32,9 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'add/edit workflow activity body' => {
|
||||
message => q|Add/Edit Workflow Activity|,
|
||||
context => q|<p>Most Workflow Activities have these basic fields and properties:</p>|,
|
||||
lastUpdated => 0,
|
||||
message => q|<p>Most Workflow Activities have these basic fields and properties:</p>|,
|
||||
context => q|Body for the add and edit workflow activity screen|,
|
||||
lastUpdated => 1165365265,
|
||||
},
|
||||
|
||||
'list of installed activities' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue