diff options
author | friendica <info@friendica.com> | 2014-05-13 02:10:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-13 02:10:06 -0700 |
commit | 8c948f4bbe04e4221e6a845995048a565d6ce808 (patch) | |
tree | 62d5a85fdb84aa1526d01941cf9e135d87aaf13d /view/fr/strings.php | |
parent | 13cf31ae738985514bc06a2d889860a79bd7e3ad (diff) | |
download | volse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.tar.gz volse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.tar.bz2 volse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.zip |
forbid redefinition of language plural_select function
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index 360b616d2..5b398425f 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -1,8 +1,9 @@ <?php +if(! function_exists("string_plural_select_fr") { function string_plural_select_fr($n){ return ($n > 1);; -} +}} ; $a->strings["Categories"] = "Catégories"; $a->strings["Connect"] = "Relier"; |