MtDu has uploaded a new change for review. https://gerrit.wikimedia.org/r/263203
Change subject: Clarify and document some OpenStackManager messages ...................................................................... Clarify and document some OpenStackManager messages Update documentation in failedeletedomainduplicates message https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Openstackmanager-failedeletedomainduplicates/es Update documentation in failedeletedomainnotfound message Clarify 'cloudadmin' in hiera-noadmin message https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Openstackmanager-hiera-noadmin/en Change-Id: Ieabed0425385f7e75a5521293b21fab9821a2dd3 --- M i18n/en.json M i18n/qqq.json 2 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OpenStackManager refs/changes/03/263203/1 diff --git a/i18n/en.json b/i18n/en.json index 817d932..c4ab682 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -66,7 +66,7 @@ "openstackmanager-addadditionaldomain": "Add another domain.", "openstackmanager-deleteddomain": "Successfully deleted domain.", "openstackmanager-failedeletedomain": "Failed to delete domain.", - "openstackmanager-failedeletedomainduplicates": "Unable to delete domain as it has subentries.", + "openstackmanager-failedeletedomainduplicates": "Unable to delete domain as it has subdomains.", "openstackmanager-failedeletedomainnotfound": "Failed to delete domain; domain not found.", "openstackmanager-domainname": "Domain name", "openstackmanager-fqdn": "Fully qualified domain name", diff --git a/i18n/qqq.json b/i18n/qqq.json index 4ff2be2..0b3578e 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -80,8 +80,8 @@ "openstackmanager-addadditionaldomain": "Used as link title in Special:NovaDomain.", "openstackmanager-deleteddomain": "Used as success message in Special:NovaDomain.\n\nThis message indicates the domain has been deleted successfully.", "openstackmanager-failedeletedomain": "Failure message when a DNS domain cannot be deleted", - "openstackmanager-failedeletedomainduplicates": "Failure message when a DNS domain cannot be deleted", - "openstackmanager-failedeletedomainnotfound": "Failure message when a DNS domain cannot be deleted", + "openstackmanager-failedeletedomainduplicates": "Failure message when a DNS domain has subdomains and therefore cannot be deleted", + "openstackmanager-failedeletedomainnotfound": "Failure message when a DNS domain cannot be found and therefore cannot be deleted", "openstackmanager-domainname": "Used as label for input box and as heading cell in \"resource\" table, in Special:NovaDomain.", "openstackmanager-fqdn": "Used as label for input box and as heading cell in \"resource\" table, in Special:NovaDomain.", "openstackmanager-location": "Used as label for an input box in Special:NovaDomain. \"Location\" here is meant as a virtual area, where certain rules apply (e.g. for DNS).\n\nThe help message for this input box is:\n* {{msg-mw|Openstackmanager-location-help}}\n{{Identical|Location}}", @@ -421,7 +421,7 @@ "openstackmanager-email-body": "An instance is a virtual machine. In this particular case, a clone of an image for a virtual machine. [http://docs.openstack.org/diablo/openstack-compute/starter/content/Introduction-d1e2084.html More on OpenStack].", "openstackmanager-twofactorrequired": "A page title that will be shown on error when two factor auth is not enabled", "openstackmanager-twofactorrequired2": "Text shown on error when two factor auth is not enabled", - "openstackmanager-hiera-noadmin": "Error message shown if you try to edit the configuration for a project you are not an administrator of, nor are you cloudadmin.\n\n$1 is the name of the project you must be an administrator of.", + "openstackmanager-hiera-noadmin": "Error message shown if you try to edit the configuration for a project you are not an administrator of, nor are you a cloudadmin, which is a global nova admin role.\n\n$1 is the name of the project you must be an administrator of.", "right-manageproject": "{{doc-right|manageproject}}\n\nThis is about OpenStack roles.", "action-manageproject": "{{doc-action|manageproject}}\n\nThis is about OpenStack roles.", "right-loginviashell": "{{doc-right|loginviashell}}\n\nThis is a right needed to be added to a project.", -- To view, visit https://gerrit.wikimedia.org/r/263203 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieabed0425385f7e75a5521293b21fab9821a2dd3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OpenStackManager Gerrit-Branch: master Gerrit-Owner: MtDu <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
