loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i18n(en): shorten banner text for archived repos (#7032)

Followup to https://codeberg.org/forgejo/forgejo/pulls/6928. I've figured out that the text can actually be shortened by avoiding duplication of "this repository" with "it's".

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7032
Reviewed-by: floss4good <floss4good@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>

authored by

0ko
0ko
and committed by
Earl Warren
ffd19ec8 75b9bd82

+2 -2
+2 -2
options/locale/locale_en-US.ini
··· 1190 1190 template.one_item = Must select at least one template item 1191 1191 template.invalid = Must select a template repository 1192 1192 1193 - archive.title = This repository is archived. You can view files and clone it, but you cannot make any changes to the state of this repository, such as pushing and creating new issues, pull requests or comments. 1194 - archive.title_date = This repository has been archived on %s. You can view files and clone it, but you cannot make any changes to the state of this repository, such as pushing and creating new issues, pull requests or comments. 1193 + archive.title = This repository is archived. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments. 1194 + archive.title_date = This repository has been archived on %s. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments. 1195 1195 archive.issue.nocomment = This repository is archived. You cannot comment on issues. 1196 1196 archive.pull.nocomment = This repository is archived. You cannot comment on pull requests. 1197 1197 archive.pull.noreview = This repository is archived. You cannot review pull requests.