mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
committed by
Endi S. Dewata
parent
ab35f38e57
commit
970018f206
@@ -212,7 +212,7 @@ IPA.entity_factories.dnsrecord = function() {
|
||||
},
|
||||
{
|
||||
name:'standard',
|
||||
label:'Standard Records',
|
||||
label:IPA.messages.objects.dnsrecord.standard,
|
||||
fields:[
|
||||
{ factory: IPA.multivalued_text_widget,
|
||||
name: 'arecord',
|
||||
@@ -259,7 +259,7 @@ IPA.entity_factories.dnsrecord = function() {
|
||||
},
|
||||
{
|
||||
name:'unusual',
|
||||
label:'Other Record Types',
|
||||
label:IPA.messages.objects.dnsrecord.other,
|
||||
fields:[
|
||||
{ factory: IPA.multivalued_text_widget,
|
||||
label:'AFSDB',
|
||||
|
||||
@@ -15962,6 +15962,8 @@
|
||||
"delegation": {},
|
||||
"dnsrecord": {
|
||||
"data": "Data",
|
||||
"other": "Other Record Types",
|
||||
"standard": "Standard Record Types",
|
||||
"title": "Records for DNS Zone",
|
||||
"type": "Record Type"
|
||||
},
|
||||
@@ -16181,7 +16183,7 @@
|
||||
],
|
||||
"krbextradata": [
|
||||
{
|
||||
"__base64__": "AAgBAA=="
|
||||
"__base64__": "AALU0ylOcm9vdC9hZG1pbkBTRVJWRVIxNS5BWU9VTkcuQk9TVE9OLkRFVkVMLlJFREhBVC5DT00A"
|
||||
},
|
||||
{
|
||||
"__base64__": "AALU0ylOcm9vdC9hZG1pbkBTRVJWRVIxNS5BWU9VTkcuQk9TVE9OLkRFVkVMLlJFREhBVC5DT00A"
|
||||
|
||||
@@ -165,6 +165,8 @@ class i18n_messages(Command):
|
||||
"deleted_no_data":_("DNS record was deleted because it contained no data."),
|
||||
"redirection_dnszone":_("You will be redirected to DNS Zone."),
|
||||
"title":_("Records for DNS Zone"),
|
||||
"standard":_("Standard Record Types"),
|
||||
"other":_("Other Record Types"),
|
||||
},
|
||||
"entitle": {
|
||||
"account":_("Account"),
|
||||
|
||||
Reference in New Issue
Block a user