update nl - there was an odd syntax error in strings.php
This commit is contained in:
parent
c5c57b865f
commit
31d19efd1f
@ -5991,7 +5991,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Error: the \"openssl_pkey_new\" function on this system is not able to "
|
"Error: the \"openssl_pkey_new\" function on this system is not able to "
|
||||||
"generate encryption keys"
|
"generate encryption keys"
|
||||||
msgstr "Fout: de functie \"openssl_pkey_new\" op dit systeem is niet in staat om encryptie-sleutels aan te maken"
|
msgstr "Fout: de functie \"openssl_pkey_new\" op dit systeem is niet in staat om encryptie-sleutels aan te maken"
|
||||||
|
|
||||||
#: ../../mod/setup.php:431
|
#: ../../mod/setup.php:431
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -1421,7 +1421,7 @@ $a->strings["Command line PHP"] = "";
|
|||||||
$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
|
$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
|
||||||
$a->strings["This is required for message delivery to work."] = "";
|
$a->strings["This is required for message delivery to work."] = "";
|
||||||
$a->strings["PHP register_argc_argv"] = "";
|
$a->strings["PHP register_argc_argv"] = "";
|
||||||
$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fout: de functie \"openssl_pkey_new\" op dit systeem is niet in staat om encryptie-sleutels aan te maken"";
|
$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fout: de functie \"openssl_pkey_new\" op dit systeem is niet in staat om encryptie-sleutels aan te maken";
|
||||||
$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wanneer je Red Matrix onder Windows wil draaien, ga dan naar \"http://www.php.net/manual/en/openssl.installation.php\".";
|
$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wanneer je Red Matrix onder Windows wil draaien, ga dan naar \"http://www.php.net/manual/en/openssl.installation.php\".";
|
||||||
$a->strings["Generate encryption keys"] = "Encryptie-sleutels aanmaken";
|
$a->strings["Generate encryption keys"] = "Encryptie-sleutels aanmaken";
|
||||||
$a->strings["libCurl PHP module"] = "libCurl PHP-module";
|
$a->strings["libCurl PHP module"] = "libCurl PHP-module";
|
||||||
|
Reference in New Issue
Block a user