diff --git a/debian/changelog b/debian/changelog index c2a166a4..926ab33f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ alternc (3.1.6) oldstable; urgency=low * add SSL and API alternc packages (Beta) * fix french translation misunderstanding + * fix translation not working for strings that disappeared in the past + * fix browseForFolder not working on domaines_type having a - in their name -- Benjamin Sonntag Thu, 7 May 2015 17:44:12 +0200 diff --git a/ssl/panel/admin/ssl_new.php b/ssl/panel/admin/ssl_new.php index 9780d1fd..c101888b 100644 --- a/ssl/panel/admin/ssl_new.php +++ b/ssl/panel/admin/ssl_new.php @@ -127,24 +127,24 @@ if (isset($error) && $error) {
-

+

-

+

- - + + - + - +

@@ -157,7 +157,9 @@ if (isset($error) && $error) {

error.=_("The certificate must begin by BEGIN CERTIFICATE and end by END CERTIFICATE lines. Please check you pasted it in PEM form.") . "
\n"; } - if ($chain && + if (trim($chain) && (substr($chain, 0, 28) != "-----BEGIN CERTIFICATE-----\n" || substr($chain, -26, 26) != "-----END CERTIFICATE-----\n")) { $this->error.=_("The chained certificate must begin by BEGIN CERTIFICATE and end by END CERTIFICATE lines. Please check you pasted it in PEM form.") . "
\n"; diff --git a/ssl/panel/locales/fr_FR/LC_MESSAGES/ssl.po b/ssl/panel/locales/fr_FR/LC_MESSAGES/ssl.po index 6951d7c8..a7f4beea 100644 --- a/ssl/panel/locales/fr_FR/LC_MESSAGES/ssl.po +++ b/ssl/panel/locales/fr_FR/LC_MESSAGES/ssl.po @@ -250,15 +250,15 @@ msgstr "" "www.example.com !" #: ../admin/ssl_new.php:130 -msgid "Import existing Key Certificate and Chain files" -msgstr "Importer une Clé, un Certificat et une Chaîne existants" +msgid "Import existing Private Key, Certificate and Chain files" +msgstr "Importer une Clé Privée, un Certificat et une Chaîne existants" #: ../admin/ssl_new.php:132 msgid "" -"If you already have a RSA Key file, a Certificate for this key and (maybe) a " +"If you already have a RSA Private Key file, a Certificate for this key and (maybe) a " "Chained certificate, please paste their content here." msgstr "" -"Si vous disposez déjà d'une clé RSA, d'un Certificat et (peut-être) d'un " +"Si vous disposez déjà d'une Clé Privée RSA, d'un Certificat et (peut-être) d'un " "Certificat Chaîné, collez leur contenu ici." #: ../admin/ssl_new.php:133 @@ -270,8 +270,8 @@ msgstr "" "certificats" #: ../admin/ssl_new.php:138 -msgid "RSA Key" -msgstr "Clé RSA" +msgid "RSA Private Key" +msgstr "Clé Privée RSA" #: ../admin/ssl_new.php:142 ../admin/ssl_view.php:73 ../admin/ssl_view.php:159 msgid "SSL Certificate" @@ -498,7 +498,7 @@ msgid "" "The certificate must begin by BEGIN CERTIFICATE and end by END CERTIFICATE " "lines. Please check you pasted it in PEM form." msgstr "" -"Ce certificat doit commencer par BEGIN CERTIFICATE et terminer par END " +"Le certificat doit commencer par BEGIN CERTIFICATE et terminer par END " "CERTIFICATE. Merci de vérifier que vous avez bien collé un fichier PEM" #: ../class/m_ssl.php:680 @@ -506,7 +506,7 @@ msgid "" "The chained certificate must begin by BEGIN CERTIFICATE and end by END " "CERTIFICATE lines. Please check you pasted it in PEM form." msgstr "" -"Ce certificat Chaîné doit commencer par BEGIN CERTIFICATE et terminer par " +"Le certificat Chaîné doit commencer par BEGIN CERTIFICATE et terminer par " "END CERTIFICATE. Merci de vérifier que vous avez bien collé un fichier PEM" #: ../class/m_ssl.php:686