From b42d3a80de94281cfd8a0770b3cd16fa318e56b7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 11 Dec 2008 16:37:21 +0000 Subject: [PATCH] forward port syndicated articles i18n template fix --- docs/changelog/7.x.x.txt | 1 + .../packages-7.6.6/syndicated_articles.wgpkg | Bin 0 -> 1034 bytes lib/WebGUI/i18n/English/WebGUI.pm | 6 ++++++ 3 files changed, 7 insertions(+) create mode 100644 docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b9e2e2608..ba8829bbf 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -20,6 +20,7 @@ - fixed #9237: Payment Gateways all display "cash" - fixed #8816: PayDriver "Label" of the instance of the driver should be used instead of the generic name - fixed #4220: testEnvironment.pl unable to find WebGUI modules... + - fixed #9279: "Read more" text in Syndicated Articles is not a label 7.6.5 - security: A problem was discovered and fixed in which users could email executable attachments to a collaboration system and then when viewed online, could execute them. diff --git a/docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg b/docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg new file mode 100644 index 0000000000000000000000000000000000000000..82d6147bf2589cf70ae5df0ae3e56ec686fb3919 GIT binary patch literal 1034 zcmV+l1oitLiwFP!00000|Ls;=kK#5I=6Qcbl$UL#mPtZ@!cruLoeR?LbVkGMXt%V; zBnCVL+iN?+u+{$e9y?cV+m}J=1AZVV=i={t=lFA~mE$kRahmmdrJ|n=-#lF(o>sn` zitD6OCDuZb&y5T68}E3N!U?f7(XLnrRcgN+alpX zTeowDx+6NGNg$b85=%)KtwN3}3YUcbLA8VG@NSVjU{nbfNeJg)?VOoy$#gSSNF<_hhXP`A}NgR%3T3wE9(|NPFwB9Tl7|*=R6&c2N@|8XI*K9%}#<)db zM#lPIQtYHuOIE`qF=Y&uv+Mn#=M!OwHUD!o+kP9}SNS02L~rHULwn+CTT-nfJ;zfR zuU{qkhTB$)zq}jS-M&0xE(pJ2icGbX0f8o>R2-37WY8o^ z5S28@h{!!OB2gg6-_q*XsH)8|$RwQ=z?PWCLw&se8yrUhB-r>JprYNr9)A3=OAL`8 zSg^<#-nd}qFdpX-SaseFOSv^>(^jk5YSo)wi4TFFiPpgPnZm-SN6T?*wVGd)2#St^ zMLrXSLC)D~KrfkCCghap)G{qO3btwK!@TRE%X^M#Al6*n?n$rEEWLBy_gCZ#nhNYq zIi5T>+1I%*Rz(sb@7EGkz?4}k587?6=6ww}rDv3uZ)S64Z*byzeyvq+v>L^Z&`T&I zg~zU@FZf$sF68=rd>f#iyjYI!Z2j5r{mu8+_$oQ&I5BWy;Kaa*fnzi9FL0LP`T!CD E0Kka&l>h($ literal 0 HcmV?d00001 diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 5bc022609..affd7e2d4 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4326,6 +4326,12 @@ Users may override this setting in their profile. context => q{i18n label for time duration in WebGUI::DateTime}, }, + 'read more' => { + message => q|Read More|, + lastUpdated => 1229013268, + context => q|Template label. Used to indicate that a shortened version of the content is currently displayed and that more can be read by clicking a link.| + }, + }; 1;