diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-02-24 21:12:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 13:12:17 +0000 |
commit | 29a26d9d8c573c9fb7e79a66ac3d578e8b20dcae (patch) | |
tree | 2d51372c6d14b0f1c96c35d1a2cf4ff8f6fb050b /options/locale/locale_en-US.ini | |
parent | c42083a33950be6ee9f822c6d0de3c3a79d1f51b (diff) | |
download | gitea-29a26d9d8c573c9fb7e79a66ac3d578e8b20dcae.tar.gz gitea-29a26d9d8c573c9fb7e79a66ac3d578e8b20dcae.zip |
Customizable "Open with" applications for repository clone (#29320)
Users could customize the "clone" menu with their own application URLs on the admin panel.
Replace #22378
Close #21121
Close #22149
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ff6a3f1b8e..a0ad09f776 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -956,7 +956,7 @@ fork_branch = Branch to be cloned to the fork all_branches = All branches fork_no_valid_owners = This repository can not be forked because there are no valid owners. use_template = Use this template -clone_in_vsc = Clone in VS Code +open_with_editor = Open with %s download_zip = Download ZIP download_tar = Download TAR.GZ download_bundle = Download BUNDLE @@ -2737,6 +2737,8 @@ integrations = Integrations authentication = Authentication Sources emails = User Emails config = Configuration +config_summary = Summary +config_settings = Settings notices = System Notices monitor = Monitoring first_page = First @@ -3176,6 +3178,7 @@ config.picture_config = Picture and Avatar Configuration config.picture_service = Picture Service config.disable_gravatar = Disable Gravatar config.enable_federated_avatar = Enable Federated Avatars +config.open_with_editor_app_help = The "Open with" editors for the clone menu. If left empty, the default will be used. Expand to see the default. config.git_config = Git Configuration config.git_disable_diff_highlight = Disable Diff Syntax Highlight |