From: friendica Date: Mon, 13 Feb 2012 04:56:44 +0000 (-0800) Subject: finish translation of 'xxxxx wrote:' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85c831bcbf6f4cc2793d91e4e3fb3da5828a3f60;p=friendica.git finish translation of 'xxxxx wrote:' --- diff --git a/include/bbcode.php b/include/bbcode.php index a4a651027b..118be1298c 100755 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -195,9 +195,11 @@ upper-alpha;">$2' ,$Text); $Text = preg_replace("/\[quote\](.*?)\[\/quote\]/ism","$QuoteLayout", $Text); // Check for [quote=Author] text - $t_wrote = t("wrote"); + + $t_wrote = t('$1 wrote:'); + $Text = preg_replace("/\[quote=[\"\']*(.*?)[\"\']*\](.*?)\[\/quote\]/ism", - "
$1 wrote: $2
", + "
" . $t_wrote . " $2
", $Text); // [img=widthxheight]image source[/img]