From 5f7cb8cfbf879aa0b0d43a7b7068688368fda9fc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 6 Jul 2016 08:23:24 -0400 Subject: PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel --- i18n/en.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 69b18adf3..8436d48d9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -311,6 +311,22 @@ "id": "api.channel.update_channel.deleted.app_error", "translation": "The channel has been archived or deleted" }, + { + "id": "api.channel.can_manage_channel.public_restricted_system_admin.app_error", + "translation": "Public Channel management and creation is restricted to System Administrators." + }, + { + "id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error", + "translation": "Public Channel management and creation is restricted to Team and System Administrators." + }, + { + "id": "api.channel.can_manage_channel.private_restricted_system_admin.app_error", + "translation": "Private Group management and creation is restricted to System Administrators." + }, + { + "id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error", + "translation": "Private Group management and creation is restricted to Team and System Administrators." + }, { "id": "api.channel.update_channel.permission.app_error", "translation": "You do not have the appropriate permissions" -- cgit v1.2.3-1-g7c22