aboutsummaryrefslogtreecommitdiffstats
path: root/view/ca/strings.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/ca/strings.php')
-rw-r--r--view/ca/strings.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/ca/strings.php b/view/ca/strings.php
index 265058391..2311c9ccc 100644
--- a/view/ca/strings.php
+++ b/view/ca/strings.php
@@ -1,8 +1,9 @@
<?php
+if(! function_exists("string_plural_select_ca") {
function string_plural_select_ca($n){
return ($n != 1);
-}
+}}
;
$a->strings["Post successful."] = "Publicat amb éxit.";
$a->strings["[Embedded content - reload page to view]"] = "[Contingut embegut - recarrega la pàgina per a veure-ho]";
@@ -210,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ó";