From b65a1312b3c0e3481a6f0c15cc8864c3673ce7c9 Mon Sep 17 00:00:00 2001
From: 0ko <0ko@noreply.codeberg.org>
Date: Wed, 21 Aug 2024 18:41:07 +0500
Subject: [PATCH] i18n(en): remove unused strings related to team permissions
Added in https://codeberg.org/forgejo/forgejo/commit/72aa5a20ecf8aa3f7c110fd51c37994d950e0ba8.
Dropped in https://codeberg.org/forgejo/forgejo/commit/cb41f5cae16c5c11cad717c0d19333c2aa4e3b55.
---
options/locale/locale_en-US.ini | 3 ---
1 file changed, 3 deletions(-)
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 88b4ee1ab1..34b134d870 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2899,9 +2899,6 @@ teams.specific_repositories = Specific repositories
teams.specific_repositories_helper = Members will only have access to repositories explicitly added to the team. Selecting this will not automatically remove repositories already added with All repositories.
teams.all_repositories = All repositories
teams.all_repositories_helper = Team has access to all repositories. Selecting this will add all existing repositories to the team.
-teams.all_repositories_read_permission_desc = This team grants Read access to all repositories: members can view and clone repositories.
-teams.all_repositories_write_permission_desc = This team grants Write access to all repositories: members can read from and push to repositories.
-teams.all_repositories_admin_permission_desc = This team grants Administrator access to all repositories: members can read from, push to and add collaborators to repositories.
teams.invite.title = You have been invited to join team %s in organization %s.
teams.invite.by = Invited by %s
teams.invite.description = Please click the button below to join the team.