From 6a270d7f02bce43ef90d9cdb7ff61be69872a612 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Tue, 18 Jan 2022 22:40:25 +0200 Subject: Fix strings translation --- Zotlabs/Module/Contactedit.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Zotlabs/Module/Contactedit.php') diff --git a/Zotlabs/Module/Contactedit.php b/Zotlabs/Module/Contactedit.php index b09b5b1ec..d306039d2 100644 --- a/Zotlabs/Module/Contactedit.php +++ b/Zotlabs/Module/Contactedit.php @@ -437,6 +437,13 @@ class Contactedit extends Controller { '$multiprofs' => $multiprofs, '$contact_id' => $contact['abook_id'], // '$name' => $contact['xchan_name'], + '$roles_label' => t('Roles'), + '$compare_label' => t('Compare permissions'), + '$permission_label' => t('Permission'), + '$pgroups_label' => t('Privacy groups'), + '$profiles_label' => t('Profiles'), + '$affinity_label' => t('Affinity'), + '$filter_label' => t('Content filter') ]); $arr = ['contact' => $contact, 'output' => $o]; -- cgit v1.2.3