From 9c629bf79c65b482306631d9400f7fb06aca8161 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 27 Dec 2006 02:38:41 +0000 Subject: [PATCH] KF edits up to page 287 --- lib/WebGUI/i18n/English/Asset.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_Product.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_RichEdit.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_SQLReport.pm | 6 +++--- lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm | 4 ++-- lib/WebGUI/i18n/English/Macro_RandomThread.pm | 6 +++--- .../English/Workflow_Activity_ProcessRecurringPayments.pm | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 93d858bae..19fad5b6f 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -84,8 +84,8 @@ our $I18N = { }, 'purge trash after help' => { - message => q|How long should an asset stay in the trash before it's considered old enough to purge? Note that when it get's purged all it's revisions and descendants will be purged as well.|, - lastUpdated => 0, + message => q|How long should an asset stay in the trash before it's considered old enough to purge? Note that when it gets purged all it's revisions and descendants will be purged as well.|, + lastUpdated => 1167187074, context => q|the hover help for the purge trash after field| }, diff --git a/lib/WebGUI/i18n/English/Asset_Product.pm b/lib/WebGUI/i18n/English/Asset_Product.pm index 3035f3d22..e91b50871 100644 --- a/lib/WebGUI/i18n/English/Asset_Product.pm +++ b/lib/WebGUI/i18n/English/Asset_Product.pm @@ -513,8 +513,8 @@ our $I18N = { }, '41' => { - message => q|Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.|, - lastUpdated => 1120335841 + message => q|Features are selling points for a product(ie. reasons to buy your product). Features often result in benefits, so you may want to also add some benefits to this product.|, + lastUpdated => 1167186992 }, '58' => { diff --git a/lib/WebGUI/i18n/English/Asset_RichEdit.pm b/lib/WebGUI/i18n/English/Asset_RichEdit.pm index a4065571f..6cf824518 100644 --- a/lib/WebGUI/i18n/English/Asset_RichEdit.pm +++ b/lib/WebGUI/i18n/English/Asset_RichEdit.pm @@ -413,8 +413,8 @@ option is set to Yes, then all whitespace entered into the form will be preserve }, 'use br description' => { - message => q|Uses break tags <BR> instead of paragraph tags <P> when a newline is entered in the editor.|, - lastUpdated => 1119584875, + message => q|Uses break tags <BR> instead of paragraph tags <P> when a new line is entered in the editor.|, + lastUpdated => 1167187299, }, 'remove line breaks description' => { diff --git a/lib/WebGUI/i18n/English/Asset_SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm index a244c4a72..1d14d1f1e 100644 --- a/lib/WebGUI/i18n/English/Asset_SQLReport.pm +++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm @@ -17,14 +17,14 @@ our $I18N = { }, '71' => { - message => q|

SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.

+ message => q|

SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your accounting database or even summarizing all the message boards on your web site.

Nested query support
-The SQL Report wobject supports up to 5 nested queries (1 base query and 4 subqueries). Each subsequent query is executed for each row in the previous query results. For example, if you have two queries: query1 and query2, then query2 will be executed once for each row returned in query1. You can use placeholder parameters to compose subqueries with data from prior queries. +The SQL Report wobject supports up to 5 nested queries (1 base query and 4 subqueries). Each subsequent query is executed for each row in the previous query results. For example, if you have two queries (query1 and query2), then query2 will be executed once for each row returned in query1. You can use placeholder parameters to compose subqueries with data from prior queries.

SQL Reports are Wobjects and Assets, so they share the properties of both. SQL Reports also have these unique properties:

|, - lastUpdated => 1146785522, + lastUpdated => 1167187342, }, '72 description' => { diff --git a/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm b/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm index 0477d06e6..927d123ea 100644 --- a/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm +++ b/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm @@ -17,10 +17,10 @@ our $I18N = {

^RandomAssetProxy();
^RandomAssetProxy(Asset URL);
This macro works similarly to the ^AssetProxy(); macro except instead of displaying the -Asset, it picks a random Asset from the descendents of the Asset whose URL is supplied as the +Asset, it picks a random Asset from the descendants of the Asset whose URL is supplied as the argument.

|, - lastUpdated => 1146760545, + lastUpdated => 1167187099, }, 'childless' => { diff --git a/lib/WebGUI/i18n/English/Macro_RandomThread.pm b/lib/WebGUI/i18n/English/Macro_RandomThread.pm index 71a018876..90749e360 100644 --- a/lib/WebGUI/i18n/English/Macro_RandomThread.pm +++ b/lib/WebGUI/i18n/English/Macro_RandomThread.pm @@ -15,7 +15,7 @@ our $I18N = { 'random thread body' => { message => q|

^RandomThread( [ startURL, relatives, templateURL ] );
The Collaboration System can be used for much more than just a forum. A few examples of its -possible usages are a FAQ, photo gallery, job listings, quotes database or weblog. For these +possible usages are an FAQ, photo gallery, job listings, quotes database or weblog. For these applications (and others that you might think of) it can be nice to display a random entry from such a CS somewhere on your site. That is exactly the functionality that this macro provides.

@@ -24,7 +24,7 @@ depending on the parameters. The way the selected post is displayed is controlle the template variables that are normally available in a CS Post template are available in this macro as well.

Parameters

-

Although all the parameters can be omitted, it usually makes sense specify them all. If you +

Although all the parameters can be omitted, it usually makes sense to specify them all. If you want to display a random thread from a single CS, we suggest you use the URL of the CS as the startURL and "self" as relatives.

@@ -63,7 +63,7 @@ of questions), then the example above can be used to display a random question f
|, - lastUpdated => 1146760592, + lastUpdated => 1167187168, }, }; diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_ProcessRecurringPayments.pm b/lib/WebGUI/i18n/English/Workflow_Activity_ProcessRecurringPayments.pm index ee4bc497e..197ffcdaf 100644 --- a/lib/WebGUI/i18n/English/Workflow_Activity_ProcessRecurringPayments.pm +++ b/lib/WebGUI/i18n/English/Workflow_Activity_ProcessRecurringPayments.pm @@ -9,8 +9,8 @@ our $I18N = { }, 'process recurring payments body' => { - message => q|

This workflow activity will process all recurring transactions (payments) in the Commerce system that are complete at the time the Activity is executed. When the Activity is through with all those payments, a email with the details of all transactions is sent to the user configured in the Settings to receive them.

|, - lastUpdated => 0, + message => q|

This workflow activity will process all recurring transactions (payments) in the Commerce system that are complete at the time the Activity is executed. When the Activity is through with all those payments, an email with the details of all transactions is sent to the user configured in the Settings to receive them.

|, + lastUpdated => 1167186902, }, };