aboutsummaryrefslogtreecommitdiffstats
path: root/view/fr/strings.php
diff options
context:
space:
mode:
authorOlivier Migeot <olivier@migeot.org>2011-03-22 10:28:22 +0100
committerOlivier Migeot <olivier@migeot.org>2011-03-22 10:28:22 +0100
commit19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64 (patch)
tree9f47e6ed840e53a3893c430db11256aa1a4a2ad6 /view/fr/strings.php
parentcd2a0802e4840253540f256fc49459b8e7c1e911 (diff)
downloadvolse-hubzilla-19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64.tar.gz
volse-hubzilla-19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64.tar.bz2
volse-hubzilla-19d7e7fefeb3d20697d6a7e0b1fc7a16d9127c64.zip
Defined plurals (as explained by Fabio)
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r--view/fr/strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php
index 564b9065d..05fdd8b47 100644
--- a/view/fr/strings.php
+++ b/view/fr/strings.php
@@ -1,7 +1,7 @@
<?php
function string_plural_select($n){
- return ;
+ return ($n!=0);
}
;
$a->strings["Logged out."] = "Déconnecté.";