diff options
author | fzerorubigd <fzerorubigd@gmail.com> | 2014-12-31 21:37:51 +0330 |
---|---|---|
committer | fzerorubigd <fzerorubigd@gmail.com> | 2015-01-01 02:15:52 +0330 |
commit | 6643647687aa2ba8a41f8f95d404407ff6106d8c (patch) | |
tree | cae1cd7cddd7c5cb94fe5463ba6869a84476e22e /conf | |
parent | b6272d180343d8081941eb56f22fed5ffc830a7e (diff) | |
download | gitea-6643647687aa2ba8a41f8f95d404407ff6106d8c.tar.gz gitea-6643647687aa2ba8a41f8f95d404407ff6106d8c.zip |
add afunction to rewrite all public keys on admin request
refs #763
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 34f9febc1c..deedbefab0 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -64,7 +64,7 @@ app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in e-mail. email_title = E-mail Service Settings(Optional) smtp_host = SMTP Host mailer_user = Sender E-mail -mailer_password = Sender Password +mailer_password = Sender Password notify_title = Notification Settings(Optional) register_confirm = Enable Register Confirmation mail_notify = Enable Mail Notification @@ -511,6 +511,8 @@ dashboard.delete_repo_archives = Delete all repositories archives dashboard.delete_repo_archives_success = All repositories archives 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 = Do resync .ssh/autorized_key file +dashboard.resync_all_sshkeys_success = All keys are synced again. dashboard.server_uptime = Server Uptime dashboard.current_goroutine = Current Goroutines dashboard.current_memory_usage = Current Memory Usage @@ -711,16 +713,3 @@ months = %d months %s years = %d years %s raw_seconds = seconds raw_minutes = minutes - - - - - - - - - - - - - |