diff options
author | Unknwon <u@gogs.io> | 2015-11-18 15:37:48 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-18 15:37:48 -0500 |
commit | efea642d6cf419c9587d44b95ff2bc04e89f7bfe (patch) | |
tree | 56e466a92cd206609a74b9c07db436127af2abe5 /conf/locale | |
parent | 81d7359fdd3042aed0bcb4a8e5dee24208d34e58 (diff) |
add admin op: delete missing repos
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 07926059..30540d47 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -760,6 +760,8 @@ dashboard.delete_inactivate_accounts = Delete all inactive accounts dashboard.delete_inactivate_accounts_success = All inactivate accounts have been deleted successfully. dashboard.delete_repo_archives = Delete all repositories archives dashboard.delete_repo_archives_success = All repositories archives have been deleted successfully. +dashboard.delete_missing_repos = Delete all repository records that lost Git files +dashboard.delete_missing_repos_success = All repository records that lost Git files have been deleted successfully. dashboard.git_gc_repos = Do garbage collection on repositories dashboard.git_gc_repos_success = All repositories have done garbage collection successfully. dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non-Gogs keys will be lost) |