Commit 41e87a90 authored by Franco Fichtner's avatar Franco Fichtner

certificates: small tweaks

* US and CA are in the alphabetic list already; no more favouritism.

* Use require_once consistently.  Minor header tweaks.

* Replace legacy State/City info and fix spelling for "Saschsen".

Nice touch Jos, I had a big smile on my face while skimming that
commit.  :)
parent 1a5f089e
US United States of America
CA Canada
AX Aland Islands AX Aland Islands
AD Andorra AD Andorra
AE United Arab Emirates AE United Arab Emirates
......
<?php <?php
/* /*
Copyright (C) 2014-2015 Deciso B.V. Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2008 Shrew Soft Inc. Copyright (C) 2008 Shrew Soft Inc.
All rights reserved. All rights reserved.
...@@ -26,8 +27,8 @@ ...@@ -26,8 +27,8 @@
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
*/ */
require("guiconfig.inc"); require_once('guiconfig.inc');
require_once("certs.inc"); require_once('certs.inc');
$ca_methods = array( $ca_methods = array(
"existing" => gettext("Import an existing Certificate Authority"), "existing" => gettext("Import an existing Certificate Authority"),
...@@ -526,7 +527,7 @@ function method_change() { ...@@ -526,7 +527,7 @@ function method_change() {
&nbsp; &nbsp;
<em><?=gettext("ex:");?></em> <em><?=gettext("ex:");?></em>
&nbsp; &nbsp;
<?=gettext("Saksen");?> <?=gettext("Sachsen");?>
</td> </td>
</tr> </tr>
<tr> <tr>
......
<?php <?php
/* /*
Copyright (C) 2014-2015 Deciso B.V. Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2008 Shrew Soft Inc. Copyright (C) 2008 Shrew Soft Inc.
All rights reserved. All rights reserved.
...@@ -26,8 +27,8 @@ ...@@ -26,8 +27,8 @@
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
*/ */
require("guiconfig.inc"); require_once('guiconfig.inc');
require_once("certs.inc"); require_once('certs.inc');
$cert_methods = array( $cert_methods = array(
"import" => gettext("Import an existing Certificate"), "import" => gettext("Import an existing Certificate"),
...@@ -890,7 +891,7 @@ function internalca_change() { ...@@ -890,7 +891,7 @@ function internalca_change() {
&nbsp; &nbsp;
<em>ex:</em> <em>ex:</em>
&nbsp; &nbsp;
<?=gettext("Texas");?> <?=gettext("Sachsen");?>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -900,7 +901,7 @@ function internalca_change() { ...@@ -900,7 +901,7 @@ function internalca_change() {
&nbsp; &nbsp;
<em>ex:</em> <em>ex:</em>
&nbsp; &nbsp;
<?=gettext("Austin");?> <?=gettext("Leipzig");?>
</td> </td>
</tr> </tr>
<tr> <tr>
......
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