From fdf5aeacf4f1a428552786dcfd8736c2f871cf0b Mon Sep 17 00:00:00 2001 From: liugang Date: Sat, 8 Jul 2023 17:00:40 +0800 Subject: [PATCH] * myLang: add createContacts lang item. --- module/my/lang/de.php | 1 + module/my/lang/en.php | 1 + module/my/lang/fr.php | 1 + module/my/lang/vi.php | 1 + module/my/lang/zh-cn.php | 3 ++- module/my/lang/zh-tw.php | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/module/my/lang/de.php b/module/my/lang/de.php index 661526528b..d9fe35d1a9 100644 --- a/module/my/lang/de.php +++ b/module/my/lang/de.php @@ -29,6 +29,7 @@ $lang->my->changePassword = 'Edit Password'; $lang->my->preference = 'Preference'; $lang->my->unbind = 'Unbind from Zdoo'; $lang->my->manageContacts = 'Manage Contact'; +$lang->my->createContacts = 'Create Contact'; $lang->my->deleteContacts = 'Delete Contact'; $lang->my->shareContacts = 'Public'; $lang->my->limited = 'Limited Actions (Users can only edit what involves them.)'; diff --git a/module/my/lang/en.php b/module/my/lang/en.php index 661526528b..d9fe35d1a9 100644 --- a/module/my/lang/en.php +++ b/module/my/lang/en.php @@ -29,6 +29,7 @@ $lang->my->changePassword = 'Edit Password'; $lang->my->preference = 'Preference'; $lang->my->unbind = 'Unbind from Zdoo'; $lang->my->manageContacts = 'Manage Contact'; +$lang->my->createContacts = 'Create Contact'; $lang->my->deleteContacts = 'Delete Contact'; $lang->my->shareContacts = 'Public'; $lang->my->limited = 'Limited Actions (Users can only edit what involves them.)'; diff --git a/module/my/lang/fr.php b/module/my/lang/fr.php index 661526528b..d9fe35d1a9 100644 --- a/module/my/lang/fr.php +++ b/module/my/lang/fr.php @@ -29,6 +29,7 @@ $lang->my->changePassword = 'Edit Password'; $lang->my->preference = 'Preference'; $lang->my->unbind = 'Unbind from Zdoo'; $lang->my->manageContacts = 'Manage Contact'; +$lang->my->createContacts = 'Create Contact'; $lang->my->deleteContacts = 'Delete Contact'; $lang->my->shareContacts = 'Public'; $lang->my->limited = 'Limited Actions (Users can only edit what involves them.)'; diff --git a/module/my/lang/vi.php b/module/my/lang/vi.php index be9042bc1b..e4753fa9c3 100644 --- a/module/my/lang/vi.php +++ b/module/my/lang/vi.php @@ -26,6 +26,7 @@ $lang->my->changePassword = 'Edit Password'; $lang->my->preference = 'Preference'; $lang->my->unbind = 'Unbind from Zdoo'; $lang->my->manageContacts = 'Manage Contact'; +$lang->my->createContacts = 'Create Contact'; $lang->my->deleteContacts = 'Delete Contact'; $lang->my->shareContacts = 'Public'; $lang->my->limited = 'Limited Actions (Users can only edit what involves them.)'; diff --git a/module/my/lang/zh-cn.php b/module/my/lang/zh-cn.php index a119e6d8ee..294a5cd98a 100644 --- a/module/my/lang/zh-cn.php +++ b/module/my/lang/zh-cn.php @@ -29,8 +29,9 @@ $lang->my->changePassword = '修改密码'; $lang->my->preference = '个性化设置'; $lang->my->unbind = '解除ZDOO绑定'; $lang->my->manageContacts = '维护联系人'; +$lang->my->createContacts = '创建联系人'; $lang->my->deleteContacts = '删除联系人'; -$lang->my->shareContacts = '共享联系人列表'; +$lang->my->shareContacts = '公开联系人'; $lang->my->limited = '受限操作(只能编辑与自己相关的内容)'; $lang->my->score = '我的积分'; $lang->my->scoreRule = '积分规则'; diff --git a/module/my/lang/zh-tw.php b/module/my/lang/zh-tw.php index 97bda1a4d2..7ef5c2faec 100644 --- a/module/my/lang/zh-tw.php +++ b/module/my/lang/zh-tw.php @@ -27,6 +27,7 @@ $lang->my->changePassword = '修改密碼'; $lang->my->preference = '個性化設置'; $lang->my->unbind = '解除ZDOO綁定'; $lang->my->manageContacts = '維護聯繫人'; +$lang->my->createContacts = '創建聯繫人'; $lang->my->deleteContacts = '刪除聯繫人'; $lang->my->shareContacts = '共享聯繫人列表'; $lang->my->limited = '受限操作(只能編輯與自己相關的內容)';