You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -529,6 +529,8 @@ forks = Forks
529
529
pick_reaction = Pick your reaction
530
530
reactions_more = and %d more
531
531
532
+
archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
533
+
532
534
form.reach_limit_of_creation = You have already reached your limit of %d repositories.
533
535
form.name_reserved = The repository name '%s' is reserved.
534
536
form.name_pattern_not_allowed = The pattern '%s' is not allowed in a repository name.
@@ -1150,6 +1152,14 @@ settings.default_branch_desc = Select a default repository branch for pull reque
1150
1152
settings.choose_branch = Choose a branch…
1151
1153
settings.no_protected_branch = There are no protected branches.
1152
1154
settings.edit_protected_branch = Edit
1155
+
settings.archive.button = Archive repo
1156
+
settings.archive.header = Archive this repo
1157
+
settings.archive.text = Archiving the repo will make it entirely read-only. It is hidden from the dashboard, cannot be committed to and no issues or pull-requests can be created.
1158
+
settings.archive.success = The repo was successfully archived.
1159
+
settings.unarchive.button = Un-Archive repo
1160
+
settings.unarchive.header = Un-Archive this repo
1161
+
settings.unarchive.text = Un-Archiving the repo will restore its ability to recieve commits and pushes, as well as new issues and pull-requests.
1162
+
settings.unarchive.success = The repo was successfully un-archived.
0 commit comments