Remove all template parser help.
Prune WebGUI Profile help and related help. Prune Transaction and Subscription and Workflow Activity help.
This commit is contained in:
parent
74498f4490
commit
975e76ad2a
15 changed files with 11 additions and 698 deletions
|
|
@ -1,146 +1,6 @@
|
|||
package WebGUI::Help::Subscription;
|
||||
|
||||
our $HELP = {
|
||||
'subscription add/edit' => {
|
||||
title => 'help edit subscription title',
|
||||
body => 'help edit subscription body',
|
||||
fields => [
|
||||
{
|
||||
title => 'subscription name',
|
||||
description => 'subscription name description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription price',
|
||||
description => 'subscription price description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription description',
|
||||
description => 'subscription description description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription group',
|
||||
description => 'subscription group description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription duration',
|
||||
description => 'subscription duration description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'execute on subscription',
|
||||
description => 'execute on subscription description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'subscription karma',
|
||||
description => 'subscription karma description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'subscription manage' => {
|
||||
title => 'help manage subscriptions title',
|
||||
body => 'help manage subscriptions body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription add/edit',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'subscription codes manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'subscription codes manage' => {
|
||||
title => 'help manage subscription codes title',
|
||||
body => 'help manage subscription codes body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'create batch',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'subscription manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'create batch' => {
|
||||
title => 'help create batch title',
|
||||
body => 'help create batch body',
|
||||
fields => [
|
||||
{
|
||||
title => 'noc',
|
||||
description => 'noc description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'code length',
|
||||
description => 'code length description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'codes expire',
|
||||
description => 'codes expire description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'association',
|
||||
description => 'association description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
{
|
||||
title => 'batch description',
|
||||
description => 'batch description description',
|
||||
namespace => 'Subscription',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'subscription codes manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'manage batch',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'manage batch' => {
|
||||
title => 'help manage batch title',
|
||||
body => 'help manage batch body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'create batch',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
{
|
||||
tag => 'subscription codes manage',
|
||||
namespace => 'Subscription'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'redeem code' => {
|
||||
title => 'help redeem code template title',
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
package WebGUI::Help::Template_HTMLTemplate;
|
||||
|
||||
our $HELP = { ##hashref of hashes
|
||||
'html template' => {
|
||||
title => 'html template title',
|
||||
body => 'html template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
package WebGUI::Help::Template_HTMLTemplateExpr;
|
||||
|
||||
our $HELP = { ##hashref of hashes
|
||||
'html template expr' => {
|
||||
title => 'html template expr title',
|
||||
body => 'html template expr body',
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
package WebGUI::Help::Template_TemplateToolkit;
|
||||
|
||||
our $HELP = { ##hashref of hashes
|
||||
'template toolkit' => {
|
||||
title => 'template toolkit title',
|
||||
body => 'template toolkit body',
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
package WebGUI::Help::TransactionLog;
|
||||
|
||||
our $HELP = {
|
||||
'purchase history' => {
|
||||
title => 'help purchase history template title',
|
||||
body => 'help purchase history template body',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'errorMessage'
|
||||
},
|
||||
{
|
||||
'name' => 'historyLoop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'amount',
|
||||
'description' => 'amount.template'
|
||||
},
|
||||
{
|
||||
'name' => 'recurring'
|
||||
},
|
||||
{
|
||||
'name' => 'canCancel'
|
||||
},
|
||||
{
|
||||
'name' => 'cancelUrl'
|
||||
},
|
||||
{
|
||||
'name' => 'initDate'
|
||||
},
|
||||
{
|
||||
'name' => 'completionDate'
|
||||
},
|
||||
{
|
||||
'name' => 'status',
|
||||
'description' => 'status.template'
|
||||
},
|
||||
{
|
||||
'name' => 'lastPayedTerm'
|
||||
},
|
||||
{
|
||||
'name' => 'gateway'
|
||||
},
|
||||
{
|
||||
'name' => 'gatewayId'
|
||||
},
|
||||
{
|
||||
'name' => 'transactionId'
|
||||
},
|
||||
{
|
||||
'name' => 'userId'
|
||||
},
|
||||
{
|
||||
'name' => 'itemLoop',
|
||||
'variables' => [
|
||||
{
|
||||
'name' => 'amount',
|
||||
'description' => 'amount.template'
|
||||
},
|
||||
{
|
||||
'name' => 'itemName'
|
||||
},
|
||||
{
|
||||
'name' => 'itemId'
|
||||
},
|
||||
{
|
||||
'name' => 'itemType'
|
||||
},
|
||||
{
|
||||
'name' => 'quantity'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
|
|
@ -483,10 +483,6 @@ our $HELP = {
|
|||
tag => 'groups manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'user profile edit',
|
||||
namespace => 'WebGUIProfile'
|
||||
},
|
||||
{
|
||||
tag => 'user add/edit',
|
||||
namespace => 'WebGUI'
|
||||
|
|
|
|||
|
|
@ -1,107 +0,0 @@
|
|||
package WebGUI::Help::WebGUIProfile;
|
||||
|
||||
our $HELP = {
|
||||
'profile settings edit' => {
|
||||
title => '672',
|
||||
body => '627',
|
||||
fields => [
|
||||
{
|
||||
title => '475',
|
||||
description => '475 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '472',
|
||||
description => '472 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '473a',
|
||||
description => '473a description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '897a',
|
||||
description => '897a description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '474',
|
||||
description => '474 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'showAtRegistration label',
|
||||
description => 'showAtRegistration hoverHelp',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'requiredForPasswordRecovery label',
|
||||
description => 'requiredForPasswordRecovery hoverHelp',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => 'forceImageOnly label',
|
||||
description => 'forceImageOnly description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '486',
|
||||
description => '486 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '487',
|
||||
description => '487 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '488',
|
||||
description => '488 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '489',
|
||||
description => '489 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
],
|
||||
related => []
|
||||
},
|
||||
'add/edit profile settings category' => {
|
||||
title => 'user profile category add/edit title',
|
||||
body => 'user profile category add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => '470',
|
||||
description => '470 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '473',
|
||||
description => '473 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
{
|
||||
title => '897',
|
||||
description => '897 description',
|
||||
namespace => 'WebGUIProfile',
|
||||
},
|
||||
],
|
||||
related => []
|
||||
},
|
||||
'user profile edit' => {
|
||||
title => '682',
|
||||
body => '637',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'users manage',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
package WebGUI::Help::Workflow_Activity;
|
||||
|
||||
our $HELP = {
|
||||
'add/edit workflow activity' => {
|
||||
title => 'add/edit workflow activity',
|
||||
body => 'add/edit workflow activity body',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'title',
|
||||
description => 'title help',
|
||||
namespace => 'Workflow_Activity',
|
||||
},
|
||||
{
|
||||
title => 'description',
|
||||
description => 'description help',
|
||||
namespace => 'Workflow_Activity',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -102,11 +102,11 @@ our $I18N = {
|
|||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'help edit subscription title' => {
|
||||
message => q|Subscription, Add/Edit|,
|
||||
lastUpdated => 1101228391,
|
||||
context => q|The Add/Edit subscription help page title.|
|
||||
},
|
||||
# 'help edit subscription title' => {
|
||||
# message => q|Subscription, Add/Edit|,
|
||||
# lastUpdated => 1101228391,
|
||||
# context => q|The Add/Edit subscription help page title.|
|
||||
# },
|
||||
|
||||
'subscription name description' => {
|
||||
message => q|<p>Name of the subscription.</p>|,
|
||||
|
|
@ -153,14 +153,6 @@ our $I18N = {
|
|||
lastUpdated => 1120861450,
|
||||
},
|
||||
|
||||
'help edit subscription body' => {
|
||||
message => q|<p>A subscription will allow the user a piece of content which he/she has
|
||||
paid for. The following is the list of properties attached to each Description.</p>
|
||||
|,
|
||||
lastUpdated => 1167190398,
|
||||
context => q|The Add/Edit subscription help page text.|
|
||||
},
|
||||
|
||||
'codes expire' => {
|
||||
message => q|Codes expire after|,
|
||||
lastUpdated => 1101228392,
|
||||
|
|
@ -305,36 +297,6 @@ paid for. The following is the list of properties attached to each Description.<
|
|||
context => q|Menu name for createSubscriptionCodeBatch.|
|
||||
},
|
||||
|
||||
'help manage subscriptions title' => {
|
||||
message => q|Subscriptions, Manage|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Manage Subscriptions help page.|
|
||||
},
|
||||
|
||||
'help manage subscriptions body' => {
|
||||
message => q|Subscriptions allow you to sell your users group access on a subscription basis. To sell content to your users, set the content to be viewable by a certain group, then set that group to be used by the subscription.|,
|
||||
lastUpdated => 1167190537,
|
||||
context => q|The content of the Manage Subscriptions help page.|
|
||||
},
|
||||
|
||||
'help manage subscription codes title' => {
|
||||
message => q|Subscription, Manage Subscription Codes|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Manage Subscriptions codes help page.|
|
||||
},
|
||||
|
||||
'help manage subscription codes body' => {
|
||||
message => q|A subscription code is a string of characters that is tied to a set of subscriptions. A user can redeem such a code, and thus make himself subscribed for one term to all subscriptions the code is tied to, using the 'Redeem a subscription code' link in his account menu. Note that when redeeming a subscription code no money is charged.|,
|
||||
lastUpdated => 1101754831,
|
||||
context => q|The content of the Manage Subscriptions codes help page.|
|
||||
},
|
||||
|
||||
'help create batch title' => {
|
||||
message => q|Subscription, Create Batches of Subscription Codes|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Create Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'noc description' => {
|
||||
message => q|<p>Number of codes to create</p>|,
|
||||
lastUpdated => 1120858265,
|
||||
|
|
@ -361,24 +323,6 @@ characters long.</p>|,
|
|||
lastUpdated => 1120858265,
|
||||
},
|
||||
|
||||
|
||||
'help create batch body' => {
|
||||
message => q|<p>Generate a batch of subscription codes.</p>|,
|
||||
lastUpdated => 1146593246,
|
||||
context => q|The content of the Create Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'help manage batch title' => {
|
||||
message => q|Subscription, Manage Subscription Code Batches|,
|
||||
lastUpdated => 0,
|
||||
context => q|The title of the Manage Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'help manage batch body' => {
|
||||
message => q|Subscription code batches are containers for subscription codes. Subscription codes are always generated in batches, even if there's only one code in a batch. All codes in the same batch share the same properties, except for the status flag.|,
|
||||
lastUpdated => q|The body of the Manage Subscription code batch help page.|
|
||||
},
|
||||
|
||||
'no subscriptions' => {
|
||||
message => q|There are no subscriptions yet. You can add subscriptions by using the 'Add Subscription' option in the menu on the right of the screen.|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -420,11 +364,13 @@ The form in which the user can enter his subscription code.<br />|,
|
|||
lastUpdated => 1146593261,
|
||||
context => q|The body of the help page of the code redemption template.|
|
||||
},
|
||||
|
||||
'help redeem code template title' => {
|
||||
message => q|Redeem subscription code template|,
|
||||
lastUpdated => 1101754848,
|
||||
context => q|The title of the help page of the code redemption template.|
|
||||
},
|
||||
|
||||
'code length' => {
|
||||
message => q|Subscription code length|,
|
||||
lastUpdated => 1102660410,
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
package WebGUI::i18n::English::Template_HTMLTemplate;
|
||||
|
||||
our $I18N = {
|
||||
'html template title' => {
|
||||
message => q|HTML Template|,
|
||||
lastUpdated => 1162085513,
|
||||
context => q|Name of the HTML::Template module|
|
||||
},
|
||||
|
||||
'html template body' => {
|
||||
message => q|<p>HTML Template is the default template parser inside of WebGUI. All of the template documentation in the online help is written using HTML Template syntax.</p>|,
|
||||
lastUpdated => 1162085513,
|
||||
context => q|Explanation of HTML Template usage in WebGUI.|
|
||||
},
|
||||
|
||||
'templateParserName' => {
|
||||
message => q|HTML Template|,
|
||||
lastUpdated => 1162085447,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
package WebGUI::i18n::English::Template_HTMLTemplateExpr;
|
||||
|
||||
our $I18N = {
|
||||
'html template expr title' => {
|
||||
message => q|HTML Template Expr|,
|
||||
lastUpdated => 1162085513,
|
||||
context => q|Name of the HTML::Template::Expr module|
|
||||
},
|
||||
|
||||
'html template expr body' => {
|
||||
message => q|<p>HTML Template Expr is an extension to HTML Template that adds expressions to the language. <a href="http://search.cpan.org/perldoc?HTML%3A%3ATemplate%3A%3AExpr">Documentation for this extension</a> is available online.</p>
|
||||
<p>The syntax of template variables in HTML Template Expr is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be changed to use an underscore instead '_'.</p>
|
||||
|,
|
||||
lastUpdated => 1165517942,
|
||||
context => q|Explanation of HTML Template Expr usage in WebGUI.|
|
||||
},
|
||||
|
||||
'templateParserName' => {
|
||||
message => q|HTML Template with expressions|,
|
||||
lastUpdated => 1162085447,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
package WebGUI::i18n::English::Template_TemplateToolkit;
|
||||
|
||||
our $I18N = {
|
||||
'template toolkit title' => {
|
||||
message => q|Template Toolkit|,
|
||||
lastUpdated => 1162085513,
|
||||
context => q|Name of the Template::Toolkit module|
|
||||
},
|
||||
|
||||
'template toolkit body' => {
|
||||
message => q|<p>Template Toolkit is is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. <a href="http://www.template-toolkit.org/docs.html">Documentation for Template Toolkit</a> is available online.</p>
|
||||
<p>The syntax of template variables in Template Toolkit is slightly different from HTML Template. Any WebGUI template variables that contains a dot '.', should be changed to use an underscore instead '_'.</p>
|
||||
|,
|
||||
lastUpdated => 1172510557,
|
||||
context => q|Explanation of Template Toolkit usage in WebGUI.|
|
||||
},
|
||||
|
||||
'templateParserName' => {
|
||||
message => q|Template Toolkit|,
|
||||
lastUpdated => 1162086264,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -113,23 +113,18 @@ our $I18N = {
|
|||
lastUpdated => 1149222142,
|
||||
},
|
||||
|
||||
|
||||
'help purchase history template body' => {
|
||||
message => q|<p>The following template variables are available in this template:</p>
|
||||
|,
|
||||
lastUpdated => 1149222379,
|
||||
context => q|The body of the help page of the purchase history template.|
|
||||
},
|
||||
'help purchase history template title' => {
|
||||
message => q|View purchase history template|,
|
||||
lastUpdated => 0,
|
||||
message => q|View purchase history template variables|,
|
||||
lastUpdated => 1184781026,
|
||||
context => q|The title of the help page of the purchase history template.|
|
||||
},
|
||||
|
||||
'init date' => {
|
||||
message => q|Init date|,
|
||||
lastUpdated => 0,
|
||||
context => q|Init date label.|
|
||||
},
|
||||
|
||||
'completion date' => {
|
||||
message => q|Completion date|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -116,133 +116,16 @@ If you wish to set the Default Value for any other field. Create the field with
|
|||
lastUpdated => 1122316558,
|
||||
},
|
||||
|
||||
'627' => {
|
||||
message => q|<p>Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the user profiles as you like.
|
||||
</p>
|
||||
<p>If you would like to change the default settings for new users on the site, then edit the User Profile for the user Visitor.</p>
|
||||
|,
|
||||
lastUpdated => 1163395390
|
||||
},
|
||||
|
||||
'492' => {
|
||||
message => q|Profile fields list|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'637' => {
|
||||
message => q|<p><b>First Name</b><br />
|
||||
The given name of this user.
|
||||
</p>
|
||||
|
||||
<p><b>Middle Name</b><br />
|
||||
The middle name of this user.
|
||||
</p>
|
||||
|
||||
<p><b>Last Name</b><br />
|
||||
The surname (or family name) of this user.
|
||||
</p>
|
||||
|
||||
<p><b>Email Address</b><br />
|
||||
The user's email address. This must only be specified if the user will partake in functions that require email.
|
||||
</p>
|
||||
|
||||
<p><b>ICQ UIN</b><br />
|
||||
The <a href="http://www.icq.com/">ICQ</a> UIN is the "User ID Number" on the ICQ network. ICQ is a very popular instant messaging platform.
|
||||
</p>
|
||||
|
||||
<p><b>AIM Id</b><br />
|
||||
The account id for the <a href="http://www.aim.com/">AOL Instant Messenger</a> system.
|
||||
</p>
|
||||
|
||||
<p><b>MSN Messenger Id</b><br />
|
||||
The account id for the <a href="http://messenger.msn.com/">Microsoft Network Instant Messenger</a> system.
|
||||
</p>
|
||||
|
||||
<p><b>Yahoo! Messenger Id</b><br />
|
||||
The account id for the <a href="http://messenger.yahoo.com/">Yahoo! Instant Messenger</a> system.
|
||||
</p>
|
||||
|
||||
<p><b>Cell Phone</b><br />
|
||||
This user's cellular telephone number.
|
||||
</p>
|
||||
|
||||
<p><b>Pager</b><br />
|
||||
This user's pager telephone number.
|
||||
</p>
|
||||
|
||||
<p><b>Email To Pager Gateway</b><br />
|
||||
This user's text pager email address.
|
||||
</p>
|
||||
|
||||
<p><b>Home Information</b><br />
|
||||
The postal (or street) address for this user's home.
|
||||
</p>
|
||||
|
||||
<p><b>Work Information</b><br />
|
||||
The postal (or street) address for this user's company.
|
||||
</p>
|
||||
|
||||
<p><b>Gender</b><br />
|
||||
This user's sex.
|
||||
</p>
|
||||
|
||||
<p><b>Birth Date</b><br />
|
||||
This user's date of birth.
|
||||
</p>
|
||||
|
||||
<p><b>Language</b><br />
|
||||
The language used to display system related messages.
|
||||
</p>
|
||||
|
||||
<p><b>Time Offset</b><br />
|
||||
A number of hours (plus or minus) different this user's time is from the server. This is used to adjust for time zones.
|
||||
</p>
|
||||
|
||||
<p><b>First Day Of Week</b><br />
|
||||
The first day of the week on this user's local calendar. For instance, in the United States the first day of the week is Sunday, but in many places in Europe, the first day of the week is Monday.
|
||||
</p>
|
||||
|
||||
<p><b>Date Format</b><br />
|
||||
What format should dates on this site appear in?
|
||||
</p>
|
||||
|
||||
<p><b>Time Format</b><br />
|
||||
What format should times on this site appear in?
|
||||
</p>
|
||||
|
||||
<p><b>Discussion Layout</b><br />
|
||||
Should discussions be laid out flat or threaded? Flat puts all replies on one page in the order they were created. Threaded shows the hierarchical list of replies as they were created.
|
||||
</p>
|
||||
|
||||
<p><b>Inbox Notifications</b><br />
|
||||
How should this user be notified when they get a new WebGUI message?
|
||||
</p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1146526248,
|
||||
},
|
||||
|
||||
|
||||
'682' => {
|
||||
message => q|User Profile, Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'672' => {
|
||||
message => q|User Profile Settings, Edit|,
|
||||
lastUpdated => 1122315465
|
||||
},
|
||||
|
||||
'466' => {
|
||||
message => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'468' => {
|
||||
message => q|Edit User Profile Category|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'470 description' => {
|
||||
message => q|The name of the this category.|,
|
||||
lastUpdated => 1122315199,
|
||||
|
|
@ -268,20 +151,6 @@ How should this user be notified when they get a new WebGUI message?
|
|||
lastUpdated => 1141667241,
|
||||
},
|
||||
|
||||
'user profile category add/edit title' => {
|
||||
message => q|User Profile Category, Add/Edit|,
|
||||
lastUpdated => 1122314930
|
||||
},
|
||||
|
||||
'user profile category add/edit body' => {
|
||||
message => q|
|
||||
WebGUI's user profile is completely configurable, including the ability to add
|
||||
new categories of profile settings.
|
||||
|
||||
|,
|
||||
lastUpdated => 1122314932
|
||||
},
|
||||
|
||||
'489' => {
|
||||
message => q|Profile Category|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
|
|
@ -25,18 +25,6 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'add/edit workflow activity' => {
|
||||
message => q|Add/Edit Workflow Activity|,
|
||||
context => q|Title for the add and edit workflow activity screen|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'add/edit workflow activity body' => {
|
||||
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' => {
|
||||
message => q|List of Installed Workflow Activities|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue