You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2016/08/12 17:23:38 UTC

svn commit: r1756198 - in /vcl/trunk/web: .ht-inc/managementnode.php locale/po_files/es_MX/vcl.po locale/po_files/fr_CA/vcl.po locale/po_files/pt_PT/vcl.po locale/po_files/vcl.po.template

Author: jfthomps
Date: Fri Aug 12 17:23:38 2016
New Revision: 1756198

URL: http://svn.apache.org/viewvc?rev=1756198&view=rev
Log:
managementnode.php, ex_MX/vcl.po, fr_CA/vcl.po, pt_PT/vcl.po, and vcl.po.template: modified addEditDialogHTML: tooltips for natpubliciphelp and natinternaliphelp had placeholders instead of actual text; added help text and updated in locale .po files

Modified:
    vcl/trunk/web/.ht-inc/managementnode.php
    vcl/trunk/web/locale/po_files/es_MX/vcl.po
    vcl/trunk/web/locale/po_files/fr_CA/vcl.po
    vcl/trunk/web/locale/po_files/pt_PT/vcl.po
    vcl/trunk/web/locale/po_files/vcl.po.template

Modified: vcl/trunk/web/.ht-inc/managementnode.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/managementnode.php?rev=1756198&r1=1756197&r2=1756198&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/managementnode.php (original)
+++ vcl/trunk/web/.ht-inc/managementnode.php Fri Aug 12 17:23:38 2016
@@ -483,8 +483,8 @@ class ManagementNode extends Resource {
 		$h .= helpTooltip('dnsserverhelp', i("comma delimited list of IP addresses of DNS servers for public network"));
 		$h .= helpTooltip('availnetshelp', i("This is a list of IP networks, one per line, available to nodes deployed by this management node. Networks should be specified in x.x.x.x/yy form.  It is for deploying servers having a fixed IP address to ensure a node is selected that can actually be on the specified network."));
 		$h .= helpTooltip('federatedauthhelp', i("Comma delimited list of affiliations for which user passwords are not set for Linux image reservations under this management node. Each Linux image is then required to have federated authentication set up so that users' passwords are passed along to the federated authentication system when a user attempts to log in. (for clarity, not set setting user passwords does not mean users have an empty password, but that a federated system must authenticate the users)"));
-		$h .= helpTooltip('natpubliciphelp', i("message"));
-		$h .= helpTooltip('natinternaliphelp', i("message 2"));
+		$h .= helpTooltip('natpubliciphelp', i("This is the IP address on the NAT host of the network adapter that is public facing. Users will connect to this IP address."));
+		$h .= helpTooltip('natinternaliphelp', i("This is the IP address on the NAT host of the network adapter that is facing the internal network. This is how the NAT host will pass traffic to the VCL nodes."));
 		$h .= "</div>\n"; # tooltips
 		return $h;
 	}

Modified: vcl/trunk/web/locale/po_files/es_MX/vcl.po
URL: http://svn.apache.org/viewvc/vcl/trunk/web/locale/po_files/es_MX/vcl.po?rev=1756198&r1=1756197&r2=1756198&view=diff
==============================================================================
--- vcl/trunk/web/locale/po_files/es_MX/vcl.po (original)
+++ vcl/trunk/web/locale/po_files/es_MX/vcl.po Fri Aug 12 17:23:38 2016
@@ -1598,11 +1598,11 @@ msgid "Comma delimited list of affiliati
 msgstr ""
 
 #: managementnode.php:486
-msgid "message"
+msgid "This is the IP address on the NAT host of the network adapter that is public facing. Users will connect to this IP address."
 msgstr ""
 
 #: managementnode.php:487
-msgid "message 2"
+msgid "This is the IP address on the NAT host of the network adapter that is facing the internal network. This is how the NAT host will pass traffic to the VCL nodes."
 msgstr ""
 
 #: oneclick.php:47

Modified: vcl/trunk/web/locale/po_files/fr_CA/vcl.po
URL: http://svn.apache.org/viewvc/vcl/trunk/web/locale/po_files/fr_CA/vcl.po?rev=1756198&r1=1756197&r2=1756198&view=diff
==============================================================================
--- vcl/trunk/web/locale/po_files/fr_CA/vcl.po (original)
+++ vcl/trunk/web/locale/po_files/fr_CA/vcl.po Fri Aug 12 17:23:38 2016
@@ -1597,11 +1597,11 @@ msgid "Comma delimited list of affiliati
 msgstr ""
 
 #: managementnode.php:486
-msgid "message"
+msgid "This is the IP address on the NAT host of the network adapter that is public facing. Users will connect to this IP address."
 msgstr ""
 
 #: managementnode.php:487
-msgid "message 2"
+msgid "This is the IP address on the NAT host of the network adapter that is facing the internal network. This is how the NAT host will pass traffic to the VCL nodes."
 msgstr ""
 
 #: oneclick.php:47

Modified: vcl/trunk/web/locale/po_files/pt_PT/vcl.po
URL: http://svn.apache.org/viewvc/vcl/trunk/web/locale/po_files/pt_PT/vcl.po?rev=1756198&r1=1756197&r2=1756198&view=diff
==============================================================================
--- vcl/trunk/web/locale/po_files/pt_PT/vcl.po (original)
+++ vcl/trunk/web/locale/po_files/pt_PT/vcl.po Fri Aug 12 17:23:38 2016
@@ -1594,11 +1594,11 @@ msgid "Comma delimited list of affiliati
 msgstr ""
 
 #: managementnode.php:486
-msgid "message"
+msgid "This is the IP address on the NAT host of the network adapter that is public facing. Users will connect to this IP address."
 msgstr ""
 
 #: managementnode.php:487
-msgid "message 2"
+msgid "This is the IP address on the NAT host of the network adapter that is facing the internal network. This is how the NAT host will pass traffic to the VCL nodes."
 msgstr ""
 
 #: oneclick.php:47

Modified: vcl/trunk/web/locale/po_files/vcl.po.template
URL: http://svn.apache.org/viewvc/vcl/trunk/web/locale/po_files/vcl.po.template?rev=1756198&r1=1756197&r2=1756198&view=diff
==============================================================================
--- vcl/trunk/web/locale/po_files/vcl.po.template (original)
+++ vcl/trunk/web/locale/po_files/vcl.po.template Fri Aug 12 17:23:38 2016
@@ -1589,11 +1589,11 @@ msgid "Comma delimited list of affiliati
 msgstr ""
 
 #: managementnode.php:486
-msgid "message"
+msgid "This is the IP address on the NAT host of the network adapter that is public facing. Users will connect to this IP address."
 msgstr ""
 
 #: managementnode.php:487
-msgid "message 2"
+msgid "This is the IP address on the NAT host of the network adapter that is facing the internal network. This is how the NAT host will pass traffic to the VCL nodes."
 msgstr ""
 
 #: oneclick.php:47