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.

Merge pull request 'Remove 15 unused strings' (#5139) from 0ko/forgejo:i18n-cleanup-15x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5139
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>

Otto 8d053065 9addaeda

-15
-15
options/locale/locale_en-US.ini
··· 618 618 619 619 username_been_taken = The username is already taken. 620 620 username_change_not_local_user = Non-local users are not allowed to change their username. 621 - username_has_not_been_changed = Username has not been changed 622 621 repo_name_been_taken = The repository name is already used. 623 622 repository_force_private = Force Private is enabled: private repositories cannot be made public. 624 623 repository_files_already_exist = Files already exist for this repository. Contact the system administrator. ··· 848 847 gpg_desc = These public GPG keys are associated with your account and used to verify your commits. Keep your private keys safe as they allow to sign commits with your identity. 849 848 ssh_helper = <strong>Need help?</strong> Have a look at the guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you may encounter using SSH. 850 849 gpg_helper = <strong>Need help?</strong> Have a look at the guide <a href="%s">about GPG</a>. 851 - add_new_gpg_key = Add GPG key 852 850 key_content_ssh_placeholder = Begins with "ssh-ed25519", "ssh-rsa", "ecdsa-sha2-nistp256", "ecdsa-sha2-nistp384", "ecdsa-sha2-nistp521", "sk-ecdsa-sha2-nistp256@openssh.com", or "sk-ssh-ed25519@openssh.com" 853 851 key_content_gpg_placeholder = Begins with "-----BEGIN PGP PUBLIC KEY BLOCK-----" 854 852 add_new_principal = Add principal ··· 912 910 ssh_disabled = SSH is disabled 913 911 ssh_signonly = SSH is currently disabled so these keys are only used for commit signature verification. 914 912 ssh_externally_managed = This SSH key is externally managed for this user 915 - social_desc = These social accounts can be used to sign in to your account. Make sure you recognize all of them. 916 - unbind = Unlink 917 - unbind_success = The social account has been removed successfully. 918 913 919 914 manage_access_token = Access tokens 920 915 generate_new_token = Generate new token ··· 925 920 generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one. 926 921 delete_token = Delete 927 922 access_token_deletion = Delete access token 928 - access_token_deletion_cancel_action = Cancel 929 - access_token_deletion_confirm_action = Delete 930 923 access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. This cannot be undone. Continue? 931 924 delete_token_success = The token has been deleted. Applications using it no longer have access to your account. 932 925 repo_and_org_access = Repository and Organization Access ··· 1000 993 1001 994 manage_account_links = Linked accounts 1002 995 manage_account_links_desc = These external accounts are linked to your Forgejo account. 1003 - account_links_not_available = There are currently no external accounts linked to your Forgejo account. 1004 996 link_account = Link account 1005 997 remove_account_link = Remove linked account 1006 998 remove_account_link_desc = Removing a linked account will revoke its access to your Forgejo account. Continue? ··· 2476 2468 settings.protected_branch.delete_rule = Delete rule 2477 2469 settings.branch_protection = Protection rules for branch "<b>%s</b>" 2478 2470 settings.protect_new_rule = Create a new branch protection rule 2479 - settings.protect_this_branch = Enable branch protection 2480 - settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch. 2481 2471 settings.protect_disable_push = Disable push 2482 2472 settings.protect_disable_push_desc = No pushing will be allowed to this branch. 2483 2473 settings.protect_enable_push = Enable push ··· 2520 2510 settings.protect_protected_file_patterns_desc = Protected files are not allowed to be changed directly even if user has rights to add, edit, or delete files in this branch. Multiple patterns can be separated using semicolon (";"). See <a href="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>. 2521 2511 settings.protect_unprotected_file_patterns = Unprotected file patterns (separated using semicolon ";") 2522 2512 settings.protect_unprotected_file_patterns_desc = Unprotected files that are allowed to be changed directly if user has write access, bypassing push restriction. Multiple patterns can be separated using semicolon (";"). See <a href="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>. 2523 - settings.add_protected_branch = Enable protection 2524 - settings.delete_protected_branch = Disable protection 2525 2513 settings.update_protect_branch_success = Branch protection for rule "%s" has been updated. 2526 2514 settings.remove_protected_branch_success = Branch protection for rule "%s" has been removed. 2527 2515 settings.remove_protected_branch_failed = Removing branch protection rule "%s" failed. ··· 2606 2594 settings.rename_branch_failed_exist=Cannot rename branch because target branch %s exists. 2607 2595 settings.rename_branch_failed_not_exist=Cannot rename branch %s because it does not exist. 2608 2596 settings.rename_branch_success =Branch %s was successfully renamed to %s. 2609 - settings.rename_branch_from=old branch name 2610 - settings.rename_branch_to=new branch name 2611 2597 settings.rename_branch=Rename branch 2612 2598 2613 2599 diff.browse_source = Browse source ··· 2754 2740 branch.confirm_create_branch = Create branch 2755 2741 branch.warning_rename_default_branch = You are renaming the default branch. 2756 2742 branch.rename_branch_to = Rename "%s" to: 2757 - branch.confirm_rename_branch = Rename branch 2758 2743 branch.create_branch_operation = Create branch 2759 2744 branch.new_branch = Create new branch 2760 2745 branch.new_branch_from = Create new branch from "%s"