Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
4bb97d34
Commit
4bb97d34
authored
Aug 04, 2020
by
ls1947
Browse files
new texts
parent
d1e2f06c
Changes
3
Show whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/resources/msg/messages_de.properties
View file @
4bb97d34
my_twofa
=
Meine Tokens
my_twofa
=
Meine Tokens
ssh_key_deleted
=
Der SSH Key wurde gel
\u
00F6scht.
ssh_key_confirm
=
SSH Key wirklich l
\u
00F6schen? Der Key kann nicht wiederverwendet werden.
twofa_list_readonly
=
Ihre Token werden an dieser Stelle nur angezeigt. Um
\u
00C4nderungen vorzunehmen besuchen Sie bitte die folgende Webseite
\:
twofa_list_readonly
=
Ihre Token werden an dieser Stelle nur angezeigt. Um
\u
00C4nderungen vorzunehmen besuchen Sie bitte die folgende Webseite
\:
twofa_tokentype_tanlist
=
Backup TAN Liste
twofa_tokentype_tanlist
=
Backup TAN Liste
twofa_token_not_init
=
Token ist nicht initialisiert worden
twofa_token_not_init
=
Token ist nicht initialisiert worden
...
...
bwreg-webapp/src/main/resources/msg/messages_en.properties
View file @
4bb97d34
my_twofa
=
My Tokens
my_twofa
=
My Tokens
ssh_key_deleted
=
SSH key has been deleted.
ssh_key_confirm
=
Really delete ssh key? The key cannot be used again.
twofa_list_readonly
=
Your tokens are only displayed here. To make changes please visit the following website
\:
twofa_list_readonly
=
Your tokens are only displayed here. To make changes please visit the following website
\:
twofa_create_yubico_token_desc
=
Please insert your Yubikey into your computer and press the keypad on the Yubikey.
twofa_create_yubico_token_desc
=
Please insert your Yubikey into your computer and press the keypad on the Yubikey.
twofa_token_not_init
=
Token has not been initialised
twofa_token_not_init
=
Token has not been initialised
...
...
bwreg-webapp/src/main/webapp/user/ssh-keys.xhtml
View file @
4bb97d34
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<p:commandButton
action=
"#{userSshKeyManagementBean.deleteKey(key.pubKeyEntity.name)}"
value=
"#{messages.delete}"
<p:commandButton
action=
"#{userSshKeyManagementBean.deleteKey(key.pubKeyEntity.name)}"
value=
"#{messages.delete}"
update=
"@form"
immediate=
"true"
>
update=
"@form"
immediate=
"true"
>
<p:confirm
header=
"#{messages.confirm_header}"
message=
"#{messages.confirm}"
/>
<p:confirm
header=
"#{messages.confirm_header}"
message=
"#{messages.
ssh_key_
confirm}"
/>
</p:commandButton>
</p:commandButton>
</p:panel>
</p:panel>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment