X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_like.php;h=5f03c12eb6abf96954216642578af1daa3cda146;hb=b9c38e9ac305a7990256ec81e93d7a087b957401;hp=8f356da976b856b9326a3ceb217be18086314802;hpb=2517e7716ebcd118b170695b77b3bff074e620fe;p=friendica-addons.git diff --git a/widgets/widget_like.php b/widgets/widget_like.php old mode 100755 new mode 100644 index 8f356da9..5f03c12e --- a/widgets/widget_like.php +++ b/widgets/widget_like.php @@ -1,5 +1,7 @@ $likes, - '$strlike' => sprintf( tt("%d person likes this", "%d people like this", $likes), $likes), - + '$strlike' => L10n::tt("%d person likes this", "%d people like this", $likes), + '$dislike' => $dislikes, - '$strdislike'=> sprintf( tt("%d person doesn't like this", "%d people don't like this", $dislikes), $dislikes), - + '$strdislike'=> L10n::tt("%d person doesn't like this", "%d people don't like this", $dislikes), + '$baseurl' => $a->get_baseurl(), - )); - + ]); + return $o; }