aboutsummaryrefslogtreecommitdiffstats
path: root/view/ca
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-13 02:10:06 -0700
committerfriendica <info@friendica.com>2014-05-13 02:10:06 -0700
commit8c948f4bbe04e4221e6a845995048a565d6ce808 (patch)
tree62d5a85fdb84aa1526d01941cf9e135d87aaf13d /view/ca
parent13cf31ae738985514bc06a2d889860a79bd7e3ad (diff)
downloadvolse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.tar.gz
volse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.tar.bz2
volse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.zip
forbid redefinition of language plural_select function
Diffstat (limited to 'view/ca')
-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ó";