mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Add title to 'add' dialog for 'Certificate Identity' entity
To improve translation quality the title of 'Add' dialog should be specified explicitly in the spec and should be an entire sentence. Fixes: https://pagure.io/freeipa/issue/7707 Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
parent
38ea2dae2d
commit
98c290e403
@ -133,6 +133,7 @@ return {
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
title: '@i18n:objects.certmap.add',
|
||||
fields: [
|
||||
'cn',
|
||||
{
|
||||
|
@ -632,12 +632,13 @@ class i18n_messages(Command):
|
||||
"userlogin": _("User Login"),
|
||||
},
|
||||
"certmap": {
|
||||
"adder_title": _("Add Certificate Mapping Data"),
|
||||
"add": _("Add certificate identity mapping rule"),
|
||||
"adder_title": _("Add certificate mapping data"),
|
||||
"data_label": _("Certificate mapping data"),
|
||||
"certificate": _("Certificate"),
|
||||
"conf_str": _("Configuration string"),
|
||||
"deleter_content": _("Do you want to remove certificate mapping data ${data}?"),
|
||||
"deleter_title": _("Remove Certificate Mapping Data"),
|
||||
"deleter_title": _("Remove certificate mapping data"),
|
||||
"issuer": _("Issuer"),
|
||||
"issuer_subject": _("Issuer and subject"),
|
||||
"remove": _("Remove certificate identity mapping rules"),
|
||||
|
Loading…
Reference in New Issue
Block a user