Commit 1e2ace87 authored by Ad Schellevis's avatar Ad Schellevis

fix translations in vpn_openvpn_export.php

parent 5fa2d2dc
...@@ -490,9 +490,9 @@ if (isset($savemsg)) { ...@@ -490,9 +490,9 @@ if (isset($savemsg)) {
<?=gettext("Use a password to protect the pkcs12 file contents or key in Viscosity bundle.");?> <?=gettext("Use a password to protect the pkcs12 file contents or key in Viscosity bundle.");?>
</div> </div>
<div id="usepass_opts" style="display:none"> <div id="usepass_opts" style="display:none">
<label ><?=gettext("Password");?> :</label> <label ><?=gettext("Password :");?></label>
<input name="pass" id="pass" class="form-control" type="password" value="" /> <input name="pass" id="pass" class="form-control" type="password" value="" />
<label ><?=gettext("Confirm");?> :</label> <label ><?=gettext("Confirm :");?></label>
<input name="conf" id="conf" class="form-control" type="password" value="" /> <input name="conf" id="conf" class="form-control" type="password" value="" />
</div> </div>
</td> </td>
...@@ -580,7 +580,7 @@ if (isset($savemsg)) { ...@@ -580,7 +580,7 @@ if (isset($savemsg)) {
<td> <td>
<select class="selectpicker export_select" data-type="user" data-id="<?=$user['uindex'];?>" data-certid="<?=$user['cindex'];?>"> <select class="selectpicker export_select" data-type="user" data-id="<?=$user['uindex'];?>" data-certid="<?=$user['cindex'];?>">
<optgroup label=""> <optgroup label="">
<option value=""><?=gettext("-");?></option> <option value="">-</option>
</optgroup> </optgroup>
<optgroup label="<?=gettext("Standard Configurations");?>"> <optgroup label="<?=gettext("Standard Configurations");?>">
<option value="confzip"><?=gettext("Archive");?></option> <option value="confzip"><?=gettext("Archive");?></option>
...@@ -612,7 +612,7 @@ if (isset($savemsg)) { ...@@ -612,7 +612,7 @@ if (isset($savemsg)) {
<td> <td>
<select class="selectpicker export_select" data-type="cert" data-id="<?=$cert['cindex'];?>"> <select class="selectpicker export_select" data-type="cert" data-id="<?=$cert['cindex'];?>">
<optgroup label=""> <optgroup label="">
<option value=""><?=gettext("-");?></option> <option value="">-</option>
</optgroup> </optgroup>
<optgroup label="<?=gettext("Standard Configurations");?>"> <optgroup label="<?=gettext("Standard Configurations");?>">
<option value="confzip"><?=gettext("Archive");?></option> <option value="confzip"><?=gettext("Archive");?></option>
...@@ -637,7 +637,7 @@ if (isset($savemsg)) { ...@@ -637,7 +637,7 @@ if (isset($savemsg)) {
<optgroup label="<?=gettext("Yealink SIP Handsets");?>"> <optgroup label="<?=gettext("Yealink SIP Handsets");?>">
<option value="conf_yealink_t28"><?=gettext("T28");?></option> <option value="conf_yealink_t28"><?=gettext("T28");?></option>
<option value="conf_yealink_t38g"><?=gettext("T38G (1)");?></option> <option value="conf_yealink_t38g"><?=gettext("T38G (1)");?></option>
<option value="conf_yealink_t38g"><?=gettext("T38G (1)");?></option> <option value="conf_yealink_t38g2"><?=gettext("T38G (2)");?></option>
<option value="conf_snom"><?=gettext("SNOM SIP Handset");?></option> <option value="conf_snom"><?=gettext("SNOM SIP Handset");?></option>
</optgroup> </optgroup>
...@@ -655,7 +655,7 @@ if (isset($savemsg)) { ...@@ -655,7 +655,7 @@ if (isset($savemsg)) {
<td> <td>
<select class="selectpicker export_select" data-type="server"> <select class="selectpicker export_select" data-type="server">
<optgroup label=""> <optgroup label="">
<option value=""><?=gettext("-");?></option> <option value="">-</option>
</optgroup> </optgroup>
<optgroup label="<?=gettext("Standard Configurations");?>"> <optgroup label="<?=gettext("Standard Configurations");?>">
<option value="confzip"><?=gettext("Archive");?></option> <option value="confzip"><?=gettext("Archive");?></option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment