summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_en-US.ini
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-12-14 05:08:09 +0000
committerGitHub <noreply@github.com>2021-12-14 00:08:09 -0500
commitb4782e24d2821bbb5647eff2eaf5c338e92324db (patch)
tree638dd81531c08b4aab6958604704b6a2b2133705 /options/locale/locale_en-US.ini
parent8e9140dd6947c0b63e1a263686261313772e67d0 (diff)
downloadgitea-b4782e24d2821bbb5647eff2eaf5c338e92324db.tar.gz
gitea-b4782e24d2821bbb5647eff2eaf5c338e92324db.zip
Return nicer error for ForcePrivate (#17971)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 0debc518b7..2819223103 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -443,6 +443,7 @@ lang_select_error = Select a language from the list.
username_been_taken = The username is already taken.
username_change_not_local_user = Non-local users are not allowed to change their username.
repo_name_been_taken = The repository name is already used.
+repository_force_private = Force Private is enabled: private repositories cannot be made public.
repository_files_already_exist = Files already exist for this repository. Contact the system administrator.
repository_files_already_exist.adopt = Files already exist for this repository and can only be Adopted.
repository_files_already_exist.delete = Files already exist for this repository. You must delete them.