diff --git a/docs/upgrades/packages-7.6.8/default_forum_notification.wgpkg b/docs/upgrades/packages-7.6.8/default_forum_notification.wgpkg new file mode 100644 index 000000000..3c0cbbc11 Binary files /dev/null and b/docs/upgrades/packages-7.6.8/default_forum_notification.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/default_http_proxy.wgpkg b/docs/upgrades/packages-7.6.8/default_http_proxy.wgpkg new file mode 100644 index 000000000..01141a35e Binary files /dev/null and b/docs/upgrades/packages-7.6.8/default_http_proxy.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/default_sql_report.wgpkg b/docs/upgrades/packages-7.6.8/default_sql_report.wgpkg new file mode 100644 index 000000000..2f8adc4a8 Binary files /dev/null and b/docs/upgrades/packages-7.6.8/default_sql_report.wgpkg differ diff --git a/docs/upgrades/packages-7.6.8/job.wgpkg b/docs/upgrades/packages-7.6.8/job.wgpkg new file mode 100644 index 000000000..ac5c937e4 Binary files /dev/null and b/docs/upgrades/packages-7.6.8/job.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index d1d3e9887..2a6a7e1c0 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -541,6 +541,12 @@ our $I18N = { lastUpdated => 1109696029, }, + 'date posted' => { + message => q|Date Posted|, + lastUpdated => 1229907194, + context => q|i18n lable for Collaboration template|, + }, + 'location' => { message => q|Location|, lastUpdated => 1109696029, @@ -1689,6 +1695,12 @@ the Collaboration Asset, the user will be notified.|, lastUpdated => 1221247761, }, + 'has posted to one of your subscriptions' => { + message => q|has posted to one of your subscriptions|, + context => q|i18n label for the notification template. "user" has posted..|, + lastUpdated => 1229910435, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_DataForm.pm b/lib/WebGUI/i18n/English/Asset_DataForm.pm index 398ab0d2b..b04dd3fc1 100644 --- a/lib/WebGUI/i18n/English/Asset_DataForm.pm +++ b/lib/WebGUI/i18n/English/Asset_DataForm.pm @@ -1013,6 +1013,13 @@ be useful, others may not.|, lastUpdated => 0, context => q{Description of asset property}, }, + + 'Entry ID' => { + message => q{Entry ID}, + lastUpdated => 1229910550, + context => q{}, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_HttpProxy.pm b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm index d0329e6b5..1fc6b2d68 100644 --- a/lib/WebGUI/i18n/English/Asset_HttpProxy.pm +++ b/lib/WebGUI/i18n/English/Asset_HttpProxy.pm @@ -266,12 +266,12 @@ be useful, others may not.|, context => q|Translator note: the "%s" tokens in the message should not be translated.|, lastUpdated => 1168994613 }, - + 'url pattern filter label' => { message => q|Url Pattern Filter|, lastUpdated => 1168994613, }, - + 'url pattern filter hover help' => { message => q|Enter patterns one per line (Perl regular expressions are valid) that should be filtered when re-writing urls

@@ -279,7 +279,25 @@ be useful, others may not.|, /bms/documents/document_\\d+\\.pdf |, lastUpdated => 1168994613, - } + }, + + 'not found in content' => { + message => q|not found in content|, + lastUpdated => 1230159074, + context => q|i18n fragment used in default HTTP Proxy template|, + }, + + 'Error: Search string' => { + message => q|Error: search string|, + lastUpdated => 1230159074, + context => q|i18n fragment used in default HTTP Proxy template|, + }, + + 'Warning: Ending search point' => { + message => q|Error search point|, + lastUpdated => 1230159074, + context => q|i18n fragment used in default HTTP Proxy template|, + }, }; diff --git a/lib/WebGUI/i18n/English/Asset_SQLReport.pm b/lib/WebGUI/i18n/English/Asset_SQLReport.pm index 34c5332bf..13638b7b0 100644 --- a/lib/WebGUI/i18n/English/Asset_SQLReport.pm +++ b/lib/WebGUI/i18n/English/Asset_SQLReport.pm @@ -345,6 +345,12 @@ will always be false for query5.|, lastUpdated => 0, }, + 'Download this data' => { + message => "Download this data", + context => "Link label to download data form the report", + lastUpdated => 1229907351, + }, + 'sql report asset template variables title' => { message => q|SQL Report Asset Template Variables|, lastUpdated => 1168887204