diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-10 21:39:59 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-10 21:39:59 +0000 |
commit | 31d19efd1f8f1b6abb509b6fc3cc0cb8cef58e88 (patch) | |
tree | cc3f90cb1790091393bc05ccab67f5df46956d53 /view | |
parent | c5c57b865f08cda6fe592f4f4d5bea0dd66d695e (diff) | |
download | volse-hubzilla-31d19efd1f8f1b6abb509b6fc3cc0cb8cef58e88.tar.gz volse-hubzilla-31d19efd1f8f1b6abb509b6fc3cc0cb8cef58e88.tar.bz2 volse-hubzilla-31d19efd1f8f1b6abb509b6fc3cc0cb8cef58e88.zip |
update nl - there was an odd syntax error in strings.php
Diffstat (limited to 'view')
-rw-r--r-- | view/nl/messages.po | 2 | ||||
-rw-r--r-- | view/nl/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/nl/messages.po b/view/nl/messages.po index 1027f99ca..c8920a66f 100644 --- a/view/nl/messages.po +++ b/view/nl/messages.po @@ -5991,7 +5991,7 @@ msgstr "" msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "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 msgid "" diff --git a/view/nl/strings.php b/view/nl/strings.php index 8ed5a0724..16b23d4d6 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -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["This is required for message delivery to work."] = ""; $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["Generate encryption keys"] = "Encryptie-sleutels aanmaken"; $a->strings["libCurl PHP module"] = "libCurl PHP-module"; |