File tree Expand file tree Collapse file tree
client/WEB-INF/classes/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2214,3 +2214,4 @@ message.removed.ssh.key.pair=Removed a SSH Key Pair
22142214message.please.select.ssh.key.pair.use.with.this.vm =Please select a ssh key pair you want this VM to use:
22152215message.configure.firewall.rules.allow.traffic =Configure the rules to allow Traffic
22162216message.configure.firewall.rules.block.traffic =Configure the rules to block Traffic
2217+ message.ldap.group.import =All The users from the given group name will be imported
Original file line number Diff line number Diff line change @@ -1122,6 +1122,7 @@ under the License.
11221122' label.ssh.key.pairs' : ' <fmt:message key="label.ssh.key.pairs" />' ,
11231123' message.desc.create.ssh.key.pair' : ' <fmt:message key="message.desc.create.ssh.key.pair" />' ,
11241124' message.removed.ssh.key.pair' : ' <fmt:message key="message.removed.ssh.key.pair" />' ,
1125- ' message.please.select.ssh.key.pair.use.with.this.vm' : ' <fmt:message key="message.please.select.ssh.key.pair.use.with.this.vm" />'
1125+ ' message.please.select.ssh.key.pair.use.with.this.vm' : ' <fmt:message key="message.please.select.ssh.key.pair.use.with.this.vm" />' ,
1126+ ' message.ldap.group.import' : ' <fmt:message key="message.ldap.group.import" />'
11261127});
11271128 </script >
Original file line number Diff line number Diff line change 114114 var $table = $wizard . find ( '.ldap-account-choice tbody' ) ;
115115 $ ( "#label_ldap_group_name" ) . live ( "keypress" , function ( event ) {
116116 if ( $table . find ( "#tr-groupname-message" ) . length === 0 ) {
117- $ ( "<tr id='tr-groupname-message'>" ) . appendTo ( $table ) . append ( "<td colspan=\"4\">All The users from the given group name will be imported </td>" ) ;
117+ $ ( "<tr id='tr-groupname-message'>" ) . appendTo ( $table ) . append ( "<td colspan=\"4\">" + _l ( 'message.ldap. group.import' ) + " </td>") ;
118118 }
119119 $table . find ( "tr" ) . hide ( ) ;
120120 $table . find ( "#tr-groupname-message" ) . show ( ) ;
323323 }
324324
325325 return $wizard . dialog ( {
326- title : ldapStatus ? _l ( 'Add LDAP Account ' ) : _l ( 'label.add.account' ) ,
326+ title : ldapStatus ? _l ( 'label.add. LDAP.account ' ) : _l ( 'label.add.account' ) ,
327327 width : ldapStatus ? 800 : 330 ,
328328 height : ldapStatus ? 500 : 500 ,
329329 closeOnEscape : false ,
You can’t perform that action at this time.
0 commit comments