diff options
author | James Moger <james.moger@gitblit.com> | 2014-06-05 08:38:35 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-06-05 08:38:35 -0400 |
commit | 05f229883c4e15e044c5c103acf69265cfb8806e (patch) | |
tree | be1261dd88c8a8b29b2f31ce5b5e591b9eedd182 /src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | |
parent | c9921bd3b0b7bf90b6e5e2a52141c3fdf0f31f89 (diff) | |
download | gitblit-05f229883c4e15e044c5c103acf69265cfb8806e.tar.gz gitblit-05f229883c4e15e044c5c103acf69265cfb8806e.zip |
Add a basic SSH public key management UI
Diffstat (limited to 'src/main/java/com/gitblit/wicket/GitBlitWebApp.properties')
-rw-r--r-- | src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 81171799..7dc0f9b6 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -729,4 +729,12 @@ gb.accountPreferencesDescription = Specify your account preferences gb.languagePreference = Language Preference gb.languagePreferenceDescription = Select your preferred translation for the Gitblit UI gb.displayNameDescription = The preferred name for display -gb.emailAddressDescription = The primary email address for receiving notifications
\ No newline at end of file +gb.emailAddressDescription = The primary email address for receiving notifications +gb.sshKeys = SSH Keys +gb.sshKeysDescription = SSH public key authentication is a secure alternative to password authentication +gb.addSshKey = Add SSH Key +gb.key = Key +gb.comment = Comment +gb.sshKeyCommentDescription = Enter an optional comment. If blank, the comment will be extracted from the key data. +gb.permission = Permission +gb.sshKeyPermissionDescription = Specify the access permission for the SSH key
\ No newline at end of file |