diff options
author | Max Kostikov <max@kostikov.co> | 2022-01-18 22:40:25 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2022-01-18 22:40:25 +0200 |
commit | 6a270d7f02bce43ef90d9cdb7ff61be69872a612 (patch) | |
tree | 9e4bba1a384812c35b92a2270aa7e849ba600f9f /Zotlabs/Module/Contactedit.php | |
parent | dce249f7a9201cd13aa4f8762e22e4fe5e407bca (diff) | |
download | volse-hubzilla-6a270d7f02bce43ef90d9cdb7ff61be69872a612.tar.gz volse-hubzilla-6a270d7f02bce43ef90d9cdb7ff61be69872a612.tar.bz2 volse-hubzilla-6a270d7f02bce43ef90d9cdb7ff61be69872a612.zip |
Fix strings translation
Diffstat (limited to 'Zotlabs/Module/Contactedit.php')
-rw-r--r-- | Zotlabs/Module/Contactedit.php | 7 |
1 files changed, 7 insertions, 0 deletions
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]; |