X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flockview.php;h=5134bfdb6bf1dbbb3ea64f98deb029e5ad1060b4;hb=c17adaf3333b356d0c7b19226b29cd733a43017b;hp=ead2269c7a98d0341a02cb26986fb38101ebbafe;hpb=610f017b28edc37212df6385126993f2dfc41f59;p=friendica.git diff --git a/mod/lockview.php b/mod/lockview.php index ead2269c7a..5134bfdb6b 100644 --- a/mod/lockview.php +++ b/mod/lockview.php @@ -1,7 +1,10 @@ '; + echo L10n::t('Remote privacy information not available.') . '
'; killme(); } @@ -40,7 +43,7 @@ function lockview_content(App $a) { if(($item['private'] == 1) && (! strlen($item['allow_cid'])) && (! strlen($item['allow_gid'])) && (! strlen($item['deny_cid'])) && (! strlen($item['deny_gid']))) { - echo t('Remote privacy information not available.') . '
'; + echo L10n::t('Remote privacy information not available.') . '
'; killme(); } @@ -49,7 +52,7 @@ function lockview_content(App $a) { $deny_users = expand_acl($item['deny_cid']); $deny_groups = expand_acl($item['deny_gid']); - $o = t('Visible to:') . '
'; + $o = L10n::t('Visible to:') . '
'; $l = []; if(count($allowed_groups)) {