diff options
author | friendica <info@friendica.com> | 2014-05-13 02:21:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-13 02:21:01 -0700 |
commit | e664d6486a81194faefb7f4ad03bc4c8ab0ca6ed (patch) | |
tree | 3260dac8b0c5cb411c97a257c961299fe77bdb82 | |
parent | 71ded9388b71617b4eeff95d168242dac79324ac (diff) | |
download | volse-hubzilla-e664d6486a81194faefb7f4ad03bc4c8ab0ca6ed.tar.gz volse-hubzilla-e664d6486a81194faefb7f4ad03bc4c8ab0ca6ed.tar.bz2 volse-hubzilla-e664d6486a81194faefb7f4ad03bc4c8ab0ca6ed.zip |
fix ca anomaly
-rw-r--r-- | view/ca/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/ca/strings.php b/view/ca/strings.php index cebd2a9c1..0d825839f 100644 --- a/view/ca/strings.php +++ b/view/ca/strings.php @@ -211,7 +211,7 @@ $a->strings["Enter full path to php executable"] = "Introdueixi el camí complet $a->strings["Command line PHP"] = "Linia de comandos PHP"; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versió de línia de comandos de PHP en el seu sistema no té \"register_argc_argv\" habilitat."; $a->strings["This is required for message delivery to work."] = "Això és necessari perquè funcioni el lliurament de missatges."; -$a->strings["PHP \"register_argc_argv\"] = "PHP \"register_argc_argv\""; +$a->strings["PHP \"register_argc_argv\""] = "PHP \"register_argc_argv\""; $a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: la funció \"openssl_pkey_new\" en aquest sistema no és capaç de generar claus de xifrat"; $a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Si s'executa en Windows, per favor consulti la secció \"http://www.php.net/manual/en/openssl.installation.php\"."; $a->strings["Generate encryption keys"] = "Generar claus d'encripció"; |